commit 0d10cfa3d9dcbd4588bc66377c50b1d0011a3ce5 Author: Hexugory Date: Thu Mar 2 15:41:30 2023 -0600 it begins diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d790abd --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Disable Git line ending conversion, to prevent packwiz index hashes changing when committing from Windows +* -text \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fcf7a55 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# Exclude exported CurseForge zip files +/*.zip + +# Exclude exported Modrinth modpacks +*.mrpack + +# Exclude packwiz binary +packwiz.exe \ No newline at end of file diff --git a/.packwizignore b/.packwizignore new file mode 100644 index 0000000..e5c7cba --- /dev/null +++ b/.packwizignore @@ -0,0 +1,5 @@ +# .packwizignore follows the same format as .gitignore, and can be used to exclude unwanted files from pack exports +# See https://git-scm.com/docs/gitignore + +# Exclude README +/README.md \ No newline at end of file diff --git a/config/MouseTweaks.cfg b/config/MouseTweaks.cfg new file mode 100644 index 0000000..81190ac --- /dev/null +++ b/config/MouseTweaks.cfg @@ -0,0 +1,8 @@ +RMBTweak=1 +LMBTweakWithItem=1 +LMBTweakWithoutItem=1 +WheelTweak=1 +WheelSearchOrder=1 +WheelScrollDirection=0 +ScrollItemScaling=0 +Debug=0 diff --git a/config/NoChatReports/NCR-Client.json b/config/NoChatReports/NCR-Client.json new file mode 100644 index 0000000..4175a22 --- /dev/null +++ b/config/NoChatReports/NCR-Client.json @@ -0,0 +1,24 @@ +{ + "demandOnServer": false, + "showServerSafety": true, + "hideRedChatIndicators": true, + "hideYellowChatIndicators": true, + "hideGrayChatIndicators": true, + "hideWarningToast": true, + "alwaysHideReportButton": false, + "disableTelemetry": true, + "showReloadButton": true, + "whitelistAllServers": false, + "verifiedIconEnabled": true, + "showNCRButton": true, + "enableMod": true, + "skipRealmsWarning": false, + "verifiedIconOffsetX": 0, + "verifiedIconOffsetY": 0, + "reconnectAwaitSeconds": 4, + "postDisconnectAwaitSeconds": 10, + "signingCheckDelaySeconds": 43200, + "serverSigningChecks": { + "localhost:25565": 1668800800 + } +} \ No newline at end of file diff --git a/config/NoChatReports/NCR-Common.json b/config/NoChatReports/NCR-Common.json new file mode 100644 index 0000000..ad80163 --- /dev/null +++ b/config/NoChatReports/NCR-Common.json @@ -0,0 +1,7 @@ +{ + "demandOnClientMessage": "You do not have No Chat Reports, and this server is configured to require it on client!", + "demandOnClient": true, + "enableDebugLog": false, + "convertToGameMessage": false, + "addQueryData": true +} \ No newline at end of file diff --git a/config/NoChatReports/NCR-Encryption.json b/config/NoChatReports/NCR-Encryption.json new file mode 100644 index 0000000..d964731 --- /dev/null +++ b/config/NoChatReports/NCR-Encryption.json @@ -0,0 +1,26 @@ +{ + "skipWarning": false, + "enableEncryption": false, + "encryptPublic": true, + "showEncryptionButton": true, + "showEncryptionIndicators": true, + "encryptionKey": "blfrngArk3chG6wzncOZ5A\u003d\u003d", + "encryptionPassphrase": "", + "algorithmName": "AES/CFB8+Base64", + "encryptableCommands": [ + "msg:1", + "w:1", + "whisper:1", + "tell:1", + "r:0", + "dm:1", + "me:0", + "m:1", + "t:1", + "pm:1", + "emsg:1", + "epm:1", + "etell:1", + "ewhisper:1" + ] +} \ No newline at end of file diff --git a/config/NoChatReports/NCR-ServerWhitelist.json b/config/NoChatReports/NCR-ServerWhitelist.json new file mode 100644 index 0000000..5a43cc8 --- /dev/null +++ b/config/NoChatReports/NCR-ServerWhitelist.json @@ -0,0 +1,5 @@ +{ + "whitelistedServers": [ + "localhost:25565" + ] +} \ No newline at end of file diff --git a/config/NoChatReports/README.md b/config/NoChatReports/README.md new file mode 100644 index 0000000..33141b5 --- /dev/null +++ b/config/NoChatReports/README.md @@ -0,0 +1,3 @@ +# No Chat Reports +You can find updated documentation of configuration files on the wiki: +https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/Configuration-Files diff --git a/config/PaginatedAdvancements.json5 b/config/PaginatedAdvancements.json5 new file mode 100644 index 0000000..7f74dfb --- /dev/null +++ b/config/PaginatedAdvancements.json5 @@ -0,0 +1,16 @@ +{ + // Fade the background slightly gray when hovering over an advancement + "FadeOutBackgroundOnAdvancementHover": true, + // List of pinned Tabs (root advancement identifier) + "PinnedTabs": [], + // Save and restore the last selected tab + "SaveLastSelectedTab": true, + // The identifier of the last opened tab + "LastSelectedTab": "bwplus:root", + // Spacing between horizontal tabs (vanilla default: 4) + "SpacingBetweenHorizontalTabs": 4, + // Spacing between pinned tabs + "SpacingBetweenPinnedTabs": 2, + // Always Show Debug Info (default: only when advanced tooltips enabled) + "AlwaysShowDebugInfo": false +} \ No newline at end of file diff --git a/config/Revelationary.json b/config/Revelationary.json new file mode 100644 index 0000000..95851a2 --- /dev/null +++ b/config/Revelationary.json @@ -0,0 +1,6 @@ +{ + "PreventMiningOfUnrevealedBlocks": false, + "UseTargetBlockOrItemNameInsteadOfScatter": false, + "NameForUnrevealedBlocks": "", + "NameForUnrevealedItems": "" +} \ No newline at end of file diff --git a/config/Revelationary.json5 b/config/Revelationary.json5 new file mode 100644 index 0000000..808f0c5 --- /dev/null +++ b/config/Revelationary.json5 @@ -0,0 +1,8 @@ +{ + // Use target block/item name instead of scattering it + "UseTargetBlockOrItemNameInsteadOfScatter": false, + // Name for cloaked Blocks + "NameForCloakedBlocks": "", + // Name for cloaked Items + "NameForCloakedItems": "" +} \ No newline at end of file diff --git a/config/Spectrum.json5 b/config/Spectrum.json5 new file mode 100644 index 0000000..df11d1c --- /dev/null +++ b/config/Spectrum.json5 @@ -0,0 +1,139 @@ +{ + // The duration in milliseconds ingame recipe/unlock popups stay on the screen + "ToastTimeMilliseconds": 7500, + /* The vanilla anvil caps enchantment levels at the max level for the enchantment + So enchanted books that exceed the enchantments natural max level get capped + If true the bedrock anvil will not cap the enchantments level to it's natural max level + */ + "BedrockAnvilCanExceedMaxVanillaEnchantmentLevel": false, + /* The heights where citrine and topaz geodes will spawn + By default citrine will generate slightly below sea level (y=32-60) + while topaz will generate at the top of mountains (everywhere from y=82+) + if the worldgen has lots of high mountains consider raising the TopazGeodeMinFixedGenerationHeight + */ + "CitrineGeodeMinAboveBottomGenerationHeight": 96, + "CitrineGeodeFixedMaxGenerationHeight": 55, + "TopazGeodeMinFixedGenerationHeight": 82, + "TopazGeodeMaxBelowTopGenerationHeight": 0, + // Every x chunks there is a chance for a geode to generate, Moonstone geodes do not spawn in the Overworld + "TopazGeodeChunkChance": 7, + "CitrineGeodeChunkChance": 50, + "MoonstoneGeodeChunkChance": 45, + // The amount of colored tree patches to generate every X chunks + "ColoredTreePatchChanceChunk": 75, + /* The chance that an Enderman is holding a special treasure block on spawn + Separate value for Endermen spawning in the end, since there are LOTS of them there + Those blocks do not gate progression, so it is not that drastic not finding any right away. + Better to let players stumble about them organically instead of forcing it. + */ + "EndermanHoldingEnderTreasureChance": 0.07999999821186066, + "EndermanHoldingEnderTreasureInEndChance": 0.004999999888241291, + // Worlds where shooting stars spawn for players. Shooting Stars will only spawn for players with sufficient progress in the mod + "ShootingStarWorlds": [ + "minecraft:overworld", + "starry_sky:starry_sky" + ], + // Worlds where lightning strikes can spawn Storm Stones + "LightningStonesWorlds": [ + "minecraft:overworld", + "starry_sky:starry_sky" + ], + // chance for a lightning strike to spawn a Storm Stone + "LightningStonesChance": 0.4000000059604645, + /* Shooting star spawns are checked every night between time 13000 and 22000, every 100 ticks (so 90 chances per night). + By default, there is a 0.004 ^= 0.4 % chance at each of those check times. Making it ~1 shooting star spawn + per night per player that unlocked the required progression. + */ + "ShootingStarChance": 0.004000000189989805, + "MermaidsBrushChanceChunk": 16, + "QuitoxicReedsCountPerChunk": 25, + // The time in ticks it takes a Pigment Pedestal to autocraft a vanilla crafting table recipe without upgrades + "VanillaRecipeCraftingTimeTicks": 40, + /* How fast decay will be spreading on random tick + can be used to slow down propagation speed of decay in the worlds + decay does use very few resources, but if your fear of someone letting decay + spread free or using higher random tick rates than vanilla you can limit the spreading rate here + + Fading and Failing do no real harm to the world. If you turn up these values too high players + may lack the feedback they need that what they are doing is correct + + 1.0: every random tick (default) + 0.5: Every second random tick + 0.0: never (forbidden - players would be unable to progress) + */ + "FadingDecayTickRate": 1.0, + "FailingDecayTickRate": 1.0, + "RuinDecayTickRate": 1.0, + "TerrorDecayTickRate": 1.0, + // The audio volume for Spectrums crafting blocks. Set to 0.0 to turn those sounds off completely. + "BlockSoundVolume": 0.75, + /* Enable or disable specific enchantments. Resonance and Voiding can not be disabled. + This does only disable the registration of said Enchantments, not all recipes based on them (except for Enchantment Upgrade Recipes) + */ + "AutoSmeltEnchantmentEnabled": true, + "ExuberanceEnchantmentEnabled": true, + "InventoryInsertionEnchantmentEnabled": true, + "PestControlEnchantmentEnabled": true, + "TreasureHunterEnchantmentEnabled": true, + "DisarmingEnchantmentEnabled": true, + "FirstStrikeEnchantmentEnabled": true, + "ImprovedCriticalEnchantmentEnabled": true, + "InertiaEnchantmentEnabled": true, + "CloversFavorEnchantmentEnabled": true, + "SniperEnchantmentEnabled": true, + "TightGripEnchantmentEnabled": true, + "SteadfastEnchantmentEnabled": true, + "IndestructibleEnchantmentEnabled": true, + "BigCatchEnchantmentEnabled": true, + // The max levels for all Enchantments + "TreasureHunterMaxLevel": 3, + "DisarmingMaxLevel": 2, + "FirstStrikeMaxLevel": 2, + "ImprovedCriticalMaxLevel": 2, + "InertiaMaxLevel": 3, + "CloversFavorMaxLevel": 3, + "TightGripMaxLevel": 2, + "BigCatchMaxLevel": 3, + // Exuberance increases experience gained when killing mobs. With 25% bonus XP and 5 levels this would mean 2,25x XP on max level + "ExuberanceMaxLevel": 5, + "ExuberanceBonusExperiencePercentPerLevel": 0.25, + // In vanilla, crits are a flat 50 % damage bonus. Improved Critical increases this damage by additional 50 % per level by default + "ImprovedCriticalExtraDamageMultiplierPerLevel": 0.5, + // Flat additional damage dealt with each level of the First Strike enchantment + "FirstStrikeDamagePerLevel": 2.0, + // The percentile a mobs armor/hand stacks are being dropped when hit with a Disarming enchanted weapon per the enchantments level + "DisarmingChancePerLevelMobs": 0.009999999776482582, + // If > 0 the Disarming Enchantment is able to remove armor and hand tools from a hit player. Should be a far smaller chance than for mobs + "DisarmingChancePerLevelPlayers": 0.0010000000474974513, + // The duration a glow ink sac gives night vision when wearing a glow vision helmet in seconds + "GlowVisionGogglesDuration": 240, + "GemstoneArmorHelmetProtection": 3, + "GemstoneArmorChestplateProtection": 7, + "GemstoneArmorLeggingsProtection": 5, + "GemstoneArmorBootsProtection": 3, + "GemstoneArmorToughness": 0.0, + "GemstoneArmorKnockbackResistance": 0.0, + "GemstoneArmorWeaknessAmplifier": 1, + "GemstoneArmorSlownessAmplifier": 1, + "GemstoneArmorAbsorptionAmplifier": 0, + "GemstoneArmorResistanceAmplifier": 1, + "GemstoneArmorRegenerationAmplifier": 1, + "GemstoneArmorSpeedAmplifier": 2, + "BedrockArmorHelmetProtection": 6, + "BedrockArmorLeggingsProtection": 10, + "BedrockArmorChestplateProtection": 14, + "BedrockArmorBootsProtection": 6, + "BedrockArmorToughness": 4.0, + "BedrockArmorKnockbackResistance": 0.4000000059604645, + "MaxLevelForEffectsInLesserPotionPendant": 3, + "MaxLevelForEffectsInGreaterPotionPendant": 1, + // By Default, Roughly Enough Items will show a 'recipe not unlocked yet' screen for not yet unlocked recipes. Setting this value to false will instead not show this screen, showing no recipes whatsoever, until unlocked + "REIListsRecipesAsNotUnlocked": true, + /* If the player has Azure Dike Charges: Where should they be rendered on the screen. Default: Over the food bar + Only touch those values if you have other mods that render GUI overlays! + */ + "azureDikeHudOffsetX": 0, + "azureDikeHudOffsetY": 0, + "azureDikeHudOffsetYWithArmor": -10, + "azureDikeHudOffsetYForEachRowOfExtraHearts": -10 +} \ No newline at end of file diff --git a/config/YungsExtras/README.txt b/config/YungsExtras/README.txt new file mode 100644 index 0000000..b8365bf --- /dev/null +++ b/config/YungsExtras/README.txt @@ -0,0 +1,7 @@ +This directory is for a few additional options for YUNG's Extras. +Options provided may vary by version. +This directory contains subdirectories for supported versions. The first time you run YUNG's Extras, a version subdirectory will be created if that version supports advanced options. +For example, the first time you use YUNG's Extras for MC 1.16 on Forge, the 'forge-1_16' subdirectory will be created in this folder. +If no subdirectory for your version is created, then that version probably does not support the additional options. + +NOTE -- AS OF 1.19, ALL SPAWN RATE RELATED OPTIONS MUST NOW BE MODIFIED VIA DATA PACK. diff --git a/config/YungsExtras/fabric-1_19/README.txt b/config/YungsExtras/fabric-1_19/README.txt new file mode 100644 index 0000000..91bd485 --- /dev/null +++ b/config/YungsExtras/fabric-1_19/README.txt @@ -0,0 +1,29 @@ +###################################### +# wishing_wells.json # +###################################### + +This file contains a BlockStateRandomizer (see below) describing the probability of a given block being chosen. +These probabilities are used for Wishing Wells, which have +loot deposits at the bottom of them. + +###################################### +# BlockStateRandomizer # +###################################### + +Describes a set of blockstates and the probability of each blockstate being chosen. + - entries: An object where each entry's key is a blockstate, and each value is that blockstate's probability of being chosen. + The total sum of all probabilities SHOULD NOT exceed 1.0! + - defaultBlock: The blockstate used for any leftover probability ranges. + For example, if the total sum of all the probabilities of the entries is 0.6, then + there is a 0.4 chance of the defaultBlock being selected. + +Here's an example randomizer: +"entries": { + "minecraft:cobblestone": 0.25, + "minecraft:air": 0.2, + "minecraft:stone_bricks": 0.1 +}, +"defaultBlock": "minecraft:oak_planks" + +For each block, this randomizer has a 25% chance of returning cobblestone, 20% chance of choosing air, +10% chance of choosing stone bricks, and a 100 - (25 + 20 + 10) = 45% chance of choosing oak planks (since it's the default block). diff --git a/config/YungsExtras/fabric-1_19/wishing_wells.json b/config/YungsExtras/fabric-1_19/wishing_wells.json new file mode 100644 index 0000000..6905f8e --- /dev/null +++ b/config/YungsExtras/fabric-1_19/wishing_wells.json @@ -0,0 +1,10 @@ +{ + "lootBlockChances": { + "entries": { + "minecraft:gold_block": 0.01, + "minecraft:gold_ore": 0.5, + "minecraft:emerald_ore": 0.05 + }, + "defaultBlock": "minecraft:sandstone" + } +} \ No newline at end of file diff --git a/config/ad_astra.json b/config/ad_astra.json new file mode 100644 index 0000000..d374aff --- /dev/null +++ b/config/ad_astra.json @@ -0,0 +1,137 @@ +{ + "#doEntityGravity": "If true, entities will be affected by gravity.", + "doEntityGravity": true, + "#doLivingEntityGravity": "Do gravity for mobs, players etc.", + "doLivingEntityGravity": true, + "acidRainBurns": true, + "doOxygen": true, + "#doSpaceMuffler": "Do sound suppression in orbit dimensions. If it gets annoying, you can turn it off.", + "doSpaceMuffler": true, + "oxygenTankSize": 40500, + "hammerDurability": 64, + "giveAstroduxAtSpawn": false, + "oxygenBarXOffset": 0, + "oxygenBarYOffset": 0, + "oxygenBarScale": 1.0, + "energyBarXOffset": 0, + "energyBarYOffset": 85, + "energyBarScale": 1.0, + "orbitGravity": 3.26, + "oxygenDamage": 1, + "freezeDamage": 1, + "heatDamage": 2, + "acidRainDamage": 3, + "allowFlagImages": true, + "#disabledPlanets": "A list of planets that should be disabled. This is a comma-separated list of planet ids.", + "disabledPlanets": "", + "#avoidOverworldChecks": "Prevents stuff like gravity and oxygen checks in the overworld as that\u0027s normally not used in Ad Astra. enable if you\u0027re making an addon or something that transforms the overworld into some sort of planet.", + "avoidOverworldChecks": true, + "spawning": { + "spawnCorruptedLunarians": true, + "spawnStarCrawlers": true, + "spawnMartianRaptors": true, + "spawnMoglers": true, + "spawnSulfurCreepers": true, + "spawnLunarianWanderingTrader": true + }, + "spaceSuit": { + "spaceSuitTankSize": 81000, + "netheriteSpaceSuitTankSize": 162000, + "netheriteSpaceSuitHasFireResistance": true, + "#jetSuitSpeed": "The speed when flying forward.", + "jetSuitSpeed": 0.8, + "#jetSuitUpwardsSpeed": "The speed when idle flying up.", + "jetSuitUpwardsSpeed": 0.5, + "jetSuitEnergyPerTick": 60, + "jetSuitTankSize": 324000, + "jetSuitMaxEnergy": 1000000, + "enableJetSuitFlight": true, + "jetSuitProtectionMultiplier": 1, + "jetSuitArmorToughness": 5, + "spawnJetSuitParticles": true + }, + "vehicles": { + "#fallingExplosionThreshold": "The velocity to trigger a vehicle explosion while falling.", + "fallingExplosionThreshold": -1.2, + "#fallingExplosionMultiplier": "How much the explosion should be multiplied by when the vehicle has fallen.", + "fallingExplosionMultiplier": 0.7, + "gravity": -2.0, + "#moveCameraInVehicle": "Should the camera move in 3rd person in the rocket and lander for a better view?", + "moveCameraInVehicle": true, + "lander": { + "boosterThreshold": -0.1, + "boosterSpeed": 0.1 + }, + "rover": { + "explodeRoverInLava": true, + "fuelPerSecond": 810, + "turnSpeed": 3.0, + "maxTurnSpeed": 6.0, + "deceleration": 0.9, + "minSpeed": -0.2, + "maxSpeed": 0.3, + "tankSize": 243000 + }, + "rocket": { + "atmosphereLeave": 600, + "countDownTicks": 200, + "acceleration": 0.005, + "maxSpeed": 0.5, + "entitiesBurnUnderRocket": true, + "tankSize": 243000, + "fuelLaunchCost": 243000, + "efficientFuelLaunchCost": 81000 + } + }, + "coalGenerator": { + "maxEnergy": 9000, + "energyPerTick": 10 + }, + "compressor": { + "maxEnergy": 9000, + "energyPerTick": 10 + }, + "fuelRefinery": { + "maxEnergy": 9000, + "energyPerTick": 30, + "tankSize": 243000 + }, + "oxygenLoader": { + "maxEnergy": 9000, + "energyPerTick": 10, + "tankSize": 243000 + }, + "oxygenDistributor": { + "maxEnergy": 20000, + "fluidConversionEnergyPerTick": 5, + "tankSize": 486000, + "#maxBlockChecks": "How many blocks the distributor can distribute oxygen in. Be careful increasing this number, as it can reduce server performance significantly. If you are adamant about increasing this value, consider increasing the Oxygen Loader refresh ticks so the server is not constantly checking thousands of blocks.", + "maxBlockChecks": 2000, + "#refreshTicks": "How often the oxygen loader checks if the structure is sealed. Performing this operation too often can kill server TPS, so be wary.", + "refreshTicks": 60, + "#oxygenMultiplier": "Increases the oxygen requirements as the distributor covers more blocks.", + "oxygenMultiplier": 1.0, + "#energyMultiplier": "Increases the energy requirements as the distributor covers more blocks.", + "energyMultiplier": 3.0 + }, + "solarPanel": { + "maxEnergy": 18000, + "energyMultiplier": 1.0 + }, + "waterPump": { + "maxEnergy": 9000, + "energyPerTick": 10, + "tankSize": 486000, + "transferPerTick": 8100, + "deleteWaterBelowWaterPump": true + }, + "energizer": { + "maxEnergy": 2000000, + "energyPerTick": 170 + }, + "cryoFreezer": { + "maxEnergy": 30000, + "energyPerTick": 243000, + "tankSize": 243000 + } +} \ No newline at end of file diff --git a/config/adaptive-tooltips.json b/config/adaptive-tooltips.json new file mode 100644 index 0000000..10fabb0 --- /dev/null +++ b/config/adaptive-tooltips.json @@ -0,0 +1,14 @@ +{ + "wrap_text": "SCREEN_WIDTH", + "prioritize_tooltip_top": true, + "bedrock_centering": true, + "best_corner": false, + "always_best_corner": false, + "scroll_key_code": 342, + "horizontal_scroll_key_code": 341, + "smooth_scrolling": true, + "scroll_direction": "REVERSE", + "vertical_scroll_sensitivity": 10, + "horizontal_scroll_sensitivity": 10, + "tooltip_transparency": 1.0 +} \ No newline at end of file diff --git a/config/advancementplaques-common.toml b/config/advancementplaques-common.toml new file mode 100644 index 0000000..855b4d2 --- /dev/null +++ b/config/advancementplaques-common.toml @@ -0,0 +1,67 @@ + +#Client Configuration +[client] + + [client.visual_options] + # If plaques should show on the top of the screen. + on_top = true + # The distance from the top or bottom of the screen, in pixels. + #Range: 8 ~ 256 + distance = 16 + # The horizontal offset from the center, in pixels. + #Range: -256 ~ 256 + horizontal_offset = 0 + # Hide waila/hwyla/jade popups while plaques are showing. + hide_waila = true + # If plaques should show for task advancements (normal advancements). + tasks = true + # If plaques should show for goal advancements (medium-difficulty advancements). + goals = true + # If plaques should show for challenge advancements (high-difficulty advancements). + challenges = true + # Text color to use for plaque titles (like "Advancement made!"). Can be entered as an 8-digit hex color code 0xAARRGGBB for convenience. + #Range: 0 ~ 4294967295 + title_color = 63171119 + # Text color to use for advancement names on plaques. Can be entered as an 8-digit hex color code 0xAARRGGBB for convenience. + #Range: 0 ~ 4294967295 + name_color = 4294967295 + + [client.duration_options] + # Duration of the shiny effect fade in for tasks. + #Range: 0.1 ~ 3.0 + task_effect_fadein = 0.5 + # Duration of the shiny effect fade out for tasks. + #Range: 0.1 ~ 3.0 + task_effect_fadeout = 1.5 + # Duration of the plaques for tasks (minus the effect fade in/out durations). + #Range: 2.0 ~ 10.0 + task_duration = 7.0 + # Duration of the shiny effect fade in for goals. + #Range: 0.1 ~ 3.0 + goal_effect_fadein = 0.5 + # Duration of the shiny effect fade out for goals. + #Range: 0.1 ~ 3.0 + goal_effect_fadeout = 1.5 + # Duration of the plaques for goals (minus the effect fade in/out durations). + #Range: 2.0 ~ 10.0 + goal_duration = 7.0 + # Duration of the shiny effect fade in for challenges. + #Range: 0.1 ~ 3.0 + challenge_effect_fadein = 1.25 + # Duration of the shiny effect fade out for challenges. + #Range: 0.1 ~ 3.0 + challenge_effect_fadeout = 1.5 + # Duration of the plaques for challenges (minus the effect fade in/out durations). + #Range: 2.0 ~ 10.0 + challenge_duration = 7.0 + + [client.functionality_options] + # Whitelist of advancements to show plaques for. Leave empty to display for all. + whitelist = [] + # If task sounds should be muted. + mute_tasks = false + # If goal sounds should be muted. + mute_goals = false + # If challenge sounds should be muted. + mute_challenges = false + diff --git a/config/adventurez.json5 b/config/adventurez.json5 new file mode 100644 index 0000000..0c0c0bd --- /dev/null +++ b/config/adventurez.json5 @@ -0,0 +1,41 @@ +{ + "necromancer_spawn_weight": 1, + "nightmare_spawn_weight": 5, + // Chance for spawning when mining gold ore in nether; 1/Value + "piglin_beast_ore_spawn_chance": 30, + // Chance for spawning when killing too many piglins; 1/Value + "piglin_beast_attack_piglin_spawn_chance": 7, + "small_stone_golem_spawn_weight": 5, + // Chance for spawning when thunder occurs; 1/Value + "summoner_thunder_spawn_chance": 4, + "blaze_guardian_spawn_weight": 1, + "fungus_spawn_weight": 8, + "orc_spawn_weight": 30, + "mammoth_spawn_weight": 1, + "ender_whale_spawn_weight": 5, + "iguana_spawn_weight": 10, + // Chance for spawning when geode generates; 1/Value + "amethyst_golem_spawn_chance": 5, + "desert_rhino_spawn_weight": 1, + // Chance for spawning when desert well generates; 1/Value + "desert_rhino_well_spawn_chance": 1, + "shaman_spawn_weight": 1, + "deer_spawn_weight": 6, + "enderwarthog_spawn_weight": 1, + "allow_stone_golem_summoning": true, + "allow_the_eye_summoning": true, + "allow_dragon_hatching": true, + "allow_guardian_spawner_spawn": true, + "allow_source_stone_tp": true, + "disable_armor_bonus": false, + "resummoned_ender_dragon_drops_egg": true, + "allow_ender_dragon_nether_portal": false, + "heavy_dragon_flight": true, + "allow_special_enchant_loot": true, + "allow_extra_tooltips": true, + "allow_all_items_on_holder": false, + "warthog_rare_chance": 0.009999999776482582, + "stoned_heart_duration": 72000, + "stoned_heart_amplifier": 0, + "allow_other_dragon_hatching": false +} \ No newline at end of file diff --git a/config/ae2/client.json b/config/ae2/client.json new file mode 100644 index 0000000..f5108e6 --- /dev/null +++ b/config/ae2/client.json @@ -0,0 +1,53 @@ +{ + "client": { + "disableColoredCableRecipesInJEI": true, + "enableFacadesInJEI_comment": "Show facades in JEI ingredient list", + "enableFacadesInJEI": true, + "enableFacadeRecipesInJEI_comment": "Show facade recipes in JEI for supported blocks", + "enableFacadeRecipesInJEI": true, + "enableEffects": true, + "useTerminalUseLargeFont": false, + "useColoredCraftingStatus": true, + "PowerUnit_comment": "Power unit shown in AE UIs", + "PowerUnit": "ae", + "showDebugGuiOverlays_comment": "Show debugging GUI overlays", + "showDebugGuiOverlays": false, + "showPlacementPreview_comment": "Show a preview of part and facade placement", + "showPlacementPreview": true, + "notifyForFinishedCraftingJobs_comment": "Show toast when long-running crafting jobs finish.", + "notifyForFinishedCraftingJobs": true, + "clearGridOnClose_comment": "Automatically clear the crafting/encoding grid when closing the terminal", + "clearGridOnClose": false, + "terminalMargin_comment": "The vertical margin to apply when sizing terminals. Used to make room for centered item mod search bars", + "terminalMargin": 25 + }, + "terminals": { + "terminalStyle": "full", + "pinAutoCraftedItems_comment": "Pin items that the player auto-crafts to the top of the terminal", + "pinAutoCraftedItems": true + }, + "search": { + "searchTooltips_comment": "Should tooltips be searched. Performance impact", + "searchTooltips": true, + "searchModNameInTooltips_comment": "Should the mod name be included when searching in tooltips.", + "searchModNameInTooltips": false, + "useExternalSearch_comment": "Replaces AEs own search with the search of REI or JEI", + "useExternalSearch": false, + "clearExternalSearchOnOpen_comment": "When using useExternalSearch, clears the search when the terminal opens", + "clearExternalSearchOnOpen": true, + "syncWithExternalSearch_comment": "When REI/JEI is installed, automatically set the AE or REI/JEI search text when either is changed while the terminal is open", + "syncWithExternalSearch": true, + "rememberLastSearch_comment": "Remembers the last search term and restores it when the terminal opens", + "rememberLastSearch": true, + "autoFocusSearch_comment": "Automatically focuses the search field when the terminal opens", + "autoFocusSearch": false + }, + "tooltips": { + "showCellUpgrades_comment": "Show installed upgrades in the tooltips of storage cells, color applicators and matter cannons", + "showCellUpgrades": true, + "showCellContent_comment": "Show a preview of the content in the tooltips of storage cells, color applicators and matter cannons", + "showCellContent": true, + "maxCellContentShown_comment": "The maximum number of content entries to show in the tooltip of storage cells, color applicators and matter cannons", + "maxCellContentShown": 5 + } +} \ No newline at end of file diff --git a/config/ae2/common.json b/config/ae2/common.json new file mode 100644 index 0000000..a0f1027 --- /dev/null +++ b/config/ae2/common.json @@ -0,0 +1,118 @@ +{ + "general": { + "unsupportedDeveloperTools": false, + "matterCannonBlockDamage_comment": "Enables the ability of the Matter Cannon to break blocks.", + "matterCannonBlockDamage": true, + "tinyTntBlockDamage_comment": "Enables the ability of Tiny TNT to break blocks.", + "tinyTntBlockDamage": true, + "serverOpsIgnoreSecurity_comment": "Server operators are not restricted by ME security terminal settings.", + "serverOpsIgnoreSecurity": true, + "channels_comment": "Changes the channel capacity that cables provide in AE2.", + "channels": "default", + "pathfindingStepsPerTick_comment": "The number of pathfinding steps that are taken per tick and per grid that is booting. Lower numbers will mean booting takes longer, but less work is done per tick.", + "pathfindingStepsPerTick": 4 + }, + "automation": { + "formationPlaneEntityLimit": 128 + }, + "facades": { + "allowBlockEntities_comment": "Unsupported: Allows whitelisting block entities as facades. Could work, have render issues, or corrupt your world. USE AT YOUR OWN RISK.", + "allowBlockEntities": false + }, + "craftingCPU": { + "craftingCalculationTimePerTick": 5, + "craftingSimulatedExtraction_comment": "When true: simulate extraction of all the network\u0027s contents when starting a crafting job calculation. When false: use the cached available content list (same as terminals). Enabling might work a bit better, but it will significantly reduce performance.", + "craftingSimulatedExtraction": false + }, + "crafting": { + "disassemblyCrafting_comment": "Enable shift-clicking with the crafting units in hand to disassemble them.", + "disassemblyCrafting": true, + "growthAccelerator_comment": "Number of ticks between two crystal growth accelerator ticks", + "growthAccelerator": 10 + }, + "spatialio": { + "spatialPowerMultiplier": 1250.0, + "spatialPowerExponent": 1.35 + }, + "logging": { + "securityAuditLog": false, + "blockUpdateLog": false, + "packetLog": false, + "craftingLog": false, + "debugLog": false, + "gridLog": false, + "chunkLoggerTrace_comment": "Enable stack trace logging for the chunk loading debug command", + "chunkLoggerTrace": false + }, + "battery": { + "chargerChargeRate_comment": "The chargers charging rate factor, which is applied to the charged items charge rate. 2 means it charges everything twice as fast. 0.5 half as fast.", + "chargerChargeRate": 1.0, + "wirelessTerminal": 1600000, + "chargedStaff": 8000, + "entropyManipulator": 200000, + "portableCell": 20000, + "colorApplicator": 20000, + "matterCannon": 200000 + }, + "worldGen": { + "spawnPressesInMeteorites": true, + "generateMeteorites": true + }, + "wireless": { + "wirelessBaseCost": 8.0, + "wirelessCostMultiplier": 1.0, + "wirelessBaseRange": 16.0, + "wirelessBoosterRangeMultiplier": 1.0, + "wirelessBoosterExp": 1.5, + "wirelessHighWirelessCount": 64.0, + "wirelessTerminalDrainMultiplier": 1.0 + }, + "PortableCells": { + "allowDisassembly_comment": "Allow disassembly of portable cells into the recipe ingredients using shift+right-click", + "allowDisassembly": true + }, + "PowerRatios": { + "TechReborn": 2.0, + "UsageMultiplier": 1.0 + }, + "Condenser": { + "MatterBalls": 256, + "Singularity": 256000 + }, + "tickRates": { + "_comment": " Min / Max Tickrates for dynamic ticking, most of these components also use sleeping, to prevent constant ticking, adjust with care, non standard rates are not supported or tested.", + "InterfaceMin": 5, + "InterfaceMax": 120, + "ImportBusMin": 5, + "ImportBusMax": 40, + "ExportBusMin": 5, + "ExportBusMax": 60, + "AnnihilationPlaneMin": 2, + "AnnihilationPlaneMax": 120, + "METunnelMin": 5, + "METunnelMax": 20, + "InscriberMin": 1, + "InscriberMax": 1, + "ChargerMin": 10, + "ChargerMax": 10, + "IOPortMin": 1, + "IOPortMax": 5, + "VibrationChamberMin": 10, + "VibrationChamberMax": 40, + "StorageBusMin": 5, + "StorageBusMax": 60, + "ItemTunnelMin": 5, + "ItemTunnelMax": 60, + "LightTunnelMin": 5, + "LightTunnelMax": 60 + }, + "vibrationChamber": { + "_comment": "Settings for the Vibration Chamber", + "energyPerFuelTick_comment": "AE energy produced per fuel burn tick (reminder: coal \u003d 1600, block of coal \u003d 16000, lava bucket \u003d 20000 burn ticks)", + "energyPerFuelTick": 5.0, + "minEnergyPerGameTick_comment": "Minimum amount of AE/t the vibration chamber can slow down to when energy is being wasted.", + "minEnergyPerGameTick": 4, + "maxEnergyPerGameTick_comment": "Maximum amount of AE/t the vibration chamber can speed up to when generated energy is being fully consumed.", + "maxEnergyPerGameTick": 40 + } +} \ No newline at end of file diff --git a/config/almostunified/debug.json b/config/almostunified/debug.json new file mode 100644 index 0000000..f163e52 --- /dev/null +++ b/config/almostunified/debug.json @@ -0,0 +1,7 @@ +{ + "dumpTagMap": false, + "dumpDuplicates": false, + "dumpUnification": false, + "dumpOverview": false, + "dumpRecipes": false +} \ No newline at end of file diff --git a/config/almostunified/duplicates.json b/config/almostunified/duplicates.json new file mode 100644 index 0000000..7fb7754 --- /dev/null +++ b/config/almostunified/duplicates.json @@ -0,0 +1,30 @@ +{ + "ignoredRecipeTypes": [], + "ignoredRecipes": [], + "defaultDuplicateRules": { + "ignoredFields": [ + "fabric:conditions", + "cookingTime", + "group" + ], + "rules": { + "cookingtime": "HigherRule", + "energy": "HigherRule", + "experience": "HigherRule" + }, + "shouldSanitize": false + }, + "overrideDuplicateRules": { + "minecraft:crafting_shaped": { + "ignoredFields": [ + "fabric:conditions", + "pattern", + "key", + "group" + ], + "rules": {}, + "shouldSanitize": false + } + }, + "strictMode": false +} \ No newline at end of file diff --git a/config/almostunified/startup.json b/config/almostunified/startup.json new file mode 100644 index 0000000..448a42c --- /dev/null +++ b/config/almostunified/startup.json @@ -0,0 +1,3 @@ +{ + "serverOnly": false +} \ No newline at end of file diff --git a/config/almostunified/unify.json b/config/almostunified/unify.json new file mode 100644 index 0000000..570fc55 --- /dev/null +++ b/config/almostunified/unify.json @@ -0,0 +1,160 @@ +{ + "modPriorities": [ + "minecraft", + "modern_industrialization", + "farmersdelight", + "nethersdelight", + "create", + "createaddition", + "ae2", + "techreborn", + "ad_astra", + "indrev", + "botania", + "bewitchment", + "bwplus", + "hexcasting", + "brewinandchewin", + "croptopia", + "vinery", + "byg", + "tinycoal", + "catwalksinc" + ], + "stoneStrata": [ + "stone", + "nether", + "deepslate", + "granite", + "diorite", + "andesite" + ], + "tags": [ + "c:{material}_nuggets", + "c:{material}_dusts", + "c:{material}_gears", + "c:{material}_gems", + "c:{material}_ingots", + "c:{material}_raw_materials", + "c:{material}_ores", + "c:{material}_plates", + "c:{material}_rods", + "c:{material}_wires", + "c:{material}_blocks", + "c:{material}_storage_blocks", + "c:raw_{material}_storage_blocks", + "c:raw_{material}_blocks", + "c:raw_{material}_ores", + "c:crops/{material}", + "c:seeds/{material}", + "c:rice", + "c:dough", + "c:flour", + "c:raw_bacon", + "c:cooked_bacon", + "c:netherrack_dusts" + + ], + "materials": [ + "aluminum", + "bauxite", + "bronze", + "chrome", + "chromium", + "coal", + "copper", + "diamond", + "electrum", + "emerald", + "gold", + "invar", + "iridium", + "iron", + "lapis", + "lead", + "manganese", + "nickel", + "platinum", + "ruby", + "silicon", + "silver", + "steel", + "sulfur", + "tin", + "titanium", + "tungsten", + "salt", + "carbon", + "brass", + "zinc", + "amethyst", + "zinc", + "uranium", + "tomato", + "cabbage", + "onion", + "garlic", + "quartz", + "ender_pearl" + ], + "priorityOverrides": {"c:salt_dusts": "bewitchment"}, + "ignoredTags": [ + "minecraft:stairs", + "minecraft:slabs", + "c:quartz_blocks" + ], + "ignoredItems": [ + "minecraft:copper_block", + "minecraft:raw_iron", + "minecraft:raw_gold", + "minecraft:raw_copper", + "minecraft:quartz_block", + "minecraft:quartz", + "minecraft:quartz_ore", + "minecraft:gold_ore", + "minecraft:nether_gold_ore", + "minecraft:nether_quartz_ore", + "minecraft:deepslate_coal_ore", + "minecraft:deepslate_copper_ore", + "minecraft:deepslate_iron_ore", + "minecraft:deepslate_gold_ore", + "minecraft:deepslate_diamond_ore", + "minecraft:deepslate_emerald_ore", + "minecraft:deepslate_lapis_ore", + "modern_industrialization:deepslate_nickel_ore", + "modern_industrialization:deepslate_bauxite_ore", + "modern_industrialization:deepslate_iridium_ore", + "modern_industrialization:deepslate_lead_ore", + "modern_industrialization:deepslate_salt_ore", + "modern_industrialization:deepslate_tin_ore", + "modern_industrialization:deepslate_tungsten_ore", + "modern_industrialization:deepslate_uranium_ore", + "techreborn:deepslate_silver_ore", + "techreborn:deepslate_ruby_ore", + "byg:blue_nether_gold_ore", + "byg:brimstone_nether_gold_ore", + "deeperdarker:sculk_stone_copper_ore", + "deeperdarker:sculk_stone_gold_ore", + "deeperdarker:sculk_stone_lapis_ore", + "deeperdarker:sculk_stone_coal_ore", + "deeperdarker:sculk_stone_emerald_ore", + "ad_astra:mercury_iron_ore", + "ad_astra:moon_iron_ore", + "ad_astra:mars_iron_ore", + "ad_astra:glacio_iron_ore", + "ad_astra:glacio_copper_ore", + "ad_astra:mars_diamond_ore", + "ad_astra:venus_diamond_ore", + "ad_astra:glacio_lapis_ore", + "ad_astra:glacio_coal_ore", + "ad_astra:venus_coal_ore", + "farmersdelight:cabbage", + "minecraft:waxed_copper_block", + "minecraft:waxed_cut_copper", + "tinycoal:tinycharcoal" + + ], + "ignoredRecipeTypes": [], + "ignoredRecipes": ["croptopia:rice_seed"], + "itemsHidingJeiRei": true +} \ No newline at end of file diff --git a/config/almostunified/unify.json.bak b/config/almostunified/unify.json.bak new file mode 100644 index 0000000..d14d701 --- /dev/null +++ b/config/almostunified/unify.json.bak @@ -0,0 +1,154 @@ +{ + "modPriorities": [ + "minecraft", + "modern_industrialization", + "farmersdelight", + "create", + "ae2", + "techreborn", + "ad_astra", + "indrev", + "botania", + "bewitchment", + "hexcasting", + "croptopia", + "vinery", + "byg", + "tinycoal", + "catwalksinc" + ], + "stoneStrata": [ + "stone", + "nether", + "deepslate", + "granite", + "diorite", + "andesite" + ], + "tags": [ + "c:{material}_nuggets", + "c:{material}_dusts", + "c:{material}_gears", + "c:{material}_gems", + "c:{material}_ingots", + "c:{material}_raw_materials", + "c:{material}_ores", + "c:{material}_plates", + "c:{material}_rods", + "c:{material}_wires", + "c:{material}_blocks", + "c:{material}_storage_blocks", + "c:raw_{material}_storage_blocks", + "c:raw_{material}_blocks", + "c:raw_{material}_ores", + "c:crops/{material}", + "c:seeds/{material}", + "c:rice", + "c:dough", + "c:flour", + "c:raw_bacon", + "c:cooked_bacon" + + ], + "materials": [ + "aluminum", + "bauxite", + "bronze", + "chrome", + "chromium", + "coal", + "copper", + "diamond", + "electrum", + "emerald", + "gold", + "invar", + "iridium", + "iron", + "lapis", + "lead", + "manganese", + "nickel", + "platinum", + "ruby", + "silicon", + "silver", + "steel", + "sulfur", + "tin", + "titanium", + "tungsten", + "salt", + "carbon", + "brass", + "zinc", + "amethyst", + "zinc", + "uranium", + "tomato", + "cabbage", + "onion", + "garlic", + "quartz", + "ender_pearl" + ], + "priorityOverrides": {}, + "ignoredTags": [ + "#minecraft:stairs", + "#minecraft:slabs", + "#c:quartz_blocks" + ], + "ignoredItems": [ + "minecraft:copper_block", + "minecraft:raw_iron", + "minecraft:raw_gold", + "minecraft:raw_copper", + "minecraft:quartz_block", + "minecraft:quartz", + "minecraft:quartz_ore", + "minecraft:gold_ore", + "minecraft:nether_gold_ore", + "minecraft:nether_quartz_ore", + "minecraft:deepslate_coal_ore", + "minecraft:deepslate_copper_ore", + "minecraft:deepslate_iron_ore", + "minecraft:deepslate_gold_ore", + "minecraft:deepslate_diamond_ore", + "minecraft:deepslate_emerald_ore", + "minecraft:deepslate_lapis_ore", + "modern_industrialization:deepslate_nickel_ore", + "modern_industrialization:deepslate_bauxite_ore", + "modern_industrialization:deepslate_iridium_ore", + "modern_industrialization:deepslate_lead_ore", + "modern_industrialization:deepslate_salt_ore", + "modern_industrialization:deepslate_tin_ore", + "modern_industrialization:deepslate_tungsten_ore", + "modern_industrialization:deepslate_uranium_ore", + "techreborn:deepslate_silver_ore", + "techreborn:deepslate_ruby_ore", + "byg:blue_nether_gold_ore", + "byg:brimstone_nether_gold_ore", + "deeperdarker:sculk_stone_copper_ore", + "deeperdarker:sculk_stone_gold_ore", + "deeperdarker:sculk_stone_lapis_ore", + "deeperdarker:sculk_stone_coal_ore", + "deeperdarker:sculk_stone_emerald_ore", + "ad_astra:mercury_iron_ore", + "ad_astra:moon_iron_ore", + "ad_astra:mars_iron_ore", + "ad_astra:glacio_iron_ore", + "ad_astra:glacio_copper_ore", + "ad_astra:mars_diamond_ore", + "ad_astra:venus_diamond_ore", + "ad_astra:glacio_lapis_ore", + "ad_astra:glacio_coal_ore", + "ad_astra:venus_coal_ore", + "farmersdelight:cabbage", + "minecraft:waxed_copper_block", + "minecraft:waxed_cut_copper" + + ], + "ignoredRecipeTypes": [], + "ignoredRecipes": ["croptopia:rice_seed"], + "itemsHidingJeiRei": true +} \ No newline at end of file diff --git a/config/ambientsounds-client.json b/config/ambientsounds-client.json new file mode 100644 index 0000000..fffc18b --- /dev/null +++ b/config/ambientsounds-client.json @@ -0,0 +1,76 @@ +{ + "sounds": { + "suspense.nether": 1, + "unknown.suspense": 1, + "dark.suspense": 1, + "deep.cave": 1, + "wind.wind": 0.8, + "underwater.underwater": 1, + "underwater.underwater-deep": 1, + "rain.rain": 1, + "storm.close.storm-close": 0.8, + "storm.close.wind": 0.8, + "storm.away.storm-away": 0.8, + "storm.away.howling-wind": 0.8, + "underworld.underworld": 1, + "cave.ambience.cave": 1, + "cave.ambience.cave-water": 1, + "cave.ambience.cave-deep": 1, + "cave.ambience.cave-large": 1, + "cave.lush.cave-lush": 1, + "cave.lush.frog": 1, + "sky.light-wind": 0.8, + "forest.bird-ambience": 1, + "forest.owl": 1, + "forest.cold.crow": 1, + "taiga.bird-ambience-huge": 1, + "highland.heavy-wind": 0.8, + "highland.wind-in-leaves": 0.8, + "mesa.wind-mesa": 0.8, + "forest.roofed.bird-ambience-spooky": 1, + "grass.cricket": 1, + "grass.cricket-night": 1, + "grass.cicadas-night": 1, + "plains.cricket": 1, + "plains.cricket-night": 1, + "plains.cicadas-night": 1, + "savanna.cricket": 1, + "savanna.cicadas": 1, + "savanna.cicadas-desert": 1, + "savanna.cricket-warm-night": 1, + "savanna.wolf": 1, + "savanna.bird-warm": 1, + "desert.cicadas-desert": 1, + "desert.light-wind": 0.8, + "swamp.cricket-swamp": 1, + "swamp.cricket-warm-night": 1, + "swamp.frog": 1, + "jungle.cricket-jungle": 1, + "jungle.cricket-jungle-night": 1, + "jungle.bird-ambience-jungle": 1, + "jungle.bird-ambience-jungle-night": 1, + "cold.light-wind": 0.8, + "beach.beach": 1, + "beach.seagull": 1, + "beach.seagull-long": 1, + "ocean.ocean": 1, + "ocean.light-wind": 0.8 + }, + "dimensions": { + "nether": 1, + "end": 1, + "abyssalcraft": 1, + "void": 1, + "twilightforest": 1, + "betweenlands": 1, + "cave": 1, + "midnight": 1, + "galacticraft": 1, + "galacticraft.planets": 1, + "surface": 1 + }, + "silent-dimensions": [], + "general": { + "engine": "default" + } +} \ No newline at end of file diff --git a/config/appleskin.json5 b/config/appleskin.json5 new file mode 100644 index 0000000..2da9a78 --- /dev/null +++ b/config/appleskin.json5 @@ -0,0 +1,22 @@ +{ + // If true, shows the hunger and saturation values of food in its tooltip while holding SHIFT + "showFoodValuesInTooltip": true, + // If true, shows the hunger and saturation values of food in its tooltip automatically (without needing to hold SHIFT) + "showFoodValuesInTooltipAlways": true, + // If true, shows your current saturation level overlayed on the hunger bar + "showSaturationHudOverlay": true, + // If true, shows the hunger (and saturation if showSaturationHudOverlay is true) that would be restored by food you are currently holding + "showFoodValuesHudOverlay": true, + // If true, enables the hunger/saturation/health overlays for food in your off-hand + "showFoodValuesHudOverlayWhenOffhand": true, + // If true, shows your food exhaustion as a progress bar behind the hunger bar + "showFoodExhaustionHudUnderlay": true, + // If true, shows estimated health restored by food on the health bar + "showFoodHealthHudOverlay": true, + // If true, shows your hunger, saturation, and exhaustion level in Debug Screen + "showFoodDebugInfo": true, + // If true, health/hunger overlay will shake to match Minecraft's icon animations + "showVanillaAnimationsOverlay": true, + // Alpha value of the flashing icons at their most visible point (1.0 = fully opaque, 0.0 = fully transparent) + "maxHudOverlayFlashAlpha": 0.6499999761581421 +} \ No newline at end of file diff --git a/config/archeology.json b/config/archeology.json new file mode 100644 index 0000000..bcaa06a --- /dev/null +++ b/config/archeology.json @@ -0,0 +1,9 @@ +{ + "releaseUseKeyAfterBrushing": false, + "brushingLayerChance": 0.35, + "brushingLowerThreshold": 0.02, + "brushingBreakingSpeed": 3.0, + "brushingRepairSpeed": 1.0, + "disableBrushingAnimation": false, + "removeShardsItemGroup": false +} \ No newline at end of file diff --git a/config/architects_palette.json5 b/config/architects_palette.json5 new file mode 100644 index 0000000..dd2025f --- /dev/null +++ b/config/architects_palette.json5 @@ -0,0 +1,13 @@ +{ + // Controls ALL worldgen features added by Architect's Palette. (If false, NOTHING from AP will generate. If true, individual features may still be disabled.) + "globalWorldGenToggle": true, + // Controls the spawning of Monazite, Ekanite, and Heliodor rods in various Nether biomes. + "netherCrystalGeneration": true, + // Chance of updating adjacent moon/sunstone blocks, cascading updates and helping larger areas stay in sync (RANGE:0.0 ~ 1) + "sunstoneSpreadChance": 1.0, + // Villagers that already sell AP items will continue to do so regardless of this setting. + "enableVillagerTrades": true, + "enableWandererTrades": true, + // Adds vertical slabs for the OG builders out there + "enableVerticalSlabs": false +} \ No newline at end of file diff --git a/config/armorsoundtweak.toml b/config/armorsoundtweak.toml new file mode 100644 index 0000000..afaab2f --- /dev/null +++ b/config/armorsoundtweak.toml @@ -0,0 +1,8 @@ + +[sounds] + armor = true + elytra = true + skulls = false + pumpkins = false + anything = false + diff --git a/config/artifacts/general.toml b/config/artifacts/general.toml new file mode 100644 index 0000000..4f7077d --- /dev/null +++ b/config/artifacts/general.toml @@ -0,0 +1,5 @@ +configVersion = 1 +everlastingFoodCooldown = 300 +playExtraHurtSounds = true +showFirstPersonGloves = true +showTooltips = true diff --git a/config/artifacts/worldgen.toml b/config/artifacts/worldgen.toml new file mode 100644 index 0000000..2856ea5 --- /dev/null +++ b/config/artifacts/worldgen.toml @@ -0,0 +1,5 @@ +artifactRarity = 1.0 + +[campsite] +campsiteRarity = 5 +mimicChance = 0.3 diff --git a/config/attributefix.json b/config/attributefix.json new file mode 100644 index 0000000..8eeb56b --- /dev/null +++ b/config/attributefix.json @@ -0,0 +1,796 @@ +{ + "attributes": { + "dml-refabricated:archery": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 16, + "value": 10000000 + } + }, + "dml-refabricated:fire_protection": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 16, + "value": 10000000 + } + }, + "minecraft:generic.follow_range": { + "enabled": true, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 2048, + "value": 10000000 + } + }, + "dml-refabricated:zombie_friendly": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 16, + "value": 10000000 + } + }, + "spell_power:arcane": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 2048, + "value": 10000000 + } + }, + "spell_power:critical_chance": { + "enabled": false, + "min": { + "default": 100, + "value": 100 + }, + "max": { + "default": 1000, + "value": 10000000 + } + }, + "dml-refabricated:auto_extinguish": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 16, + "value": 10000000 + } + }, + "porting_lib:step_height_addition": { + "enabled": false, + "min": { + "default": -512, + "value": -512 + }, + "max": { + "default": 512, + "value": 10000000 + } + }, + "dml-refabricated:fly": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 16, + "value": 10000000 + } + }, + "minecraft:generic.luck": { + "enabled": true, + "min": { + "default": -1024, + "value": -1024 + }, + "max": { + "default": 1024, + "value": 10000000 + } + }, + "dml-refabricated:jump_boost": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 16, + "value": 10000000 + } + }, + "dml-refabricated:soul_vision": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 16, + "value": 10000000 + } + }, + "tiered:generic.range_attack_damage": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 2048, + "value": 10000000 + } + }, + "creeperoverhaul:reach_distance": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 1024, + "value": 10000000 + } + }, + "dml-refabricated:underwater_haste": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 16, + "value": 10000000 + } + }, + "porting_lib:entity_gravity": { + "enabled": false, + "min": { + "default": -8, + "value": -8 + }, + "max": { + "default": 8, + "value": 10000000 + } + }, + "additionalentityattributes:magic_protection": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 1024, + "value": 10000000 + } + }, + "spell_power:critical_damage": { + "enabled": false, + "min": { + "default": 100, + "value": 100 + }, + "max": { + "default": 1000, + "value": 10000000 + } + }, + "additionalentityattributes:lava_visibility": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 1024, + "value": 10000000 + } + }, + "dml-refabricated:fire_immunity": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 16, + "value": 10000000 + } + }, + "dml-refabricated:fall_immunity": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 16, + "value": 10000000 + } + }, + "additionalentityattributes:bonus_loot_count_rolls": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 128, + "value": 10000000 + } + }, + "spell_power:frost": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 2048, + "value": 10000000 + } + }, + "stepheightentityattribute:stepheight": { + "enabled": false, + "min": { + "default": -1024, + "value": -1024 + }, + "max": { + "default": 1024, + "value": 10000000 + } + }, + "dml-refabricated:depth_strider": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 16, + "value": 10000000 + } + }, + "tiered:generic.crit_chance": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 1, + "value": 10000000 + } + }, + "minecraft:zombie.spawn_reinforcements": { + "enabled": true, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 1, + "value": 10000000 + } + }, + "minecraft:generic.attack_knockback": { + "enabled": true, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 5, + "value": 10000000 + } + }, + "minecraft:generic.armor_toughness": { + "enabled": true, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 20, + "value": 10000000 + } + }, + "additionalentityattributes:dig_speed": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 2048, + "value": 10000000 + } + }, + "dml-refabricated:shulker_friendly": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 16, + "value": 10000000 + } + }, + "dml-refabricated:piglin_truce": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 16, + "value": 10000000 + } + }, + "dml-refabricated:undying": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 16, + "value": 10000000 + } + }, + "reach-entity-attributes:attack_range": { + "enabled": false, + "min": { + "default": -1024, + "value": -1024 + }, + "max": { + "default": 1024, + "value": 10000000 + } + }, + "dml-refabricated:poseidon_bless": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 16, + "value": 10000000 + } + }, + "additionalentityattributes:water_visibility": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 1024, + "value": 10000000 + } + }, + "dml-refabricated:endermen_proof_vision": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 16, + "value": 10000000 + } + }, + "reach-entity-attributes:reach": { + "enabled": false, + "min": { + "default": -1024, + "value": -1024 + }, + "max": { + "default": 1024, + "value": 10000000 + } + }, + "dml-refabricated:night_vision": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 16, + "value": 10000000 + } + }, + "additionalentityattributes:water_speed": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 1, + "value": 10000000 + } + }, + "dml-refabricated:unrotten_flesh": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 16, + "value": 10000000 + } + }, + "projectile_damage:generic": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 1024, + "value": 10000000 + } + }, + "biomemakeover:projectile_resistance": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 30, + "value": 10000000 + } + }, + "minecraft:generic.attack_speed": { + "enabled": true, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 1024, + "value": 10000000 + } + }, + "minecraft:generic.attack_damage": { + "enabled": true, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 2048, + "value": 10000000 + } + }, + "tiered:generic.durable": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 1, + "value": 10000000 + } + }, + "spell_power:fire": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 2048, + "value": 10000000 + } + }, + "spell_power:haste": { + "enabled": false, + "min": { + "default": 100, + "value": 100 + }, + "max": { + "default": 1000, + "value": 10000000 + } + }, + "minecraft:generic.armor": { + "enabled": true, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 30, + "value": 10000000 + } + }, + "dml-refabricated:skeleton_friendly": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 16, + "value": 10000000 + } + }, + "additionalentityattributes:critical_bonus_damage": { + "enabled": false, + "min": { + "default": -1, + "value": -1 + }, + "max": { + "default": 1024, + "value": 10000000 + } + }, + "dml-refabricated:plenty": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 16, + "value": 10000000 + } + }, + "porting_lib:swim_speed": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 1024, + "value": 10000000 + } + }, + "creeperoverhaul:swim_speed": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 1024, + "value": 10000000 + } + }, + "spell_power:lightning": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 2048, + "value": 10000000 + } + }, + "dml-refabricated:teleport": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 16, + "value": 10000000 + } + }, + "dml-refabricated:resistance": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 16, + "value": 10000000 + } + }, + "dml-refabricated:water_breathing": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 16, + "value": 10000000 + } + }, + "minecraft:generic.flying_speed": { + "enabled": true, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 1024, + "value": 10000000 + } + }, + "spell_power:soul": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 2048, + "value": 10000000 + } + }, + "minecraft:generic.movement_speed": { + "enabled": true, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 1024, + "value": 10000000 + } + }, + "botania:pixie_spawn_chance": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 1, + "value": 10000000 + } + }, + "minecraft:generic.max_health": { + "enabled": true, + "min": { + "default": 1, + "value": 1 + }, + "max": { + "default": 1024, + "value": 10000000 + } + }, + "dml-refabricated:rot_resistance": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 16, + "value": 10000000 + } + }, + "additionalentityattributes:lava_speed": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 1, + "value": 10000000 + } + }, + "additionalentityattributes:bonus_rare_loot_rolls": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 128, + "value": 10000000 + } + }, + "minecraft:horse.jump_strength": { + "enabled": true, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 2, + "value": 10000000 + } + }, + "dml-refabricated:feather_falling": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 16, + "value": 10000000 + } + }, + "spell_power:healing": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 2048, + "value": 10000000 + } + }, + "minecraft:generic.knockback_resistance": { + "enabled": true, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 1, + "value": 10000000 + } + }, + "additionalentityattributes:dropped_experience": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 1024, + "value": 10000000 + } + }, + "tiered:generic.dig_speed": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 2048, + "value": 10000000 + } + } + } +} \ No newline at end of file diff --git a/config/authme.json5 b/config/authme.json5 new file mode 100644 index 0000000..6dbe5ea --- /dev/null +++ b/config/authme.json5 @@ -0,0 +1,45 @@ +{ + // Auth Button + "authButton": { + // Position of the button on the multiplayer screen + "x": 6, + // Position of the button on the multiplayer screen + "y": 6, + // True if the button can be dragged to a new position + "draggable": true + }, + // Login Methods + "methods": { + // Login via Microsoft + "microsoft": { + // Indicates the type of user interaction that is required + "prompt": "DEFAULT", + // The port from which to listen for OAuth2 callbacks + "port": 25585, + // OAuth2 client id + "clientId": "e16699bb-2aa8-46da-b5e3-45cbcce29091", + // OAuth2 authorization url + "authorizeUrl": "https://login.live.com/oauth20_authorize.srf", + // OAuth2 access token url + "tokenUrl": "https://login.live.com/oauth20_token.srf", + // Xbox authentication url + "xboxAuthUrl": "https://user.auth.xboxlive.com/user/authenticate", + // Xbox XSTS authorization url + "xboxXstsUrl": "https://xsts.auth.xboxlive.com/xsts/authorize", + // Minecraft authentication url + "mcAuthUrl": "https://api.minecraftservices.com/authentication/login_with_xbox", + // Minecraft profile url + "mcProfileUrl": "https://api.minecraftservices.com/minecraft/profile" + }, + // Login via Mojang (or legacy) + "mojang": { + // Last used username + "lastUsername": "" + }, + // Login Offline + "offline": { + // Last used username + "lastUsername": "" + } + } +} \ No newline at end of file diff --git a/config/bedbenefits.json b/config/bedbenefits.json new file mode 100644 index 0000000..65cf75d --- /dev/null +++ b/config/bedbenefits.json @@ -0,0 +1,12 @@ +{ + "restoreHealth": { + "healAmount": 10.0, + "requiredFoodAmount": 0 + }, + "sleepOffEffects": { + "removeHarmfulEffects": true, + "removeBeneficialEffects": false, + "removeNeutralEffects": false, + "requiredFoodAmount": 0 + } +} \ No newline at end of file diff --git a/config/besmirchment.json b/config/besmirchment.json new file mode 100644 index 0000000..3e7bf53 --- /dev/null +++ b/config/besmirchment.json @@ -0,0 +1,18 @@ +{ + "enableFinalBroom": true, + "enableWitchyDye": true, + "enableEliteCoffin": true, + "enableLovePotion": true, + "enableWerepyrism": true, + "enableSunscreen": true, + "enableTamableDemons": true, + "enableLichdom": true, + "enablePhasingWhitelist": false, + "werepyreWeight": 10, + "werepyreMinGroupCount": 1, + "werepyreMaxGroupCount": 1, + "enableBeelzebub": true, + "villagerFamiliarReputationBase": 20, + "chickenFamiliarEggChance": 0.005, + "universalFamiliars": true +} \ No newline at end of file diff --git a/config/bettercombat/client.json5 b/config/bettercombat/client.json5 new file mode 100644 index 0000000..704e0ea --- /dev/null +++ b/config/bettercombat/client.json5 @@ -0,0 +1,15 @@ +{ + "isHoldToAttackEnabled": true, + "isMiningWithWeaponsEnabled": true, + "isSwingThruGrassEnabled": true, + "isAttackInsteadOfMineWhenEnemiesCloseEnabled": true, + "isHighlightCrosshairEnabled": true, + "hudHighlightColor": 16711680, + "isShowingArmsInFirstPerson": false, + "isShowingOtherHandFirstPerson": true, + "isSweepingParticleEnabled": true, + "isTooltipAttackRangeEnabled": true, + "weaponSwingSoundVolume": 100, + "isDebugOBBEnabled": true, + "swingThruGrassBlacklist": "farmersdelight" +} \ No newline at end of file diff --git a/config/bettercombat/fallback_compatibility.json b/config/bettercombat/fallback_compatibility.json new file mode 100644 index 0000000..c1fcaaf --- /dev/null +++ b/config/bettercombat/fallback_compatibility.json @@ -0,0 +1,102 @@ +{ + "schema_version": 1, + "blacklist_item_id_regex": "pickaxe|farmersdelight|botania:terra_sword|botania:star_sword|botania:thunder_sword", + "fallback_compatibility": [ + { + "item_id_regex": "claymore|great_sword|greatsword", + "weapon_attributes": "bettercombat:claymore" + }, + { + "item_id_regex": "great_hammer|greathammer|war_hammer|warhammer|maul", + "weapon_attributes": "bettercombat:hammer" + }, + { + "item_id_regex": "double_axe|doubleaxe|war_axe|waraxe|great_axe|greataxe", + "weapon_attributes": "bettercombat:double_axe" + }, + { + "item_id_regex": "scythe", + "weapon_attributes": "bettercombat:scythe" + }, + { + "item_id_regex": "halberd", + "weapon_attributes": "bettercombat:halberd" + }, + { + "item_id_regex": "glaive", + "weapon_attributes": "bettercombat:glaive" + }, + { + "item_id_regex": "spear|lance", + "weapon_attributes": "bettercombat:spear" + }, + { + "item_id_regex": "anchor", + "weapon_attributes": "bettercombat:anchor" + }, + { + "item_id_regex": "battlestaff|battle_staff", + "weapon_attributes": "bettercombat:battlestaff" + }, + { + "item_id_regex": "claw", + "weapon_attributes": "bettercombat:claw" + }, + { + "item_id_regex": "fist|gauntlet", + "weapon_attributes": "bettercombat:fist" + }, + { + "item_id_regex": "trident|impaled", + "weapon_attributes": "bettercombat:trident" + }, + { + "item_id_regex": "katana", + "weapon_attributes": "bettercombat:katana" + }, + { + "item_id_regex": "rapier", + "weapon_attributes": "bettercombat:rapier" + }, + { + "item_id_regex": "sickle", + "weapon_attributes": "bettercombat:sickle" + }, + { + "item_id_regex": "soul_knife", + "weapon_attributes": "bettercombat:soul_knife" + }, + { + "item_id_regex": "dagger|knife", + "weapon_attributes": "bettercombat:dagger" + }, + { + "item_id_regex": "staff|wand|sceptre|stave|rod", + "weapon_attributes": "bettercombat:wand" + }, + { + "item_id_regex": "mace|hammer|flail", + "weapon_attributes": "bettercombat:mace" + }, + { + "item_id_regex": "axe", + "weapon_attributes": "bettercombat:axe" + }, + { + "item_id_regex": "coral_blade", + "weapon_attributes": "bettercombat:coral_blade" + }, + { + "item_id_regex": "twin_blade|twinblade", + "weapon_attributes": "bettercombat:twin_blade" + }, + { + "item_id_regex": "cutlass|scimitar|machete", + "weapon_attributes": "bettercombat:cutlass" + }, + { + "item_id_regex": "sword|blade", + "weapon_attributes": "bettercombat:sword" + } + ] +} \ No newline at end of file diff --git a/config/bettercombat/server.json5 b/config/bettercombat/server.json5 new file mode 100644 index 0000000..bc81faa --- /dev/null +++ b/config/bettercombat/server.json5 @@ -0,0 +1,53 @@ +{ + /* Upswing (aka windup) is the first phase of the attack (between clicking and performing the damage). + Typical duration of upswing is `weapon cooldown * 0.5`. (Weapon specific upswing values can be defined in weapon attributes) + This config allows you to change upswing duration. + Example values: + - `0.5` (default, fast paced attack initiation) upswing typically lasts 25% of the attack cooldown + - `1.0` (classic setting, realistic attack initiation) upswing typically lasts 50% of the attack cooldown + */ + "upswing_multiplier": 1.0, + // Bypass damage receive throttling of LivingEntity from player attacks. + "allow_fast_attacks": true, + // Allows client-side target search and server-side attack request execution against currently mounted entity of the player + "allow_attacking_mount": false, + // The minimum number of ticks between two attacks + "attack_interval_cap": 7, + /* Blacklist for entities that are acting as vehicle but should not be treated as protected mounts. + Classical example is an alexsmobs:crocodile attempting a death spin. + (Note all hostile mobs hittable by default, this config is to fix faulty mobs) + */ + "hostile_player_vehicles": [ + "alexsmobs:crocodile" + ], + // Allows vanilla sweeping mechanic to work and Sweeping Edge enchantment + "allow_sweeping": true, + // Allows client-side target search to ignore obstacles. WARNING! Setting this to `false` significantly increases the load on clients. + "allow_attacking_thru_walls": false, + // Applies movement speed multiplier while attacking. (Min: 0, Max: 1). Use `0` for a full stop while attacking. Use `1` for no movement speed penalty + "movement_speed_while_attacking": 0.5, + // Determines if applying the movement speed multiplier while attacking is done smoothly or instantly + "movement_speed_applied_smoothly": true, + // Determines whether or not to apply movement speed reduction while attacking mounted + "movement_speed_effected_while_mounting": false, + // Attacks faster than a vanilla sword will do smaller knockback, proportionally. + "knockback_reduced_for_fast_attacks": true, + // Multiplier for `attack_range`, during target lookup on both sides. Large sized entities may be colliding with weapon hitbox, but center of entities can have bigger distance than `attack_range` + "target_search_range_multiplier": 3.5, + // Total multiplier, (examples: +30% = 1.3, -30% = 0.7) + "dual_wielding_attack_speed_multiplier": 1.2000000476837158, + // Total multiplier, (examples: +30% = 1.3, -30% = 0.7) + "dual_wielding_main_hand_damage_multiplier": 1.0, + // Total multiplier, (examples: +30% = 1.3, -30% = 0.7) + "dual_wielding_off_hand_damage_multiplier": 1.0, + // Entities with `HOSTILE` relation will be hit by undirected weapon swings. NOTE: Vanilla sweeping will still happen, if not disabled via `allow_sweeping` + "player_relation_to_teamless_players": "NEUTRAL", + "player_relation_to_villagers": "NEUTRAL", + "player_relation_to_passives": "HOSTILE", + "player_relation_to_hostiles": "HOSTILE", + "player_relation_to_other": "HOSTILE", + // Try to guess and apply a preset for items without weapon attributes data file + "fallback_compatibility_enabled": true, + // Allow printing the content of weapon attributes registry + "weapon_registry_logging": false +} \ No newline at end of file diff --git a/config/betterdeserttemples-fabric-1_19.toml b/config/betterdeserttemples-fabric-1_19.toml new file mode 100644 index 0000000..3efd9a8 --- /dev/null +++ b/config/betterdeserttemples-fabric-1_19.toml @@ -0,0 +1,3 @@ +[general] +disableVanillaPyramids = true +applyMiningFatigue = true diff --git a/config/betterdeserttemples/README.txt b/config/betterdeserttemples/README.txt new file mode 100644 index 0000000..7d9fed0 --- /dev/null +++ b/config/betterdeserttemples/README.txt @@ -0,0 +1,7 @@ +This directory is for a few additional options for YUNG's Better Desert Temples. +Options provided may vary by version. +This directory contains subdirectories for supported versions. The first time you run Better Desert Temples, a version subdirectory will be created if that version supports advanced options. +For example, the first time you use Better Desert Temples for 1.18.2 on Forge, the 'forge-1_18_2' subdirectory will be created in this folder. +If no subdirectory for your version is created, then that version probably does not support the additional options. +NOTE -- MOST OPTIONS CAN BE FOUND IN A CONFIG FILE OUTSIDE THIS FOLDER! +For example, on Forge 1.18.2 the file is 'betterdeserttemples-forge-1_18_2.toml'. \ No newline at end of file diff --git a/config/betterdeserttemples/fabric-1_19/README.txt b/config/betterdeserttemples/fabric-1_19/README.txt new file mode 100644 index 0000000..09b809b --- /dev/null +++ b/config/betterdeserttemples/fabric-1_19/README.txt @@ -0,0 +1,30 @@ +###################################### +# armorstands.json # +###################################### + This file contains ItemRandomizers describing the probability distribution of armor on armor stands. +Armor stands spawn in armory rooms and wardrobe rooms. +For information on ItemRandomizers, see the bottom of this README. +###################################### +# itemframes.json # +###################################### + This file contains ItemRandomizers describing the probability distribution of items in item frames. +Item frames only spawn in food storage rooms and armoury rooms. +For information on ItemRandomizers, see the bottom of this README. +###################################### +# ItemRandomizers # +###################################### +Describes a set of items and the probability of each item being chosen. + - entries: An object where each entry's key is a item, and each value is that item's probability of being chosen. + The total sum of all probabilities SHOULD NOT exceed 1.0! + - defaultItem: The item used for any leftover probability ranges. + For example, if the total sum of all the probabilities of the entries is 0.6, then + there is a 0.4 chance of the defaultItem being selected. +Here's an example ItemRandomizer: +"entries": { + "minecraft:stone_axe": 0.25, + "minecraft:shield": 0.2, + "minecraft:air": 0.1 +}, +"defaultItem": "minecraft:iron_axe" +For each item, this randomizer has a 25% chance of returning a stone axe, 20% chance of choosing a shield, +10% chance of choosing air (nothing), and a 100 - (25 + 20 + 10) = 45% chance of choosing an iron axe (since it's the default item). diff --git a/config/betterdeserttemples/fabric-1_19/armorstands.json b/config/betterdeserttemples/fabric-1_19/armorstands.json new file mode 100644 index 0000000..587e812 --- /dev/null +++ b/config/betterdeserttemples/fabric-1_19/armorstands.json @@ -0,0 +1,58 @@ +{ + "armoryHelmets": { + "entries": { + "chainmail_helmet": 0.3, + "golden_helmet": 0.2 + }, + "defaultItem": "air" + }, + "wardrobeHelmets": { + "entries": { + "chainmail_helmet": 0.2, + "leather_helmet": 0.4 + }, + "defaultItem": "air" + }, + "armoryChestplates": { + "entries": { + "chainmail_chestplate": 0.3, + "golden_chestplate": 0.2 + }, + "defaultItem": "air" + }, + "wardrobeChestplates": { + "entries": { + "chainmail_chestplate": 0.2, + "leather_chestplate": 0.4 + }, + "defaultItem": "air" + }, + "armoryLeggings": { + "entries": { + "chainmail_leggings": 0.3, + "golden_leggings": 0.2 + }, + "defaultItem": "air" + }, + "wardrobeLeggings": { + "entries": { + "leather_leggings": 0.4, + "chainmail_leggings": 0.2 + }, + "defaultItem": "air" + }, + "armoryBoots": { + "entries": { + "chainmail_boots": 0.3, + "golden_boots": 0.2 + }, + "defaultItem": "air" + }, + "wardrobeBoots": { + "entries": { + "chainmail_boots": 0.2, + "leather_boots": 0.4 + }, + "defaultItem": "air" + } +} \ No newline at end of file diff --git a/config/betterdeserttemples/fabric-1_19/itemframes.json b/config/betterdeserttemples/fabric-1_19/itemframes.json new file mode 100644 index 0000000..1e0f25c --- /dev/null +++ b/config/betterdeserttemples/fabric-1_19/itemframes.json @@ -0,0 +1,31 @@ +{ + "armouryItems": { + "entries": { + "arrow": 0.05, + "golden_axe": 0.1, + "stone_axe": 0.05, + "shield": 0.1, + "stone_sword": 0.05, + "bow": 0.1, + "name_tag": 0.05, + "golden_sword": 0.1 + }, + "defaultItem": "air" + }, + "storageItems": { + "entries": { + "cake": 0.1, + "beetroot_seeds": 0.025, + "bread": 0.2, + "pumpkin_seeds": 0.025, + "rabbit_foot": 0.01, + "cookie": 0.1, + "slime_ball": 0.05, + "wheat_seeds": 0.025, + "honey_bottle": 0.1, + "potato": 0.2, + "melon_seeds": 0.025 + }, + "defaultItem": "air" + } +} \ No newline at end of file diff --git a/config/betterdungeons-fabric-1_19.toml b/config/betterdungeons-fabric-1_19.toml new file mode 100644 index 0000000..f47999a --- /dev/null +++ b/config/betterdungeons-fabric-1_19.toml @@ -0,0 +1,16 @@ +[betterDungeons.general] +enableHeads = true +removeVanillaDungeons = true +enableNetherBlocks = true +[betterDungeons.zombieDungeon] +zombieDungeonMaxSurfaceStaircaseLength = 20 +[betterDungeons.smallDungeon] +bannerMaxCount = 2 +chestMinCount = 1 +chestMaxCount = 2 +enableOreProps = true +[betterDungeons.smallNetherDungeon] +enabled = false +witherSkeletonsDropWitherSkulls = true +blazesDropBlazeRods = true +bannerMaxCount = 2 diff --git a/config/bettermineshafts-fabric-1_19.toml b/config/bettermineshafts-fabric-1_19.toml new file mode 100644 index 0000000..ab9e55e --- /dev/null +++ b/config/bettermineshafts-fabric-1_19.toml @@ -0,0 +1,28 @@ +minY = -55 +maxY = 30 +disableVanillaMineshafts = true + +[spawnRates] +lanternSpawnRate = 0.0067 +torchSpawnRate = 0.02 +workstationSpawnRate = 0.025 +workstationDungeonSpawnRate = 0.25 +smallShaftSpawnRate = 0.07 +cobwebSpawnRate = 0.15 +smallShaftChestMinecartSpawnRate = 0.00125 +mainShaftChestMinecartSpawnRate = 0.01 +smallShaftTntMinecartSpawnRate = 0.0024999999441206455 +mainShaftTntMinecartSpawnRate = 0.0024999999441206455 +zombieVillagerRoomSpawnChance = 2 +smallShaftPieceChainLength = 9 + +[ores] +enabled = true +cobble = 50 +coal = 20 +iron = 9 +redstone = 7 +gold = 7 +lapis = 3 +emerald = 3 +diamond = 1 diff --git a/config/betteroceanmonuments-fabric-1_19.toml b/config/betteroceanmonuments-fabric-1_19.toml new file mode 100644 index 0000000..ca08d83 --- /dev/null +++ b/config/betteroceanmonuments-fabric-1_19.toml @@ -0,0 +1,2 @@ +[general] +disableVanillaMonuments = true diff --git a/config/betterpingdisplay.json b/config/betterpingdisplay.json new file mode 100644 index 0000000..0766bb8 --- /dev/null +++ b/config/betterpingdisplay.json @@ -0,0 +1,6 @@ +{ + "autoColorPingText": true, + "renderPingBars": false, + "pingTextColor": "#A0A0A0", + "pingTextFormatString": "%dms" +} \ No newline at end of file diff --git a/config/betterstats.properties b/config/betterstats.properties new file mode 100644 index 0000000..d0b950d --- /dev/null +++ b/config/betterstats.properties @@ -0,0 +1,21 @@ +#betterstats properties +#Wed Nov 16 07:21:27 CET 2022 +ENABLE_REI_LINKS=true +IGNORE_ENTITY_RENDER_ERRORS=true +COLOR_TOOLTIP_BG=-15794161 +BS_OPTIONS_GUI=true +COLOR_TOOLTIP_OUTLINE=-15007682 +COLOR_STAT_BG=599045300 +COLOR_TOOLTIP_TEXT=-1 +COLOR_CATEGORY_NAME_NORMAL=-922747136 +BSS_BTN_IMG=false +ENABLE_WIKI_LINKS=true +COLOR_STAT_GENERAL_TEXT=-1 +COLOR_STAT_BG_ERRORED=771724950 +FILTER_HIDE_EMPTY_STATS=false +COLOR_CONTENTPANE_BG=2013265920 +FILTER_SHOW_ITEM_NAMES=true +ALLOW_CHEATS=false +SEEN_BSS=true +COLOR_STAT_OUTLINE=-4144960 +COLOR_CATEGORY_NAME_HIGHLIGHTED=-256 diff --git a/config/betterstrongholds-fabric-1_19.toml b/config/betterstrongholds-fabric-1_19.toml new file mode 100644 index 0000000..44379d7 --- /dev/null +++ b/config/betterstrongholds-fabric-1_19.toml @@ -0,0 +1,5 @@ +[betterStrongholds.general] +cobwebReplacementChanceNormal = 0.1 +cobwebReplacementChanceSpawner = 0.3 +torchSpawnRate = 0.1 +lanternSpawnRate = 0.2 diff --git a/config/betterstrongholds/README.txt b/config/betterstrongholds/README.txt new file mode 100644 index 0000000..a66f7c5 --- /dev/null +++ b/config/betterstrongholds/README.txt @@ -0,0 +1,7 @@ +This directory is for a few additional options for YUNG's Better Strongholds. +Options provided may vary by version. +This directory contains subdirectories for supported versions. The first time you run Better Strongholds, a version subdirectory will be created if that version supports advanced options. +For example, the first time you use Better Strongholds for MC 1.16 on Forge, the 'forge-1_16' subdirectory will be created in this folder. +If no subdirectory for your version is created, then that version probably does not support the additional options. +NOTE -- MOST OPTIONS CAN BE FOUND IN A CONFIG FILE OUTSIDE THIS FOLDER! +For example, on Forge 1.16 the file is 'betterstrongholds-forge-1_16.toml'. \ No newline at end of file diff --git a/config/betterstrongholds/fabric-1_19/README.txt b/config/betterstrongholds/fabric-1_19/README.txt new file mode 100644 index 0000000..96b8874 --- /dev/null +++ b/config/betterstrongholds/fabric-1_19/README.txt @@ -0,0 +1,49 @@ +###################################### +# ores.json # +###################################### + This file contains a BlockSetSelector (see below) describing the probability of a given ore being chosen. +These probabilities are used in treasure rooms in the stronghold, in which +piles of ore have a chance of spawning. +For information on BlockSetSelectors, see the bottom of this README. +###################################### +# rareblocks.json # +###################################### + This file contains a BlockSetSelector describing the probability of a given block being chosen. +These probabilities are used in grand libraries, in which +two rare blocks will spawn. +For information on BlockSetSelectors, see the bottom of this README. +###################################### +# armorstands.json # +###################################### + This file contains ItemSetSelectors describing the probability distribution of armor on armor stands. +Common armor stands spawn in Armoury rooms, while Rare ones are only available in the rare Commander rooms. +For information on ItemSetSelectors, see the bottom of this README. +###################################### +# itemframes.json # +###################################### + This file contains ItemSetSelectors describing the probability distribution of items in item frames. +Item frames only spawn in storage rooms and armoury rooms. +For information on ItemSetSelectors, see the bottom of this README. +###################################### +# BlockSetSelectors # +###################################### +Describes a set of blockstates and the probability of each blockstate being chosen. + - entries: An object where each entry's key is a blockstate, and each value is that blockstate's probability of being chosen. + The total sum of all probabilities SHOULD NOT exceed 1.0! + - defaultBlock: The blockstate used for any leftover probability ranges. + For example, if the total sum of all the probabilities of the entries is 0.6, then + there is a 0.4 chance of the defaultBlock being selected. +Here's an example block selector: +"entries": { + "minecraft:cobblestone": 0.25, + "minecraft:air": 0.2, + "minecraft:stone_bricks": 0.1 +}, +"defaultBlock": "minecraft:oak_planks" +For each block, this selector has a 25% chance of returning cobblestone, 20% chance of choosing air, +10% chance of choosing stone bricks, and a 100 - (25 + 20 + 10) = 45% chance of choosing oak planks (since it's the default block). +###################################### +# ItemSetSelectors # +###################################### +Describes a set of items and the probability of each item being chosen. +Works the same as BlockSetSelectors, but with items instead of blockstates. diff --git a/config/betterstrongholds/fabric-1_19/armorstands.json b/config/betterstrongholds/fabric-1_19/armorstands.json new file mode 100644 index 0000000..1cccf7b --- /dev/null +++ b/config/betterstrongholds/fabric-1_19/armorstands.json @@ -0,0 +1,60 @@ +{ + "commonHelmets": { + "entries": { + "carved_pumpkin": 0.01, + "iron_helmet": 0.3, + "chainmail_helmet": 0.3, + "leather_helmet": 0.1 + }, + "defaultItem": "air" + }, + "rareHelmets": { + "entries": { + "carved_pumpkin": 0.2, + "diamond_helmet": 0.3 + }, + "defaultItem": "air" + }, + "commonChestplates": { + "entries": { + "chainmail_chestplate": 0.3, + "leather_chestplate": 0.1, + "iron_chestplate": 0.3 + }, + "defaultItem": "air" + }, + "rareChestplates": { + "entries": { + "diamond_chestplate": 0.3 + }, + "defaultItem": "air" + }, + "commonLeggings": { + "entries": { + "leather_leggings": 0.1, + "iron_leggings": 0.3, + "chainmail_leggings": 0.3 + }, + "defaultItem": "air" + }, + "rareLeggings": { + "entries": { + "diamond_leggings": 0.3 + }, + "defaultItem": "air" + }, + "commonBoots": { + "entries": { + "iron_boots": 0.3, + "chainmail_boots": 0.3, + "leather_boots": 0.1 + }, + "defaultItem": "air" + }, + "rareBoots": { + "entries": { + "diamond_boots": 0.3 + }, + "defaultItem": "air" + } +} \ No newline at end of file diff --git a/config/betterstrongholds/fabric-1_19/itemframes.json b/config/betterstrongholds/fabric-1_19/itemframes.json new file mode 100644 index 0000000..f2089df --- /dev/null +++ b/config/betterstrongholds/fabric-1_19/itemframes.json @@ -0,0 +1,34 @@ +{ + "armouryItems": { + "entries": { + "arrow": 0.05, + "golden_axe": 0.05, + "iron_axe": 0.1, + "stone_axe": 0.05, + "shield": 0.1, + "stone_sword": 0.05, + "bow": 0.1, + "iron_sword": 0.1, + "name_tag": 0.05, + "golden_sword": 0.05 + }, + "defaultItem": "air" + }, + "storageItems": { + "entries": { + "cake": 0.05, + "beetroot_seeds": 0.025, + "compass": 0.05, + "pumpkin_seeds": 0.025, + "flint": 0.05, + "rabbit_foot": 0.01, + "slime_ball": 0.05, + "paper": 0.25, + "wheat_seeds": 0.025, + "lead": 0.05, + "map": 0.25, + "melon_seeds": 0.025 + }, + "defaultItem": "air" + } +} \ No newline at end of file diff --git a/config/betterstrongholds/fabric-1_19/ores.json b/config/betterstrongholds/fabric-1_19/ores.json new file mode 100644 index 0000000..92bcc13 --- /dev/null +++ b/config/betterstrongholds/fabric-1_19/ores.json @@ -0,0 +1,14 @@ +{ + "oreChances": { + "entries": { + "minecraft:gold_ore": 0.2, + "minecraft:redstone_ore[lit=false]": 0.15, + "minecraft:diamond_ore": 0.05, + "minecraft:lapis_ore": 0.15, + "minecraft:iron_ore": 0.2, + "minecraft:emerald_ore": 0.05, + "minecraft:coal_ore": 0.2 + }, + "defaultBlock": "minecraft:coal_ore" + } +} \ No newline at end of file diff --git a/config/betterstrongholds/fabric-1_19/rareblocks.json b/config/betterstrongholds/fabric-1_19/rareblocks.json new file mode 100644 index 0000000..fe2e2c4 --- /dev/null +++ b/config/betterstrongholds/fabric-1_19/rareblocks.json @@ -0,0 +1,11 @@ +{ + "blockChances": { + "entries": { + "minecraft:gold_block": 0.3, + "minecraft:iron_block": 0.3, + "minecraft:quartz_block": 0.3, + "minecraft:diamond_block": 0.1 + }, + "defaultBlock": "minecraft:iron_block" + } +} \ No newline at end of file diff --git a/config/betterwitchhuts-fabric-1_19.toml b/config/betterwitchhuts-fabric-1_19.toml new file mode 100644 index 0000000..259e334 --- /dev/null +++ b/config/betterwitchhuts-fabric-1_19.toml @@ -0,0 +1,2 @@ +[general] +disableVanillaWitchHuts = true diff --git a/config/bewitchment.json b/config/bewitchment.json new file mode 100644 index 0000000..2336f20 --- /dev/null +++ b/config/bewitchment.json @@ -0,0 +1,34 @@ +{ + "disabledPoppets": [ + "bewitchment:voodoo_poppet", + "bewitchment:vampiric_poppet" + ], + "enableCurses": true, + "altarDistributionRadius": 24, + "generateSilver": false, + "generateSalt": false, + "owlWeight": 10, + "owlMinGroupCount": 1, + "owlMaxGroupCount": 2, + "ravenWeight": 10, + "ravenMinGroupCount": 1, + "ravenMaxGroupCount": 3, + "snakeWeight": 6, + "snakeMinGroupCount": 1, + "snakeMaxGroupCount": 2, + "toadWeight": 10, + "toadMinGroupCount": 1, + "toadMaxGroupCount": 3, + "ghostWeight": 20, + "ghostMinGroupCount": 1, + "ghostMaxGroupCount": 1, + "vampireWeight": 20, + "vampireMinGroupCount": 1, + "vampireMaxGroupCount": 1, + "werewolfWeight": 20, + "werewolfMinGroupCount": 1, + "werewolfMaxGroupCount": 1, + "hellhoundWeight": 6, + "hellhoundMinGroupCount": 1, + "hellhoundMaxGroupCount": 1 +} \ No newline at end of file diff --git a/config/bhmenu/bhmenu-client.properties b/config/bhmenu/bhmenu-client.properties new file mode 100644 index 0000000..21b7993 --- /dev/null +++ b/config/bhmenu/bhmenu-client.properties @@ -0,0 +1,15 @@ +#BHMenu config file. +# +#IMPORTANT INFO +#Partner id and Pack id can be found at https://www.bisecthosting.com/partners/console.php +# +#Language translation keys are: +#'server_entry.title' for the config title; +#'server_entry.description' for the config description. +# +#Fri Feb 17 20:13:18 CET 2023 +partner_id=2567 +use_language_files=false +pack_id=18425 +description=Click me to get your own server\! +title=Need a server? diff --git a/config/biomemakeover.json b/config/biomemakeover.json new file mode 100644 index 0000000..702a488 --- /dev/null +++ b/config/biomemakeover.json @@ -0,0 +1,4 @@ +{ + "info": "You\u0027ve found the config file for Biome Makeover!. This mod is made to be customised via datapack, so options in here may be limited. We have added additional functionality to datapacks, so you may find what you\u0027re looking for in our docs.", + "strictAltarCursing": false +} \ No newline at end of file diff --git a/config/bosses_of_mass_destruction.json5 b/config/bosses_of_mass_destruction.json5 new file mode 100644 index 0000000..269905b --- /dev/null +++ b/config/bosses_of_mass_destruction.json5 @@ -0,0 +1,85 @@ +{ + "lichConfig": { + "eternalNighttime": true, + "experienceDrop": 1500, + "idleHealingPerTick": 0.20000000298023224, + "health": 300.0, + "missile": { + "statusEffectId": "minecraft:slowness", + "statusEffectDuration": 100, + "statusEffectPotency": 2, + "damage": 9.0 + }, + "comet": { + "explosionStrength": 4.0, + "destroysBlocks": true + }, + "summonMechanic": { + "isEnabled": true, + "entitiesThatCountToSummonCounter": [ + "minecraft:zombie", + "minecraft:skeleton", + "minecraft:drowned", + "minecraft:giant", + "minecraft:husk", + "minecraft:phantom", + "minecraft:skeleton_horse", + "minecraft:stray", + "minecraft:wither", + "minecraft:wither_skeleton", + "minecraft:zoglin", + "minecraft:zombie_horse", + "minecraft:zombie_villager", + "minecraft:zombified_piglin" + ], + "numEntitiesKilledToDropSoulStar": 50 + }, + "towerGeneration": { + "generateLichTower": true, + "lichTowerGenerationSpacing": 100, + "lichTowerGenerationSeparation": 50 + } + }, + "obsidilithConfig": { + "health": 300.0, + "armor": 14.0, + "attack": 16.0, + "idleHealingPerTick": 0.5, + "experienceDrop": 1000, + "spawnPillarOnDeath": true, + "anvilAttackExplosionStrength": 4.0, + "arenaGeneration": { + "generationHeight": 90, + "generationSpacing": 64, + "generationSeparation": 32, + "generationEnabled": true + } + }, + "gauntletConfig": { + "health": 250.0, + "armor": 8.0, + "attack": 16.0, + "idleHealingPerTick": 0.5, + "experienceDrop": 1000, + "spawnAncientDebrisOnDeath": true, + "energizedPunchExplosionSize": 4.5, + "normalPunchExplosionMultiplier": 1.5, + "arenaGeneration": { + "generationSpacing": 32, + "generationSeparation": 16, + "generationEnabled": true + } + }, + "voidBlossomConfig": { + "health": 350.0, + "armor": 4.0, + "attack": 12.0, + "idleHealingPerTick": 0.5, + "experienceDrop": 1000, + "arenaGeneration": { + "generationSpacing": 64, + "generationSeparation": 24, + "generationEnabled": true + } + } +} \ No newline at end of file diff --git a/config/botania-client.json5 b/config/botania-client.json5 new file mode 100644 index 0000000..121fd6a --- /dev/null +++ b/config/botania-client.json5 @@ -0,0 +1,42 @@ +{ + "rendering": { + // Set this to false to disable the wireframe when looking a block bound to something (spreaders, flowers, etc). + "boundBlockWireframe": true, + // Set this to false to disable rendering of accessories in the player. + "accessories": true, + // The height of the mana display bar in above the XP bar. You can change this if you have a mod that changes where the XP bar is. + "manaBarHeight": 29, + // Set this to true if you use lots of floating flowers and are experiencing rendering lag. Will disable the floating flowers' animations and render them statically for a major performance boost. Hit F3+A in-world after toggling this. + "staticFloaters": false + }, + "fancySkybox": { + // Set this to false to disable the fancy skybox in Garden of Glass + "enabled": true, + // Set this to true to enable the fancy skybox in non Garden of Glass worlds. (Does not require Garden of Glass loaded to use, needs 'fancySkybox.enabled' to be true as well) + "normalWorlds": false + }, + "lexicon": { + // Set this to false to disable the rotating items in the petal and rune entries in the Lexica Botania. + "rotatingItems": true, + // Set this to false to disable the animated 3D render for the Lexica Botania. + "render_3d": true + }, + "particles": { + // Set this to true to set the power system's particles to be a lot more subtle. Good for low-end systems, if the particles are causing lag. + "powerSystem": false, + // Set this to true to use a static wand beam that shows every single position of the burst, similar to the way it used to work on old Botania versions. Warning: Disabled by default because it may be laggy. + "staticWandBeam": false, + // The frequency in which particles spawn from normal (worldgen) mystical flowers + "flowerFrequency": 0, + // Set this to false to disable the particles in the elven portal. + "elvenPortal": true + }, + // Set this to false to disable seasonal features, such as halloween and christmas. + "seasonalFeatures": true, + // Set to false to disable Botania's messages in the F3 debug screen + "debugInfo": true, + // Set this to false to disable the references in the flower tooltips. (You monster D:) + "references": true, + // Set this to false to disable Botania's splashes in the main menu. + "splashes": true +} \ No newline at end of file diff --git a/config/botania-common.json5 b/config/botania-common.json5 new file mode 100644 index 0000000..5359f57 --- /dev/null +++ b/config/botania-common.json5 @@ -0,0 +1,46 @@ +{ + "blockBreakingParticles": { + // Set this to false to remove the block breaking particles from the flowers and other items in the mod. + "enabled": true, + // Set this to false to remove the block breaking particles from the Terra Shatterer, as there can be a good amount in higher levels. + "toolEnabled": true + }, + "manaSpreaders": { + // Set this to true to disable the mana spreader shooting sound + "silent": false, + // How many ticks into the future will mana spreaders attempt to predict where mana bursts go? Setting this lower will improve spreader performance, but will cause them to not fire at targets that are too far away. + "traceTime": 400 + }, + "harvestLevels": { + // The harvest level of the Mana Lens: Weight. 3 is diamond level. Defaults to 2 (iron level) + "weightLens": 2, + // The harvest level of the Mana Lens: Bore. 3 is diamond level. Defaults to 3 + "boreLens": 3 + }, + // Set this to false to disable the animation when an item is charging on top of a mana pool + "chargeAnimation": true, + // Set to false to disable the ability for the Hand of Ender to pickpocket other players' ender chests + "enderPickpocket": true, + // Set this to false to disable the Mana Enchanter. Since some people find it OP or something. This only disables the entry and creation. Old ones that are already in the world will stay. + "manaEnchanter": true, + // Set this to false to disable the Relic System. This only disables the entries, drops and achievements. Old ones that are already in the world will stay. + "relics": true, + // Set this to true to invert the Ring of Magnetization's controls (from shift to stop to shift to work) + "invertMagnetRing": false, + // Set this to false to disable spawning with a Lexica Botania in Garden of Glass worlds, if you are modifying the modpack's progression to not start with Botania. + "gardenOfGlass.spawnWithLexicon": true, + /* The multiplier for island distances for multiplayer Garden of Glass worlds. + Islands are placed on a grid with 256 blocks between points, with the spawn island always being placed on 256, 256. + By default, the scale is 8, putting each island on points separated by 2048 blocks. + Values below 4 (1024 block spacing) are not recommended due to Nether portal collisions. + */ + "gardenOfGlass.islandScaleMultiplier": 8, + // List of item registry names that will be ignored by rannuncarpuses when placing blocks. + "rannuncarpusItemBlackList": [], + /* List of mod names for rannuncarpuses to ignore. + Ignores Storage Drawers by default due to crashes with placing drawer blocks without player involvement. + */ + "rannuncarpusModBlacklist": [ + "storagedrawers" + ] +} \ No newline at end of file diff --git a/config/brazier-client.toml b/config/brazier-client.toml new file mode 100644 index 0000000..60e122f --- /dev/null +++ b/config/brazier-client.toml @@ -0,0 +1 @@ +RENDER_RUNES = true diff --git a/config/brazier-common.toml b/config/brazier-common.toml new file mode 100644 index 0000000..14fb0d7 --- /dev/null +++ b/config/brazier-common.toml @@ -0,0 +1,10 @@ +JUNGLE_LOOT = true +SPAWN_CRAZED = true +CRAZED_CHANCE = 0.6 +MAX_HEIGHT = 10 +RANGE_PER_LEVEL = 10 +BASE_RANGE = 20 +PROTECT_ABOVE = false +DISTANCE_CALC = "CYLINDER" +SPAWN_POWDER = true +DECORATION = true diff --git a/config/builtinservers.json b/config/builtinservers.json new file mode 100644 index 0000000..53ac29f --- /dev/null +++ b/config/builtinservers.json @@ -0,0 +1,13 @@ +{ + "badgeVisible": false, + "builtinServers": [ + { + "name": "Europe Central", + "address": "aof6eu.alloffabric.com" + }, + { + "name": "North America", + "address": "aof6na.alloffabric.com" + } + ] +} \ No newline at end of file diff --git a/config/bwncr.toml b/config/bwncr.toml new file mode 100644 index 0000000..d1b09eb --- /dev/null +++ b/config/bwncr.toml @@ -0,0 +1,7 @@ +[general] +silenceWither = true +silenceTrader = true +silenceDragon = true +silenceLightning = true +silenceUs = [] +debugMode = false diff --git a/config/bwplus.json b/config/bwplus.json new file mode 100644 index 0000000..5ff5dd1 --- /dev/null +++ b/config/bwplus.json @@ -0,0 +1,21 @@ +{ + "blackDogBiomeCategories": [ + "TagKey[minecraft:worldgen/biome / c:plains]" + ], + "blackDogWeight": 8, + "blackDogMinGroupCount": 0, + "blackDogMaxGroupCount": 2, + "cambionBiomeCategories": [ + "TagKey[minecraft:worldgen/biome / c:in_nether]", + "TagKey[minecraft:worldgen/biome / c:desert]" + ], + "cambionWeight": 12, + "cambionMinGroupCount": 0, + "cambionMaxGroupCount": 2, + "blackDogStructureSpawn": true, + "cambionVillageStructureSpawn": true, + "yewTreeWeight": 10, + "lotusTreeWeight": 50.0, + "allowGetVampBloodFromGobletAndAthame": false, + "allowSummoningPlayersWithDeathGearInsteadOfDeath": false +} \ No newline at end of file diff --git a/config/byg/README.txt b/config/byg/README.txt new file mode 100644 index 0000000..642ed94 --- /dev/null +++ b/config/byg/README.txt @@ -0,0 +1 @@ +For information on how BYG configs work, you can find that here: https://github.com/AOCAWOL/BYG/wiki/Configs \ No newline at end of file diff --git a/config/byg/backups/last_working_configs_backup.zip b/config/byg/backups/last_working_configs_backup.zip new file mode 100644 index 0000000..87e5ca9 Binary files /dev/null and b/config/byg/backups/last_working_configs_backup.zip differ diff --git a/config/byg/biomepedia.json5 b/config/byg/biomepedia.json5 new file mode 100644 index 0000000..216ffd6 --- /dev/null +++ b/config/byg/biomepedia.json5 @@ -0,0 +1,13 @@ +/* +This file uses the ".json5" file extension which allows for comments like this in a json file! +Your text editor may show this file with invalid/no syntax, if so, we recommend you download: + +VSCode: https://code.visualstudio.com/ +JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5 + +to make editing this file much easier. +*/ +{ + // Whether the biomepedia button is enabled or not in the player inventory for all users connected to this host. + "inventory_enabled": false +} \ No newline at end of file diff --git a/config/byg/client/biomepedia_inventory.json5 b/config/byg/client/biomepedia_inventory.json5 new file mode 100644 index 0000000..ed1cf2d --- /dev/null +++ b/config/byg/client/biomepedia_inventory.json5 @@ -0,0 +1,20 @@ +/* +This file uses the ".json5" file extension which allows for comments like this in a json file! +Your text editor may show this file with invalid/no syntax, if so, we recommend you download: + +VSCode: https://code.visualstudio.com/ +JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5 + +to make editing this file much easier. +*/ +{ + // Inventory GUI settings for the biomepedia button position. + "inventory_position": { + "height_offset": 22, + "width_offset": 126 + }, + /* Whether the biomepedia button is visible in the player inventory. + Servers can disable this button from functioning regardless of this value. + */ + "visible": true +} \ No newline at end of file diff --git a/config/byg/config_versions.json5 b/config/byg/config_versions.json5 new file mode 100644 index 0000000..4e8a4d7 --- /dev/null +++ b/config/byg/config_versions.json5 @@ -0,0 +1,12 @@ +/* +This file uses the ".json5" file extension which allows for comments like this in a json file! +Your text editor may show this file with invalid/no syntax, if so, we recommend you download: + +VSCode: https://code.visualstudio.com/ +JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5 + +to make editing this file much easier. +*/ +{ + "version": 5 +} \ No newline at end of file diff --git a/config/byg/end-biomes.json5 b/config/byg/end-biomes.json5 new file mode 100644 index 0000000..1ca081d --- /dev/null +++ b/config/byg/end-biomes.json5 @@ -0,0 +1,120 @@ +/* +This file uses the ".json5" file extension which allows for comments like this in a json file! +Your text editor may show this file with invalid/no syntax, if so, we recommend you download: + +VSCode: https://code.visualstudio.com/ +JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5 + +to make editing this file much easier. + +If your settings in this file seem to have to no effect on the generation of the end, it is more than likely that another mod(s) related to the end has taken control instead, and you should user their config. +*/ +{ + // Does this config automatically fill with all biomes using the "the_end" biome category? Note: Vanilla at the time of writing does not have an end biomes tag. + "addAllEndBiomeCategoryEntries": true, + /* Is BYG's End Biome Source used? + BYG's end biome source will automatically add all known end biomes that specify their biome category as "the_end", see "addAllEndBiomeCategoryEntries" comment. + */ + "forceBYGEndBiomeSource": true, + // Biomes that spawn where the large end islands/surface generate. + "islandLayer": { + "biomeSize": 4, + /* Higher weight, means the biome in question is bound to spawn more frequently against all other biomes listed here. + Weight of 0 means the biome is disabled. + + "data" should be a valid biome ID from vanilla, mods, or datapacks. + If the biome in question is not in the biome registry, the biome is ignored & logged in the "latest.log". + */ + "biomeWeights": [ + { + "data": "minecraft:end_midlands", + "weight": 2 + }, + { + "data": "minecraft:end_barrens", + "weight": 2 + }, + { + "data": "minecraft:end_highlands", + "weight": 2 + }, + { + "data": "byg:ivis_fields", + "weight": 1 + }, + { + "data": "byg:nightshade_forest", + "weight": 3 + }, + { + "data": "byg:ethereal_islands", + "weight": 3 + }, + { + "data": "byg:bulbis_gardens", + "weight": 3 + }, + { + "data": "byg:shulkren_forest", + "weight": 3 + }, + { + "data": "byg:cryptic_wastes", + "weight": 1 + }, + { + "data": "byg:imparius_grove", + "weight": 3 + }, + { + "data": "minecraft:small_end_islands", + "weight": 0 + }, + { + "data": "byg:viscal_isles", + "weight": 0 + }, + { + "data": "minecraft:the_end", + "weight": 0 + } + ] + }, + // Biomes that spawn in the Y range of "skyLayerStartY to Dimension Max Y. + "skyLayer": { + "biomeSize": 3, + /* Higher weight, means the biome in question is bound to spawn more frequently against all other biomes listed here. + Weight of 0 means the biome is disabled. + + "data" should be a valid biome ID from vanilla, mods, or datapacks. + If the biome in question is not in the biome registry, the biome is ignored & logged in the "latest.log". + */ + "biomeWeights": [ + { + "data": "byg:viscal_isles", + "weight": 1 + }, + { + "data": "minecraft:the_end", + "weight": 9 + } + ] + }, + "skyLayerStartY": 180, + // Biomes that spawn where there is no ground aka void. + "voidLayer": { + "biomeSize": 3, + /* Higher weight, means the biome in question is bound to spawn more frequently against all other biomes listed here. + Weight of 0 means the biome is disabled. + + "data" should be a valid biome ID from vanilla, mods, or datapacks. + If the biome in question is not in the biome registry, the biome is ignored & logged in the "latest.log". + */ + "biomeWeights": [ + { + "data": "minecraft:small_end_islands", + "weight": 2 + } + ] + } +} \ No newline at end of file diff --git a/config/byg/growing-patterns.json5 b/config/byg/growing-patterns.json5 new file mode 100644 index 0000000..01fd3ae --- /dev/null +++ b/config/byg/growing-patterns.json5 @@ -0,0 +1,2961 @@ +/* +This file uses the ".json5" file extension which allows for comments like this in a json file! +Your text editor may show this file with invalid/no syntax, if so, we recommend you download: + +VSCode: https://code.visualstudio.com/ +JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5 + +to make editing this file much easier. +*/ +{ + /* Sapling patterns for a given block. + Not all blocks work, only blocks using "FeatureGrowerFromBlockPattern" + */ + "sapling_patterns": { + "byg:araucaria_sapling": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "x" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:araucaria_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:araucaria_tree2" + }, + "weight": 1 + } + ] + } + ], + "byg:aspen_sapling": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "x" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:aspen_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:aspen_tree2" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:aspen_tree3" + }, + "weight": 1 + } + ] + } + ], + "byg:baobab_sapling": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "xxx", + "xxx", + "xxx" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:baobab_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:baobab_tree2" + }, + "weight": 1 + } + ] + } + ], + "byg:blue_enchanted_sapling": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "x" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:blue_enchanted_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:blue_enchanted_tree2" + }, + "weight": 1 + } + ] + } + ], + "byg:blue_spruce_sapling": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "x" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:spruce_blue_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:spruce_blue_tree2" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:spruce_blue_tree3" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:spruce_blue_tree4" + }, + "weight": 1 + } + ] + }, + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "xx", + "xx" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:spruce_blue_tree_medium1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:spruce_blue_tree_medium2" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:spruce_blue_tree_medium3" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:spruce_blue_tree_medium4" + }, + "weight": 1 + } + ] + }, + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "xxx", + "xxx", + "xxx" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:spruce_blue_tree_large1" + }, + "weight": 1 + } + ] + } + ], + "byg:brown_birch_sapling": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "x" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:brown_birch_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:brown_birch_tree2" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:brown_birch_tree3" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:brown_birch_tree4" + }, + "weight": 1 + } + ] + } + ], + "byg:brown_oak_sapling": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "x" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:deciduous_brown_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:deciduous_brown_tree2" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:deciduous_brown_tree3" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:deciduous_brown_tree4" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:brown_oak_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:brown_oak_tree2" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:brown_oak_tree3" + }, + "weight": 1 + } + ] + }, + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "xx", + "xx" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:large_brown_oak_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:large_brown_oak_tree2" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:large_brown_oak_tree3" + }, + "weight": 1 + } + ] + } + ], + "byg:brown_zelkova_sapling": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "x" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:zelkova_brown_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:zelkova_brown_tree2" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:zelkova_brown_tree3" + }, + "weight": 1 + } + ] + } + ], + "byg:bulbis_oddity": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "x" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:bulbis_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:bulbis_tree2" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:bulbis_tree3" + }, + "weight": 1 + } + ] + }, + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + " x ", + "xxx", + " x " + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:bulbis_tree4" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:bulbis_tree5" + }, + "weight": 1 + } + ] + }, + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "xxx", + "xxx", + "xxx" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:bulbis_tree6", + // Some features don't spawn centered, this lets us offset the feature to center it. + "spawnOffset": [ + -1, + 0, + -1 + ] + }, + "weight": 1 + } + ] + }, + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + " x ", + " xxx ", + "xxxxx", + " xxx ", + " x " + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:bulbis_tree7" + }, + "weight": 1 + } + ] + } + ], + "byg:cika_sapling": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + " x ", + "xxx", + " x " + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:cika_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:cika_tree2" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:cika_tree3" + }, + "weight": 1 + } + ] + } + ], + "byg:cypress_sapling": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + " x ", + " x ", + "xxxxx", + " x ", + " x " + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:cypress_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:cypress_tree2" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:cypress_tree3" + }, + "weight": 1 + } + ] + } + ], + "byg:death_cap": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "x" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:death_cap_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:death_cap_tree2" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:death_cap_tree3" + }, + "weight": 1 + } + ] + } + ], + "byg:ebony_sapling": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "xx", + "xx" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:ebony_bush1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:ebony_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:ebony_tree2" + }, + "weight": 1 + } + ] + } + ], + "byg:embur_wart": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "x" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:embur_mushroom1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:embur_mushroom2" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:embur_mushroom3" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:embur_mushroom4" + }, + "weight": 1 + } + ] + } + ], + "byg:ether_sapling": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "x" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:ether_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:ether_tree2" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:ether_tree3" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:ether_tree4" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:ether_tree5" + }, + "weight": 1 + } + ] + } + ], + "byg:fir_sapling": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "x" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:conifer_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:conifer_tree2" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:conifer_tree3" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:conifer_tree4" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:conifer_tree5" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:conifer_tree6" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:conifer_tree7" + }, + "weight": 1 + } + ] + }, + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "xx", + "xx" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:conifer_tree8" + }, + "weight": 1 + } + ] + } + ], + "byg:fungal_imparius": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "x" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:fungal_imparius1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:fungal_imparius2" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:fungal_imparius3" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:fungal_imparius4" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:fungal_imparius5" + }, + "weight": 1 + } + ] + }, + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + " x ", + "x x", + " x " + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:fungal_imparius1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:fungal_imparius2" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:fungal_imparius3" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:fungal_imparius4" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:fungal_imparius5" + }, + "weight": 1 + } + ] + } + ], + "byg:green_enchanted_sapling": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "x" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:green_enchanted_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:green_enchanted_tree2" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:green_enchanted_tree3" + }, + "weight": 1 + } + ] + } + ], + "byg:green_mushroom": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "x" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:huge_green_mushroom" + }, + "weight": 1 + } + ] + } + ], + "byg:holly_sapling": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "x" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:holly_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:holly_tree2" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:holly_tree4" + }, + "weight": 1 + } + ] + }, + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "xx", + "xx" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:holly_tree3" + }, + "weight": 1 + } + ] + } + ], + "byg:imparius_mushroom": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + " x ", + "x x", + " x " + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:imparius_mushroom1", + // Some features don't spawn centered, this lets us offset the feature to center it. + "spawnOffset": [ + 0, + 0, + 1 + ] + }, + "weight": 1 + } + ] + }, + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + " x ", + "x x", + " x " + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:imparius_mushroom2" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:imparius_mushroom3" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:imparius_mushroom4" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:imparius_mushroom5" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:imparius_mushroom6" + }, + "weight": 1 + } + ] + } + ], + "byg:indigo_jacaranda_sapling": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "x" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:indigo_jacaranda_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:indigo_jacaranda_tree2" + }, + "weight": 1 + } + ] + } + ], + "byg:jacaranda_sapling": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "x" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:jacaranda_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:jacaranda_tree2" + }, + "weight": 1 + } + ] + } + ], + "byg:joshua_sapling": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "x" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:joshua_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:joshua_tree2" + }, + "weight": 1 + } + ] + } + ], + "byg:lament_sapling": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "x" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:lament_twisty_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:lament_twisty_tree2" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:lament_twisty_tree3" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:lament_weeping_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:lament_weeping_tree2" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:lament_weeping_tree3" + }, + "weight": 1 + } + ] + } + ], + "byg:mahogany_sapling": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "x" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:mahogany_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:mahogany_tree2" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:mahogany_tree3" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:mahogany_tree4" + }, + "weight": 1 + } + ] + } + ], + "byg:maple_sapling": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "x" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:maple_tree1" + }, + "weight": 1 + } + ] + } + ], + "byg:nightshade_sapling": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "x" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:nightshade_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:nightshade_tree2" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:nightshade_tree3" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:nightshade_tree4" + }, + "weight": 1 + } + ] + } + ], + "byg:orange_birch_sapling": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "x" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:orange_birch_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:orange_birch_tree2" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:orange_birch_tree3" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:orange_birch_tree4" + }, + "weight": 1 + } + ] + } + ], + "byg:orange_oak_sapling": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "x" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:deciduous_orange_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:deciduous_orange_tree2" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:deciduous_orange_tree3" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:deciduous_orange_tree4" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:orange_oak_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:orange_oak_tree2" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:orange_oak_tree3" + }, + "weight": 1 + } + ] + }, + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "xx", + "xx" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:large_orange_oak_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:large_orange_oak_tree2" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:large_orange_oak_tree3" + }, + "weight": 1 + } + ] + } + ], + "byg:orange_spruce_sapling": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "x" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:spruce_orange_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:spruce_orange_tree2" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:spruce_orange_tree3" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:spruce_orange_tree4" + }, + "weight": 1 + } + ] + }, + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "xx", + "xx" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:spruce_orange_tree_medium1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:spruce_orange_tree_medium2" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:spruce_orange_tree_medium3" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:spruce_orange_tree_medium4" + }, + "weight": 1 + } + ] + }, + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "xxx", + "xxx", + "xxx" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:spruce_orange_tree_large1" + }, + "weight": 1 + } + ] + } + ], + "byg:orchard_sapling": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "x" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:orchard_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:orchard_tree3" + }, + "weight": 1 + } + ] + }, + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "xxx", + "xxx", + "xxx" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:orchard_tree2" + }, + "weight": 1 + } + ] + } + ], + "byg:palm_sapling": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "x" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:palm_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:palm_tree2" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:palm_tree3" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:palm_tree4" + }, + "weight": 1 + } + ] + } + ], + "byg:palo_verde_sapling": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "x" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:palo_verde_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:palo_verde_tree2" + }, + "weight": 1 + } + ] + } + ], + "byg:pine_sapling": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "x" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:pine_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:pine_tree2" + }, + "weight": 1 + } + ] + } + ], + "byg:pink_cherry_sapling": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "x" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:pink_cherry_tree2" + }, + "weight": 1 + } + ] + }, + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "xx", + "xx" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:pink_cherry_tree1" + }, + "weight": 1 + } + ] + } + ], + "byg:purple_bulbis_oddity": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "x" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:purple_bulbis_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:purple_bulbis_tree2" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:purple_bulbis_tree3" + }, + "weight": 1 + } + ] + }, + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + " x ", + "xxx", + " x " + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:purple_bulbis_tree4" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:purple_bulbis_tree5" + }, + "weight": 1 + } + ] + }, + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "xxx", + "xxx", + "xxx" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:purple_bulbis_tree6", + // Some features don't spawn centered, this lets us offset the feature to center it. + "spawnOffset": [ + -1, + 0, + -1 + ] + }, + "weight": 1 + } + ] + }, + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + " x ", + " xxx ", + "xxxxx", + " xxx ", + " x " + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:bulbis_tree7" + }, + "weight": 1 + } + ] + } + ], + "byg:rainbow_eucalyptus_sapling": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "x" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:rainbow_eucalyptus_tree1" + }, + "weight": 1 + } + ] + }, + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + " x ", + "xxx", + " x " + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:large_rainbow_eucalyptus_tree1" + }, + "weight": 1 + } + ] + } + ], + "byg:red_birch_sapling": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "x" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:red_birch_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:red_birch_tree2" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:red_birch_tree3" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:red_birch_tree4" + }, + "weight": 1 + } + ] + } + ], + "byg:red_maple_sapling": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "x" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:red_maple_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:red_maple_tree2" + }, + "weight": 1 + } + ] + } + ], + "byg:red_oak_sapling": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "x" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:deciduous_red_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:deciduous_red_tree2" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:deciduous_red_tree3" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:deciduous_red_tree4" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:red_oak_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:red_oak_tree2" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:red_oak_tree3" + }, + "weight": 1 + } + ] + }, + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "xx", + "xx" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:large_red_oak_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:large_red_oak_tree2" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:large_red_oak_tree3" + }, + "weight": 1 + } + ] + } + ], + "byg:red_spruce_sapling": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "x" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:spruce_red_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:spruce_red_tree2" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:spruce_red_tree3" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:spruce_red_tree4" + }, + "weight": 1 + } + ] + }, + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "xx", + "xx" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:spruce_red_tree_medium1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:spruce_red_tree_medium2" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:spruce_red_tree_medium3" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:spruce_red_tree_medium4" + }, + "weight": 1 + } + ] + }, + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "xxx", + "xxx", + "xxx" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:spruce_red_tree_large1" + }, + "weight": 1 + } + ] + } + ], + "byg:redwood_sapling": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + " x ", + "xxx", + " x " + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:redwood_tree3" + }, + "weight": 1 + } + ] + }, + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "xxx", + "xxx", + "xxx" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:redwood_tree1" + }, + "weight": 1 + } + ] + }, + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + " x ", + " xxx ", + "xxxxx", + " xxx ", + " x " + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:redwood_tree2" + }, + "weight": 1 + } + ] + } + ], + "byg:shulkren_fungus": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "x" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:shulkren_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:shulkren_tree2" + }, + "weight": 1 + } + ] + } + ], + "byg:silver_maple_sapling": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "x" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:silver_maple_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:silver_maple_tree2" + }, + "weight": 1 + } + ] + } + ], + "byg:skyris_sapling": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "x" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:skyris_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:skyris_tree2" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:skyris_tree3" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:skyris_tree4" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:skyris_tree5" + }, + "weight": 1 + } + ] + } + ], + "byg:soul_shroom": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "x" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:soul_shroom_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:soul_shroom_tree2" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:soul_shroom_tree3" + }, + "weight": 1 + } + ] + } + ], + "byg:sythian_fungus": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "x" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:sythian_fungus_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:sythian_fungus_tree2" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:sythian_fungus_tree3" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:sythian_fungus_tree4" + }, + "weight": 1 + } + ] + } + ], + "byg:weeping_milkcap": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "x" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:huge_weeping_milkcap" + }, + "weight": 1 + } + ] + } + ], + "byg:white_cherry_sapling": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "x" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:white_cherry_tree2" + }, + "weight": 1 + } + ] + }, + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "xx", + "xx" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:white_cherry_tree1" + }, + "weight": 1 + } + ] + } + ], + "byg:white_mangrove_sapling": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + " x ", + "x x", + " x " + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:white_mangrove_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:white_mangrove_tree2" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:white_mangrove_tree3" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:white_mangrove_tree4" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:white_mangrove_tree5" + }, + "weight": 1 + } + ] + } + ], + "byg:willow_sapling": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + " x ", + " ", + "x x", + " ", + " x " + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:willow_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:willow_tree2" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:willow_tree3" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:willow_tree4" + }, + "weight": 1 + } + ] + } + ], + "byg:witch_hazel_sapling": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "xx", + "xx" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:hazel_tree1" + }, + "weight": 4 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:hazel_tree2" + }, + "weight": 4 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:dead_hazel_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:dead_hazel_tree2" + }, + "weight": 1 + } + ] + } + ], + "byg:withering_oak_sapling": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "x" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:withering_oak_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:withering_oak_tree2" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:withering_oak_tree3" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:withering_oak_tree4" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:withering_oak_tree5" + }, + "weight": 1 + } + ] + } + ], + "byg:wood_blewit": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "x" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:huge_wood_blewit" + }, + "weight": 1 + } + ] + } + ], + "byg:yellow_birch_sapling": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "x" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:yellow_birch_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:yellow_birch_tree2" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:yellow_birch_tree3" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:yellow_birch_tree4" + }, + "weight": 1 + } + ] + } + ], + "byg:yellow_spruce_sapling": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "x" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:spruce_yellow_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:spruce_yellow_tree2" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:spruce_yellow_tree3" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:spruce_yellow_tree4" + }, + "weight": 1 + } + ] + }, + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "xx", + "xx" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:spruce_yellow_tree_medium1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:spruce_yellow_tree_medium2" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:spruce_yellow_tree_medium3" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:spruce_yellow_tree_medium4" + }, + "weight": 1 + } + ] + }, + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "xxx", + "xxx", + "xxx" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:spruce_yellow_tree_large1" + }, + "weight": 1 + } + ] + } + ], + "byg:zelkova_sapling": [ + { + /* Pattern required for this block to spawn a configured feature. + "x" represents a sapling position." " represents air. + Max size is 5x5. + */ + "pattern": [ + "x" + ], + // Configured Feature spawner. + "spawners": [ + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:zelkova_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:zelkova_tree2" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:zelkova_tree3" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:zelkova_brown_tree1" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:zelkova_brown_tree2" + }, + "weight": 1 + }, + { + "data": { + // Registry ID of the configured feature. + "featureID": "byg:zelkova_brown_tree3" + }, + "weight": 1 + } + ] + } + ] + } +} \ No newline at end of file diff --git a/config/byg/nether-biomes.json5 b/config/byg/nether-biomes.json5 new file mode 100644 index 0000000..5781a99 --- /dev/null +++ b/config/byg/nether-biomes.json5 @@ -0,0 +1,258 @@ +/* +This file uses the ".json5" file extension which allows for comments like this in a json file! +Your text editor may show this file with invalid/no syntax, if so, we recommend you download: + +VSCode: https://code.visualstudio.com/ +JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5 + +to make editing this file much easier. + +If your settings in this file seem to have to no effect on the generation of the nether, it is more than likely that another mod(s) related to the nether has taken control instead, and you should user their config. +*/ +{ + // Does this config automatically fill with all values specified in the "minecraft:is_nether" biome tag? + "addAllNetherBiomeTagEntries": true, + /* Biomes that appear at the bottom of the nether dimension. + This layer appears in the y range of: "dimension min Y to layer size". + */ + "bottomLayer": { + "biomeSize": 4, + /* Higher weight, means the biome in question is bound to spawn more frequently against all other biomes listed here. + Weight of 0 means the biome is disabled. + + "data" should be a valid biome ID from vanilla, mods, or datapacks. + If the biome in question is not in the biome registry, the biome is ignored & logged in the "latest.log". + */ + "biomeWeights": [ + { + "data": "minecraft:crimson_forest", + "weight": 2 + }, + { + "data": "minecraft:nether_wastes", + "weight": 2 + }, + { + "data": "minecraft:soul_sand_valley", + "weight": 2 + }, + { + "data": "minecraft:basalt_deltas", + "weight": 2 + }, + { + "data": "minecraft:warped_forest", + "weight": 2 + }, + { + "data": "byg:weeping_mire", + "weight": 2 + }, + { + "data": "byg:embur_bog", + "weight": 2 + }, + { + "data": "byg:brimstone_caverns", + "weight": 2 + }, + { + "data": "byg:subzero_hypogeal", + "weight": 0 + }, + { + "data": "byg:warped_desert", + "weight": 0 + }, + { + "data": "byg:magma_wastes", + "weight": 2 + }, + { + "data": "byg:quartz_desert", + "weight": 0 + }, + { + "data": "byg:crimson_gardens", + "weight": 2 + }, + { + "data": "byg:glowstone_gardens", + "weight": 2 + }, + { + "data": "byg:sythian_torrids", + "weight": 2 + }, + { + "data": "byg:wailing_garth", + "weight": 2 + }, + { + "data": "byg:arisian_undergrowth", + "weight": 2 + } + ] + }, + /* Is BYG's Nether Biome Source used? + BYG's nether biome source will automatically add all known nether biomes that specify their biomes in the "minecraft:is_nether" tag, see "addAllNetherBiomeTagEntries" comment. + */ + "forceBYGNetherBiomeSource": true, + "layerSizeInBlocks": 40, + /* Biomes that appear at the middle of the nether dimension above the bottom layer. + This layer appears in the y range of: "layer size to (layer size + layer size)". + ie. y40 to y80 if layer size is 40 or y60 to y120 if layer size is 60. + */ + "middleLayer": { + "biomeSize": 4, + /* Higher weight, means the biome in question is bound to spawn more frequently against all other biomes listed here. + Weight of 0 means the biome is disabled. + + "data" should be a valid biome ID from vanilla, mods, or datapacks. + If the biome in question is not in the biome registry, the biome is ignored & logged in the "latest.log". + */ + "biomeWeights": [ + { + "data": "minecraft:crimson_forest", + "weight": 2 + }, + { + "data": "minecraft:nether_wastes", + "weight": 2 + }, + { + "data": "minecraft:soul_sand_valley", + "weight": 2 + }, + { + "data": "minecraft:basalt_deltas", + "weight": 2 + }, + { + "data": "minecraft:warped_forest", + "weight": 2 + }, + { + "data": "byg:brimstone_caverns", + "weight": 2 + }, + { + "data": "byg:subzero_hypogeal", + "weight": 2 + }, + { + "data": "byg:warped_desert", + "weight": 2 + }, + { + "data": "byg:weeping_mire", + "weight": 2 + }, + { + "data": "byg:magma_wastes", + "weight": 2 + }, + { + "data": "byg:embur_bog", + "weight": 2 + }, + { + "data": "byg:quartz_desert", + "weight": 2 + }, + { + "data": "byg:crimson_gardens", + "weight": 2 + }, + { + "data": "byg:glowstone_gardens", + "weight": 2 + }, + { + "data": "byg:sythian_torrids", + "weight": 2 + }, + { + "data": "byg:wailing_garth", + "weight": 2 + }, + { + "data": "byg:arisian_undergrowth", + "weight": 2 + } + ] + }, + "upperLayer": { + "biomeSize": 4, + "biomeWeights": [ + { + "data": "minecraft:crimson_forest", + "weight": 2 + }, + { + "data": "minecraft:nether_wastes", + "weight": 2 + }, + { + "data": "minecraft:soul_sand_valley", + "weight": 2 + }, + { + "data": "minecraft:basalt_deltas", + "weight": 2 + }, + { + "data": "minecraft:warped_forest", + "weight": 2 + }, + { + "data": "byg:brimstone_caverns", + "weight": 2 + }, + { + "data": "byg:subzero_hypogeal", + "weight": 2 + }, + { + "data": "byg:embur_bog", + "weight": 2 + }, + { + "data": "byg:weeping_mire", + "weight": 2 + }, + { + "data": "byg:warped_desert", + "weight": 2 + }, + { + "data": "byg:quartz_desert", + "weight": 2 + }, + { + "data": "byg:crimson_gardens", + "weight": 2 + }, + { + "data": "byg:magma_wastes", + "weight": 2 + }, + { + "data": "byg:glowstone_gardens", + "weight": 2 + }, + { + "data": "byg:sythian_torrids", + "weight": 2 + }, + { + "data": "byg:wailing_garth", + "weight": 2 + }, + { + "data": "byg:arisian_undergrowth", + "weight": 2 + } + ] + } +} \ No newline at end of file diff --git a/config/byg/overworld/biome_selectors/beach_biomes/beach_biomes_1.json5 b/config/byg/overworld/biome_selectors/beach_biomes/beach_biomes_1.json5 new file mode 100644 index 0000000..bdb75c1 --- /dev/null +++ b/config/byg/overworld/biome_selectors/beach_biomes/beach_biomes_1.json5 @@ -0,0 +1,28 @@ +/* +This file uses the ".json5" file extension which allows for comments like this in a json file! +Your text editor may show this file with invalid/no syntax, if so, we recommend you download: + +VSCode: https://code.visualstudio.com/ +JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5 + +to make editing this file much easier. +Appearing on terrain bordering oceans, here is the "beach_biomes" layout: + +[ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ], +[ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ], +[ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ], +[ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ], +[ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ] + +All keys passed in must be valid in the biome registry! +"minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally. +*/ +{ + "value": [ + [ "minecraft:snowy_beach", "minecraft:snowy_beach", "minecraft:snowy_beach", "minecraft:snowy_beach", "minecraft:snowy_beach" ], + [ "minecraft:beach", "minecraft:beach", "minecraft:beach", "minecraft:beach", "minecraft:beach" ], + [ "byg:basalt_barrera", "byg:basalt_barrera", "byg:basalt_barrera", "byg:basalt_barrera", "byg:basalt_barrera" ], + [ "byg:rainbow_beach", "byg:rainbow_beach", "byg:rainbow_beach", "byg:rainbow_beach", "byg:rainbow_beach" ], + [ "byg:windswept_desert", "byg:windswept_desert", "byg:windswept_desert", "byg:windswept_desert", "byg:windswept_desert" ] + ] +} \ No newline at end of file diff --git a/config/byg/overworld/biome_selectors/beach_biomes/beach_biomes_vanilla.json5 b/config/byg/overworld/biome_selectors/beach_biomes/beach_biomes_vanilla.json5 new file mode 100644 index 0000000..e817536 --- /dev/null +++ b/config/byg/overworld/biome_selectors/beach_biomes/beach_biomes_vanilla.json5 @@ -0,0 +1,28 @@ +/* +This file uses the ".json5" file extension which allows for comments like this in a json file! +Your text editor may show this file with invalid/no syntax, if so, we recommend you download: + +VSCode: https://code.visualstudio.com/ +JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5 + +to make editing this file much easier. +Appearing on terrain bordering oceans, here is the "beach_biomes" layout: + +[ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ], +[ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ], +[ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ], +[ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ], +[ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ] + +All keys passed in must be valid in the biome registry! +"minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally. +*/ +{ + "value": [ + [ "minecraft:snowy_beach", "minecraft:snowy_beach", "minecraft:snowy_beach", "minecraft:snowy_beach", "minecraft:snowy_beach" ], + [ "minecraft:beach", "minecraft:beach", "minecraft:beach", "minecraft:beach", "minecraft:beach" ], + [ "minecraft:beach", "minecraft:beach", "minecraft:beach", "minecraft:beach", "minecraft:beach" ], + [ "minecraft:beach", "minecraft:beach", "minecraft:beach", "minecraft:beach", "minecraft:beach" ], + [ "minecraft:desert", "minecraft:desert", "minecraft:desert", "minecraft:desert", "minecraft:desert" ] + ] +} \ No newline at end of file diff --git a/config/byg/overworld/biome_selectors/middle_biomes/middle_biomes_1.json5 b/config/byg/overworld/biome_selectors/middle_biomes/middle_biomes_1.json5 new file mode 100644 index 0000000..3dae899 --- /dev/null +++ b/config/byg/overworld/biome_selectors/middle_biomes/middle_biomes_1.json5 @@ -0,0 +1,28 @@ +/* +This file uses the ".json5" file extension which allows for comments like this in a json file! +Your text editor may show this file with invalid/no syntax, if so, we recommend you download: + +VSCode: https://code.visualstudio.com/ +JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5 + +to make editing this file much easier. +Appearing on terrain BELOW weirdness 0 or in unfilled("NULL(nothing)") spots in "middle_biomes_variants", here is the "middle_biomes" layout: + +[ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ], +[ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ], +[ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ], +[ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ], +[ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ] + +All keys passed in must be valid in the biome registry! +"minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally. +*/ +{ + "value": [ + [ "byg:shattered_glacier", "byg:cardinal_tundra", "byg:cardinal_tundra", "byg:skyris_vale", "byg:skyris_vale" ], + [ "byg:rose_fields", "byg:weeping_witch_forest", "byg:twilight_meadow", "byg:autumnal_valley", "byg:cika_woods" ], + [ "byg:forgotten_forest", "byg:prairie", "byg:allium_fields", "byg:aspen_forest", "byg:temperate_rainforest" ], + [ "byg:araucaria_savanna", "byg:baobab_savanna", "byg:cherry_blossom_forest", "byg:ebony_woods", "byg:jacaranda_forest" ], + [ "byg:atacama_desert", "byg:red_rock_valley", "byg:mojave_desert", "byg:sierra_badlands", "byg:windswept_desert" ] + ] +} \ No newline at end of file diff --git a/config/byg/overworld/biome_selectors/middle_biomes/middle_biomes_2.json5 b/config/byg/overworld/biome_selectors/middle_biomes/middle_biomes_2.json5 new file mode 100644 index 0000000..5a02084 --- /dev/null +++ b/config/byg/overworld/biome_selectors/middle_biomes/middle_biomes_2.json5 @@ -0,0 +1,28 @@ +/* +This file uses the ".json5" file extension which allows for comments like this in a json file! +Your text editor may show this file with invalid/no syntax, if so, we recommend you download: + +VSCode: https://code.visualstudio.com/ +JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5 + +to make editing this file much easier. +Appearing on terrain BELOW weirdness 0 or in unfilled("NULL(nothing)") spots in "middle_biomes_variants", here is the "middle_biomes" layout: + +[ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ], +[ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ], +[ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ], +[ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ], +[ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ] + +All keys passed in must be valid in the biome registry! +"minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally. +*/ +{ + "value": [ + [ "byg:frosted_coniferous_forest", "byg:frosted_coniferous_forest", "byg:frosted_taiga", "byg:autumnal_forest", "byg:autumnal_taiga" ], + [ "byg:rose_fields", "byg:fragment_forest", "byg:zelkova_forest", "byg:coconino_meadow", "byg:redwood_thicket" ], + [ "byg:temperate_grove", "byg:orchard", "byg:orchard", "byg:red_oak_forest", "byg:jacaranda_forest" ], + [ "byg:firecracker_shrubland", "byg:firecracker_shrubland", "byg:amaranth_fields", "byg:crag_gardens", "byg:tropical_rainforest" ], + [ "byg:atacama_desert", "byg:atacama_desert", "byg:sierra_badlands", "byg:atacama_desert", "byg:mojave_desert" ] + ] +} \ No newline at end of file diff --git a/config/byg/overworld/biome_selectors/middle_biomes/middle_biomes_3.json5 b/config/byg/overworld/biome_selectors/middle_biomes/middle_biomes_3.json5 new file mode 100644 index 0000000..015d077 --- /dev/null +++ b/config/byg/overworld/biome_selectors/middle_biomes/middle_biomes_3.json5 @@ -0,0 +1,28 @@ +/* +This file uses the ".json5" file extension which allows for comments like this in a json file! +Your text editor may show this file with invalid/no syntax, if so, we recommend you download: + +VSCode: https://code.visualstudio.com/ +JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5 + +to make editing this file much easier. +Appearing on terrain BELOW weirdness 0 or in unfilled("NULL(nothing)") spots in "middle_biomes_variants", here is the "middle_biomes" layout: + +[ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ], +[ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ], +[ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ], +[ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ], +[ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ] + +All keys passed in must be valid in the biome registry! +"minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally. +*/ +{ + "value": [ + [ "byg:shattered_glacier", "byg:cardinal_tundra", "byg:borealis_grove", "byg:borealis_grove", "byg:black_forest" ], + [ "byg:coconino_meadow", "byg:maple_taiga", "byg:maple_taiga", "byg:coconino_meadow", "byg:coniferous_forest" ], + [ "byg:temperate_grove", "byg:prairie", "byg:allium_fields", "byg:aspen_forest", "byg:dacite_ridges" ], + [ "byg:baobab_savanna", "byg:araucaria_savanna", "byg:cherry_blossom_forest", "byg:ebony_woods", "byg:tropical_rainforest" ], + [ "byg:atacama_desert", "byg:windswept_desert", "byg:windswept_desert", "byg:mojave_desert", "byg:red_rock_valley" ] + ] +} \ No newline at end of file diff --git a/config/byg/overworld/biome_selectors/middle_biomes/middle_biomes_vanilla.json5 b/config/byg/overworld/biome_selectors/middle_biomes/middle_biomes_vanilla.json5 new file mode 100644 index 0000000..e7a41a1 --- /dev/null +++ b/config/byg/overworld/biome_selectors/middle_biomes/middle_biomes_vanilla.json5 @@ -0,0 +1,28 @@ +/* +This file uses the ".json5" file extension which allows for comments like this in a json file! +Your text editor may show this file with invalid/no syntax, if so, we recommend you download: + +VSCode: https://code.visualstudio.com/ +JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5 + +to make editing this file much easier. +Appearing on terrain BELOW weirdness 0 or in unfilled("NULL(nothing)") spots in "middle_biomes_variants", here is the "middle_biomes" layout: + +[ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ], +[ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ], +[ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ], +[ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ], +[ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ] + +All keys passed in must be valid in the biome registry! +"minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally. +*/ +{ + "value": [ + [ "minecraft:snowy_plains", "minecraft:snowy_plains", "minecraft:snowy_plains", "minecraft:snowy_taiga", "minecraft:taiga" ], + [ "minecraft:plains", "minecraft:plains", "minecraft:forest", "minecraft:taiga", "minecraft:old_growth_spruce_taiga" ], + [ "minecraft:flower_forest", "minecraft:plains", "minecraft:forest", "minecraft:birch_forest", "minecraft:dark_forest" ], + [ "minecraft:savanna", "minecraft:savanna", "minecraft:forest", "minecraft:jungle", "minecraft:jungle" ], + [ "minecraft:desert", "minecraft:desert", "minecraft:desert", "minecraft:desert", "minecraft:desert" ] + ] +} \ No newline at end of file diff --git a/config/byg/overworld/biome_selectors/middle_biomes_variant/middle_biomes_variant_vanilla.json5 b/config/byg/overworld/biome_selectors/middle_biomes_variant/middle_biomes_variant_vanilla.json5 new file mode 100644 index 0000000..791351d --- /dev/null +++ b/config/byg/overworld/biome_selectors/middle_biomes_variant/middle_biomes_variant_vanilla.json5 @@ -0,0 +1,28 @@ +/* +This file uses the ".json5" file extension which allows for comments like this in a json file! +Your text editor may show this file with invalid/no syntax, if so, we recommend you download: + +VSCode: https://code.visualstudio.com/ +JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5 + +to make editing this file much easier. +Appearing on terrain ABOVE weirdness 0, here is the "middle_biomes_variant" layout: + +[ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ], +[ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ], +[ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ], +[ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ], +[ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ] + +All keys passed in must be valid in the biome registry! +In slots containing "minecraft:the_void", biomes at the equivalent temperature/humidity index in "middle_biomes" will be used instead. +*/ +{ + "value": [ + [ "minecraft:ice_spikes", "minecraft:the_void", "minecraft:snowy_taiga", "minecraft:the_void", "minecraft:the_void" ], + [ "minecraft:the_void", "minecraft:the_void", "minecraft:the_void", "minecraft:the_void", "minecraft:old_growth_pine_taiga" ], + [ "minecraft:sunflower_plains", "minecraft:the_void", "minecraft:the_void", "minecraft:old_growth_birch_forest", "minecraft:the_void" ], + [ "minecraft:the_void", "minecraft:the_void", "minecraft:plains", "minecraft:sparse_jungle", "minecraft:bamboo_jungle" ], + [ "minecraft:the_void", "minecraft:the_void", "minecraft:the_void", "minecraft:the_void", "minecraft:the_void" ] + ] +} \ No newline at end of file diff --git a/config/byg/overworld/biome_selectors/oceans/oceans_1.json5 b/config/byg/overworld/biome_selectors/oceans/oceans_1.json5 new file mode 100644 index 0000000..5b560ba --- /dev/null +++ b/config/byg/overworld/biome_selectors/oceans/oceans_1.json5 @@ -0,0 +1,21 @@ +/* +This file uses the ".json5" file extension which allows for comments like this in a json file! +Your text editor may show this file with invalid/no syntax, if so, we recommend you download: + +VSCode: https://code.visualstudio.com/ +JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5 + +to make editing this file much easier. +Appearing on terrain below sea level, here is the "ocean_biomes" layout: +[ DEEP-ICY, DEEP-COLD, DEEP-NEUTRAL, DEEP-WARM, DEEP-HOT ] +[ SHALLOW-ICY, SHALLOW-COLD, SHALLOW-NEUTRAL, SHALLOW-WARM, SHALLOW-HOT ], + +All keys passed in must be valid in the biome registry! +"minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally. +*/ +{ + "value": [ + [ "minecraft:deep_frozen_ocean", "minecraft:cold_ocean", "minecraft:ocean", "byg:lush_stacks", "byg:dead_sea" ], + [ "minecraft:frozen_ocean", "minecraft:cold_ocean", "minecraft:ocean", "byg:lush_stacks", "byg:dead_sea" ] + ] +} \ No newline at end of file diff --git a/config/byg/overworld/biome_selectors/oceans/oceans_vanilla.json5 b/config/byg/overworld/biome_selectors/oceans/oceans_vanilla.json5 new file mode 100644 index 0000000..f3be9d9 --- /dev/null +++ b/config/byg/overworld/biome_selectors/oceans/oceans_vanilla.json5 @@ -0,0 +1,21 @@ +/* +This file uses the ".json5" file extension which allows for comments like this in a json file! +Your text editor may show this file with invalid/no syntax, if so, we recommend you download: + +VSCode: https://code.visualstudio.com/ +JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5 + +to make editing this file much easier. +Appearing on terrain below sea level, here is the "ocean_biomes" layout: +[ DEEP-ICY, DEEP-COLD, DEEP-NEUTRAL, DEEP-WARM, DEEP-HOT ] +[ SHALLOW-ICY, SHALLOW-COLD, SHALLOW-NEUTRAL, SHALLOW-WARM, SHALLOW-HOT ], + +All keys passed in must be valid in the biome registry! +"minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally. +*/ +{ + "value": [ + [ "minecraft:deep_frozen_ocean", "minecraft:deep_cold_ocean", "minecraft:deep_ocean", "minecraft:deep_lukewarm_ocean", "minecraft:warm_ocean" ], + [ "minecraft:frozen_ocean", "minecraft:cold_ocean", "minecraft:ocean", "minecraft:lukewarm_ocean", "minecraft:warm_ocean" ] + ] +} \ No newline at end of file diff --git a/config/byg/overworld/biome_selectors/peak_biomes/peak_biomes_1.json5 b/config/byg/overworld/biome_selectors/peak_biomes/peak_biomes_1.json5 new file mode 100644 index 0000000..7d940ab --- /dev/null +++ b/config/byg/overworld/biome_selectors/peak_biomes/peak_biomes_1.json5 @@ -0,0 +1,28 @@ +/* +This file uses the ".json5" file extension which allows for comments like this in a json file! +Your text editor may show this file with invalid/no syntax, if so, we recommend you download: + +VSCode: https://code.visualstudio.com/ +JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5 + +to make editing this file much easier. +Appearing on mountainous terrain & BELOW weirdness 0, here is the "peak_biomes" layout: + +[ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ], +[ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ], +[ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ], +[ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ], +[ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ] + +All keys passed in must be valid in the biome registry! +"minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally. +*/ +{ + "value": [ + [ "byg:howling_peaks", "byg:howling_peaks", "byg:howling_peaks", "byg:howling_peaks", "byg:howling_peaks" ], + [ "byg:howling_peaks", "byg:howling_peaks", "byg:howling_peaks", "byg:howling_peaks", "byg:howling_peaks" ], + [ "byg:canadian_shield", "byg:canadian_shield", "byg:dacite_ridges", "byg:dacite_ridges", "byg:dacite_ridges" ], + [ "byg:canadian_shield", "byg:canadian_shield", "byg:guiana_shield", "byg:guiana_shield", "byg:guiana_shield" ], + [ "minecraft:eroded_badlands", "minecraft:eroded_badlands", "minecraft:badlands", "minecraft:wooded_badlands", "minecraft:wooded_badlands" ] + ] +} \ No newline at end of file diff --git a/config/byg/overworld/biome_selectors/peak_biomes/peak_biomes_vanilla.json5 b/config/byg/overworld/biome_selectors/peak_biomes/peak_biomes_vanilla.json5 new file mode 100644 index 0000000..db84c9e --- /dev/null +++ b/config/byg/overworld/biome_selectors/peak_biomes/peak_biomes_vanilla.json5 @@ -0,0 +1,28 @@ +/* +This file uses the ".json5" file extension which allows for comments like this in a json file! +Your text editor may show this file with invalid/no syntax, if so, we recommend you download: + +VSCode: https://code.visualstudio.com/ +JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5 + +to make editing this file much easier. +Appearing on mountainous terrain & BELOW weirdness 0, here is the "peak_biomes" layout: + +[ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ], +[ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ], +[ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ], +[ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ], +[ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ] + +All keys passed in must be valid in the biome registry! +"minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally. +*/ +{ + "value": [ + [ "minecraft:jagged_peaks", "minecraft:jagged_peaks", "minecraft:jagged_peaks", "minecraft:jagged_peaks", "minecraft:jagged_peaks" ], + [ "minecraft:jagged_peaks", "minecraft:jagged_peaks", "minecraft:jagged_peaks", "minecraft:jagged_peaks", "minecraft:jagged_peaks" ], + [ "minecraft:jagged_peaks", "minecraft:jagged_peaks", "minecraft:jagged_peaks", "minecraft:jagged_peaks", "minecraft:jagged_peaks" ], + [ "minecraft:stony_peaks", "minecraft:stony_peaks", "minecraft:stony_peaks", "minecraft:stony_peaks", "minecraft:stony_peaks" ], + [ "minecraft:eroded_badlands", "minecraft:eroded_badlands", "minecraft:badlands", "minecraft:wooded_badlands", "minecraft:wooded_badlands" ] + ] +} \ No newline at end of file diff --git a/config/byg/overworld/biome_selectors/peak_biomes_variant/peak_biomes_variant_vanilla.json5 b/config/byg/overworld/biome_selectors/peak_biomes_variant/peak_biomes_variant_vanilla.json5 new file mode 100644 index 0000000..c7d17f5 --- /dev/null +++ b/config/byg/overworld/biome_selectors/peak_biomes_variant/peak_biomes_variant_vanilla.json5 @@ -0,0 +1,28 @@ +/* +This file uses the ".json5" file extension which allows for comments like this in a json file! +Your text editor may show this file with invalid/no syntax, if so, we recommend you download: + +VSCode: https://code.visualstudio.com/ +JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5 + +to make editing this file much easier. +Appearing on mountainous terrain & ABOVE weirdness 0, here is the "peak_biome_variants" layout: + +[ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ], +[ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ], +[ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ], +[ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ], +[ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ] + +All keys passed in must be valid in the biome registry! +In slots containing "minecraft:the_void", biomes at the equivalent temperature/humidity index in "slope_biomes" will be used instead. +*/ +{ + "value": [ + [ "minecraft:frozen_peaks", "minecraft:frozen_peaks", "minecraft:frozen_peaks", "minecraft:frozen_peaks", "minecraft:frozen_peaks" ], + [ "minecraft:frozen_peaks", "minecraft:frozen_peaks", "minecraft:frozen_peaks", "minecraft:frozen_peaks", "minecraft:frozen_peaks" ], + [ "minecraft:frozen_peaks", "minecraft:frozen_peaks", "minecraft:frozen_peaks", "byg:dacite_ridges", "byg:dacite_ridges" ], + [ "minecraft:stony_peaks", "minecraft:stony_peaks", "minecraft:stony_peaks", "minecraft:stony_peaks", "minecraft:stony_peaks" ], + [ "minecraft:badlands", "minecraft:badlands", "minecraft:badlands", "minecraft:wooded_badlands", "minecraft:wooded_badlands" ] + ] +} \ No newline at end of file diff --git a/config/byg/overworld/biome_selectors/plateau_biomes/plateau_biomes_1.json5 b/config/byg/overworld/biome_selectors/plateau_biomes/plateau_biomes_1.json5 new file mode 100644 index 0000000..d50aed7 --- /dev/null +++ b/config/byg/overworld/biome_selectors/plateau_biomes/plateau_biomes_1.json5 @@ -0,0 +1,28 @@ +/* +This file uses the ".json5" file extension which allows for comments like this in a json file! +Your text editor may show this file with invalid/no syntax, if so, we recommend you download: + +VSCode: https://code.visualstudio.com/ +JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5 + +to make editing this file much easier. +Appearing on elevated flat terrain BELOW weirdness 0 or in unfilled("NULL(nothing)") spots in "plateau_biome_variants", here is the "plateau_biomes" layout: + +[ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ], +[ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ], +[ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ], +[ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ], +[ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ] + +All keys passed in must be valid in the biome registry! +"minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally. +*/ +{ + "value": [ + [ "byg:frosted_coniferous_forest", "byg:cardinal_tundra", "byg:frosted_taiga", "byg:borealis_grove", "byg:black_forest" ], + [ "byg:rose_fields", "byg:coconino_meadow", "byg:zelkova_forest", "byg:canadian_shield", "byg:skyris_vale" ], + [ "byg:temperate_grove", "byg:orchard", "byg:aspen_forest", "byg:red_oak_forest", "byg:dacite_ridges" ], + [ "byg:baobab_savanna", "byg:araucaria_savanna", "byg:ebony_woods", "byg:tropical_rainforest", "byg:guiana_shield" ], + [ "byg:firecracker_shrubland", "byg:sierra_badlands", "byg:sierra_badlands", "byg:red_rock_valley", "byg:red_rock_valley" ] + ] +} \ No newline at end of file diff --git a/config/byg/overworld/biome_selectors/plateau_biomes/plateau_biomes_2.json5 b/config/byg/overworld/biome_selectors/plateau_biomes/plateau_biomes_2.json5 new file mode 100644 index 0000000..8627dd6 --- /dev/null +++ b/config/byg/overworld/biome_selectors/plateau_biomes/plateau_biomes_2.json5 @@ -0,0 +1,28 @@ +/* +This file uses the ".json5" file extension which allows for comments like this in a json file! +Your text editor may show this file with invalid/no syntax, if so, we recommend you download: + +VSCode: https://code.visualstudio.com/ +JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5 + +to make editing this file much easier. +Appearing on elevated flat terrain BELOW weirdness 0 or in unfilled("NULL(nothing)") spots in "plateau_biome_variants", here is the "plateau_biomes" layout: + +[ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ], +[ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ], +[ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ], +[ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ], +[ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ] + +All keys passed in must be valid in the biome registry! +"minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally. +*/ +{ + "value": [ + [ "byg:frosted_coniferous_forest", "byg:cardinal_tundra", "byg:frosted_taiga", "byg:borealis_grove", "byg:black_forest" ], + [ "byg:rose_fields", "byg:coconino_meadow", "byg:twilight_meadow", "byg:canadian_shield", "byg:skyris_vale" ], + [ "byg:temperate_grove", "byg:orchard", "byg:aspen_forest", "byg:allium_fields", "byg:dacite_ridges" ], + [ "byg:baobab_savanna", "byg:araucaria_savanna", "byg:ebony_woods", "byg:amaranth_fields", "byg:guiana_shield" ], + [ "byg:firecracker_shrubland", "byg:sierra_badlands", "byg:sierra_badlands", "byg:red_rock_valley", "byg:red_rock_valley" ] + ] +} \ No newline at end of file diff --git a/config/byg/overworld/biome_selectors/plateau_biomes/plateau_biomes_3.json5 b/config/byg/overworld/biome_selectors/plateau_biomes/plateau_biomes_3.json5 new file mode 100644 index 0000000..8627dd6 --- /dev/null +++ b/config/byg/overworld/biome_selectors/plateau_biomes/plateau_biomes_3.json5 @@ -0,0 +1,28 @@ +/* +This file uses the ".json5" file extension which allows for comments like this in a json file! +Your text editor may show this file with invalid/no syntax, if so, we recommend you download: + +VSCode: https://code.visualstudio.com/ +JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5 + +to make editing this file much easier. +Appearing on elevated flat terrain BELOW weirdness 0 or in unfilled("NULL(nothing)") spots in "plateau_biome_variants", here is the "plateau_biomes" layout: + +[ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ], +[ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ], +[ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ], +[ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ], +[ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ] + +All keys passed in must be valid in the biome registry! +"minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally. +*/ +{ + "value": [ + [ "byg:frosted_coniferous_forest", "byg:cardinal_tundra", "byg:frosted_taiga", "byg:borealis_grove", "byg:black_forest" ], + [ "byg:rose_fields", "byg:coconino_meadow", "byg:twilight_meadow", "byg:canadian_shield", "byg:skyris_vale" ], + [ "byg:temperate_grove", "byg:orchard", "byg:aspen_forest", "byg:allium_fields", "byg:dacite_ridges" ], + [ "byg:baobab_savanna", "byg:araucaria_savanna", "byg:ebony_woods", "byg:amaranth_fields", "byg:guiana_shield" ], + [ "byg:firecracker_shrubland", "byg:sierra_badlands", "byg:sierra_badlands", "byg:red_rock_valley", "byg:red_rock_valley" ] + ] +} \ No newline at end of file diff --git a/config/byg/overworld/biome_selectors/plateau_biomes/plateau_biomes_vanilla.json5 b/config/byg/overworld/biome_selectors/plateau_biomes/plateau_biomes_vanilla.json5 new file mode 100644 index 0000000..90273ae --- /dev/null +++ b/config/byg/overworld/biome_selectors/plateau_biomes/plateau_biomes_vanilla.json5 @@ -0,0 +1,28 @@ +/* +This file uses the ".json5" file extension which allows for comments like this in a json file! +Your text editor may show this file with invalid/no syntax, if so, we recommend you download: + +VSCode: https://code.visualstudio.com/ +JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5 + +to make editing this file much easier. +Appearing on elevated flat terrain BELOW weirdness 0 or in unfilled("NULL(nothing)") spots in "plateau_biome_variants", here is the "plateau_biomes" layout: + +[ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ], +[ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ], +[ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ], +[ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ], +[ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ] + +All keys passed in must be valid in the biome registry! +"minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally. +*/ +{ + "value": [ + [ "minecraft:snowy_plains", "minecraft:snowy_plains", "minecraft:snowy_plains", "minecraft:snowy_taiga", "minecraft:snowy_taiga" ], + [ "minecraft:meadow", "minecraft:meadow", "minecraft:forest", "minecraft:taiga", "minecraft:old_growth_spruce_taiga" ], + [ "minecraft:meadow", "minecraft:meadow", "minecraft:meadow", "minecraft:meadow", "minecraft:dark_forest" ], + [ "minecraft:savanna_plateau", "minecraft:savanna_plateau", "minecraft:forest", "minecraft:forest", "minecraft:jungle" ], + [ "minecraft:badlands", "minecraft:badlands", "minecraft:badlands", "minecraft:wooded_badlands", "minecraft:wooded_badlands" ] + ] +} \ No newline at end of file diff --git a/config/byg/overworld/biome_selectors/plateau_biomes_variant/plateau_biomes_variant_vanilla.json5 b/config/byg/overworld/biome_selectors/plateau_biomes_variant/plateau_biomes_variant_vanilla.json5 new file mode 100644 index 0000000..84bf9c8 --- /dev/null +++ b/config/byg/overworld/biome_selectors/plateau_biomes_variant/plateau_biomes_variant_vanilla.json5 @@ -0,0 +1,28 @@ +/* +This file uses the ".json5" file extension which allows for comments like this in a json file! +Your text editor may show this file with invalid/no syntax, if so, we recommend you download: + +VSCode: https://code.visualstudio.com/ +JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5 + +to make editing this file much easier. +Appearing on elevated flat terrain ABOVE weirdness 0, here is the "plateau_biomes_variant" layout: + +[ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ], +[ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ], +[ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ], +[ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ], +[ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ] + +All keys passed in must be valid in the biome registry! +In slots containing "minecraft:the_void", biomes at the equivalent temperature/humidity index in "plateau_biomes" will be used instead. +*/ +{ + "value": [ + [ "minecraft:ice_spikes", "minecraft:the_void", "minecraft:the_void", "minecraft:the_void", "minecraft:the_void" ], + [ "minecraft:the_void", "minecraft:the_void", "minecraft:meadow", "minecraft:meadow", "minecraft:old_growth_pine_taiga" ], + [ "minecraft:the_void", "minecraft:the_void", "minecraft:forest", "minecraft:birch_forest", "minecraft:the_void" ], + [ "minecraft:the_void", "minecraft:the_void", "minecraft:the_void", "minecraft:the_void", "minecraft:the_void" ], + [ "minecraft:eroded_badlands", "minecraft:eroded_badlands", "minecraft:the_void", "minecraft:the_void", "minecraft:the_void" ] + ] +} \ No newline at end of file diff --git a/config/byg/overworld/biome_selectors/shattered_biomes/shattered_biomes_vanilla.json5 b/config/byg/overworld/biome_selectors/shattered_biomes/shattered_biomes_vanilla.json5 new file mode 100644 index 0000000..40a0425 --- /dev/null +++ b/config/byg/overworld/biome_selectors/shattered_biomes/shattered_biomes_vanilla.json5 @@ -0,0 +1,28 @@ +/* +This file uses the ".json5" file extension which allows for comments like this in a json file! +Your text editor may show this file with invalid/no syntax, if so, we recommend you download: + +VSCode: https://code.visualstudio.com/ +JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5 + +to make editing this file much easier. +Appearing on shattered terrain here is the "shattered_biomes" layout: + +[ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ], +[ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ], +[ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ], +[ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ], +[ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ] + +All keys passed in must be valid in the biome registry! +In slots containing "minecraft:the_void", biomes at the equivalent temperature/humidity index in "middle_biomes" will be used instead. +*/ +{ + "value": [ + [ "minecraft:windswept_gravelly_hills", "minecraft:windswept_gravelly_hills", "minecraft:windswept_hills", "minecraft:windswept_forest", "minecraft:windswept_forest" ], + [ "minecraft:windswept_gravelly_hills", "minecraft:windswept_gravelly_hills", "minecraft:windswept_hills", "minecraft:windswept_forest", "minecraft:windswept_forest" ], + [ "minecraft:windswept_hills", "minecraft:windswept_hills", "minecraft:windswept_hills", "minecraft:windswept_forest", "minecraft:windswept_forest" ], + [ "minecraft:the_void", "minecraft:the_void", "minecraft:the_void", "minecraft:the_void", "minecraft:the_void" ], + [ "minecraft:the_void", "minecraft:the_void", "minecraft:the_void", "minecraft:the_void", "minecraft:the_void" ] + ] +} \ No newline at end of file diff --git a/config/byg/overworld/biome_selectors/slope_biomes/slope_biomes_1.json5 b/config/byg/overworld/biome_selectors/slope_biomes/slope_biomes_1.json5 new file mode 100644 index 0000000..e785c0d --- /dev/null +++ b/config/byg/overworld/biome_selectors/slope_biomes/slope_biomes_1.json5 @@ -0,0 +1,28 @@ +/* +This file uses the ".json5" file extension which allows for comments like this in a json file! +Your text editor may show this file with invalid/no syntax, if so, we recommend you download: + +VSCode: https://code.visualstudio.com/ +JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5 + +to make editing this file much easier. +Appearing on sloped terrain, near mountainous terrain, & BELOW weirdness 0, here is the "slope_biomes" layout: + +[ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ], +[ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ], +[ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ], +[ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ], +[ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ] + +All keys passed in must be valid in the biome registry! +"minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally. +*/ +{ + "value": [ + [ "byg:howling_peaks", "byg:howling_peaks", "byg:howling_peaks", "byg:howling_peaks", "byg:howling_peaks" ], + [ "byg:howling_peaks", "byg:howling_peaks", "byg:howling_peaks", "byg:howling_peaks", "byg:howling_peaks" ], + [ "byg:canadian_shield", "byg:canadian_shield", "byg:dacite_ridges", "byg:dacite_ridges", "byg:dacite_ridges" ], + [ "byg:canadian_shield", "byg:canadian_shield", "byg:guiana_shield", "byg:guiana_shield", "byg:guiana_shield" ], + [ "minecraft:badlands", "minecraft:badlands", "minecraft:badlands", "minecraft:wooded_badlands", "minecraft:wooded_badlands" ] + ] +} \ No newline at end of file diff --git a/config/byg/overworld/biome_selectors/slope_biomes/slope_biomes_vanilla.json5 b/config/byg/overworld/biome_selectors/slope_biomes/slope_biomes_vanilla.json5 new file mode 100644 index 0000000..74a2c82 --- /dev/null +++ b/config/byg/overworld/biome_selectors/slope_biomes/slope_biomes_vanilla.json5 @@ -0,0 +1,28 @@ +/* +This file uses the ".json5" file extension which allows for comments like this in a json file! +Your text editor may show this file with invalid/no syntax, if so, we recommend you download: + +VSCode: https://code.visualstudio.com/ +JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5 + +to make editing this file much easier. +Appearing on sloped terrain, near mountainous terrain, & BELOW weirdness 0, here is the "slope_biomes" layout: + +[ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ], +[ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ], +[ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ], +[ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ], +[ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ] + +All keys passed in must be valid in the biome registry! +"minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally. +*/ +{ + "value": [ + [ "minecraft:snowy_slopes", "minecraft:snowy_slopes", "minecraft:grove", "minecraft:grove", "minecraft:grove" ], + [ "minecraft:snowy_slopes", "minecraft:snowy_slopes", "minecraft:grove", "minecraft:grove", "minecraft:grove" ], + [ "minecraft:snowy_slopes", "minecraft:snowy_slopes", "minecraft:grove", "minecraft:grove", "minecraft:grove" ], + [ "minecraft:savanna_plateau", "minecraft:savanna_plateau", "minecraft:forest", "minecraft:forest", "minecraft:jungle" ], + [ "minecraft:badlands", "minecraft:badlands", "minecraft:badlands", "minecraft:wooded_badlands", "minecraft:wooded_badlands" ] + ] +} \ No newline at end of file diff --git a/config/byg/overworld/biome_selectors/slope_biomes_variant/slope_biomes_variant_vanilla.json5 b/config/byg/overworld/biome_selectors/slope_biomes_variant/slope_biomes_variant_vanilla.json5 new file mode 100644 index 0000000..ff1e3d4 --- /dev/null +++ b/config/byg/overworld/biome_selectors/slope_biomes_variant/slope_biomes_variant_vanilla.json5 @@ -0,0 +1,28 @@ +/* +This file uses the ".json5" file extension which allows for comments like this in a json file! +Your text editor may show this file with invalid/no syntax, if so, we recommend you download: + +VSCode: https://code.visualstudio.com/ +JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5 + +to make editing this file much easier. +Appearing on sloped terrain, near mountainous terrain, & ABOVE weirdness 0, here is the "slope_biome_variants" layout: + +[ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ], +[ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ], +[ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ], +[ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ], +[ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ] + +All keys passed in must be valid in the biome registry! +In slots containing "minecraft:the_void", biomes at the equivalent temperature/humidity index in "slope_biomes" will be used instead. +*/ +{ + "value": [ + [ "minecraft:snowy_slopes", "minecraft:snowy_slopes", "minecraft:grove", "minecraft:grove", "minecraft:grove" ], + [ "minecraft:snowy_slopes", "minecraft:snowy_slopes", "minecraft:grove", "minecraft:grove", "minecraft:grove" ], + [ "minecraft:snowy_slopes", "minecraft:snowy_slopes", "minecraft:grove", "minecraft:grove", "minecraft:grove" ], + [ "minecraft:the_void", "minecraft:the_void", "minecraft:the_void", "minecraft:the_void", "minecraft:the_void" ], + [ "minecraft:eroded_badlands", "minecraft:eroded_badlands", "minecraft:the_void", "minecraft:the_void", "minecraft:the_void" ] + ] +} \ No newline at end of file diff --git a/config/byg/overworld/byg-overworld-biomes.json5 b/config/byg/overworld/byg-overworld-biomes.json5 new file mode 100644 index 0000000..c876a2a --- /dev/null +++ b/config/byg/overworld/byg-overworld-biomes.json5 @@ -0,0 +1,22 @@ +/* +This file uses the ".json5" file extension which allows for comments like this in a json file! +Your text editor may show this file with invalid/no syntax, if so, we recommend you download: + +VSCode: https://code.visualstudio.com/ +JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5 + +to make editing this file much easier. +*/ +{ + // Global toggle to enable or disable BYG's overworld biomes. + "overworld_enabled": true, + /* A list of weighted regions containing a unique biome layout. + Regions may be inlined or may call a file from "this_file_parent_directory/regions" + */ + "regions": [ + "region_1", + "region_2", + "region_3", + "rare_region_1" + ] +} \ No newline at end of file diff --git a/config/byg/overworld/regions/rare_region_1.json5 b/config/byg/overworld/regions/rare_region_1.json5 new file mode 100644 index 0000000..161ba60 --- /dev/null +++ b/config/byg/overworld/regions/rare_region_1.json5 @@ -0,0 +1,142 @@ +/* +This file uses the ".json5" file extension which allows for comments like this in a json file! +Your text editor may show this file with invalid/no syntax, if so, we recommend you download: + +VSCode: https://code.visualstudio.com/ +JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5 + +to make editing this file much easier. + +A region is a unique biome layout comprised of numerous biome selectors for a given type of terrain in an MC world. +Biome selectors may be inlined or may call a file from "this_file_parent_directory/biome_selectors" +*/ +{ + /* Appearing on terrain bordering oceans, here is the "beach_biomes" layout: + + [ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ], + [ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ], + [ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ], + [ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ], + [ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ] + + All keys passed in must be valid in the biome registry! + "minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally. + */ + "beach_biomes": "beach_biomes/beach_biomes_1", + /* Appearing on terrain BELOW weirdness 0 or in unfilled("NULL(nothing)") spots in "middle_biomes_variants", here is the "middle_biomes" layout: + + [ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ], + [ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ], + [ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ], + [ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ], + [ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ] + + All keys passed in must be valid in the biome registry! + "minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally. + */ + "middle_biomes": "middle_biomes/middle_biomes_3", + /* Appearing on terrain ABOVE weirdness 0, here is the "middle_biomes_variant" layout: + + [ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ], + [ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ], + [ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ], + [ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ], + [ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ] + + All keys passed in must be valid in the biome registry! + In slots containing "minecraft:the_void", biomes at the equivalent temperature/humidity index in "middle_biomes" will be used instead. + */ + "middle_biomes_variant": "middle_biomes_variant/middle_biomes_variant_vanilla", + /* Appearing on terrain below sea level, here is the "ocean_biomes" layout: + [ DEEP-ICY, DEEP-COLD, DEEP-NEUTRAL, DEEP-WARM, DEEP-HOT ] + [ SHALLOW-ICY, SHALLOW-COLD, SHALLOW-NEUTRAL, SHALLOW-WARM, SHALLOW-HOT ], + + All keys passed in must be valid in the biome registry! + "minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally. + */ + "ocean_biomes": "oceans/oceans_1", + /* Appearing on mountainous terrain & BELOW weirdness 0, here is the "peak_biomes" layout: + + [ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ], + [ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ], + [ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ], + [ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ], + [ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ] + + All keys passed in must be valid in the biome registry! + "minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally. + */ + "peak_biomes": "peak_biomes/peak_biomes_1", + /* Appearing on mountainous terrain & ABOVE weirdness 0, here is the "peak_biome_variants" layout: + + [ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ], + [ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ], + [ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ], + [ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ], + [ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ] + + All keys passed in must be valid in the biome registry! + In slots containing "minecraft:the_void", biomes at the equivalent temperature/humidity index in "slope_biomes" will be used instead. + */ + "peak_biomes_variant": "peak_biomes_variant/peak_biomes_variant_vanilla", + /* Appearing on elevated flat terrain BELOW weirdness 0 or in unfilled("NULL(nothing)") spots in "plateau_biome_variants", here is the "plateau_biomes" layout: + + [ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ], + [ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ], + [ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ], + [ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ], + [ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ] + + All keys passed in must be valid in the biome registry! + "minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally. + */ + "plateau_biomes": "plateau_biomes/plateau_biomes_3", + /* Appearing on elevated flat terrain ABOVE weirdness 0, here is the "plateau_biomes_variant" layout: + + [ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ], + [ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ], + [ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ], + [ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ], + [ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ] + + All keys passed in must be valid in the biome registry! + In slots containing "minecraft:the_void", biomes at the equivalent temperature/humidity index in "plateau_biomes" will be used instead. + */ + "plateau_biomes_variant": "plateau_biomes_variant/plateau_biomes_variant_vanilla", + /* Appearing on shattered terrain here is the "shattered_biomes" layout: + + [ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ], + [ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ], + [ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ], + [ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ], + [ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ] + + All keys passed in must be valid in the biome registry! + In slots containing "minecraft:the_void", biomes at the equivalent temperature/humidity index in "middle_biomes" will be used instead. + */ + "shattered_biomes": "shattered_biomes/shattered_biomes_vanilla", + "slope_biomes": "slope_biomes/slope_biomes_1", + "slope_biomes_variant": "slope_biomes_variant/slope_biomes_variant_vanilla", + /* Used to swap biomes not found in the biome selectors. + Biomes found within the biome selectors, may not be used as the swapped "value" and biomes only from Minecraft may be used as the "key". + + "key" = "minecraft:biome_registry_path" + "value" = "modid:new_biome_registry_path" + + For example: + { + "key1":"value1", + "key2":"value2", + "key3":"value3" + } + */ + "swapper": { + "minecraft:mangrove_swamp": "byg:bayou", + "minecraft:swamp": "byg:cypress_swamplands" + }, + /* The weight of this provider/region against all other providers. + Higher numbers do NOT increase the provider's size. + Weight "0" disables this provider and all its entries. + */ + "weight": 1 +} \ No newline at end of file diff --git a/config/byg/overworld/regions/region_1.json5 b/config/byg/overworld/regions/region_1.json5 new file mode 100644 index 0000000..46b1986 --- /dev/null +++ b/config/byg/overworld/regions/region_1.json5 @@ -0,0 +1,143 @@ +/* +This file uses the ".json5" file extension which allows for comments like this in a json file! +Your text editor may show this file with invalid/no syntax, if so, we recommend you download: + +VSCode: https://code.visualstudio.com/ +JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5 + +to make editing this file much easier. + +A region is a unique biome layout comprised of numerous biome selectors for a given type of terrain in an MC world. +Biome selectors may be inlined or may call a file from "this_file_parent_directory/biome_selectors" +*/ +{ + /* Appearing on terrain bordering oceans, here is the "beach_biomes" layout: + + [ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ], + [ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ], + [ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ], + [ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ], + [ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ] + + All keys passed in must be valid in the biome registry! + "minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally. + */ + "beach_biomes": "beach_biomes/beach_biomes_1", + /* Appearing on terrain BELOW weirdness 0 or in unfilled("NULL(nothing)") spots in "middle_biomes_variants", here is the "middle_biomes" layout: + + [ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ], + [ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ], + [ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ], + [ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ], + [ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ] + + All keys passed in must be valid in the biome registry! + "minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally. + */ + "middle_biomes": "middle_biomes/middle_biomes_1", + /* Appearing on terrain ABOVE weirdness 0, here is the "middle_biomes_variant" layout: + + [ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ], + [ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ], + [ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ], + [ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ], + [ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ] + + All keys passed in must be valid in the biome registry! + In slots containing "minecraft:the_void", biomes at the equivalent temperature/humidity index in "middle_biomes" will be used instead. + */ + "middle_biomes_variant": "middle_biomes_variant/middle_biomes_variant_vanilla", + /* Appearing on terrain below sea level, here is the "ocean_biomes" layout: + [ DEEP-ICY, DEEP-COLD, DEEP-NEUTRAL, DEEP-WARM, DEEP-HOT ] + [ SHALLOW-ICY, SHALLOW-COLD, SHALLOW-NEUTRAL, SHALLOW-WARM, SHALLOW-HOT ], + + All keys passed in must be valid in the biome registry! + "minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally. + */ + "ocean_biomes": "oceans/oceans_vanilla", + /* Appearing on mountainous terrain & BELOW weirdness 0, here is the "peak_biomes" layout: + + [ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ], + [ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ], + [ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ], + [ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ], + [ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ] + + All keys passed in must be valid in the biome registry! + "minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally. + */ + "peak_biomes": "peak_biomes/peak_biomes_1", + /* Appearing on mountainous terrain & ABOVE weirdness 0, here is the "peak_biome_variants" layout: + + [ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ], + [ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ], + [ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ], + [ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ], + [ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ] + + All keys passed in must be valid in the biome registry! + In slots containing "minecraft:the_void", biomes at the equivalent temperature/humidity index in "slope_biomes" will be used instead. + */ + "peak_biomes_variant": "peak_biomes_variant/peak_biomes_variant_vanilla", + /* Appearing on elevated flat terrain BELOW weirdness 0 or in unfilled("NULL(nothing)") spots in "plateau_biome_variants", here is the "plateau_biomes" layout: + + [ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ], + [ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ], + [ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ], + [ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ], + [ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ] + + All keys passed in must be valid in the biome registry! + "minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally. + */ + "plateau_biomes": "plateau_biomes/plateau_biomes_1", + /* Appearing on elevated flat terrain ABOVE weirdness 0, here is the "plateau_biomes_variant" layout: + + [ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ], + [ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ], + [ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ], + [ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ], + [ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ] + + All keys passed in must be valid in the biome registry! + In slots containing "minecraft:the_void", biomes at the equivalent temperature/humidity index in "plateau_biomes" will be used instead. + */ + "plateau_biomes_variant": "plateau_biomes_variant/plateau_biomes_variant_vanilla", + /* Appearing on shattered terrain here is the "shattered_biomes" layout: + + [ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ], + [ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ], + [ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ], + [ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ], + [ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ] + + All keys passed in must be valid in the biome registry! + In slots containing "minecraft:the_void", biomes at the equivalent temperature/humidity index in "middle_biomes" will be used instead. + */ + "shattered_biomes": "shattered_biomes/shattered_biomes_vanilla", + "slope_biomes": "slope_biomes/slope_biomes_1", + "slope_biomes_variant": "slope_biomes_variant/slope_biomes_variant_vanilla", + /* Used to swap biomes not found in the biome selectors. + Biomes found within the biome selectors, may not be used as the swapped "value" and biomes only from Minecraft may be used as the "key". + + "key" = "minecraft:biome_registry_path" + "value" = "modid:new_biome_registry_path" + + For example: + { + "key1":"value1", + "key2":"value2", + "key3":"value3" + } + */ + "swapper": { + "minecraft:mangrove_swamp": "byg:white_mangrove_marshes", + "minecraft:stony_shore": "byg:dacite_shore", + "minecraft:swamp": "byg:cypress_swamplands" + }, + /* The weight of this provider/region against all other providers. + Higher numbers do NOT increase the provider's size. + Weight "0" disables this provider and all its entries. + */ + "weight": 3 +} \ No newline at end of file diff --git a/config/byg/overworld/regions/region_2.json5 b/config/byg/overworld/regions/region_2.json5 new file mode 100644 index 0000000..2f31567 --- /dev/null +++ b/config/byg/overworld/regions/region_2.json5 @@ -0,0 +1,142 @@ +/* +This file uses the ".json5" file extension which allows for comments like this in a json file! +Your text editor may show this file with invalid/no syntax, if so, we recommend you download: + +VSCode: https://code.visualstudio.com/ +JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5 + +to make editing this file much easier. + +A region is a unique biome layout comprised of numerous biome selectors for a given type of terrain in an MC world. +Biome selectors may be inlined or may call a file from "this_file_parent_directory/biome_selectors" +*/ +{ + /* Appearing on terrain bordering oceans, here is the "beach_biomes" layout: + + [ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ], + [ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ], + [ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ], + [ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ], + [ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ] + + All keys passed in must be valid in the biome registry! + "minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally. + */ + "beach_biomes": "beach_biomes/beach_biomes_1", + /* Appearing on terrain BELOW weirdness 0 or in unfilled("NULL(nothing)") spots in "middle_biomes_variants", here is the "middle_biomes" layout: + + [ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ], + [ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ], + [ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ], + [ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ], + [ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ] + + All keys passed in must be valid in the biome registry! + "minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally. + */ + "middle_biomes": "middle_biomes/middle_biomes_2", + /* Appearing on terrain ABOVE weirdness 0, here is the "middle_biomes_variant" layout: + + [ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ], + [ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ], + [ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ], + [ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ], + [ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ] + + All keys passed in must be valid in the biome registry! + In slots containing "minecraft:the_void", biomes at the equivalent temperature/humidity index in "middle_biomes" will be used instead. + */ + "middle_biomes_variant": "middle_biomes_variant/middle_biomes_variant_vanilla", + /* Appearing on terrain below sea level, here is the "ocean_biomes" layout: + [ DEEP-ICY, DEEP-COLD, DEEP-NEUTRAL, DEEP-WARM, DEEP-HOT ] + [ SHALLOW-ICY, SHALLOW-COLD, SHALLOW-NEUTRAL, SHALLOW-WARM, SHALLOW-HOT ], + + All keys passed in must be valid in the biome registry! + "minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally. + */ + "ocean_biomes": "oceans/oceans_vanilla", + /* Appearing on mountainous terrain & BELOW weirdness 0, here is the "peak_biomes" layout: + + [ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ], + [ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ], + [ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ], + [ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ], + [ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ] + + All keys passed in must be valid in the biome registry! + "minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally. + */ + "peak_biomes": "peak_biomes/peak_biomes_1", + /* Appearing on mountainous terrain & ABOVE weirdness 0, here is the "peak_biome_variants" layout: + + [ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ], + [ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ], + [ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ], + [ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ], + [ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ] + + All keys passed in must be valid in the biome registry! + In slots containing "minecraft:the_void", biomes at the equivalent temperature/humidity index in "slope_biomes" will be used instead. + */ + "peak_biomes_variant": "peak_biomes_variant/peak_biomes_variant_vanilla", + /* Appearing on elevated flat terrain BELOW weirdness 0 or in unfilled("NULL(nothing)") spots in "plateau_biome_variants", here is the "plateau_biomes" layout: + + [ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ], + [ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ], + [ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ], + [ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ], + [ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ] + + All keys passed in must be valid in the biome registry! + "minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally. + */ + "plateau_biomes": "plateau_biomes/plateau_biomes_2", + /* Appearing on elevated flat terrain ABOVE weirdness 0, here is the "plateau_biomes_variant" layout: + + [ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ], + [ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ], + [ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ], + [ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ], + [ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ] + + All keys passed in must be valid in the biome registry! + In slots containing "minecraft:the_void", biomes at the equivalent temperature/humidity index in "plateau_biomes" will be used instead. + */ + "plateau_biomes_variant": "plateau_biomes_variant/plateau_biomes_variant_vanilla", + /* Appearing on shattered terrain here is the "shattered_biomes" layout: + + [ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ], + [ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ], + [ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ], + [ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ], + [ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ] + + All keys passed in must be valid in the biome registry! + In slots containing "minecraft:the_void", biomes at the equivalent temperature/humidity index in "middle_biomes" will be used instead. + */ + "shattered_biomes": "shattered_biomes/shattered_biomes_vanilla", + "slope_biomes": "slope_biomes/slope_biomes_1", + "slope_biomes_variant": "slope_biomes_variant/slope_biomes_variant_vanilla", + /* Used to swap biomes not found in the biome selectors. + Biomes found within the biome selectors, may not be used as the swapped "value" and biomes only from Minecraft may be used as the "key". + + "key" = "minecraft:biome_registry_path" + "value" = "modid:new_biome_registry_path" + + For example: + { + "key1":"value1", + "key2":"value2", + "key3":"value3" + } + */ + "swapper": { + "minecraft:stony_shore": "byg:dacite_shore", + "minecraft:swamp": "byg:white_mangrove_marshes" + }, + /* The weight of this provider/region against all other providers. + Higher numbers do NOT increase the provider's size. + Weight "0" disables this provider and all its entries. + */ + "weight": 3 +} \ No newline at end of file diff --git a/config/byg/overworld/regions/region_3.json5 b/config/byg/overworld/regions/region_3.json5 new file mode 100644 index 0000000..2ffbdec --- /dev/null +++ b/config/byg/overworld/regions/region_3.json5 @@ -0,0 +1,142 @@ +/* +This file uses the ".json5" file extension which allows for comments like this in a json file! +Your text editor may show this file with invalid/no syntax, if so, we recommend you download: + +VSCode: https://code.visualstudio.com/ +JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5 + +to make editing this file much easier. + +A region is a unique biome layout comprised of numerous biome selectors for a given type of terrain in an MC world. +Biome selectors may be inlined or may call a file from "this_file_parent_directory/biome_selectors" +*/ +{ + /* Appearing on terrain bordering oceans, here is the "beach_biomes" layout: + + [ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ], + [ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ], + [ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ], + [ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ], + [ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ] + + All keys passed in must be valid in the biome registry! + "minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally. + */ + "beach_biomes": "beach_biomes/beach_biomes_1", + /* Appearing on terrain BELOW weirdness 0 or in unfilled("NULL(nothing)") spots in "middle_biomes_variants", here is the "middle_biomes" layout: + + [ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ], + [ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ], + [ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ], + [ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ], + [ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ] + + All keys passed in must be valid in the biome registry! + "minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally. + */ + "middle_biomes": "middle_biomes/middle_biomes_3", + /* Appearing on terrain ABOVE weirdness 0, here is the "middle_biomes_variant" layout: + + [ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ], + [ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ], + [ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ], + [ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ], + [ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ] + + All keys passed in must be valid in the biome registry! + In slots containing "minecraft:the_void", biomes at the equivalent temperature/humidity index in "middle_biomes" will be used instead. + */ + "middle_biomes_variant": "middle_biomes_variant/middle_biomes_variant_vanilla", + /* Appearing on terrain below sea level, here is the "ocean_biomes" layout: + [ DEEP-ICY, DEEP-COLD, DEEP-NEUTRAL, DEEP-WARM, DEEP-HOT ] + [ SHALLOW-ICY, SHALLOW-COLD, SHALLOW-NEUTRAL, SHALLOW-WARM, SHALLOW-HOT ], + + All keys passed in must be valid in the biome registry! + "minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally. + */ + "ocean_biomes": "oceans/oceans_vanilla", + /* Appearing on mountainous terrain & BELOW weirdness 0, here is the "peak_biomes" layout: + + [ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ], + [ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ], + [ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ], + [ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ], + [ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ] + + All keys passed in must be valid in the biome registry! + "minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally. + */ + "peak_biomes": "peak_biomes/peak_biomes_1", + /* Appearing on mountainous terrain & ABOVE weirdness 0, here is the "peak_biome_variants" layout: + + [ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ], + [ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ], + [ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ], + [ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ], + [ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ] + + All keys passed in must be valid in the biome registry! + In slots containing "minecraft:the_void", biomes at the equivalent temperature/humidity index in "slope_biomes" will be used instead. + */ + "peak_biomes_variant": "peak_biomes_variant/peak_biomes_variant_vanilla", + /* Appearing on elevated flat terrain BELOW weirdness 0 or in unfilled("NULL(nothing)") spots in "plateau_biome_variants", here is the "plateau_biomes" layout: + + [ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ], + [ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ], + [ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ], + [ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ], + [ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ] + + All keys passed in must be valid in the biome registry! + "minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally. + */ + "plateau_biomes": "plateau_biomes/plateau_biomes_3", + /* Appearing on elevated flat terrain ABOVE weirdness 0, here is the "plateau_biomes_variant" layout: + + [ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ], + [ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ], + [ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ], + [ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ], + [ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ] + + All keys passed in must be valid in the biome registry! + In slots containing "minecraft:the_void", biomes at the equivalent temperature/humidity index in "plateau_biomes" will be used instead. + */ + "plateau_biomes_variant": "plateau_biomes_variant/plateau_biomes_variant_vanilla", + /* Appearing on shattered terrain here is the "shattered_biomes" layout: + + [ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ], + [ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ], + [ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ], + [ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ], + [ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ] + + All keys passed in must be valid in the biome registry! + In slots containing "minecraft:the_void", biomes at the equivalent temperature/humidity index in "middle_biomes" will be used instead. + */ + "shattered_biomes": "shattered_biomes/shattered_biomes_vanilla", + "slope_biomes": "slope_biomes/slope_biomes_1", + "slope_biomes_variant": "slope_biomes_variant/slope_biomes_variant_vanilla", + /* Used to swap biomes not found in the biome selectors. + Biomes found within the biome selectors, may not be used as the swapped "value" and biomes only from Minecraft may be used as the "key". + + "key" = "minecraft:biome_registry_path" + "value" = "modid:new_biome_registry_path" + + For example: + { + "key1":"value1", + "key2":"value2", + "key3":"value3" + } + */ + "swapper": { + "minecraft:mangrove_swamp": "byg:white_mangrove_marshes", + "minecraft:swamp": "byg:bayou" + }, + /* The weight of this provider/region against all other providers. + Higher numbers do NOT increase the provider's size. + Weight "0" disables this provider and all its entries. + */ + "weight": 3 +} \ No newline at end of file diff --git a/config/byg/settings.json5 b/config/byg/settings.json5 new file mode 100644 index 0000000..06b228f --- /dev/null +++ b/config/byg/settings.json5 @@ -0,0 +1,41 @@ +/* +This file uses the ".json5" file extension which allows for comments like this in a json file! +Your text editor may show this file with invalid/no syntax, if so, we recommend you download: + +VSCode: https://code.visualstudio.com/ +JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5 + +to make editing this file much easier. +*/ +{ + /* Add BYG's placed features to all biomes? + + By disabling this, you remove BYG placed features not designated to specific biomes. + + To configure the features that spawn using this, use the "/worldgenexport" command and edit the files found at: + "byg/worldgen/placed_feature/global/" + "byg/worldgen/placed_feature/global/placed_feature/" + "byg/worldgen/configured_feature/global/" + in the output folder. + */ + "add_biome_placed_features": true, + // Add custom BYG Structures? + "add_custom_structures": true, + // Add custom BYG Villagers/Structures to villages? + "add_custom_villagers": true, + /* Add BYG items automatically to applicable loot tables? + + For example BYG may add piglin trades to the piglin trade loot table. + + To configure these loot tables or add your own, create a datapack with loot tables matching the following path: + "data/modid/append_loot_tables/file_path_to_loot_table_you_want_to_append" + + Examples: + BYG's added Piglin trades: "data/byg/append_loot_tables/minecraft/gameplay/piglin_bartering.json", + BYG's added loot to abandoned mineshafts: "data/byg/append_loot_tables/minecraft/chests/abandoned_mineshaft.json" + BYG's added loot to Repurposed Structure's Jungle Village Jungle House: "data/byg/append_loot_tables/repurposed_structures/chests/villages/jungle_house.json" + */ + "add_loot_tables": true, + // Use BYG world generation? + "world_generation": true +} \ No newline at end of file diff --git a/config/byg/surface_rules/end_surface_rules.json5 b/config/byg/surface_rules/end_surface_rules.json5 new file mode 100644 index 0000000..d4a119d --- /dev/null +++ b/config/byg/surface_rules/end_surface_rules.json5 @@ -0,0 +1,292 @@ +/* +This file uses the ".json5" file extension which allows for comments like this in a json file! +Your text editor may show this file with invalid/no syntax, if so, we recommend you download: + +VSCode: https://code.visualstudio.com/ +JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5 + +to make editing this file much easier. + +Surface rules in this file are added after data packs load for this dimension(file name is the dimension). +A guide for surface rules can be found here: https://github.com/TheForsakenFurby/Surface-Rules-Guide-Minecraft-JE-1.18/blob/main/Guide.md +*/ +{ + "sequence": [ + { + "if_true": { + "biome_is": [ + "byg:bulbis_gardens" + ], + "type": "minecraft:biome" + }, + "then_run": { + "sequence": [ + { + "if_true": { + "add_stone_depth": false, + "offset": -1, + "surface_depth_multiplier": 0, + "type": "minecraft:water" + }, + "then_run": { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:bulbis_phycelium" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "biome_is": [ + "byg:nightshade_forest" + ], + "type": "minecraft:biome" + }, + "then_run": { + "sequence": [ + { + "if_true": { + "add_stone_depth": false, + "offset": -1, + "surface_depth_multiplier": 0, + "type": "minecraft:water" + }, + "then_run": { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:nightshade_phylium" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "biome_is": [ + "byg:imparius_grove" + ], + "type": "minecraft:biome" + }, + "then_run": { + "sequence": [ + { + "if_true": { + "add_stone_depth": false, + "offset": -1, + "surface_depth_multiplier": 0, + "type": "minecraft:water" + }, + "then_run": { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:imparius_phylium" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "biome_is": [ + "byg:ivis_fields" + ], + "type": "minecraft:biome" + }, + "then_run": { + "sequence": [ + { + "if_true": { + "add_stone_depth": false, + "offset": -1, + "surface_depth_multiplier": 0, + "type": "minecraft:water" + }, + "then_run": { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:ivis_phylium" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "biome_is": [ + "byg:shulkren_forest" + ], + "type": "minecraft:biome" + }, + "then_run": { + "sequence": [ + { + "if_true": { + "add_stone_depth": false, + "offset": -1, + "surface_depth_multiplier": 0, + "type": "minecraft:water" + }, + "then_run": { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:shulkren_phylium" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "biome_is": [ + "byg:ethereal_islands" + ], + "type": "minecraft:biome" + }, + "then_run": { + "sequence": [ + { + "if_true": { + "add_stone_depth": false, + "offset": -1, + "surface_depth_multiplier": 0, + "type": "minecraft:water" + }, + "then_run": { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:ether_phylium" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + "type": "minecraft:condition" + }, + { + "result_state": { + "Name": "byg:ether_stone" + }, + "type": "minecraft:block" + } + ], + "type": "minecraft:sequence" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "biome_is": [ + "byg:cryptic_wastes" + ], + "type": "minecraft:biome" + }, + "then_run": { + "sequence": [ + { + "if_true": { + "max_threshold": 0.0125, + "min_threshold": -0.0125, + "noise": "minecraft:calcite", + "type": "minecraft:noise_threshold" + }, + "then_run": { + "result_state": { + "Name": "byg:cryptic_magma_block" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "result_state": { + "Name": "byg:cryptic_stone" + }, + "type": "minecraft:block" + } + ], + "type": "minecraft:sequence" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" +} \ No newline at end of file diff --git a/config/byg/surface_rules/nether_surface_rules.json5 b/config/byg/surface_rules/nether_surface_rules.json5 new file mode 100644 index 0000000..e22bf0c --- /dev/null +++ b/config/byg/surface_rules/nether_surface_rules.json5 @@ -0,0 +1,980 @@ +/* +This file uses the ".json5" file extension which allows for comments like this in a json file! +Your text editor may show this file with invalid/no syntax, if so, we recommend you download: + +VSCode: https://code.visualstudio.com/ +JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5 + +to make editing this file much easier. + +Surface rules in this file are added after data packs load for this dimension(file name is the dimension). +A guide for surface rules can be found here: https://github.com/TheForsakenFurby/Surface-Rules-Guide-Minecraft-JE-1.18/blob/main/Guide.md +*/ +{ + "sequence": [ + { + "if_true": { + "false_at_and_above": { + "above_bottom": 5 + }, + "random_name": "minecraft:bedrock_floor", + "true_at_and_below": { + "above_bottom": 0 + }, + "type": "minecraft:vertical_gradient" + }, + "then_run": { + "result_state": { + "Name": "minecraft:bedrock" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "invert": { + "false_at_and_above": { + "below_top": 0 + }, + "random_name": "minecraft:bedrock_roof", + "true_at_and_below": { + "below_top": 5 + }, + "type": "minecraft:vertical_gradient" + }, + "type": "minecraft:not" + }, + "then_run": { + "result_state": { + "Name": "minecraft:bedrock" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_stone_depth": false, + "anchor": { + "absolute": 31 + }, + "surface_depth_multiplier": 0, + "type": "minecraft:y_above" + }, + "then_run": { + "sequence": [ + { + "if_true": { + "biome_is": [ + "byg:weeping_mire" + ], + "type": "minecraft:biome" + }, + "then_run": { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "provider": [ + { + "data": { + "result_state": { + "Name": "minecraft:soul_soil" + }, + "type": "minecraft:block" + }, + "weight": 1 + }, + { + "data": { + "result_state": { + "Name": "byg:overgrown_netherrack" + }, + "type": "minecraft:block" + }, + "weight": 9 + } + ], + "type": "byg:state_provider" + }, + "type": "minecraft:condition" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "biome_is": [ + "byg:arisian_undergrowth" + ], + "type": "minecraft:biome" + }, + "then_run": { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "provider": [ + { + "data": { + "result_state": { + "Name": "byg:magmatic_stone" + }, + "type": "minecraft:block" + }, + "weight": 1 + }, + { + "data": { + "result_state": { + "Name": "byg:overgrown_netherrack" + }, + "type": "minecraft:block" + }, + "weight": 9 + } + ], + "type": "byg:state_provider" + }, + "type": "minecraft:condition" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "biome_is": [ + "byg:sythian_torrids" + ], + "type": "minecraft:biome" + }, + "then_run": { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:sythian_nylium" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "biome_is": [ + "byg:warped_desert" + ], + "type": "minecraft:biome" + }, + "then_run": { + "sequence": [ + { + "if_true": { + "max_threshold": 1.7976931348623157E308, + "min_threshold": -0.11515151515151514, + "noise": "minecraft:surface", + "type": "minecraft:noise_threshold" + }, + "then_run": { + "sequence": [ + { + "if_true": { + "add_surface_depth": true, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:warped_soul_sand" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:warped_soul_sand" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "ceiling", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:warped_soul_sand" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": true, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "ceiling", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:warped_soul_sand" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": true, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:warped_soul_soil" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:warped_soul_soil" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "ceiling", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:warped_soul_soil" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": true, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "ceiling", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:warped_soul_soil" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "biome_is": [ + "byg:glowstone_gardens" + ], + "type": "minecraft:biome" + }, + "then_run": { + "provider": [ + { + "data": { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:mycelium_netherrack" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + "weight": 1 + }, + { + "data": { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:warped_nylium" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + "weight": 1 + }, + { + "data": { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:overgrown_netherrack" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + "weight": 1 + } + ], + "type": "byg:state_provider" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "biome_is": [ + "byg:crimson_gardens" + ], + "type": "minecraft:biome" + }, + "then_run": { + "sequence": [ + { + "if_true": { + "add_stone_depth": false, + "anchor": { + "absolute": 31 + }, + "surface_depth_multiplier": 0, + "type": "minecraft:y_above" + }, + "then_run": { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:overgrown_crimson_blackstone" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + "type": "minecraft:condition" + }, + { + "result_state": { + "Name": "minecraft:blackstone" + }, + "type": "minecraft:block" + } + ], + "type": "minecraft:sequence" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "biome_is": [ + "byg:wailing_garth" + ], + "type": "minecraft:biome" + }, + "then_run": { + "sequence": [ + { + "provider": [ + { + "data": { + "sequence": [ + { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:soul_soil" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": true, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:soul_soil" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "ceiling", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:soul_soil" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": true, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "ceiling", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:soul_soil" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + }, + "weight": 4 + }, + { + "data": { + "sequence": [ + { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:soul_sand" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": true, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:soul_sand" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "ceiling", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:soul_sand" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": true, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "ceiling", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:soul_sand" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + }, + "weight": 2 + }, + { + "data": { + "sequence": [ + { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:wailing_nylium" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": true, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:soul_soil" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "ceiling", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:soul_soil" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": true, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "ceiling", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:soul_soil" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + }, + "weight": 2 + } + ], + "type": "byg:state_provider" + }, + { + "if_true": { + "add_stone_depth": false, + "anchor": { + "absolute": 31 + }, + "surface_depth_multiplier": 0, + "type": "minecraft:y_above" + }, + "then_run": { + "result_state": { + "Name": "byg:scoria_stone" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "biome_is": [ + "byg:magma_wastes" + ], + "type": "minecraft:biome" + }, + "then_run": { + "provider": [ + { + "data": { + "sequence": [ + { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:magmatic_stone" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": true, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:magmatic_stone" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "ceiling", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:magmatic_stone" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": true, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "ceiling", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:magmatic_stone" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + }, + "weight": 4 + }, + { + "data": { + "sequence": [ + { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:magma_block" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": true, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:magma_block" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "ceiling", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:magma_block" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": true, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "ceiling", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:magma_block" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + }, + "weight": 1 + } + ], + "type": "byg:state_provider" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "biome_is": [ + "byg:embur_bog" + ], + "type": "minecraft:biome" + }, + "then_run": { + "sequence": [ + { + "if_true": { + "add_stone_depth": false, + "anchor": { + "absolute": 31 + }, + "surface_depth_multiplier": 0, + "type": "minecraft:y_above" + }, + "then_run": { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:embur_nylium" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + "type": "minecraft:condition" + }, + { + "result_state": { + "Name": "byg:blue_netherrack" + }, + "type": "minecraft:block" + } + ], + "type": "minecraft:sequence" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "biome_is": [ + "byg:subzero_hypogeal" + ], + "type": "minecraft:biome" + }, + "then_run": { + "sequence": [ + { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:subzero_ash_block" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "result_state": { + "Name": "byg:travertine" + }, + "type": "minecraft:block" + } + ], + "type": "minecraft:sequence" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "biome_is": [ + "byg:brimstone_caverns" + ], + "type": "minecraft:biome" + }, + "then_run": { + "result_state": { + "Name": "byg:brimstone" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "biome_is": [ + "byg:quartz_desert" + ], + "type": "minecraft:biome" + }, + "then_run": { + "result_state": { + "Name": "byg:quartzite_sand" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" +} \ No newline at end of file diff --git a/config/byg/surface_rules/overworld_surface_rules.json5 b/config/byg/surface_rules/overworld_surface_rules.json5 new file mode 100644 index 0000000..aa44dc3 --- /dev/null +++ b/config/byg/surface_rules/overworld_surface_rules.json5 @@ -0,0 +1,2912 @@ +/* +This file uses the ".json5" file extension which allows for comments like this in a json file! +Your text editor may show this file with invalid/no syntax, if so, we recommend you download: + +VSCode: https://code.visualstudio.com/ +JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5 + +to make editing this file much easier. + +Surface rules in this file are added after data packs load for this dimension(file name is the dimension). +A guide for surface rules can be found here: https://github.com/TheForsakenFurby/Surface-Rules-Guide-Minecraft-JE-1.18/blob/main/Guide.md +*/ +{ + "sequence": [ + { + "if_true": { + "type": "minecraft:above_preliminary_surface" + }, + "then_run": { + "sequence": [ + { + "if_true": { + "biome_is": [ + "byg:bayou" + ], + "type": "minecraft:biome" + }, + "then_run": { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "if_true": { + "add_stone_depth": false, + "anchor": { + "absolute": 62 + }, + "surface_depth_multiplier": 0, + "type": "minecraft:y_above" + }, + "then_run": { + "if_true": { + "invert": { + "add_stone_depth": false, + "anchor": { + "absolute": 63 + }, + "surface_depth_multiplier": 0, + "type": "minecraft:y_above" + }, + "type": "minecraft:not" + }, + "then_run": { + "if_true": { + "max_threshold": 1.7976931348623157E308, + "min_threshold": 0.0, + "noise": "minecraft:surface_swamp", + "type": "minecraft:noise_threshold" + }, + "then_run": { + "result_state": { + "Name": "minecraft:water", + "Properties": { + "level": "0" + } + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + "type": "minecraft:condition" + }, + "type": "minecraft:condition" + }, + "type": "minecraft:condition" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "biome_is": [ + "byg:cypress_swamplands", + "byg:white_mangrove_marshes" + ], + "type": "minecraft:biome" + }, + "then_run": { + "sequence": [ + { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "if_true": { + "add_stone_depth": false, + "anchor": { + "absolute": 62 + }, + "surface_depth_multiplier": 0, + "type": "minecraft:y_above" + }, + "then_run": { + "if_true": { + "invert": { + "add_stone_depth": false, + "anchor": { + "absolute": 63 + }, + "surface_depth_multiplier": 0, + "type": "minecraft:y_above" + }, + "type": "minecraft:not" + }, + "then_run": { + "if_true": { + "max_threshold": 1.7976931348623157E308, + "min_threshold": 0.0, + "noise": "minecraft:surface_swamp", + "type": "minecraft:noise_threshold" + }, + "then_run": { + "result_state": { + "Name": "minecraft:water", + "Properties": { + "level": "0" + } + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + "type": "minecraft:condition" + }, + "type": "minecraft:condition" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "invert": { + "add_stone_depth": false, + "offset": -1, + "surface_depth_multiplier": 0, + "type": "minecraft:water" + }, + "type": "minecraft:not" + }, + "then_run": { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "sequence": [ + { + "if_true": { + "max_threshold": 1.7976931348623157E308, + "min_threshold": 0.21212121212121213, + "noise": "minecraft:surface", + "type": "minecraft:noise_threshold" + }, + "then_run": { + "result_state": { + "Name": "minecraft:clay" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "max_threshold": 1.7976931348623157E308, + "min_threshold": -0.11515151515151514, + "noise": "minecraft:surface", + "type": "minecraft:noise_threshold" + }, + "then_run": { + "result_state": { + "Name": "minecraft:mud" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "result_state": { + "Name": "byg:white_sand" + }, + "type": "minecraft:block" + } + ], + "type": "minecraft:sequence" + }, + "type": "minecraft:condition" + }, + "type": "minecraft:condition" + }, + { + "sequence": [ + { + "if_true": { + "max_threshold": 1.7976931348623157E308, + "min_threshold": 0.20363636363636362, + "noise": "minecraft:surface", + "type": "minecraft:noise_threshold" + }, + "then_run": { + "sequence": [ + { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:peat" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": true, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:peat" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "max_threshold": 1.7976931348623157E308, + "min_threshold": -0.09333333333333334, + "noise": "minecraft:surface", + "type": "minecraft:noise_threshold" + }, + "then_run": { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:moss_block" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:grass_block", + "Properties": { + "snowy": "false" + } + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + } + ], + "type": "minecraft:sequence" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "biome_is": [ + "byg:cardinal_tundra" + ], + "type": "minecraft:biome" + }, + "then_run": { + "if_true": { + "max_threshold": 1.7976931348623157E308, + "min_threshold": 0.21212121212121213, + "noise": "minecraft:surface", + "type": "minecraft:noise_threshold" + }, + "then_run": { + "sequence": [ + { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:stone" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": true, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:stone" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + }, + "type": "minecraft:condition" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "biome_is": [ + "byg:borealis_grove" + ], + "type": "minecraft:biome" + }, + "then_run": { + "if_true": { + "max_threshold": 1.7976931348623157E308, + "min_threshold": 0.21212121212121213, + "noise": "minecraft:surface", + "type": "minecraft:noise_threshold" + }, + "then_run": { + "sequence": [ + { + "if_true": { + "add_stone_depth": false, + "offset": -1, + "surface_depth_multiplier": 0, + "type": "minecraft:water" + }, + "then_run": { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:peat" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": true, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:peat" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + }, + "type": "minecraft:condition" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "biome_is": [ + "byg:cika_woods", + "byg:redwood_thicket", + "byg:frosted_taiga" + ], + "type": "minecraft:biome" + }, + "then_run": { + "sequence": [ + { + "if_true": { + "max_threshold": 1.7976931348623157E308, + "min_threshold": 0.21212121212121213, + "noise": "minecraft:surface", + "type": "minecraft:noise_threshold" + }, + "then_run": { + "sequence": [ + { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:coarse_dirt" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": true, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:dirt" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "max_threshold": 1.7976931348623157E308, + "min_threshold": -0.11515151515151514, + "noise": "minecraft:surface", + "type": "minecraft:noise_threshold" + }, + "then_run": { + "sequence": [ + { + "if_true": { + "add_stone_depth": false, + "offset": -1, + "surface_depth_multiplier": 0, + "type": "minecraft:water" + }, + "then_run": { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:podzol", + "Properties": { + "snowy": "false" + } + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": true, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:dirt" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "biome_is": [ + "byg:coniferous_forest", + "byg:frosted_coniferous_forest", + "byg:black_forest", + "byg:twilight_meadow" + ], + "type": "minecraft:biome" + }, + "then_run": { + "sequence": [ + { + "if_true": { + "max_threshold": 1.7976931348623157E308, + "min_threshold": 0.21212121212121213, + "noise": "minecraft:surface", + "type": "minecraft:noise_threshold" + }, + "then_run": { + "sequence": [ + { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:coarse_dirt" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": true, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:dirt" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "max_threshold": 1.7976931348623157E308, + "min_threshold": -0.11515151515151514, + "noise": "minecraft:surface", + "type": "minecraft:noise_threshold" + }, + "then_run": { + "sequence": [ + { + "if_true": { + "add_stone_depth": false, + "offset": -1, + "surface_depth_multiplier": 0, + "type": "minecraft:water" + }, + "then_run": { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:peat" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": true, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:peat" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "biome_is": [ + "byg:canadian_shield", + "byg:guiana_shield", + "byg:fragment_forest", + "byg:crag_gardens", + "byg:lush_stacks" + ], + "type": "minecraft:biome" + }, + "then_run": { + "sequence": [ + { + "if_true": { + "add_stone_depth": false, + "offset": -1, + "surface_depth_multiplier": 0, + "type": "minecraft:water" + }, + "then_run": { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:overgrown_stone", + "Properties": { + "snowy": "false" + } + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": true, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:stone" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "biome_is": [ + "byg:dacite_ridges" + ], + "type": "minecraft:biome" + }, + "then_run": { + "sequence": [ + { + "if_true": { + "max_threshold": 1.7976931348623157E308, + "min_threshold": 0.21212121212121213, + "noise": "minecraft:surface", + "type": "minecraft:noise_threshold" + }, + "then_run": { + "sequence": [ + { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:coarse_dirt" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": true, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:dacite" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "max_threshold": 1.7976931348623157E308, + "min_threshold": -0.11515151515151514, + "noise": "minecraft:surface", + "type": "minecraft:noise_threshold" + }, + "then_run": { + "sequence": [ + { + "if_true": { + "add_stone_depth": false, + "offset": -1, + "surface_depth_multiplier": 0, + "type": "minecraft:water" + }, + "then_run": { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:podzol_dacite", + "Properties": { + "snowy": "false" + } + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": true, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:dacite" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + }, + "type": "minecraft:condition" + }, + { + "sequence": [ + { + "if_true": { + "add_stone_depth": false, + "offset": -1, + "surface_depth_multiplier": 0, + "type": "minecraft:water" + }, + "then_run": { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:overgrown_dacite", + "Properties": { + "snowy": "false" + } + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": true, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:dacite" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + }, + { + "if_true": { + "add_surface_depth": false, + "offset": 10, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:dacite" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": false, + "offset": 10, + "secondary_depth_range": 0, + "surface_type": "ceiling", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:dacite" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "biome_is": [ + "byg:dacite_shore" + ], + "type": "minecraft:biome" + }, + "then_run": { + "sequence": [ + { + "if_true": { + "max_threshold": 1.7976931348623157E308, + "min_threshold": 0.22424242424242424, + "noise": "minecraft:surface", + "type": "minecraft:noise_threshold" + }, + "then_run": { + "result_state": { + "Name": "byg:dacite_cobblestone" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "max_threshold": 1.7976931348623157E308, + "min_threshold": -0.11515151515151514, + "noise": "minecraft:surface", + "type": "minecraft:noise_threshold" + }, + "then_run": { + "sequence": [ + { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:white_sand" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "result_state": { + "Name": "byg:dacite" + }, + "type": "minecraft:block" + } + ], + "type": "minecraft:sequence" + }, + "type": "minecraft:condition" + }, + { + "result_state": { + "Name": "byg:dacite" + }, + "type": "minecraft:block" + } + ], + "type": "minecraft:sequence" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "biome_is": [ + "byg:skyris_vale" + ], + "type": "minecraft:biome" + }, + "then_run": { + "sequence": [ + { + "if_true": { + "max_threshold": 1.7976931348623157E308, + "min_threshold": 0.21212121212121213, + "noise": "minecraft:surface", + "type": "minecraft:noise_threshold" + }, + "then_run": { + "sequence": [ + { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:lush_grass_block", + "Properties": { + "snowy": "false" + } + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": true, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:lush_dirt" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "max_threshold": 1.7976931348623157E308, + "min_threshold": -0.11515151515151514, + "noise": "minecraft:surface", + "type": "minecraft:noise_threshold" + }, + "then_run": { + "sequence": [ + { + "if_true": { + "add_stone_depth": false, + "offset": -1, + "surface_depth_multiplier": 0, + "type": "minecraft:water" + }, + "then_run": { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:podzol_dacite", + "Properties": { + "snowy": "false" + } + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": true, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:dacite" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + }, + "type": "minecraft:condition" + }, + { + "sequence": [ + { + "if_true": { + "add_stone_depth": false, + "offset": -1, + "surface_depth_multiplier": 0, + "type": "minecraft:water" + }, + "then_run": { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:overgrown_dacite", + "Properties": { + "snowy": "false" + } + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": true, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:dacite" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + }, + { + "if_true": { + "add_surface_depth": false, + "offset": 10, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:dacite" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": false, + "offset": 10, + "secondary_depth_range": 0, + "surface_type": "ceiling", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:dacite" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "biome_is": [ + "byg:howling_peaks" + ], + "type": "minecraft:biome" + }, + "then_run": { + "sequence": [ + { + "if_true": { + "max_threshold": 1.7976931348623157E308, + "min_threshold": 0.21212121212121213, + "noise": "minecraft:surface", + "type": "minecraft:noise_threshold" + }, + "then_run": { + "sequence": [ + { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:grass_block", + "Properties": { + "snowy": "false" + } + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": true, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:dirt" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "max_threshold": 1.7976931348623157E308, + "min_threshold": -0.11515151515151514, + "noise": "minecraft:surface", + "type": "minecraft:noise_threshold" + }, + "then_run": { + "sequence": [ + { + "if_true": { + "add_stone_depth": false, + "offset": -1, + "surface_depth_multiplier": 0, + "type": "minecraft:water" + }, + "then_run": { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:peat" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": true, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:peat" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + }, + "type": "minecraft:condition" + }, + { + "sequence": [ + { + "if_true": { + "add_stone_depth": false, + "offset": -1, + "surface_depth_multiplier": 0, + "type": "minecraft:water" + }, + "then_run": { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:podzol", + "Properties": { + "snowy": "false" + } + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": true, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:dirt" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + } + ], + "type": "minecraft:sequence" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "biome_is": [ + "byg:atacama_desert" + ], + "type": "minecraft:biome" + }, + "then_run": { + "sequence": [ + { + "if_true": { + "max_threshold": 1.7976931348623157E308, + "min_threshold": 0.21212121212121213, + "noise": "minecraft:surface", + "type": "minecraft:noise_threshold" + }, + "then_run": { + "sequence": [ + { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:red_sand" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": true, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:red_sandstone" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "max_threshold": 1.7976931348623157E308, + "min_threshold": -0.11515151515151514, + "noise": "minecraft:surface", + "type": "minecraft:noise_threshold" + }, + "then_run": { + "sequence": [ + { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "ceiling", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:red_sandstone" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_stone_depth": false, + "offset": -1, + "surface_depth_multiplier": 0, + "type": "minecraft:water" + }, + "then_run": { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:cracked_red_sand" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": true, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:red_sandstone" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + }, + "type": "minecraft:condition" + }, + { + "sequence": [ + { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "ceiling", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:red_sandstone" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_stone_depth": false, + "offset": -1, + "surface_depth_multiplier": 0, + "type": "minecraft:water" + }, + "then_run": { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:cracked_red_sand" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": true, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:red_sandstone" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + } + ], + "type": "minecraft:sequence" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "biome_is": [ + "byg:ebony_woods" + ], + "type": "minecraft:biome" + }, + "then_run": { + "if_true": { + "max_threshold": 1.7976931348623157E308, + "min_threshold": 0.21212121212121213, + "noise": "minecraft:surface", + "type": "minecraft:noise_threshold" + }, + "then_run": { + "sequence": [ + { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:coarse_dirt" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": true, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:dirt" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + }, + "type": "minecraft:condition" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "biome_is": [ + "byg:mojave_desert" + ], + "type": "minecraft:biome" + }, + "then_run": { + "provider": [ + { + "data": { + "sequence": [ + { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "ceiling", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:sandstone" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_stone_depth": false, + "offset": -1, + "surface_depth_multiplier": 0, + "type": "minecraft:water" + }, + "then_run": { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:sand" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": true, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:sand" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + }, + "weight": 3 + }, + { + "data": { + "sequence": [ + { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:coarse_dirt" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": true, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:dirt" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + }, + "weight": 1 + }, + { + "data": { + "sequence": [ + { + "if_true": { + "add_stone_depth": false, + "offset": -1, + "surface_depth_multiplier": 0, + "type": "minecraft:water" + }, + "then_run": { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:grass_block", + "Properties": { + "snowy": "false" + } + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": true, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:dirt" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + }, + "weight": 1 + } + ], + "type": "byg:state_provider" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "biome_is": [ + "byg:coconino_meadow", + "byg:temperate_rainforest", + "byg:weeping_witch_forest", + "byg:autumnal_valley" + ], + "type": "minecraft:biome" + }, + "then_run": { + "sequence": [ + { + "if_true": { + "add_stone_depth": false, + "offset": -1, + "surface_depth_multiplier": 0, + "type": "minecraft:water" + }, + "then_run": { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:lush_grass_block", + "Properties": { + "snowy": "false" + } + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": true, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:lush_dirt" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "biome_is": [ + "byg:shattered_glacier" + ], + "type": "minecraft:biome" + }, + "then_run": { + "sequence": [ + { + "states": [ + { + "Name": "byg:black_ice" + }, + { + "Name": "byg:packed_black_ice" + }, + { + "Name": "byg:packed_black_ice" + }, + { + "Name": "byg:packed_black_ice" + }, + { + "Name": "byg:packed_black_ice" + }, + { + "Name": "byg:packed_black_ice" + }, + { + "Name": "byg:packed_black_ice" + }, + { + "Name": "byg:packed_black_ice" + } + ], + "type": "byg:bands" + } + ], + "type": "minecraft:sequence" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "biome_is": [ + "byg:sierra_badlands" + ], + "type": "minecraft:biome" + }, + "then_run": { + "sequence": [ + { + "if_true": { + "max_threshold": 1.7976931348623157E308, + "min_threshold": 0.21212121212121213, + "noise": "minecraft:surface", + "type": "minecraft:noise_threshold" + }, + "then_run": { + "sequence": [ + { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:coarse_dirt" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": true, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:dirt" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "invert": { + "max_threshold": 1.7976931348623157E308, + "min_threshold": -0.11515151515151514, + "noise": "minecraft:surface", + "type": "minecraft:noise_threshold" + }, + "type": "minecraft:not" + }, + "then_run": { + "sequence": [ + { + "if_true": { + "add_stone_depth": false, + "offset": -1, + "surface_depth_multiplier": 0, + "type": "minecraft:water" + }, + "then_run": { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:grass_block", + "Properties": { + "snowy": "false" + } + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": true, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:dirt" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + }, + "type": "minecraft:condition" + }, + { + "type": "minecraft:bandlands" + } + ], + "type": "minecraft:sequence" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "biome_is": [ + "byg:windswept_desert", + "byg:windswept_desert" + ], + "type": "minecraft:biome" + }, + "then_run": { + "sequence": [ + { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:windswept_sand" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": true, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:windswept_sand" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": false, + "offset": 10, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:windswept_sandstone" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": false, + "offset": 10, + "secondary_depth_range": 0, + "surface_type": "ceiling", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:windswept_sandstone" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "biome_is": [ + "byg:red_rock_valley" + ], + "type": "minecraft:biome" + }, + "then_run": { + "sequence": [ + { + "if_true": { + "max_threshold": 1.7976931348623157E308, + "min_threshold": 0.21212121212121213, + "noise": "minecraft:surface", + "type": "minecraft:noise_threshold" + }, + "then_run": { + "sequence": [ + { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:coarse_dirt" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": true, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:dirt" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "max_threshold": 1.7976931348623157E308, + "min_threshold": -0.11515151515151514, + "noise": "minecraft:surface", + "type": "minecraft:noise_threshold" + }, + "then_run": { + "type": "minecraft:bandlands" + }, + "type": "minecraft:condition" + }, + { + "result_state": { + "Name": "byg:red_rock" + }, + "type": "minecraft:block" + } + ], + "type": "minecraft:sequence" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "biome_is": [ + "byg:rainbow_beach" + ], + "type": "minecraft:biome" + }, + "then_run": { + "sequence": [ + { + "noise": "minecraft:calcite", + "repeat_from_noise": -2.0, + "repeat_to_noise": 2.0, + "rule_sources": [ + { + "sequence": [ + { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:purple_sand" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": true, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:purple_sand" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": false, + "offset": 10, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:purple_sandstone" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": false, + "offset": 10, + "secondary_depth_range": 0, + "surface_type": "ceiling", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:purple_sandstone" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + }, + { + "sequence": [ + { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:white_sand" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": true, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:white_sand" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": false, + "offset": 10, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:white_sandstone" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": false, + "offset": 10, + "secondary_depth_range": 0, + "surface_type": "ceiling", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:white_sandstone" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + }, + { + "sequence": [ + { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:black_sand" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": true, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:black_sand" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": false, + "offset": 10, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:black_sandstone" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": false, + "offset": 10, + "secondary_depth_range": 0, + "surface_type": "ceiling", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:black_sandstone" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + }, + { + "sequence": [ + { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:pink_sand" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": true, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:pink_sand" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": false, + "offset": 10, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:pink_sandstone" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": false, + "offset": 10, + "secondary_depth_range": 0, + "surface_type": "ceiling", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:pink_sandstone" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + } + ], + "size_per_repetition": 0.019999999552965164, + "type": "byg:between_repeating_noise_range" + }, + { + "sequence": [ + { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:blue_sand" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": true, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:blue_sand" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": false, + "offset": 10, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:blue_sandstone" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": false, + "offset": 10, + "secondary_depth_range": 0, + "surface_type": "ceiling", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:blue_sandstone" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + } + ], + "type": "minecraft:sequence" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "biome_is": [ + "byg:basalt_barrera" + ], + "type": "minecraft:biome" + }, + "then_run": { + "sequence": [ + { + "if_true": { + "max_threshold": 0.0045, + "min_threshold": -0.0045, + "noise": "minecraft:calcite", + "type": "minecraft:noise_threshold" + }, + "then_run": { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:magma_block" + }, + "tick_delay": 0, + "type": "byg:result_state_with_tick" + }, + "type": "minecraft:condition" + }, + "type": "minecraft:condition" + }, + { + "provider": [ + { + "data": { + "sequence": [ + { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:basalt", + "Properties": { + "axis": "y" + } + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": true, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:basalt", + "Properties": { + "axis": "y" + } + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": false, + "offset": 10, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:basalt", + "Properties": { + "axis": "y" + } + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": false, + "offset": 10, + "secondary_depth_range": 0, + "surface_type": "ceiling", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:basalt", + "Properties": { + "axis": "y" + } + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + }, + "weight": 9 + }, + { + "data": { + "sequence": [ + { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "byg:black_sand" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": true, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:basalt", + "Properties": { + "axis": "y" + } + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": false, + "offset": 10, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:basalt", + "Properties": { + "axis": "y" + } + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": false, + "offset": 10, + "secondary_depth_range": 0, + "surface_type": "ceiling", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:basalt", + "Properties": { + "axis": "y" + } + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + }, + "weight": 3 + }, + { + "data": { + "sequence": [ + { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:deepslate", + "Properties": { + "axis": "y" + } + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": true, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:deepslate", + "Properties": { + "axis": "y" + } + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": false, + "offset": 10, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:deepslate", + "Properties": { + "axis": "y" + } + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": false, + "offset": 10, + "secondary_depth_range": 0, + "surface_type": "ceiling", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:deepslate", + "Properties": { + "axis": "y" + } + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + }, + "weight": 5 + }, + { + "data": { + "sequence": [ + { + "if_true": { + "add_surface_depth": false, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:smooth_basalt" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": true, + "offset": 0, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:smooth_basalt" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": false, + "offset": 10, + "secondary_depth_range": 0, + "surface_type": "floor", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:smooth_basalt" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + }, + { + "if_true": { + "add_surface_depth": false, + "offset": 10, + "secondary_depth_range": 0, + "surface_type": "ceiling", + "type": "minecraft:stone_depth" + }, + "then_run": { + "result_state": { + "Name": "minecraft:smooth_basalt" + }, + "type": "minecraft:block" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + }, + "weight": 10 + } + ], + "type": "byg:state_provider" + } + ], + "type": "minecraft:sequence" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" + }, + "type": "minecraft:condition" + } + ], + "type": "minecraft:sequence" +} \ No newline at end of file diff --git a/config/byg/trades.json5 b/config/byg/trades.json5 new file mode 100644 index 0000000..8106a63 --- /dev/null +++ b/config/byg/trades.json5 @@ -0,0 +1,999 @@ +/* +This file uses the ".json5" file extension which allows for comments like this in a json file! +Your text editor may show this file with invalid/no syntax, if so, we recommend you download: + +VSCode: https://code.visualstudio.com/ +JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5 + +to make editing this file much easier. +*/ +{ + // Trades for a given villager profession. Trade levels are in the range of 1-5 + "trades_by_profession": { + "ae2:fluix_researcher": { + "1": [], + "2": [], + "3": [], + "4": [], + "5": [] + }, + "byg:forager": { + "1": [ + { + "config": { + "cost": 10, + "item": "minecraft:red_mushroom", + "max_uses": 12, + "villager_xp": 2 + }, + "type": "byg:emerald_for_items" + }, + { + "config": { + "cost": 10, + "item": "minecraft:brown_mushroom", + "max_uses": 12, + "villager_xp": 2 + }, + "type": "byg:emerald_for_items" + }, + { + "config": { + "cost": 10, + "item": "byg:green_mushroom", + "max_uses": 12, + "villager_xp": 2 + }, + "type": "byg:emerald_for_items" + } + ], + "2": [ + { + "config": { + "cost": 8, + "item": "byg:wood_blewit", + "max_uses": 12, + "villager_xp": 3 + }, + "type": "byg:emerald_for_items" + }, + { + "config": { + "cost": 8, + "item": "byg:white_puffball_cap", + "max_uses": 12, + "villager_xp": 3 + }, + "type": "byg:emerald_for_items" + } + ], + "3": [ + { + "config": { + "emerald_cost": 4, + "item": "byg:white_puffball_spores", + "max_uses": 4, + "number_of_items": 5, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "cost": 10, + "item": "minecraft:crimson_fungus", + "max_uses": 12, + "villager_xp": 2 + }, + "type": "byg:emerald_for_items" + }, + { + "config": { + "cost": 10, + "item": "minecraft:warped_fungus", + "max_uses": 12, + "villager_xp": 2 + }, + "type": "byg:emerald_for_items" + }, + { + "config": { + "cost": 10, + "item": "byg:sythian_fungus", + "max_uses": 12, + "villager_xp": 2 + }, + "type": "byg:emerald_for_items" + } + ], + "4": [ + { + "config": { + "emerald_cost": 4, + "item": "byg:witch_hazel_branch", + "max_uses": 4, + "number_of_items": 9, + "villager_xp": 3 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "emerald_cost": 10, + "item": "byg:witch_hazel_blossom", + "max_uses": 10, + "number_of_items": 1, + "villager_xp": 3 + }, + "type": "byg:items_for_emeralds" + } + ], + "5": [ + { + "config": { + "cost": 10, + "item": "byg:imparius_mushroom", + "max_uses": 12, + "villager_xp": 2 + }, + "type": "byg:emerald_for_items" + }, + { + "config": { + "cost": 10, + "item": "byg:shulkren_fungus", + "max_uses": 12, + "villager_xp": 2 + }, + "type": "byg:emerald_for_items" + }, + { + "config": { + "cost": 10, + "item": "byg:fungal_imparius", + "max_uses": 12, + "villager_xp": 2 + }, + "type": "byg:emerald_for_items" + } + ] + }, + "minecraft:armorer": { + "1": [], + "2": [], + "3": [], + "4": [ + { + "config": { + "emerald_cost": 3, + "item": "byg:chain_plating", + "max_uses": 12, + "number_of_items": 7, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + } + ], + "5": [] + }, + "minecraft:butcher": { + "1": [], + "2": [ + { + "config": { + "cost": 10, + "item": "byg:blueberries", + "max_uses": 12, + "villager_xp": 2 + }, + "type": "byg:emerald_for_items" + } + ], + "3": [], + "4": [], + "5": [] + }, + "minecraft:cartographer": { + "1": [], + "2": [], + "3": [], + "4": [], + "5": [] + }, + "minecraft:cleric": { + "1": [], + "2": [], + "3": [], + "4": [], + "5": [] + }, + "minecraft:farmer": { + "1": [ + { + "config": { + "cost": 24, + "item": "byg:cattail_sprout", + "max_uses": 12, + "villager_xp": 2 + }, + "type": "byg:emerald_for_items" + } + ], + "2": [ + { + "config": { + "cost": 10, + "item": "byg:baobab_fruit", + "max_uses": 12, + "villager_xp": 2 + }, + "type": "byg:emerald_for_items" + }, + { + "config": { + "cost": 16, + "item": "byg:aloe_vera", + "max_uses": 12, + "villager_xp": 2 + }, + "type": "byg:emerald_for_items" + }, + { + "config": { + "cost": 24, + "item": "byg:green_apple", + "max_uses": 12, + "villager_xp": 2 + }, + "type": "byg:emerald_for_items" + } + ], + "3": [ + { + "config": { + "cost": 10, + "item": "byg:joshua_fruit", + "max_uses": 12, + "villager_xp": 2 + }, + "type": "byg:emerald_for_items" + } + ], + "4": [ + { + "config": { + "emerald_cost": 2, + "from_count": 16, + "from_item": "minecraft:dirt", + "max_uses": 4, + "to_count": 16, + "to_item": "byg:lush_dirt", + "villager_xp": 4 + }, + "type": "byg:items_and_emeralds_to_items" + } + ], + "5": [] + }, + "minecraft:fisherman": { + "1": [], + "2": [], + "3": [], + "4": [], + "5": [] + }, + "minecraft:fletcher": { + "1": [], + "2": [], + "3": [], + "4": [], + "5": [] + }, + "minecraft:leatherworker": { + "1": [], + "2": [], + "3": [], + "4": [], + "5": [] + }, + "minecraft:librarian": { + "1": [], + "2": [], + "3": [], + "4": [], + "5": [] + }, + "minecraft:mason": { + "1": [], + "2": [], + "3": [ + { + "config": { + "emerald_cost": 1, + "item": "byg:rocky_stone", + "max_uses": 12, + "number_of_items": 12, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "cost": 1, + "item": "byg:rocky_stone", + "max_uses": 12, + "villager_xp": 12 + }, + "type": "byg:emerald_for_items" + }, + { + "config": { + "emerald_cost": 1, + "item": "byg:mossy_stone", + "max_uses": 12, + "number_of_items": 12, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "cost": 1, + "item": "byg:mossy_stone", + "max_uses": 12, + "villager_xp": 12 + }, + "type": "byg:emerald_for_items" + } + ], + "4": [ + { + "config": { + "emerald_cost": 1, + "item": "byg:dacite", + "max_uses": 12, + "number_of_items": 12, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "cost": 1, + "item": "byg:dacite", + "max_uses": 12, + "villager_xp": 12 + }, + "type": "byg:emerald_for_items" + }, + { + "config": { + "emerald_cost": 1, + "item": "byg:soapstone", + "max_uses": 12, + "number_of_items": 12, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "cost": 1, + "item": "byg:soapstone", + "max_uses": 12, + "villager_xp": 12 + }, + "type": "byg:emerald_for_items" + }, + { + "config": { + "emerald_cost": 1, + "item": "byg:red_rock", + "max_uses": 12, + "number_of_items": 12, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "cost": 1, + "item": "byg:red_rock", + "max_uses": 12, + "villager_xp": 12 + }, + "type": "byg:emerald_for_items" + } + ], + "5": [] + }, + "minecraft:shepherd": { + "1": [], + "2": [], + "3": [], + "4": [], + "5": [] + }, + "minecraft:toolsmith": { + "1": [], + "2": [], + "3": [], + "4": [], + "5": [] + }, + "minecraft:weaponsmith": { + "1": [], + "2": [], + "3": [], + "4": [], + "5": [] + }, + "modern_industrialization:industrialist": { + "1": [], + "2": [], + "3": [], + "4": [], + "5": [] + }, + "morevillagers:enderian": { + "1": [], + "2": [], + "3": [], + "4": [], + "5": [] + }, + "morevillagers:engineer": { + "1": [], + "2": [], + "3": [], + "4": [], + "5": [] + }, + "morevillagers:florist": { + "1": [], + "2": [], + "3": [], + "4": [], + "5": [] + }, + "morevillagers:hunter": { + "1": [], + "2": [], + "3": [], + "4": [], + "5": [] + }, + "morevillagers:miner": { + "1": [], + "2": [], + "3": [], + "4": [], + "5": [] + }, + "morevillagers:netherian": { + "1": [], + "2": [], + "3": [], + "4": [], + "5": [] + }, + "morevillagers:oceanographer": { + "1": [], + "2": [], + "3": [], + "4": [], + "5": [] + }, + "morevillagers:woodworker": { + "1": [], + "2": [], + "3": [], + "4": [], + "5": [] + }, + "techreborn:electrician": { + "1": [], + "2": [], + "3": [], + "4": [], + "5": [] + }, + "techreborn:metallurgist": { + "1": [], + "2": [], + "3": [], + "4": [], + "5": [] + } + }, + // Whether this file appends villager/wandering trader trades. + "visible": true, + // Trades for the wandering trader. Trades in "1" are "generic" trades. Trades appearing in "2" are "rare" trades. + "wandering_trader_trades": { + // Trades listed here are "generic" and a few(not only from these listed here but from other mods/vanilla also) are picked when a wandering trader spawns. + "1": [ + { + "config": { + "emerald_cost": 5, + "item": "byg:aspen_sapling", + "max_uses": 12, + "number_of_items": 1, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "emerald_cost": 5, + "item": "byg:baobab_sapling", + "max_uses": 12, + "number_of_items": 1, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "emerald_cost": 5, + "item": "byg:blue_enchanted_sapling", + "max_uses": 12, + "number_of_items": 1, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "emerald_cost": 5, + "item": "byg:pink_cherry_sapling", + "max_uses": 12, + "number_of_items": 1, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "emerald_cost": 5, + "item": "byg:white_cherry_sapling", + "max_uses": 12, + "number_of_items": 1, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "emerald_cost": 5, + "item": "byg:cika_sapling", + "max_uses": 12, + "number_of_items": 1, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "emerald_cost": 5, + "item": "byg:cypress_sapling", + "max_uses": 12, + "number_of_items": 1, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "emerald_cost": 5, + "item": "byg:ebony_sapling", + "max_uses": 12, + "number_of_items": 1, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "emerald_cost": 5, + "item": "byg:ether_sapling", + "max_uses": 12, + "number_of_items": 1, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "emerald_cost": 5, + "item": "byg:fir_sapling", + "max_uses": 12, + "number_of_items": 1, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "emerald_cost": 5, + "item": "byg:green_enchanted_sapling", + "max_uses": 12, + "number_of_items": 1, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "emerald_cost": 5, + "item": "byg:holly_sapling", + "max_uses": 12, + "number_of_items": 1, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "emerald_cost": 5, + "item": "byg:lament_sapling", + "max_uses": 12, + "number_of_items": 1, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "emerald_cost": 5, + "item": "byg:indigo_jacaranda_sapling", + "max_uses": 12, + "number_of_items": 1, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "emerald_cost": 5, + "item": "byg:jacaranda_sapling", + "max_uses": 12, + "number_of_items": 1, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "emerald_cost": 5, + "item": "byg:mahogany_sapling", + "max_uses": 12, + "number_of_items": 1, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "emerald_cost": 5, + "item": "byg:white_mangrove_sapling", + "max_uses": 12, + "number_of_items": 1, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "emerald_cost": 5, + "item": "byg:red_maple_sapling", + "max_uses": 12, + "number_of_items": 1, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "emerald_cost": 5, + "item": "byg:silver_maple_sapling", + "max_uses": 12, + "number_of_items": 1, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "emerald_cost": 5, + "item": "byg:maple_sapling", + "max_uses": 12, + "number_of_items": 1, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "emerald_cost": 5, + "item": "byg:nightshade_sapling", + "max_uses": 12, + "number_of_items": 1, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "emerald_cost": 5, + "item": "byg:palm_sapling", + "max_uses": 12, + "number_of_items": 1, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "emerald_cost": 5, + "item": "byg:palo_verde_sapling", + "max_uses": 12, + "number_of_items": 1, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "emerald_cost": 5, + "item": "byg:pine_sapling", + "max_uses": 12, + "number_of_items": 1, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "emerald_cost": 5, + "item": "byg:rainbow_eucalyptus_sapling", + "max_uses": 12, + "number_of_items": 1, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "emerald_cost": 5, + "item": "byg:redwood_sapling", + "max_uses": 12, + "number_of_items": 1, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "emerald_cost": 5, + "item": "byg:skyris_sapling", + "max_uses": 12, + "number_of_items": 1, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "emerald_cost": 5, + "item": "byg:willow_sapling", + "max_uses": 12, + "number_of_items": 1, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "emerald_cost": 5, + "item": "byg:witch_hazel_sapling", + "max_uses": 12, + "number_of_items": 1, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "emerald_cost": 5, + "item": "byg:zelkova_sapling", + "max_uses": 12, + "number_of_items": 1, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "emerald_cost": 5, + "item": "byg:withering_oak_sapling", + "max_uses": 12, + "number_of_items": 1, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "emerald_cost": 5, + "item": "byg:araucaria_sapling", + "max_uses": 12, + "number_of_items": 1, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "emerald_cost": 5, + "item": "byg:blue_spruce_sapling", + "max_uses": 12, + "number_of_items": 1, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "emerald_cost": 5, + "item": "byg:brown_birch_sapling", + "max_uses": 12, + "number_of_items": 1, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "emerald_cost": 5, + "item": "byg:brown_oak_sapling", + "max_uses": 12, + "number_of_items": 1, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "emerald_cost": 5, + "item": "byg:brown_zelkova_sapling", + "max_uses": 12, + "number_of_items": 1, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "emerald_cost": 5, + "item": "byg:joshua_sapling", + "max_uses": 12, + "number_of_items": 1, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "emerald_cost": 5, + "item": "byg:orange_birch_sapling", + "max_uses": 12, + "number_of_items": 1, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "emerald_cost": 5, + "item": "byg:orange_oak_sapling", + "max_uses": 12, + "number_of_items": 1, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "emerald_cost": 5, + "item": "byg:orange_spruce_sapling", + "max_uses": 12, + "number_of_items": 1, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "emerald_cost": 5, + "item": "byg:orchard_sapling", + "max_uses": 12, + "number_of_items": 1, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "emerald_cost": 5, + "item": "byg:red_birch_sapling", + "max_uses": 12, + "number_of_items": 1, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "emerald_cost": 5, + "item": "byg:red_oak_sapling", + "max_uses": 12, + "number_of_items": 1, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "emerald_cost": 5, + "item": "byg:red_spruce_sapling", + "max_uses": 12, + "number_of_items": 1, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "emerald_cost": 5, + "item": "byg:yellow_birch_sapling", + "max_uses": 12, + "number_of_items": 1, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "emerald_cost": 5, + "item": "byg:yellow_spruce_sapling", + "max_uses": 12, + "number_of_items": 1, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "emerald_cost": 5, + "item": "byg:skyris_vine", + "max_uses": 12, + "number_of_items": 2, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + }, + { + "config": { + "emerald_cost": 5, + "item": "byg:poison_ivy", + "max_uses": 12, + "number_of_items": 2, + "villager_xp": 2 + }, + "type": "byg:items_for_emeralds" + } + ], + // Trades listed here are "rare" and only one(not only from these listed here but from other mods/vanilla also) is picked when a wandering trader spawns. + "2": [] + } +} \ No newline at end of file diff --git a/config/campanion.json b/config/campanion.json new file mode 100644 index 0000000..cd1f6ec --- /dev/null +++ b/config/campanion.json @@ -0,0 +1,3 @@ +{ + "trinkets_backpack_support": false +} \ No newline at end of file diff --git a/config/cardinal-components-api.properties b/config/cardinal-components-api.properties new file mode 100644 index 0000000..b08e3fa --- /dev/null +++ b/config/cardinal-components-api.properties @@ -0,0 +1,6 @@ +# If set to false, warnings will not get logged when a component fails to be resolved (typically due to mods being removed) +# Default value: true +log-deserialization-warnings = true + +# Internal value, do not edit or your changes may be arbitrarily reset +config-version = 1 diff --git a/config/carryon-common.json b/config/carryon-common.json new file mode 100644 index 0000000..169484e --- /dev/null +++ b/config/carryon-common.json @@ -0,0 +1,191 @@ +{ + "settings": { + "//settings": "General Settings", + "//maxDistance": "Maximum distance from where Blocks and Entities can be picked up", + "maxDistance": 2.5, + "//maxEntityWidth": "Max width of entities that can be picked up in survival mode", + "maxEntityWidth": 1.5, + "//maxEntityHeight": "Max height of entities that can be picked up in survival mode", + "maxEntityHeight": 2.5, + "//blockSlownessMultiplier": "Slowness multiplier for blocks", + "blockSlownessMultiplier": 1.0, + "//entitySlownessMultiplier": "Slowness multiplier for entities", + "entitySlownessMultiplier": 1.0, + "//maxEntityStackLimit": "Maximum stack limit for entities", + "maxEntityStackLimit": 10, + "//heavyTiles": "More complex Tile Entities slow down the player more", + "heavyTiles": true, + "//pickupAllBlocks": "Allow all blocks to be picked up, not just Tile Entites. White/Blacklist will still be respected.", + "pickupAllBlocks": false, + "//slownessInCreative": "Whether Blocks and Entities slow the creative player down when carried", + "slownessInCreative": true, + "//pickupHostileMobs": "Whether hostile mobs should be able to picked up in survival mode", + "pickupHostileMobs": false, + "//heavyEntities": "Larger Entities slow down the player more", + "heavyEntities": true, + "//allowBabies": "Allow babies to be carried even when adult mob is blacklisted (or not whitelisted)", + "allowBabies": false, + "//useWhitelistBlocks": "Use Whitelist instead of Blacklist for Blocks", + "useWhitelistBlocks": false, + "//useWhitelistEntities": "Use Whitelist instead of Blacklist for Entities", + "useWhitelistEntities": false, + "//useWhitelistStacking": "Use Whitelist instead of Blacklist for Stacking", + "useWhitelistStacking": false, + "//hitWhileCarrying": "Whether the player can hit blocks and entities while carrying or not", + "hitWhileCarrying": false, + "//dropCarriedWhenHit": "Whether the player drops the carried object when hit or not", + "dropCarriedWhenHit": false, + "//useScripts": "Use custom Pickup Scripts. Having this set to false, will not allow you to run scripts, but will increase your performance", + "useScripts": false, + "//stackableEntities": "Allows entities to be stacked on top of each other", + "stackableEntities": true, + "//entitySizeMattersStacking": "Whether entities' size matters when stacking or not. This means that larger entities cannot be stacked on smaller ones", + "entitySizeMattersStacking": true, + "//placementStateExceptions": "Usually all the block state information is retained when placing a block that was picked up. But some information is changed to a modified property, like rotation or orientation. In this list, add additional properties that should NOT be saved and instead be updated when placed. Format: modid:block[propertyname]. Note: You don't need to add an entry for every subtype of a same block. For example, we only add an entry for one type of slab, but the change is applied to all slabs.", + "placementStateExceptions": [ + "minecraft:chest[type]", + "minecraft:stone_button[face]", + "minecraft:vine[north,east,south,west,up]", + "minecraft:creeper_head[rotation]", + "minecraft:glow_lichen[north,east,south,west,up,down]", + "minecraft:oak_sign[rotation]", + "minecraft:oak_trapdoor[half]" + ], + "//pickupPlayers": "Whether Players can be picked up. Creative players can't be picked up in Survival Mode", + "pickupPlayers": true + }, + "whitelist": { + "//whitelist": "Whitelist. Read about the format here: https://github.com/Tschipp/CarryOn/wiki/Black---and-Whitelist-Config", + "//allowedEntities": "Entities that CAN be picked up (useWhitelistEntities must be true)", + "allowedEntities": [], + "//allowedBlocks": "Blocks that CAN be picked up (useWhitelistBlocks must be true)", + "allowedBlocks": [], + "//allowedStacking": "Entities that CAN have other entities stacked on top of them (useWhitelistStacking must be true)", + "allowedStacking": [] + }, + "blacklist": { + "//blacklist": "Blacklist. Read about the format here: https://github.com/Tschipp/CarryOn/wiki/Black---and-Whitelist-Config", + "//forbiddenTiles": "Blocks that cannot be picked up", + "forbiddenTiles": [ + "#forge:immovable", + "#forge:relocation_not_supported", + "minecraft:end_portal", + "minecraft:piston_head", + "minecraft:end_gateway", + "minecraft:tall_grass", + "minecraft:large_fern", + "minecraft:peony", + "minecraft:rose_bush", + "minecraft:lilac", + "minecraft:sunflower", + "minecraft:*_bed", + "minecraft:*_door", + "minecraft:big_dripleaf_stem", + "minecraft:waterlily", + "minecraft:cake", + "minecraft:nether_portal", + "minecraft:tall_seagrass", + "animania:block_trough", + "animania:block_invisiblock", + "colossalchests:*", + "ic2:*", + "bigreactors:*", + "forestry:*", + "tconstruct:*", + "rustic:*", + "botania:*", + "astralsorcery:*", + "quark:colored_bed_*", + "immersiveengineering:*", + "embers:block_furnace", + "embers:ember_bore", + "embers:ember_activator", + "embers:mixer", + "embers:heat_coil", + "embers:large_tank", + "embers:crystal_cell", + "embers:alchemy_pedestal", + "embers:boiler", + "embers:combustor", + "embers:catalzyer", + "embers:field_chart", + "embers:inferno_forge", + "storagedrawers:framingtable", + "skyresources:*", + "lootbags:*", + "exsartagine:*", + "aquamunda:tank", + "opencomputers:*", + "malisisdoors:*", + "industrialforegoing:*", + "minecolonies:*", + "thaumcraft:pillar*", + "thaumcraft:infernal_furnace", + "thaumcraft:placeholder*", + "thaumcraft:infusion_matrix", + "thaumcraft:golem_builder", + "thaumcraft:thaumatorium*", + "magneticraft:oil_heater", + "magneticraft:solar_panel", + "magneticraft:steam_engine", + "magneticraft:shelving_unit", + "magneticraft:grinder", + "magneticraft:sieve", + "magneticraft:solar_tower", + "magneticraft:solar_mirror", + "magneticraft:container", + "magneticraft:pumpjack", + "magneticraft:solar_panel", + "magneticraft:refinery", + "magneticraft:oil_heater", + "magneticraft:hydraulic_press", + "magneticraft:multiblock_gap", + "refinedstorage:*", + "mcmultipart:*", + "enderstorage:*", + "betterstorage:*", + "practicallogistics2:*", + "wearablebackpacks:*", + "rftools:screen", + "rftools:creative_screen", + "create:*", + "magic_doorknob:*", + "iceandfire:*", + "ftbquests:*", + "waystones:*" + ], + "//forbiddenEntities": "Entities that cannot be picked up", + "forbiddenEntities": [ + "minecraft:end_crystal", + "minecraft:ender_dragon", + "minecraft:ghast", + "minecraft:shulker", + "minecraft:leash_knot", + "minecraft:armor_stand", + "minecraft:item_frame", + "minecraft:painting", + "minecraft:shulker_bullet", + "animania:hamster", + "animania:ferret*", + "animania:hedgehog*", + "animania:cart", + "animania:wagon", + "mynko:*", + "pixelmon:*", + "mocreatures:*", + "quark:totem", + "vehicle:*" + ], + "//forbiddenStacking": "Entities that cannot have other entities stacked on top of them", + "forbiddenStacking": [ + "minecraft:horse" + ] + }, + "customPickupConditions": { + "//customPickupConditions": "Custom Pickup Conditions. Read about the format here: https://github.com/Tschipp/CarryOn/wiki/Custom-Pickup-Condition-Config", + "//customPickupConditionsBlocks": "Custom Pickup Conditions for Blocks", + "customPickupConditionsBlocks": [], + "//customPickupConditionsEntities": "Custom Pickup Conditions for Entities", + "customPickupConditionsEntities": [] + } +} \ No newline at end of file diff --git a/config/chefsdelightconfig.properties b/config/chefsdelightconfig.properties new file mode 100644 index 0000000..023afc2 --- /dev/null +++ b/config/chefsdelightconfig.properties @@ -0,0 +1,7 @@ +plains_chef_house=2 #int | default: 2 +plains_cook_house=1 #int | default: 1 +desert_chef_house=4 #int | default: 4 +desert_cook_house=1 #int | default: 1 +taiga_chef_house=1 #int | default: 1 +taiga_cook_house=2 #int | default: 2 + diff --git a/config/chiselsandbits-client.json b/config/chiselsandbits-client.json new file mode 100644 index 0000000..0040f0a --- /dev/null +++ b/config/chiselsandbits-client.json @@ -0,0 +1,109 @@ +{ + "settings": { + "bit-bag": { + "invert-durability-bar-indication": false + }, + "placement": { + "render-mode": { + "success": "GHOST_BLOCK_MODEL", + "failed": "GHOST_BLOCK_MODEL_SOLID_COLOR" + }, + "color": { + "success": { + "field_21486": 0.1882353, + "field_21487": 0.47058824, + "field_21488": 0.7882353, + "field_21489": 0.7058824 + }, + "not-fitting": { + "field_21486": 0.7176471, + "field_21487": 0.25490198, + "field_21488": 0.05490196, + "field_21489": 0.7058824 + }, + "missing-bits-or-space": { + "field_21486": 1.0, + "field_21487": 0.85882354, + "field_21488": 0.34509805, + "field_21489": 0.7058824 + } + } + }, + "chiseling-previews": { + "default": { + "colors": { + "chiseling": [ + 0.85, + 0.0, + 0.0, + 0.65 + ], + "placement": [ + 0.0, + 0.85, + 0.0, + 0.65 + ] + } + }, + "debug": { + "mutator": { + "colors": { + "chiseling": [ + 0.0, + 0.0, + 0.85, + 0.65 + ], + "placement": [ + 0.85, + 0.85, + 0.0, + 0.65 + ] + } + }, + "enabled": false + }, + "renderer": "chiselsandbits:default" + }, + "selected-tool-mode-icons": { + "renderer": "chiselsandbits:group" + }, + "clipboard": { + "size": 64, + "add-broken-blocks": true, + "add-picked-blocks": true + }, + "patterns": { + "export-path": "./chiselsandbits/patterns" + }, + "warnings": { + "show-cool-down-error": false + }, + "invert-pick-block-behaviour": false + }, + "performance": { + "caches": { + "sizes": { + "bit-storage-content-models": 100, + "block-models": 10000, + "block-faces": 1000000, + "cull-testing": 3500, + "stack-models": 100 + } + }, + "lighting": { + "extract-lighting-values-from-faces": true, + "extract-lighting-values-from-blockstates": false + }, + "model-building": { + "thread-count": 16 + } + }, + "gui": { + "radial-menu": { + "display-mouse-indicator": false + } + } +} \ No newline at end of file diff --git a/config/chiselsandbits-common.json b/config/chiselsandbits-common.json new file mode 100644 index 0000000..4025dd6 --- /dev/null +++ b/config/chiselsandbits-common.json @@ -0,0 +1,15 @@ +{ + "help": { + "enabled-in-tooltips": true + }, + "performance": { + "caches": { + "sizes": { + "collision-boxes": 10000 + } + }, + "saving": { + "thread-count": 16 + } + } +} \ No newline at end of file diff --git a/config/chiselsandbits-server.json b/config/chiselsandbits-server.json new file mode 100644 index 0000000..890137a --- /dev/null +++ b/config/chiselsandbits-server.json @@ -0,0 +1,13 @@ +{ + "balancing": { + "blacklist-random-ticking-blocks": false, + "enable-compatibility-mode": false, + "bit-bag-stack-size": 512, + "change-tracker-size": 20, + "delete-excess-bits": true, + "light-factor-multiplier": 1.0 + }, + "style": { + "bit-size": "ONE_SIXTEENTH" + } +} \ No newline at end of file diff --git a/config/clienttweaks.toml b/config/clienttweaks.toml new file mode 100644 index 0000000..5e5c540 --- /dev/null +++ b/config/clienttweaks.toml @@ -0,0 +1,22 @@ +[tweaks] +autoClimbLadder = true +doNotUseLastTorch = false +hideOffhandItem = false +hideOwnParticleEffects = false +hideShieldUnlessHoldingWeapon = true +noOffhandTorchAtAll = false +noOffhandTorchWithBlock = true +noOffhandTorchWithFood = true +noOffhandTorchWithEmptyHand = false +offhandTorchWithToolOnly = false +disableStepAssist = true +disableLogStripping = false +masterVolumeSlider = true +musicVolumeSlider = true +paneBuildingSupport = true +noRecipeBookShifting = false +[customization] +torchItems = ["minecraft:torch", "minecraft:soul_torch", "tconstruct:stone_torch"] +torchTools = ["minecraft:wooden_pickaxe", "minecraft:stone_pickaxe", "minecraft:iron_pickaxe", "minecraft:golden_pickaxe", "minecraft:diamond_pickaxe", "minecraft:netherite_pickaxe", "tconstruct:pickaxe", "tconstruct:hammer"] +shieldWeapons = ["tetra:modular_sword"] +shieldItems = ["basicshields:wooden_shield", "basicshields:golden_shield", "basicshields:diamond_shield", "basicshields:netherite_shield"] diff --git a/config/compressor/compressor.properties b/config/compressor/compressor.properties new file mode 100644 index 0000000..a8bb471 --- /dev/null +++ b/config/compressor/compressor.properties @@ -0,0 +1,10 @@ +# Compressor Configs +# Sun Oct 23 17:05:16 CEST 2022 + +# Lock Compressor configs from being regenerated +compressorConfigLocked = true +# Lock Compressor resources from being regenerated +compressorResourceLocked = true + +# Hide Compressor's ResourcePack from the GUI +hideResourcePack = true diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_andesite.json new file mode 100644 index 0000000..d752ac4 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_andesite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/compressed_andesite" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_basalt.json new file mode 100644 index 0000000..2c67d5b --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_basalt.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/compressed_basalt" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_blackstone.json new file mode 100644 index 0000000..92cd044 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_blackstone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/compressed_blackstone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_cobbled_deepslate.json new file mode 100644 index 0000000..76c6e0e --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_cobbled_deepslate.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/compressed_cobbled_deepslate" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_cobblestone.json new file mode 100644 index 0000000..ad45fb0 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_cobblestone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/compressed_cobblestone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_deepslate.json new file mode 100644 index 0000000..0938f4a --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_deepslate.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/compressed_deepslate" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_diorite.json new file mode 100644 index 0000000..ba474b2 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_diorite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/compressed_diorite" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_dirt.json new file mode 100644 index 0000000..3c5ec9e --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_dirt.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/compressed_dirt" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_end_stone.json new file mode 100644 index 0000000..292001c --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_end_stone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/compressed_end_stone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_granite.json new file mode 100644 index 0000000..f1b1078 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_granite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/compressed_granite" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_gravel.json new file mode 100644 index 0000000..76a78d3 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_gravel.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/compressed_gravel" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_netherrack.json new file mode 100644 index 0000000..630c66f --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_netherrack.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/compressed_netherrack" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_sand.json new file mode 100644 index 0000000..eb68c36 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_sand.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/compressed_sand" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_stone.json new file mode 100644 index 0000000..ec0b9f7 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_stone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/compressed_stone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_andesite.json new file mode 100644 index 0000000..b175a8c --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_andesite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/double_compressed_andesite" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_basalt.json new file mode 100644 index 0000000..b8ac442 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_basalt.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/double_compressed_basalt" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_blackstone.json new file mode 100644 index 0000000..d2c5f73 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_blackstone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/double_compressed_blackstone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_cobbled_deepslate.json new file mode 100644 index 0000000..131f004 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_cobbled_deepslate.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/double_compressed_cobbled_deepslate" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_cobblestone.json new file mode 100644 index 0000000..797b888 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_cobblestone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/double_compressed_cobblestone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_deepslate.json new file mode 100644 index 0000000..1d5ce89 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_deepslate.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/double_compressed_deepslate" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_diorite.json new file mode 100644 index 0000000..00cc1ab --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_diorite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/double_compressed_diorite" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_dirt.json new file mode 100644 index 0000000..d6e0d88 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_dirt.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/double_compressed_dirt" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_end_stone.json new file mode 100644 index 0000000..403ccf1 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_end_stone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/double_compressed_end_stone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_granite.json new file mode 100644 index 0000000..fc72b8c --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_granite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/double_compressed_granite" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_gravel.json new file mode 100644 index 0000000..dc3ae96 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_gravel.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/double_compressed_gravel" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_netherrack.json new file mode 100644 index 0000000..5200923 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_netherrack.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/double_compressed_netherrack" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_sand.json new file mode 100644 index 0000000..c20cc1b --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_sand.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/double_compressed_sand" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_stone.json new file mode 100644 index 0000000..1e95c6b --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_stone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/double_compressed_stone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_andesite.json new file mode 100644 index 0000000..b507149 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_andesite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/octuple_compressed_andesite" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_basalt.json new file mode 100644 index 0000000..9257a04 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_basalt.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/octuple_compressed_basalt" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_blackstone.json new file mode 100644 index 0000000..6b54213 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_blackstone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/octuple_compressed_blackstone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_cobbled_deepslate.json new file mode 100644 index 0000000..45e8743 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_cobbled_deepslate.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/octuple_compressed_cobbled_deepslate" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_cobblestone.json new file mode 100644 index 0000000..b0751a1 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_cobblestone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/octuple_compressed_cobblestone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_deepslate.json new file mode 100644 index 0000000..60a4cf3 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_deepslate.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/octuple_compressed_deepslate" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_diorite.json new file mode 100644 index 0000000..bf40fc8 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_diorite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/octuple_compressed_diorite" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_dirt.json new file mode 100644 index 0000000..4ee9be5 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_dirt.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/octuple_compressed_dirt" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_end_stone.json new file mode 100644 index 0000000..9a60893 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_end_stone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/octuple_compressed_end_stone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_granite.json new file mode 100644 index 0000000..adfbe7e --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_granite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/octuple_compressed_granite" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_gravel.json new file mode 100644 index 0000000..bddee78 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_gravel.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/octuple_compressed_gravel" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_netherrack.json new file mode 100644 index 0000000..4a3f2d2 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_netherrack.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/octuple_compressed_netherrack" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_sand.json new file mode 100644 index 0000000..86e9fc5 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_sand.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/octuple_compressed_sand" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_stone.json new file mode 100644 index 0000000..64d6e0b --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_stone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/octuple_compressed_stone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_andesite.json new file mode 100644 index 0000000..5f37a4a --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_andesite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quadruple_compressed_andesite" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_basalt.json new file mode 100644 index 0000000..03ccd74 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_basalt.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quadruple_compressed_basalt" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_blackstone.json new file mode 100644 index 0000000..f276cf8 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_blackstone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quadruple_compressed_blackstone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_cobbled_deepslate.json new file mode 100644 index 0000000..b6919c4 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_cobbled_deepslate.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quadruple_compressed_cobbled_deepslate" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_cobblestone.json new file mode 100644 index 0000000..01e9e40 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_cobblestone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quadruple_compressed_cobblestone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_deepslate.json new file mode 100644 index 0000000..6629ba6 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_deepslate.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quadruple_compressed_deepslate" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_diorite.json new file mode 100644 index 0000000..1bd8dd5 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_diorite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quadruple_compressed_diorite" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_dirt.json new file mode 100644 index 0000000..5416ff6 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_dirt.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quadruple_compressed_dirt" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_end_stone.json new file mode 100644 index 0000000..bf14630 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_end_stone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quadruple_compressed_end_stone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_granite.json new file mode 100644 index 0000000..25e4f21 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_granite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quadruple_compressed_granite" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_gravel.json new file mode 100644 index 0000000..ad03f59 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_gravel.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quadruple_compressed_gravel" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_netherrack.json new file mode 100644 index 0000000..2b8af60 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_netherrack.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quadruple_compressed_netherrack" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_sand.json new file mode 100644 index 0000000..16dc1ba --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_sand.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quadruple_compressed_sand" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_stone.json new file mode 100644 index 0000000..69906cb --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_stone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quadruple_compressed_stone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_andesite.json new file mode 100644 index 0000000..1fbd772 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_andesite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quintuple_compressed_andesite" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_basalt.json new file mode 100644 index 0000000..c1a99a1 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_basalt.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quintuple_compressed_basalt" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_blackstone.json new file mode 100644 index 0000000..17173c9 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_blackstone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quintuple_compressed_blackstone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_cobbled_deepslate.json new file mode 100644 index 0000000..eefb402 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_cobbled_deepslate.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quintuple_compressed_cobbled_deepslate" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_cobblestone.json new file mode 100644 index 0000000..88de000 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_cobblestone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quintuple_compressed_cobblestone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_deepslate.json new file mode 100644 index 0000000..cf0e7d5 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_deepslate.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quintuple_compressed_deepslate" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_diorite.json new file mode 100644 index 0000000..39d4d6e --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_diorite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quintuple_compressed_diorite" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_dirt.json new file mode 100644 index 0000000..aa60972 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_dirt.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quintuple_compressed_dirt" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_end_stone.json new file mode 100644 index 0000000..2617fea --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_end_stone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quintuple_compressed_end_stone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_granite.json new file mode 100644 index 0000000..2bc8f69 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_granite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quintuple_compressed_granite" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_gravel.json new file mode 100644 index 0000000..edd5588 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_gravel.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quintuple_compressed_gravel" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_netherrack.json new file mode 100644 index 0000000..39774cd --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_netherrack.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quintuple_compressed_netherrack" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_sand.json new file mode 100644 index 0000000..5e943db --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_sand.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quintuple_compressed_sand" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_stone.json new file mode 100644 index 0000000..2410569 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_stone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quintuple_compressed_stone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_andesite.json new file mode 100644 index 0000000..f54e22f --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_andesite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/septuple_compressed_andesite" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_basalt.json new file mode 100644 index 0000000..62422d7 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_basalt.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/septuple_compressed_basalt" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_blackstone.json new file mode 100644 index 0000000..0206e17 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_blackstone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/septuple_compressed_blackstone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_cobbled_deepslate.json new file mode 100644 index 0000000..95a832d --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_cobbled_deepslate.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/septuple_compressed_cobbled_deepslate" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_cobblestone.json new file mode 100644 index 0000000..79771de --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_cobblestone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/septuple_compressed_cobblestone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_deepslate.json new file mode 100644 index 0000000..07c8a70 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_deepslate.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/septuple_compressed_deepslate" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_diorite.json new file mode 100644 index 0000000..d925cbc --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_diorite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/septuple_compressed_diorite" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_dirt.json new file mode 100644 index 0000000..10d997a --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_dirt.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/septuple_compressed_dirt" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_end_stone.json new file mode 100644 index 0000000..6170a47 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_end_stone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/septuple_compressed_end_stone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_granite.json new file mode 100644 index 0000000..5795056 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_granite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/septuple_compressed_granite" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_gravel.json new file mode 100644 index 0000000..6654f64 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_gravel.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/septuple_compressed_gravel" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_netherrack.json new file mode 100644 index 0000000..cf74972 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_netherrack.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/septuple_compressed_netherrack" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_sand.json new file mode 100644 index 0000000..7c2da5e --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_sand.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/septuple_compressed_sand" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_stone.json new file mode 100644 index 0000000..39dc24f --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_stone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/septuple_compressed_stone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_andesite.json new file mode 100644 index 0000000..0b78248 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_andesite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/sextuple_compressed_andesite" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_basalt.json new file mode 100644 index 0000000..09599fe --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_basalt.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/sextuple_compressed_basalt" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_blackstone.json new file mode 100644 index 0000000..670d7f8 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_blackstone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/sextuple_compressed_blackstone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_cobbled_deepslate.json new file mode 100644 index 0000000..7aaea1b --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_cobbled_deepslate.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/sextuple_compressed_cobbled_deepslate" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_cobblestone.json new file mode 100644 index 0000000..b49623c --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_cobblestone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/sextuple_compressed_cobblestone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_deepslate.json new file mode 100644 index 0000000..3659f7a --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_deepslate.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/sextuple_compressed_deepslate" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_diorite.json new file mode 100644 index 0000000..f2d2d5a --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_diorite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/sextuple_compressed_diorite" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_dirt.json new file mode 100644 index 0000000..4d9f059 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_dirt.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/sextuple_compressed_dirt" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_end_stone.json new file mode 100644 index 0000000..dbcddb5 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_end_stone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/sextuple_compressed_end_stone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_granite.json new file mode 100644 index 0000000..52a8b29 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_granite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/sextuple_compressed_granite" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_gravel.json new file mode 100644 index 0000000..548be59 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_gravel.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/sextuple_compressed_gravel" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_netherrack.json new file mode 100644 index 0000000..b720270 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_netherrack.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/sextuple_compressed_netherrack" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_sand.json new file mode 100644 index 0000000..921db1d --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_sand.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/sextuple_compressed_sand" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_stone.json new file mode 100644 index 0000000..f5855e1 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_stone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/sextuple_compressed_stone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_andesite.json new file mode 100644 index 0000000..821d0f9 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_andesite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/triple_compressed_andesite" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_basalt.json new file mode 100644 index 0000000..a7f5aaa --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_basalt.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/triple_compressed_basalt" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_blackstone.json new file mode 100644 index 0000000..3acf9bb --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_blackstone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/triple_compressed_blackstone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_cobbled_deepslate.json new file mode 100644 index 0000000..d43d088 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_cobbled_deepslate.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/triple_compressed_cobbled_deepslate" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_cobblestone.json new file mode 100644 index 0000000..6d3343d --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_cobblestone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/triple_compressed_cobblestone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_deepslate.json new file mode 100644 index 0000000..7d4bf2d --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_deepslate.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/triple_compressed_deepslate" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_diorite.json new file mode 100644 index 0000000..8451956 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_diorite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/triple_compressed_diorite" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_dirt.json new file mode 100644 index 0000000..bd5178d --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_dirt.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/triple_compressed_dirt" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_end_stone.json new file mode 100644 index 0000000..93be39e --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_end_stone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/triple_compressed_end_stone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_granite.json new file mode 100644 index 0000000..a910080 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_granite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/triple_compressed_granite" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_gravel.json new file mode 100644 index 0000000..255b9b7 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_gravel.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/triple_compressed_gravel" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_netherrack.json new file mode 100644 index 0000000..4b0f263 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_netherrack.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/triple_compressed_netherrack" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_sand.json new file mode 100644 index 0000000..888e4dd --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_sand.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/triple_compressed_sand" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_stone.json new file mode 100644 index 0000000..899a6e3 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_stone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/triple_compressed_stone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_andesite.json new file mode 100644 index 0000000..6ed13d3 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_andesite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_andesite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_basalt.json new file mode 100644 index 0000000..c5c71cd --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_basalt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_basalt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_blackstone.json new file mode 100644 index 0000000..c77f5a4 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_blackstone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_blackstone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_cobbled_deepslate.json new file mode 100644 index 0000000..2a1048e --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_cobbled_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_cobbled_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_cobblestone.json new file mode 100644 index 0000000..d6d6ded --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_cobblestone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_cobblestone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_deepslate.json new file mode 100644 index 0000000..32b6c3e --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_diorite.json new file mode 100644 index 0000000..8d733e8 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_diorite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_diorite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_dirt.json new file mode 100644 index 0000000..4c32dbb --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_dirt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_dirt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_end_stone.json new file mode 100644 index 0000000..d8916af --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_end_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_end_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_granite.json new file mode 100644 index 0000000..81a35d2 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_granite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_granite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_gravel.json new file mode 100644 index 0000000..2607a00 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_gravel.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_gravel" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_netherrack.json new file mode 100644 index 0000000..4916d72 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_netherrack.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_netherrack" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_sand.json new file mode 100644 index 0000000..851d8dc --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_sand.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_sand" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_stone.json new file mode 100644 index 0000000..e233bb9 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_andesite.json new file mode 100644 index 0000000..deb5916 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_andesite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_andesite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_basalt.json new file mode 100644 index 0000000..803eeb3 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_basalt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_basalt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_blackstone.json new file mode 100644 index 0000000..75c9b9a --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_blackstone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_blackstone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_cobbled_deepslate.json new file mode 100644 index 0000000..ea587ef --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_cobbled_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_cobbled_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_cobblestone.json new file mode 100644 index 0000000..9152844 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_cobblestone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_cobblestone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_deepslate.json new file mode 100644 index 0000000..fb1ba9d --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_diorite.json new file mode 100644 index 0000000..c923eb6 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_diorite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_diorite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_dirt.json new file mode 100644 index 0000000..80743ed --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_dirt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_dirt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_end_stone.json new file mode 100644 index 0000000..6750da4 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_end_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_end_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_granite.json new file mode 100644 index 0000000..f9c6205 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_granite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_granite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_gravel.json new file mode 100644 index 0000000..52e839e --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_gravel.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_gravel" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_netherrack.json new file mode 100644 index 0000000..e91450c --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_netherrack.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_netherrack" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_sand.json new file mode 100644 index 0000000..ecb29ad --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_sand.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_sand" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_stone.json new file mode 100644 index 0000000..602f51c --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_andesite.json new file mode 100644 index 0000000..c810a58 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_andesite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_andesite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_basalt.json new file mode 100644 index 0000000..3598784 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_basalt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_basalt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_blackstone.json new file mode 100644 index 0000000..b8cad8e --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_blackstone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_blackstone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_cobbled_deepslate.json new file mode 100644 index 0000000..b462099 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_cobbled_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_cobbled_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_cobblestone.json new file mode 100644 index 0000000..d5319f1 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_cobblestone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_cobblestone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_deepslate.json new file mode 100644 index 0000000..02a0208 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_diorite.json new file mode 100644 index 0000000..2377a51 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_diorite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_diorite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_dirt.json new file mode 100644 index 0000000..000e42a --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_dirt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_dirt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_end_stone.json new file mode 100644 index 0000000..043aad9 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_end_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_end_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_granite.json new file mode 100644 index 0000000..6b409c6 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_granite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_granite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_gravel.json new file mode 100644 index 0000000..21e8342 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_gravel.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_gravel" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_netherrack.json new file mode 100644 index 0000000..5e4b513 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_netherrack.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_netherrack" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_sand.json new file mode 100644 index 0000000..1c0570a --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_sand.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_sand" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_stone.json new file mode 100644 index 0000000..ffa58de --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_andesite.json new file mode 100644 index 0000000..75ea83f --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_andesite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_andesite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_basalt.json new file mode 100644 index 0000000..9010b16 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_basalt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_basalt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_blackstone.json new file mode 100644 index 0000000..e3c0ab9 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_blackstone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_blackstone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_cobbled_deepslate.json new file mode 100644 index 0000000..b5628f2 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_cobbled_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_cobbled_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_cobblestone.json new file mode 100644 index 0000000..93f8f60 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_cobblestone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_cobblestone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_deepslate.json new file mode 100644 index 0000000..367c200 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_diorite.json new file mode 100644 index 0000000..a6ba903 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_diorite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_diorite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_dirt.json new file mode 100644 index 0000000..544fe5b --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_dirt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_dirt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_end_stone.json new file mode 100644 index 0000000..a764c15 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_end_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_end_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_granite.json new file mode 100644 index 0000000..2061c2f --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_granite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_granite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_gravel.json new file mode 100644 index 0000000..77b0b9f --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_gravel.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_gravel" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_netherrack.json new file mode 100644 index 0000000..4b2d386 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_netherrack.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_netherrack" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_sand.json new file mode 100644 index 0000000..d8dc57f --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_sand.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_sand" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_stone.json new file mode 100644 index 0000000..1d7d1f8 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_andesite.json new file mode 100644 index 0000000..8dfed6a --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_andesite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_andesite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_basalt.json new file mode 100644 index 0000000..8de1209 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_basalt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_basalt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_blackstone.json new file mode 100644 index 0000000..2d10ad3 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_blackstone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_blackstone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_cobbled_deepslate.json new file mode 100644 index 0000000..764be93 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_cobbled_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_cobbled_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_cobblestone.json new file mode 100644 index 0000000..ab2f378 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_cobblestone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_cobblestone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_deepslate.json new file mode 100644 index 0000000..a619752 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_diorite.json new file mode 100644 index 0000000..9d4a4dc --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_diorite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_diorite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_dirt.json new file mode 100644 index 0000000..4687c49 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_dirt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_dirt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_end_stone.json new file mode 100644 index 0000000..59f8b3a --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_end_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_end_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_granite.json new file mode 100644 index 0000000..f4bfaf8 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_granite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_granite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_gravel.json new file mode 100644 index 0000000..d30db38 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_gravel.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_gravel" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_netherrack.json new file mode 100644 index 0000000..c5b3a3d --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_netherrack.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_netherrack" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_sand.json new file mode 100644 index 0000000..b692ec3 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_sand.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_sand" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_stone.json new file mode 100644 index 0000000..eab3ca7 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_andesite.json new file mode 100644 index 0000000..7e97c84 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_andesite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_andesite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_basalt.json new file mode 100644 index 0000000..c8afdb1 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_basalt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_basalt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_blackstone.json new file mode 100644 index 0000000..ab4968d --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_blackstone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_blackstone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_cobbled_deepslate.json new file mode 100644 index 0000000..3d377dd --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_cobbled_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_cobbled_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_cobblestone.json new file mode 100644 index 0000000..9344d47 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_cobblestone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_cobblestone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_deepslate.json new file mode 100644 index 0000000..a185303 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_diorite.json new file mode 100644 index 0000000..1a075bb --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_diorite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_diorite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_dirt.json new file mode 100644 index 0000000..2ba9811 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_dirt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_dirt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_end_stone.json new file mode 100644 index 0000000..ca5b063 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_end_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_end_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_granite.json new file mode 100644 index 0000000..435096d --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_granite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_granite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_gravel.json new file mode 100644 index 0000000..1d1ab7a --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_gravel.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_gravel" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_netherrack.json new file mode 100644 index 0000000..978536c --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_netherrack.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_netherrack" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_sand.json new file mode 100644 index 0000000..bedd2d0 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_sand.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_sand" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_stone.json new file mode 100644 index 0000000..7d88e2b --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_andesite.json new file mode 100644 index 0000000..e977a25 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_andesite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_andesite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_basalt.json new file mode 100644 index 0000000..97f44ce --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_basalt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_basalt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_blackstone.json new file mode 100644 index 0000000..b6b52dc --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_blackstone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_blackstone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_cobbled_deepslate.json new file mode 100644 index 0000000..32a93e8 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_cobbled_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_cobbled_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_cobblestone.json new file mode 100644 index 0000000..48286f1 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_cobblestone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_cobblestone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_deepslate.json new file mode 100644 index 0000000..914b351 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_diorite.json new file mode 100644 index 0000000..7a67979 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_diorite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_diorite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_dirt.json new file mode 100644 index 0000000..b028428 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_dirt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_dirt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_end_stone.json new file mode 100644 index 0000000..13b6490 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_end_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_end_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_granite.json new file mode 100644 index 0000000..e0f8ccb --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_granite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_granite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_gravel.json new file mode 100644 index 0000000..9cc4586 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_gravel.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_gravel" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_netherrack.json new file mode 100644 index 0000000..cff6216 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_netherrack.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_netherrack" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_sand.json new file mode 100644 index 0000000..685bf84 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_sand.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_sand" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_stone.json new file mode 100644 index 0000000..f88fc2a --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_andesite.json new file mode 100644 index 0000000..367db69 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_andesite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_andesite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_basalt.json new file mode 100644 index 0000000..eecc872 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_basalt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_basalt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_blackstone.json new file mode 100644 index 0000000..f5ebd49 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_blackstone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_blackstone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_cobbled_deepslate.json new file mode 100644 index 0000000..6118514 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_cobbled_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_cobbled_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_cobblestone.json new file mode 100644 index 0000000..841a3ed --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_cobblestone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_cobblestone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_deepslate.json new file mode 100644 index 0000000..28620cc --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_diorite.json new file mode 100644 index 0000000..b080d1b --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_diorite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_diorite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_dirt.json new file mode 100644 index 0000000..9d8ffef --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_dirt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_dirt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_end_stone.json new file mode 100644 index 0000000..0ef6bb1 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_end_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_end_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_granite.json new file mode 100644 index 0000000..7cf2bb7 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_granite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_granite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_gravel.json new file mode 100644 index 0000000..58a1019 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_gravel.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_gravel" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_netherrack.json new file mode 100644 index 0000000..b19d8cd --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_netherrack.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_netherrack" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_sand.json new file mode 100644 index 0000000..7f95a6b --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_sand.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_sand" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_stone.json new file mode 100644 index 0000000..8100edf --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_andesite.json new file mode 100644 index 0000000..6ed13d3 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_andesite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_andesite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_basalt.json new file mode 100644 index 0000000..c5c71cd --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_basalt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_basalt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_blackstone.json new file mode 100644 index 0000000..c77f5a4 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_blackstone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_blackstone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_cobbled_deepslate.json new file mode 100644 index 0000000..2a1048e --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_cobbled_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_cobbled_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_cobblestone.json new file mode 100644 index 0000000..d6d6ded --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_cobblestone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_cobblestone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_deepslate.json new file mode 100644 index 0000000..32b6c3e --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_diorite.json new file mode 100644 index 0000000..8d733e8 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_diorite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_diorite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_dirt.json new file mode 100644 index 0000000..4c32dbb --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_dirt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_dirt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_end_stone.json new file mode 100644 index 0000000..d8916af --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_end_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_end_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_granite.json new file mode 100644 index 0000000..81a35d2 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_granite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_granite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_gravel.json new file mode 100644 index 0000000..2607a00 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_gravel.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_gravel" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_netherrack.json new file mode 100644 index 0000000..4916d72 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_netherrack.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_netherrack" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_sand.json new file mode 100644 index 0000000..851d8dc --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_sand.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_sand" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_stone.json new file mode 100644 index 0000000..e233bb9 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_andesite.json new file mode 100644 index 0000000..deb5916 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_andesite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_andesite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_basalt.json new file mode 100644 index 0000000..803eeb3 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_basalt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_basalt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_blackstone.json new file mode 100644 index 0000000..75c9b9a --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_blackstone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_blackstone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_cobbled_deepslate.json new file mode 100644 index 0000000..ea587ef --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_cobbled_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_cobbled_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_cobblestone.json new file mode 100644 index 0000000..9152844 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_cobblestone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_cobblestone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_deepslate.json new file mode 100644 index 0000000..fb1ba9d --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_diorite.json new file mode 100644 index 0000000..c923eb6 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_diorite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_diorite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_dirt.json new file mode 100644 index 0000000..80743ed --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_dirt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_dirt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_end_stone.json new file mode 100644 index 0000000..6750da4 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_end_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_end_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_granite.json new file mode 100644 index 0000000..f9c6205 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_granite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_granite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_gravel.json new file mode 100644 index 0000000..52e839e --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_gravel.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_gravel" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_netherrack.json new file mode 100644 index 0000000..e91450c --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_netherrack.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_netherrack" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_sand.json new file mode 100644 index 0000000..ecb29ad --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_sand.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_sand" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_stone.json new file mode 100644 index 0000000..602f51c --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_andesite.json new file mode 100644 index 0000000..c810a58 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_andesite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_andesite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_basalt.json new file mode 100644 index 0000000..3598784 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_basalt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_basalt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_blackstone.json new file mode 100644 index 0000000..b8cad8e --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_blackstone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_blackstone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_cobbled_deepslate.json new file mode 100644 index 0000000..b462099 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_cobbled_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_cobbled_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_cobblestone.json new file mode 100644 index 0000000..d5319f1 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_cobblestone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_cobblestone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_deepslate.json new file mode 100644 index 0000000..02a0208 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_diorite.json new file mode 100644 index 0000000..2377a51 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_diorite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_diorite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_dirt.json new file mode 100644 index 0000000..000e42a --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_dirt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_dirt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_end_stone.json new file mode 100644 index 0000000..043aad9 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_end_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_end_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_granite.json new file mode 100644 index 0000000..6b409c6 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_granite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_granite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_gravel.json new file mode 100644 index 0000000..21e8342 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_gravel.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_gravel" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_netherrack.json new file mode 100644 index 0000000..5e4b513 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_netherrack.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_netherrack" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_sand.json new file mode 100644 index 0000000..1c0570a --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_sand.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_sand" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_stone.json new file mode 100644 index 0000000..ffa58de --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_andesite.json new file mode 100644 index 0000000..75ea83f --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_andesite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_andesite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_basalt.json new file mode 100644 index 0000000..9010b16 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_basalt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_basalt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_blackstone.json new file mode 100644 index 0000000..e3c0ab9 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_blackstone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_blackstone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_cobbled_deepslate.json new file mode 100644 index 0000000..b5628f2 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_cobbled_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_cobbled_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_cobblestone.json new file mode 100644 index 0000000..93f8f60 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_cobblestone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_cobblestone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_deepslate.json new file mode 100644 index 0000000..367c200 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_diorite.json new file mode 100644 index 0000000..a6ba903 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_diorite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_diorite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_dirt.json new file mode 100644 index 0000000..544fe5b --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_dirt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_dirt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_end_stone.json new file mode 100644 index 0000000..a764c15 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_end_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_end_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_granite.json new file mode 100644 index 0000000..2061c2f --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_granite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_granite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_gravel.json new file mode 100644 index 0000000..77b0b9f --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_gravel.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_gravel" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_netherrack.json new file mode 100644 index 0000000..4b2d386 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_netherrack.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_netherrack" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_sand.json new file mode 100644 index 0000000..d8dc57f --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_sand.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_sand" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_stone.json new file mode 100644 index 0000000..1d7d1f8 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_andesite.json new file mode 100644 index 0000000..8dfed6a --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_andesite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_andesite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_basalt.json new file mode 100644 index 0000000..8de1209 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_basalt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_basalt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_blackstone.json new file mode 100644 index 0000000..2d10ad3 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_blackstone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_blackstone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_cobbled_deepslate.json new file mode 100644 index 0000000..764be93 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_cobbled_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_cobbled_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_cobblestone.json new file mode 100644 index 0000000..ab2f378 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_cobblestone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_cobblestone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_deepslate.json new file mode 100644 index 0000000..a619752 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_diorite.json new file mode 100644 index 0000000..9d4a4dc --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_diorite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_diorite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_dirt.json new file mode 100644 index 0000000..4687c49 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_dirt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_dirt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_end_stone.json new file mode 100644 index 0000000..59f8b3a --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_end_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_end_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_granite.json new file mode 100644 index 0000000..f4bfaf8 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_granite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_granite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_gravel.json new file mode 100644 index 0000000..d30db38 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_gravel.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_gravel" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_netherrack.json new file mode 100644 index 0000000..c5b3a3d --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_netherrack.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_netherrack" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_sand.json new file mode 100644 index 0000000..b692ec3 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_sand.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_sand" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_stone.json new file mode 100644 index 0000000..eab3ca7 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_andesite.json new file mode 100644 index 0000000..7e97c84 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_andesite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_andesite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_basalt.json new file mode 100644 index 0000000..c8afdb1 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_basalt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_basalt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_blackstone.json new file mode 100644 index 0000000..ab4968d --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_blackstone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_blackstone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_cobbled_deepslate.json new file mode 100644 index 0000000..3d377dd --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_cobbled_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_cobbled_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_cobblestone.json new file mode 100644 index 0000000..9344d47 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_cobblestone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_cobblestone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_deepslate.json new file mode 100644 index 0000000..a185303 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_diorite.json new file mode 100644 index 0000000..1a075bb --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_diorite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_diorite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_dirt.json new file mode 100644 index 0000000..2ba9811 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_dirt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_dirt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_end_stone.json new file mode 100644 index 0000000..ca5b063 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_end_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_end_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_granite.json new file mode 100644 index 0000000..435096d --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_granite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_granite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_gravel.json new file mode 100644 index 0000000..1d1ab7a --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_gravel.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_gravel" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_netherrack.json new file mode 100644 index 0000000..978536c --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_netherrack.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_netherrack" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_sand.json new file mode 100644 index 0000000..bedd2d0 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_sand.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_sand" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_stone.json new file mode 100644 index 0000000..7d88e2b --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_andesite.json new file mode 100644 index 0000000..e977a25 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_andesite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_andesite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_basalt.json new file mode 100644 index 0000000..97f44ce --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_basalt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_basalt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_blackstone.json new file mode 100644 index 0000000..b6b52dc --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_blackstone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_blackstone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_cobbled_deepslate.json new file mode 100644 index 0000000..32a93e8 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_cobbled_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_cobbled_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_cobblestone.json new file mode 100644 index 0000000..48286f1 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_cobblestone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_cobblestone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_deepslate.json new file mode 100644 index 0000000..914b351 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_diorite.json new file mode 100644 index 0000000..7a67979 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_diorite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_diorite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_dirt.json new file mode 100644 index 0000000..b028428 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_dirt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_dirt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_end_stone.json new file mode 100644 index 0000000..13b6490 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_end_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_end_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_granite.json new file mode 100644 index 0000000..e0f8ccb --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_granite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_granite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_gravel.json new file mode 100644 index 0000000..9cc4586 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_gravel.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_gravel" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_netherrack.json new file mode 100644 index 0000000..cff6216 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_netherrack.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_netherrack" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_sand.json new file mode 100644 index 0000000..685bf84 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_sand.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_sand" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_stone.json new file mode 100644 index 0000000..f88fc2a --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_andesite.json new file mode 100644 index 0000000..367db69 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_andesite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_andesite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_basalt.json new file mode 100644 index 0000000..eecc872 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_basalt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_basalt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_blackstone.json new file mode 100644 index 0000000..f5ebd49 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_blackstone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_blackstone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_cobbled_deepslate.json new file mode 100644 index 0000000..6118514 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_cobbled_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_cobbled_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_cobblestone.json new file mode 100644 index 0000000..841a3ed --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_cobblestone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_cobblestone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_deepslate.json new file mode 100644 index 0000000..28620cc --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_diorite.json new file mode 100644 index 0000000..b080d1b --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_diorite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_diorite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_dirt.json new file mode 100644 index 0000000..9d8ffef --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_dirt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_dirt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_end_stone.json new file mode 100644 index 0000000..0ef6bb1 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_end_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_end_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_granite.json new file mode 100644 index 0000000..7cf2bb7 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_granite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_granite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_gravel.json new file mode 100644 index 0000000..58a1019 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_gravel.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_gravel" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_netherrack.json new file mode 100644 index 0000000..b19d8cd --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_netherrack.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_netherrack" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_sand.json new file mode 100644 index 0000000..7f95a6b --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_sand.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_sand" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_stone.json new file mode 100644 index 0000000..8100edf --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_andesite.json new file mode 100644 index 0000000..79a6de8 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_andesite.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:compressed_andesite" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_basalt.json new file mode 100644 index 0000000..6a532e4 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_basalt.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:compressed_basalt" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_blackstone.json new file mode 100644 index 0000000..cffdb5e --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_blackstone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:compressed_blackstone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_cobbled_deepslate.json new file mode 100644 index 0000000..cdd559e --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_cobbled_deepslate.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:compressed_cobbled_deepslate" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_cobblestone.json new file mode 100644 index 0000000..483e1eb --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_cobblestone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:compressed_cobblestone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_deepslate.json new file mode 100644 index 0000000..47f922d --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_deepslate.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:compressed_deepslate" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_diorite.json new file mode 100644 index 0000000..e055f02 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_diorite.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:compressed_diorite" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_dirt.json new file mode 100644 index 0000000..14b8c97 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_dirt.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:compressed_dirt" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_end_stone.json new file mode 100644 index 0000000..aca8b70 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_end_stone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:compressed_end_stone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_granite.json new file mode 100644 index 0000000..741e6fd --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_granite.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:compressed_granite" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_gravel.json new file mode 100644 index 0000000..f82e350 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_gravel.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:compressed_gravel" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_netherrack.json new file mode 100644 index 0000000..8439ecd --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_netherrack.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:compressed_netherrack" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_sand.json new file mode 100644 index 0000000..6d1bfff --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_sand.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:compressed_sand" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_stone.json new file mode 100644 index 0000000..7bb38fa --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_stone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:compressed_stone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_andesite.json new file mode 100644 index 0000000..5c0c122 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_andesite.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:double_compressed_andesite" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_basalt.json new file mode 100644 index 0000000..e9e46b7 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_basalt.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:double_compressed_basalt" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_blackstone.json new file mode 100644 index 0000000..f4c4987 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_blackstone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:double_compressed_blackstone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_cobbled_deepslate.json new file mode 100644 index 0000000..2e68f4c --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_cobbled_deepslate.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:double_compressed_cobbled_deepslate" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_cobblestone.json new file mode 100644 index 0000000..deb3263 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_cobblestone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:double_compressed_cobblestone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_deepslate.json new file mode 100644 index 0000000..6c2622e --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_deepslate.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:double_compressed_deepslate" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_diorite.json new file mode 100644 index 0000000..8f9e5d9 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_diorite.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:double_compressed_diorite" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_dirt.json new file mode 100644 index 0000000..7e27e37 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_dirt.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:double_compressed_dirt" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_end_stone.json new file mode 100644 index 0000000..3cf89d2 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_end_stone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:double_compressed_end_stone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_granite.json new file mode 100644 index 0000000..c04258f --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_granite.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:double_compressed_granite" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_gravel.json new file mode 100644 index 0000000..c0bbfcf --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_gravel.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:double_compressed_gravel" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_netherrack.json new file mode 100644 index 0000000..3821bb2 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_netherrack.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:double_compressed_netherrack" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_sand.json new file mode 100644 index 0000000..7215db3 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_sand.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:double_compressed_sand" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_stone.json new file mode 100644 index 0000000..0e69dc4 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_stone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:double_compressed_stone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_andesite.json new file mode 100644 index 0000000..c85c8a2 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_andesite.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:octuple_compressed_andesite" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_basalt.json new file mode 100644 index 0000000..31409ab --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_basalt.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:octuple_compressed_basalt" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_blackstone.json new file mode 100644 index 0000000..824134e --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_blackstone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:octuple_compressed_blackstone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_cobbled_deepslate.json new file mode 100644 index 0000000..05b91b1 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_cobbled_deepslate.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:octuple_compressed_cobbled_deepslate" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_cobblestone.json new file mode 100644 index 0000000..b865f1e --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_cobblestone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:octuple_compressed_cobblestone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_deepslate.json new file mode 100644 index 0000000..2263e62 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_deepslate.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:octuple_compressed_deepslate" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_diorite.json new file mode 100644 index 0000000..a931dd3 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_diorite.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:octuple_compressed_diorite" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_dirt.json new file mode 100644 index 0000000..1c4aca4 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_dirt.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:octuple_compressed_dirt" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_end_stone.json new file mode 100644 index 0000000..5a958a4 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_end_stone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:octuple_compressed_end_stone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_granite.json new file mode 100644 index 0000000..838f4ce --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_granite.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:octuple_compressed_granite" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_gravel.json new file mode 100644 index 0000000..c94c6cb --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_gravel.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:octuple_compressed_gravel" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_netherrack.json new file mode 100644 index 0000000..03aa755 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_netherrack.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:octuple_compressed_netherrack" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_sand.json new file mode 100644 index 0000000..c3bdfc1 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_sand.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:octuple_compressed_sand" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_stone.json new file mode 100644 index 0000000..a6bfe42 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_stone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:octuple_compressed_stone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_andesite.json new file mode 100644 index 0000000..a59a5e5 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_andesite.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quadruple_compressed_andesite" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_basalt.json new file mode 100644 index 0000000..95568cd --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_basalt.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quadruple_compressed_basalt" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_blackstone.json new file mode 100644 index 0000000..af2e974 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_blackstone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quadruple_compressed_blackstone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_cobbled_deepslate.json new file mode 100644 index 0000000..c5aae19 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_cobbled_deepslate.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quadruple_compressed_cobbled_deepslate" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_cobblestone.json new file mode 100644 index 0000000..cc43f1c --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_cobblestone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quadruple_compressed_cobblestone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_deepslate.json new file mode 100644 index 0000000..9211f96 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_deepslate.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quadruple_compressed_deepslate" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_diorite.json new file mode 100644 index 0000000..6c840c8 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_diorite.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quadruple_compressed_diorite" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_dirt.json new file mode 100644 index 0000000..1352925 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_dirt.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quadruple_compressed_dirt" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_end_stone.json new file mode 100644 index 0000000..e738ea9 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_end_stone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quadruple_compressed_end_stone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_granite.json new file mode 100644 index 0000000..60ea49e --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_granite.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quadruple_compressed_granite" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_gravel.json new file mode 100644 index 0000000..f54057c --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_gravel.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quadruple_compressed_gravel" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_netherrack.json new file mode 100644 index 0000000..2b7630a --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_netherrack.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quadruple_compressed_netherrack" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_sand.json new file mode 100644 index 0000000..6b41460 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_sand.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quadruple_compressed_sand" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_stone.json new file mode 100644 index 0000000..914e27e --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_stone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quadruple_compressed_stone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_andesite.json new file mode 100644 index 0000000..68746a3 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_andesite.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quintuple_compressed_andesite" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_basalt.json new file mode 100644 index 0000000..7d1f99d --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_basalt.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quintuple_compressed_basalt" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_blackstone.json new file mode 100644 index 0000000..ae711b2 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_blackstone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quintuple_compressed_blackstone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_cobbled_deepslate.json new file mode 100644 index 0000000..aa0de89 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_cobbled_deepslate.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quintuple_compressed_cobbled_deepslate" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_cobblestone.json new file mode 100644 index 0000000..06aac74 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_cobblestone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quintuple_compressed_cobblestone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_deepslate.json new file mode 100644 index 0000000..f15ed76 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_deepslate.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quintuple_compressed_deepslate" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_diorite.json new file mode 100644 index 0000000..ead526d --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_diorite.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quintuple_compressed_diorite" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_dirt.json new file mode 100644 index 0000000..9736b4e --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_dirt.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quintuple_compressed_dirt" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_end_stone.json new file mode 100644 index 0000000..37027b4 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_end_stone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quintuple_compressed_end_stone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_granite.json new file mode 100644 index 0000000..42749da --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_granite.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quintuple_compressed_granite" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_gravel.json new file mode 100644 index 0000000..69bfd83 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_gravel.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quintuple_compressed_gravel" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_netherrack.json new file mode 100644 index 0000000..8807239 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_netherrack.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quintuple_compressed_netherrack" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_sand.json new file mode 100644 index 0000000..f3c182e --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_sand.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quintuple_compressed_sand" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_stone.json new file mode 100644 index 0000000..9836f13 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_stone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quintuple_compressed_stone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_andesite.json new file mode 100644 index 0000000..4643fac --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_andesite.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:septuple_compressed_andesite" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_basalt.json new file mode 100644 index 0000000..c21ef61 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_basalt.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:septuple_compressed_basalt" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_blackstone.json new file mode 100644 index 0000000..0dbc509 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_blackstone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:septuple_compressed_blackstone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_cobbled_deepslate.json new file mode 100644 index 0000000..88d61c4 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_cobbled_deepslate.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:septuple_compressed_cobbled_deepslate" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_cobblestone.json new file mode 100644 index 0000000..715e9c0 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_cobblestone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:septuple_compressed_cobblestone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_deepslate.json new file mode 100644 index 0000000..54edbd5 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_deepslate.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:septuple_compressed_deepslate" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_diorite.json new file mode 100644 index 0000000..c38626a --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_diorite.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:septuple_compressed_diorite" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_dirt.json new file mode 100644 index 0000000..3b18790 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_dirt.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:septuple_compressed_dirt" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_end_stone.json new file mode 100644 index 0000000..6cbba70 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_end_stone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:septuple_compressed_end_stone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_granite.json new file mode 100644 index 0000000..4c34181 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_granite.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:septuple_compressed_granite" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_gravel.json new file mode 100644 index 0000000..0ab900b --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_gravel.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:septuple_compressed_gravel" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_netherrack.json new file mode 100644 index 0000000..b292b7a --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_netherrack.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:septuple_compressed_netherrack" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_sand.json new file mode 100644 index 0000000..f5e5f9b --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_sand.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:septuple_compressed_sand" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_stone.json new file mode 100644 index 0000000..9eb1eb2 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_stone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:septuple_compressed_stone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_andesite.json new file mode 100644 index 0000000..23ea81f --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_andesite.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:sextuple_compressed_andesite" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_basalt.json new file mode 100644 index 0000000..cc88d6c --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_basalt.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:sextuple_compressed_basalt" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_blackstone.json new file mode 100644 index 0000000..51c0dbf --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_blackstone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:sextuple_compressed_blackstone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_cobbled_deepslate.json new file mode 100644 index 0000000..42a54fc --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_cobbled_deepslate.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:sextuple_compressed_cobbled_deepslate" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_cobblestone.json new file mode 100644 index 0000000..42a98ee --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_cobblestone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:sextuple_compressed_cobblestone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_deepslate.json new file mode 100644 index 0000000..3d1ce62 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_deepslate.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:sextuple_compressed_deepslate" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_diorite.json new file mode 100644 index 0000000..687b529 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_diorite.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:sextuple_compressed_diorite" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_dirt.json new file mode 100644 index 0000000..ed81156 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_dirt.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:sextuple_compressed_dirt" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_end_stone.json new file mode 100644 index 0000000..f20b39c --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_end_stone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:sextuple_compressed_end_stone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_granite.json new file mode 100644 index 0000000..7136e49 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_granite.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:sextuple_compressed_granite" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_gravel.json new file mode 100644 index 0000000..12fde6d --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_gravel.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:sextuple_compressed_gravel" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_netherrack.json new file mode 100644 index 0000000..40817b0 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_netherrack.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:sextuple_compressed_netherrack" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_sand.json new file mode 100644 index 0000000..f312581 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_sand.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:sextuple_compressed_sand" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_stone.json new file mode 100644 index 0000000..642aa84 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_stone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:sextuple_compressed_stone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_andesite.json new file mode 100644 index 0000000..a67224c --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_andesite.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:triple_compressed_andesite" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_basalt.json new file mode 100644 index 0000000..07e8564 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_basalt.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:triple_compressed_basalt" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_blackstone.json new file mode 100644 index 0000000..2484358 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_blackstone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:triple_compressed_blackstone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_cobbled_deepslate.json new file mode 100644 index 0000000..98eeca3 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_cobbled_deepslate.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:triple_compressed_cobbled_deepslate" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_cobblestone.json new file mode 100644 index 0000000..fda46e8 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_cobblestone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:triple_compressed_cobblestone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_deepslate.json new file mode 100644 index 0000000..a5c56b8 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_deepslate.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:triple_compressed_deepslate" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_diorite.json new file mode 100644 index 0000000..c3eeb40 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_diorite.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:triple_compressed_diorite" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_dirt.json new file mode 100644 index 0000000..f1fc9bd --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_dirt.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:triple_compressed_dirt" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_end_stone.json new file mode 100644 index 0000000..40caa32 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_end_stone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:triple_compressed_end_stone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_granite.json new file mode 100644 index 0000000..7988dfb --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_granite.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:triple_compressed_granite" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_gravel.json new file mode 100644 index 0000000..3138efe --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_gravel.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:triple_compressed_gravel" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_netherrack.json new file mode 100644 index 0000000..64cf195 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_netherrack.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:triple_compressed_netherrack" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_sand.json new file mode 100644 index 0000000..b16845a --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_sand.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:triple_compressed_sand" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_stone.json new file mode 100644 index 0000000..19ad2bb --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_stone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:triple_compressed_stone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/minecraft/tags/blocks/mineable/pickaxe.json b/config/compressor/resourcepacks/compressor/resources/data/minecraft/tags/blocks/mineable/pickaxe.json new file mode 100644 index 0000000..e040c99 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/minecraft/tags/blocks/mineable/pickaxe.json @@ -0,0 +1,117 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_stone", + "compressor:double_compressed_stone", + "compressor:triple_compressed_stone", + "compressor:quadruple_compressed_stone", + "compressor:quintuple_compressed_stone", + "compressor:sextuple_compressed_stone", + "compressor:septuple_compressed_stone", + "compressor:octuple_compressed_stone", + "compressor:compressed_granite", + "compressor:double_compressed_granite", + "compressor:triple_compressed_granite", + "compressor:quadruple_compressed_granite", + "compressor:quintuple_compressed_granite", + "compressor:sextuple_compressed_granite", + "compressor:septuple_compressed_granite", + "compressor:octuple_compressed_granite", + "compressor:compressed_diorite", + "compressor:double_compressed_diorite", + "compressor:triple_compressed_diorite", + "compressor:quadruple_compressed_diorite", + "compressor:quintuple_compressed_diorite", + "compressor:sextuple_compressed_diorite", + "compressor:septuple_compressed_diorite", + "compressor:octuple_compressed_diorite", + "compressor:compressed_andesite", + "compressor:double_compressed_andesite", + "compressor:triple_compressed_andesite", + "compressor:quadruple_compressed_andesite", + "compressor:quintuple_compressed_andesite", + "compressor:sextuple_compressed_andesite", + "compressor:septuple_compressed_andesite", + "compressor:octuple_compressed_andesite", + "compressor:compressed_cobblestone", + "compressor:double_compressed_cobblestone", + "compressor:triple_compressed_cobblestone", + "compressor:quadruple_compressed_cobblestone", + "compressor:quintuple_compressed_cobblestone", + "compressor:sextuple_compressed_cobblestone", + "compressor:septuple_compressed_cobblestone", + "compressor:octuple_compressed_cobblestone", + "compressor:compressed_gravel", + "compressor:double_compressed_gravel", + "compressor:triple_compressed_gravel", + "compressor:quadruple_compressed_gravel", + "compressor:quintuple_compressed_gravel", + "compressor:sextuple_compressed_gravel", + "compressor:septuple_compressed_gravel", + "compressor:octuple_compressed_gravel", + "compressor:compressed_sand", + "compressor:double_compressed_sand", + "compressor:triple_compressed_sand", + "compressor:quadruple_compressed_sand", + "compressor:quintuple_compressed_sand", + "compressor:sextuple_compressed_sand", + "compressor:septuple_compressed_sand", + "compressor:octuple_compressed_sand", + "compressor:compressed_dirt", + "compressor:double_compressed_dirt", + "compressor:triple_compressed_dirt", + "compressor:quadruple_compressed_dirt", + "compressor:quintuple_compressed_dirt", + "compressor:sextuple_compressed_dirt", + "compressor:septuple_compressed_dirt", + "compressor:octuple_compressed_dirt", + "compressor:compressed_netherrack", + "compressor:double_compressed_netherrack", + "compressor:triple_compressed_netherrack", + "compressor:quadruple_compressed_netherrack", + "compressor:quintuple_compressed_netherrack", + "compressor:sextuple_compressed_netherrack", + "compressor:septuple_compressed_netherrack", + "compressor:octuple_compressed_netherrack", + "compressor:compressed_basalt", + "compressor:double_compressed_basalt", + "compressor:triple_compressed_basalt", + "compressor:quadruple_compressed_basalt", + "compressor:quintuple_compressed_basalt", + "compressor:sextuple_compressed_basalt", + "compressor:septuple_compressed_basalt", + "compressor:octuple_compressed_basalt", + "compressor:compressed_deepslate", + "compressor:double_compressed_deepslate", + "compressor:triple_compressed_deepslate", + "compressor:quadruple_compressed_deepslate", + "compressor:quintuple_compressed_deepslate", + "compressor:sextuple_compressed_deepslate", + "compressor:septuple_compressed_deepslate", + "compressor:octuple_compressed_deepslate", + "compressor:compressed_cobbled_deepslate", + "compressor:double_compressed_cobbled_deepslate", + "compressor:triple_compressed_cobbled_deepslate", + "compressor:quadruple_compressed_cobbled_deepslate", + "compressor:quintuple_compressed_cobbled_deepslate", + "compressor:sextuple_compressed_cobbled_deepslate", + "compressor:septuple_compressed_cobbled_deepslate", + "compressor:octuple_compressed_cobbled_deepslate", + "compressor:compressed_blackstone", + "compressor:double_compressed_blackstone", + "compressor:triple_compressed_blackstone", + "compressor:quadruple_compressed_blackstone", + "compressor:quintuple_compressed_blackstone", + "compressor:sextuple_compressed_blackstone", + "compressor:septuple_compressed_blackstone", + "compressor:octuple_compressed_blackstone", + "compressor:compressed_end_stone", + "compressor:double_compressed_end_stone", + "compressor:triple_compressed_end_stone", + "compressor:quadruple_compressed_end_stone", + "compressor:quintuple_compressed_end_stone", + "compressor:sextuple_compressed_end_stone", + "compressor:septuple_compressed_end_stone", + "compressor:octuple_compressed_end_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/minecraft/tags/blocks/needs_stone_tool.json b/config/compressor/resourcepacks/compressor/resources/data/minecraft/tags/blocks/needs_stone_tool.json new file mode 100644 index 0000000..e040c99 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/minecraft/tags/blocks/needs_stone_tool.json @@ -0,0 +1,117 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_stone", + "compressor:double_compressed_stone", + "compressor:triple_compressed_stone", + "compressor:quadruple_compressed_stone", + "compressor:quintuple_compressed_stone", + "compressor:sextuple_compressed_stone", + "compressor:septuple_compressed_stone", + "compressor:octuple_compressed_stone", + "compressor:compressed_granite", + "compressor:double_compressed_granite", + "compressor:triple_compressed_granite", + "compressor:quadruple_compressed_granite", + "compressor:quintuple_compressed_granite", + "compressor:sextuple_compressed_granite", + "compressor:septuple_compressed_granite", + "compressor:octuple_compressed_granite", + "compressor:compressed_diorite", + "compressor:double_compressed_diorite", + "compressor:triple_compressed_diorite", + "compressor:quadruple_compressed_diorite", + "compressor:quintuple_compressed_diorite", + "compressor:sextuple_compressed_diorite", + "compressor:septuple_compressed_diorite", + "compressor:octuple_compressed_diorite", + "compressor:compressed_andesite", + "compressor:double_compressed_andesite", + "compressor:triple_compressed_andesite", + "compressor:quadruple_compressed_andesite", + "compressor:quintuple_compressed_andesite", + "compressor:sextuple_compressed_andesite", + "compressor:septuple_compressed_andesite", + "compressor:octuple_compressed_andesite", + "compressor:compressed_cobblestone", + "compressor:double_compressed_cobblestone", + "compressor:triple_compressed_cobblestone", + "compressor:quadruple_compressed_cobblestone", + "compressor:quintuple_compressed_cobblestone", + "compressor:sextuple_compressed_cobblestone", + "compressor:septuple_compressed_cobblestone", + "compressor:octuple_compressed_cobblestone", + "compressor:compressed_gravel", + "compressor:double_compressed_gravel", + "compressor:triple_compressed_gravel", + "compressor:quadruple_compressed_gravel", + "compressor:quintuple_compressed_gravel", + "compressor:sextuple_compressed_gravel", + "compressor:septuple_compressed_gravel", + "compressor:octuple_compressed_gravel", + "compressor:compressed_sand", + "compressor:double_compressed_sand", + "compressor:triple_compressed_sand", + "compressor:quadruple_compressed_sand", + "compressor:quintuple_compressed_sand", + "compressor:sextuple_compressed_sand", + "compressor:septuple_compressed_sand", + "compressor:octuple_compressed_sand", + "compressor:compressed_dirt", + "compressor:double_compressed_dirt", + "compressor:triple_compressed_dirt", + "compressor:quadruple_compressed_dirt", + "compressor:quintuple_compressed_dirt", + "compressor:sextuple_compressed_dirt", + "compressor:septuple_compressed_dirt", + "compressor:octuple_compressed_dirt", + "compressor:compressed_netherrack", + "compressor:double_compressed_netherrack", + "compressor:triple_compressed_netherrack", + "compressor:quadruple_compressed_netherrack", + "compressor:quintuple_compressed_netherrack", + "compressor:sextuple_compressed_netherrack", + "compressor:septuple_compressed_netherrack", + "compressor:octuple_compressed_netherrack", + "compressor:compressed_basalt", + "compressor:double_compressed_basalt", + "compressor:triple_compressed_basalt", + "compressor:quadruple_compressed_basalt", + "compressor:quintuple_compressed_basalt", + "compressor:sextuple_compressed_basalt", + "compressor:septuple_compressed_basalt", + "compressor:octuple_compressed_basalt", + "compressor:compressed_deepslate", + "compressor:double_compressed_deepslate", + "compressor:triple_compressed_deepslate", + "compressor:quadruple_compressed_deepslate", + "compressor:quintuple_compressed_deepslate", + "compressor:sextuple_compressed_deepslate", + "compressor:septuple_compressed_deepslate", + "compressor:octuple_compressed_deepslate", + "compressor:compressed_cobbled_deepslate", + "compressor:double_compressed_cobbled_deepslate", + "compressor:triple_compressed_cobbled_deepslate", + "compressor:quadruple_compressed_cobbled_deepslate", + "compressor:quintuple_compressed_cobbled_deepslate", + "compressor:sextuple_compressed_cobbled_deepslate", + "compressor:septuple_compressed_cobbled_deepslate", + "compressor:octuple_compressed_cobbled_deepslate", + "compressor:compressed_blackstone", + "compressor:double_compressed_blackstone", + "compressor:triple_compressed_blackstone", + "compressor:quadruple_compressed_blackstone", + "compressor:quintuple_compressed_blackstone", + "compressor:sextuple_compressed_blackstone", + "compressor:septuple_compressed_blackstone", + "compressor:octuple_compressed_blackstone", + "compressor:compressed_end_stone", + "compressor:double_compressed_end_stone", + "compressor:triple_compressed_end_stone", + "compressor:quadruple_compressed_end_stone", + "compressor:quintuple_compressed_end_stone", + "compressor:sextuple_compressed_end_stone", + "compressor:septuple_compressed_end_stone", + "compressor:octuple_compressed_end_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/pack.png b/config/compressor/resourcepacks/compressor/resources/pack.png new file mode 100644 index 0000000..c2f956a Binary files /dev/null and b/config/compressor/resourcepacks/compressor/resources/pack.png differ diff --git a/config/computercraft-client.toml b/config/computercraft-client.toml new file mode 100644 index 0000000..2ff19ff --- /dev/null +++ b/config/computercraft-client.toml @@ -0,0 +1,5 @@ +#The renderer to use for monitors. Generally this should be kept at "best" - if monitors have performance issues, you may wish to experiment with alternative renderers. +monitor_renderer = "BEST" +#The maximum distance monitors will render at. This defaults to the standard tile entity limit, but may be extended if you wish to build larger monitors. +monitor_distance = 64 + diff --git a/config/config.json b/config/config.json new file mode 100644 index 0000000..f70fe29 --- /dev/null +++ b/config/config.json @@ -0,0 +1,19 @@ +{ + "armorEnable": true, + "armorHideWhenEmpty": true, + "armorHideEmptySlots": false, + "toughnessEnable": true, + "toughnessHideWhenEmpty": true, + "toughnessHideEmptySlots": false, + "armorBarOffset": 0, + "toughnessBarOffset": 0, + "oneHealthBar": false, + "colors": [ + "#ECEEFF", + "#FF5500", + "#FFC747", + "#27FFE3", + "#00FF00", + "#7F00FF" + ] +} \ No newline at end of file diff --git a/config/connectiblechains.toml b/config/connectiblechains.toml new file mode 100644 index 0000000..a520348 --- /dev/null +++ b/config/connectiblechains.toml @@ -0,0 +1,4 @@ +chainHangAmount = 7.0 +maxChainRange = 7 +quality = 4 +showToolTip = true diff --git a/config/connectivity.json b/config/connectivity.json new file mode 100644 index 0000000..75b2f67 --- /dev/null +++ b/config/connectivity.json @@ -0,0 +1,30 @@ +{ + "disableLoginLimits": { + "desc:": "Should login packet size limits be disabled? Error:(IOException(\"Payload may not be larger than 1048576 bytes\")) default:true", + "disableLoginLimits": true + }, + "disablePacketLimits": { + "desc:": "Should play packet size limits be disabled? Error:(Badly compressed packet) default:true", + "disablePacketLimits": true + }, + "debugPrintMessages": { + "desc:": "If enabled all messages exceeding normal limits will be printed to log. default:false", + "debugPrintMessages": false + }, + "logintimeout": { + "desc:": "Set the max login timeout in ticks. 20 ticks \u003d 1 sec, default \u003d 2400 ticks", + "logintimeout": 2400 + }, + "disconnectTimeout": { + "desc:": "Set the ingame disconnect timeout for disconnecting players. Default \u003d 60sec", + "disconnectTimeout": 60 + }, + "packetHistoryMinutes": { + "desc:": "Set the amount of minutes for which network packet history data is saved. Default \u003d 5 minutes", + "packetHistoryMinutes": 5 + }, + "showFullResourceLocationException": { + "desc:": "Enable to see the full log output for all resource location exceptions. Default \u003d false", + "showFullResourceLocationException": false + } +} \ No newline at end of file diff --git a/config/continuity.json b/config/continuity.json new file mode 100644 index 0000000..9ec8990 --- /dev/null +++ b/config/continuity.json @@ -0,0 +1,6 @@ +{ + "connected_textures": true, + "emissive_textures": true, + "custom_block_layers": true, + "use_manual_culling": true +} \ No newline at end of file diff --git a/config/cookingforblockheads.toml b/config/cookingforblockheads.toml new file mode 100644 index 0000000..e76b665 --- /dev/null +++ b/config/cookingforblockheads.toml @@ -0,0 +1,11 @@ +cowJarEnabled = true +cowJarMilkPerTick = 1 +compressedCowJarMilkMultiplier = 9.0 +sinkRequiresWater = false +largeCounters = false +disallowOvenAutomation = false +ovenFuelTimeMultiplier = 0.33000001311302185 +ovenCookTimeMultiplier = 1.0 +ovenRequiresCookingOil = false +showIngredientIcon = true +allowVeryToastedBread = true diff --git a/config/couplings.toml b/config/couplings.toml new file mode 100644 index 0000000..0459d9d --- /dev/null +++ b/config/couplings.toml @@ -0,0 +1,9 @@ +#Couple regardless of whether the player is sneaking +ignore_sneaking = true +#Couple fence gates above and below on the same axis +couple_fence_gates = true +#Couple doors with opposing hinges +couple_doors = true +#Couple trapdoors along either sides and opposing +couple_trapdoors = true + diff --git a/config/coxinhautilities.json b/config/coxinhautilities.json new file mode 100644 index 0000000..3a92dc1 --- /dev/null +++ b/config/coxinhautilities.json @@ -0,0 +1,8 @@ +{ + "canGenerateEnderOrchids": true, + "enderOrchidSpawnRate": 2, + "hasEnderOrchidStrictPlacement": true, + "enderOrchidRegularGrowthRate": 8, + "enderOrchidSpecialGrowthRate": 12, + "useCarrierBlacklist": true +} \ No newline at end of file diff --git a/config/craftingtweaks.toml b/config/craftingtweaks.toml new file mode 100644 index 0000000..1e0730a --- /dev/null +++ b/config/craftingtweaks.toml @@ -0,0 +1,10 @@ +[common] +compressAnywhere = false +compressBlacklist = ["minecraft:sandstone", "minecraft:iron_trapdoor"] +[client] +hideButtons = false +rightClickCraftsStack = true +hideButtonTooltips = false +hideVanillaCraftingGuide = false +craftingTweaksMode = "DEFAULT" +disabledAddons = [] diff --git a/config/create-client.toml b/config/create-client.toml new file mode 100644 index 0000000..2809494 --- /dev/null +++ b/config/create-client.toml @@ -0,0 +1,143 @@ + +#. +#Client-only settings - If you're looking for general settings, look inside your worlds serverconfig folder! +[client] + #. + #Choose the menu row that the Create config button appears on in the main menu + #Set to 0 to disable the button altogether + #Range: 0 ~ 4 + mainMenuConfigButtonRow = 0 + #. + #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 + #. + #Higher density means more spawned particles. + #Range: 0.0 ~ 1.0 + fanParticleDensity = 0.5 + #. + #The maximum amount of blocks for which to try and calculate dynamic contraption lighting. Decrease if large contraption cause too much lag + #Range: > 0 + maximumContraptionLightVolume = 16384 + #. + #Log a stack-trace when rendering issues happen within a moving contraption. + explainRenderErrors = false + #. + #The fluid unit that will be displayed when viewing fluids + #Example: 1000 mB or 81000 Droplets + #Allowed Values: DROPLETS, MILIBUCKETS + fluidUnitType = "MILIBUCKETS" + #. + #[in Blocks] + #Maximum Distance to the player at which items in Blocks' filter slots will be displayed + #Range: 1.0 ~ 3.4028234663852886E38 + filterItemRenderDistance = 10.0 + #. + #Show kinetic debug information on blocks while the F3-Menu is open. + enableRainbowDebug = true + #. + #Vertical offset for the Toolbox Hotbar overlay. + #Range: > -2147483648 + toolboxHotbarOverlayOffset = 0 + #. + #Display a tooltip when looking at overstressed components. + enableOverstressedTooltip = true + #. + #Determines if the fluid unit should be simplified + simplifyFluidUnit = true + #. + #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) + #Range: > -2147483648 + ingameMenuConfigButtonOffsetX = -4 + #. + #Setting this to true will prevent Create from sending you a warning when playing with Fabulous graphics enabled + ignoreFabulousWarning = false + #. + #Offset the Create config button in the main 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) + #Range: > -2147483648 + mainMenuConfigButtonOffsetX = -4 + #. + #Show item descriptions on Shift and controls on Ctrl. + enableTooltips = true + + #. + #Sound settings + [client.sound] + #. + #Make cogs rumble and machines clatter. + enableAmbientSounds = true + #. + #Maximum volume modifier of Ambient noise + #Range: 0.0 ~ 1.0 + ambientVolumeCap = 0.10000000149011612 + + #. + #Ponder settings + [client.ponder] + #. + #Show additional info in the ponder view and reload scene scripts more frequently. + editingMode = false + #. + #Slow down a ponder scene whenever there is text on screen. + comfyReading = false + + #. + #Railway related settings + [client.trains] + #. + #How far away the Camera should zoom when seated on a train + #Range: 0.0 ~ 3.4028234663852886E38 + mountedZoomMultiplier = 3.0 + #. + #Display nodes and edges of a Railway Network while f3 debug mode is active + showTrackGraphOnF3 = false + + #. + #Settings for the Goggle Overlay + [client.goggleOverlay] + #. + #Enable this to use your custom colors for the Goggle- and Hover- Overlay + customColorsOverlay = false + #. + #Offset the overlay from goggle- and hover- information by this many pixels on the respective axis; Use /create overlay + #Range: > -2147483648 + overlayOffsetY = 0 + #. + #Offset the overlay from goggle- and hover- information by this many pixels on the respective axis; Use /create overlay + #Range: > -2147483648 + overlayOffsetX = 20 + #. + #The custom top color of the border gradient to use for the Goggle- and Hover- Overlays, if enabled + #[in Hex: #AaRrGgBb] + #[@cui:IntDisplay:#] + #Range: > -2147483648 + customBorderTopOverlay = 1347420415 + #. + #The custom background color to use for the Goggle- and Hover- Overlays, if enabled + #[in Hex: #AaRrGgBb] + #[@cui:IntDisplay:#] + #Range: > -2147483648 + customBackgroundOverlay = -267386864 + #. + #The custom bot color of the border gradient to use for the Goggle- and Hover- Overlays, if enabled + #[in Hex: #AaRrGgBb] + #[@cui:IntDisplay:#] + #Range: > -2147483648 + customBorderBotOverlay = 1344798847 + + #. + #Settings for the Placement Assist + [client.placementAssist] + #. + #Change the size of the Indicator by this multiplier + #Range: 0.0 ~ 3.4028234663852886E38 + indicatorScale = 1.0 + #. + #What indicator should be used when showing where the assisted placement ends up relative to your crosshair + #Choose 'NONE' to disable the Indicator altogether + #Allowed Values: TEXTURE, TRIANGLE, NONE + indicatorType = "TEXTURE" + diff --git a/config/create-common.toml b/config/create-common.toml new file mode 100644 index 0000000..e0c1be5 --- /dev/null +++ b/config/create-common.toml @@ -0,0 +1,64 @@ + +[worldgen] + + #. + #Modify Create's impact on your terrain + [worldgen.v2] + #. + #Prevents all worldgen added by Create from taking effect + disableWorldGen = false + + [worldgen.v2.striated_ores_overworld] + #. + #Range: > -2147483648 + minHeight = -30 + #. + #Range: > -2147483648 + maxHeight = 70 + #. + #Range: > 0 + clusterSize = 32 + #. + #Amount of clusters generated per Chunk. + # >1 to spawn multiple. + # <1 to make it a chance. + # 0 to disable. + #Range: 0.0 ~ 512.0 + frequency = 0.0833333358168602 + + [worldgen.v2.zinc_ore] + #. + #Range: > -2147483648 + minHeight = -63 + #. + #Range: > -2147483648 + maxHeight = 70 + #. + #Range: > 0 + clusterSize = 8 + #. + #Amount of clusters generated per Chunk. + # >1 to spawn multiple. + # <1 to make it a chance. + # 0 to disable. + #Range: 0.0 ~ 512.0 + frequency = 9.0 + + [worldgen.v2.striated_ores_nether] + #. + #Range: > -2147483648 + minHeight = 40 + #. + #Range: > -2147483648 + maxHeight = 90 + #. + #Range: > 0 + clusterSize = 32 + #. + #Amount of clusters generated per Chunk. + # >1 to spawn multiple. + # <1 to make it a chance. + # 0 to disable. + #Range: 0.0 ~ 512.0 + frequency = 0.0833333358168602 + diff --git a/config/createaddition-common.toml b/config/createaddition-common.toml new file mode 100644 index 0000000..8e2189b --- /dev/null +++ b/config/createaddition-common.toml @@ -0,0 +1,138 @@ + +#General Settings +[general] + #Forge Energy conversion rate (in FE/t at 256 RPM). + #Range: > 0 + fe_conversion = 240 + #Max stress for the Alternator and Electric Motor (in SU at 256 RPM). + #Range: > 0 + baseline_stress = 8192 + +#Electric Motor +[electric_motor] + #Electric Motor internal capacity in FE. + #Range: 0 ~ 2147483647 + motor_capacity = 2048 + #Electric Motor minimum required energy consumption in FE/t. + #Range: > 0 + motor_min_consumption = 8 + #Electric Motor max input in FE (Energy transfer not consumption). + #Range: 0 ~ 2147483647 + motor_max_input = 256 + #Electric Motor min/max RPM. + #Range: > 1 + motor_rpm_range = 256 + +#Alternator +[alternator] + #Alternator efficiency relative to base conversion rate. + #Range: 0.01 ~ 1.0 + generator_efficiency = 0.75 + #Alternator internal capacity in FE. + #Range: 0 ~ 2147483647 + generator_capacity = 2048 + #Alternator max input in FE (Energy transfer, not generation). + #Range: 0 ~ 2147483647 + generator_max_output = 256 + +#Rolling Mill +[rolling_mill] + #Rolling Mill duration in ticks. + #Range: > 0 + rolling_mill_processing_duration = 100 + #Rolling Mill base stress impact. + #Range: 0 ~ 1024 + rolling_mill_stress = 16 + +#Heater +[heater] + #Enable Induction Heater when attached to a Furnace Engine. + heater_furnace_engine_enable = false + #Induction Heater internal capacity in FE. + #Range: 0 ~ 2147483647 + heater_capacity = 2048 + #Induction Heater max input in FE (Energy transfer, not consumption). + #Range: 0 ~ 2147483647 + heater_max_input = 256 + #Induction Heater normal consumption rate in FE/t. + #Range: > 0 + heater_normal_consumption = 96 + #Induction Heater when attached to a Furnace Engine consumption rate in FE/t. + #Range: > 0 + heater_furnace_engine_consumption = 1024 + +#Wires +[wires] + #Connector max input in FE/t (Energy transfer). + #Range: 0 ~ 9223372036854775807 + connector_max_input = 1024 + #Max wire length in blocks. + #Range: 0 ~ 256 + wire_length = 12 + #Connector max output in FE/t (Energy transfer). + #Range: 0 ~ 9223372036854775807 + connector_max_output = 1024 + #Connector internal input buffer in FE. + #Range: 0 ~ 9223372036854775807 + connector_input_capacity = 2048 + +#Accumulator +[accumulator] + #Accumulator internal capacity in FE. + #Range: 0 ~ 9223372036854775807 + accumulator_capacity = 4196000 + #Accumulator max output in FE/t (Energy transfer). + #Range: 0 ~ 2147483647 + accumulator_max_output = 512 + #Accumulator max input in FE/t (Energy transfer). + #Range: 0 ~ 2147483647 + accumulator_max_input = 512 + +#Tesla Coil +[tesla_coil] + #Tesla Coil charge rate in FE/t. + #Range: 0 ~ 9223372036854775807 + tesla_coil_charge_rate = 4096 + #Tesla Coil fire interval (in ticks). + #Range: > 0 + tesla_coil_fire_cooldown = 20 + #Hurt range (in blocks/meters). + #Range: > 0 + tesla_coil_hurt_range = 3 + #Charger internal capacity in FE. + #Range: 0 ~ 9223372036854775807 + tesla_coil_capacity = 32000 + #Energy consumed when Tesla Coil is fired (in FE). + #Range: > 0 + tesla_coil_hurt_energy_required = 1024 + #The duration of the Shocked effect for mobs (in ticks). + #Range: > 0 + tesla_coil_effect_time_mob = 20 + #The duration of the Shocked effect for players (in ticks). + #Range: > 0 + tesla_coil_effect_time_player = 20 + #Tesla Coil max input in FE/t (Energy transfer). + #Range: 0 ~ 9223372036854775807 + tesla_coil_max_input = 8192 + #Tesla Coil charge rate in FE/t for recipes. + #Range: 0 ~ 9223372036854775807 + tesla_coil_recipe_charge_rate = 1024 + #Damaged dealt to mobs when Tesla Coil is fired (in half hearts). + #Range: > 0 + tesla_coil_hurt_mob = 3 + #Damaged dealt to players when Tesla Coil is fired (in half hearts). + #Range: > 0 + tesla_coil_hurt_player = 2 + +#Misc +[misc] + #Diamond Grit Sandpaper durability (number of uses). + #Range: > 3 + diamond_grit_sandpaper_uses = 1024 + #The relative speed of the Furnace Engine when powered by a Crude Burner. + #Range: 0.0 ~ 100.0 + crude_burner_engine_speed = 2.0 + #The relative speed of the Furnace Engine when powered by a Furnace Burner. + #Range: 0.0 ~ 100.0 + furnace_burner_engine_speed = 1.0 + diff --git a/config/creeperoverhaul.json b/config/creeperoverhaul.json new file mode 100644 index 0000000..e748c84 --- /dev/null +++ b/config/creeperoverhaul.json @@ -0,0 +1,6 @@ +{ + "//replaceDefaultCreeper": "Change the Vanilla Creeper to a new and improved texture with better animations.", + "replaceDefaultCreeper": true, + "//destroyBlocks": "Change the Creeper Overhaul creepers to destroy blocks or not.", + "destroyBlocks": true +} \ No newline at end of file diff --git a/config/croptopia/croptopia.conf b/config/croptopia/croptopia.conf new file mode 100644 index 0000000..65a8d5b --- /dev/null +++ b/config/croptopia/croptopia.conf @@ -0,0 +1,426 @@ +# Determines if croptopia salt will generate in rivers. Defaults to true +generateSaltInWorld = true +treeConfig=[ + { + acceptableBiomes=[ + "byg:orchard", + "minecraft:flower_forest", + "byg:aspen_forest", + "minecraft:plains", + "minecraft:forest", + "minecraft:sunflower_plains", + "minecraft:windswept_forest", + "byg:red_oak_forest", + "terralith:birch_taiga", + "terralith:blooming_valley", + "terralith:blooming_plateau", + "terralith:highlands", + "terralith:steppe" + ] + featureName="orange_tree_configured" + }, + { + acceptableBiomes=[ + "byg:tropical_rainforest", + "minecraft:sparse_jungle", + "byg:tropical_islands", + "minecraft:jungle", + "traverse:mini_jungle", + "byg:crag_gardens", + "terralith:amethyst_canyon", + "terralith:amethyst_rainforest", + "terralith:jungle_mountains", + "terralith:tropical_jungle", + ] + featureName="dragon_fruit_tree_configured" + }, + { + acceptableBiomes=[ + "byg:tropical_rainforest", + "minecraft:sparse_jungle", + "byg:tropical_islands", + "minecraft:jungle", + "traverse:mini_jungle", + "byg:crag_gardens", + "terralith:amethyst_canyon", + "terralith:amethyst_rainforest", + "terralith:jungle_mountains", + "terralith:tropical_jungle", + "terralith:blooming_valley" + ] + featureName="kumquat_tree_configured" + }, + { + acceptableBiomes=[ + "byg:tropical_rainforest", + "minecraft:sparse_jungle", + "byg:tropical_islands", + "minecraft:jungle", + "traverse:mini_jungle", + "byg:crag_gardens", + "terralith:amethyst_canyon", + "terralith:amethyst_rainforest", + "terralith:jungle_mountains", + "terralith:tropical_jungle", + ] + featureName="banana_tree_configured" + }, + { + acceptableBiomes=[ + "traverse:autumnal_woods", + "minecraft:flower_forest", + "byg:autumnal_forest", + "byg:aspen_forest", + "traverse:autumnal_wooded_hills", + "byg:jacaranda_forest", + "byg:autumnal_taiga", + "traverse:wooded_plateau", + "minecraft:windswept_forest", + "byg:red_oak_forest", + "byg:orchard", + "traverse:woodlands", + "traverse:wooded_island", + "minecraft:forest" + ] + featureName="plum_tree_configured" + }, + { + acceptableBiomes=[ + "byg:tropical_rainforest", + "minecraft:sparse_jungle", + "byg:tropical_islands", + "minecraft:jungle", + "traverse:mini_jungle", + "byg:crag_gardens", + "terralith:amethyst_canyon", + "terralith:amethyst_rainforest", + "terralith:jungle_mountains", + "terralith:tropical_jungle", + ] + featureName="date_tree_configured" + }, + { + acceptableBiomes=[ + "minecraft:dark_forest", + "byg:weeping_witch_forest", + "byg:dacite_ridges", + "byg:ebony_woods", + "byg:maple_taiga", + "byg:twilight_meadow" + ] + featureName="cashew_tree_configured" + }, + { + acceptableBiomes=[ + "byg:tropical_rainforest", + "minecraft:sparse_jungle", + "byg:tropical_islands", + "minecraft:jungle", + "traverse:mini_jungle", + "byg:crag_gardens", + "terralith:amethyst_canyon", + "terralith:amethyst_rainforest", + "terralith:jungle_mountains", + "terralith:tropical_jungle", + ] + featureName="mango_tree_configured" + }, + { + acceptableBiomes=[ + "byg:tropical_rainforest", + "minecraft:sparse_jungle", + "byg:tropical_islands", + "minecraft:jungle", + "traverse:mini_jungle", + "byg:crag_gardens", + "terralith:amethyst_canyon", + "terralith:amethyst_rainforest", + "terralith:jungle_mountains", + "terralith:tropical_jungle", + ] + featureName="coconut_tree_configured" + }, + { + acceptableBiomes=[ + "byg:orchard", + "minecraft:flower_forest", + "byg:aspen_forest", + "minecraft:forest", + "minecraft:windswept_forest", + "byg:red_oak_forest", + "terralith:blooming_valley", + "terralith:lavender_forest", + "terralith:sakura_grove", + "terralith:sakura_valley" + ] + featureName="apricot_tree_configured" + }, + { + acceptableBiomes=[ + "byg:tropical_rainforest", + "minecraft:sparse_jungle", + "byg:tropical_islands", + "minecraft:jungle", + "traverse:mini_jungle", + "byg:crag_gardens", + "terralith:amethyst_canyon", + "terralith:amethyst_rainforest", + "terralith:jungle_mountains", + "terralith:tropical_jungle", + ] + featureName="nutmeg_tree_configured" + }, + { + acceptableBiomes=[ + "traverse:autumnal_woods", + "byg:orchard", + "minecraft:flower_forest", + "byg:autumnal_forest", + "byg:aspen_forest", + "traverse:autumnal_wooded_hills", + "byg:jacaranda_forest", + "byg:autumnal_taiga", + "minecraft:forest", + "minecraft:windswept_forest", + "byg:red_oak_forest", + "terralith:blooming_valley", + "terralith:lavender_forest", + "terralith:sakura_grove", + "terralith:sakura_valley" + ] + featureName="persimmon_tree_configured" + }, + { + acceptableBiomes=[ + "minecraft:dark_forest", + "byg:weeping_witch_forest", + "byg:dacite_ridges", + "byg:ebony_woods", + "byg:maple_taiga", + "byg:twilight_meadow" + ] + featureName="almond_tree_configured" + }, + { + acceptableBiomes=[ + "byg:orchard", + "minecraft:flower_forest", + "byg:aspen_forest", + "minecraft:forest", + "minecraft:windswept_forest", + "byg:red_oak_forest", + "terralith:birch_taiga", + "terralith:blooming_valley", + "terralith:lavender_forest", + "terralith:sakura_grove", + "terralith:sakura_valley" + ] + featureName="avocado_tree_configured" + }, + { + acceptableBiomes=[ + "byg:tropical_rainforest", + "minecraft:sparse_jungle", + "byg:tropical_islands", + "minecraft:jungle", + "traverse:mini_jungle", + "byg:crag_gardens", + "terralith:amethyst_canyon", + "terralith:amethyst_rainforest", + "terralith:jungle_mountains", + "terralith:tropical_jungle", + ] + featureName="fig_tree_configured" + }, + { + acceptableBiomes=[ + "minecraft:sparse_jungle", + "byg:white_mangrove_marshes", + "byg:tropical_rainforest", + "byg:temperate_rainforest", + "byg:cypress_swamplands", + "byg:tropical_islands", + "minecraft:jungle", + "traverse:mini_jungle", + "byg:crag_gardens", + "traverse:lush_swamp", + "terralith:amethyst_canyon", + "terralith:amethyst_rainforest", + "terralith:jungle_mountains", + "terralith:tropical_jungle", + ] + featureName="cinnamon_tree_configured" + }, + { + acceptableBiomes=[ + "minecraft:plains", + "minecraft:sunflower_plains", + "terralith:blooming_valley", + "terralith:lavender_forest", + "terralith:sakura_grove", + "terralith:sakura_valley", + "terralith:blooming_plateau", + "terralith:highlands", + "terralith:steppe" + ] + featureName="peach_tree_configured" + }, + { + acceptableBiomes=[ + "traverse:wooded_island", + "minecraft:plains", + "minecraft:sunflower_plains", + "traverse:wooded_plateau", + "byg:prairie", + "traverse:woodlands", + "terralith:blooming_valley", + "terralith:lavender_forest", + "terralith:sakura_grove", + "terralith:sakura_valley", + "terralith:blooming_plateau", + "terralith:highlands", + "terralith:steppe" + ] + featureName="apple_tree_configured" + }, + { + acceptableBiomes=[ + "traverse:autumnal_woods", + "byg:orchard", + "minecraft:flower_forest", + "byg:autumnal_forest", + "byg:aspen_forest", + "traverse:autumnal_wooded_hills", + "byg:jacaranda_forest", + "byg:autumnal_taiga", + "minecraft:forest", + "minecraft:windswept_forest", + "byg:red_oak_forest", + "terralith:blooming_valley", + "terralith:lavender_forest", + "terralith:sakura_grove", + "terralith:sakura_valley" + ] + featureName="pear_tree_configured" + }, + { + acceptableBiomes=[ + "byg:tropical_rainforest", + "minecraft:sparse_jungle", + "byg:tropical_islands", + "minecraft:jungle", + "traverse:mini_jungle", + "byg:crag_gardens", + "terralith:amethyst_canyon", + "terralith:amethyst_rainforest", + "terralith:jungle_mountains", + "terralith:tropical_jungle", + ] + featureName="grapefruit_tree_configured" + }, + { + acceptableBiomes=[ + "byg:orchard", + "minecraft:flower_forest", + "byg:aspen_forest", + "minecraft:forest", + "minecraft:windswept_forest", + "byg:red_oak_forest", + "terralith:blooming_valley", + "terralith:lavender_forest", + "terralith:sakura_grove", + "terralith:sakura_valley", + "terralith:steppe" + ] + featureName="star_fruit_tree_configured" + }, + { + acceptableBiomes=[ + "byg:orchard", + "minecraft:flower_forest", + "byg:aspen_forest", + "minecraft:forest", + "minecraft:windswept_forest", + "byg:red_oak_forest", + "terralith:blooming_valley", + "terralith:lavender_forest", + "terralith:sakura_grove", + "terralith:sakura_valley" + ] + featureName="nectarine_tree_configured" + }, + { + acceptableBiomes=[ + "byg:orchard", + "minecraft:flower_forest", + "byg:aspen_forest", + "minecraft:forest", + "minecraft:windswept_forest", + "byg:red_oak_forest", + "terralith:blooming_valley", + "terralith:lavender_forest", + "terralith:sakura_grove", + "terralith:sakura_valley" + ] + featureName="lemon_tree_configured" + }, + { + acceptableBiomes=[ + "byg:orchard", + "minecraft:flower_forest", + "byg:aspen_forest", + "byg:cherry_blossom_forest", + "traverse:woodlands", + "traverse:wooded_island", + "minecraft:forest", + "traverse:wooded_plateau", + "minecraft:windswept_forest", + "byg:red_oak_forest", + "terralith:blooming_valley", + "terralith:lavender_forest", + "terralith:sakura_grove", + "terralith:sakura_valley" + ] + featureName="cherry_tree_configured" + }, + { + acceptableBiomes=[ + "byg:orchard", + "minecraft:flower_forest", + "byg:aspen_forest", + "minecraft:forest", + "minecraft:windswept_forest", + "byg:red_oak_forest", + "terralith:blooming_valley", + "terralith:lavender_forest", + "terralith:sakura_grove", + "terralith:sakura_valley" + ] + featureName="lime_tree_configured" + }, + { + acceptableBiomes=[ + "minecraft:dark_forest", + "byg:weeping_witch_forest", + "byg:dacite_ridges", + "byg:ebony_woods", + "byg:maple_taiga", + "byg:twilight_meadow", + "terralith:birch_taiga", + ] + featureName="pecan_tree_configured" + }, + { + acceptableBiomes=[ + "minecraft:dark_forest", + "byg:weeping_witch_forest", + "byg:dacite_ridges", + "byg:ebony_woods", + "byg:maple_taiga", + "byg:twilight_meadow", + "terralith:birch_taiga", + "terralith:steppe" + ] + featureName="walnut_tree_configured" + } +] diff --git a/config/croptosis/config.json b/config/croptosis/config.json new file mode 100644 index 0000000..8c9f35f --- /dev/null +++ b/config/croptosis/config.json @@ -0,0 +1,48 @@ +{ + "potash_oregen": { + "enabled": false, + "vein_shape": "uniform", + "min_height": 52, + "max_height": 204, + "per_chunk": 8, + "vein_size": 8 + }, + "apatite_oregen": { + "enabled": false, + "vein_shape": "", + "min_height": -64, + "max_height": 34, + "per_chunk": 4, + "vein_size": 12 + }, + "watering_cans": { + "enabled": true, + "iron": { + "range": 3, + "capacity": 12, + "chance": 0.02 + }, + "gold": { + "range": 5, + "capacity": 6, + "chance": 0.025 + }, + "diamond": { + "range": 6, + "capacity": 16, + "chance": 0.025 + }, + "netherite": { + "range": 8, + "capacity": 20, + "chance": 0.03 + } + }, + "fertilizer_items": { + "enable_feather_meal": false, + "enable_rotten_pile": false + }, + "fertilized_blocks": { + "enable_bone_meal_conversion": false + } +} \ No newline at end of file diff --git a/config/crowdin.txt b/config/crowdin.txt new file mode 100644 index 0000000..b5e1486 --- /dev/null +++ b/config/crowdin.txt @@ -0,0 +1,2 @@ +#Change this to no to prevent mod translation downloads +download=yes diff --git a/config/ctm.json b/config/ctm.json new file mode 100644 index 0000000..d2d3bed --- /dev/null +++ b/config/ctm.json @@ -0,0 +1,4 @@ +{ + "disableCTM": false, + "connectInsideCTM": false +} \ No newline at end of file diff --git a/config/darkmodeeverywhere-client.toml b/config/darkmodeeverywhere-client.toml new file mode 100644 index 0000000..71cec25 --- /dev/null +++ b/config/darkmodeeverywhere-client.toml @@ -0,0 +1,21 @@ + +["Button Position"] + #Pixels away from the bottom left of the GUI in the x axis + #Range: > 0 + X = 25 + #Pixels away from the bottom left of the GUI in the y axis + #Range: > 0 + Y = 0 + NAME = "Dark Mode" + +["Main Menu Button"] + #Pixels away from the bottom left of the GUI in the x axis + #Range: > 0 + X = 4 + #Pixels away from the bottom left of the GUI in the y axis + #Range: > 0 + Y = 40 + #Enabled + SHOW = false + NAME = "Dark Mode" + diff --git a/config/darkmodeeverywhereshaders.json b/config/darkmodeeverywhereshaders.json new file mode 100644 index 0000000..a0266c4 --- /dev/null +++ b/config/darkmodeeverywhereshaders.json @@ -0,0 +1,20 @@ +{ + "shaders": [ + { + "resourceLocation": "darkmodeeverywhere:perfect_dark", + "displayName": "Perfect Dark", + "darkColorReplacement": 16777215 + }, + { + "resourceLocation": "darkmodeeverywhere:less_perfect_dark", + "displayName": "Less Perfect Dark", + "darkColorReplacement": 16777215 + }, + { + "resourceLocation": "darkmodeeverywhere:toasted_light", + "displayName": "Toasted Light Mode", + "darkColorReplacement": 16777215 + } + ], + "version": 1 +} \ No newline at end of file diff --git a/config/de/mari_023/ae2wtlib.json5 b/config/de/mari_023/ae2wtlib.json5 new file mode 100644 index 0000000..5bc12fe --- /dev/null +++ b/config/de/mari_023/ae2wtlib.json5 @@ -0,0 +1,4 @@ +{ + "outOfRangePowerMultiplier": 2.0, + "magnetCardRange": 16.0 +} \ No newline at end of file diff --git a/config/deeperdarker-client.json5 b/config/deeperdarker-client.json5 new file mode 100644 index 0000000..6f31cf5 --- /dev/null +++ b/config/deeperdarker-client.json5 @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/config/deeperdarker.json5 b/config/deeperdarker.json5 new file mode 100644 index 0000000..3700264 --- /dev/null +++ b/config/deeperdarker.json5 @@ -0,0 +1,24 @@ +{ + // Whether the Sculk Jaw can eat items or not (eating an item will cause it to disappear forever) + "sculk_jaw_eats_items": false, + "warden_armor": { + "warden_armor_toughness": 3.0, + "warden_armor_durability": 45, + "warden_armor_knockback_resistance": 0.5, + // How much strength/armor you get from the Soul Elytra + "soul_elytra_armor_modifier": 4.0, + }, + "warden_tools": { + "warden_tools_durability": 2464, + "warden_tools_damage": 7.0, + "warden_tools_speed": 11.0, + }, + "otherside": { + "sculk_centipede_spawning": true, + // Whether Sculk Blocks can spawn in the Otherside or not (Sculk Sensor, Sculk Vein, and Sculk Catalyst) + "sculk_blocks_in_otherside": true, + "phantom_spawning": true, + "sculk_snapper_spawning": true, + "shattered_spawning": true, + }, +} \ No newline at end of file diff --git a/config/deepslatecutting.properties b/config/deepslatecutting.properties new file mode 100644 index 0000000..a89f284 --- /dev/null +++ b/config/deepslatecutting.properties @@ -0,0 +1,3 @@ +#This file stores the config option for DeepslateCutting +#Sun Oct 23 18:43:01 CEST 2022 +enableExtras=false diff --git a/config/defaultoptions.toml b/config/defaultoptions.toml new file mode 100644 index 0000000..fb29b80 --- /dev/null +++ b/config/defaultoptions.toml @@ -0,0 +1,2 @@ +defaultDifficulty = "NORMAL" +lockDifficulty = false diff --git a/config/defaultoptions/keybindings.txt b/config/defaultoptions/keybindings.txt new file mode 100644 index 0000000..ba12802 --- /dev/null +++ b/config/defaultoptions/keybindings.txt @@ -0,0 +1,100 @@ +key_key.attack:key.mouse.left:NONE +key_key.use:key.mouse.right:NONE +key_key.forward:key.keyboard.w:NONE +key_key.left:key.keyboard.a:NONE +key_key.back:key.keyboard.s:NONE +key_key.right:key.keyboard.d:NONE +key_key.jump:key.keyboard.space:NONE +key_key.sneak:key.keyboard.left.shift:NONE +key_key.sprint:key.keyboard.left.control:NONE +key_key.drop:key.keyboard.q:NONE +key_key.inventory:key.keyboard.e:NONE +key_key.chat:key.keyboard.t:NONE +key_key.playerlist:key.keyboard.tab:NONE +key_key.pickItem:key.mouse.middle:NONE +key_key.command:key.keyboard.slash:NONE +key_key.socialInteractions:key.keyboard.p:NONE +key_key.screenshot:key.keyboard.f2:NONE +key_key.togglePerspective:key.keyboard.f5:NONE +key_key.smoothCamera:key.keyboard.unknown:NONE +key_key.fullscreen:key.keyboard.f11:NONE +key_key.spectatorOutlines:key.keyboard.unknown:NONE +key_key.swapOffhand:key.keyboard.f:NONE +key_key.saveToolbarActivator:key.keyboard.c:NONE +key_key.loadToolbarActivator:key.keyboard.x:NONE +key_key.advancements:key.keyboard.l:NONE +key_key.hotbar.1:key.keyboard.1:NONE +key_key.hotbar.2:key.keyboard.2:NONE +key_key.hotbar.3:key.keyboard.3:NONE +key_key.hotbar.4:key.keyboard.4:NONE +key_key.hotbar.5:key.keyboard.5:NONE +key_key.hotbar.6:key.keyboard.6:NONE +key_key.hotbar.7:key.keyboard.7:NONE +key_key.hotbar.8:key.keyboard.8:NONE +key_key.hotbar.9:key.keyboard.9:NONE +key_key.ftbchunks.map:key.keyboard.m:NONE +key_key.ftbchunks.minimap.zoomIn:key.keyboard.equal:NONE +key_key.ftbchunks.minimap.zoomOut:key.keyboard.minus:NONE +key_key.ftbultimine:key.keyboard.grave.accent:NONE +key_key.adventurez.activatearmor:key.keyboard.v:NONE +key_key.adventurez.dragonflydown:key.keyboard.left.alt:NONE +key_key.adventurez.dragonfirebreath:key.keyboard.unknown:NONE +key_key.ae2.wireless_terminal:key.keyboard.unknown:NONE +key_key.ae2.portable_item_cell:key.keyboard.unknown:NONE +key_key.ae2.portable_fluid_cell:key.keyboard.unknown:NONE +key_key.ae2.wireless_pattern_encoding_terminal:key.keyboard.unknown:NONE +key_key.ae2.wireless_pattern_access_terminal:key.keyboard.unknown:NONE +key_key.ae2.ae2wtlib_restock:key.keyboard.unknown:NONE +key_key.ae2.ae2wtlib_magnet:key.keyboard.unknown:NONE +key_key.bewitchment.transformation_ability:key.keyboard.r:NONE +key_key.clienttweaks.hideOffhandItem:key.keyboard.unknown:NONE +key_key.clienttweaks.disableStepAssist:key.keyboard.unknown:NONE +key_key.clienttweaks.disableLogStripping:key.keyboard.unknown:NONE +key_key.craftingtweaks.rotate:key.keyboard.unknown:NONE +key_key.craftingtweaks.rotate_counter_clockwise:key.keyboard.unknown:NONE +key_key.craftingtweaks.balance:key.keyboard.unknown:NONE +key_key.craftingtweaks.spread:key.keyboard.unknown:NONE +key_key.craftingtweaks.clear:key.keyboard.unknown:NONE +key_key.craftingtweaks.force_clear:key.keyboard.unknown:NONE +key_key.craftingtweaks.toggleButtons:key.keyboard.unknown:NONE +key_key.craftingtweaks.compressOne:key.keyboard.k:NONE +key_key.craftingtweaks.compressStack:key.keyboard.k:NONE +key_key.craftingtweaks.compressAll:key.keyboard.k:NONE +key_key.craftingtweaks.decompressOne:key.keyboard.unknown:NONE +key_key.craftingtweaks.decompressStack:key.keyboard.unknown:NONE +key_key.craftingtweaks.decompressAll:key.keyboard.unknown:NONE +key_key.craftingtweaks.refill_last:key.keyboard.tab:NONE +key_key.craftingtweaks.refill_last_stack:key.keyboard.tab:NONE +key_key.craftingtweaks.transfer_stack:key.keyboard.unknown:NONE +key_key.dankstorage.construction:key.keyboard.i:NONE +key_key.dankstorage.lock_slot:key.keyboard.left.control:NONE +key_key.dankstorage.pickup_mode:key.keyboard.o:NONE +key_key.entityculling.toggle:key.keyboard.unknown:NONE +key_equipmentcompare.key.showTooltips:key.keyboard.left.shift:NONE +key_key.findme.search:key.keyboard.y:NONE +key_key.indrev.modular:key.keyboard.k:NONE +key_key.indrev.gamer_axe_toggle:key.keyboard.unknown:NONE +key_key.antighost.reveal:key.keyboard.unknown:NONE +key_key.indrev.jetpack_toggle:key.keyboard.j:NONE +key_key.lightoverlay.enable_overlay:key.keyboard.f7:NONE +key_keybind.luggage.whistle:key.keyboard.unknown:NONE +key_key.modern_industrialization.activate:key.keyboard.v:NONE +key_supplementaries.keybind.quiver:key.keyboard.v:NONE +key_key.nyfsquiver.open_quiver:key.keyboard.b:NONE +key_key.nyfsquiver.increase_slot:key.keyboard.right.bracket:NONE +key_key.nyfsquiver.decrease_slot:key.keyboard.left.bracket:NONE +key_key.quickshulker.config.keybinding:key.keyboard.k:NONE +key_key.ship_sail:key.keyboard.r:NONE +key_key.spirit.toggle:key.keyboard.v:NONE +key_key.toastmanager.clear:key.keyboard.j:NONE +key_key.travelersbackpack.inventory:key.keyboard.b:NONE +key_key.travelersbackpack.toggle_tank:key.keyboard.n:NONE +key_key.travelersbackpack.cycle_tool:key.keyboard.z:NONE +key_key.waila.config:key.keyboard.unknown:NONE +key_key.waila.show_overlay:key.keyboard.unknown:NONE +key_key.waila.toggle_liquid:key.keyboard.unknown:NONE +key_key.waila.show_recipe_input:key.keyboard.unknown:NONE +key_key.waila.show_recipe_output:key.keyboard.unknown:NONE +key_iris.keybind.reload:key.keyboard.r:NONE +key_iris.keybind.toggleShaders:key.keyboard.k:NONE +key_iris.keybind.shaderPackSelection:key.keyboard.o:NONE diff --git a/config/defaultoptions/options.txt b/config/defaultoptions/options.txt new file mode 100644 index 0000000..6e8646f --- /dev/null +++ b/config/defaultoptions/options.txt @@ -0,0 +1,16 @@ +resourcePacks:["vanilla","compressor","Fabric Mods","Moonlight Generated Pack","Snowyspirit Generated Pack","Supplementaries Generated Pack","continuity/glass_pane_culling_fix","continuity/default","computercraft/overhaul"] +incompatibleResourcePacks:["computercraft/overhaul"] +soundCategory_master:0.50772625 +soundCategory_music:0.15492958 +soundCategory_record:0.5070422 +soundCategory_weather:0.5093897 +soundCategory_block:0.8028169 +soundCategory_hostile:0.7065728 +soundCategory_neutral:0.7089202 +soundCategory_player:0.6056338 +soundCategory_ambient:0.5056338 +soundCategory_voice:0.600939 +mipmapLevels:1 +guiScale:3 +autoJump:false +enableVsync:false \ No newline at end of file diff --git a/config/defaultoptions/servers.dat b/config/defaultoptions/servers.dat new file mode 100644 index 0000000..57daa24 Binary files /dev/null and b/config/defaultoptions/servers.dat differ diff --git a/config/dml-refabricated.json b/config/dml-refabricated.json new file mode 100644 index 0000000..bdf8936 --- /dev/null +++ b/config/dml-refabricated.json @@ -0,0 +1,117 @@ +{ + "trial": { + "maxMobsInArena": 8, + "postEndTimeout": 60, + "arenaRadius": 12, + "warmupTime": 60, + "maxTime": 24000, + "allowStartInWrongTerrain": false, + "allowPlayersLeavingArena": false, + "allowMobsLeavingArena": false, + "buildGriefPrevention": true, + "interactGriefPrevention": true, + "explosionGriefPrevention": true, + "trialKeyConsume": true, + "trialKeyReturnIfSucceed": true + }, + "lootFabricator": { + "overworldExchangeRatio": 16, + "zombieExchangeRatio": 16, + "skeletonExchangeRatio": 16, + "slimyExchangeRatio": 16, + "illagerExchangeRatio": 13, + "oceanExchangeRatio": 16, + "ghostExchangeRatio": 16, + "netherExchangeRatio": 10, + "endExchangeRatio": 14, + "processTime": 200, + "unstackableNullificationChance": 0.75 + }, + "dataModel": { + "basicDataRequired": 8, + "advancedDataRequired": 16, + "superiorDataRequired": 32, + "selfAwareDataRequired": 64 + }, + "systemGlitch": { + "teleportChance": 0.05, + "teleportMinDistance": 5, + "teleportDelay": 100, + "teleportAroundPlayerRadius": 2, + "damageLimiter": 20.0 + }, + "dataCollection": { + "baseDataGainPerKill": 1 + }, + "affix": { + "maxAffixesInKey": 3, + "enableMobStrength": true, + "enableMobSpeed": true, + "enableMobResistance": true, + "enableThunderstorm": true, + "enablePartyPoison": true, + "thunderstormBoltChance": 0.05, + "partyPoisonChance": 0.005 + }, + "matterCondenser": { + "processTime": 40 + }, + "glitchArmor": { + "dataAmountToBasic": 32, + "dataAmountToAdvanced": 96, + "dataAmountToSuperior": 192, + "dataAmountToSelfAware": 384, + "soulVisionRange": 12, + "maxFlightTicksPerLevel": 600, + "undyingCooldownTime": 36000, + "costs": { + "fireProtection": 1.0, + "piglinTruce": 3.5, + "autoExtinguish": 4.0, + "featherFalling": 3.0, + "fireImmunity": 1.0, + "jumpBoost": 0.0075, + "plenty": 1.0, + "unrottenFlesh": 0.5, + "rotResistance": 0.5, + "zombieFriendly": 0.1, + "archery": 0.5, + "skeletonFriendly": 0.1, + "fallImmunity": 1.0, + "endermenProofVision": 1.0, + "shulkerFriendly": 0.2, + "teleports": 1.5, + "soulVision": 8.0, + "nightVision": 0.005, + "fly": 0.05, + "underwaterHaste": 0.01, + "depthStrider": 0.01, + "waterBreathing": 0.01, + "poseidonBless": 0.015, + "resistance": 0.3, + "undying": 8.0 + } + }, + "matterXP": { + "overworldMatterXP": 10, + "hellishMatterXP": 14, + "extraterrestrialMatterXP": 20 + }, + "pristineChance": { + "basic": 4, + "advanced": 8, + "superior": 20, + "self_aware": 35 + }, + "energyCost": { + "nether": 500, + "slimy": 360, + "overworld": 300, + "zombie": 500, + "skeleton": 180, + "end": 712, + "ghost": 572, + "illager": 612, + "ocean": 360 + } +} diff --git a/config/doodads.toml b/config/doodads.toml new file mode 100644 index 0000000..fbff816 --- /dev/null +++ b/config/doodads.toml @@ -0,0 +1,38 @@ +[doodadItems] +enableSlingshot = true +enableDuctTape = true +enablePaintbrush = true +enableSporeSword = true +enableDoodadBundle = true +enableGlareStaff = true +enableMagicPlum = true +enablePebble = true +enableRubberBand = true +enableScissors = true +[doodadTrinkets] +enableBeaverTeeth = true +enableBendyStraw = true +enableBlossomBelt = true +enableCactusRing = true +enableEnderGoggles = true +enableGlarePlushie = true +enableLoggersGlove = true +enableMoonStoneRing = true +enableSlimeyShoes = true +enableCelestialStoneRing = true +enableMidnightsEye = true +enableShulkerAglet = true +enableSoggyGlove = true +enableSpeedySneakers = true +enableSunStoneRing = true +[doodadBlocks] +enableAsphalt = true +enableBrickRoad = true +enableStoneBrickRoad = true +enableYellowBrickRoad = true +enablePlatform = true +enablePortableNether = true +[doodadWorldGen] +chestDoodadSpawnRate = 10.0 +enableDoodadSpawnsInVillages = false +entityDoodadDropRate = 0.0 diff --git a/config/dracomelette.json b/config/dracomelette.json new file mode 100644 index 0000000..c86d6be --- /dev/null +++ b/config/dracomelette.json @@ -0,0 +1,5 @@ +{ + "spawnMultipleEggs": false, + "breakChance": 0.35, + "teleportChance": 0.5 +} \ No newline at end of file diff --git a/config/dragonfight.json b/config/dragonfight.json new file mode 100644 index 0000000..7e5fdf2 --- /dev/null +++ b/config/dragonfight.json @@ -0,0 +1,44 @@ +{ + "dragonDifficulty": { + "desc:": "Sets the dragon difficulty modifier, the higher the more difficult the dragon gets.Scales up mob spawn amount, dragon damage and health aswell as crystal respawn intervals. Note that the difficulty already scales on the playercount involved in the fight, this is a static bonus ontop.default:2, vanilla:0", + "dragonDifficulty": 2 + }, + "crystalRespawnTimeModifier": { + "desc:": "Modifies crystal respawn time, 0.5 \u003d spawns twice as fast, 2 \u003d twice as slow. default:1.0", + "crystalRespawnTimeModifier": 1.0 + }, + "lightningExplosionDensity": { + "desc:": "Modifies lightning and explosion density, 0.5 \u003d half as many, 2 \u003d twice as many. default:1.0", + "lightningExplosionDensity": 1.0 + }, + "disableLightning": { + "desc:": "Disables lightning spawns: default:false", + "disableLightning": false + }, + "printDragonPhases": { + "desc:": "Prints the dragon phase in chat if enabled: default:false", + "printDragonPhases": false + }, + "disableDragonAreaSpawns": { + "desc:": "Disables mob spawning on the Dragon island during the fight: default:true", + "disableDragonAreaSpawns": true + }, + "spawnoncrystaldestroy": { + "desc:": "List of mobs spawning when a crystal is destroyed at range, intended to be flying or ranged to close the gap: e.g. format : [\"minecraft:zombie\", \"minecraft:creeper\"]", + "spawnoncrystaldestroy": [ + "minecraft:phantom" + ] + }, + "spawnoncrystalrespawn": { + "desc:": "List of mobs spawning on crystal respawn, intended to be ranged to ward of players from a distance: e.g. format : [\"minecraft:zombie\", \"minecraft:creeper\"]", + "spawnoncrystalrespawn": [ + "minecraft:blaze" + ] + }, + "spawnwhilelanded": { + "desc:": "List of mobs spawning while the dragon is sitting in the middle, intended to be melee and not vulnerable to ranged: e.g. format : [\"minecraft:zombie\", \"minecraft:creeper\"]", + "spawnwhilelanded": [ + "minecraft:enderman" + ] + } +} \ No newline at end of file diff --git a/config/dragonloot.json5 b/config/dragonloot.json5 new file mode 100644 index 0000000..324fcae --- /dev/null +++ b/config/dragonloot.json5 @@ -0,0 +1,18 @@ +{ + "scale_minimum_drop_amount": 2, + "additional_scales_per_player": 1, + // 0.8F = 80% + "additional_scale_drop_chance": 0.3499999940395355, + "dragon_armor_protection_helmet": 6, + "dragon_armor_protection_chest": 9, + "dragon_armor_protection_leggings": 7, + "dragon_armor_protection_boots": 5, + "dragon_armor_toughness": 3.0, + "dragon_armor_knockback_resistance": 1.0, + "dragon_armor_enchantability": 15, + "dragon_armor_durability_multiplier": 25, + "dragon_item_durability_multiplier": 35, + "dragon_item_base_damage": 5.0, + "dragon_tool_enchantability": 20, + "dragon_anvil_no_cap": true +} \ No newline at end of file diff --git a/config/dummmmmmy-client.json b/config/dummmmmmy-client.json new file mode 100644 index 0000000..1a6b9c3 --- /dev/null +++ b/config/dummmmmmy-client.json @@ -0,0 +1,22 @@ +{ + "visuals": { + "animation_intensity": 0.75, + "show_hearths": false, + "damage_numbers": true, + "texture": "DEFAULT", + "damage_number_colors": { + "genetic": "ffffff", + "crit": "ff0000", + "dragon_breath": "e600ff", + "wither": "666666", + "explosion": "ffbb29", + "magic_indirect": "844ce7", + "magic": "33b1ff", + "trident": "ff9d", + "fire": "ff7700", + "lightning": "fff200", + "cactus": "fa209", + "true_damage": "910038" + } + } +} \ No newline at end of file diff --git a/config/dummmmmmy-common.json b/config/dummmmmmy-common.json new file mode 100644 index 0000000..99b611a --- /dev/null +++ b/config/dummmmmmy-common.json @@ -0,0 +1,15 @@ +{ + "scarecrow": { + "mobs_whitelist": [ + "" + ], + "mobs_blacklist": [ + "" + ], + "scare_radius": 12 + }, + "DPS_mode": "DYNAMIC", + "disable_equipment_damage": true, + "maximum_out_of_combat_interval": 120, + "dummy_decoy": false +} \ No newline at end of file diff --git a/config/dusk.json b/config/dusk.json new file mode 100644 index 0000000..e4580b5 --- /dev/null +++ b/config/dusk.json @@ -0,0 +1,18 @@ +{ + "nightSpawnMod": { + "desc:": "Percentage of how many more monster can appear at night, default: 30", + "nightSpawnMod": 30 + }, + "baseMonsterCap": { + "desc:": "Base monster cap to act upon, this is the value it\u0027ll increase from/reduce to at the start/end of the night. Increase this to see more monsters in the world, default(Vanilla): 70", + "baseMonsterCap": 70 + }, + "minSleepTime": { + "desc:": "Min time required to sleep, default \u003d 14500, vanilla default time:12500, Midnight is 18000. Max: 23000", + "minSleepTime": 12500 + }, + "disableSleep": { + "desc:": "Disables sleeping entirely, default: false", + "disableSleep": false + } +} \ No newline at end of file diff --git a/config/dynamicfps.toml b/config/dynamicfps.toml new file mode 100644 index 0000000..ac20f87 --- /dev/null +++ b/config/dynamicfps.toml @@ -0,0 +1,6 @@ +reduceFPSWhenUnfocused = true +unfocusedFPS = 1 +restoreFPSWhenHovered = true +unfocusedVolumeMultiplier = 0.25 +hiddenVolumeMultiplier = 0.0 +runGCOnUnfocus = false diff --git a/config/ecologics.json b/config/ecologics.json new file mode 100644 index 0000000..d6eb5f6 --- /dev/null +++ b/config/ecologics.json @@ -0,0 +1,25 @@ +{ + "beach": { + "coconutCrabSpawnChance": 0.2, + "generateCoconutTrees": true, + "generateSeashells": true + }, + "desert": { + "spawnCamels": true, + "generatePricklyPears": true, + "pricklyPearGrowthChance": 1.0, + "generateDesertRuins": true + }, + "snowy": { + "spawnPenguins": true, + "generateThinIcePatches": true + }, + "plains": { + "spawnSquirrels": true, + "generateWalnutTrees": true + }, + "lushCaves": { + "replaceAzaleaTree": true, + "generateSurfaceMoss": true + } +} \ No newline at end of file diff --git a/config/effecttooltips.json b/config/effecttooltips.json new file mode 100644 index 0000000..d472fac --- /dev/null +++ b/config/effecttooltips.json @@ -0,0 +1,3 @@ +{ + "showEffectCategory": true +} \ No newline at end of file diff --git a/config/emojiful.json b/config/emojiful.json new file mode 100644 index 0000000..4a473ad --- /dev/null +++ b/config/emojiful.json @@ -0,0 +1,12 @@ +{ + "renderEmoji": true, + "emojiSelector": true, + "emojiAutocomplete": true, + "gifEmojis": true, + "emojiReplacement": true, + "enableLoadTwemoji": true, + "loadCustom": true, + "loadDatapack": true, + "profanityFilter": false, + "profanityFilterReplacement": ":swear:" +} \ No newline at end of file diff --git a/config/entityculling.json b/config/entityculling.json new file mode 100644 index 0000000..9a67372 --- /dev/null +++ b/config/entityculling.json @@ -0,0 +1,26 @@ +{ + "configVersion": 5, + "renderNametagsThroughWalls": true, + "blockEntityWhitelist": [ + "create:rope_pulley", + "minecraft:beacon", + "create:hose_pulley", + "create:carriage_contraption", + "betterend:eternal_pedestal", + "create:gantry_carriage" + ], + "entityWhitelist": [ + "botania:mana_burst", "create:gantry_carriage", "minecells:elevator" + ], + "tracingDistance": 128, + "debugMode": false, + "sleepDelay": 10, + "hitboxLimit": 50, + "skipMarkerArmorStands": true, + "tickCulling": true, + "tickCullingWhitelist": [ + "minecraft:boat", + "minecraft:firework_rocket" + ], + "disableF3": false +} diff --git a/config/equipmentcompare-common.toml b/config/equipmentcompare-common.toml new file mode 100644 index 0000000..2c78cb5 --- /dev/null +++ b/config/equipmentcompare-common.toml @@ -0,0 +1,30 @@ + +#Client Configuration +[client] + + [client.visual_options] + # If badge_text should override the built-in translatable text. + override_badge_text = false + # The text shown on the badge above equipped tooltips. + badge_text = "Equipped" + # The color of the text shown on the badge above equipped tooltips. + #Range: 0 ~ 4294967295 + badge_text_color = 4294967295 + # The background color of the "equipped" badge. + #Range: 0 ~ 4294967295 + badge_bg = 4027584512 + # The start border color of the "equipped" badge. + #Range: 0 ~ 4294967295 + badge_border_start = 3500839187 + # The end border color of the "equipped" badge. + #Range: 0 ~ 4294967295 + badge_border_end = 1623360778 + + [client.control_options] + # If the comparison tooltip should show by default (pressing bound key hides). + default_on = false + # If tool comparisons should compare only the same types of tools (can't compare a sword to an axe, for example). + strict = false + # Blacklist of items to show comparisons for. Add item IDs to prevent them from being compared when hovered over or equipped. + blacklist = ["ae2:wireless_terminal", "ae2:wireless_crafting_terminal", "ae2wtlib:wireless_pattern_encoding_terminal", "ae2wtlib:wireless_pattern_access_terminal", "ae2wtlib:wireless_universal_terminal", "artifacts:whoopee_cushion", "botania:cosmetic_black_bowtie", "botania:cosmetic_black_tie", "botania:cosmetic_red_glasses", "botania:cosmetic_puffy_scarf", "botania:cosmetic_engineer_goggles", "botania:cosmetic_eyepatch", "botania:cosmetic_wicked_eyepatch", "botania:cosmetic_red_ribbons", "botania:cosmetic_pink_flower_bud", "botania:cosmetic_polka_dotted_bows", "botania:cosmetic_blue_butterfly", "botania:cosmetic_cat_ears", "botania:cosmetic_witch_pin", "botania:cosmetic_devil_tail", "botania:cosmetic_kamui_eye", "botania:cosmetic_googly_eyes", "botania:cosmetic_four_leaf_clover", "botania:cosmetic_clock_eye", "botania:cosmetic_unicorn_horn", "botania:cosmetic_devil_horns", "botania:cosmetic_hyper_plus", "botania:cosmetic_botanist_emblem", "botania:cosmetic_ancient_mask", "botania:cosmetic_eerie_mask", "botania:cosmetic_alien_antenna", "botania:cosmetic_anaglyph_glasses", "botania:cosmetic_orange_shades", "botania:cosmetic_groucho_glasses", "botania:cosmetic_thick_eyebrows", "botania:cosmetic_lusitanic_shield", "botania:cosmetic_tiny_potato_mask", "botania:cosmetic_questgiver_mark", "botania:cosmetic_thinking_hand"] + diff --git a/config/extraalchemy.json b/config/extraalchemy.json new file mode 100644 index 0000000..48afbd0 --- /dev/null +++ b/config/extraalchemy.json @@ -0,0 +1,29 @@ +{ + "learningIncreasesExpOrbValue": true, + "enableVials": true, + "enableRings": true, + "enableBrewingStandFire": true, + "brewingStandHeatIncrementDelay": 2, + "brewingStandFireMaxCapacity": 20, + "useAnchorChargesWithReturnPotion": true, + "allowRingsInInventoryWithThirdPartyMods": false, + "showIconsInTooltips": true, + "potions": { + "magnetism": true, + "photosynthesis": true, + "crumbling": true, + "fuse": true, + "recall": true, + "sails": true, + "returning": true, + "learning": true, + "concentration": true, + "gravity": true, + "combustion": true, + "pacifism": true, + "shrinking": true, + "growing": true, + "detection": true, + "piper": true + } +} \ No newline at end of file diff --git a/config/fabric/indigo-renderer.properties b/config/fabric/indigo-renderer.properties new file mode 100644 index 0000000..6af5a1c --- /dev/null +++ b/config/fabric/indigo-renderer.properties @@ -0,0 +1,8 @@ +#Indigo properties file +#Fri Feb 17 20:13:19 CET 2023 +debug-compare-lighting=auto +fix-exterior-vertex-lighting=auto +ambient-occlusion-mode=hybrid +always-tesselate-blocks=auto +fix-smooth-lighting-offset=auto +fix-luminous-block-ambient-occlusion=auto diff --git a/config/fabric_loader_dependencies.json b/config/fabric_loader_dependencies.json new file mode 100644 index 0000000..2bdbb97 --- /dev/null +++ b/config/fabric_loader_dependencies.json @@ -0,0 +1,780 @@ +{ + "version": 1, + "overrides": { + "fallflyinglib": { + "-depends": { + "minecraft": "" + } + }, + "slight-gui-modifications": { + "-depends": { + "modmenu": "" + } + }, + "ftbquests": { + "-depends": { + "ftblibrary": "" + } + }, + "wondrouswilds": { + "-depends": { + "geckolib3": "" + } + }, + "loading-timer": { + "-depends": { + "minecraft": "" + } + }, + "sdrp": { + "-depends": { + "cloth_config": "" + } + }, + "couplings": { + "-depends": { + "minecraft": "" + } + }, + "impaled": { + "-depends": { + "minecraft": "" + } + }, + "crusade": { + "-depends": { + "minecraft": "" + } + }, + "ftbchunks": { + "-depends": { + "minecraft": "" + } + }, + "kubejs": { + "-depends": { + "minecraft": "" + } + }, + "balm-fabric": { + "-depends": { + "minecraft": "" + } + }, + "go-fish": { + "-depends": { + "minecraft": "" + } + }, + "additionaladditions": { + "-depends": { + "minecraft": "" + } + }, + "incantationem": { + "-depends": { + "minecraft": "" + } + }, + "trinkets": { + "-depends": { + "minecraft": "" + } + }, + "morevillagers-fabric": { + "-depends": { + "minecraft": "" + } + }, + "riverredux": { + "-depends": { + "minecraft": "" + } + }, + "fabric-dimensions-v1": { + "-depends": { + "minecraft": "" + } + }, + "kibe": { + "-depends": { + "minecraft": "" + } + }, + "megane": { + "-depends": { + "minecraft": "" + } + }, + "addendum": { + "-depends": { + "minecraft": "" + } + }, + "ctm": { + "-depends": { + "minecraft": "" + } + }, + "yungsapi": { + "-depends": { + "minecraft": "" + } + }, + "maybe-data": { + "-depends": { + "minecraft": "" + } + }, + "packages": { + "-depends": { + "minecraft": "" + } + }, + "playerabilitylib": { + "-depends": { + "minecraft": "" + } + }, + "totemmod": { + "-depends": { + "minecraft": "" + } + }, + "terrarianslimes": { + "-depends": { + "minecraft": "" + } + }, + "mo_glass": { + "-depends": { + "minecraft": "" + } + }, + "promenade": { + "-depends": { + "minecraft": "" + } + }, + "dawn": { + "-depends": { + "minecraft": "" + } + }, + "flytre_lib": { + "-depends": { + "minecraft": "" + } + }, + "repurposed_structures": { + "-depends": { + "minecraft": "" + } + }, + "bitsandchisels": { + "-depends": { + "minecraft": "" + } + }, + "modmenu": { + "-depends": { + "minecraft": "" + } + }, + "toolstats": { + "-depends": { + "minecraft": "" + } + }, + "shulkerutils": { + "-depends": { + "minecraft": "" + } + }, + "mostructures": { + "-depends": { + "minecraft": "" + } + }, + "charmonium": { + "-depends": { + "minecraft": "" + } + }, + "disable_custom_worlds_advice": { + "-depends": { + "minecraft": "" + } + }, + "mocolors": { + "-depends": { + "minecraft": "" + } + }, + "megane-runtime": { + "-depends": { + "minecraft": "" + } + }, + "libblockattributes_fluids": { + "-depends": { + "minecraft": "" + } + }, + "adorn": { + "-depends": { + "minecraft": "" + } + }, + "blast": { + "-depends": { + "minecraft": "" + } + }, + "golemsgalore": { + "-depends": { + "minecraft": "" + } + }, + "conjuring": { + "-depends": { + "minecraft": "" + } + }, + "charm": { + "-depends": { + "minecraft": "" + } + }, + "someforgepatchesported": { + "-depends": { + "minecraft": "" + } + }, + "aqupdgrizzly": { + "-depends": { + "minecraft": "" + } + }, + "bettermineshafts": { + "-depends": { + "minecraft": "" + } + }, + "geckolib3": { + "-depends": { + "minecraft": "" + } + }, + "darkpaintings": { + "-depends": { + "minecraft": "" + } + }, + "notes": { + "-depends": { + "minecraft": "" + } + }, + "placeholder-api": { + "-depends": { + "minecraft": "" + } + }, + "lithium": { + "-depends": { + "minecraft": "" + } + }, + "attributefix": { + "-depends": { + "minecraft": "" + } + }, + "harvest_scythes": { + "-depends": { + "minecraft": "" + } + }, + "myron": { + "-depends": { + "minecraft": "" + } + }, + "stoneholm": { + "-depends": { + "minecraft": "" + } + }, + "wolveswitharmor": { + "-depends": { + "minecraft": "" + } + }, + "strawdummy": { + "-depends": { + "minecraft": "" + } + }, + "reach-entity-attributes": { + "-depends": { + "minecraft": "" + } + }, + "deathlog": { + "-depends": { + "minecraft": "" + } + }, + "goml": { + "-depends": { + "minecraft": "" + } + }, + "libblockattributes_core": { + "-depends": { + "minecraft": "" + } + }, + "polymer": { + "-depends": { + "minecraft": "" + } + }, + "horsestatsvanilla": { + "-depends": { + "minecraft": "" + } + }, + "ktdatataglib": { + "-depends": { + "minecraft": "" + } + }, + "woods_and_mires": { + "-depends": { + "minecraft": "" + } + }, + "jankson": { + "-depends": { + "minecraft": "" + } + }, + "fabric-renderer-indigo": { + "-depends": { + "minecraft": "" + } + }, + "wirelessnetworks": { + "-depends": { + "minecraft": "" + } + }, + "libgui": { + "-depends": { + "minecraft": "" + } + }, + "xaerominimap": { + "-depends": { + "minecraft": "" + } + }, + "fabric-rendering-v0": { + "-depends": { + "minecraft": "" + } + }, + "croptopia": { + "-depends": { + "minecraft": "" + } + }, + "omega-config": { + "-depends": { + "minecraft": "" + } + }, + "gateofbabylon": { + "-depends": { + "minecraft": "" + } + }, + "winged": { + "-depends": { + "minecraft": "" + } + }, + "ambientenvironment": { + "-depends": { + "minecraft": "" + } + }, + "lifts": { + "-depends": { + "minecraft": "" + } + }, + "extragenerators": { + "-depends": { + "minecraft": "" + } + }, + "horseinfo": { + "-depends": { + "minecraft": "" + } + }, + "universal-graves": { + "-depends": { + "minecraft": "" + } + }, + "survivalisland": { + "-depends": { + "minecraft": "" + } + }, + "artifice": { + "-depends": { + "minecraft": "" + } + }, + "indrev": { + "-depends": { + "minecraft": "" + } + }, + "server_translations_api": { + "-depends": { + "minecraft": "" + } + }, + "diggusmaximus": { + "-depends": { + "minecraft": "" + } + }, + "noanglebrackets": { + "-depends": { + "minecraft": "" + } + }, + "structurized": { + "-depends": { + "minecraft": "" + } + }, + "fabric-blockrenderlayer-v1": { + "-depends": { + "minecraft": "" + } + }, + "libblockattributes_items": { + "-depends": { + "minecraft": "" + } + }, + "respawnablepets": { + "-depends": { + "minecraft": "" + } + }, + "fabric": { + "-depends": { + "minecraft": "" + } + }, + "dml-refabricated": { + "-depends": { + "minecraft": "" + } + }, + "packet_tweaker": { + "-depends": { + "minecraft": "" + } + }, + "eggtab": { + "-depends": { + "minecraft": "" + } + }, + "blockus": { + "-depends": { + "minecraft": "" + } + }, + "fabric-events-interaction-v0": { + "-depends": { + "minecraft": "" + } + }, + "enchantmentdescriptions": { + "-depends": { + "minecraft": "" + } + }, + "patchouli": { + "-depends": { + "minecraft": "" + } + }, + "mousewheelie": { + "-depends": { + "minecraft": "" + } + }, + "betterstrongholds": { + "-depends": { + "minecraft": "" + } + }, + "expandedstorage": { + "-depends": { + "minecraft": "" + } + }, + "runelic": { + "-depends": { + "minecraft": "" + } + }, + "cardinal-components-entity": { + "-depends": { + "minecraft": "" + } + }, + "architectury": { + "-depends": { + "minecraft": "" + } + }, + "cherishedworlds": { + "-depends": { + "minecraft": "" + } + }, + "authme": { + "-depends": { + "minecraft": "" + } + }, + "slotlock": { + "-depends": { + "minecraft": "" + } + }, + "cardinal-components-base": { + "-depends": { + "minecraft": "" + } + }, + "cpas": { + "-depends": { + "minecraft": "" + } + }, + "builtinservers": { + "-depends": { + "minecraft": "" + } + }, + "fabric-item-groups-v0": { + "-depends": { + "minecraft": "" + } + }, + "truerooms": { + "-depends": { + "minecraft": "" + } + }, + "fabric-renderer-api-v1": { + "-depends": { + "minecraft": "" + } + }, + "basicaiots": { + "-depends": { + "minecraft": "" + } + }, + "inventorysorter": { + "-depends": { + "minecraft": "" + } + }, + "owo": { + "-depends": { + "minecraft": "" + } + }, + "redbits": { + "-depends": { + "minecraft": "" + } + }, + "waystones": { + "-depends": { + "minecraft": "" + } + }, + "clumps": { + "-depends": { + "minecraft": "" + } + }, + "dual_riders": { + "-depends": { + "minecraft": "" + } + }, + "defaultsettings": { + "-depends": { + "minecraft": "" + } + }, + "entitybanners": { + "-depends": { + "minecraft": "" + } + }, + "lazydfu": { + "-depends": { + "minecraft": "" + } + }, + "lovely_snails": { + "-depends": { + "minecraft": "" + } + }, + "fabric-renderer-registries-v1": { + "-depends": { + "minecraft": "" + } + }, + "quickshulker": { + "-depends": { + "minecraft": "" + } + }, + "artifality": { + "-depends": { + "minecraft": "" + } + }, + "untitledduckmod": { + "-depends": { + "minecraft": "" + } + }, + "ratsmischief": { + "-depends": { + "minecraft": "" + } + }, + "static-content": { + "-depends": { + "minecraft": "" + } + }, + "simple-rpc": { + "-depends": { + "minecraft": "" + } + }, + "dark-loading-screen": { + "-depends": { + "minecraft": "" + } + }, + "hologram-api": { + "-depends": { + "minecraft": "" + } + }, + "kyrptconfig": { + "-depends": { + "minecraft": "" + } + }, + "biome_locator": { + "-depends": { + "minecraft": "" + } + }, + "sgui": { + "-depends": { + "minecraft": "" + } + }, + "spruceui": { + "-depends": { + "minecraft": "" + } + }, + "cardinal-components-world": { + "-depends": { + "minecraft": "" + } + }, + "fabric-biome-api-v1": { + "-depends": { + "minecraft": "" + } + }, + "advanced_runtime_resource_pack": { + "-depends": { + "minecraft": "" + } + }, + "ferritecore": { + "-depends": { + "minecraft": "" + } + }, + "textile_backup": { + "-depends": { + "minecraft": "" + } + }, + "lakeside": { + "-depends": { + "minecraft": "" + } + }, + "betterf3": { + "-depends": { + "minecraft": "" + } + }, + "carrier": { + "-depends": { + "minecraft": "" + } + }, + "fake-player-api": { + "-depends": { + "minecraft": "" + } + }, + "secretrooms": { + "-depends": { + "minecraft": "" + } + }, + "rhino": { + "-depends": { + "minecraft": "" + } + }, + "ae2wtlib": { + "-depends": { + "ae2": "" + } + } + } +} diff --git a/config/farmersdelight.json b/config/farmersdelight.json new file mode 100644 index 0000000..20f9661 --- /dev/null +++ b/config/farmersdelight.json @@ -0,0 +1,38 @@ +{ + "enableVanillaCropCrates": true, + "farmersBuyFDCrops": true, + "wanderingTraderSellsFDItems": true, + "richSoilBoostChance": 0.2, + "cuttingBoardFortuneBonus": 0.1, + "canvasSignDarkBackgroundList": [ + "gray", + "purple", + "blue", + "brown", + "green", + "red", + "black" + ], + "vanillaSoupExtraEffects": true, + "rabbitStewJumpBoost": true, + "dispenserToolsCuttingBoard": true, + "generateFDChestLoot": true, + "generateVillageCompostHeaps": true, + "generateWildCabbages": true, + "chanceWildCabbages": 30, + "generateWildBeetroots": true, + "chanceWildBeetroots": 30, + "generateWildPotatoes": true, + "chanceWildPotatoes": 100, + "generateWildOnions": true, + "chanceWildOnions": 120, + "generateWildCarrots": true, + "chanceWildCarrots": 120, + "generateWildTomatoes": true, + "chanceWildTomatoes": 100, + "generateWildRice": true, + "chanceWildRice": 20, + "nourishedHungerOverlay": true, + "comfortHealthOverlay": true, + "foodEffectTooltip": true +} \ No newline at end of file diff --git a/config/farmersrespite-common.toml b/config/farmersrespite-common.toml new file mode 100644 index 0000000..9893969 --- /dev/null +++ b/config/farmersrespite-common.toml @@ -0,0 +1,14 @@ + +#Game settings +[settings] + #Chance of generating wild tea bushes. Bigger value = more frequent. + #Range: 0 ~ 20 + teaBushChance = 10 + #Are coffee bushes bonemealable? + enableBoneMealCoffeeBush = false + #Are tea bushes bonemealable? + enableBoneMealTeaBush = false + #Chance of generating coffee bushes. Bigger value = more frequent. + #Range: 0 ~ 20 + coffeeBushChance = 10 + diff --git a/config/farmingforblockheads.toml b/config/farmingforblockheads.toml new file mode 100644 index 0000000..d4c2358 --- /dev/null +++ b/config/farmingforblockheads.toml @@ -0,0 +1,8 @@ +merchantNames = ["Swap-O-Matic", "Emerald Muncher", "Weathered Salesperson", "Grandpa Anthony", "Grandma Miles"] +feedingTroughRange = 8 +feedingTroughMaxAnimals = 8 +chickenNestRange = 8 +fertilizerBonusCropChance = 1.0 +fertilizerBonusGrowthChance = 1.0 +fertilizerRegressionChance = 0.0 +showRegistryWarnings = false diff --git a/config/farmingforblockheads/MarketRegistry.json b/config/farmingforblockheads/MarketRegistry.json new file mode 100644 index 0000000..60d8291 --- /dev/null +++ b/config/farmingforblockheads/MarketRegistry.json @@ -0,0 +1,1429 @@ +{ + + "groupOverrides": { + + "farmingforblockheads:saplings": { + "icon": { + "item": "croptopia:apple_sapling" + } + } + }, + + "customEntries": [ + + { + "output": { + "item": "twilightforest:twilight_oak_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "twilightforest:canopy_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "twilightforest:mangrove_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "twilightforest:darkwood_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "twilightforest:rainbow_oak_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "vinery:cherry_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "vinery:old_cherry_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + + { + "output": { + "item": "biomemakeover:ancient_oak_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "biomemakeover:blighted_balsa_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "biomemakeover:swamp_cypress_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "biomemakeover:willow_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "byg:araucaria_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "byg:aspen_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "byg:baobab_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "byg:blue_enchanted_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "byg:blue_spruce_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "byg:brown_birch_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "byg:brown_oak_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "byg:brown_zelkova_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "byg:cika_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "byg:cypress_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "byg:ebony_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "byg:fir_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "byg:green_enchanted_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "byg:holly_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "byg:indigo_jacaranda_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "byg:jacaranda_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "byg:joshua_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "byg:mahogany_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "byg:white_mangrove_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "byg:maple_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "byg:orange_birch_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "byg:orange_oak_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "byg:orange_spruce_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "byg:orchard_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "byg:palm_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "byg:palo_verde_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "byg:pine_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "byg:pink_cherry_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "byg:rainbow_eucalyptus_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "byg:redwood_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "byg:red_birch_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "byg:red_maple_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "byg:red_oak_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "byg:red_spruce_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "byg:silver_maple_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "byg:skyris_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "byg:white_cherry_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "byg:willow_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "byg:witch_hazel_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "byg:yellow_birch_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "byg:yellow_spruce_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "byg:zelkova_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "croptopia:apple_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "croptopia:banana_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "croptopia:orange_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "croptopia:persimmon_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "croptopia:plum_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "croptopia:cherry_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "croptopia:lemon_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "croptopia:grapefruit_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "croptopia:kumquat_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "croptopia:peach_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "croptopia:coconut_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "croptopia:nutmeg_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "croptopia:fig_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "croptopia:nectarine_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "croptopia:mango_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "croptopia:dragonfruit_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "croptopia:starfruit_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "croptopia:avocado_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "croptopia:apricot_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "croptopia:pear_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "croptopia:lime_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "croptopia:date_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "croptopia:almond_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "croptopia:cashew_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "croptopia:pecan_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "croptopia:walnut_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + { + "output": { + "item": "croptopia:cinnamon_sapling" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:saplings" + }, + + + + { + "output": { + "item": "vinery:red_grape_seeds" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "vinery:white_grape_seeds" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "supplementaries:flax_seeds" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:artichoke_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:asparagus_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:bellpepper_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:blackbean_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:blackberry_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:blueberry_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:broccoli_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "farmersdelight:cabbage_seeds" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:cantaloupe_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:elderberry_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:eggplant_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:currant_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:cucumber_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:cranberry_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:corn_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:coffee_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:celery_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:cauliflower_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:garlic_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:grape_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:greenbean_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:greenonion_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:honeydew_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:hops_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:kale_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:kiwi_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:leek_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:lettuce_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:olive_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:onion_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:peanut_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:pineapple_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:radish_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:raspberry_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:rhubarb_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:rice_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:rutabaga_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:saguaro_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:spinach_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:squash_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:strawberry_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:sweetpotato_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:tomatillo_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "farmersdelight:tomato_seeds" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:turnip_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:yam_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:zucchini_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:mustard_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:chile_pepper_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:turmeric_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:ginger_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:basil_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:oat_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:barley_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:soybean_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:vanilla_seeds" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:tea_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + }, + + { + "output": { + "item": "croptopia:pepper_seed" + }, + "payment": { + "item": "minecraft:emerald" + }, + "category": "farmingforblockheads:seeds" + } + + + ] +} diff --git a/config/ferritecore.mixin.properties b/config/ferritecore.mixin.properties new file mode 100644 index 0000000..4de5cf2 --- /dev/null +++ b/config/ferritecore.mixin.properties @@ -0,0 +1,20 @@ +# Replace the blockstate neighbor table +replaceNeighborLookup = true +# Do not store the properties of a state explicitly and read themfrom the replace neighbor table instead. Requires replaceNeighborLookup to be enabled +replacePropertyMap = true +# Cache the predicate instances used in multipart models +cacheMultipartPredicates = true +# Avoid creation of new strings when creating ModelResourceLocations +modelResourceLocations = true +# Do not create a new MultipartBakedModel instance for each block state using the same multipartmodel. Requires cacheMultipartPredicates to be enabled +multipartDeduplication = true +# Deduplicate cached data for blockstates, most importantly collision and render shapes +blockstateCacheDeduplication = true +# Deduplicate vertex data of baked quads in the basic model implementations +bakedQuadDeduplication = true +# Replace objects used to detect multi-threaded access to chunks by a much smaller field. This option is disabled by default due to very rare and very hard-to-reproduce crashes, use at your own risk! +useSmallThreadingDetector = false +# Use a slightly more compact, but also slightly slower representation for block states +compactFastMap = false +# Populate the neighbor table used by vanilla. Enabling this slightly increases memory usage, but can help with issues in the rare case where mods access it directly. +populateNeighborTable = false diff --git a/config/fertilization.toml b/config/fertilization.toml new file mode 100644 index 0000000..8b04d50 --- /dev/null +++ b/config/fertilization.toml @@ -0,0 +1,10 @@ +addDropsDirectlyToInventory = false +addDropsDirectlyToInventoryForFakePlayers = true +allowBoneMealOnSaplings = true +allowBoneMealOnVines = true +allowBoneMealOnSugarCanes = true +compressedBoneMealPower = 4 +extremelyCompressedBoneMealPower = 36 +floristsBoneMealMaxFlowers = 5 +floristsBoneMealMaxRange = 3 +flowerBlocks = ["minecraft:poppy", "minecraft:dandelion", "minecraft:blue_orchid", "minecraft:allium", "minecraft:azure_bluet", "minecraft:red_tulip", "minecraft:orange_tulip", "minecraft:white_tulip", "minecraft:pink_tulip", "minecraft:oxeye_daisy", "minecraft:rose_bush", "minecraft:peony", "minecraft:lilac", "minecraft:sunflower", "minecraft:cornflower", "minecraft:lily_of_the_valley"] diff --git a/config/findme.json b/config/findme.json new file mode 100644 index 0000000..3bec04e --- /dev/null +++ b/config/findme.json @@ -0,0 +1,11 @@ +{ + "COMMON": { + "RADIUS_RANGE": 8, + "IGNORE_ITEM_DAMAGE": false + }, + "CLIENT": { + "CONTAINER_TRACK_TIME": 600, + "CONTAINER_TRACKING": true, + "CONTAINER_HIGHLIGHT_COLOR": "#cf9d15" + } +} \ No newline at end of file diff --git a/config/fishofthieves.json b/config/fishofthieves.json new file mode 100644 index 0000000..08f2760 --- /dev/null +++ b/config/fishofthieves.json @@ -0,0 +1,22 @@ +{ + "general": { + "trophyMaxHealth": 5.0, + "simpleSpawningCondition": false, + "neutralFishBehavior": false, + "displayAllFishVariantInCreativeTab": false, + "dropAndPickFishesWithVariant": false + }, + "spawnRate": { + "trophyProbability": 0.15, + "umberSplashtailProbability": 0.1, + "brightPondieProbability": 0.1, + "ravenIslehopperProbability": 0.1, + "boneAncientscaleProbability": 0.1, + "bonedustPlentifinProbability": 0.1, + "muddyWildsplashProbability": 0.1, + "forsakenDevilfishProbability": 0.1, + "sandBattlegillProbability": 0.1, + "snowWreckerProbability": 0.1, + "shadowStormfishProbability": 0.1 + } +} \ No newline at end of file diff --git a/config/flywheel.json b/config/flywheel.json new file mode 100644 index 0000000..1ab18b7 --- /dev/null +++ b/config/flywheel.json @@ -0,0 +1,5 @@ +{ + "backend": "INSTANCING", + "debugNormals": false, + "limitUpdates": true +} \ No newline at end of file diff --git a/config/friendlyfire.json b/config/friendlyfire.json new file mode 100644 index 0000000..1949e96 --- /dev/null +++ b/config/friendlyfire.json @@ -0,0 +1,6 @@ +{ + "protectPetsFromOwner": true, + "protectPetsFromPets": true, + "protectChildren": true, + "reflectDamage": false +} \ No newline at end of file diff --git a/config/ftbquests/quests/chapter_groups.snbt b/config/ftbquests/quests/chapter_groups.snbt new file mode 100644 index 0000000..5f90fe9 --- /dev/null +++ b/config/ftbquests/quests/chapter_groups.snbt @@ -0,0 +1,8 @@ +{ + chapter_groups: [ + { id: "33A417364C0A17FE", title: "&lLogistics&r &b⚙" } + { id: "76C22988F9A7C9CE", title: "&lUtilities&r &9⚒" } + { id: "0815C5D80307ECDF", title: "&lTechnology&r &e⚡" } + { id: "1039AC171AB01709", title: "&lMagic&r &d✡" } + ] +} diff --git a/config/ftbquests/quests/chapters/ad_astra.snbt b/config/ftbquests/quests/chapters/ad_astra.snbt new file mode 100644 index 0000000..aba8aa2 --- /dev/null +++ b/config/ftbquests/quests/chapters/ad_astra.snbt @@ -0,0 +1,1136 @@ +{ + id: "3F91472CA2C9CFDD" + group: "0815C5D80307ECDF" + order_index: 0 + filename: "ad_astra" + title: "Ad Astra" + icon: { + id: "ad_astra:tier_3_rocket" + Count: 1b + tag: { } + } + default_quest_shape: "" + default_hide_dependency_lines: false + quests: [ + { + title: "&9Ad Astra" + x: -5.5d + y: 0.0d + subtitle: "To the Stars!" + description: [ + "The phrase \"Ad Astra\" means \"To The Stars\" in ye old Latin. And while you cannot physically land on a star in this mod, you *can* explore the planets and moons amongst the stars that revolves around Earth." + "" + "The guidebook in Ad Astra has helpful information on the various mobs, resources, and structures you can find on the different planets." + ] + id: "112810B97BA58A9C" + tasks: [{ + id: "3897B33AFFD9F54F" + type: "item" + item: { + id: "ad_astra:astrodux" + Count: 1b + tag: { } + } + }] + } + { + title: "To the Moon!" + x: -1.5d + y: 0.0d + shape: "octagon" + subtitle: "You're finally ready to go to space! " + description: [ + "After gathering all the requisite materials, you're finally ready to go into space!" + "" + "Simply make a 3x3 square out of the launch pads and right click with your rocket to place it." + "" + "Shift right click the rocket to open its GUI. There, you can fill its internal storage with your extra buckets of rocket fuel, oxygen, and launch pads. You can also fuel your rocket itself in this menu." + ] + dependencies: [ + "39553F6B02384BFB" + "6E9A973B387987F7" + "6DABB3DDA44D6377" + "30F1C5601C3ECEF1" + "2DD1E268E40C2508" + "112C0C7C49867DE2" + "3178EF6B62E2D458" + ] + size: 1.5d + id: "0DED6D5C8A4C96B9" + tasks: [{ + id: "0F9A475DDBED7F70" + type: "item" + item: { + id: "ad_astra:tier_1_rocket" + Count: 1b + tag: { } + } + }] + rewards: [{ + id: "44F35E5939C02079" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 11763949 + Loot: "aof:loot_bags/ad_astra/rare" + Name: "Ad Astra! Rare Lootbag" + } + } + }] + } + { + title: "Launch Pad Setup" + x: -1.5d + y: -1.5d + subtitle: "Getting Ready for Launch!" + description: [ + "In order to propell your rocket into the air, it needs a base to launch from. You're able to place your rocket in the center and shift right click it to fill it with fuel" + "" + "Please note! Your launch pad does not come with you, so bring extra launch pads!" + ] + hide_dependency_lines: true + dependencies: [ + "112810B97BA58A9C" + "112C0C7C49867DE2" + ] + id: "6E9A973B387987F7" + tasks: [{ + id: "10456FA8FB4B2BB3" + type: "item" + item: "ad_astra:launch_pad" + }] + rewards: [{ + id: "675B6DF562FF19C9" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 11763949 + Loot: "aof:loot_bags/ad_astra/common" + Name: "Ad Astra! Common Lootbag" + } + } + }] + } + { + icon: "ad_astra:fuel_refinery" + x: -2.5d + y: -1.0d + subtitle: "Don't tell California" + description: [ + "Rockets can't exactly go into space without something propelling them into it. Oil naturally generated around the world allows you to refine it and turn it into suitable fuel for launching the rocket." + "" + "Please note! Fuel gets depleted when launching the rocket, so bringing extra fuel with you so you can get back home when you launch is extremely important! 6 buckets should be enough to go to space and back" + ] + hide_dependency_lines: true + dependencies: [ + "112810B97BA58A9C" + "112C0C7C49867DE2" + ] + id: "39553F6B02384BFB" + tasks: [ + { + id: "38A4E36F4439731A" + type: "item" + item: "ad_astra:fuel_refinery" + } + { + id: "5BAE522782F8831E" + type: "item" + item: "ad_astra:fuel_bucket" + count: 6L + } + ] + rewards: [{ + id: "3D5D5A3845291029" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 11763949 + Loot: "aof:loot_bags/ad_astra/common" + Name: "Ad Astra! Common Lootbag" + } + } + }] + } + { + title: "Space Suit" + icon: { + id: "ad_astra:space_helmet" + Count: 1b + tag: { + Damage: 0 + } + } + x: -1.5d + y: 1.5d + subtitle: "Buzz Lightyear to Star Command" + description: [ + "Unlike our lovely planet Earth, the Moon (just like most of the other planets) does not have a breathable atmosphere. You'll need a space suit of some kind in order to be able to breathe." + "" + "In order to add oxygen to your suit, you'll need to use an Oxygen Loader." + ] + hide_dependency_lines: true + dependencies: [ + "112810B97BA58A9C" + "112C0C7C49867DE2" + ] + id: "6DABB3DDA44D6377" + tasks: [ + { + id: "4364CD32845DB97B" + type: "item" + item: { + id: "ad_astra:space_helmet" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "6B2AFCC0AA031133" + type: "item" + item: { + id: "ad_astra:space_suit" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "0FA15C04D7874CBC" + type: "item" + item: { + id: "ad_astra:space_pants" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "0AEB0ADDB18E0C78" + type: "item" + item: { + id: "ad_astra:space_boots" + Count: 1b + tag: { + Damage: 0 + } + } + } + ] + rewards: [{ + id: "18F8A2AC6AD01EA2" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 11763949 + Loot: "aof:loot_bags/ad_astra/common" + Name: "Ad Astra! Common Lootbag" + } + } + }] + } + { + title: "Oxygen Generation" + icon: "ad_astra:oxygen_loader" + x: -0.5d + y: 1.0d + shape: "circle" + subtitle: "Where'd the Hydrogen go???" + description: [ + "Breathing is an important part of surviving on planets and moons without a proper atmosphere. You can easily manufacture oxygen by supplying water to an Oxygen Loader" + "" + "Each bucket of water creates 50 mb of oxygen, so you'll need alot of water to make sufficient oxygen to survive on other planets" + ] + hide_dependency_lines: true + dependencies: [ + "112810B97BA58A9C" + "112C0C7C49867DE2" + ] + id: "30F1C5601C3ECEF1" + tasks: [ + { + id: "6BCCBA22565698C8" + type: "item" + item: "ad_astra:oxygen_loader" + } + { + id: "3209CCD3E86EDD04" + type: "item" + item: "ad_astra:oxygen_bucket" + count: 6L + } + ] + rewards: [{ + id: "2D327DD48A310FE7" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 11763949 + Loot: "aof:loot_bags/ad_astra/common" + Name: "Ad Astra! Common Lootbag" + } + } + }] + } + { + x: -0.5d + y: -1.0d + subtitle: "Its not hard, just rocket science!" + description: ["Rockets are far too large for the vanilla crafting table, and theres only so much you can do with your bare hands. In order to construct your rockets, you'll need a NASA workbench."] + hide_dependency_lines: true + dependencies: [ + "112810B97BA58A9C" + "112C0C7C49867DE2" + ] + id: "2DD1E268E40C2508" + tasks: [{ + id: "686AE214D9240B7A" + type: "item" + item: "ad_astra:nasa_workbench" + }] + rewards: [{ + id: "3384F7FAFB2B78ED" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 11763949 + Loot: "aof:loot_bags/ad_astra/common" + Name: "Ad Astra! Common Lootbag" + } + } + }] + } + { + title: "To Mars!" + x: 3.0d + y: 0.0d + shape: "octagon" + subtitle: "Beat Elon to it!" + description: [ + "Once you've gathered plenty of desh, you can craft a tier 2 rocket in much the same fashion that you made the tier 1 rocket." + "" + "Virtually everything is the same about how to prepare for this flight to Mars vs the Moon, except the rocket uses Desh parts instead of steel." + ] + dependencies: [ + "4F0886FF37E1101A" + "47D456E43D42EBC9" + "2CDAB93BD674197F" + "1384C1D8BD79C6D0" + "6582513D8887DF04" + "58132755E921E778" + "4288B73FA65D8229" + ] + size: 1.5d + id: "1C711856985D4A81" + tasks: [{ + id: "71D614D537FADCE9" + type: "item" + item: { + id: "ad_astra:tier_2_rocket" + Count: 1b + tag: { } + } + }] + rewards: [{ + id: "4DBE4F2A8B29DCF5" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 11763949 + Loot: "aof:loot_bags/ad_astra/epic" + Name: "Ad Astra! Epic Lootbag" + } + } + }] + } + { + title: "&6Moon Metal" + x: 0.7500000000000071d + y: 0.010204081632650741d + subtitle: "Dish, Desh, Ding" + description: [ + "Once you're on the Moon, there's plenty to do. One of the most important resources to gather while you're here is Desh." + "" + "Desh is a key resource in the next phase of technology in Ad Astra, and an aquiring a large amount of Desh will be necessary to getting to the next planet; Mars." + "" + "Please note! The outer quests in this phase are not required to unlock the rocket quest, but are highly encouraged to explore all the possible uses of Desh while on the moon!" + ] + dependencies: ["0DED6D5C8A4C96B9"] + id: "4F0886FF37E1101A" + tasks: [{ + id: "5FC0EB271676835B" + type: "item" + item: "ad_astra:desh_ingot" + count: 20L + }] + rewards: [{ + id: "69C472FB62AF4303" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 11763949 + Loot: "aof:loot_bags/ad_astra/rare" + Name: "Ad Astra! Rare Lootbag" + } + } + }] + } + { + x: 3.0d + y: -1.5d + subtitle: "Seriously though, where's the Hydrogen???" + description: [ + "Having to constantly replace the oxygen in your space suit can get annoying, so automating the distribution of oxygen in your living space is essential to long term living in space." + "" + "When supplied with enough oxygen in a completely closed environment, you can provide oxygen to said room, making the space livable to any living being (including you!)." + ] + hide_dependency_lines: true + dependencies: ["4F0886FF37E1101A"] + optional: true + id: "58132755E921E778" + tasks: [{ + id: "44A56AA0B6264AE9" + type: "item" + item: "ad_astra:oxygen_distributor" + }] + rewards: [{ + id: "1C2A03C3DD8D7EBB" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 11763949 + Loot: "aof:loot_bags/ad_astra/rare" + Name: "Ad Astra! Rare Lootbag" + } + } + }] + } + { + title: "Mucho Queso" + x: 4.0d + y: -1.0d + subtitle: "¡Queso Delicioso!" + description: [ + "Ahora que estás en la luna, puedes conseguir el material más importante de todo el mod; Queso." + "" + "Queso es un material comestible que no tiene mucho uso dentro de \"Ad Astra\", pero es sabroso y el alimento más fácil de encontrar en la Luna." + "" + "TL;DR cheese good. eat some." + ] + hide_dependency_lines: true + dependencies: ["4F0886FF37E1101A"] + optional: true + id: "6582513D8887DF04" + tasks: [{ + id: "485EA3679EAAA035" + type: "item" + item: "ad_astra:cheese" + count: 16L + }] + rewards: [{ + id: "6345CC3EB9BD98CB" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 11763949 + Loot: "aof:loot_bags/ad_astra/rare" + Name: "Ad Astra! Rare Lootbag" + } + } + }] + } + { + x: 2.0d + y: -1.0d + subtitle: "Photosynthe!... wait thats not right..." + description: [ + "Once you have access to Desh, you're able to auotmate a few processes that make your life easier. One of those being energy generation." + "" + "The Solar Panel generates energy when in sunlight. The amount it generates varies depending on the planet/moon's distance from the sun and how much fog covers that celestial body." + ] + hide_dependency_lines: true + dependencies: ["4F0886FF37E1101A"] + optional: true + id: "4288B73FA65D8229" + tasks: [{ + id: "278C6932C7FA6742" + type: "item" + item: "ad_astra:solar_panel" + }] + rewards: [{ + id: "7D61139A6347647C" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 11763949 + Loot: "aof:loot_bags/ad_astra/rare" + Name: "Ad Astra! Rare Lootbag" + } + } + }] + } + { + title: "Desh Distribution" + x: 2.0d + y: 1.0d + subtitle: "Dish, Desh, Dash" + description: ["Desh cables are a more advanced version of the steel cables, capable of transfering 256 ⚡/t"] + hide_dependency_lines: true + dependencies: ["4F0886FF37E1101A"] + optional: true + id: "47D456E43D42EBC9" + tasks: [{ + id: "76CA4925C14F42BD" + type: "item" + item: "ad_astra:desh_cable" + count: 12L + }] + rewards: [{ + id: "55237609F37EBAE8" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 11763949 + Loot: "aof:loot_bags/ad_astra/rare" + Name: "Ad Astra! Rare Lootbag" + } + } + }] + } + { + title: "Space Rover" + x: 3.0d + y: 1.5d + subtitle: "Mark Rober Minecraft Mod when?" + description: [ + "The rover is a useful machine that allows the user to traverse over the strange terrain of the other celestial bodies." + "" + "It requires fuel to run, and can accept 2 passengers; a driver and a passenger." + ] + hide_dependency_lines: true + dependencies: ["4F0886FF37E1101A"] + optional: true + id: "2CDAB93BD674197F" + tasks: [{ + id: "7B576F4EBEB08269" + type: "item" + item: { + id: "ad_astra:tier_1_rover" + Count: 1b + tag: { } + } + }] + rewards: [{ + id: "3BE3FBA567414CC5" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 11763949 + Loot: "aof:loot_bags/ad_astra/rare" + Name: "Ad Astra! Rare Lootbag" + } + } + }] + } + { + title: "Desh Draining" + icon: "ad_astra:desh_fluid_pipe" + x: 4.0d + y: 1.0d + subtitle: "Dish, Desh, Drip" + description: ["Desh Pipes are useful for transfering fluids over some distance. When paired with the Fluid Pump, it can be helpful in automating the production of oxygen."] + hide_dependency_lines: true + dependencies: ["4F0886FF37E1101A"] + optional: true + id: "1384C1D8BD79C6D0" + tasks: [ + { + id: "5E255931B74E243C" + type: "item" + item: "ad_astra:desh_fluid_pipe" + count: 12L + } + { + id: "753ECC1F6ACD0414" + type: "item" + item: "ad_astra:wrench" + } + ] + rewards: [{ + id: "0FC1A2BA80448382" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 11763949 + Loot: "aof:loot_bags/ad_astra/rare" + Name: "Ad Astra! Rare Lootbag" + } + } + }] + } + { + title: "Mars Metal" + x: 5.282312925170075d + y: -0.017006802721095227d + subtitle: "On goes Ostrum" + description: ["A new material exclusive to Mars that you'll need to progress from here is Ostrum. Gather plenty of it, you'll need it for your rocket and to upgrade much of your current machinery"] + dependencies: ["1C711856985D4A81"] + id: "760572711CF727BB" + tasks: [{ + id: "275AD0703F620408" + type: "item" + item: "ad_astra:ostrum_ingot" + }] + rewards: [{ + id: "250B49FA04316495" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 11763949 + Loot: "aof:loot_bags/ad_astra/epic" + Name: "Ad Astra! Epic Lootbag" + } + } + }] + } + { + title: "To the Hotter Planets!" + x: 7.5d + y: 0.0d + shape: "octagon" + subtitle: "Sizzling Space" + description: [ + "You know the deal by now. Gather enough Ostrum to craft the Tier 3 rocket." + "" + "Please note! Travel to the hotter planets requires a netherite space suit or fire resistance or you will burn up and die." + ] + dependencies: [ + "760572711CF727BB" + "2223D0AFDF5C10FB" + "7311ED0FFC4444EB" + "1C2AAE8F4E119084" + "6D01C247A8864071" + "5A2581CBAB21D071" + "6A298F887D96C0E8" + ] + size: 1.5d + id: "6E4D99BBFFDFB961" + tasks: [{ + id: "0ED147E69FC78915" + type: "item" + item: { + id: "ad_astra:tier_3_rocket" + Count: 1b + tag: { } + } + }] + rewards: [{ + id: "7F3BA25DD56FE746" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "LEGENDARY" + Color: 11763949 + Name: "Ad Astra! Legendary Lootbag" + Loot: "aof:loot_bags/ad_astra/legendary" + } + } + }] + } + { + x: 6.5d + y: -1.0d + subtitle: "Guess we'll never find the hydrogen" + description: ["A simple block that can detect whether or not the area has oxygen. Useful for making sure your air lock is working."] + hide_dependency_lines: true + dependencies: ["760572711CF727BB"] + optional: true + id: "2223D0AFDF5C10FB" + tasks: [{ + id: "79C7AC3F6ABEE10E" + type: "item" + item: "ad_astra:oxygen_sensor" + }] + rewards: [{ + id: "0C75732A3206C570" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 11763949 + Loot: "aof:loot_bags/ad_astra/epic" + Name: "Ad Astra! Epic Lootbag" + } + } + }] + } + { + title: "Netherite Space Suit" + icon: { + id: "ad_astra:netherite_space_helmet" + Count: 1b + tag: { + Damage: 0 + } + } + x: 7.5d + y: -1.5d + subtitle: "Come in star command" + description: [ + "While the normal space suit works great on the planets with a climate similar to Earth, other celestial bodies closer to the Sun are much hotter, and thus require better equipment to survive." + "" + "The Netherite Space Suit is the best way to survive on the hotter planets, but you can also avoid heat damage by drinking a fire resistance potion." + ] + hide_dependency_lines: true + dependencies: ["760572711CF727BB"] + id: "7311ED0FFC4444EB" + tasks: [ + { + id: "37582EAB850A7B72" + type: "item" + item: { + id: "ad_astra:netherite_space_helmet" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "03EE99C5593D694A" + type: "item" + item: { + id: "ad_astra:netherite_space_suit" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "09E1846F0A5D3745" + type: "item" + item: { + id: "ad_astra:netherite_space_pants" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "660B1F9EED301A76" + type: "item" + item: { + id: "ad_astra:netherite_space_boots" + Count: 1b + tag: { + Damage: 0 + } + } + } + ] + rewards: [{ + id: "0966F906BFBE1059" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 11763949 + Loot: "aof:loot_bags/ad_astra/epic" + Name: "Ad Astra! Epic Lootbag" + } + } + }] + } + { + x: 8.5d + y: -1.0d + subtitle: "So *this* is what Walt Disney used.." + description: [ + "Making more efficient fuel starts with the cryo freezer. You can use ice shards you find while mining on the Moon or Mars, or you can just use regular packed ice." + "" + "This fuel is 3 times more efficient than normal rocket fuel, certainly an upgrade from having to get 6 buckets of fuel just to make sure you can make it home." + ] + hide_dependency_lines: true + dependencies: ["760572711CF727BB"] + id: "1C2AAE8F4E119084" + tasks: [{ + id: "39D1927E6B54D5D6" + type: "item" + item: "ad_astra:cryo_freezer" + }] + rewards: [{ + id: "12EC47150EA32980" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 11763949 + Loot: "aof:loot_bags/ad_astra/epic" + Name: "Ad Astra! Epic Lootbag" + } + } + }] + } + { + x: 6.5d + y: 1.0d + subtitle: "Overclocked Ostrum" + description: ["The Ostrum fluid pipe acts in much the same way that the Desh pipe does, but with a significantly increased transfer rate."] + hide_dependency_lines: true + dependencies: ["760572711CF727BB"] + optional: true + id: "6D01C247A8864071" + tasks: [{ + id: "0BB137802A1EADAE" + type: "item" + item: "ad_astra:ostrum_fluid_pipe" + }] + rewards: [{ + id: "10794B239A676B9B" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 11763949 + Loot: "aof:loot_bags/ad_astra/epic" + Name: "Ad Astra! Epic Lootbag" + } + } + }] + } + { + x: 7.5d + y: 1.5d + subtitle: "Electrifying Elements" + description: [ + "This useful block can be used to store and redistrubute energy. It both accepts and automatically pushes energy to adjacent energy storages." + "" + "Right clicking with an item that stores energy places the item onto the Energizer to charge it." + ] + hide_dependency_lines: true + dependencies: ["760572711CF727BB"] + id: "5A2581CBAB21D071" + tasks: [{ + id: "61DAE68312869B3F" + type: "item" + item: "ad_astra:energizer" + }] + rewards: [{ + id: "0BF2CD27A0F486BA" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 11763949 + Loot: "aof:loot_bags/ad_astra/epic" + Name: "Ad Astra! Epic Lootbag" + } + } + }] + } + { + title: "Cryo Fuel" + x: 8.5d + y: 1.0d + subtitle: "Freezing Good Fuel" + description: [ + "Cryo fuel is an innovation in fuel technology, allowing you to get fuel from easier to find chilly resources, like ice." + "" + "While normal rocket fuel requires 3 buckets in order to successfully make it to your destination, you only need a 1 bucket of cryo fuel to make a successful space flight. Make sure you take 2, one for the trip and one for the way back!" + ] + hide_dependency_lines: true + dependencies: ["760572711CF727BB"] + id: "6A298F887D96C0E8" + tasks: [{ + id: "77961F4E08250EF7" + type: "item" + item: "ad_astra:cryo_fuel_bucket" + count: 2L + }] + rewards: [{ + id: "2E70087ECC461D73" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 11763949 + Loot: "aof:loot_bags/ad_astra/epic" + Name: "Ad Astra! Epic Lootbag" + } + } + }] + } + { + title: "To ... Beyond?" + x: 12.0d + y: 0.0d + shape: "octagon" + subtitle: "Beyond the Milky Way" + description: ["The final planets in Ad Astra, weirdly enough, don't require any special equipment to survive. Simply gather enough Calorite and make your way to Glacio"] + dependencies: [ + "6114CC6BE5D2627F" + "40CB98FD334EB3CE" + ] + size: 1.5d + id: "6E8BF9F8A67D1B66" + tasks: [{ + id: "32A03D8D447B4DE3" + type: "item" + item: { + id: "ad_astra:tier_4_rocket" + Count: 1b + tag: { } + } + }] + rewards: [{ + id: "4E618268B0A93696" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "LEGENDARY" + Color: 11763949 + Name: "Ad Astra! Legendary Lootbag" + Loot: "aof:loot_bags/ad_astra/legendary" + } + } + }] + } + { + title: "&cMercury Metal" + x: 10.0d + y: 0.0d + subtitle: "Pretty red ingot go brrr" + description: ["Calorite is the final planetary metal you can find in Ad Astra. With it, you can upgrade your space suit one more time to add jet propulsion, and to create the fourth tier of the rocket to allow you to travel to other solar systems."] + dependencies: ["6E4D99BBFFDFB961"] + id: "6114CC6BE5D2627F" + tasks: [{ + id: "2E8BDD166863C9C2" + type: "item" + item: "ad_astra:calorite_ingot" + count: 20L + }] + rewards: [{ + id: "7EFC219087F08ABE" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "LEGENDARY" + Color: 11763949 + Name: "Ad Astra! Legendary Lootbag" + Loot: "aof:loot_bags/ad_astra/legendary" + } + } + }] + } + { + title: "&8Earth Metal" + x: -3.5d + y: 0.0d + subtitle: "Yes, more steel" + description: ["Steel is the basis of your pre intragalactic technology. With it, you can make all of the equipment and rockets required to go to space."] + dependencies: ["112810B97BA58A9C"] + id: "112C0C7C49867DE2" + tasks: [{ + id: "2CF8CFD14DD624D0" + type: "item" + item: "modern_industrialization:steel_ingot" + count: 20L + }] + rewards: [{ + id: "68AC4A8CFA4392A5" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 11763949 + Loot: "aof:loot_bags/ad_astra/common" + Name: "Ad Astra! Common Lootbag" + } + } + }] + } + { + title: "Surging Steel" + x: -2.5d + y: 1.0d + subtitle: "Zip Zap Steel" + description: [ + "Ad Astra adds 2 variants of an energy transfering cable and a fluid transfering pipe. The steel variant of the energy cable transfers 64 ⚡/t, which is more than enough to get started." + "" + "The cables and pipes in Ad Astra are really neat. Not because I wrote the functionality, definitely not because of that. They're just cool okay. >:(" + "" + "- CodexAdrian" + ] + hide_dependency_lines: true + dependencies: ["112C0C7C49867DE2"] + optional: true + id: "3178EF6B62E2D458" + tasks: [{ + id: "31A7218BE3AFE490" + type: "item" + item: "ad_astra:steel_cable" + count: 12L + }] + rewards: [{ + id: "4A41B355CCAF85B7" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 11763949 + Loot: "aof:loot_bags/ad_astra/common" + Name: "Ad Astra! Common Lootbag" + } + } + }] + } + { + title: "Jet Suit" + x: 12.0d + y: -1.5d + subtitle: "Star command, do you read me??" + description: [ + "The most advanced version of the space suit, the Jet Suit offers even more protection than the netherite suit, while providing additional benefits, like a jetpack for flight." + "" + "The Jet Suit must be charged in order to propell you into the air, and can be easily charged in the Energizer." + ] + hide_dependency_lines: true + dependencies: ["6114CC6BE5D2627F"] + id: "40CB98FD334EB3CE" + tasks: [ + { + id: "0EE7478528103B2C" + type: "item" + item: { + id: "ad_astra:jet_suit_helmet" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "256E8056449A2DAA" + type: "item" + item: { + id: "ad_astra:jet_suit" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "722D360EDCC43234" + type: "item" + item: { + id: "ad_astra:jet_suit_pants" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "33FB0FA0F5AF87A1" + type: "item" + item: { + id: "ad_astra:jet_suit_boots" + Count: 1b + tag: { + Damage: 0 + } + } + } + ] + rewards: [{ + id: "0A41D5F69105722E" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "LEGENDARY" + Color: 11763949 + Name: "Ad Astra! Legendary Lootbag" + Loot: "aof:loot_bags/ad_astra/legendary" + } + } + }] + } + ] + quest_links: [ ] +} diff --git a/config/ftbquests/quests/chapters/adventurer.snbt b/config/ftbquests/quests/chapters/adventurer.snbt new file mode 100644 index 0000000..0a9aff9 --- /dev/null +++ b/config/ftbquests/quests/chapters/adventurer.snbt @@ -0,0 +1,455 @@ +{ + id: "4F80AA2EB0DCC10C" + group: "" + order_index: 1 + filename: "adventurer" + title: "Adventurer" + icon: "artifacts:aqua_dashers" + default_quest_shape: "" + default_hide_dependency_lines: false + quests: [ + { + title: "Adventures and Mysteries" + x: -0.5d + y: -0.5d + subtitle: "If we were meant to stay in one place, we’d have roots instead of feet." + id: "6EC4700B21DB617B" + tasks: [{ + id: "40FC0E99020D1BB4" + type: "checkmark" + }] + } + { + title: "&bFishes and Crates!" + icon: { + id: "gofish:celestial_rod" + Count: 1b + tag: { + Damage: 0 + } + } + x: 1.5d + y: 0.5d + subtitle: "Fishing should be fun." + description: [ + "&6Go Fish &radds in general &bFishes&r, which are obtainable globally in any area for each dimension, and biome-specific &bFishes&r, which are only obtainable in certain areas &6(See below)&r." + "" + "&6Overworld (Global)&r:" + "- &bWooden Crate" + "- &bIron Crate" + "- &bGolden Crate" + "- &bDiamond Crate" + "" + "&6During a full moon&r:" + "- &bLunarfish" + "- &bGalaxy Starfish" + "- &bStarry Salmon" + "- &bNebula Swordfish" + "- &bAstral Crate" + "" + "&6The Nether (Global)&r:" + "- &bSmokey Salmon" + "- &bMagma Cod" + "- &bBonefish" + "- &bObsidian Halibut" + "- &bBasalt Bass" + "- &bSpikerfish" + "- &bFiery Crate" + "" + "&6Basalt Deltas:" + "- &bGilded Blackstone Carp" + "- &bGilded Blackstone Crate" + "- &bBlackstone Trout" + "" + "&6Soul Sand Valley:" + "- &bSoul Salmon" + "- &bSoul Crate" + "" + "&6The End:" + "- &bBaked Endfish" + ] + dependencies: ["6EC4700B21DB617B"] + id: "1941554F8883F5BE" + tasks: [{ + id: "52BEAE23DF485E51" + type: "item" + item: { + id: "itemfilters:mod" + Count: 1b + tag: { + value: "gofish" + } + } + }] + rewards: [{ + id: "401B0FCEDA6E06C3" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + title: "&3Waystones" + x: -1.5d + y: -2.5d + subtitle: "Discover your first Waystone, can be found in villages." + description: ["&6You can break &rthe &bWaystones &rand use them for creative ways of teleportation."] + dependencies: ["6EC4700B21DB617B"] + id: "23C3589FAFB40AD5" + tasks: [{ + id: "2E15906644124214" + type: "item" + icon: "fwaystones:waystone" + item: { + id: "itemfilters:mod" + Count: 1b + tag: { + value: "fwaystones" + } + } + }] + rewards: [{ + id: "6137857F9A944F31" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + title: "&4Find a Graveyard" + icon: "graveyard:skull_with_rib_cage" + x: 0.5d + y: -2.5d + subtitle: "Locate a Small Graveyard structure. Be sure to have a look or two below the graves for shiny loot." + dependencies: ["6EC4700B21DB617B"] + id: "14DE762F4663D1C9" + tasks: [{ + id: "63A78B39851541A7" + type: "structure" + structure: "graveyard:small_graveyard" + }] + rewards: [ + { + id: "0D54DD2EDD2B15AD" + type: "item" + item: { + id: "graveyard:bone_dagger" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "36352D142DEEC48C" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + } + ] + } + { + title: "&6Artifacts" + x: -0.5d + y: -3.0d + subtitle: "Magical items with great power." + description: [ + "The &bitems &radded by this &6mod &rcan be found in &bChests&r." + "" + "All &bArtifacts &ronly have a few &bChests &rin which they can be found, so go out and explore!" + "" + "Additionally, a new &bUnderground Campsite &rstructure has been added. &bMimics &roccasionally &6spawn in these &bCampsites &rinstead of a &bChests&r, which are dangerous &benemies &rthat &6attack &rplayers that get too close. &bMimics &ralways drop a random artifact when killed." + ] + dependencies: ["6EC4700B21DB617B"] + id: "32910C1041DE2764" + tasks: [{ + id: "51B9513FF8AB7491" + type: "item" + item: { + id: "itemfilters:tag" + Count: 1b + tag: { + value: "artifacts:artifacts" + } + } + }] + rewards: [{ + id: "363F3BB07909619A" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Loot: "aof:loot_bags/misc/agriculturist" + Name: "Agriculturist Lootbag" + } + } + }] + } + { + title: "&5The Twilight Forest" + icon: "twilightforest:twilight_portal_miniature_structure" + x: 0.5d + y: 1.5d + subtitle: "Step into the Twilight Realm!" + description: [ + "&6To make a portal &rto the &bTwilight Forest&r, &6make a 2x2 shallow pool &r(4 squares) of &bWater &rin a grassy area, and surround it entirely with natural stuff (&bflowers, mushrooms, saplings, leaves, grass, &ranything considered a \"plant\" or \"leaves\")." + "" + "&bTwilight Forest &ris a dimension exploration mod focused on adventure that will &6take you on a journey &rto meet strange &bcreatures&r, &bexploring dungeons&r, &band much more&r." + ] + dependencies: ["6EC4700B21DB617B"] + id: "36D37A1AFFC1B369" + tasks: [{ + id: "64630338E7F2207F" + type: "dimension" + icon: "twilightforest:twilight_portal_miniature_structure" + dimension: "twilightforest:twilight_forest" + }] + rewards: [{ + id: "42D3A36BA50C2E3F" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "LEGENDARY" + Color: 16103753 + Name: "Artifact Lootbag" + Loot: "aof:loot_bags/misc/artifacts" + } + } + }] + } + { + title: "&9Space Travels" + icon: { + id: "ad_astra:tier_1_rocket" + Count: 1b + tag: { } + } + x: -2.5d + y: -1.5d + subtitle: "To the moon!" + description: [ + "&6Ad Astra &ris a &btechnology &rand &bspace exploration &rmod." + "" + "It allows you to build &bRockets &rcapable of &bSpace Travel&r. Yes, even mineable &eCheese." + "" + "&6You can explore &rmultiple planets throughout the &bSolar System&r, build &boxygenated &rspace stations and &bbases &rsurvivable in space." + "" + "Had dreams about being an astronaut? This is it!" + "" + "&6Complete this quest &rby crafting the &bAstrodux&r." + ] + dependencies: ["6EC4700B21DB617B"] + id: "1F68089CE40CABC9" + tasks: [{ + id: "5E109F35ECDB37C6" + type: "item" + item: "ad_astra:astrodux" + }] + rewards: [ + { + id: "583873BD842B01B4" + type: "item" + item: "ad_astra:cheese" + count: 16 + } + { + id: "465969990392BD70" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 11763949 + Name: "Ad Astra! Rare Lootbag" + Loot: "aof:loot_bags/ad_astra/rare" + } + } + } + ] + } + { + title: "&dArcheology" + x: -2.5d + y: 0.5d + subtitle: "Know your prehistory." + description: [ + "&bThe Archeology System &6introduces the following&r:" + "" + "&bThe Copper Brush &ris a new tool used for &6excavating special blocks &rfor getting loot." + "" + "&bBrushing Excavation Blocks: " + "" + "Currently, there are two excavation blocks in the mod: &bExcavation Dirt &rand &bGravel&r." + "" + "When fully brushed off, the block drops random loot based on where you found it and how oxidated it is." + "" + "While &6brushing&r, you should &6move your cursor &rto stop the block from breaking and losing the potential drops. The more oxidized your brush is, the faster the block breaks, so move quickly!" + ] + dependencies: ["6EC4700B21DB617B"] + id: "5DDFDC4C2426CF6F" + tasks: [{ + id: "67902E2781D56FFF" + type: "item" + item: { + id: "archeology:copper_brush" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [ + { + id: "621538A179E3AD6C" + type: "item" + item: "minecraft:bone" + count: 16 + } + { + id: "38BBC521851C88B3" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + } + ] + } + { + title: "&6Lootr" + x: 1.5d + y: -1.5d + subtitle: "Unique instanced loot for every player!" + description: [ + "What does this mean?" + "" + "When you &6open a loot chest &r(distinctly textured from &bVanilla chests&r), what items you get are unique to you (as though you had opened an &bEnder Chest&r)." + ] + dependencies: ["6EC4700B21DB617B"] + id: "34216A1573B90BBB" + tasks: [{ + id: "678FF753E8FC4213" + type: "advancement" + advancement: "lootr:1chest" + criterion: "" + }] + rewards: [{ + id: "100D3CA6E3B2212C" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + title: "&6Mine Cells" + x: -1.5d + y: 1.5d + subtitle: "Dive into the story of Dead Cells!" + description: [ + "To start your adventure &rwith &bMine Cells&r, &6find a portal structure&r. The &bportal&r will &6activate&r for you automatically if you've already acquired diamonds in the world." + "" + "&bMine Cells &rfeatures new &bMonsters &rwhich attempt to faithfully recreate the look and feel of the original game." + "" + "&bMine Cells &6introduces one new boss&r - &bThe Conjunctivius&r." + "" + "You can find her lair in the &bPrison structure &r/ &bdimension&r." + ] + dependencies: ["6EC4700B21DB617B"] + id: "6AA8C1349BCC891D" + tasks: [{ + id: "09B4372F749D9625" + type: "dimension" + icon: "minecells:charged_interdimensional_rune" + dimension: "minecells:prison" + }] + rewards: [{ + id: "75521584B37DD8A1" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "LEGENDARY" + Color: 16103753 + Loot: "aof:loot_bags/misc/artifacts" + Name: "Artifact Lootbag" + } + } + }] + } + { + title: "&eThe Bumblezone" + x: -0.5d + y: 2.0d + subtitle: "Throw an Enderpearl at a Bee Nest? I now see yellow." + description: ["&6You can also make yourself &r(riding a mob or vehicle) or have any mob &6enter the dimension &rby using a &bPiston &rto push the player or mob into a &bBeehive &ror &bBee Nest &rblock!"] + dependencies: ["6EC4700B21DB617B"] + id: "438319FC721F0274" + tasks: [{ + id: "4B47C614D6F2C796" + type: "dimension" + icon: "the_bumblezone:bee_queen_spawn_egg" + dimension: "the_bumblezone:the_bumblezone" + }] + rewards: [{ + id: "265BD5CE05DD0429" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "LEGENDARY" + Color: 16103753 + Loot: "aof:loot_bags/misc/artifacts" + Name: "Artifact Lootbag" + } + } + }] + } + ] + quest_links: [ ] +} diff --git a/config/ftbquests/quests/chapters/agriculture.snbt b/config/ftbquests/quests/chapters/agriculture.snbt new file mode 100644 index 0000000..a89568f --- /dev/null +++ b/config/ftbquests/quests/chapters/agriculture.snbt @@ -0,0 +1,3000 @@ +{ + id: "5D25557A809CB5D3" + group: "" + order_index: 2 + filename: "agriculture" + title: "Agriculture" + icon: "farmersdelight:cooking_pot" + default_quest_shape: "" + default_hide_dependency_lines: false + quests: [ + { + x: -6.0d + y: 15.0d + subtitle: "Your market of choice for seeds and crops." + id: "529FA5C3502DBF4D" + tasks: [{ + id: "62B614931DDB6161" + type: "item" + item: "farmingforblockheads:market" + }] + rewards: [{ + id: "52CF4CD08EC8C560" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: -5.0d + y: 14.5d + subtitle: "Collects eggs laid by chickens." + id: "16FED75C44853ECA" + tasks: [{ + id: "5F2ADAA3F72E4D09" + type: "item" + item: "farmingforblockheads:chicken_nest" + }] + rewards: [{ + id: "295620B80AC388A3" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: -4.0d + y: 15.0d + subtitle: "Auto-feeds nearby animals." + id: "2607DEA382FF044E" + tasks: [{ + id: "755F341295669BDC" + type: "item" + item: "farmingforblockheads:feeding_trough" + }] + rewards: [{ + id: "514FA3C6117CB9DA" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: -4.0d + y: 17.0d + subtitle: "Increases crop output." + id: "14D42EDBFFCED86E" + tasks: [{ + id: "1604ECD381B21CFB" + type: "item" + item: "farmingforblockheads:green_fertilizer" + }] + rewards: [{ + id: "454E0EC5DABA4A07" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: -6.0d + y: 17.0d + subtitle: "Speeds up growth." + id: "4AE1EA3349567401" + tasks: [{ + id: "443CD4678AE9D27A" + type: "item" + item: "farmingforblockheads:red_fertilizer" + }] + rewards: [{ + id: "24A94BADF83F0BF8" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: -5.0d + y: 17.5d + subtitle: "Prevents trampling." + id: "6AA43062AC98B59B" + tasks: [{ + id: "0C1F44E719A323DC" + type: "item" + item: "farmingforblockheads:yellow_fertilizer" + }] + rewards: [{ + id: "4E9309E193C299ED" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: -3.5d + y: 13.5d + id: "5B803C332D0E88E8" + tasks: [{ + id: "346AF1543438BA37" + type: "item" + item: "croptosis:iron_watering_can" + }] + rewards: [{ + id: "5E35F94DE3A702F8" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: -2.5d + y: 14.5d + dependencies: ["5B803C332D0E88E8"] + id: "0E6CA30A3A1E9C0E" + tasks: [{ + id: "1BC037866A5AC9C0" + type: "item" + item: "croptosis:gold_watering_can" + }] + rewards: [{ + id: "2F9087623B7FE099" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: -2.0d + y: 16.0d + dependencies: ["0E6CA30A3A1E9C0E"] + id: "21767F1AC3ADE57C" + tasks: [{ + id: "002F12D8ABAF5E60" + type: "item" + item: "croptosis:diamond_watering_can" + }] + rewards: [{ + id: "67780DE6932FEC07" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: -2.5d + y: 17.5d + dependencies: ["21767F1AC3ADE57C"] + id: "6A00700C50BAC492" + tasks: [{ + id: "3AEAC9DFBE07D472" + type: "item" + item: "croptosis:netherite_watering_can" + }] + rewards: [{ + id: "7E5EFBAB647DBE6B" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: 10.0d + y: 14.0d + id: "42884F5FEB13891C" + tasks: [{ + id: "6CA5629377C7E780" + type: "item" + item: "croptopia:chocolate_milkshake" + }] + rewards: [{ + id: "77977C6CD72E5901" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: 8.0d + y: 16.0d + id: "5DFF8E054C3C9519" + tasks: [{ + id: "53A30F8E92CF1EEC" + type: "item" + item: "croptopia:snicker_doodle" + }] + rewards: [{ + id: "5B715BF03D8FB51B" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: 10.0d + y: 16.0d + id: "19980B0244DAA868" + tasks: [{ + id: "738AB0258B2DAAA1" + type: "item" + item: "croptopia:raisin_oatmeal_cookie" + }] + rewards: [{ + id: "1453063BA7F5E2E6" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: 10.5d + y: 15.0d + id: "7B28D737D605A2D5" + tasks: [{ + id: "7466D7F35E5D5ED0" + type: "item" + item: "croptopia:doughnut" + }] + rewards: [{ + id: "75DF6C45CFF5BE00" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: 7.5d + y: 15.0d + id: "630438EFBC26B625" + tasks: [{ + id: "0D044738FBBC376B" + type: "item" + item: "croptopia:fruit_cake" + }] + rewards: [{ + id: "1377A7A1415AE2A1" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: 9.0d + y: 15.0d + dependencies: [ + "7B28D737D605A2D5" + "42884F5FEB13891C" + "630438EFBC26B625" + "5DFF8E054C3C9519" + "19980B0244DAA868" + "1A1F70A9F47461C6" + ] + id: "1F904283702A9BAC" + tasks: [{ + id: "1DA420CAA8F79C66" + type: "checkmark" + title: "Sweet Tooth" + }] + rewards: [{ + id: "623906185D14E748" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: -5.5d + y: 10.5d + subtitle: "Complete Kitchen Basics to unlock." + dependencies: ["68213B32C7BFE139"] + id: "4F297154AC9975DE" + tasks: [{ + id: "04801BAC52C4D589" + type: "checkmark" + title: "Chocolatier" + }] + rewards: [{ + id: "30B43FEE57C05A9D" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + title: "Kitchen Basics" + x: 0.5d + y: 10.5d + subtitle: "Complete your kitchen. Feed the world." + description: ["Complete your kitchen to expand your culinary skills"] + dependencies: [ + "6C1DE22E0E2EBE84" + "1C89868B15E15FB9" + "4D2AA8AA89158B15" + "7D220360845B3061" + "02708D9F4C8C07D6" + "643E23B7AD7A6863" + "633893597215AA91" + "3277A89378B6D52B" + "29DADC10D2308B2E" + "532B579050FCF665" + "2423CAC6548B8DE0" + "73740190C26EDE96" + ] + id: "68213B32C7BFE139" + tasks: [{ + id: "29764768B3A9EEF6" + type: "checkmark" + title: "Kitchen basics" + }] + rewards: [{ + id: "33180E387FE3A052" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: -0.5d + y: 12.5d + id: "4D2AA8AA89158B15" + tasks: [{ + id: "3B71D4720FA8282D" + type: "item" + item: "croptopia:cooking_pot" + }] + rewards: [{ + id: "49BBC04706B79531" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: -0.5d + y: 8.5d + id: "3277A89378B6D52B" + tasks: [{ + id: "5ABFDDA4A799AA50" + type: "item" + item: "croptopia:mortar_and_pestle" + }] + rewards: [{ + id: "1CCE2762441CD03A" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: -2.5d + y: 9.5d + id: "73740190C26EDE96" + tasks: [{ + id: "29E1787D0069B2CF" + type: "item" + item: "croptopia:frying_pan" + }] + rewards: [{ + id: "67495DADCAE4087D" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: 3.5d + y: 11.5d + id: "643E23B7AD7A6863" + tasks: [{ + id: "70F481780658F71B" + type: "item" + item: "croptopia:pepper" + }] + rewards: [{ + id: "374466B550E696C6" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: 2.5d + y: 12.0d + id: "6C1DE22E0E2EBE84" + tasks: [{ + id: "59E9757E49E8926D" + type: "item" + item: "croptopia:food_press" + }] + rewards: [{ + id: "65BF93A7F6948C01" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: 1.5d + y: 8.5d + id: "29DADC10D2308B2E" + tasks: [{ + id: "362E2C0F21ACAE54" + type: "item" + item: "create:wheat_flour" + }] + rewards: [{ + id: "2EC786E13BA091A7" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: -2.5d + y: 11.5d + id: "02708D9F4C8C07D6" + tasks: [{ + id: "22F1EEBE89B61279" + type: "item" + item: "croptopia:olive_oil" + }] + rewards: [{ + id: "6E0EA416CD0F2106" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: -1.5d + y: 12.0d + id: "7D220360845B3061" + tasks: [{ + id: "0BEEEB3684C7E8AB" + type: "item" + item: "croptopia:salt" + }] + rewards: [{ + id: "74E3F500D9766172" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: 3.5d + y: 9.5d + id: "2423CAC6548B8DE0" + tasks: [{ + id: "7E35A6AE21505CA7" + type: "item" + item: "croptopia:butter" + }] + rewards: [{ + id: "19A810E0AB1B57AF" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: 1.5d + y: 12.5d + id: "1C89868B15E15FB9" + tasks: [{ + id: "7698D7F854E0BD43" + type: "item" + item: "croptopia:coffee" + }] + rewards: [{ + id: "00401C5DE9E3BBE9" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: -1.5d + y: 9.0d + id: "633893597215AA91" + tasks: [{ + id: "5D150B567A95C5EE" + type: "item" + item: "croptopia:noodle" + }] + rewards: [{ + id: "39259FB84EC95A4B" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: 2.5d + y: 9.0d + id: "532B579050FCF665" + tasks: [{ + id: "5EF171AFB4049ADE" + type: "item" + item: "croptopia:greenonion" + }] + rewards: [{ + id: "168D9EAC2A7EC4D4" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: 1.5d + y: 6.5d + dependencies: ["2DEACB9493C491BB"] + id: "27DE53B2E7EA27B9" + tasks: [{ + id: "438D3B75874A7E4E" + type: "item" + item: "croptopia:fried_chicken" + }] + rewards: [{ + id: "108D07EE8F399BEC" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: -0.5d + y: 6.5d + dependencies: ["2DEACB9493C491BB"] + id: "072A496E1E982BA8" + tasks: [{ + id: "743EE0ACB4383530" + type: "item" + item: "croptopia:chicken_and_noodles" + }] + rewards: [{ + id: "6A339BD399D2E508" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: 0.5d + y: 7.5d + subtitle: "Tastes like everything.. or does everything taste like it?" + dependencies: ["68213B32C7BFE139"] + id: "2DEACB9493C491BB" + tasks: [{ + id: "149B98622220A1B0" + type: "item" + item: "minecraft:cooked_chicken" + }] + rewards: [{ + id: "24F48C1C335F53AF" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: 0.5d + y: 13.5d + subtitle: "Goes good anytime." + dependencies: ["68213B32C7BFE139"] + id: "6491E686F47C9A2B" + tasks: [{ + id: "079E08DF0D8D7054" + type: "item" + item: "minecraft:cooked_beef" + }] + rewards: [{ + id: "48E62D0A2FA408BB" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: -0.5d + y: 14.5d + dependencies: ["6491E686F47C9A2B"] + id: "369C7A6D63995ABE" + tasks: [{ + id: "2A03780155D63806" + type: "item" + item: "croptopia:beef_stew" + }] + rewards: [{ + id: "042FB123FAA18733" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: 0.5d + y: 15.0d + dependencies: ["6491E686F47C9A2B"] + id: "580D16DAB054E674" + tasks: [{ + id: "59389CABACD9A256" + type: "item" + item: "croptopia:beef_stir_fry" + }] + rewards: [{ + id: "706DC07EC0609A29" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: 1.5d + y: 14.5d + dependencies: ["6491E686F47C9A2B"] + id: "6FC9213E4C5B1172" + tasks: [{ + id: "033E6011E6405EDE" + type: "item" + item: "croptopia:beef_wellington" + }] + rewards: [{ + id: "75D6B748E261F35F" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: 5.5d + y: 10.5d + subtitle: "The other white meat" + dependencies: ["68213B32C7BFE139"] + id: "75A6E279852D6BE1" + tasks: [{ + id: "23ADE26D7D517283" + type: "item" + item: "minecraft:cooked_porkchop" + }] + rewards: [{ + id: "2B4704576E16675F" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: 5.0d + y: 11.5d + dependencies: ["75A6E279852D6BE1"] + id: "02C910A474BC863E" + tasks: [{ + id: "2A07A0ECED3A2F3B" + type: "item" + item: "croptopia:pork_and_beans" + }] + rewards: [{ + id: "7D3ADEC384FF720C" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: 6.0d + y: 11.5d + dependencies: ["75A6E279852D6BE1"] + id: "5D6B6942B58E6132" + tasks: [{ + id: "477BE12C39AD854D" + type: "item" + item: "croptopia:blt" + }] + rewards: [{ + id: "76EF72273D26153F" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: 5.5d + y: 9.5d + dependencies: ["75A6E279852D6BE1"] + id: "7A99AED2CE6A77A6" + tasks: [{ + id: "75D200E9D984A3D2" + type: "item" + item: "croptopia:ham_sandwich" + }] + rewards: [{ + id: "3D25D54327A3F3D5" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + title: "Chocolates" + x: -11.0d + y: 9.0d + dependencies: ["14232EC9A68EA81F"] + id: "44D61369427B7CBF" + tasks: [{ + id: "6BD84ECACCA0532F" + type: "item" + title: "Make one of the following chocolates" + item: { + id: "itemfilters:or" + Count: 1b + tag: { + items: [ + { + Count: 1b + id: "cacao:dark_chocolate" + } + { + Count: 1b + id: "cacao:milk_chocolate" + } + { + Count: 1b + id: "cacao:white_chocolate" + } + ] + } + } + }] + rewards: [{ + id: "2093038894F551F3" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + title: "Caramel Chocolates" + x: -9.0d + y: 9.5d + dependencies: ["14232EC9A68EA81F"] + id: "462400176C496619" + tasks: [{ + id: "718A6342D32D08B3" + type: "item" + title: "Make one of the following caramel chocolates." + item: { + id: "itemfilters:or" + Count: 1b + tag: { + items: [ + { + id: "cacao:caramel_dark_chocolate" + Count: 1b + } + { + id: "cacao:caramel_milk_chocolate" + Count: 1b + } + { + id: "cacao:caramel_white_chocolate" + Count: 1b + } + ] + } + } + }] + rewards: [{ + id: "0333FB9EBB3237EE" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + title: "Praline Chocolates" + x: -9.0d + y: 11.5d + dependencies: ["14232EC9A68EA81F"] + id: "6E695CDB88595C14" + tasks: [{ + id: "41951260044C57ED" + type: "item" + title: "One of the following praline chocolates please." + item: { + id: "itemfilters:or" + Count: 1b + tag: { + items: [ + { + Count: 1b + id: "cacao:praline_dark_chocolate" + } + { + Count: 1b + id: "cacao:praline_milk_chocolate" + } + { + Count: 1b + id: "cacao:praline_white_chocolate" + } + ] + } + } + }] + rewards: [{ + id: "20F15010745679E8" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: -10.0d + y: 9.0d + dependencies: ["14232EC9A68EA81F"] + id: "499F0B9E154906D1" + tasks: [{ + id: "4877A20E85423EB9" + type: "item" + title: "Strawberry Cream Chocolates" + item: { + id: "itemfilters:or" + Count: 1b + tag: { + items: [ + { + Count: 1b + id: "cacao:strawberry_cream_dark_chocolate" + } + { + Count: 1b + id: "cacao:strawberry_cream_milk_chocolate" + } + { + Count: 1b + id: "cacao:strawberry_cream_white_chocolate" + } + ] + } + } + }] + rewards: [{ + id: "3BCA4387814BA155" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: -12.0d + y: 9.5d + dependencies: ["14232EC9A68EA81F"] + id: "386E6C390DCA4396" + tasks: [{ + id: "0E4BF8959E4A3E10" + type: "item" + title: "Cookies and Cream Chocolates" + item: { + id: "itemfilters:or" + Count: 1b + tag: { + items: [ + { + Count: 1b + id: "cacao:cookie_cream_dark_chocolate" + } + { + Count: 1b + id: "cacao:cookie_cream_milk_chocolate" + } + { + Count: 1b + id: "cacao:cookie_cream_white_chocolate" + } + ] + } + } + }] + rewards: [{ + id: "1EF482C0A6C4B8CC" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: -10.0d + y: 12.0d + dependencies: ["14232EC9A68EA81F"] + id: "7CCC7BD0E8ED4CD9" + tasks: [{ + id: "0E94C45C84C6B669" + type: "item" + title: "Mixed Nuts Chocolates" + item: { + id: "itemfilters:or" + Count: 1b + tag: { + items: [ + { + Count: 1b + id: "cacao:mixed_nuts_dark_chocolate" + } + { + Count: 1b + id: "cacao:mixed_nuts_milk_chocolate" + } + { + Count: 1b + id: "cacao:mixed_nuts_white_chocolate" + } + ] + } + } + }] + rewards: [{ + id: "1FF3C2D7752B7662" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: -12.0d + y: 11.5d + dependencies: ["14232EC9A68EA81F"] + id: "10991316EBAA848B" + tasks: [{ + id: "7AB2C45EA0AEEC7D" + type: "item" + title: "Coconut Chocolates" + item: { + id: "itemfilters:or" + Count: 1b + tag: { + items: [ + { + Count: 1b + id: "cacao:coconut_dark_chocolate" + } + { + Count: 1b + id: "cacao:coconut_milk_chocolate" + } + { + Count: 1b + id: "cacao:coconut_white_chocolate" + } + ] + } + } + }] + rewards: [{ + id: "4F3E113CA3A466C1" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + title: "Peanut Butter Chocolates" + x: -11.0d + y: 12.0d + dependencies: ["14232EC9A68EA81F"] + id: "2B615789D96C0145" + tasks: [{ + id: "4864F7EAE005ED98" + type: "item" + title: "Peanutbutter Chocolates" + item: { + id: "itemfilters:or" + Count: 1b + tag: { + items: [ + { + Count: 1b + id: "cacao:peanut_butter_dark_chocolate" + } + { + Count: 1b + id: "cacao:peanut_butter_milk_chocolate" + } + { + Count: 1b + id: "cacao:peanut_butter_white_chocolate" + } + ] + } + } + }] + rewards: [{ + id: "0DBFC36CE7B13890" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: -6.0d + y: 12.0d + dependencies: ["4F297154AC9975DE"] + id: "6B74004F5A77C4CA" + tasks: [{ + id: "42763C68172B38A8" + type: "item" + item: "cacao:golden_chocolate" + }] + rewards: [{ + id: "459AB8D8AEBC6F8A" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: -12.5d + y: 10.5d + dependencies: ["14232EC9A68EA81F"] + id: "45365D50305561ED" + tasks: [{ + id: "148B208FE981E8FD" + type: "item" + title: "Chocolate covered Apples" + item: { + id: "itemfilters:or" + Count: 1b + tag: { + items: [ + { + Count: 1b + id: "cacao:dark_chocolate_covered_apple" + } + { + Count: 1b + id: "cacao:milk_chocolate_covered_apple" + } + { + Count: 1b + id: "cacao:white_chocolate_covered_apple" + } + ] + } + } + }] + rewards: [{ + id: "596E57E6AB93902C" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: -7.0d + y: 11.5d + dependencies: ["4F297154AC9975DE"] + id: "2DD7C5E31A20DCA8" + tasks: [{ + id: "7135D82B25C19185" + type: "item" + item: "croptopia:chocolate" + }] + rewards: [{ + id: "5C8637E10C28A949" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: 8.0d + y: 14.0d + subtitle: "Everybody loves ice cream... everybody." + id: "1A1F70A9F47461C6" + tasks: [{ + id: "0011E847A6347673" + type: "item" + item: "croptopia:chocolate_ice_cream" + }] + rewards: [{ + id: "224004A56B91317A" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: -10.5d + y: 10.5d + dependencies: ["4F297154AC9975DE"] + id: "14232EC9A68EA81F" + tasks: [{ + id: "69224B57D6B12ED6" + type: "item" + item: "cacao:silicon_mold" + }] + rewards: [{ + id: "5413D1D085F10221" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: -7.0d + y: 9.0d + dependencies: ["4F297154AC9975DE"] + id: "766ED2D94E9B68D8" + tasks: [{ + id: "45FBB667A3A59DDA" + type: "item" + item: "cacao:manual_food_grinder" + }] + rewards: [{ + id: "5C67CB1649452A41" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: -8.0d + y: 8.0d + dependencies: ["766ED2D94E9B68D8"] + id: "6F7C48824D22FD8A" + tasks: [{ + id: "2AEDEFDACE573297" + type: "item" + item: "cacao:filter_cloth" + }] + rewards: [{ + id: "67138E52B3CE8986" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: -11.0d + y: 7.5d + dependencies: ["69A2425C77C5ED94"] + id: "0C7E4C11315D4E3E" + tasks: [{ + id: "3AFC17ADC90E9960" + type: "item" + item: "cacao:cacao_nibs" + }] + rewards: [{ + id: "1609312D3674F6C2" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: -9.5d + y: 7.5d + dependencies: ["6F7C48824D22FD8A"] + id: "69A2425C77C5ED94" + tasks: [{ + id: "1A6FAEB9E7262A9D" + type: "item" + item: "cacao:cacao_mass_bucket" + }] + rewards: [{ + id: "7AA0EF4A758AEB57" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: -12.5d + y: 8.0d + dependencies: ["0C7E4C11315D4E3E"] + id: "22108D5335DFF265" + tasks: [{ + id: "2D3530B0991FE312" + type: "item" + item: "cacao:cacao_mass_bottle" + }] + rewards: [{ + id: "378CFBA5507E1C83" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: -13.5d + y: 9.0d + dependencies: ["22108D5335DFF265"] + id: "6F95909ACAEC0CDE" + tasks: [{ + id: "4C892E2A6DB0EB17" + type: "item" + item: "cacao:cacao_butter_bottle" + }] + rewards: [{ + id: "7E97497E8A79BAD0" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: -7.5d + y: 12.5d + subtitle: "Some would say nutella is better than gold." + dependencies: ["6B74004F5A77C4CA"] + id: "4F5F490A5E0B0342" + tasks: [{ + id: "1C9BDC7F43E09D84" + type: "item" + item: "cacao:nutella" + }] + rewards: [{ + id: "5E7F1D69E0DF320E" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: 0.5d + y: 6.0d + dependencies: ["2DEACB9493C491BB"] + id: "0200417B546B6F6F" + tasks: [{ + id: "0214F5242EEDE49A" + type: "item" + item: "croptopia:lemon_chicken" + }] + rewards: [{ + id: "0C2646F734C1E4B7" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: -9.0d + y: 13.0d + id: "1E2F74C7110CFEB3" + tasks: [{ + id: "5A1D040B9E5B9377" + type: "item" + item: "farmersdelight:stove" + }] + rewards: [{ + id: "42AFA3EF9BCC28A4" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: -9.0d + y: 14.5d + dependencies: ["1E2F74C7110CFEB3"] + id: "35E469F2C71CB316" + tasks: [{ + id: "5B3FB7270A0C2AFF" + type: "item" + item: "farmersdelight:cooking_pot" + }] + rewards: [{ + id: "644723AB63059CCC" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: -10.0d + y: 16.0d + dependencies: ["57CA25719B4FEDA0"] + id: "7E180722062BC9F4" + tasks: [{ + id: "3B26EAF63D893853" + type: "item" + item: "farmersdelight:basket" + }] + rewards: [{ + id: "0705588B1D8418B8" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: -8.0d + y: 15.5d + dependencies: ["269F584D763A19F2"] + id: "40D208636397F225" + tasks: [{ + id: "23E5FACD3C83B36A" + type: "item" + item: { + id: "farmersdelight:flint_knife" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "33FE8285D644321A" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: -8.0d + y: 17.0d + dependencies: ["40D208636397F225"] + id: "2CCA3CB465F9E9B6" + tasks: [{ + id: "2555B919EFB696A0" + type: "item" + item: { + id: "farmersdelight:iron_knife" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "3EBA9D91E7016944" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: -7.0d + y: 18.5d + dependencies: ["2CCA3CB465F9E9B6"] + id: "2C6473A59AFE9AD0" + tasks: [{ + id: "75928169D7F17647" + type: "item" + item: { + id: "farmersdelight:golden_knife" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "11D233C3610496C2" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: -5.0d + y: 19.5d + dependencies: ["2C6473A59AFE9AD0"] + id: "4C27C795EAC8096E" + tasks: [{ + id: "2D9FC0C9E78FBBE4" + type: "item" + item: { + id: "farmersdelight:diamond_knife" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "04C7E01BB0487FC8" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: -3.0d + y: 19.0d + dependencies: ["4C27C795EAC8096E"] + id: "6E790ECA33B23E93" + tasks: [{ + id: "2D741257B7F54522" + type: "item" + item: { + id: "farmersdelight:netherite_knife" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "5B501DD4E3E74E8D" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: -8.0d + y: 14.0d + dependencies: ["1E2F74C7110CFEB3"] + id: "269F584D763A19F2" + tasks: [{ + id: "30AC1D443725C929" + type: "item" + item: "farmersdelight:cutting_board" + }] + rewards: [{ + id: "7BAAB462E73F4BC3" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: -10.0d + y: 15.0d + dependencies: ["7C18AFB68A0F10FA"] + id: "57CA25719B4FEDA0" + tasks: [{ + id: "119C7B0894DF4F23" + type: "item" + item: "farmersdelight:safety_net" + }] + rewards: [{ + id: "6E07B615B080D390" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: -10.0d + y: 14.0d + dependencies: ["1E2F74C7110CFEB3"] + id: "7C18AFB68A0F10FA" + tasks: [{ + id: "58841906C1672226" + type: "item" + item: "farmersdelight:rope" + }] + rewards: [{ + id: "602029FEC447D5E7" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: -4.5d + y: 7.5d + dependencies: [ + "6EC94755C311050D" + "6EBC0ABD9C874BA6" + "71F994F2EE1FC296" + "5D33A043CA96DBF6" + "14ACA6BB3BA124F6" + "2ABE5C79A9FE92DE" + ] + id: "3CEB2302C39CD6FE" + tasks: [{ + id: "622FFD90716D2A45" + type: "checkmark" + title: "Grains" + }] + rewards: [{ + id: "4A50DBB4679EA2FB" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: 10.0d + y: 12.0d + id: "210C7B26E2D85627" + tasks: [{ + id: "3D9F9D499E5CE19B" + type: "item" + item: "farmersdelight:beef_stew" + }] + rewards: [{ + id: "6B82A89AB4FB2CA7" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: 10.5d + y: 10.0d + id: "55C29372761230D3" + tasks: [{ + id: "713E63D9B89E8134" + type: "item" + item: "farmersdelight:chicken_soup" + }] + rewards: [{ + id: "6B88D4DA27D1A028" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: -3.5d + y: 6.5d + id: "2ABE5C79A9FE92DE" + tasks: [{ + id: "0791A7F3A31813FD" + type: "item" + item: "farmersdelight:raw_pasta" + }] + rewards: [{ + id: "717F1E685218E7B1" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: -4.5d + y: 6.0d + id: "14ACA6BB3BA124F6" + tasks: [{ + id: "519F5355E13C0482" + type: "item" + item: "farmersdelight:pasta_with_meatballs" + }] + rewards: [{ + id: "39CE16CA5528E8F6" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: -5.5d + y: 6.5d + id: "5D33A043CA96DBF6" + tasks: [{ + id: "1B107852452FB3FE" + type: "item" + item: "farmersdelight:pasta_with_mutton_chop" + }] + rewards: [{ + id: "322B9353D56BB031" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: -4.5d + y: 9.0d + id: "6EC94755C311050D" + tasks: [{ + id: "5B7C7FC520F2C25A" + type: "item" + item: "farmersdelight:rice_bag" + }] + rewards: [{ + id: "1C44FF5B2DB1E5F1" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: -3.5d + y: 8.5d + id: "6EBC0ABD9C874BA6" + tasks: [{ + id: "34F12C7D645E0DB3" + type: "item" + item: "farmersdelight:cooked_rice" + }] + rewards: [{ + id: "7FE21CC40DA909A3" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: -5.5d + y: 8.5d + id: "71F994F2EE1FC296" + tasks: [{ + id: "0513DA54B544E113" + type: "item" + item: "farmersdelight:fried_rice" + }] + rewards: [{ + id: "5BC29EE1788EEBC1" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: 9.0d + y: 10.5d + subtitle: "Good for when it's cold.. or anytime." + dependencies: [ + "55C29372761230D3" + "37AA8C2B0C3AA1F2" + "449410724E7BEEBE" + "2101F61C1D473438" + "210C7B26E2D85627" + "1AD31F8DCDD75836" + "5AD4991F7FFA6CA2" + ] + id: "5F9620B9B3C0CCC2" + tasks: [{ + id: "447C4FDE941FC01C" + type: "checkmark" + title: "Soups" + }] + rewards: [{ + id: "13011E945B7CC86D" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: 10.5d + y: 11.0d + id: "1AD31F8DCDD75836" + tasks: [{ + id: "63FC5B92886A99C4" + type: "item" + item: "farmersdelight:vegetable_soup" + }] + rewards: [{ + id: "6083270B7BC8D220" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: 8.0d + y: 11.5d + id: "5AD4991F7FFA6CA2" + tasks: [{ + id: "2D404FDB11C7C55E" + type: "item" + item: "farmersdelight:pumpkin_soup" + }] + rewards: [{ + id: "4A2097C3B30CB8FF" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: 7.5d + y: 10.5d + id: "37AA8C2B0C3AA1F2" + tasks: [{ + id: "220C287EA8EA4D01" + type: "item" + item: "farmersdelight:noodle_soup" + }] + rewards: [{ + id: "19719393DA92EC43" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: 8.0d + y: 9.5d + id: "2101F61C1D473438" + tasks: [{ + id: "51A2D639CA7DAC1E" + type: "item" + item: "farmersdelight:fish_stew" + }] + rewards: [{ + id: "68DA3F74C974DCBF" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: 10.0d + y: 9.0d + id: "449410724E7BEEBE" + tasks: [{ + id: "3B7C4E95E20B48B4" + type: "item" + item: "farmersdelight:baked_cod_stew" + }] + rewards: [{ + id: "12A05B56768D1A39" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: -5.0d + y: 16.0d + description: ["Well.. does this make you a blockhead?"] + dependencies: [ + "2607DEA382FF044E" + "16FED75C44853ECA" + "529FA5C3502DBF4D" + "4AE1EA3349567401" + "6AA43062AC98B59B" + "14D42EDBFFCED86E" + ] + id: "251028DFC955D65F" + tasks: [{ + id: "76E7E15CC252A02B" + type: "checkmark" + title: "Blockhead" + }] + rewards: [{ + id: "245DD3FD135394C2" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: 4.0d + y: 14.0d + subtitle: "Create your very own wine and cider at home." + id: "410FB4729B618584" + tasks: [{ + id: "184E3808D9E7B770" + type: "checkmark" + title: "Vinery" + }] + rewards: [{ + id: "618D3D6691206E76" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Loot: "aof:loot_bags/misc/agriculturist" + Name: "Agriculturist Lootbag" + } + } + }] + } + { + title: "Grapes" + x: 2.5d + y: 15.5d + subtitle: "Gather your first grapes and grape seeds." + description: [ + "If you cant find any a &6Wandering Winemaker&r will make visit from time to time maybe offering some seeds." + "" + "&bSeeds&r can also rarely be found by cutting grass or in villages." + ] + dependencies: ["410FB4729B618584"] + id: "47A3FB7F90B01FAA" + tasks: [{ + id: "571400BC3D2B2843" + type: "item" + item: { + id: "itemfilters:tag" + Count: 1b + tag: { + value: "vinery:grape" + } + } + }] + rewards: [{ + id: "39B15E6ADF8048C5" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Loot: "aof:loot_bags/misc/agriculturist" + Name: "Agriculturist Lootbag" + } + } + }] + } + { + x: 2.0d + y: 17.0d + subtitle: "May the crushin begin!" + description: ["After harvesting your first &bGrapes&r can either just eat them or put them into a &bPot &rand crush them by &6jumping and walking&r around in it."] + dependencies: ["47A3FB7F90B01FAA"] + id: "4FD91B87D0A73D36" + tasks: [{ + id: "195A16F63D6287F5" + type: "item" + item: "vinery:grapevine_pot" + }] + rewards: [{ + id: "015B409E79788FFA" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Loot: "aof:loot_bags/misc/agriculturist" + Name: "Agriculturist Lootbag" + } + } + }] + } + { + title: "Grapejuices" + x: 1.5d + y: 18.5d + subtitle: "Extract the Grapejuice from the Pot." + dependencies: ["4FD91B87D0A73D36"] + id: "08F9B4F3EAB3658D" + tasks: [ + { + id: "595D01274BCBD948" + type: "item" + item: { + id: "vinery:red_grapejuice_wine_bottle" + Count: 1b + tag: { } + } + } + { + id: "00885C009B1D916D" + type: "item" + item: { + id: "vinery:white_grapejuice_wine_bottle" + Count: 1b + tag: { } + } + } + ] + rewards: [{ + id: "16F45EFDF4D46042" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Loot: "aof:loot_bags/misc/agriculturist" + Name: "Agriculturist Lootbag" + } + } + }] + } + { + x: 4.0d + y: 18.5d + subtitle: "Used to age Grapejuice into Wine or Aples into Cider." + description: [ + "Filled &bWinebottles&r can be &6refined&r in a &bBarrel&r by using extra ingredients such as &bSweetberries&r, &bHoney&r and so on." + "" + "Different sort of &bGrapejuice&r and ingredients result in different kinds of &bWines&r." + ] + dependencies: ["410FB4729B618584"] + id: "2D36A0323AAF2D5C" + tasks: [{ + id: "0897663BE35E577E" + type: "item" + item: "vinery:fermentation_barrel" + }] + rewards: [{ + id: "4CF06BD12C69CFE5" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Loot: "aof:loot_bags/misc/agriculturist" + Name: "Agriculturist Lootbag" + } + } + }] + } + { + x: 6.0d + y: 17.0d + subtitle: "Squish apples by using the press to get Mashed Apples." + dependencies: ["295F800520044C23"] + id: "498C5FC0C852D17C" + tasks: [{ + id: "69499CE180432F93" + type: "item" + item: "vinery:wine_press" + }] + rewards: [{ + id: "33D0674025ABA22F" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Loot: "aof:loot_bags/misc/agriculturist" + Name: "Agriculturist Lootbag" + } + } + }] + } + { + title: "Apples" + x: 5.5d + y: 15.5d + subtitle: "Pies, creates, cider and - of course - apple wine!" + dependencies: ["410FB4729B618584"] + id: "295F800520044C23" + tasks: [{ + id: "2B966C9D0BF8B246" + type: "item" + item: "minecraft:apple" + }] + rewards: [{ + id: "27CC833E19FF9978" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Loot: "aof:loot_bags/misc/agriculturist" + Name: "Agriculturist Lootbag" + } + } + }] + } + { + x: 6.5d + y: 18.5d + subtitle: "Made from Apple Mash." + dependencies: ["498C5FC0C852D17C"] + id: "172968A234803DC0" + tasks: [{ + id: "609C60FEADFD6712" + type: "item" + item: { + id: "vinery:apple_juice" + Count: 1b + tag: { } + } + }] + rewards: [{ + id: "00920E1F9D0B5D73" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Loot: "aof:loot_bags/misc/agriculturist" + Name: "Agriculturist Lootbag" + } + } + }] + } + { + x: 6.0d + y: 20.5d + dependencies: ["2D36A0323AAF2D5C"] + id: "0F7B54CE6A27E6FF" + tasks: [{ + id: "47437B5E4D0958EF" + type: "item" + item: { + id: "vinery:apple_cider" + Count: 1b + tag: { } + } + }] + rewards: [{ + id: "0D3AC740173DD4FE" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Loot: "aof:loot_bags/misc/agriculturist" + Name: "Agriculturist Lootbag" + } + } + }] + } + { + x: 5.0d + y: 20.5d + dependencies: ["2D36A0323AAF2D5C"] + id: "5E8F972A09F7B8F6" + tasks: [{ + id: "4E418BC433AB35DF" + type: "item" + item: { + id: "vinery:kelp_cider" + Count: 1b + tag: { } + } + }] + rewards: [{ + id: "2F98A318A47FB772" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Loot: "aof:loot_bags/misc/agriculturist" + Name: "Agriculturist Lootbag" + } + } + }] + } + { + x: 7.0d + y: 20.5d + dependencies: ["2D36A0323AAF2D5C"] + id: "0D5810103EDA7183" + tasks: [{ + id: "6BCB473539F52F6D" + type: "item" + item: { + id: "vinery:apple_wine" + Count: 1b + tag: { } + } + }] + rewards: [{ + id: "524DACC864A900C4" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Loot: "aof:loot_bags/misc/agriculturist" + Name: "Agriculturist Lootbag" + } + } + }] + } + { + title: "Red Wine" + x: 1.0d + y: 20.5d + dependencies: ["2D36A0323AAF2D5C"] + id: "44FD73D3FCC38DBD" + tasks: [{ + id: "5ADE29333EF060C4" + type: "item" + item: { + id: "itemfilters:or" + Count: 1b + tag: { + items: [ + { + id: "vinery:chenet_wine" + Count: 1b + } + { + id: "vinery:king_danis_wine" + Count: 1b + } + { + id: "vinery:noir_wine" + Count: 1b + } + { + id: "vinery:bolvar_wine" + Count: 1b + } + { + id: "vinery:cherry_wine" + Count: 1b + } + ] + } + } + }] + rewards: [{ + id: "7EACD7C6CB1C236B" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Loot: "aof:loot_bags/misc/agriculturist" + Name: "Agriculturist Lootbag" + } + } + }] + } + { + x: 2.0d + y: 20.5d + dependencies: ["2D36A0323AAF2D5C"] + id: "6F43ADF8FE22159E" + tasks: [{ + id: "58C0D976214B2EC3" + type: "item" + item: { + id: "vinery:jellie_wine" + Count: 1b + tag: { } + } + }] + rewards: [{ + id: "4AF40489D0BE14B5" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Loot: "aof:loot_bags/misc/agriculturist" + Name: "Agriculturist Lootbag" + } + } + }] + } + { + title: "White Wine" + x: 3.0d + y: 20.5d + dependencies: ["2D36A0323AAF2D5C"] + id: "1F0EB09B3C1F1249" + tasks: [{ + id: "6064AB5B922ACC53" + type: "item" + item: { + id: "itemfilters:or" + Count: 1b + tag: { + items: [ + { + id: "vinery:clark_wine" + Count: 1b + } + { + id: "vinery:mellohi_wine" + Count: 1b + } + { + id: "vinery:solaris_wine" + Count: 1b + } + ] + } + } + }] + rewards: [{ + id: "4C74A54C13751E10" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Loot: "aof:loot_bags/misc/agriculturist" + Name: "Agriculturist Lootbag" + } + } + }] + } + { + x: 3.0d + y: 18.0d + subtitle: "Make your favorite wine of choice a decor." + dependencies: ["410FB4729B618584"] + id: "0665112D8E104BBB" + tasks: [{ + id: "61D6C29FA3CCD689" + type: "item" + item: "vinery:wine_box" + }] + rewards: [{ + id: "58A90EC9B4F615AC" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Loot: "aof:loot_bags/misc/agriculturist" + Name: "Agriculturist Lootbag" + } + } + }] + } + { + title: "Wine Bottle Storage" + x: 5.0d + y: 18.0d + subtitle: "Storage for Wine Bottles." + dependencies: ["410FB4729B618584"] + id: "479D2D1966C75C85" + tasks: [{ + id: "30F2CD3AE7937413" + type: "item" + item: { + id: "itemfilters:or" + Count: 1b + tag: { + items: [ + { + id: "vinery:wine_rack_1" + Count: 1b + } + { + id: "vinery:wine_rack_2" + Count: 1b + } + ] + } + } + }] + rewards: [{ + id: "4AAB3900BBFEAEE8" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Loot: "aof:loot_bags/misc/agriculturist" + Name: "Agriculturist Lootbag" + } + } + }] + } + ] + quest_links: [ ] +} diff --git a/config/ftbquests/quests/chapters/applied_energistics.snbt b/config/ftbquests/quests/chapters/applied_energistics.snbt new file mode 100644 index 0000000..3d52c9a --- /dev/null +++ b/config/ftbquests/quests/chapters/applied_energistics.snbt @@ -0,0 +1,1232 @@ +{ + id: "1C4A7D73409E23C9" + group: "33A417364C0A17FE" + order_index: 1 + filename: "applied_energistics" + title: "Applied Energistics 2" + icon: "ae2:singularity" + default_quest_shape: "square" + default_hide_dependency_lines: false + quests: [ + { + title: "Crystals are the way" + x: -6.5d + y: -5.5d + description: ["The main feature of Applied Energistics 2 is the ME Network (pronounced Emm- Eee and stands for Matter Energy), which is a set of connected blocks, and cables grouped into a system, where storage, power and functions cooperate between multiple components."] + id: "409FDC9E0FBF40CB" + tasks: [{ + id: "057AFA385B6AD0B6" + type: "checkmark" + }] + } + { + x: -3.5d + y: -5.5d + subtitle: "Use a powered Charger to charge Certus Quartz Crystal." + dependencies: ["4AC1C083537E8706"] + id: "4ACC10C8890C306E" + tasks: [{ + id: "2BCC42993452589F" + type: "item" + item: "ae2:charged_certus_quartz_crystal" + }] + rewards: [{ + id: "491253597D5084B5" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: -3.5d + y: -7.0d + description: [ + "To progress, you need to create &bFluix Crystal&r. You have two options:" + "" + "- Use the compass to find a &6meteorite&r, where you might find some &bFluix Crystal&r." + "" + "- Throw &bCharged Certus Quartz Crystal&r, &bNether Quartz&r, and &bRedstone Dust&r into a pool of water and wait." + ] + dependencies: ["4ACC10C8890C306E"] + id: "033814C6CFAF56E6" + tasks: [{ + id: "58065B40437B33DA" + type: "item" + item: "ae2:fluix_crystal" + count: 16L + }] + rewards: [{ + id: "58F4C75D516E78DA" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: -3.5d + y: -4.0d + subtitle: "Used to press items using various Inscriber Plates." + dependencies: ["4ACC10C8890C306E"] + id: "42721BC1F7734286" + tasks: [{ + id: "2BDA459026191334" + type: "item" + item: "ae2:inscriber" + }] + rewards: [{ + id: "595FF2C171F73766" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: -5.0d + y: -5.5d + subtitle: "Provides a way to charge supported tools through the ME Network." + description: [ + "Build a &bCharger&r, and power it with a &bVibration Chamber&r or a generators from others mods." + "" + "You can also power it by hand using a &bWooden Crank&r." + ] + dependencies: ["409FDC9E0FBF40CB"] + id: "4AC1C083537E8706" + tasks: [{ + id: "283357E45102D87C" + type: "item" + item: "ae2:charger" + }] + rewards: [{ + id: "1B79CC50243E5337" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: -3.5d + y: -8.5d + subtitle: "Converts energy from external systems into AE and stores it in the network." + dependencies: ["033814C6CFAF56E6"] + id: "44B22A645FC94C64" + tasks: [{ + id: "7C8924F839D8D61E" + type: "item" + item: "ae2:energy_acceptor" + }] + rewards: [{ + id: "1B210AE5834986EE" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: -3.5d + y: -10.0d + subtitle: "The simplest cable to make, transfers power." + description: [ + "To craft colored cables surround a dye of any type with 8 cables of the same type ( color of the cables dosn't matter, but they must be the same type, glass, smart, etc ). You can also paint cables with any forge compatible paint brush in world." + "" + "You can craft any colored cable with a water bucket to remove the dye." + "" + "You can cover the cable with wool to create Fluix ME Covered Cable, and craft Fluix ME Smart Cable to get a better idea of what is going on with your Channels." + ] + dependencies: ["44B22A645FC94C64"] + id: "3C12FD23932C3522" + tasks: [{ + id: "1582C3D80B414E43" + type: "item" + item: "ae2:fluix_glass_cable" + count: 6L + }] + rewards: [{ + id: "593C15EE90684F09" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: -2.0d + y: -10.0d + subtitle: "Used to accelerate crystal growth." + description: ["Since growing crystals without any accelerators takes a long time, you should invest your first fluix crystals into building as many &bCrystal Growth Accelerators&r as you can."] + dependencies: ["3C12FD23932C3522"] + id: "7B3F4A3D79F2988B" + tasks: [{ + id: "7AA503B6ABF481D7" + type: "item" + item: "ae2:quartz_growth_accelerator" + count: 4L + }] + rewards: [{ + id: "1EB59762D58C2812" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: -11.0d + y: -4.0d + subtitle: "A Network requires power, which can be provided by various blocks, and may require ME Controller(s) if you require more than 8 channels on a single network." + dependencies: ["5683C69200EBC4CD"] + id: "696536A55ED81D6B" + tasks: [{ + id: "6CB5F66C1E628B0E" + type: "item" + item: "ae2:controller" + }] + rewards: [{ + id: "1A3D29A06813FDB2" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: -12.5d + y: -5.5d + subtitle: "A smarter cable?" + description: [ + "While bearing some similarity to Fluix ME Covered Cable in appearance, they provide diagnostic function by visualizing the channel usage on the cables, the channels appear as lit colored lines that run along the black stripe on the cables giving you an understanding of how your channels are being used on your network." + "" + "The first four channels show as lines matching the color of the cable, the next four show as white lines." + ] + dependencies: ["5683C69200EBC4CD"] + id: "2B641E7A30686BCF" + tasks: [{ + id: "733C8308DEA8FB07" + type: "item" + item: "ae2:fluix_smart_cable" + }] + rewards: [{ + id: "008D0877DCEC2A6D" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: -11.0d + y: -7.0d + subtitle: "A block designed to do one thing, store Storage Cells." + description: [ + "This block holds 10 storage cells so you can tightly pack your storage into a very small space." + "" + "Shows their contents and the storage cell status on the front of the drive face." + "" + "Red - Indicates the Storage Cell is Full." + "" + "Orange - Indicates the Storage Cell cannot hold any more types, but it can store more items." + "" + "Green - Indicates the cell can hold more types, or more items." + "" + "Black - Indicates there is no channel, or power is offline." + "" + "Its important to note, that without a ME Network this block does nothing. Its only useful when combined with a way to input, and output items, and requires 2 AE/t power to function, and additional power for each Storage Cell stored inside it." + ] + dependencies: ["5683C69200EBC4CD"] + id: "19FBAF9A70549BF5" + tasks: [{ + id: "04A70F331336A1D5" + type: "item" + item: "ae2:drive" + }] + rewards: [{ + id: "7E9F4AA168E58A8E" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: -9.5d + y: -6.5d + subtitle: "Upgraded version of the ME Terminal which has an integrated crafting grid with access to a ME Network's Networked Storage." + dependencies: ["19FBAF9A70549BF5"] + id: "3988E16DAA388261" + tasks: [{ + id: "0FCC6C4E3FB97D07" + type: "item" + item: "ae2:crafting_terminal" + }] + rewards: [{ + id: "75CE478D2B8FB8D3" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: -11.0d + y: -2.5d + subtitle: "A versatile configurable system to move items / redstone / power / and fluids from one location to another though an existing ME Network without storage." + description: [ + "Tunnels are 1 input to N outputs. This means you can output to as many points as you want, but only input at a single point per tunnel." + "" + "Networks can support any number of tunnels, of any different types, and they all function independently." + "" + "ME Tunnels can be used to carry channels from one location to another, and can carry up to 32 channels, same as a Fluix ME Dense Covered Cable, while only requiring a single channel per point, making tunnels a very powerful tool to expand me networks, especially over a distance." + "" + "The channel required by a P2P-Tunnel cannot be carried through another P2P-Tunnel." + "" + "To configure a ME P2P Tunnel you must first attune the tunnel to carry what you want it to, then you need to configure the outputs to their input." + "" + "You configure the connections by using the Memory Card; First Shift+Right Click the input to save it on your memory card, then simply right-click the different outputs to store the input onto the outputs." + ] + dependencies: ["696536A55ED81D6B"] + id: "1286F9F4255B9A38" + tasks: [{ + id: "5723EBB3D22A39E7" + type: "item" + item: "ae2:me_p2p_tunnel" + }] + rewards: [{ + id: "7EDBD50C41804FD8" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: -11.0d + y: -1.0d + dependencies: ["1286F9F4255B9A38"] + id: "5DD87AC2BC5F87F2" + tasks: [{ + id: "07906B740B4ADB80" + type: "item" + item: { + id: "ae2:memory_card" + Count: 1b + tag: { } + } + }] + rewards: [{ + id: "01D6378FA78301D9" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: -14.0d + y: -5.5d + subtitle: "Higher Capacity cable, can carry 32 channels unlike standard cable which can only carry 8." + description: ["However it doesn't support buses so you must first step down from dense to a smaller cable (such as Fluix ME Glass Cable or Fluix ME Smart Cable) before using buses or panels. Shows load similarly to Fluix ME Smart Cable, with each line lit representing four channels in use."] + dependencies: ["2B641E7A30686BCF"] + id: "1E435A4C1547934D" + tasks: [{ + id: "4D657D4CBB6A2016" + type: "item" + item: "ae2:fluix_smart_dense_cable" + }] + rewards: [{ + id: "20148FD6ABF3A786" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: -12.5d + y: -9.5d + subtitle: "Lowest Tier Storage Cell, which can contain 1,024 bytes of storage." + description: [ + "1,024 bytes of storage can hold 127 Stacks of a single item. or 65 Stacks,while holding 63 Different items." + "" + "The 1k Storage Cell uses 8 bytes of data to store a single type." + ] + dependencies: ["19FBAF9A70549BF5"] + id: "215EF29F7DD6B37C" + tasks: [{ + id: "3FDDED57431181C3" + type: "item" + item: { + id: "ae2:item_storage_cell_1k" + Count: 1b + tag: { } + } + }] + rewards: [{ + id: "3862AF9AC3809275" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: -11.5d + y: -9.5d + subtitle: "Low Tier Storage Cell, which can contain 4,096 bytes of storage." + description: [ + "4,096 bytes of storage can hold 508 Stacks of a single item. or 260 Stacks,while holding 63 Different items." + "" + "The 4k Storage Cell uses 32 bytes of data to store a single type." + ] + dependencies: ["19FBAF9A70549BF5"] + id: "5AB8DB04F4DA2F40" + tasks: [{ + id: "2E155470D8151510" + type: "item" + item: { + id: "ae2:item_storage_cell_4k" + Count: 1b + tag: { } + } + }] + rewards: [{ + id: "7871D12FA7E70681" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: -10.5d + y: -9.5d + subtitle: "Middle Tier Storage Cell, which can contain 16,384 bytes of storage." + description: [ + "16,384 bytes of storage can hold 2,032 Stacks of a single item. or 1,040 Stacks,while holding 63 Different items." + "" + "The 16k Storage Cell uses 128 bytes of data to store a single type." + ] + dependencies: ["19FBAF9A70549BF5"] + id: "2A358437484E61CF" + tasks: [{ + id: "0950907AA16E55FA" + type: "item" + item: { + id: "ae2:item_storage_cell_16k" + Count: 1b + tag: { } + } + }] + rewards: [{ + id: "5D2F3FC017AB8F28" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: -9.5d + y: -9.5d + subtitle: "Highest Tier Storage Cell, which can contain 65,536 bytes of storage." + description: [ + "65,536 bytes of storage can hold 8,128 Stacks of a single item. or 4,160 Stacks,while holding 63 Different items." + "" + "The 64k Storage Cell uses 512 bytes of data to store a single type." + ] + dependencies: ["19FBAF9A70549BF5"] + id: "451C8D5D92F1BAED" + tasks: [{ + id: "7FAF15C54C21DDF8" + type: "item" + item: { + id: "ae2:item_storage_cell_64k" + Count: 1b + tag: { } + } + }] + rewards: [{ + id: "1A6F41E491B21E42" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: -8.0d + y: -7.0d + subtitle: "A specialized version of the ME Crafting Terminal designed to encode Blank Pattern into Crafting Pattern or Processing Pattern." + description: [ + "Lets you browse the contents of your network like other terminals, but also contains an area for designing patterns." + "" + "There are two modes for pattern encoding. Crafting Patterns, and Processing Patterns." + "" + "Processing patterns are designed for use with machines that do not use standard crafting recipes; such as furnaces, or other machines. " + "" + "To select between modes, click the button to the right of the interface; when it shows a standard crafting table, it will create Crafting Patterns, and when it shows a furnace, it will create Processing Patterns." + ] + dependencies: [ + "3988E16DAA388261" + "4555AD508D9C6CEB" + ] + id: "34550EB511DF1DBC" + tasks: [{ + id: "2A1935843BEBBF9F" + type: "item" + item: "ae2:pattern_encoding_terminal" + }] + rewards: [{ + id: "7C6A62A9D5588C0E" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: -9.5d + y: -7.5d + subtitle: "A HID which gives you access to items stored in your ME Network. This will also include items accessible through ME Storage Bus." + description: [ + "It has the ability to sort and search, as well as filter by using View Cell. It requires a channel to function." + "" + "Can be upgraded into a ME Crafting Terminal." + ] + dependencies: ["19FBAF9A70549BF5"] + id: "4555AD508D9C6CEB" + tasks: [{ + id: "2FEE9FBD8CE4FE03" + type: "item" + item: "ae2:terminal" + }] + rewards: [{ + id: "26F52C51601BD009" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: 2.0d + y: -4.5d + subtitle: "Read ME Pattern Provider quest for more info." + dependencies: ["2BE8127E1180DA21"] + id: "115B865B26BE47E5" + tasks: [{ + id: "5F3D81B7D3F27CA2" + type: "item" + item: "ae2:interface" + }] + rewards: [{ + id: "0B4FDBCBAA5831A2" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: 4.0d + y: -4.5d + subtitle: "This particular block provides the CPU with no additional features, but can be used as a \"filler\" block." + description: ["It is the base for crafting the other functional components of a crafting CPU."] + dependencies: ["2BE8127E1180DA21"] + id: "159C31FE32578AD2" + tasks: [{ + id: "2641A595A151CEC8" + type: "item" + item: "ae2:crafting_unit" + }] + rewards: [{ + id: "30BE24275F44F396" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: 3.0d + y: -4.5d + subtitle: "Read ME Pattern Provider quest for more info." + dependencies: ["2BE8127E1180DA21"] + id: "63DF8DED795008EA" + tasks: [{ + id: "1E101186DD63E8A3" + type: "item" + item: "ae2:molecular_assembler" + }] + rewards: [{ + id: "178F2BFE35FEC675" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: 1.0d + y: -1.5d + subtitle: "Provides 1024 bytes of storage for crafting." + dependencies: ["2BE8127E1180DA21"] + id: "719707385946F7F4" + tasks: [{ + id: "00690EE1F30F9B99" + type: "item" + item: "ae2:1k_crafting_storage" + }] + rewards: [{ + id: "4FB4B90AE6EC0CF9" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: 2.0d + y: -1.5d + subtitle: "Provides 4,096 bytes of storage for crafting." + dependencies: ["2BE8127E1180DA21"] + id: "2C7ABB61B3B1AD85" + tasks: [{ + id: "640B719C25B50B4B" + type: "item" + item: "ae2:4k_crafting_storage" + }] + rewards: [{ + id: "13598BC5905E2209" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: 3.0d + y: -1.5d + subtitle: "Provides 16,384 bytes of storage for crafting." + dependencies: ["2BE8127E1180DA21"] + id: "1C9473DDA8CA1AC1" + tasks: [{ + id: "3B28508C9447ACAC" + type: "item" + item: "ae2:16k_crafting_storage" + }] + rewards: [{ + id: "332C3330F3C4B4EC" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: 4.0d + y: -1.5d + subtitle: "Provides 65,536 bytes of storage for crafting." + dependencies: ["2BE8127E1180DA21"] + id: "6862A2B7639A470E" + tasks: [{ + id: "0505C3A757A97D86" + type: "item" + item: "ae2:64k_crafting_storage" + }] + rewards: [{ + id: "6332444F21332D05" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: 2.5d + y: -6.0d + dependencies: ["115B865B26BE47E5"] + id: "5386766A061332CA" + tasks: [{ + id: "6DD06942CEC418CB" + type: "item" + item: "ae2:storage_bus" + }] + rewards: [{ + id: "5DAFFE8DA3C58AF6" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: 2.5d + y: -7.5d + dependencies: ["5386766A061332CA"] + id: "05F88D164E0A2988" + tasks: [{ + id: "006B723E69E57816" + type: "item" + item: "ae2:import_bus" + }] + rewards: [{ + id: "3BF763104481DA3F" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: 2.5d + y: -9.0d + dependencies: ["05F88D164E0A2988"] + id: "578F8DD2ACBA9C6C" + tasks: [{ + id: "3D82F453CBD0740A" + type: "item" + item: "ae2:export_bus" + }] + rewards: [{ + id: "7BD6535BC687C272" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: -5.5d + y: -1.5d + subtitle: "Allows you to configure which users, and what permissions the users have with the ME System." + description: [ + "By existing it enforces permissions on the usage of the system." + "" + "The security system does not prevent destructive tampering, removing cables / machines or breaking of drives is not directly provided by the security Terminal." + "" + "If you need to protect your system from physical vandalism you will need another form of physical security. This block provides Network level security." + "" + "The player who places the ME Security Terminal has full control over the network and cannot exclude himself any rights." + "" + "By adding a blank Biometric Card you define a default behavior for every player who has no own Biometric Card registered." + "" + "Other than adding security on software layer, you can link up your Wireless Terminal with the network and access it wirelessly." + ] + dependencies: ["679955AA48F79365"] + id: "57507836248CB116" + tasks: [{ + id: "6FDD185D41E3E494" + type: "item" + item: "ae2:security_station" + }] + rewards: [{ + id: "08E65237A30C764B" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: -5.5d + y: 0.0d + dependencies: ["57507836248CB116"] + id: "563432F2BB1EE1AF" + tasks: [{ + id: "21C4930537157E49" + type: "item" + item: "ae2:biometric_card" + }] + rewards: [{ + id: "7365A36669E59540" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: -5.5d + y: 1.5d + subtitle: "Allows wireless access via a Wireless Terminal." + description: [ + "Range and power usage is determined based on the number of Wireless Booster installed into the ME Wireless Access Point." + "" + "A network can have any number of ME Wireless Access Point with any number of Wireless Booster in each one, allowing you to optimize power usage and range by altering your setup." + "" + "Requires a channel to be operational." + ] + dependencies: ["563432F2BB1EE1AF"] + id: "69597F2A6D80AE29" + tasks: [{ + id: "4E38E22FE7B37FE6" + type: "item" + item: "ae2:wireless_access_point" + }] + rewards: [{ + id: "040F18CE77CA8AB1" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: -5.5d + y: 3.0d + subtitle: "Links up the WAT to the network." + dependencies: ["69597F2A6D80AE29"] + id: "0B27217B40C19911" + tasks: [{ + id: "1CFC818DEC3E5B6C" + type: "item" + item: "ae2:wireless_terminal" + }] + rewards: [{ + id: "11FF7CC765FBADB7" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: -5.5d + y: 4.5d + subtitle: "Used to increase the range of the ME Wireless Access Point." + dependencies: ["0B27217B40C19911"] + id: "7814B078C6256761" + tasks: [{ + id: "6C0BA4228CC4B8B0" + type: "item" + item: "ae2:wireless_booster" + }] + rewards: [{ + id: "5CDAAC778DF57F6F" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: -7.5d + y: -1.5d + subtitle: "Required to create a connection between to Quantum Network Bridges." + description: [ + "They are always produced in matching pairs, to create a connection place 1 of the pair of Quantum Entangled Singularity into the ME Quantum Link Chamber of the bridge on each side." + "" + "They are crafted by causing a reaction between Ender Pearl or Ender Dustand a Singularity. Any explosive force should be enough to trigger the reaction." + "" + "Nearly any explosion - even creepers - will work." + "" + "Always produced in pairs, but only require a single Singularity." + "" + "It might be a good idea to label these with names when you create them using the vanilla anvil." + ] + dependencies: ["679955AA48F79365"] + id: "5CF50859A98E45FB" + tasks: [{ + id: "435ED5858F476384" + type: "item" + item: "ae2:quantum_entangled_singularity" + }] + rewards: [{ + id: "3D8C0E1DF719FF5A" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: -7.5d + y: 0.0d + subtitle: "One of these blocks surrounded by a ME Quantum Ring will create a Quantum Network Bridge." + description: [ + "This block doesn't connect to any cables and only registers as part of the network with the full bridge is made." + "" + "This blocks inventory can only hold a single Quantum Entangled Singularity and is automation accessible." + ] + dependencies: ["5CF50859A98E45FB"] + id: "2FB251E717EA2F3C" + tasks: [{ + id: "0DAFE1BDC893DE5F" + type: "item" + item: "ae2:quantum_link" + }] + rewards: [{ + id: "0C4F350123A5E240" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: -7.5d + y: 1.5d + subtitle: "Eight of these blocks placed around a ME Quantum Link Chamber will create a Quantum Network Bridge." + description: ["Only the 4 ME Quantum Ring blocks adjacent to the ME Quantum Link Chamber will accept network connections, the 4 corner blocks cannot connect to cables."] + dependencies: ["2FB251E717EA2F3C"] + id: "300343A7965531DD" + tasks: [{ + id: "422C32A11B9803B4" + type: "item" + item: "ae2:quantum_ring" + }] + rewards: [{ + id: "63263DBFF0651EE0" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + title: "Security, Wireless and Beyond" + x: -6.5d + y: -3.0d + description: ["The main feature of Applied Energistics 2 is the ME Network (pronounced Emm- Eee and stands for Matter Energy), which is a set of connected blocks, and cables grouped into a system, where storage, power and functions cooperate between multiple components."] + id: "679955AA48F79365" + tasks: [{ + id: "1349A47C54D391CA" + type: "checkmark" + title: "Security and Wireless" + }] + } + { + title: "Automation is key!" + x: 2.5d + y: -3.0d + subtitle: "Use various interfaces and automate your network." + description: ["The main feature of Applied Energistics 2 is the ME Network (pronounced Emm- Eee and stands for Matter Energy), which is a set of connected blocks, and cables grouped into a system, where storage, power and functions cooperate between multiple components."] + id: "2BE8127E1180DA21" + tasks: [{ + id: "2E567019AD31DD51" + type: "checkmark" + title: "So you want to automate?" + }] + } + { + title: "Storage and Transport" + x: -11.0d + y: -5.5d + description: ["The main feature of Applied Energistics 2 is the ME Network (pronounced Emm- Eee and stands for Matter Energy), which is a set of connected blocks, and cables grouped into a system, where storage, power and functions cooperate between multiple components."] + id: "5683C69200EBC4CD" + tasks: [{ + id: "35DEBD075D82821D" + type: "checkmark" + title: "Storage and transport" + }] + } + { + x: 1.0d + y: -4.5d + subtitle: "Recipes need to be encoded into patterns to be usable by crafting CPUs." + description: [ + "The encoded patterns need to be put into pattern providers on the same network as the Crafting CPU itself." + "" + "When the crafting CPU then needs to craft the primary result of that pattern, it'll delegate this to the pattern provider." + "" + "Normally, the pattern provider will then push out the ingredients to an adjacent block (a Molecular Assembler for crafting recipes, for example), and crafting continues once the result enters the network again." + "" + "This can be achieved by pushing the crafting result back into the pattern provider, an ME Interface or any other means that would import the crafting result into the network." + "" + "Molecular assemblers are smart enough to automatically return the crafting result to the same pattern provider that provided the ingredients." + ] + dependencies: ["2BE8127E1180DA21"] + id: "20AD73B935309188" + tasks: [{ + id: "1A5F4DE4911B984A" + type: "item" + item: "ae2:pattern_provider" + }] + rewards: [{ + id: "35D5FB8E01A3A074" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + ] + quest_links: [ ] +} diff --git a/config/ftbquests/quests/chapters/bewitchment.snbt b/config/ftbquests/quests/chapters/bewitchment.snbt new file mode 100644 index 0000000..1d3adae --- /dev/null +++ b/config/ftbquests/quests/chapters/bewitchment.snbt @@ -0,0 +1,1152 @@ +{ + id: "1B81080941D776C5" + group: "1039AC171AB01709" + order_index: 0 + filename: "bewitchment" + title: "Bewitchment" + icon: "bewitchment:hellish_bauble" + default_quest_shape: "octagon" + default_hide_dependency_lines: false + images: [ + { + x: 4.5d + y: -0.5d + width: 5.0d + height: 5.0d + rotation: 0.0d + image: "bewitchment:textures/mob_effect/mortal_coil.png" + hover: [ ] + click: "" + dev: false + corner: false + } + { + x: 13.0d + y: -4.0d + width: 3.0d + height: 3.0d + rotation: 0.0d + image: "bewitchment:textures/item/demon_heart.png" + hover: [ ] + click: "" + dev: false + corner: false + } + { + x: 14.5d + y: 2.5d + width: 3.0d + height: 3.0d + rotation: 0.0d + image: "bewitchment:textures/item/athame.png" + hover: [ ] + click: "" + dev: false + corner: false + } + ] + quests: [ + { + x: 5.5d + y: 2.0d + subtitle: "An introduction to the world of witchcraft." + description: [ + "Bewitchment offers pacts with powerful demons, the ability to become a vampire or werewolf, brew powerful potions, cast rituals, curse your enemies (or friends), and so much more." + "" + "To get started, craft the Book of Shadows with a Book and a Mandrake Root, the seeds of which are dropped from grass." + "" + "Feel lost? Check the book!" + ] + id: "51E68C17C005CD95" + tasks: [{ + id: "30B4F2FED61C13F4" + type: "item" + item: "bewitchment:book_of_shadows" + }] + rewards: [{ + id: "148678122C840FA1" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16747259 + Name: "Magic Common Lootbag" + Loot: "aof:loot_bags/magic/common" + } + } + }] + } + { + x: 0.0d + y: 2.5d + subtitle: "This magical cauldron is extremely versatile in use and is namely used for Oil Crafting, Brewing and and Teleportation." + description: [ + "Items can be tossed into the Witch Cauldron once it boils." + "" + "To make it boil, place hot blocks such as Lava or Magma Blocks below it." + "" + "Note that the Witch Cauldron requires Altar Power, except for Oil Crafting." + "" + "To teleport with a Witch Cauldron, simply throw in an Ender Pearl, step on it, and say your destination." + "" + "That destination must be another Witch Cauldron that has been named with a Name Tag." + ] + id: "40F6401B8512E29E" + tasks: [{ + id: "4E8C15D371DB7A1A" + type: "item" + item: "bewitchment:witch_cauldron" + }] + rewards: [{ + id: "4F9D60A4F4375B65" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16747259 + Name: "Magic Common Lootbag" + Loot: "aof:loot_bags/magic/common" + } + } + }] + } + { + x: -1.0d + y: 1.0d + dependencies: ["40F6401B8512E29E"] + id: "1235E760E612015E" + tasks: [{ + id: "769432E98298B4C8" + type: "item" + item: "bewitchment:aqua_cerate" + }] + rewards: [{ + id: "3D990A46A273A9BA" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16747259 + Name: "Magic Common Lootbag" + Loot: "aof:loot_bags/magic/common" + } + } + }] + } + { + x: -1.5d + y: 2.5d + dependencies: ["40F6401B8512E29E"] + id: "49754BFA0107FC46" + tasks: [{ + id: "5739D179CD4C5D26" + type: "item" + item: "bewitchment:fiery_serum" + }] + rewards: [{ + id: "2F9E7E82B08AD31E" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16747259 + Name: "Magic Common Lootbag" + Loot: "aof:loot_bags/magic/common" + } + } + }] + } + { + x: 1.0d + y: 4.0d + dependencies: ["40F6401B8512E29E"] + id: "3762AEBC5D56DEEC" + tasks: [{ + id: "6F651059DED11014" + type: "item" + item: "bewitchment:heaven_extract" + }] + rewards: [ + { + id: "4BD914AE009D5A45" + type: "item" + item: "kibe:liquid_xp_bucket" + } + { + id: "37130F49FAD7BE89" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16747259 + Name: "Magic Common Lootbag" + Loot: "aof:loot_bags/magic/common" + } + } + } + ] + } + { + x: 1.0d + y: 1.0d + dependencies: ["40F6401B8512E29E"] + id: "79E88D5D66EF740D" + tasks: [{ + id: "5D313A77DF22E070" + type: "item" + item: "bewitchment:earth_ichor" + }] + rewards: [{ + id: "40059E96C692DE16" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16747259 + Name: "Magic Common Lootbag" + Loot: "aof:loot_bags/magic/common" + } + } + }] + } + { + x: -1.0d + y: 4.0d + dependencies: ["40F6401B8512E29E"] + id: "70D904888ACAEA21" + tasks: [{ + id: "3183D796C616263D" + type: "item" + item: "bewitchment:cleansing_balm" + }] + rewards: [{ + id: "0679878AE22A82A9" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16747259 + Name: "Magic Common Lootbag" + Loot: "aof:loot_bags/magic/common" + } + } + }] + } + { + x: 1.5d + y: 2.5d + dependencies: ["40F6401B8512E29E"] + id: "1DC1A628467897A9" + tasks: [{ + id: "251EFDBE770E7549" + type: "item" + item: "bewitchment:grim_elixir" + }] + rewards: [{ + id: "5932482FE7A9029A" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16747259 + Name: "Magic Common Lootbag" + Loot: "aof:loot_bags/magic/common" + } + } + }] + } + { + x: 1.0d + y: -4.0d + subtitle: "Yet another essential tool. It can gather an entity's hair, blood, and all things needed to establish a connection." + description: [ + "To gather a taglock from an entity, either sneak up from behind or search for their bed." + "" + "To gather a taglock from a Bed, use it while sneaking so you don't accidentally sleep." + ] + id: "3B25DEDD2D24B914" + tasks: [{ + id: "0BB0332E269A468C" + type: "item" + item: "bewitchment:taglock" + }] + rewards: [ + { + id: "4922BE265F6943B0" + type: "item" + item: "minecraft:glass" + count: 12 + } + { + id: "403F09A8642948B6" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16747259 + Name: "Magic Common Lootbag" + Loot: "aof:loot_bags/magic/common" + } + } + } + ] + } + { + x: 2.0d + y: -5.5d + dependencies: ["3B25DEDD2D24B914"] + id: "5679BA414C1D637D" + tasks: [{ + id: "55C622C7F900504C" + type: "item" + item: { + id: "bewitchment:protection_poppet" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "4EE10EA390B3E4C2" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16747259 + Name: "Magic Common Lootbag" + Loot: "aof:loot_bags/magic/common" + } + } + }] + } + { + x: 2.5d + y: -4.5d + dependencies: ["3B25DEDD2D24B914"] + id: "1A1119610D6F620C" + tasks: [{ + id: "17271F13609136DA" + type: "item" + item: { + id: "bewitchment:death_protection_poppet" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "0DB8AA159811F50D" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16747259 + Name: "Magic Common Lootbag" + Loot: "aof:loot_bags/magic/common" + } + } + }] + } + { + x: 0.0d + y: -5.5d + dependencies: ["3B25DEDD2D24B914"] + id: "0E8BF0CAF13399B5" + tasks: [{ + id: "433EA789E4B03C5B" + type: "item" + item: { + id: "bewitchment:voodoo_poppet" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "05A83292D29CD735" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16747259 + Name: "Magic Common Lootbag" + Loot: "aof:loot_bags/magic/common" + } + } + }] + } + { + x: 2.5d + y: -3.5d + dependencies: ["3B25DEDD2D24B914"] + id: "19548DE9DE1B4176" + tasks: [{ + id: "638ECB265FAE71EB" + type: "item" + item: { + id: "bewitchment:voodoo_protection_poppet" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "13FAF7138F13A241" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16747259 + Name: "Magic Common Lootbag" + Loot: "aof:loot_bags/magic/common" + } + } + }] + } + { + x: -0.5d + y: -4.5d + dependencies: ["3B25DEDD2D24B914"] + id: "7B7EC590EF81C282" + tasks: [{ + id: "67E2FD8CD240DD97" + type: "item" + item: { + id: "bewitchment:mending_poppet" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "51363310CB4EC0AD" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16747259 + Name: "Magic Common Lootbag" + Loot: "aof:loot_bags/magic/common" + } + } + }] + } + { + x: -0.5d + y: -3.5d + dependencies: ["3B25DEDD2D24B914"] + id: "285F5C6F45590CC5" + tasks: [{ + id: "6C470769345218F8" + type: "item" + item: { + id: "bewitchment:curse_poppet" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "5635587AE0A0D41B" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16747259 + Name: "Magic Common Lootbag" + Loot: "aof:loot_bags/magic/common" + } + } + }] + } + { + x: 1.0d + y: -5.5d + dependencies: ["3B25DEDD2D24B914"] + id: "5528E5058C2D3AA9" + tasks: [{ + id: "4A5DB934B15056F6" + type: "item" + item: { + id: "bewitchment:vampiric_poppet" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "630A27C7B1CA77DB" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16747259 + Name: "Magic Common Lootbag" + Loot: "aof:loot_bags/magic/common" + } + } + }] + } + { + x: 0.5d + y: -2.5d + dependencies: ["3B25DEDD2D24B914"] + id: "4D168D1CF5B9D840" + tasks: [{ + id: "3AD3144A2289E414" + type: "item" + item: { + id: "bewitchment:judgment_poppet" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "5E7FF792249DA4BF" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16747259 + Name: "Magic Common Lootbag" + Loot: "aof:loot_bags/magic/common" + } + } + }] + } + { + x: 1.5d + y: -2.5d + dependencies: ["3B25DEDD2D24B914"] + id: "401DF25766ED31F2" + tasks: [{ + id: "4837A378979ED1AE" + type: "item" + item: { + id: "bewitchment:fatigue_poppet" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "35FE11868ED36D13" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16747259 + Name: "Magic Common Lootbag" + Loot: "aof:loot_bags/magic/common" + } + } + }] + } + { + x: 7.5d + y: 2.0d + subtitle: "Convenient tools for any witch." + description: [ + "It can be used to gather heads from mobs, among other niche uses." + "" + "Being made out of Silver, it is perfectly usable against unholy creatures." + "" + "Athames can also be used to start Rituals from a Dispenser." + ] + dependencies: ["51E68C17C005CD95"] + id: "076F277FF3B41B79" + tasks: [{ + id: "6BA10BD55A3F1DB4" + type: "item" + item: { + id: "bewitchment:athame" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "197B01B3DC9E5C8E" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16747259 + Name: "Magic Common Lootbag" + Loot: "aof:loot_bags/magic/common" + } + } + }] + } + { + x: 7.5d + y: 4.0d + subtitle: "Bottles of Blood can be obtained by slaying a humanoid with an Athame while holding a Glass Bottle in the offhand." + dependencies: ["076F277FF3B41B79"] + id: "5545B850D62C8BF0" + tasks: [{ + id: "6F360235F1EA98C6" + type: "item" + item: "bewitchment:bottle_of_blood" + }] + rewards: [{ + id: "4931A83E80FD8148" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Name: "Magic Rare Lootbag" + Loot: "aof:loot_bags/magic/rare" + } + } + }] + } + { + x: 7.5d + y: 0.0d + subtitle: "Created by putting Bark on a Campfire." + description: ["When thrown into a filled Witch Cauldron it will immediately empty it."] + dependencies: ["076F277FF3B41B79"] + id: "6EA6B28327D944B7" + tasks: [{ + id: "7B461B5FFCDEE357" + type: "item" + item: "bewitchment:wood_ash" + }] + rewards: [{ + id: "5B19CA4F25A94842" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16747259 + Name: "Magic Common Lootbag" + Loot: "aof:loot_bags/magic/common" + } + } + }] + } + { + x: 9.5d + y: 2.0d + subtitle: "Some say that Bark is the most magically potent part of the tree." + description: [ + "Early witches learned to strip bark from wood using an Athame." + "" + "Do note that some woods are simply too hard to strip Bark from." + "" + "Bark can be used for many things, one of those being Wood Ash." + ] + dependencies: ["076F277FF3B41B79"] + id: "2E57A82661E1CE1E" + tasks: [{ + id: "38B08483C8E278D3" + type: "item" + item: "bewitchment:oak_bark" + }] + rewards: [{ + id: "01110A2F9D5F6799" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16747259 + Name: "Magic Common Lootbag" + Loot: "aof:loot_bags/magic/common" + } + } + }] + } + { + x: 11.5d + y: 2.0d + subtitle: "Altars are the cornerstone of any witch's lair." + description: [ + "They can be used to collect energy - henceforth referred to as ME (magical energy)." + "" + "This energy is essential to most witchcraft, and is collected from nearby plants." + "" + "You'll want many different plants to collect maximum power." + "" + "You may also place swords, pentacles, and wands atop the altar to modify it." + "" + "Swords will increase the storage multiplier." + "" + "Pentacles such as Skulls and Gems will increase gain." + "" + "Wands such as Candelabrasl, Lanterns, and Torches will give a flat bonus on capacity." + "" + "Altars are created by putting a carpet on their base block. The choice of base block and carpet is of cosmetic nature only and tied to one of the three realms." + "" + "Nearby altars will fill a player's Internal ME Buffer, which is used for magic such as trinkets or Brooms." + ] + dependencies: ["2E57A82661E1CE1E"] + id: "734F1553E293E98D" + tasks: [{ + id: "23AFD5A3B04D25BE" + type: "item" + item: "bewitchment:stone_witch_altar" + }] + rewards: [{ + id: "1CF45DE82151433F" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16747259 + Name: "Magic Common Lootbag" + Loot: "aof:loot_bags/magic/common" + } + } + }] + } + { + x: 11.5d + y: 0.0d + subtitle: "Crystal Balls are common divination tools." + description: [ + "When used, they will give the caster a fortune, at the cost of some ME drawn from a nearby Altar." + "" + "Additionally, Crystal Balls may be used for scrying." + "" + "When used with a Taglock, it will give precise information on the target." + ] + dependencies: ["734F1553E293E98D"] + id: "25C8C15C8701B834" + tasks: [{ + id: "693CE5B86EF9DA53" + type: "item" + item: "bewitchment:crystal_ball" + }] + rewards: [{ + id: "3DA892D969F3279C" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Name: "Magic Rare Lootbag" + Loot: "aof:loot_bags/magic/rare" + } + } + }] + } + { + x: 9.5d + y: 0.0d + dependencies: [ + "25C8C15C8701B834" + "6EA6B28327D944B7" + ] + id: "140AEE3F450BD3A2" + tasks: [{ + id: "372B31C55E138C15" + type: "item" + item: { + id: "bewitchment:chalk" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "63432E061B2D2063" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16747259 + Name: "Magic Common Lootbag" + Loot: "aof:loot_bags/magic/common" + } + } + }] + } + { + x: 11.5d + y: -2.0d + dependencies: [ + "25C8C15C8701B834" + "140AEE3F450BD3A2" + ] + id: "40F771A3D6F771A6" + tasks: [{ + id: "0B6E7536EA8FC60D" + type: "item" + item: "bewitchment:demon_heart" + }] + rewards: [{ + id: "2821962D0E9F1AE3" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Name: "Magic Rare Lootbag" + Loot: "aof:loot_bags/magic/rare" + } + } + }] + } + { + x: 13.5d + y: 0.0d + subtitle: "Brooms are magical devices commonly used by witches." + description: [ + "They enable the user to fly through the skies. Brooms come in four variants, each with unique properties:" + "" + "- Juniper" + "The fastest of all brooms, without any other special properties." + "" + "- Cypress" + "Wards the user, reducing both damage input and output." + "" + "- Elder" + "Will return the user to where they mounted it after dismounting." + "" + "- Dragon's Blood" + "Can have Active Sigils applied to them, much like any other Dragon's Blood block." + ] + dependencies: [ + "25C8C15C8701B834" + "40F771A3D6F771A6" + ] + id: "75F9B10AE73B2D5A" + tasks: [{ + id: "304B313C6A41FD87" + type: "item" + item: "bewitchment:juniper_broom" + }] + rewards: [ + { + id: "482BC1F93336875E" + type: "item" + item: "minecraft:crimson_nylium" + count: 12 + } + { + id: "6DA0374A298E1188" + type: "item" + item: "minecraft:warped_nylium" + count: 12 + } + { + id: "4025B11483CCF66D" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Name: "Magic Rare Lootbag" + Loot: "aof:loot_bags/magic/rare" + } + } + } + ] + } + { + x: 13.5d + y: -2.0d + subtitle: "Gross." + description: [ + "This questionable stew is part of the pledging rite." + "" + "By drinking while deeply looking into the eyes of a Greater Demon, a witch can pledge to them." + "" + "Pledging to a Greater Demon has unique benefits depending on the Demon." + ] + dependencies: ["40F771A3D6F771A6"] + id: "6B3BB197C7AF5DDF" + tasks: [{ + id: "7C20D7008EA37334" + type: "item" + item: "bewitchment:grotesque_stew" + }] + rewards: [{ + id: "3F7CD0CEFA8D42B2" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Name: "Magic Rare Lootbag" + Loot: "aof:loot_bags/magic/rare" + } + } + }] + } + { + x: 9.0d + y: -4.0d + subtitle: "Baphomet's tool of choice." + description: [ + "It has multiple-tool functionality comparable to Netherite." + "" + "It can also be used to throw powerful fireballs at the cost of some ME." + "" + "The Caduceus can be repaired with Netherite Ingots." + ] + dependencies: ["1DB150821C15E02B"] + id: "16CC85D681077DFD" + tasks: [{ + id: "5AD904C0970364E4" + type: "item" + item: { + id: "bewitchment:caduceus" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "14822D397A64A55F" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Name: "Magic Rare Lootbag" + Loot: "aof:loot_bags/magic/rare" + } + } + }] + } + { + x: 9.5d + y: -2.0d + dependencies: ["140AEE3F450BD3A2"] + id: "1DB150821C15E02B" + tasks: [{ + id: "416484CF2AB4D71B" + type: "item" + item: "bewitchment:demon_horn" + }] + rewards: [{ + id: "36C67E1882AB1288" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Name: "Magic Rare Lootbag" + Loot: "aof:loot_bags/magic/rare" + } + } + }] + } + { + x: 8.0d + y: -4.0d + subtitle: "Acquired by defeating the Vampire Queen in battle, these shoes have a protection comparable to Netherite Boots." + description: [ + "Because of their dark energies, the undead are neutral to the wearer." + "" + "Harbinger can be repaired using Netherite Ingots." + ] + dependencies: ["1DB150821C15E02B"] + id: "07CB7DF58F8AC311" + tasks: [{ + id: "6CDB1DB5399B31F8" + type: "item" + item: { + id: "bewitchment:harbinger" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "290B4F394364281B" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Name: "Magic Rare Lootbag" + Loot: "aof:loot_bags/magic/rare" + } + } + }] + } + { + x: 10.0d + y: -4.0d + subtitle: "This powerful relic is obtained by defeating Leonard." + description: [ + "It can be combined with a Splash Potion, which can then be thrown four times using the Scepter at the cost of ME." + "" + "The Scepter can be repaired using Netherie Ingots." + ] + dependencies: ["1DB150821C15E02B"] + id: "3980AEE68AB1A5A3" + tasks: [{ + id: "21DC85807695CFAB" + type: "item" + item: { + id: "bewitchment:scepter" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "36C770DEFFEFA3B5" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Name: "Magic Rare Lootbag" + Loot: "aof:loot_bags/magic/rare" + } + } + }] + } + { + x: 11.0d + y: -4.0d + subtitle: "This spear is the hunting weapon of Herne." + description: [ + "Much like a Trident, it can be thrown towards a target, and will always return to whoever threw it." + "" + "The Horned Spear can be repaired using Netherite Ingots." + ] + dependencies: ["1DB150821C15E02B"] + id: "46E0C43C802E3417" + tasks: [{ + id: "2F68CB0B56C94B78" + type: "item" + item: { + id: "bewitchment:horned_spear" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "1D91D2EEE1A19966" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Name: "Magic Rare Lootbag" + Loot: "aof:loot_bags/magic/rare" + } + } + }] + } + { + title: "Find a Nether Fortress" + x: 11.5d + y: 4.0d + dependencies: ["734F1553E293E98D"] + id: "0FDB0002F258E8E5" + tasks: [{ + id: "2A76279AD6285265" + type: "advancement" + title: "Find a nether fortress" + advancement: "minecraft:nether/find_fortress" + criterion: "" + }] + rewards: [{ + id: "3EDB0EB02FACC67B" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Name: "Magic Rare Lootbag" + Loot: "aof:loot_bags/magic/rare" + } + } + }] + } + ] + quest_links: [ ] +} diff --git a/config/ftbquests/quests/chapters/botania.snbt b/config/ftbquests/quests/chapters/botania.snbt new file mode 100644 index 0000000..6aaf554 --- /dev/null +++ b/config/ftbquests/quests/chapters/botania.snbt @@ -0,0 +1,3259 @@ +{ + id: "33C9E52EF9326063" + group: "1039AC171AB01709" + order_index: 1 + filename: "botania" + title: "Botania" + icon: { + id: "botania:lexicon" + Count: 1b + tag: { + "botania:elven_unlock": 1b + } + } + default_quest_shape: "" + default_hide_dependency_lines: false + quests: [ + { + title: "This is Botania" + icon: "botania:lexicon" + x: -6.0d + y: -0.5d + subtitle: "Natural magic, revolving around flora." + id: "1DF75AD90E44CA46" + tasks: [{ + id: "39154A42F9C284B4" + type: "checkmark" + }] + rewards: [{ + id: "3CEE2D5320850B8F" + type: "item" + item: "botania:lexicon" + }] + } + { + x: -4.5d + y: 0.5d + dependencies: ["1DF75AD90E44CA46"] + id: "5309927D0A001918" + tasks: [{ + id: "4C569B32E08A8574" + type: "advancement" + title: "Find Mystical Flowers" + icon: "botania:magenta_double_flower" + advancement: "botania:main/flower_pickup" + criterion: "" + }] + rewards: [{ + id: "377968C872FCBDF0" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16747259 + Name: "Magic Common Lootbag" + Loot: "aof:loot_bags/magic/common" + } + } + }] + } + { + x: 3.5d + y: 0.5d + dependencies: ["5309927D0A001918"] + id: "04C2CA40AEA918DB" + tasks: [{ + id: "56C6E89025BDF94C" + type: "item" + item: "botania:apothecary_default" + }] + rewards: [{ + id: "48797CA504683D78" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16747259 + Name: "Magic Common Lootbag" + Loot: "aof:loot_bags/magic/common" + } + } + }] + } + { + x: 11.5d + y: 0.5d + dependencies: ["04C2CA40AEA918DB"] + id: "1FFF999BC54B6400" + tasks: [{ + id: "1A247FF180E6481A" + type: "item" + item: "botania:pure_daisy" + }] + rewards: [{ + id: "5B71AC391E1EC79D" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16747259 + Name: "Magic Common Lootbag" + Loot: "aof:loot_bags/magic/common" + } + } + }] + } + { + x: 13.5d + y: 0.5d + dependencies: ["1FFF999BC54B6400"] + id: "67698F78A76E5EDE" + tasks: [{ + id: "03CC428B8A7A61D7" + type: "item" + item: "botania:livingrock" + }] + rewards: [{ + id: "2C5CA4C1153A8AC3" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16747259 + Name: "Magic Common Lootbag" + Loot: "aof:loot_bags/magic/common" + } + } + }] + } + { + x: 11.5d + y: 3.5d + dependencies: ["1FFF999BC54B6400"] + id: "009F51E069A5AE9F" + tasks: [{ + id: "26F8B595973C58E6" + type: "item" + item: "botania:livingwood_log" + count: 4L + }] + rewards: [{ + id: "00CC4D5E5EB6A87F" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16747259 + Loot: "aof:loot_bags/magic/common" + Name: "Magic Common Lootbag" + } + } + }] + } + { + title: "Where do i store all this flowers?" + x: -4.5d + y: 2.5d + subtitle: "There are 16 different mystical flowers, this pouch can hold them all!" + dependencies: ["5309927D0A001918"] + id: "1DCA13B8B677B0CC" + tasks: [{ + id: "36B856AD96BA8E03" + type: "item" + item: "botania:flower_bag" + }] + rewards: [{ + id: "3BB9604773FFFDAC" + type: "item" + item: "botania:fertilizer" + count: 16 + }] + } + { + x: 10.5d + y: 5.0d + subtitle: "A botanist's most important tool" + description: [ + "> Has 2 modes, bind and function" + "> Sneak right click air to switch between modes" + "> Blocks with orientation like chests can be rotated" + "> Dispenser can use the wand while triggering with redstone" + ] + dependencies: ["009F51E069A5AE9F"] + id: "0518BBF4C16E24F6" + tasks: [{ + id: "0C751A483EC49827" + type: "item" + item: { + id: "botania:twig_wand" + Count: 1b + tag: { + color2: 0 + color1: 0 + } + } + }] + rewards: [{ + id: "1AFA764C7869E13A" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 15.0d + y: 0.5d + dependencies: ["67698F78A76E5EDE"] + id: "7441E4C296790479" + tasks: [{ + id: "751C161E36704045" + type: "item" + item: "botania:mana_pool" + }] + rewards: [{ + id: "1CFCF7DB9BEACEB4" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 11.5d + y: 5.0d + dependencies: ["009F51E069A5AE9F"] + id: "22342F3F0F03F1E6" + tasks: [{ + id: "033EEA4C276D2C05" + type: "item" + item: "botania:mana_spreader" + }] + rewards: [{ + id: "5F674B9DC30D0961" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 3.5d + y: -1.5d + description: ["Craft an Endoflame or Hydroageas using the Petal Apothecary."] + dependencies: ["04C2CA40AEA918DB"] + id: "5CF7175F3F5F64F6" + tasks: [{ + id: "4943D9BC69DE51CE" + type: "advancement" + advancement: "botania:main/generating_flower" + criterion: "" + }] + rewards: [{ + id: "0BEB2EC09EEBE13D" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16747259 + Name: "Magic Common Lootbag" + Loot: "aof:loot_bags/magic/common" + } + } + }] + } + { + x: 16.5d + y: -1.0d + dependencies: ["7441E4C296790479"] + id: "40E77B17CF9C3C07" + tasks: [{ + id: "08B8B55A0ECA17E3" + type: "item" + item: "botania:mana_pearl" + }] + rewards: [{ + id: "5B05FB9AB9CA1CC1" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 16.5d + y: -7.5d + dependencies: ["40E77B17CF9C3C07"] + id: "79D5AADE25625395" + tasks: [{ + id: "4F7F9DFD86FC79D8" + type: "item" + item: "botania:runic_altar" + }] + rewards: [{ + id: "1421BC9127177F66" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + title: "Mana Lenses" + x: 11.5d + y: 7.0d + subtitle: "A Mana Spreader can be upgraded with Mana Lenses" + description: [ + "> The most basic Mana Lens does absolutely nothing." + "> A Lens can be dyed by crafting it with any color of dye to give it that color" + "> Rainbow lens can be crafted with Mana Pearl" + "> Coloured lenses change the colour of the fired burst." + "> They can be upgraded with all sorts of materials to create all sorts of effects with their Mana Bursts" + "> Combining two lenses with a Slimeball in a crafting table will unite them into one lens with the effects of both" + ] + dependencies: ["22342F3F0F03F1E6"] + id: "081EE3168F8B1FC7" + tasks: [{ + id: "142422A08A522594" + type: "item" + item: "botania:lens_normal" + }] + rewards: [{ + id: "4BA5EF510B33217A" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16747259 + Loot: "aof:loot_bags/magic/common" + Name: "Magic Common Lootbag" + } + } + }] + } + { + x: 8.5d + y: 9.0d + subtitle: "The Velocity Lens will dramatically increase the speed at which a Mana Burst travels, but at the expense of initial capacity and faster Mana Loss." + dependencies: ["081EE3168F8B1FC7"] + id: "25D128009CF159B3" + tasks: [{ + id: "50B7612C256651A0" + type: "item" + item: "botania:lens_speed" + }] + rewards: [{ + id: "1BAA35E4F6F5B86C" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 8.5d + y: 6.0d + subtitle: "The Potency Lens will double the amount of Mana a Mana Burst can carry; however, the beam travels slower, and after it starts to lose mana, does so at a much faster rate." + dependencies: ["081EE3168F8B1FC7"] + id: "2459749B47E708FA" + tasks: [{ + id: "1A12C87BCC4E9F1E" + type: "item" + item: "botania:lens_power" + }] + rewards: [{ + id: "31C2B928388DC15B" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 12.5d + y: 9.0d + subtitle: "The Resistance Lens will significantly increase the amount of time a Mana Burst can go without starting to lose Mana, but slows it as well." + dependencies: ["081EE3168F8B1FC7"] + id: "66F353DAEF962091" + tasks: [{ + id: "658B1C4634D5D9C0" + type: "item" + item: "botania:lens_time" + }] + rewards: [{ + id: "710813CACCF021EE" + type: "random" + }] + } + { + x: 8.5d + y: 8.0d + subtitle: "The Efficiency Lens will decrease the amount of time it takes for a Mana Burst to start losing its Mana, but will also decrease its rate of loss." + dependencies: ["081EE3168F8B1FC7"] + id: "2857140F38349D53" + tasks: [{ + id: "2D69A8FF842FE028" + type: "item" + item: "botania:lens_efficiency" + }] + rewards: [{ + id: "3F20647D116D6C69" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 9.5d + y: 5.0d + subtitle: "The Bounce Lens will allow a Mana Burst to bounce off walls, rather than dissipating on collision." + dependencies: ["081EE3168F8B1FC7"] + id: "78B424948B4C7F02" + tasks: [{ + id: "6BA864FB26017C8B" + type: "item" + item: "botania:lens_bounce" + }] + rewards: [{ + id: "3982C2F03068B51F" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 13.5d + y: 5.0d + subtitle: "The Gravity Lens makes gravity affect a Mana Burst, making the burst move in an arc. As compensation, it also slightly increases the time before Mana Loss sets in." + dependencies: ["081EE3168F8B1FC7"] + id: "68E6F02353701423" + tasks: [{ + id: "67297EF22DD381F9" + type: "item" + item: "botania:lens_gravity" + }] + rewards: [{ + id: "38F133ACD689609E" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 14.5d + y: 7.0d + subtitle: "The Bore Lens charges a Mana Burst with the ability to use its own Mana to break any blocks it hits." + dependencies: ["081EE3168F8B1FC7"] + id: "66FB1ED1E2A9A7F8" + tasks: [{ + id: "360305905AE274EE" + type: "item" + item: "botania:lens_mine" + }] + rewards: [{ + id: "2A62A2E2845F5CF0" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 14.5d + y: 9.0d + subtitle: "The Damaging Lens allows a Mana Burst to use its own mana to damage any living beings it hits." + dependencies: ["081EE3168F8B1FC7"] + id: "56FE803D8ECA0B77" + tasks: [{ + id: "22F68D1743ACEAE5" + type: "item" + item: "botania:lens_damage" + }] + rewards: [{ + id: "23F5E3F6820D00D7" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 14.5d + y: 6.0d + subtitle: "The Phantom Lens is an interesting one. By leveraging the Abstruse Platform's properties, the lens allows a Mana Burst to pass through blocks. In doing so, the time it can survive without losing mana is decreased." + dependencies: ["081EE3168F8B1FC7"] + id: "6F4FE2BA11D1CB0B" + tasks: [{ + id: "05C6A0BA48C3A008" + type: "item" + item: "botania:lens_phantom" + }] + rewards: [{ + id: "5848D09421DC26C1" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 9.5d + y: 9.0d + subtitle: "The Magnetizing Lens (as its name states) allows a Mana Burst to home in (or \"magnetize\") on any nearby blocks that can receive Mana. Doing so slightly decreases the speed of the burst." + dependencies: ["081EE3168F8B1FC7"] + id: "2A50FF9D44A31F35" + tasks: [{ + id: "2454510C24AA70B7" + type: "item" + item: "botania:lens_magnet" + }] + rewards: [{ + id: "5F632164B49FC772" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 14.5d + y: 8.0d + subtitle: "The Entropic Lens imbues a Mana Burst with entropic forces, causing it to release its energy in the form of an explosion when it collides against something that can't receive Mana." + dependencies: ["081EE3168F8B1FC7"] + id: "45421DF9BD942C62" + tasks: [{ + id: "3B9C4E7B7BD885EF" + type: "item" + item: "botania:lens_explosive" + }] + rewards: [{ + id: "7198BEA4B274D5BB" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 14.5d + y: 5.0d + subtitle: "The Influence Lens allows a Mana Burst to have influence over any nearby dropped items, experience orbs and even falling blocks, having them move in the exact same vector of motion as the burst itself." + dependencies: ["081EE3168F8B1FC7"] + id: "6EA1683223AEAEBE" + tasks: [{ + id: "437247E67D5A5F54" + type: "item" + item: "botania:lens_influence" + }] + rewards: [{ + id: "65ECA4856DB09072" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 10.5d + y: 9.0d + subtitle: "The Weight Lens places a strong downward force within a Mana Burst, making any block hit by it (as long as it has space below) fall like Sand and Gravel do." + dependencies: ["081EE3168F8B1FC7"] + id: "5081102A7CED9AA5" + tasks: [{ + id: "256DE524215998F7" + type: "item" + item: "botania:lens_weight" + }] + rewards: [{ + id: "2261D6222A0EBF1C" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 11.0d + y: 13.0d + subtitle: "The Paintslinger lens needs to be dyed one of the 16 colors of the spectrum to function. " + description: ["> When a burst that's passed through it hits a colorable block (Wool, Stained Clay or Glass...), it'll turn that block (and any connected blocks of the same type and color) into the color of the Mana Burst. It seems to work on Sheep too."] + dependencies: ["4780D2B6E5831DBB"] + id: "7236D801CE365132" + tasks: [{ + id: "4CDB835CFD56D946" + type: "item" + item: "botania:lens_paint" + }] + rewards: [{ + id: "441D1885849247DF" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Loot: "aof:loot_bags/magic/epic" + Name: "Magic Epic Lootbag" + } + } + }] + } + { + x: 12.5d + y: 5.0d + subtitle: "The Kindle Lens is infused with a burning spark. When a Mana Burst fired through it hits a block, the block will catch fire. It doesn't seem to ignite living beings, though.It has the ability to both ignite and close Nether Portals, but to close them it needs to be aimed at the frame, lest the burst it carries end up going through the portal." + dependencies: ["081EE3168F8B1FC7"] + id: "74F0CD823C4EABF0" + tasks: [{ + id: "6761710FE51D1828" + type: "item" + item: "botania:lens_fire" + }] + rewards: [{ + id: "3F60F7F20AE3E90C" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 8.5d + y: 5.0d + subtitle: "The Force Lens acts as a Piston. When a Mana Burst fired through it hits a block that a piston can move, it'll do just that." + dependencies: ["081EE3168F8B1FC7"] + id: "059E5A9B039D5A75" + tasks: [{ + id: "4F80BF93E5458491" + type: "item" + item: "botania:lens_piston" + }] + rewards: [{ + id: "6F65790F4F8EC799" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 8.5d + y: 7.0d + subtitle: "The Flash Lens creates a flame on a block, of the same color as the burst that caused it. The flame provides light and is purely decorative.If a burst hits one of these flames, it puts the flame out instead." + dependencies: ["081EE3168F8B1FC7"] + id: "6280D759A26A0268" + tasks: [{ + id: "33EF0F3BD67B95B7" + type: "item" + item: "botania:lens_light" + }] + rewards: [{ + id: "0CCF33C93F1B8B93" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 13.5d + y: 11.5d + subtitle: "The Warp Lens is an interesting one. " + description: ["> A burst under its effects that collides with a Force Relay will teleport to the target of said Force Relay, maintaining its momentum, but making its Mana irrecoverable.Furthermore, when it's combined with a Bore Lens (the Bore Lens must be first), it'll prevent bursts from breaking Force Relays or Pistons, and teleport any blocks broken by the Bore Lens to the burst's origin."] + dependencies: ["4780D2B6E5831DBB"] + id: "1080D58DE23C93FD" + tasks: [{ + id: "530972159B061274" + type: "item" + item: "botania:lens_warp" + }] + rewards: [{ + id: "03AC2B76CE1E16C0" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Loot: "aof:loot_bags/magic/epic" + Name: "Magic Epic Lootbag" + } + } + }] + } + { + x: 12.0d + y: 13.0d + subtitle: "The Redirective Lens will only take effect when fired from a Mana Spreader. " + description: ["> Any burst under its effects that collides with a Mana Spreader will (apart from transferring Mana like normal) make the receiving spreader point towards the one that fired the burst."] + dependencies: ["4780D2B6E5831DBB"] + id: "46D4E5DB8C7C388D" + tasks: [{ + id: "2AFCE6FE9DA3A83D" + type: "item" + item: "botania:lens_redirect" + }] + rewards: [{ + id: "1F21A25E427A3FDB" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Loot: "aof:loot_bags/magic/epic" + Name: "Magic Epic Lootbag" + } + } + }] + } + { + x: 13.0d + y: 12.5d + subtitle: "The Celebratory Lens functions much like the common Entropic Lens" + description: ["> Instead of an explosion, it creates a festive firework dyed the color of the burst."] + dependencies: ["4780D2B6E5831DBB"] + id: "53AD87221951C4FB" + tasks: [{ + id: "50CF2DA93433621A" + type: "item" + item: "botania:lens_firework" + }] + rewards: [{ + id: "3F85DDACD78FA33D" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Loot: "aof:loot_bags/magic/epic" + Name: "Magic Epic Lootbag" + } + } + }] + } + { + x: 9.5d + y: 11.5d + subtitle: "The Flare Lens takes over a Mana Spreader's functionality, preventing it from firing any bursts" + description: [ + "> This type of lens is called a Control Lens." + "> The effect of this particular Control Lens is to make the spreader fire a continuous particle burst of the color the lens is dyed, in the direction the spreader is aimed. No mana is consumed; there're surely plenty of decorative uses for this." + ] + dependencies: ["4780D2B6E5831DBB"] + id: "1CE263AEA234D241" + tasks: [{ + id: "671F1A0A43D2F334" + type: "item" + item: "botania:lens_flare" + }] + rewards: [{ + id: "0A196EF44D36ACCB" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Loot: "aof:loot_bags/magic/epic" + Name: "Magic Epic Lootbag" + } + } + }] + } + { + x: 13.5d + y: 9.0d + subtitle: "The Messenger Lens greatly decreases the amount of Mana a Mana Burst carries and dramatically increases the burst's speed and maximum distance.This can be very useful for interactions with blocks such as the Mana Detector, Drum of the Wild, or Animated Torch." + dependencies: ["081EE3168F8B1FC7"] + id: "1B3F5E8FB78901BF" + tasks: [{ + id: "71E55691160B7472" + type: "item" + item: "botania:lens_messenger" + }] + rewards: [{ + id: "61CA4D84BD25A2AF" + type: "random" + }] + } + { + x: 10.0d + y: 12.5d + subtitle: "The Tripwire Lens is another Control Lens." + description: ["> The Tripwire Lens is another Control Lens."] + dependencies: ["4780D2B6E5831DBB"] + id: "7C0ACFE540BFAB6F" + tasks: [{ + id: "1A40F407B8B8B8DB" + type: "item" + item: "botania:lens_tripwire" + }] + rewards: [{ + id: "0100250B4124E6E4" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Loot: "aof:loot_bags/magic/epic" + Name: "Magic Epic Lootbag" + } + } + }] + } + { + x: 16.5d + y: 2.0d + dependencies: ["7441E4C296790479"] + id: "251841F2B986110E" + tasks: [{ + id: "70CA060AFF348B7C" + type: "item" + item: "botania:manasteel_ingot" + }] + rewards: [{ + id: "031E8F72E7A9D203" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 16.5d + y: 0.5d + dependencies: ["7441E4C296790479"] + id: "07504FA280147E7A" + tasks: [{ + id: "612EB016B5BC49E7" + type: "item" + item: "botania:mana_diamond" + }] + rewards: [{ + id: "27859E66ADA1DA79" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 18.0d + y: 0.5d + dependencies: [ + "251841F2B986110E" + "07504FA280147E7A" + "40E77B17CF9C3C07" + ] + id: "3D1F205E8A402999" + tasks: [{ + id: "255BBC441DCAFF74" + type: "item" + item: "botania:terra_plate" + }] + rewards: [{ + id: "644ED4ADA56A325B" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Loot: "aof:loot_bags/magic/epic" + Name: "Magic Epic Lootbag" + } + } + }] + } + { + x: 19.5d + y: 0.5d + dependencies: ["3D1F205E8A402999"] + id: "184DC69C5AA4D79E" + tasks: [{ + id: "3AE4940037C330E2" + type: "item" + item: "botania:terrasteel_ingot" + }] + rewards: [{ + id: "5E45FE27B9AD2854" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + title: "Open the Portal to Alfheim" + icon: "botania:glimmering_livingwood" + x: 11.5d + y: 9.5d + subtitle: "The knowledge of Alfheim's Mana-handling methods comes, of course, with an array of new and useful Mana Lenses." + dependencies: ["081EE3168F8B1FC7"] + id: "4780D2B6E5831DBB" + tasks: [{ + id: "58CBEE0C60B24303" + type: "checkmark" + title: "Open the Portal to Alfheim" + }] + } + { + x: 18.5d + y: -5.0d + dependencies: ["79D5AADE25625395"] + id: "1A8013123EE132C4" + tasks: [{ + id: "31C09D28B3D46599" + type: "item" + item: "botania:rune_water" + }] + rewards: [{ + id: "04DAD9A90309EB37" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 17.5d + y: -4.5d + dependencies: ["79D5AADE25625395"] + id: "6D78481FEDC9D0A7" + tasks: [{ + id: "5BD51D8F645A3D41" + type: "item" + item: "botania:rune_fire" + }] + rewards: [{ + id: "6A4FBD2F70BE7FEC" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 15.5d + y: -4.5d + dependencies: ["79D5AADE25625395"] + id: "4C13452863C755A9" + tasks: [{ + id: "55446945F5B5105D" + type: "item" + item: "botania:rune_air" + }] + rewards: [{ + id: "34A3EC8309BB81DC" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 14.5d + y: -5.0d + dependencies: ["79D5AADE25625395"] + id: "2ABABA4788FC09C6" + tasks: [{ + id: "69B7FE88BE929946" + type: "item" + item: "botania:rune_earth" + }] + rewards: [{ + id: "10D2801E413D1BB0" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 19.5d + y: -7.0d + dependencies: ["79D5AADE25625395"] + id: "53D8AA95C8769AC8" + tasks: [{ + id: "700E45EB85D36ACA" + type: "item" + item: "botania:rune_spring" + }] + rewards: [{ + id: "4F776D25F215DFDB" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 13.5d + y: -7.0d + dependencies: ["79D5AADE25625395"] + id: "4DA53004CCB8E9DE" + tasks: [{ + id: "0698275E9AACD5DA" + type: "item" + item: "botania:rune_summer" + }] + rewards: [{ + id: "5E28E239F8893E84" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 14.0d + y: -8.0d + dependencies: ["79D5AADE25625395"] + id: "4177EE55AD46B9CB" + tasks: [{ + id: "3DDE1896FC655F9B" + type: "item" + item: "botania:rune_autumn" + }] + rewards: [{ + id: "336CA44F384902D9" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 19.0d + y: -8.0d + dependencies: ["79D5AADE25625395"] + id: "2C8BA594589C6198" + tasks: [{ + id: "2FA5BD9ED7275F54" + type: "item" + item: "botania:rune_winter" + }] + rewards: [{ + id: "700C4483594E4C14" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 18.5d + y: -9.0d + dependencies: ["79D5AADE25625395"] + id: "0F85822E390DF0B4" + tasks: [{ + id: "3473574CE0C28CD3" + type: "item" + item: "botania:rune_mana" + }] + rewards: [{ + id: "5B5928995C3B563D" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 14.0d + y: -6.0d + dependencies: ["79D5AADE25625395"] + id: "138C114FB4538FD1" + tasks: [{ + id: "0010DF1C431429F8" + type: "item" + item: "botania:rune_lust" + }] + rewards: [{ + id: "53D51051D4C7930C" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 19.0d + y: -6.0d + dependencies: ["79D5AADE25625395"] + id: "16773A4E07202691" + tasks: [{ + id: "595A795242AEA62E" + type: "item" + item: "botania:rune_gluttony" + }] + rewards: [{ + id: "498914E2C3C3D406" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 16.0d + y: -10.5d + dependencies: ["79D5AADE25625395"] + id: "493AA22743B295FA" + tasks: [{ + id: "0428E1195AC84722" + type: "item" + item: "botania:rune_greed" + }] + rewards: [{ + id: "1CCA1DBB1CFC0968" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 14.5d + y: -9.0d + dependencies: ["79D5AADE25625395"] + id: "161F53BA8F91BECD" + tasks: [{ + id: "7ACCEE9E2C1511BA" + type: "item" + item: "botania:rune_sloth" + }] + rewards: [{ + id: "5756F0A3AD4BF8AD" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 18.0d + y: -10.0d + dependencies: ["79D5AADE25625395"] + id: "3722CB1CC95696A8" + tasks: [{ + id: "4F4D821C430DAA59" + type: "item" + item: "botania:rune_wrath" + }] + rewards: [{ + id: "2E7B8573247C8F13" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 15.0d + y: -10.0d + dependencies: ["79D5AADE25625395"] + id: "2C2EA55CCABBC095" + tasks: [{ + id: "23712C90550070AE" + type: "item" + item: "botania:rune_envy" + }] + rewards: [{ + id: "5AC98911DB2E7169" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 17.0d + y: -10.5d + dependencies: ["79D5AADE25625395"] + id: "63D35A30B1F90E63" + tasks: [{ + id: "36B116051592EA3D" + type: "item" + item: "botania:rune_pride" + }] + rewards: [{ + id: "4B079902C0756E46" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 3.5d + y: 5.5d + dependencies: ["04C2CA40AEA918DB"] + id: "2F21F31455F11527" + tasks: [{ + id: "1253D4C168819A25" + type: "advancement" + advancement: "botania:main/functional_flower" + criterion: "" + }] + rewards: [{ + id: "0D17C60EE1C0B0ED" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 10.5d + y: -5.0d + subtitle: "Trinkets are accessories that offer all sorts of different effects when worn. Unlock Manasteel Ingot quest to gain access." + hide_dependency_lines: true + dependencies: ["251841F2B986110E"] + id: "5DD7363C76855F9D" + tasks: [{ + id: "4BEA70A00A6E590B" + type: "item" + item: "botania:bauble_box" + }] + rewards: [{ + id: "4AC973452A9DAA62" + type: "command" + title: "Magic Rare Loot Bag" + icon: "kubejs:loot_bag_rare" + command: "/execute at @p run loot spawn ~ ~1 ~ loot aof:loot_bags/magic_rare" + player_command: false + }] + } + { + x: 0.5d + y: -0.5d + dependencies: ["5CF7175F3F5F64F6"] + id: "4C234967C9D8F506" + tasks: [{ + id: "36962A45E463CC89" + type: "item" + item: "botania:dandelifeon" + }] + rewards: [{ + id: "223CC775363BAEBD" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 0.5d + y: -1.5d + dependencies: ["5CF7175F3F5F64F6"] + id: "0844D86D1B6B6E42" + tasks: [{ + id: "12F80AD79FA56E86" + type: "item" + item: "botania:endoflame" + }] + rewards: [{ + id: "4B797BAAD0220731" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 0.5d + y: -2.5d + dependencies: ["5CF7175F3F5F64F6"] + id: "5AB6E536CDEA24F0" + tasks: [{ + id: "2E0DAF08C6243635" + type: "item" + item: "botania:entropinnyum" + }] + rewards: [{ + id: "64ED97731C188A0D" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 0.5d + y: -3.5d + dependencies: ["5CF7175F3F5F64F6"] + id: "4BE13A145FDF53A2" + tasks: [{ + id: "799D4FA5D1044A0B" + type: "item" + item: "botania:gourmaryllis" + }] + rewards: [{ + id: "71EA877E6574596D" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 1.5d + y: -3.5d + dependencies: ["5CF7175F3F5F64F6"] + id: "0F9A8BE9693CFC9A" + tasks: [{ + id: "0D3228DBF1F3139B" + type: "item" + item: "botania:hydroangeas" + }] + rewards: [{ + id: "294307143E874510" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 2.5d + y: -3.5d + dependencies: ["5CF7175F3F5F64F6"] + id: "5795D205F1485AAC" + tasks: [{ + id: "1C4509685FD3253C" + type: "item" + item: "botania:kekimurus" + }] + rewards: [{ + id: "20B9E19C503A0099" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 3.5d + y: -3.5d + dependencies: ["5CF7175F3F5F64F6"] + id: "32C2713F7D594E64" + tasks: [{ + id: "67065A9C2A01679A" + type: "item" + item: "botania:munchdew" + }] + rewards: [{ + id: "766B93FF53661B71" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 4.5d + y: -3.5d + dependencies: ["5CF7175F3F5F64F6"] + id: "17B01D55D08BA669" + tasks: [{ + id: "6DBA08661F495716" + type: "item" + item: "botania:narslimmus" + }] + rewards: [{ + id: "11A3597E83D73452" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 5.5d + y: -3.5d + dependencies: ["5CF7175F3F5F64F6"] + id: "26CB81E6EA208B67" + tasks: [{ + id: "4D7288D8EE4B0670" + type: "item" + item: "botania:rafflowsia" + }] + rewards: [{ + id: "63A780D9B85169F8" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 8.5d + y: -6.0d + dependencies: ["5DD7363C76855F9D"] + id: "228CA2867203BA12" + tasks: [{ + id: "6F8C3D231D508088" + type: "item" + item: "botania:holy_cloak" + }] + rewards: [{ + id: "43515CC88DB151EB" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Loot: "aof:loot_bags/magic/epic" + Name: "Magic Epic Lootbag" + } + } + }] + } + { + x: 12.0d + y: -7.0d + dependencies: ["5DD7363C76855F9D"] + id: "7173A81A1D77BFD3" + tasks: [{ + id: "232B6DCD720FDA70" + type: "item" + item: "botania:unholy_cloak" + }] + rewards: [{ + id: "28457B7BEB4F2F56" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Loot: "aof:loot_bags/magic/epic" + Name: "Magic Epic Lootbag" + } + } + }] + } + { + x: 9.0d + y: -7.0d + dependencies: ["5DD7363C76855F9D"] + id: "42D6242513AAC971" + tasks: [{ + id: "7C1D38DE12D541D0" + type: "item" + item: "botania:balance_cloak" + }] + rewards: [{ + id: "639FA6A59B1850DF" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Loot: "aof:loot_bags/magic/epic" + Name: "Magic Epic Lootbag" + } + } + }] + } + { + x: 6.5d + y: -3.5d + dependencies: ["5CF7175F3F5F64F6"] + id: "6C2B3C5D7F27B3CE" + tasks: [{ + id: "5CEEF05B019B86E3" + type: "item" + item: "botania:rosa_arcana" + }] + rewards: [{ + id: "377D0586A04607ED" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 12.5d + y: -6.0d + dependencies: ["5DD7363C76855F9D"] + id: "0E1376C287B4D8E4" + tasks: [{ + id: "15F3E22562D703CF" + type: "item" + item: "botania:invisibility_cloak" + }] + rewards: [{ + id: "4C5D981C59888F83" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 6.5d + y: -2.5d + dependencies: ["5CF7175F3F5F64F6"] + id: "6102D86326F893AB" + tasks: [{ + id: "49515826071B0A55" + type: "item" + item: "botania:shulk_me_not" + }] + rewards: [{ + id: "797E08C81F184764" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 6.5d + y: -1.5d + dependencies: ["5CF7175F3F5F64F6"] + id: "2588EEB1BAEA2377" + tasks: [{ + id: "3C9BCEEF0E066A77" + type: "item" + item: "botania:spectrolus" + }] + rewards: [{ + id: "03BA92596A170BBA" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 6.5d + y: -0.5d + dependencies: ["5CF7175F3F5F64F6"] + id: "795033354BF674AF" + tasks: [{ + id: "0E5A48F15685FA5C" + type: "item" + item: "botania:thermalily" + }] + rewards: [{ + id: "61E92C399AD97351" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 10.5d + y: -2.0d + dependencies: ["5DD7363C76855F9D"] + id: "6BBBC76E6E722C86" + tasks: [{ + id: "2C4B43629EE0BAE8" + type: "item" + item: "botania:travel_belt" + }] + rewards: [{ + id: "4187AEF005A4870F" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 10.5d + y: -7.5d + dependencies: ["5DD7363C76855F9D"] + id: "4E28F29232291984" + tasks: [{ + id: "51D923B2C882AAE4" + type: "item" + item: { + id: "botania:knockback_belt" + Count: 1b + tag: { + baubleUUID: [I; + -266142487 + 275792871 + -2104681547 + -670940564 + ] + } + } + }] + rewards: [{ + id: "1259C4CEF50607A4" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 10.0d + y: -1.0d + dependencies: ["6BBBC76E6E722C86"] + id: "7F0ADAF93FF58572" + tasks: [{ + id: "3EE9CCD6CFF5D1D7" + type: "item" + item: "botania:super_travel_belt" + }] + rewards: [{ + id: "16A3E98FC38C5221" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Loot: "aof:loot_bags/magic/epic" + Name: "Magic Epic Lootbag" + } + } + }] + } + { + x: 11.0d + y: -1.0d + dependencies: ["6BBBC76E6E722C86"] + id: "0B4420623B4BC69A" + tasks: [{ + id: "60BDA1A9C06A4103" + type: "item" + item: "botania:speed_up_belt" + }] + rewards: [{ + id: "347BE4F620DB72BF" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 9.5d + y: -2.5d + dependencies: ["5DD7363C76855F9D"] + id: "3EBFB9BBC420F762" + tasks: [{ + id: "6FE162FA3C68D87F" + type: "item" + item: "botania:magnet_ring" + }] + rewards: [{ + id: "12A2AD9A470AC965" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 9.0d + y: -1.5d + dependencies: ["3EBFB9BBC420F762"] + id: "47DF546851CDA84C" + tasks: [{ + id: "68A22D489E97D991" + type: "item" + item: "botania:magnet_ring_greater" + }] + rewards: [{ + id: "6FA4C7EB616ECFE3" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Loot: "aof:loot_bags/magic/epic" + Name: "Magic Epic Lootbag" + } + } + }] + } + { + x: 13.0d + y: -5.0d + dependencies: ["5DD7363C76855F9D"] + id: "1CCA3BDF1407C1CF" + tasks: [{ + id: "25BE601B8DCD67A8" + type: "item" + item: "botania:mana_ring" + }] + rewards: [{ + id: "7DF680E9E1A6AC92" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 11.5d + y: -2.5d + dependencies: ["5DD7363C76855F9D"] + id: "1B945E921F2EEA9C" + tasks: [{ + id: "19F6189D4D9DFB0F" + type: "item" + item: "botania:aura_ring" + }] + rewards: [{ + id: "1066D86AFAEECBA3" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 12.0d + y: -1.5d + dependencies: ["1B945E921F2EEA9C"] + id: "6D17CD1F90431FCC" + tasks: [{ + id: "2C84F468D7C75C5F" + type: "item" + item: "botania:aura_ring_greater" + }] + rewards: [{ + id: "1FBE1732C4E4A452" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Loot: "aof:loot_bags/magic/epic" + Name: "Magic Epic Lootbag" + } + } + }] + } + { + x: 8.0d + y: -5.0d + dependencies: ["5DD7363C76855F9D"] + id: "6894A057F9E9658C" + tasks: [{ + id: "59C05FB82489D92A" + type: "item" + item: "botania:water_ring" + }] + rewards: [{ + id: "1900B3F81F99192A" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 8.0d + y: -4.0d + dependencies: ["5DD7363C76855F9D"] + id: "0C598D3C097961D9" + tasks: [{ + id: "1EE667BA218E3F1F" + type: "item" + item: "botania:swap_ring" + }] + rewards: [{ + id: "188680DE316C619C" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 8.5d + y: -3.0d + dependencies: ["5DD7363C76855F9D"] + id: "683CEC6590173287" + tasks: [{ + id: "777070D4A189539A" + type: "item" + item: "botania:dodge_ring" + }] + rewards: [{ + id: "37979B39886AB1A3" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 12.5d + y: -3.0d + dependencies: ["5DD7363C76855F9D"] + id: "09556EE472CE76C1" + tasks: [{ + id: "6E2A3C62890F04AF" + type: "item" + item: "botania:mining_ring" + }] + rewards: [{ + id: "11D5F9F10BCA3D46" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 13.0d + y: -4.0d + dependencies: ["5DD7363C76855F9D"] + id: "03D8166AAAF1B0CA" + tasks: [{ + id: "228165CB2AE09454" + type: "item" + item: { + id: "botania:reach_ring" + Count: 1b + tag: { + baubleUUID: [I; + 1332369587 + -132165993 + -1560525451 + 1816372962 + ] + } + } + }] + rewards: [{ + id: "56F9E6DF5C9A51C6" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 15.0d + y: -2.5d + dependencies: ["7441E4C296790479"] + id: "2C917AF574869CE3" + tasks: [{ + id: "1E4C5F07C8E3EC85" + type: "item" + item: "botania:mana_pylon" + }] + rewards: [{ + id: "25E839A506FA85E0" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 19.5d + y: -2.5d + dependencies: [ + "2C917AF574869CE3" + "184DC69C5AA4D79E" + ] + id: "212723528F0C4958" + tasks: [{ + id: "0E62314EE896D07B" + type: "item" + item: "botania:natura_pylon" + }] + rewards: [{ + id: "41840242FF210A43" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 20.5d + y: 2.0d + dependencies: ["56C906CE38A975D7"] + id: "5194E917E6900897" + tasks: [{ + id: "05C2A877F11FB24D" + type: "item" + item: "botania:glimmering_livingwood" + }] + rewards: [{ + id: "7E807B4B90A582CD" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Loot: "aof:loot_bags/magic/epic" + Name: "Magic Epic Lootbag" + } + } + }] + } + { + x: 19.5d + y: 3.5d + dependencies: [ + "009F51E069A5AE9F" + "184DC69C5AA4D79E" + ] + id: "56C906CE38A975D7" + tasks: [{ + id: "7EFAEC63EE3BCFCF" + type: "item" + item: "botania:alfheim_portal" + }] + rewards: [{ + id: "2AD4D250D36A70DE" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 21.5d + y: 0.5d + dependencies: [ + "184DC69C5AA4D79E" + "212723528F0C4958" + "5194E917E6900897" + ] + id: "742BA596EA51DDEE" + tasks: [{ + id: "282D182F0B8AF0E0" + type: "advancement" + advancement: "botania:main/elf_portal_open" + criterion: "" + }] + rewards: [{ + id: "3B1C503D02D0381E" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Loot: "aof:loot_bags/magic/epic" + Name: "Magic Epic Lootbag" + } + } + }] + } + { + x: 1.0d + y: 1.5d + dependencies: ["2F21F31455F11527"] + id: "447998034CA345DC" + tasks: [{ + id: "4CF539B076353B98" + type: "item" + item: "botania:agricarnation" + }] + rewards: [ + { + id: "3DDD10F220C8155E" + type: "command" + title: "Magic Rare Loot Bag" + icon: "kubejs:loot_bag_rare" + command: "/execute at @p run loot spawn ~ ~1 ~ loot aof:loot_bags/magic_rare" + player_command: false + } + { + id: "40C0B9D8A740AA76" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Name: "Magic Rare Lootbag" + Loot: "aof:loot_bags/magic/rare" + } + } + } + ] + } + { + x: 0.5d + y: 2.5d + dependencies: ["2F21F31455F11527"] + id: "687FF4AB8C83958C" + tasks: [{ + id: "02C2CC2683A44F06" + type: "item" + item: "botania:bubbell" + }] + rewards: [{ + id: "6C9C9B8629C12749" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Name: "Magic Rare Lootbag" + Loot: "aof:loot_bags/magic/rare" + } + } + }] + } + { + x: 0.5d + y: 3.5d + dependencies: ["2F21F31455F11527"] + id: "747848C9CCEF6E48" + tasks: [{ + id: "6CDBC82FF62E5E58" + type: "item" + item: "botania:clayconia" + }] + rewards: [{ + id: "3BE2365BAF34A266" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Name: "Magic Rare Lootbag" + Loot: "aof:loot_bags/magic/rare" + } + } + }] + } + { + x: 0.5d + y: 4.5d + dependencies: ["2F21F31455F11527"] + id: "60F2B286DB504476" + tasks: [{ + id: "67D6122CC1110961" + type: "item" + item: "botania:daffomill" + }] + rewards: [{ + id: "563B2407611E3EF5" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Name: "Magic Rare Lootbag" + Loot: "aof:loot_bags/magic/rare" + } + } + }] + } + { + x: 0.5d + y: 5.5d + dependencies: ["2F21F31455F11527"] + id: "15E7C03B46764247" + tasks: [{ + id: "2834D9B064E702A9" + type: "item" + item: "botania:dreadthorn" + }] + rewards: [{ + id: "581EFCE26B3FFC84" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Name: "Magic Rare Lootbag" + Loot: "aof:loot_bags/magic/rare" + } + } + }] + } + { + x: 0.5d + y: 6.5d + dependencies: ["2F21F31455F11527"] + id: "719DECC59783C5C4" + tasks: [{ + id: "240BEDF4B65A4503" + type: "item" + item: "botania:exoflame" + }] + rewards: [{ + id: "4974700E32FA2C5D" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Name: "Magic Rare Lootbag" + Loot: "aof:loot_bags/magic/rare" + } + } + }] + } + { + x: 0.5d + y: 7.5d + dependencies: ["2F21F31455F11527"] + id: "7E98207BE8D79ED6" + tasks: [{ + id: "1DE0756CB7505F8D" + type: "item" + item: "botania:fallen_kanade" + }] + rewards: [{ + id: "762793CAB4CD978B" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Name: "Magic Rare Lootbag" + Loot: "aof:loot_bags/magic/rare" + } + } + }] + } + { + x: 0.5d + y: 8.5d + dependencies: ["2F21F31455F11527"] + id: "68C41CCC8C70D512" + tasks: [{ + id: "01152A13CD01BE2D" + type: "item" + item: "botania:heisei_dream" + }] + rewards: [{ + id: "70F7B690002ECC39" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Name: "Magic Rare Lootbag" + Loot: "aof:loot_bags/magic/rare" + } + } + }] + } + { + x: 0.5d + y: 9.5d + dependencies: ["2F21F31455F11527"] + id: "431FBC3C47792302" + tasks: [{ + id: "4450954132C7B88E" + type: "item" + item: "botania:hopperhock" + }] + rewards: [{ + id: "4E45C37CDE07FC39" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Name: "Magic Rare Lootbag" + Loot: "aof:loot_bags/magic/rare" + } + } + }] + } + { + x: 2.5d + y: 11.0d + dependencies: ["2F21F31455F11527"] + id: "1F9B422C0A66A843" + tasks: [{ + id: "4D03DD5DB2E741B1" + type: "item" + item: "botania:hyacidus" + }] + rewards: [{ + id: "1E58C83B285B1815" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Name: "Magic Rare Lootbag" + Loot: "aof:loot_bags/magic/rare" + } + } + }] + } + { + x: 4.5d + y: 11.0d + dependencies: ["2F21F31455F11527"] + id: "18B56B2A88091276" + tasks: [{ + id: "022915BBE155CB09" + type: "item" + item: "botania:jaded_amaranthus" + }] + rewards: [{ + id: "65557C925C0DEF8C" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Name: "Magic Rare Lootbag" + Loot: "aof:loot_bags/magic/rare" + } + } + }] + } + { + x: 2.0d + y: 1.5d + dependencies: ["2F21F31455F11527"] + id: "1C199BA634278AAC" + tasks: [{ + id: "37340E43F396F16F" + type: "item" + item: "botania:jiyuulia" + }] + rewards: [{ + id: "558AD5CE1B031E25" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Name: "Magic Rare Lootbag" + Loot: "aof:loot_bags/magic/rare" + } + } + }] + } + { + x: 5.0d + y: 1.5d + dependencies: ["2F21F31455F11527"] + id: "0DE9901B8006BDAD" + tasks: [{ + id: "1401946B8766469F" + type: "item" + item: "botania:labellia" + }] + rewards: [{ + id: "3DA751012B5A570F" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Name: "Magic Rare Lootbag" + Loot: "aof:loot_bags/magic/rare" + } + } + }] + } + { + x: 5.5d + y: 10.5d + dependencies: ["2F21F31455F11527"] + id: "5242AF70A593F53F" + tasks: [{ + id: "7540AC03FDD9BA4E" + type: "item" + item: "botania:loonium" + }] + rewards: [{ + id: "4EE3C8C7673B4D28" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Name: "Magic Rare Lootbag" + Loot: "aof:loot_bags/magic/rare" + } + } + }] + } + { + x: 1.5d + y: 10.5d + dependencies: ["2F21F31455F11527"] + id: "77E2134442089F03" + tasks: [{ + id: "7D78C2B4C0823016" + type: "item" + item: "botania:marimorphosis" + }] + rewards: [{ + id: "5CCC232B063F3FD9" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Name: "Magic Rare Lootbag" + Loot: "aof:loot_bags/magic/rare" + } + } + }] + } + { + x: 6.5d + y: 9.5d + dependencies: ["2F21F31455F11527"] + id: "2C4DCA236F05B182" + tasks: [{ + id: "2192AD1EDEB9A193" + type: "item" + item: "botania:medumone" + }] + rewards: [{ + id: "0152E7576462958E" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Name: "Magic Rare Lootbag" + Loot: "aof:loot_bags/magic/rare" + } + } + }] + } + { + x: 6.5d + y: 7.5d + dependencies: ["2F21F31455F11527"] + id: "7E365F45D64DA0C5" + tasks: [{ + id: "1269C1BA4D369F31" + type: "item" + item: "botania:orechid" + }] + rewards: [{ + id: "099EBDE9DA1076C0" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Name: "Magic Rare Lootbag" + Loot: "aof:loot_bags/magic/rare" + } + } + }] + } + { + x: 6.5d + y: 8.5d + dependencies: ["2F21F31455F11527"] + id: "41CAE7398EE9D80D" + tasks: [{ + id: "2CAEF4358AD9DBA5" + type: "item" + item: "botania:orechid_ignem" + }] + rewards: [{ + id: "1E8B1397F12CDCE0" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Name: "Magic Rare Lootbag" + Loot: "aof:loot_bags/magic/rare" + } + } + }] + } + { + x: 6.5d + y: 6.5d + dependencies: ["2F21F31455F11527"] + id: "2FD468F7DE1093D4" + tasks: [{ + id: "5D07D651B8E87940" + type: "item" + item: "botania:pollidisiac" + }] + rewards: [{ + id: "7815805BCCEF427C" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Name: "Magic Rare Lootbag" + Loot: "aof:loot_bags/magic/rare" + } + } + }] + } + { + x: 6.5d + y: 5.5d + dependencies: ["2F21F31455F11527"] + id: "05B3D66A73D3E0F0" + tasks: [{ + id: "716E9075F3A1E978" + type: "item" + item: "botania:rannuncarpus" + }] + rewards: [{ + id: "71CC798D73E471E5" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Name: "Magic Rare Lootbag" + Loot: "aof:loot_bags/magic/rare" + } + } + }] + } + { + x: 6.5d + y: 4.5d + dependencies: ["2F21F31455F11527"] + id: "16CCB74BF86788A0" + tasks: [{ + id: "6D0EBBF3A211F3D8" + type: "item" + item: "botania:solegnolia" + }] + rewards: [{ + id: "1D1B5CB7DD123EE4" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Name: "Magic Rare Lootbag" + Loot: "aof:loot_bags/magic/rare" + } + } + }] + } + { + x: 6.5d + y: 3.5d + dependencies: ["2F21F31455F11527"] + id: "4E6A1C0623B28736" + tasks: [{ + id: "2E9F1D905187B838" + type: "item" + item: "botania:spectranthemum" + }] + rewards: [{ + id: "02C314AF05035D99" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Name: "Magic Rare Lootbag" + Loot: "aof:loot_bags/magic/rare" + } + } + }] + } + { + x: 6.5d + y: 2.5d + dependencies: ["2F21F31455F11527"] + id: "096F86F805D3E6DC" + tasks: [{ + id: "333E0441FF3E202E" + type: "item" + item: "botania:tangleberrie" + }] + rewards: [{ + id: "2131401AC4A10C5B" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Name: "Magic Rare Lootbag" + Loot: "aof:loot_bags/magic/rare" + } + } + }] + } + { + x: 3.5d + y: 11.0d + dependencies: ["2F21F31455F11527"] + id: "0E68CE727EBFFDED" + tasks: [{ + id: "4C11AFC7156A8C3C" + type: "item" + item: "botania:tigerseye" + }] + rewards: [{ + id: "0300791B43D957F8" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Name: "Magic Rare Lootbag" + Loot: "aof:loot_bags/magic/rare" + } + } + }] + } + { + x: 6.0d + y: 1.5d + dependencies: ["2F21F31455F11527"] + id: "3DCE379666133771" + tasks: [{ + id: "112F66232405056A" + type: "item" + item: "botania:vinculotus" + }] + rewards: [{ + id: "13A4D659751FD5CD" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Name: "Magic Rare Lootbag" + Loot: "aof:loot_bags/magic/rare" + } + } + }] + } + { + x: 23.5d + y: -1.0d + dependencies: ["742BA596EA51DDEE"] + id: "2352E1A00B9DBF2D" + tasks: [{ + id: "38F56D554C18D6D2" + type: "item" + item: "botania:dreamwood" + }] + rewards: [{ + id: "1727AE0BA6E4B82E" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Loot: "aof:loot_bags/magic/epic" + Name: "Magic Epic Lootbag" + } + } + }] + } + { + x: 23.5d + y: 2.0d + dependencies: ["742BA596EA51DDEE"] + id: "677B6A2B465A6EBE" + tasks: [{ + id: "1094A24287B0EB2A" + type: "item" + item: "botania:dragonstone" + }] + rewards: [{ + id: "712F7FC67A171F12" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Loot: "aof:loot_bags/magic/epic" + Name: "Magic Epic Lootbag" + } + } + }] + } + { + x: 23.5d + y: 0.0d + dependencies: ["742BA596EA51DDEE"] + id: "0F0DA021FACC4D78" + tasks: [{ + id: "0C8AB123274A393C" + type: "item" + item: "botania:pixie_dust" + }] + rewards: [{ + id: "39848234E5B8F671" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Loot: "aof:loot_bags/magic/epic" + Name: "Magic Epic Lootbag" + } + } + }] + } + { + x: 23.5d + y: 1.0d + dependencies: ["742BA596EA51DDEE"] + id: "10D2CA05EE8B6806" + tasks: [{ + id: "0662886FB1AD8C04" + type: "item" + item: "botania:elementium_ingot" + }] + rewards: [{ + id: "1AEABB56C5B8744E" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Loot: "aof:loot_bags/magic/epic" + Name: "Magic Epic Lootbag" + } + } + }] + } + { + x: 25.0d + y: 0.5d + dependencies: [ + "0F0DA021FACC4D78" + "10D2CA05EE8B6806" + ] + id: "1C6262A33463553B" + tasks: [{ + id: "1F91699F1E976516" + type: "item" + item: "botania:gaia_pylon" + }] + rewards: [{ + id: "13F3CA4DAE224F69" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "LEGENDARY" + Color: 16747259 + Loot: "aof:loot_bags/magic/legendary" + Name: "Magic Legendary Lootbag" + } + } + }] + } + { + x: 26.5d + y: 0.5d + dependencies: ["1C6262A33463553B"] + id: "34C7A89EC09CD2CA" + tasks: [{ + id: "5F77A7BDC54D87E7" + type: "advancement" + advancement: "botania:main/gaia_guardian_kill" + criterion: "" + }] + rewards: [{ + id: "29EFAE1789A780BE" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "LEGENDARY" + Color: 16747259 + Loot: "aof:loot_bags/magic/legendary" + Name: "Magic Legendary Lootbag" + } + } + }] + } + ] + quest_links: [ ] +} diff --git a/config/ftbquests/quests/chapters/create.snbt b/config/ftbquests/quests/chapters/create.snbt new file mode 100644 index 0000000..81acf07 --- /dev/null +++ b/config/ftbquests/quests/chapters/create.snbt @@ -0,0 +1,2352 @@ +{ + id: "5811BFDF9E484981" + group: "0815C5D80307ECDF" + order_index: 1 + filename: "create" + title: "Create" + icon: "create:mechanical_arm" + default_quest_shape: "" + default_hide_dependency_lines: false + quests: [ + { + title: "Create: Getting Started" + x: 0.0d + y: 0.5d + subtitle: "Alliterations Ahoy" + description: [ + "> When you start mining, grab as much andesite as possible and don't forget to grab some zinc too." + "> Smelt down your Zinc/Iron, turn them to Ingots, and Craft them to Andesite Alloys" + "> Andesite Alloys are used in a lot of recipes in Create, there's a way to get more for less materials, but that's for later." + "> This quest chapter will guide you to the basics and the progression of Create Mod, you can check the advancements as well to see what else this mod has to offer" + ] + id: "610389B121518964" + tasks: [{ + id: "26F489361F50BBF5" + type: "item" + item: "create:andesite_alloy" + count: 32L + }] + rewards: [{ + id: "69EDCF0376B96184" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 15576960 + Loot: "aof:loot_bags/create/common" + Name: "Create Common Lootbag" + } + } + }] + } + { + x: 2.0d + y: 0.5d + subtitle: "Press goes Bonk" + description: [ + "> If getting andesite alloy is the first step, then getting plates is the next." + "> Craft a Mechanical Press and use the hand crank given to you from the previous quest and bonk some iron" + ] + dependencies: ["610389B121518964"] + id: "1C705A0B7E050B54" + tasks: [{ + id: "2D938D2D18443AF2" + type: "item" + item: "create:mechanical_press" + }] + rewards: [{ + id: "179FDF0BD3CBD5FB" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 15576960 + Loot: "aof:loot_bags/create/common" + Name: "Create Common Lootbag" + } + } + }] + } + { + title: "Cogwheels" + x: 2.0d + y: -1.5d + subtitle: "Cogs" + description: ["> Do you know how to gear up and gear down?"] + dependencies: ["610389B121518964"] + id: "480EE90E6D0491BD" + tasks: [ + { + id: "40B111C90B0CB6C6" + type: "item" + item: "create:cogwheel" + count: 8L + } + { + id: "1787F1E83E6F1475" + type: "item" + item: "create:large_cogwheel" + count: 8L + } + ] + rewards: [{ + id: "3EDDE5E314AE3B7D" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 15576960 + Loot: "aof:loot_bags/create/common" + Name: "Create Common Lootbag" + } + } + }] + } + { + title: "Water Wheels" + x: 4.0d + y: -1.5d + subtitle: "No more hand cranking" + description: [ + "> Tired of spinning the hand crank? Then craft yourself a water wheel!" + "> Make sure that it's spinning the right way for maximum rotational force value." + ] + dependencies: ["480EE90E6D0491BD"] + id: "38E2D761D7A9C369" + tasks: [{ + id: "5D72C3AFC662F113" + type: "item" + item: "create:water_wheel" + count: 2L + }] + rewards: [ + { + id: "595524E0057DF146" + type: "item" + item: "minecraft:water_bucket" + } + { + id: "02E5826376F7D45B" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 15576960 + Loot: "aof:loot_bags/create/common" + Name: "Create Common Lootbag" + } + } + } + ] + } + { + title: "Engineering Tools" + x: 4.0d + y: 0.5d + subtitle: "Why does every mod have a wrench?" + description: [ + "The wrench can be used to rotate your Create Machines while the Goggles can be used to view the stress units and other helpful tooltips on your contraptions." + "As an added Bonus, here's a refund of your gold and some more." + ] + dependencies: ["1C705A0B7E050B54"] + id: "511DD53713406575" + tasks: [ + { + id: "75A99982ED1EA91D" + type: "item" + item: "create:wrench" + } + { + id: "74DCBAF28E4DC3F2" + type: "item" + item: "create:goggles" + } + ] + rewards: [{ + id: "6DD793EEBBED087C" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 15576960 + Loot: "aof:loot_bags/create/common" + Name: "Create Common Lootbag" + } + } + }] + } + { + title: "Measuring Tools" + x: -2.0d + y: 0.5d + subtitle: "How Fast? How Stressed?" + description: ["> These two are interchangable once you craft the other. That's a good way to cheat this quest actually. Why did I tell you that?"] + dependencies: ["610389B121518964"] + id: "624B52BE855CF703" + tasks: [ + { + id: "6274F7DCF4A79756" + type: "item" + item: "create:speedometer" + } + { + id: "2B91B823C4B0491B" + type: "item" + item: "create:stressometer" + } + ] + rewards: [ + { + id: "3C92A0C3F95854DC" + type: "item" + item: "create:builders_tea" + count: 8 + } + { + id: "63AD7FD405944249" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 15576960 + Loot: "aof:loot_bags/create/common" + Name: "Create Common Lootbag" + } + } + count: 2 + } + ] + } + { + x: -4.0d + y: 0.5d + subtitle: "It's not the endgame autocrafting, but it's close enough" + description: ["Crafting &bBlueprints &rcan be used to craft a &bTemplate &ryou placed on the blueprint without placing the items on the crafting Menu. Convenient while you still don't have an ME system."] + dependencies: ["624B52BE855CF703"] + id: "2AFA49C5659C94F8" + tasks: [{ + id: "418FE5A825CCB147" + type: "item" + item: "create:crafting_blueprint" + }] + rewards: [ + { + id: "23286979E10F6999" + type: "xp_levels" + xp_levels: 5 + } + { + id: "1DDC4E3B445257FF" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 15576960 + Loot: "aof:loot_bags/create/common" + Name: "Create Common Lootbag" + } + } + } + ] + } + { + title: "Windmills" + x: 6.0d + y: -1.5d + subtitle: "In case of nether, break water wheel" + description: [ + "> While the water wheel is useful, you need water(duh) to move it. What if you're in the nether? Use Lava? Actualy I haven't checked that- What do you mean Magma Wheel advancement?" + "> Ehem, what I mean is that you can use windmills instead! " + "> Windmill's rotational force increases the more sails you attach, but you must start with 8." + "> Yes, you can attach 8 sails to just one side. But that looks ugly." + ] + dependencies: ["38E2D761D7A9C369"] + id: "5C38C92A8D133E5A" + tasks: [ + { + id: "75956303577A74BE" + type: "item" + item: "create:windmill_bearing" + } + { + id: "6092717A9755F2BD" + type: "item" + item: "create:white_sail" + count: 8L + } + ] + rewards: [ + { + id: "0C74BCF4A647DC59" + type: "item" + item: "create:white_sail" + count: 8 + } + { + id: "49E1B8D1EC858D0D" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 15576960 + Loot: "aof:loot_bags/create/common" + Name: "Create Common Lootbag" + } + } + } + ] + } + { + title: "Minecart Contraptions" + x: -2.0d + y: -3.5d + subtitle: "What? How is that Powered?" + description: [ + "> You can also create minecart contraptions and they will not need any power from the previous quests. " + "> However, you'll need to power the minecart. Good thing we have Furnace Minecart, right?" + "> You do remember Minecart Furnaces right? Right?" + ] + dependencies: ["610389B121518964"] + id: "143A00408DFE3DB4" + tasks: [{ + id: "59FFD46CE7E0FEE5" + type: "item" + item: "create:cart_assembler" + }] + rewards: [ + { + id: "4D7ECC99BD1B65CD" + type: "item" + item: "minecraft:coal" + count: 32 + } + { + id: "453152B872C3CAFC" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 15576960 + Loot: "aof:loot_bags/create/common" + Name: "Create Common Lootbag" + } + } + } + ] + } + { + title: "Let's Get Mechanical!" + x: 6.0d + y: 0.5d + subtitle: "This is where you get creative with your farms" + description: [ + "> Mechanical Harvesters Harvests crops and replants them" + "> Mechanical Saws can cut Trees and damage Mobs. Farming them automatically has to wait until the Brass Age" + "> Mechanical drills can mine pickaxe minable blocks. It doesn't have Silk Touch however. It can also damage Mobs. " + "> Mechanical Plough acts as a Hoe, however, you're more likely to use it to take out any no-collision blocks" + "> Mechanical Mixer needs a basin to work. This is your first step in getting to Brass Age." + "> Mechanical Bearing spins. Yep" + ] + dependencies: ["1C705A0B7E050B54"] + id: "4119B4C0AFB928C5" + tasks: [ + { + id: "5C3F98D60C5BD858" + type: "item" + item: "create:mechanical_saw" + } + { + id: "7563616EEF6AC5F1" + type: "item" + item: "create:mechanical_harvester" + } + { + id: "02731E6B9C2B077F" + type: "item" + item: "create:mechanical_drill" + } + { + id: "58CD66BA144F05D6" + type: "item" + item: "create:mechanical_mixer" + } + { + id: "0477272B50AB9B8F" + type: "item" + item: "create:mechanical_bearing" + } + { + id: "062E8F5415B2007D" + type: "item" + item: "create:mechanical_plough" + } + { + id: "5F37A1DFF0919C9A" + type: "item" + item: "create:millstone" + } + ] + rewards: [ + { + id: "5B2CACBB3C2926A2" + type: "item" + item: "create:portable_storage_interface" + count: 2 + } + { + id: "643608A4B5BB34A9" + type: "item" + item: "create:linear_chassis" + count: 8 + } + { + id: "434EC466681C44CC" + type: "item" + item: "create:radial_chassis" + count: 8 + } + { + id: "3AE0BAFF7CEFFDFC" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 15576960 + Name: "Create Rare Lootbag" + Loot: "aof:loot_bags/create/rare" + } + } + } + ] + } + { + title: "Brass Age Incoming?" + x: 8.0d + y: 0.5d + subtitle: "I wonder how do we make Brass?" + description: [ + "> It's simple really, kidnap a Blaze from the nether" + "> By the way, did you gear up the speed? Because Mixers need a certain speed to work." + ] + dependencies: ["4119B4C0AFB928C5"] + dependency_requirement: "all_started" + id: "01FA58FF29DEC036" + tasks: [ + { + id: "09B2CD16CA964794" + type: "item" + item: "create:blaze_burner" + } + { + id: "6813CD3587C015C9" + type: "item" + item: "create:basin" + } + ] + rewards: [ + { + id: "05B9E07ECDB6CA33" + type: "item" + item: "create:zinc_ingot" + count: 8 + } + { + id: "4DC3A930BA4B079E" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 15576960 + Name: "Create Rare Lootbag" + Loot: "aof:loot_bags/create/rare" + } + } + } + ] + } + { + title: "Fan it Up!" + x: 6.0d + y: -3.5d + subtitle: "Pushing and Pulling Entities" + description: [ + "The Encased Fan is a mechanical component that can create air streams." + "" + "Encased Fans are used for moving entities, Bulk Washing, Bulk Blasting, Bulk Haunting, and Bulk Smoking." + "" + "The Encased Fan connects to other rotational components from the back." + ] + dependencies: ["38E2D761D7A9C369"] + id: "3989950BC95DB959" + tasks: [{ + id: "2E585309D2A5E70B" + type: "item" + item: "create:encased_fan" + }] + rewards: [ + { + id: "284F437BC5FD1C3F" + type: "item" + item: "create:nozzle" + } + { + id: "0DD9C155401E40E5" + type: "item" + item: "create:chute" + } + { + id: "5E00EAF6A7D0B404" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 15576960 + Loot: "aof:loot_bags/create/common" + Name: "Create Common Lootbag" + } + } + } + ] + } + { + title: "Brass Casings" + x: 10.0d + y: 0.5d + subtitle: "The start of Brass Age" + dependencies: ["01FA58FF29DEC036"] + id: "049F3E0A401BBF2A" + tasks: [{ + id: "1E56B026B862A109" + type: "item" + item: "create:brass_casing" + count: 32L + }] + rewards: [ + { + id: "75CF00B6F9CB419C" + type: "xp_levels" + xp_levels: 10 + } + { + id: "51471F5CB46993E8" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 15576960 + Name: "Create Rare Lootbag" + Loot: "aof:loot_bags/create/rare" + } + } + } + ] + } + { + x: 2.0d + y: 5.0d + subtitle: "Your Omnidirectional Hopper" + dependencies: ["4B6D44F405106C53"] + id: "53D538AC2AA15316" + tasks: [{ + id: "4BA1B52879A48988" + type: "item" + item: "create:andesite_funnel" + }] + rewards: [{ + id: "67433A84C3A2C5FC" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 15576960 + Loot: "aof:loot_bags/create/common" + Name: "Create Common Lootbag" + } + } + }] + } + { + x: 2.0d + y: 8.0d + subtitle: "Andesite Funnel, but better" + dependencies: ["324A32F85A95B658"] + id: "78E1ECB85FDD0C99" + tasks: [{ + id: "43D789B3D3A4BE27" + type: "item" + item: "create:brass_funnel" + }] + rewards: [{ + id: "0FABCA33426406C6" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 15576960 + Name: "Create Rare Lootbag" + Loot: "aof:loot_bags/create/rare" + } + } + }] + } + { + x: 12.0d + y: 0.5d + dependencies: ["049F3E0A401BBF2A"] + id: "4FEFC0311E8D9C61" + tasks: [{ + id: "33A7C5B40D06682F" + type: "item" + item: "create:polished_rose_quartz" + }] + rewards: [{ + id: "4504764E238D8930" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 15576960 + Name: "Create Rare Lootbag" + Loot: "aof:loot_bags/create/rare" + } + } + }] + } + { + title: "Springboard" + x: -1.0d + y: 5.0d + subtitle: "Do you want your items to fly?" + dependencies: ["4B6D44F405106C53"] + id: "6ED900B3B5C0829D" + tasks: [{ + id: "510658A8DBBB0222" + type: "item" + item: "create:weighted_ejector" + }] + rewards: [{ + id: "0335713E26806CA2" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 15576960 + Loot: "aof:loot_bags/create/common" + Name: "Create Common Lootbag" + } + } + }] + } + { + x: 0.0d + y: 5.0d + subtitle: "I can suck and blow." + description: ["> Chutes drags items from an inventory, or interface downards, unless there's an encased fan blowing upwards"] + dependencies: ["4B6D44F405106C53"] + id: "45F0C664C299D418" + tasks: [{ + id: "42C4596A9EE0766C" + type: "item" + item: "create:chute" + }] + rewards: [ + { + id: "3A35054389ED4381" + type: "item" + item: "create:encased_fan" + } + { + id: "6A1BE4D55FB85AA2" + type: "xp_levels" + xp_levels: 5 + } + { + id: "4AC078040C3E1FDF" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 15576960 + Loot: "aof:loot_bags/create/common" + Name: "Create Common Lootbag" + } + } + } + ] + } + { + x: 0.0d + y: 8.0d + subtitle: "I choose what I suck and blow" + dependencies: ["324A32F85A95B658"] + id: "1A38D7B854ACC636" + tasks: [{ + id: "2A3ACB440D93F24D" + type: "item" + item: "create:smart_chute" + }] + rewards: [{ + id: "077DE0792FB90191" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 15576960 + Name: "Create Rare Lootbag" + Loot: "aof:loot_bags/create/rare" + } + } + }] + } + { + title: "Rotational Transfer" + x: 0.0d + y: -1.5d + subtitle: "The most basic way of transfering rotational force in a straight line" + dependencies: ["610389B121518964"] + id: "04CB13487A7DC3BD" + tasks: [{ + id: "3219B93CA3092A92" + type: "item" + item: "create:shaft" + count: 16L + }] + rewards: [ + { + id: "238CBBC4DC4DD6AE" + type: "xp_levels" + xp_levels: 5 + } + { + id: "63968E53AD8BC6DA" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 15576960 + Loot: "aof:loot_bags/create/common" + Name: "Create Common Lootbag" + } + } + } + ] + } + { + title: "Just like in the factories" + x: 0.0d + y: 2.5d + subtitle: "You don't put these in your trousers" + description: [ + "> Mechanical Belts have two purpose:" + "> First is that it can move items" + "> Second is that it can transfer rotational power" + ] + dependencies: ["610389B121518964"] + id: "4B6D44F405106C53" + tasks: [{ + id: "56A29EFD21A45310" + type: "item" + item: "create:belt_connector" + count: 8L + }] + rewards: [ + { + id: "398B4C3C4FA571FF" + type: "item" + item: "minecraft:kelp" + count: 64 + } + { + id: "1217EEBF15A922C9" + type: "xp_levels" + xp_levels: 5 + } + { + id: "18CE6AA6D3C60E07" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 15576960 + Loot: "aof:loot_bags/create/common" + Name: "Create Common Lootbag" + } + } + } + ] + } + { + title: "Encased Chain Drive" + x: 0.0d + y: -3.5d + subtitle: "For multiple stationary contraptions in a row" + dependencies: ["04CB13487A7DC3BD"] + id: "779EFB476D891244" + tasks: [{ + id: "37CA2EF15B3BD8CC" + type: "item" + item: "create:encased_chain_drive" + count: 8L + }] + rewards: [{ + id: "3A1DB402D0064C1A" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 15576960 + Loot: "aof:loot_bags/create/common" + Name: "Create Common Lootbag" + } + } + }] + } + { + title: "Gearboxes" + x: 4.0d + y: -3.5d + subtitle: "If you want your rotation mirrored or angled" + dependencies: ["480EE90E6D0491BD"] + id: "3AD5FAE3B0FE39B9" + tasks: [{ + id: "32294B520ED00F7A" + type: "item" + item: "create:gearbox" + count: 8L + }] + rewards: [ + { + id: "3FAEC5485A1313E6" + type: "item" + item: "create:vertical_gearbox" + count: 8 + } + { + id: "6F2FBA4BA2264E6A" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 15576960 + Loot: "aof:loot_bags/create/common" + Name: "Create Common Lootbag" + } + } + } + ] + } + { + x: 2.0d + y: -3.5d + dependencies: ["04CB13487A7DC3BD"] + id: "072862C3F4C6D359" + tasks: [ + { + id: "0F0AB8625378E24A" + type: "item" + item: "create:gantry_carriage" + } + { + id: "6C7180AB943EC4BF" + type: "item" + item: "create:gantry_shaft" + count: 8L + } + ] + rewards: [{ + id: "065A398D3A8D98B2" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 15576960 + Loot: "aof:loot_bags/create/common" + Name: "Create Common Lootbag" + } + } + }] + } + { + x: 8.0d + y: -1.5d + subtitle: "Programmable Gearshift" + dependencies: ["049F3E0A401BBF2A"] + id: "527B53BB9C9A0D1C" + tasks: [{ + id: "3A6BB402FC70037F" + type: "item" + item: "create:sequenced_gearshift" + }] + rewards: [{ + id: "2D9024597762EC72" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 15576960 + Name: "Create Rare Lootbag" + Loot: "aof:loot_bags/create/rare" + } + } + }] + } + { + x: 14.0d + y: -3.5d + subtitle: "The fast and the furious" + dependencies: ["67CE448FA832692A"] + id: "18A589CC0F81F038" + tasks: [{ + id: "39125E2551F0473A" + type: "item" + item: "create:rotation_speed_controller" + }] + rewards: [ + { + id: "69E4AC1C529FDB32" + type: "item" + item: "create:large_cogwheel" + count: 4 + } + { + id: "27B6B0447715E83F" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 15576960 + Loot: "aof:loot_bags/create/epic" + Name: "Create Epic Lootbag" + } + } + } + ] + } + { + x: 14.0d + y: 0.5d + subtitle: "Poke" + dependencies: ["4FEFC0311E8D9C61"] + id: "22616B100E445241" + tasks: [{ + id: "755D0B78024267FC" + type: "item" + item: "create:deployer" + }] + rewards: [ + { + id: "5BC2720763573A21" + type: "item" + item: "create:brass_hand" + } + { + id: "7458CBBA5DDC4FC2" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 15576960 + Loot: "aof:loot_bags/create/epic" + Name: "Create Epic Lootbag" + } + } + } + ] + } + { + title: "Mechanical Crafters" + x: 11.0d + y: 2.5d + subtitle: "Trust me, you'll want 21." + dependencies: [ + "4FEFC0311E8D9C61" + "049F3E0A401BBF2A" + ] + id: "1BA0F9B77AF73203" + tasks: [{ + id: "5F2F997F86DEA58E" + type: "item" + item: "create:mechanical_crafter" + count: 21L + }] + rewards: [ + { + id: "20B8F411391930F5" + type: "item" + item: "create:crafter_slot_cover" + count: 21 + } + { + id: "084AE2B5E1BAA08E" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 15576960 + Name: "Create Rare Lootbag" + Loot: "aof:loot_bags/create/rare" + } + } + } + ] + } + { + title: "Crushing Wheels" + x: 13.0d + y: 2.5d + subtitle: "Told ya, you need 21." + dependencies: ["1BA0F9B77AF73203"] + id: "591563982414C96D" + tasks: [{ + id: "0F1616D9FFA85EDD" + type: "item" + item: "create:crushing_wheel" + count: 2L + }] + rewards: [ + { + id: "08DEE5CA24BB5C4D" + type: "item" + item: "minecraft:copper_ore" + count: 16 + } + { + id: "36A4FF7A76D0CBD4" + type: "item" + item: "create:zinc_ore" + count: 16 + } + { + id: "7470D6BDB2DD769A" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 15576960 + Name: "Create Rare Lootbag" + Loot: "aof:loot_bags/create/rare" + } + } + } + ] + } + { + x: 6.0d + y: 2.5d + subtitle: "The start of your fluid journey" + dependencies: ["1C705A0B7E050B54"] + id: "2F09F7E516004E15" + tasks: [{ + id: "53FA98C8307C834A" + type: "item" + item: "create:copper_casing" + }] + rewards: [{ + id: "1B6D434BF6BCF5A5" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 15576960 + Loot: "aof:loot_bags/create/common" + Name: "Create Common Lootbag" + } + } + }] + } + { + x: 6.0d + y: 5.0d + subtitle: "Fluid Storage" + dependencies: ["2F09F7E516004E15"] + id: "183637490817875B" + tasks: [{ + id: "2FE59458C9981F42" + type: "item" + item: "create:fluid_tank" + }] + rewards: [{ + id: "2F51E2F9BC99552D" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 15576960 + Loot: "aof:loot_bags/create/common" + Name: "Create Common Lootbag" + } + } + }] + } + { + title: "Fluid Transport" + x: 6.0d + y: 6.5d + subtitle: "All the ways to transfer fluid" + description: ["> You'll need a mechanical pump to move fluids"] + dependencies: ["183637490817875B"] + id: "317F6B4C741311CE" + tasks: [ + { + id: "0524F2FB37D57532" + type: "item" + item: "create:mechanical_pump" + } + { + id: "0D4134E552F93EA3" + type: "item" + item: "create:fluid_pipe" + } + { + id: "47859A1FC6D12AB4" + type: "item" + item: "create:hose_pulley" + } + { + id: "623D21CBC3619CCE" + type: "item" + item: "create:spout" + } + { + id: "57C308F38E96324D" + type: "item" + item: "create:portable_fluid_interface" + } + ] + rewards: [ + { + id: "3E56F3FDAF253B37" + type: "xp_levels" + xp_levels: 10 + } + { + id: "031977CB74BE2DBD" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 15576960 + Name: "Create Rare Lootbag" + Loot: "aof:loot_bags/create/rare" + } + } + } + ] + } + { + x: 14.0d + y: -1.5d + dependencies: ["22616B100E445241"] + id: "67CE448FA832692A" + tasks: [{ + id: "357E032E895E7510" + type: "item" + item: "create:precision_mechanism" + }] + rewards: [{ + id: "59E64FFE6EFE09C2" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 15576960 + Loot: "aof:loot_bags/create/epic" + Name: "Create Epic Lootbag" + } + } + }] + } + { + x: 9.0d + y: 2.5d + subtitle: "When you have too many crops" + dependencies: ["1BA0F9B77AF73203"] + id: "03A9D8346C52AA2C" + tasks: [{ + id: "171641F6600EC441" + type: "item" + item: { + id: "create:potato_cannon" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [ + { + id: "00A8373D4D35C0B8" + type: "item" + item: "minecraft:poisonous_potato" + count: 32 + } + { + id: "3901D5A420576077" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 15576960 + Loot: "aof:loot_bags/create/epic" + Name: "Create Epic Lootbag" + } + } + } + ] + } + { + x: 8.0d + y: 8.0d + subtitle: "A bethesda staple" + dependencies: ["317F6B4C741311CE"] + id: "2985444DE5ABB5A5" + tasks: [{ + id: "494AEF60DD62281A" + type: "item" + item: "create:sweet_roll" + }] + rewards: [{ + id: "575B52C987AC7222" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 15576960 + Name: "Create Rare Lootbag" + Loot: "aof:loot_bags/create/rare" + } + } + }] + } + { + x: 5.0d + y: 9.0d + dependencies: ["317F6B4C741311CE"] + id: "654DC5DBC9201FBE" + tasks: [{ + id: "378CBD18668E1B73" + type: "item" + item: "create:chocolate_glazed_berries" + }] + rewards: [{ + id: "167AE13096FAE1D7" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 15576960 + Name: "Create Rare Lootbag" + Loot: "aof:loot_bags/create/rare" + } + } + }] + } + { + x: 4.0d + y: 8.0d + dependencies: ["317F6B4C741311CE"] + id: "570CA3CD0D896230" + tasks: [{ + id: "1CF55C47026EF25D" + type: "item" + item: "create:honeyed_apple" + }] + rewards: [{ + id: "57E821B12459BBDB" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 15576960 + Loot: "aof:loot_bags/create/common" + Name: "Create Common Lootbag" + } + } + }] + } + { + x: 4.0d + y: 6.5d + subtitle: "It's tea time" + dependencies: ["317F6B4C741311CE"] + id: "37330BDC53451D14" + tasks: [{ + id: "735486F36BD795C3" + type: "item" + item: "create:builders_tea" + }] + rewards: [{ + id: "0403C09973EF08E3" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 15576960 + Loot: "aof:loot_bags/create/common" + Name: "Create Common Lootbag" + } + } + }] + } + { + x: 8.0d + y: 6.5d + subtitle: "Not for human consumption" + dependencies: ["317F6B4C741311CE"] + id: "6AF4AB0374F397E6" + tasks: [{ + id: "7AD9FA6044222875" + type: "item" + item: "create:blaze_cake" + }] + rewards: [{ + id: "3929398C102E76C9" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 15576960 + Name: "Create Rare Lootbag" + Loot: "aof:loot_bags/create/rare" + } + } + }] + } + { + x: 7.0d + y: 9.0d + subtitle: "Come with me and you'll be in a world of pure imagination" + dependencies: ["317F6B4C741311CE"] + id: "0EF98BA0F698951A" + tasks: [{ + id: "1AF838CDD9E9B36C" + type: "item" + item: "create:bar_of_chocolate" + }] + rewards: [{ + id: "6F580D1F490D2212" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 15576960 + Name: "Create Rare Lootbag" + Loot: "aof:loot_bags/create/rare" + } + } + }] + } + { + x: 12.0d + y: 4.0d + subtitle: "A builder's favorite" + dependencies: ["1BA0F9B77AF73203"] + id: "333A5294EA4F4944" + tasks: [{ + id: "4CF962AB7943C158" + type: "item" + item: "create:wand_of_symmetry" + }] + rewards: [{ + id: "439BBCD76A257219" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 15576960 + Loot: "aof:loot_bags/create/epic" + Name: "Create Epic Lootbag" + } + } + }] + } + { + x: 9.5d + y: 4.0d + subtitle: "Also try Terraria!" + dependencies: ["1BA0F9B77AF73203"] + id: "05E920CF3BD43FC6" + tasks: [{ + id: "6886E9FB38FC363D" + type: "item" + item: { + id: "create:extendo_grip" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "6F0CA1CB40339EA2" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 15576960 + Loot: "aof:loot_bags/create/epic" + Name: "Create Epic Lootbag" + } + } + }] + } + { + title: "How do I take items from Contraptions?" + x: -2.0d + y: 5.0d + subtitle: "I can't open the chests" + description: [ + "> Create Contraptions are treated as entities, thus you can't open any inventory you attached to them." + "> This is where the Portable Storage Interface comes in, put one in your contraption, and another one block away from it, and you're transfering items from the contraption to the interface." + "> What's left is to move the items out of the Interface, that's where the Funnels, and Chutes come in" + ] + dependencies: ["4B6D44F405106C53"] + id: "7A602D4BFFA9B2C2" + tasks: [{ + id: "35A41EFB50414849" + type: "item" + item: "create:portable_storage_interface" + count: 2L + }] + rewards: [{ + id: "2D452691BE00632F" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 15576960 + Loot: "aof:loot_bags/create/common" + Name: "Create Common Lootbag" + } + } + }] + } + { + x: -6.0d + y: 2.5d + subtitle: "It's like litematica, but with a cannon" + dependencies: ["330E6E93A6F5592B"] + id: "355A2ABDA57395EF" + tasks: [ + { + id: "327E02A860C477B0" + type: "item" + item: "create:schematicannon" + } + { + id: "269723EDD5279715" + type: "item" + item: "create:schematic_table" + } + ] + rewards: [ + { + id: "2E9490114C5D2520" + type: "item" + item: "minecraft:gunpowder" + count: 32 + } + { + id: "2468D8DF9C39352C" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 15576960 + Loot: "aof:loot_bags/create/common" + Name: "Create Common Lootbag" + } + } + count: 2 + } + ] + } + { + x: -6.0d + y: 0.5d + subtitle: "I know you're doing it from a creative world first" + dependencies: ["2AFA49C5659C94F8"] + id: "330E6E93A6F5592B" + tasks: [{ + id: "7625AC75CF47A965" + type: "item" + item: "create:schematic_and_quill" + }] + rewards: [{ + id: "3AE348CB80C51BFF" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 15576960 + Loot: "aof:loot_bags/create/common" + Name: "Create Common Lootbag" + } + } + count: 2 + }] + } + { + x: 12.0d + y: -1.5d + dependencies: [ + "4FEFC0311E8D9C61" + "049F3E0A401BBF2A" + ] + id: "371D645B149A2E36" + tasks: [{ + id: "711D6F812404ECB8" + type: "item" + item: "create:nixie_tube" + }] + rewards: [ + { + id: "681CDBE5E160CC80" + type: "item" + item: "minecraft:name_tag" + } + { + id: "1EAD846295A6E758" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 15576960 + Loot: "aof:loot_bags/create/common" + Name: "Create Common Lootbag" + } + } + } + ] + } + { + x: 1.0d + y: 6.5d + subtitle: "Wheat Seeds away" + dependencies: [ + "53D538AC2AA15316" + "29C88E6599D99FAE" + "45F0C664C299D418" + ] + dependency_requirement: "one_completed" + id: "324A32F85A95B658" + tasks: [ + { + id: "100B2DCB7CD6C455" + type: "item" + item: { + id: "create:filter" + Count: 1b + tag: { + Items: { } + } + } + } + { + id: "298A23CB6BCE3275" + type: "item" + item: { + id: "create:attribute_filter" + Count: 1b + tag: { } + } + } + ] + rewards: [{ + id: "6B196118BBDDB8FA" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 15576960 + Name: "Create Rare Lootbag" + Loot: "aof:loot_bags/create/rare" + } + } + }] + } + { + x: -2.0d + y: -1.5d + dependencies: ["610389B121518964"] + id: "5E17BD671E9BEB5B" + tasks: [ + { + id: "7BA850D5A017F5A8" + type: "item" + item: "create:powered_latch" + } + { + id: "07AD7FEB87BF41DF" + type: "item" + item: "create:powered_toggle_latch" + } + ] + rewards: [{ + id: "3CE19B99F7E1F288" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 15576960 + Loot: "aof:loot_bags/create/common" + Name: "Create Common Lootbag" + } + } + }] + } + { + x: -6.0d + y: -1.5d + dependencies: ["0A350142075F5FC8"] + id: "4070B38A98387DA1" + tasks: [{ + id: "258E4C69FC71067C" + type: "item" + item: "create:redstone_link" + }] + rewards: [{ + id: "317E449D09B0A531" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 15576960 + Loot: "aof:loot_bags/create/common" + Name: "Create Common Lootbag" + } + } + }] + } + { + x: -6.0d + y: -3.5d + dependencies: ["4070B38A98387DA1"] + id: "1CA398C195517551" + tasks: [ + { + id: "37D4B6FC20747FAB" + type: "item" + item: "create:pulse_repeater" + } + { + id: "789C7A82603F8DF1" + type: "item" + item: "create:pulse_extender" + } + ] + rewards: [{ + id: "6A0F8621A189759C" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 15576960 + Name: "Create Rare Lootbag" + Loot: "aof:loot_bags/create/rare" + } + } + }] + } + { + x: -4.0d + y: -1.5d + dependencies: ["5E17BD671E9BEB5B"] + id: "0A350142075F5FC8" + tasks: [{ + id: "0F7B5D23E83C4C8C" + type: "item" + item: "create:analog_lever" + }] + rewards: [{ + id: "58831C4873F7A42E" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 15576960 + Loot: "aof:loot_bags/create/common" + Name: "Create Common Lootbag" + } + } + count: 2 + }] + } + { + title: "Toolboxes" + x: -4.0d + y: 2.5d + subtitle: "The poor man's shulker box" + description: ["> You can use items from a nearby placed toolbox without opening it."] + dependencies: ["2AFA49C5659C94F8"] + id: "3F89A5E9BF484A60" + tasks: [{ + id: "7ECE7137CB80BB36" + type: "item" + title: "Any #create:toolboxes" + item: { + id: "itemfilters:tag" + Count: 1b + tag: { + value: "create:toolboxes" + } + } + }] + rewards: [{ + id: "2F024B9278C814CF" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 15576960 + Loot: "aof:loot_bags/create/common" + Name: "Create Common Lootbag" + } + } + count: 2 + }] + } + { + x: 1.0d + y: 5.0d + subtitle: "Make belts look pretty" + dependencies: ["4B6D44F405106C53"] + id: "29C88E6599D99FAE" + tasks: [{ + id: "17234DF9E970CD30" + type: "item" + item: "create:andesite_tunnel" + }] + rewards: [{ + id: "6EB034A0C261A612" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 15576960 + Loot: "aof:loot_bags/create/common" + Name: "Create Common Lootbag" + } + } + }] + } + { + x: 1.0d + y: 8.0d + subtitle: "Use with filter to create separate belt lines of items from a single line" + dependencies: ["324A32F85A95B658"] + id: "05CD495BD1007C26" + tasks: [{ + id: "792A0ECBB96534E6" + type: "item" + item: "create:brass_tunnel" + }] + rewards: [{ + id: "58D1F763518E5DCA" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 15576960 + Name: "Create Rare Lootbag" + Loot: "aof:loot_bags/create/rare" + } + } + }] + } + { + x: 16.0d + y: -1.5d + dependencies: ["67CE448FA832692A"] + id: "369F3556A6482D7C" + tasks: [{ + id: "722EF3CA0452388D" + type: "item" + item: "create:mechanical_arm" + }] + rewards: [{ + id: "593885096E3935AA" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 15576960 + Loot: "aof:loot_bags/create/epic" + Name: "Create Epic Lootbag" + } + } + }] + } + { + x: -2.0d + y: 2.5d + subtitle: "Voyage au centre de la Terre" + dependencies: ["610389B121518964"] + id: "4482160B14C40777" + tasks: [ + { + id: "2721582C052343E1" + type: "item" + item: { + id: "create:diving_helmet" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "6FD576D1B9442B12" + type: "item" + item: { + id: "create:diving_boots" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "314976D5CD5B3ADD" + type: "item" + item: { + id: "create:copper_backtank" + Count: 1b + tag: { + Air: 900 + } + } + } + ] + rewards: [{ + id: "475CB6BBE2254CCC" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 15576960 + Loot: "aof:loot_bags/create/common" + Name: "Create Common Lootbag" + } + } + count: 2 + }] + } + { + x: 16.0d + y: 0.5d + dependencies: ["22616B100E445241"] + id: "0E2A19BB02D47A94" + tasks: [{ + id: "1779510A85EEF6ED" + type: "item" + item: "create:track" + }] + rewards: [{ + id: "594F6A3AA4E24010" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 15576960 + Loot: "aof:loot_bags/create/epic" + Name: "Create Epic Lootbag" + } + } + }] + } + { + x: 18.0d + y: 2.5d + dependencies: [ + "22616B100E445241" + "2C64B8A292C923DD" + ] + id: "23A0E687919F2DFE" + tasks: [{ + id: "5469658009BCA6AC" + type: "item" + item: "create:railway_casing" + }] + rewards: [ + { + id: "439D9512BA989602" + type: "xp_levels" + xp_levels: 10 + } + { + id: "4BEE1BCE2FCE24FE" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 15576960 + Loot: "aof:loot_bags/create/epic" + Name: "Create Epic Lootbag" + } + } + } + ] + } + { + x: 18.0d + y: 0.5d + dependencies: [ + "23A0E687919F2DFE" + "0E2A19BB02D47A94" + ] + id: "42B701304642314E" + tasks: [ + { + id: "37D1FF8ECA160E23" + type: "item" + item: "create:track_station" + } + { + id: "7EC6DB89045723DE" + type: "item" + item: "create:controls" + } + ] + rewards: [ + { + id: "75EC0195740DB95A" + type: "item" + item: "create:red_seat" + } + { + id: "2992FD7FC9922899" + type: "item" + item: "create:schedule" + } + { + id: "6C2DD9A128651BB4" + type: "item" + item: "minecraft:lead" + } + { + id: "374CE0AA020014CB" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "LEGENDARY" + Color: 15576960 + Loot: "aof:loot_bags/create/legendary" + Name: "Create Legendary Lootbag" + } + } + } + ] + } + { + x: 8.0d + y: 5.0d + subtitle: "Endgame Rotational Force" + dependencies: ["183637490817875B"] + id: "7BFBBF45D9BE4BFB" + tasks: [{ + id: "4F57647E2D2E0B6A" + type: "item" + item: "create:steam_engine" + }] + rewards: [ + { + id: "3C468264516F9D2C" + type: "item" + item: "create:steam_whistle" + } + { + id: "7DC01EB5C711EA9D" + type: "item" + item: "minecraft:lever" + } + { + id: "6014202EB5B75F80" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 15576960 + Loot: "aof:loot_bags/create/common" + Name: "Create Common Lootbag" + } + } + } + ] + } + { + x: 10.0d + y: -1.5d + dependencies: ["049F3E0A401BBF2A"] + id: "22ABB41C70D74A5F" + tasks: [{ + id: "641F6E4CED6FB5DC" + type: "item" + item: "create:display_link" + }] + rewards: [{ + id: "1C786904BBBB6F0E" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 15576960 + Loot: "aof:loot_bags/create/common" + Name: "Create Common Lootbag" + } + } + }] + } + { + x: 10.0d + y: -3.5d + subtitle: "This looks like the Flight information display system" + description: ["> Create Planes next update?"] + dependencies: ["22ABB41C70D74A5F"] + id: "7BF18D6D44DBCED6" + tasks: [{ + id: "4F13246919A2B6DF" + type: "item" + item: "create:display_board" + }] + rewards: [{ + id: "63A7DD6EFB600BC3" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 15576960 + Name: "Create Rare Lootbag" + Loot: "aof:loot_bags/create/rare" + } + } + }] + } + { + x: 2.0d + y: 2.5d + subtitle: "No, this is All of Fabric." + dependencies: [ + "53D538AC2AA15316" + "1C705A0B7E050B54" + ] + id: "5EF7CFC926FDDDC0" + tasks: [{ + id: "3BD7EB5A4BE1F97C" + type: "item" + item: "create:item_vault" + }] + rewards: [{ + id: "29B7CA2294F20339" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 15576960 + Loot: "aof:loot_bags/create/common" + Name: "Create Common Lootbag" + } + } + }] + } + { + x: 16.0d + y: 2.5d + dependencies: ["591563982414C96D"] + id: "2C64B8A292C923DD" + tasks: [{ + id: "4934453DAE01C6B6" + type: "item" + item: "create:powdered_obsidian" + }] + rewards: [{ + id: "43EE5F60822DF0FC" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 15576960 + Loot: "aof:loot_bags/create/epic" + Name: "Create Epic Lootbag" + } + } + }] + } + { + x: 4.0d + y: 5.0d + dependencies: ["317F6B4C741311CE"] + id: "7AABC2C767E9B11D" + tasks: [{ + id: "47E12615F45B3084" + type: "item" + item: "create:item_drain" + }] + rewards: [ + { + id: "5B74D497C1F963F9" + type: "item" + item: "minecraft:milk_bucket" + } + { + id: "03246123C8206D34" + type: "item" + item: "minecraft:water_bucket" + } + { + id: "747C048080E3B2D9" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 15576960 + Loot: "aof:loot_bags/create/common" + Name: "Create Common Lootbag" + } + } + } + ] + } + { + x: -4.0d + y: -3.5d + dependencies: ["1CA398C195517551"] + id: "58D023C7F2AD421C" + tasks: [ + { + id: "1DB3FA8EA2E95BEE" + type: "item" + item: "create:stockpile_switch" + } + { + id: "7E118B6DEA380E1F" + type: "item" + item: "create:content_observer" + } + { + id: "1CD731F9EDD2C4A6" + type: "item" + item: "create:redstone_contact" + } + ] + rewards: [{ + id: "53D16E2241F0BD54" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 15576960 + Name: "Create Rare Lootbag" + Loot: "aof:loot_bags/create/rare" + } + } + }] + } + { + x: 8.0d + y: -3.5d + subtitle: "This is why the creeper blew up your chests" + dependencies: ["3989950BC95DB959"] + id: "551F3ACEE626830A" + tasks: [{ + id: "43168C6D8B02F900" + type: "item" + item: "create:haunted_bell" + }] + rewards: [ + { + id: "02B4529C59249460" + type: "item" + item: "minecraft:torch" + count: 64 + } + { + id: "171ACD486F3F96C0" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 15576960 + Name: "Create Rare Lootbag" + Loot: "aof:loot_bags/create/rare" + } + } + } + ] + } + { + x: 18.0d + y: -1.5d + dependencies: ["42B701304642314E"] + id: "4B0AE2B4B1423DDD" + tasks: [ + { + id: "208C1FCC036F1828" + type: "item" + item: "create:track_signal" + } + { + id: "640C9B3AB5110BC7" + type: "item" + item: "create:track_observer" + } + ] + rewards: [ + { + id: "6288CBE6F49A9C78" + type: "xp_levels" + xp_levels: 5 + } + { + id: "4C81E432D17CD97A" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "LEGENDARY" + Color: 15576960 + Loot: "aof:loot_bags/create/legendary" + Name: "Create Legendary Lootbag" + } + } + } + ] + } + ] + quest_links: [ ] +} diff --git a/config/ftbquests/quests/chapters/deep_mob_learning.snbt b/config/ftbquests/quests/chapters/deep_mob_learning.snbt new file mode 100644 index 0000000..7621b21 --- /dev/null +++ b/config/ftbquests/quests/chapters/deep_mob_learning.snbt @@ -0,0 +1,466 @@ +{ + id: "36C36FC0225A052C" + group: "33A417364C0A17FE" + order_index: 2 + filename: "deep_mob_learning" + title: "Deep Mob Learning" + icon: "dml-refabricated:deep_learner" + default_quest_shape: "square" + default_hide_dependency_lines: false + quests: [ + { + x: -9.5d + y: -2.5d + subtitle: "To get started with the mod you will need a Blank Data Model." + description: [ + "A blank data model does absolutely nothing, you will need to bound it with a Category." + "" + "Categories are (as the name suggests) categories of aggressive mobs in Minecraft." + "" + "Currently, these are the categories:" + "" + "- From Hades" + "Groups common mobs of the Nether." + "" + "- Overworld" + "Groups common mobs of the Overworld." + "" + "- Slimy" + "Groups slime-like mobs." + "" + "- Rotten Guys" + "Groups zombie mobs." + "" + "- Spooky Scary Skeletons" + "Groups skeletons mobs." + "" + "- End Mobs" + "Groups common mobs of The End." + "" + "- From Emeritus" + "Groups Ghost mobs." + "" + "- Illager Mobs" + "Groups Illager-like mobs." + "" + "- Poseidon Children" + "Groups ocean mobs." + ] + dependencies: ["394DCDE468051067"] + id: "2EA2885C13B2C158" + tasks: [{ + id: "6FD0D261E90790A2" + type: "item" + item: { + id: "dml-refabricated:data_model" + Count: 1b + tag: { } + } + }] + rewards: [{ + id: "640CD95998E28E2D" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Name: "Logistics & Storage Lootbag" + Loot: "aof:loot_bags/misc/logistics" + } + } + }] + } + { + x: -6.5d + y: -2.5d + subtitle: "Collect data about the mobs you want to learn." + description: [ + "Right-click with it and you will be presented to its GUI." + "" + "Pick your Data Model and put in one of the slots, you will be able to preview in the left side which mobs are in the category you chosen." + "" + "A single Deep Learner supports 4 Data Models at the same time, you can navigate through them using the arrow buttons above the slots." + "" + "The Deep Learner also shows the current model's Data Amount and Tier. You can also view this just by putting your mouse above the Data Model and looking at its tooltip." + "" + "Just keep your Deep Learner in hands (in your hotbar) and start killing mobs!" + "" + "Just keep killing mobs and you will notice the Data Amount of your Data Models getting higher, and its Tier will be higher too." + ] + dependencies: ["0CCCC61B10044F46"] + id: "5A7277E2D1A1C51D" + tasks: [{ + id: "1F74315ED1FF9FCB" + type: "item" + item: "dml-refabricated:deep_learner" + }] + rewards: [{ + id: "4009893D92F2BBE3" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Name: "Logistics & Storage Lootbag" + Loot: "aof:loot_bags/misc/logistics" + } + } + }] + } + { + x: -3.5d + y: -2.5d + subtitle: "Craft a Trial Keystone." + description: [ + "The Trial Key used in the crafting has no effect, so I's suggest you to use an Unbound one to avoid loosing your precious data." + "" + "After you have one, put it in a good location in the world and start getting ready for your fight." + "" + "Before getting into the fight, I'd like to present to you who you gonna fight:" + "" + "> The System Glitch is a pretty strong mob, its life will vary depending of the tier of the Trial you are running. He is also pretty fast, and will be teleporting and tricking you." + "" + "To get started, get a bound Trial Key and click in the Trial Keystone!" + ] + dependencies: ["2EF788D6F29C5EDA"] + id: "01D568488C874E51" + tasks: [{ + id: "1CAE14E935895EEE" + type: "item" + item: "dml-refabricated:trial_keystone" + }] + rewards: [{ + id: "04A1C279905FF779" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Name: "Logistics & Storage Lootbag" + Loot: "aof:loot_bags/misc/logistics" + } + } + }] + } + { + x: -5.0d + y: -2.5d + subtitle: "Challenge to a fight!" + description: [ + "Trial Keys are what you will be using to getting the attention of the System Glitch and challenging it to a fight." + "" + "Now that you have a Trial Key, you should bound it to the category and tier you want to fight." + "" + "Just put an unbound Trial Key in the crafting table next to a Data Model." + "" + "All the data inside your Trial Model will be transferred to the Trial Key, and the Data Model well be gone." + "" + "Pay attention to the tier and category of the Data Model you bind to the Key. Certain categories are harder than others, and high tiered trials can be very difficult." + "" + "You may have noticed that your Trial Key also has a \"Affixes\" list. Those are special effects that can occur during the trial. Some of them may help you, some of them not." + ] + dependencies: ["5A7277E2D1A1C51D"] + id: "2EF788D6F29C5EDA" + tasks: [{ + id: "1712246FD3D1B782" + type: "item" + item: { + id: "dml-refabricated:trial_key" + Count: 1b + tag: { } + } + }] + rewards: [{ + id: "68922F15BA7974D2" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Name: "Logistics & Storage Lootbag" + Loot: "aof:loot_bags/misc/logistics" + } + } + }] + } + { + x: -12.0d + y: 0.5d + subtitle: "Turn Pristine Matter into loot!" + description: [ + "Loot Fabricator is the machine you will be using to turn Pristine Matter into something useful." + "" + "You can put those inside a Loot Fabricator and wait until it turns into mob loot." + "" + "Each Pristine Matter is equivalent of killing 16 mobs of its category." + "" + "In other words the loot that will be given to you is what you would gain if you kill 16 mobs (with no Loot enchantment) of the matter's category." + "" + "You can input and extract items to/from the Loot Fabricator by using hoppers or pipes." + ] + dependencies: ["7CB1D7180312E135"] + id: "22AED97627B96620" + tasks: [{ + id: "26F16521AC49E60B" + type: "item" + item: "dml-refabricated:loot_fabricator" + }] + rewards: [{ + id: "4722E3648A60B43E" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Name: "Logistics & Storage Lootbag" + Loot: "aof:loot_bags/misc/logistics" + } + } + }] + } + { + x: -2.0d + y: -2.5d + subtitle: "Kill System Glitch, gather Matrix Fragments and craft a Glitch Ingot." + description: [ + "As I said before, you will be facing the System Glitch at your fight, but it is not alone!" + "" + "" + "Higher tiers will have bigger waves, and they will be called faster. So, pay attention to it." + "" + "Sometimes the waves will be enemies even harder than the System Glitch itself." + "" + "Those ingots alone are completely useless. But maybe if you combine with a piece of netherite armor you will get something useful. Try doing it in the Smithing Table." + ] + dependencies: ["01D568488C874E51"] + id: "3F69B97A783AC81C" + tasks: [{ + id: "763F3B0C76A6CB16" + type: "item" + item: "dml-refabricated:glitch_ingot" + }] + rewards: [{ + id: "02388A14D1691B7B" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Name: "Logistics & Storage Lootbag" + Loot: "aof:loot_bags/misc/logistics" + } + } + }] + } + { + title: "Data Models" + x: -8.0d + y: -2.5d + subtitle: "Craft a Data Model of choice." + description: ["Data Models are chips where you will store the information of mobs you learn."] + dependencies: ["2EA2885C13B2C158"] + id: "0CCCC61B10044F46" + tasks: [{ + id: "4A4F270C7B4CB954" + type: "item" + title: "Get a data model" + item: { + id: "itemfilters:or" + Count: 1b + tag: { + items: [ + { + id: "dml-refabricated:data_model_illager" + Count: 1b + tag: { } + } + { + id: "dml-refabricated:data_model_ocean" + Count: 1b + tag: { } + } + { + id: "dml-refabricated:data_model_slimy" + Count: 1b + tag: { } + } + { + id: "dml-refabricated:data_model_overworld" + Count: 1b + tag: { } + } + { + id: "dml-refabricated:data_model_zombie" + Count: 1b + tag: { } + } + { + id: "dml-refabricated:data_model_nether" + Count: 1b + tag: { } + } + { + id: "dml-refabricated:data_model_skeleton" + Count: 1b + tag: { } + } + { + id: "dml-refabricated:data_model_end" + Count: 1b + tag: { } + } + { + id: "dml-refabricated:data_model_ghost" + Count: 1b + tag: { } + } + ] + } + } + }] + rewards: [{ + id: "51A4345B62855F6F" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Name: "Logistics & Storage Lootbag" + Loot: "aof:loot_bags/misc/logistics" + } + } + }] + } + { + x: -10.0d + y: 0.5d + subtitle: "Now that you have some Data Models that are leveled up to at least Basic tier, we can move on to the good stuff." + description: [ + "Provide the Simulation Chamber with energy and place some Polymer Clay in the top right slot that has an E in it." + "" + "Now, you will have to put one of your Data Models into the Simulation Machine." + "" + "Shift left click on a Data Model in your inventory to move it into the Simulation Chamber." + "" + "Once the Simulation Chamber has a Data Model that is a minimum of Basic Tier, some polymer clay, and some energy, it will start running simulations." + "" + "There are 4 types of ordinary matter: Overworldian Matter, Hellish Matter, Extraterrestrial Matter, and Twilight Matter." + "" + "The matter that is produced by a simulation depends on the dimension from which the mob in the Data Model originates." + "" + "For example, an Enderman Data Model produces Extraterrestrial Matter. Holding shift while hovering your mouse over a Data Model will tell you what kind of Data Model it is." + ] + dependencies: ["7CB1D7180312E135"] + id: "0DEE3926C25C2221" + tasks: [{ + id: "79866817A5588058" + type: "item" + item: "dml-refabricated:simulation_chamber" + }] + rewards: [{ + id: "2604E932DD35A4D8" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Name: "Logistics & Storage Lootbag" + Loot: "aof:loot_bags/misc/logistics" + } + } + }] + } + { + x: -11.0d + y: 0.5d + subtitle: "Upgrade your armor!" + description: [ + "Grab a bit of Pristine Matter and start filling your Matter Condenser with the armor piece you want to upgrade and the matter." + "" + "Its pretty expensive tho, but it may be worth it." + "" + "The armor protection amounts will be increasing as the armor tier increases too. Soon there will be some sick extra features about that" + ] + dependencies: ["7CB1D7180312E135"] + id: "6F9393A8015541A8" + tasks: [{ + id: "195D1CB694FDCF69" + type: "item" + item: "dml-refabricated:matter_condenser" + }] + rewards: [{ + id: "14F32FFE7B104847" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Name: "Logistics & Storage Lootbag" + Loot: "aof:loot_bags/misc/logistics" + } + } + }] + } + { + x: -11.0d + y: -1.0d + subtitle: "Craft a Soot Machine Casing." + dependencies: ["394DCDE468051067"] + id: "7CB1D7180312E135" + tasks: [{ + id: "6C44B445254F46B8" + type: "item" + item: "dml-refabricated:machine_casing" + }] + rewards: [{ + id: "1F6FE2FE8D3A61E5" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Name: "Logistics & Storage Lootbag" + Loot: "aof:loot_bags/misc/logistics" + } + } + }] + } + { + x: -11.0d + y: -2.5d + subtitle: "Rub your redstone on a block of coal." + description: [ + "To progress in Deep Mob Learning you will need Soot-covered Redstone. Those are created by punching redstone against a Coal Block." + "" + "This is a key ingredient." + ] + id: "394DCDE468051067" + tasks: [{ + id: "5EEB04255651FBAE" + type: "item" + item: "dml-refabricated:soot_redstone" + }] + } + ] + quest_links: [ ] +} diff --git a/config/ftbquests/quests/chapters/getting_started.snbt b/config/ftbquests/quests/chapters/getting_started.snbt new file mode 100644 index 0000000..e84a466 --- /dev/null +++ b/config/ftbquests/quests/chapters/getting_started.snbt @@ -0,0 +1,254 @@ +{ + id: "77498621DD383E8B" + group: "" + order_index: 0 + filename: "getting_started" + title: "Getting Started" + icon: "portable_tables:portable_crafting_table" + default_quest_shape: "" + default_hide_dependency_lines: false + quests: [ + { + title: "&eWelcome to All of Fabric 6" + icon: "kubejs:aof6_logo" + x: 7.5d + y: 2.0d + shape: "hexagon" + subtitle: "A Whole New World!" + description: [ + "&bThis chapter &rwill &6introduce &ryou to the basics of the pack." + "" + "&eAll of Fabric 6 &roffers the following:" + "" + "- &bChallenges" + "- &bLearning Mods" + "- &bAdventuring" + "" + "&6The adventures are ahead&r!" + ] + size: 1.5d + id: "175F5611FB7716A4" + tasks: [{ + id: "25B2DFAFD351900E" + type: "checkmark" + title: "Welcome to All of Fabric 6" + icon: "kubejs:aof6_logo" + disable_toast: true + }] + rewards: [{ + id: "300CDF28987696BC" + type: "item" + item: { + id: "inmis:baby_backpack" + Count: 1b + tag: { } + } + }] + } + { + title: "&bExcavate" + x: 10.0d + y: 0.0d + subtitle: "Ores Be Gone!" + description: [ + "&bExcavate &ris by default bound to keybind \"&6Grave&r\"" + "" + "You can change this keybind &rby going into &6options &rand change the &bFTB Ultimine &rkeybinds." + ] + dependencies: ["175F5611FB7716A4"] + id: "7050DE96E151D1D1" + tasks: [{ + id: "520CE3437306804D" + type: "checkmark" + title: "Excavate" + icon: { + id: "minecraft:diamond_pickaxe" + Count: 1b + tag: { + Damage: 0 + } + } + }] + } + { + title: "&9Learning Mods" + icon: "techreborn:wrench" + x: 5.0d + y: 0.0d + subtitle: "Feel lost? Do not worry!" + description: [ + "Mods are split into 4 categories:" + "" + "- &bTechnology" + "- &bMagic" + "- &bUtilities" + "- &bLogistics" + "" + "Respectively, &6each chapter will guide you through progression&r." + "" + "Certain chapters will have &btips and tricks &ron how to ease your adventures with useful trinkets and gadgets." + ] + dependencies: ["175F5611FB7716A4"] + id: "257EAB9268907E1D" + tasks: [{ + id: "60A1EB763CF25699" + type: "checkmark" + title: "Learning Mods" + }] + } + { + title: "&aWhere to settle down?" + icon: { + id: "naturescompass:naturescompass" + Count: 1b + tag: { } + } + x: 5.0d + y: 4.0d + subtitle: "If you truly love nature, you will find beauty everywhere." + description: [ + "Dont feel like &6running &rthousands of blocks for that favorite biome of yours?" + "" + "The &bNature's Compass &rsaves your day!" + "" + "&6Search for the biome of choice, &rclap 3 times and start running!" + ] + dependencies: ["175F5611FB7716A4"] + id: "4D39B9BD9B99383E" + tasks: [{ + id: "1E78FE3CAE735910" + type: "checkmark" + title: "Where to settle down?" + }] + rewards: [{ + id: "197C077CA5118D52" + type: "item" + item: { + id: "naturescompass:naturescompass" + Count: 1b + tag: { } + } + }] + } + { + title: "&cRecipe Wizardry" + icon: "mcwtrpdoors:print_paper" + x: 7.5d + y: -1.0d + subtitle: "A recipe is a story that ends with a good meal." + description: [ + "How to use an item? &6Hover over the item in REI &rand press &b\"U\" &rthis will show you the uses, pay attention to the tabs." + "" + "Dont know how to craft an item? &6Hover over the item &rand press &b\"R\"&r." + "" + "Sometimes you have to start out processing a nugget, instead of &ban ingot &ror &ba block." + "" + "&6You may need to look at the recipes &rfor the material's respective &bnugget &ror sometimes even &bpowders&r." + ] + dependencies: ["175F5611FB7716A4"] + id: "2AB91711E9E7B298" + tasks: [{ + id: "0657F4EC97E5ACAC" + type: "checkmark" + title: "I know how to use U and R" + }] + } + { + title: "&3Don't be a tourist, be a traveler" + x: 10.0d + y: 4.0d + subtitle: "Inventory cramped? Fear not!" + description: [ + "The &bTraveler's Backpack &rcan provide about 45 inventory slots and 2 fluid tanks, which each can store up to 4 buckets of fluid or even 16 bottles of potions." + "" + "All &binventory slots &rand &btanks &6can be accessed via external pipes&r." + "" + "&bThe Backpack &ralso &6provides special buttons &r- &bsort, quick stack &rand &btransfer &rto manage inventory!" + ] + dependencies: ["175F5611FB7716A4"] + id: "5A382E13722186FA" + tasks: [{ + id: "418AF38E1BF686D8" + type: "item" + item: { + id: "travelersbackpack:standard" + Count: 1b + tag: { } + } + }] + rewards: [{ + id: "38AC5FFB000778CC" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Loot: "aof:loot_bags/misc/agriculturist" + Name: "Agriculturist Lootbag" + } + } + }] + } + { + title: "&6Art of Combat" + icon: { + id: "simplyswords:stormbringer" + Count: 1b + tag: { + Damage: 0 + } + } + x: 8.5d + y: 5.0d + subtitle: "Easy, spectacular and fun melee combat system." + description: [ + "&b- Fancy attack animations" + "This mod includes several one-handed, two-handed and dual wielded attack animation resources." + "" + "&b- Accurate weapon collision detection" + "No more pixel hunting with your cursor, you can now just swing your weapon and hit whatever is in the way. Enjoy playing in third person view." + "" + "&b- Natural look and feel" + "Attacks have an upswing phase before the hit is actually performed, like in real life." + "" + "&b- Weapon combos" + "Some weapons have a sequence of different attacks." + "" + "&b- Dual wield any combination" + "Dual wield any set of one handed weapons! Use the attack hotkey to alternately attack with main-hand and off-hand." + "" + "&b- Hold to attack" + "Hold the attack hotkey to spam attacks on cooldown." + ] + dependencies: ["175F5611FB7716A4"] + id: "4D90C42B6E294337" + tasks: [{ + id: "6186C900B11AF9C7" + type: "checkmark" + title: "Art Of Combat" + }] + } + { + title: "&6Carrot Mode" + icon: "minecraft:carrot" + x: 6.5d + y: 5.0d + subtitle: "Through eating diverse foods you unlock more hearts." + dependencies: ["175F5611FB7716A4"] + id: "2053C2EB9BE831AD" + tasks: [{ + id: "4EB555F43B761736" + type: "checkmark" + title: "Carrot Mode" + }] + rewards: [{ + id: "6763E838B1A44FFB" + type: "item" + item: "gofish:carrot_carp" + }] + } + ] + quest_links: [ ] +} diff --git a/config/ftbquests/quests/chapters/hex_crafting.snbt b/config/ftbquests/quests/chapters/hex_crafting.snbt new file mode 100644 index 0000000..b033129 --- /dev/null +++ b/config/ftbquests/quests/chapters/hex_crafting.snbt @@ -0,0 +1,333 @@ +{ + id: "4816F22B229A6BFA" + group: "1039AC171AB01709" + order_index: 2 + filename: "hex_crafting" + title: "Hex Casting" + icon: "hexcasting:artifact" + default_quest_shape: "" + default_hide_dependency_lines: false + quests: [ + { + icon: { + id: "patchouli:guide_book" + Count: 1b + tag: { + "patchouli:book": "hexcasting:thehexbook" + } + } + x: -6.75d + y: 0.0d + shape: "hexagon" + subtitle: "Getting started" + description: [ + "Hex Casting is a stack based programmable spellcasting mod. By progresssing through the lore found in the guidebook, you'll learn all about hex spell casting. You can create your own spells with a staff on the hexagonal casting grid, program items to hold spells that you can cast at will and uncover the lore found in the mod as you progress." + "" + "Everything starts with the book, it contains in depth explanations of each of the fascinating aspects of this mod, and it should serve as your primary guide." + ] + size: 1.5d + id: "283C1A5435769DC3" + tasks: [{ + id: "58244EC6E17EAEFD" + type: "checkmark" + title: "Hex Casting" + }] + rewards: [{ + id: "09B55C1426953E7A" + type: "item" + item: { + id: "patchouli:guide_book" + Count: 1b + tag: { + "patchouli:book": "hexcasting:thehexbook" + } + } + }] + } + { + title: "Cooking up some Media" + x: -5.0d + y: 0.0d + shape: "hexagon" + subtitle: "Doing Crystal Math." + description: ["\"Media\" is the main form of energy in this mod, and it can be harvested in large amounts by the amethyst crystals found in amethyst geodes."] + dependencies: ["283C1A5435769DC3"] + id: "69395421DAE17328" + tasks: [{ + id: "224024A2F685E7F1" + type: "item" + item: "minecraft:amethyst_shard" + count: 16L + }] + rewards: [{ + id: "60DCCE6C82555747" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16747259 + Loot: "aof:loot_bags/magic/common" + Name: "Magic Common Lootbag" + } + } + }] + } + { + title: "Wingardium Leviosa!" + x: -2.0d + y: 0.0d + shape: "hexagon" + subtitle: "It's \"Leviosaaahhh\" not \"Leviosaawwhh\"" + description: ["The staff will be the tool you use to cast all your spells in Hex Casting. You can make a staff out of all wood types"] + dependencies: ["69395421DAE17328"] + id: "5B94C77A29A3BF35" + tasks: [{ + id: "60DA89048ED4422C" + type: "item" + title: "Any Staff" + item: { + id: "itemfilters:tag" + Count: 1b + tag: { + value: "hexcasting:staves" + } + } + }] + rewards: [{ + id: "552E6AD7E12D0CAC" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + title: "Pattern Encapsulation" + x: -3.5d + y: 1.0d + shape: "hexagon" + subtitle: "Spellcast Doom Scrolling" + description: [ + "Scrolls are a useful tool for writing patterns that you can share with others, or display prettily on a wall." + "" + "For more information, refer to the Hex Casting guidebook's entry on the Scrolls" + ] + dependencies: ["69395421DAE17328"] + id: "4AB770D7E88D2367" + tasks: [ + { + id: "1CEAE5B5FF63D6F6" + type: "item" + item: "hexcasting:scroll_small" + } + { + id: "028137F86D23B35D" + type: "item" + item: "hexcasting:scroll_medium" + } + { + id: "0A5D0BD1B6CD619C" + type: "item" + item: "hexcasting:scroll" + } + ] + rewards: [{ + id: "0C9FFF6D8F323F95" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + title: "Hyperfocused" + x: -0.5d + y: 1.0d + shape: "hexagon" + subtitle: "Foci²" + description: [ + "Just like the Foci, the Spellbook is capable of storing Iotas for usage in spells later." + "" + "Unlike the Foci however, it can store more than 1 Iota. To be exact, it can store 64 Iotas for spell casting." + "" + "For more information, refer to the Hex Casting guidebook's entry on the Spell book." + ] + dependencies: ["68FF81FF5F625057"] + id: "6C1EC07A6CB811D7" + tasks: [{ + id: "7B1111F9109F7B79" + type: "item" + item: { + id: "hexcasting:spellbook" + Count: 1b + tag: { + page_names: { } + page_idx: 0 + } + } + }] + rewards: [{ + id: "03197BD98E7F1B96" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Loot: "aof:loot_bags/magic/epic" + Name: "Magic Epic Lootbag" + } + } + }] + } + { + title: "Cryptic Casting" + x: -3.5d + y: -1.0d + shape: "hexagon" + subtitle: "No, not that kind of Cypher!" + description: [ + "A Cypher is a fragile crystal and one of the 3 magic items capable of holding Hexes and all their patterns, as well as a small battery to hold Media to cast spells with." + "" + "The Cypher is the weakest of the 3, breaking as soon as the internal battery of the Cypher is depleted. It's also not rechargable, so make good use of it while it's still around!" + "" + "For more information, refer to the Hex Casting guidebook's entry on the Casting Items" + ] + dependencies: ["69395421DAE17328"] + id: "4A5B2026DD41B03B" + tasks: [{ + id: "00ADE7C16BC23A65" + type: "item" + item: "hexcasting:cypher" + }] + rewards: [{ + id: "1C11ECA5704E3FF7" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16747259 + Loot: "aof:loot_bags/magic/common" + Name: "Magic Common Lootbag" + } + } + }] + } + { + title: "Trinket Trickery" + x: -2.0d + y: -2.0d + shape: "hexagon" + subtitle: "A Curios little thing." + description: ["Like the Cypher, the Trinket is capable is storing the patterns in a Hex. Unlike the Cypher, the Trinket does not break once depleted of its internal battery, but can't be used when empty. The internal battery is rechargable though."] + dependencies: ["4A5B2026DD41B03B"] + id: "103EE7B28300222E" + tasks: [{ + id: "10EE322291807F66" + type: "item" + item: "hexcasting:trinket" + }] + rewards: [{ + id: "18889997B4A331B9" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16747259 + Loot: "aof:loot_bags/magic/common" + Name: "Magic Common Lootbag" + } + } + }] + } + { + title: "Artifact... Artifacting..?" + x: -0.5d + y: -1.0d + shape: "hexagon" + subtitle: "Idk, I ran out of ideas" + description: [ + "The Artifact is the most expensive (and most useful) of the 3 casting items in Hex Casting. Its capable of storing a hex and its patterns just like the Cypher and the Trinket. Just like the Trinket, it doesn't break when depleted and is rechargable." + "" + "Unlike the Trinket, however, the Artifact is not useless when depleted, instead it's capable of using the caster's Media. Be careful! Just like casting spells with the staff, if you don't have enough Media bad things can happen..." + ] + dependencies: ["103EE7B28300222E"] + id: "18AE8D45D703112B" + tasks: [{ + id: "6FEF127BDA178AFB" + type: "item" + item: "hexcasting:artifact" + }] + rewards: [{ + id: "0798DFE97872428A" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: -2.0d + y: 2.0d + shape: "hexagon" + subtitle: "A Mere Iota" + description: [ + "A Focus is a neat little items that is capable of storing a single Iota onto it" + "" + "You can store many different patterns on a focus, and recall them when casting spells to make casting more complex spells more efficient." + "" + "For more information, refer to the Hex Casting guidebook's entry on the Focus." + ] + dependencies: ["4AB770D7E88D2367"] + id: "68FF81FF5F625057" + tasks: [{ + id: "3077C39AB753498D" + type: "item" + item: "hexcasting:focus" + }] + rewards: [{ + id: "389A2C49FBE20038" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + ] + quest_links: [ ] +} diff --git a/config/ftbquests/quests/chapters/industrial_revolution.snbt b/config/ftbquests/quests/chapters/industrial_revolution.snbt new file mode 100644 index 0000000..bb841fb --- /dev/null +++ b/config/ftbquests/quests/chapters/industrial_revolution.snbt @@ -0,0 +1,2015 @@ +{ + id: "47B446DF2ABE5972" + group: "0815C5D80307ECDF" + order_index: 2 + filename: "industrial_revolution" + title: "Industrial Revolution" + icon: "indrev:mining_rig_mk4" + default_quest_shape: "rsquare" + default_hide_dependency_lines: false + images: [{ + x: -12.0d + y: -8.5d + width: 3.0d + height: 3.0d + rotation: 0.0d + image: "indrev:textures/gui/energy_icon.png" + hover: [ ] + click: "" + dev: false + corner: false + }] + quests: [ + { + title: "Configurability" + x: -9.5d + y: -7.5d + subtitle: "Quit screwing around and wrench it off" + description: [ + "The Wrench can be used to rotate blocks and break machines keeping their energy when using it while crouching." + "" + "The Screwdriver is used to configure machines' input and outputs for items and fluids. Can also be used on Lazuli Flux Container to configurate energy sides." + ] + dependencies: ["1CE1C8FC892A6F84"] + id: "47BB7143EA6AF423" + tasks: [ + { + id: "120ED12697D4981E" + type: "item" + item: "indrev:wrench" + } + { + id: "6476760A6188EB18" + type: "item" + item: "indrev:screwdriver" + } + ] + rewards: [{ + id: "7B3AA028EB162EEF" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 8090608 + Loot: "aof:loot_bags/ind_rev/common" + Name: "Industrial Revolution Common Lootbag" + } + } + }] + } + { + x: -5.0d + y: -4.5d + subtitle: "First near quantum level computer circuits" + dependencies: ["72FAE2CEB348AF96"] + id: "60E79DB91F2919BD" + tasks: [{ + id: "7D53A62DB0D746E1" + type: "item" + item: "indrev:circuit_mk1" + }] + rewards: [{ + id: "238F5DC73A868F07" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 8090608 + Loot: "aof:loot_bags/ind_rev/common" + Name: "Industrial Revolution Common Lootbag" + } + } + }] + } + { + x: -3.0d + y: -4.5d + subtitle: "This helped indrev start their campaign for revolution." + dependencies: [ + "587B0ABFDC5F2428" + "60E79DB91F2919BD" + ] + id: "5126D10B28A64460" + tasks: [{ + id: "55EB225CEDCC8BB0" + type: "item" + item: "indrev:circuit_mk2" + }] + rewards: [{ + id: "25DAAEA3159EC8A7" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 8090608 + Name: "Industrial Revolution Rare Lootbag" + Loot: "aof:loot_bags/ind_rev/rare" + } + } + }] + } + { + x: -1.0d + y: -4.5d + subtitle: "Just when you thought it couldn't get better." + dependencies: [ + "3BD2945543D442EB" + "5126D10B28A64460" + ] + id: "7A318DEE361289B5" + tasks: [{ + id: "153F8D1FE2667FE0" + type: "item" + item: "indrev:circuit_mk3" + }] + rewards: [{ + id: "77E243FC4207E72E" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 8090608 + Name: "Industrial Revolution Rare Lootbag" + Loot: "aof:loot_bags/ind_rev/rare" + } + } + }] + } + { + x: 1.0d + y: -4.5d + subtitle: "Circuit go brrrrrr" + dependencies: [ + "2C8663C76CFE101D" + "7A318DEE361289B5" + ] + id: "65E60EDD6DE18DC2" + tasks: [{ + id: "6C45B817876223D3" + type: "item" + item: "indrev:circuit_mk4" + }] + rewards: [{ + id: "52BF8DAAFC8EC7A0" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 8090608 + Name: "Industrial Revolution Rare Lootbag" + Loot: "aof:loot_bags/ind_rev/rare" + } + } + }] + } + { + x: -8.0d + y: 0.0d + dependencies: ["13BA3A6E648DF2E4"] + dependency_requirement: "one_completed" + id: "68DB32F00BACEEFD" + tasks: [{ + id: "796D98D70BE353A9" + type: "item" + item: "indrev:machine_block" + }] + rewards: [ + { + id: "34040D4E9EF57B7F" + type: "item" + item: "minecraft:iron_block" + } + { + id: "781808B2B4034E00" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 8090608 + Loot: "aof:loot_bags/ind_rev/common" + Name: "Industrial Revolution Common Lootbag" + } + } + } + ] + } + { + x: -8.0d + y: -1.5d + dependencies: ["279C25C775C22B7E"] + id: "13BA3A6E648DF2E4" + tasks: [{ + id: "0FFED7DEC1728D8A" + type: "item" + item: "indrev:battery" + }] + rewards: [{ + id: "1ECC3DF4AADC805D" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 8090608 + Loot: "aof:loot_bags/ind_rev/common" + Name: "Industrial Revolution Common Lootbag" + } + } + }] + } + { + x: -9.5d + y: -1.5d + subtitle: "Can use, not only coal, but anything a furnace can to generate energy." + dependencies: ["13BA3A6E648DF2E4"] + id: "6F42118FDF2C343D" + tasks: [{ + id: "7C0D0B3221DF3798" + type: "item" + item: "indrev:coal_generator_mk1" + }] + rewards: [{ + id: "3517F63A89FE34FE" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 8090608 + Loot: "aof:loot_bags/ind_rev/common" + Name: "Industrial Revolution Common Lootbag" + } + } + }] + } + { + x: -9.5d + y: 0.0d + subtitle: "Will generate energy as long as the sunlight can reach it." + dependencies: ["68DB32F00BACEEFD"] + id: "735E0A553EDF0FBB" + tasks: [{ + id: "2CA2353FB904C629" + type: "item" + item: "indrev:solar_generator_mk1" + }] + rewards: [{ + id: "7E3DC1FFEEA94B68" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 8090608 + Loot: "aof:loot_bags/ind_rev/common" + Name: "Industrial Revolution Common Lootbag" + } + } + }] + } + { + x: -3.0d + y: 1.0d + dependencies: ["21DB7EDD5C496202"] + id: "587B0ABFDC5F2428" + tasks: [{ + id: "7A11B4D7826DE872" + type: "item" + item: "indrev:nikolite_ingot" + count: 4L + }] + rewards: [{ + id: "16F4C873564D448B" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 8090608 + Loot: "aof:loot_bags/ind_rev/rare" + Name: "Industrial Revolution Rare Lootbag" + } + } + }] + } + { + title: "Vanilla Upgrades" + x: -8.5d + y: 3.0d + dependencies: ["68DB32F00BACEEFD"] + id: "7A607496DD461235" + tasks: [ + { + id: "2F8A9A1509DDD699" + type: "item" + item: "indrev:electric_furnace_mk1" + } + { + id: "43B579461130A023" + type: "item" + item: "indrev:sawmill_mk1" + } + ] + rewards: [{ + id: "57C269CE0DF67034" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 8090608 + Loot: "aof:loot_bags/ind_rev/common" + Name: "Industrial Revolution Common Lootbag" + } + } + }] + } + { + x: -6.5d + y: 2.0d + subtitle: "Mainly used for processing ores into two dusts." + description: [ + "Make sure to check the Revolutionary Guide for more info on ore tripling and quadrupling." + "" + "The Pulverizer will turn 1 ore into 2 dusts which can then be smelted into 2 ingots." + ] + dependencies: ["68DB32F00BACEEFD"] + id: "0C00CEF0D380206E" + tasks: [{ + id: "7BFD5C78BE44AE81" + type: "item" + item: "indrev:pulverizer_mk1" + }] + rewards: [{ + id: "46131EB89CEFFECD" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 8090608 + Loot: "aof:loot_bags/ind_rev/common" + Name: "Industrial Revolution Common Lootbag" + } + } + }] + } + { + x: -6.5d + y: 1.0d + subtitle: "Has the capability of mixing two ingredients into a different one." + dependencies: ["68DB32F00BACEEFD"] + id: "21DB7EDD5C496202" + tasks: [{ + id: "149E01643E01157E" + type: "item" + item: "indrev:solid_infuser_mk1" + }] + rewards: [{ + id: "410ED412233723AF" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 8090608 + Loot: "aof:loot_bags/ind_rev/common" + Name: "Industrial Revolution Common Lootbag" + } + } + }] + } + { + x: -8.0d + y: -4.5d + subtitle: "This material helped spark a myriad of devices. Forever changing the universe." + description: ["Main component used in machines, from basic to advanced."] + dependencies: ["1CE1C8FC892A6F84"] + id: "72FAE2CEB348AF96" + tasks: [{ + id: "096656EAD28C0878" + type: "item" + item: "indrev:nikolite_dust" + }] + rewards: [ + { + id: "361AEFAEDC96E694" + type: "item" + item: "indrev:nikolite_dust" + count: 4 + } + { + id: "527570C9F4CBA8BB" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 8090608 + Loot: "aof:loot_bags/ind_rev/common" + Name: "Industrial Revolution Common Lootbag" + } + } + } + ] + } + { + title: "Farming" + x: -9.5d + y: 2.0d + subtitle: "Note that it requires some items for it to function: (put them in the 2x2 square)" + description: [ + "Chopper is a machine focused in automating wood farming, and it also supports enhancement upgrades." + "" + "> Axe: if present in the inventory, will retrieve any wood and leaves in range (leaves will not consume durability)" + "" + "> Sapling: if present in the inventory, will be planted in every block possible inside its range." + "" + "> Bone meal: will be applied to any saplings inside its range." + "" + "Farmer is a machine focused in crop farming, and it also supports enhancement upgrades." + "" + "> Seeds: if present will be planted in the farmer's range. Note that it will try to match a crop and its seeds so you can use multiple crops." + "" + "> Bone meal: if present, will fertilize any crops possible within range." + "" + "Rancher is a machine focused in automating animal farming, and it also supports enhancement upgrades." + "" + "> Sword: if present in the inventory, will kill animals if there are more than 7 in its range." + "" + "> Wheat/Seed/Carrot: if present in the inventory, will be fed to the respective animals in its range." + "" + "Bucket: if present in the inventory, will collect milk from cows." + ] + dependencies: ["68DB32F00BACEEFD"] + id: "66D17897621E815B" + tasks: [ + { + id: "786D0D6A0CA678EB" + type: "item" + item: "indrev:chopper_mk1" + } + { + id: "7FB3E7F7BD760904" + type: "item" + item: "indrev:farmer_mk1" + } + { + id: "69782A1D5B774112" + type: "item" + item: "indrev:slaughter_mk1" + } + { + id: "26E28715D93D8084" + type: "item" + item: "indrev:rancher_mk1" + } + ] + rewards: [{ + id: "3E53C278EB695099" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 8090608 + Loot: "aof:loot_bags/ind_rev/common" + Name: "Industrial Revolution Common Lootbag" + } + } + }] + } + { + x: -9.5d + y: 1.0d + subtitle: "Mainly used for compressing ingots into plates." + dependencies: ["68DB32F00BACEEFD"] + id: "47E0E13C53777452" + tasks: [{ + id: "1A45BB2D75F41120" + type: "item" + item: "indrev:compressor_mk1" + }] + rewards: [{ + id: "7A8B758D007E31B4" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 8090608 + Loot: "aof:loot_bags/ind_rev/common" + Name: "Industrial Revolution Common Lootbag" + } + } + }] + } + { + x: -7.5d + y: 3.0d + subtitle: "Used for advanced infusing with fluids. Its main current use is for ore quadrupling." + description: ["Can also be used to turn Sand into Clay and Concrete Powder into Concrete."] + dependencies: ["68DB32F00BACEEFD"] + id: "3984A36C1D03501E" + tasks: [{ + id: "297F433AB752D7CF" + type: "item" + item: "indrev:fluid_infuser_mk1" + }] + rewards: [{ + id: "35D35206DCBD8187" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 8090608 + Loot: "aof:loot_bags/ind_rev/common" + Name: "Industrial Revolution Common Lootbag" + } + } + }] + } + { + x: -3.0d + y: 2.0d + subtitle: "With a desire for the finest. Indrev tech needs only the best diamonds." + dependencies: ["0C00CEF0D380206E"] + id: "53B5B78EB44C710B" + tasks: [{ + id: "2A7E8398F675F060" + type: "item" + item: "modern_industrialization:diamond_dust" + count: 4L + }] + rewards: [{ + id: "74FA63591DEBE176" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 8090608 + Name: "Industrial Revolution Rare Lootbag" + Loot: "aof:loot_bags/ind_rev/rare" + } + } + }] + } + { + x: -1.0d + y: 1.5d + dependencies: [ + "53B5B78EB44C710B" + "587B0ABFDC5F2428" + ] + id: "3BD2945543D442EB" + tasks: [{ + id: "0C2E5913E46CCEE9" + type: "item" + item: "indrev:enriched_nikolite_dust" + count: 4L + }] + rewards: [{ + id: "70FE93467EB59E75" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 8090608 + Name: "Industrial Revolution Rare Lootbag" + Loot: "aof:loot_bags/ind_rev/rare" + } + } + }] + } + { + x: 1.0d + y: 0.5d + dependencies: ["3BD2945543D442EB"] + id: "2C8663C76CFE101D" + tasks: [{ + id: "300DF9751F4E8837" + type: "item" + item: "indrev:enriched_nikolite_ingot" + count: 4L + }] + rewards: [{ + id: "2F78EABB9CDE6439" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 8090608 + Name: "Industrial Revolution Rare Lootbag" + Loot: "aof:loot_bags/ind_rev/rare" + } + } + }] + } + { + x: -5.5d + y: -3.0d + subtitle: "Tells you the current stored energy in machines and, in some machines, also tells the energy consumption per tick." + dependencies: ["60E79DB91F2919BD"] + id: "397827B0621A2FB8" + tasks: [{ + id: "32475889E503F43A" + type: "item" + item: "indrev:energy_reader" + }] + rewards: [{ + id: "06C0F4DB51EB6ABC" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 8090608 + Loot: "aof:loot_bags/ind_rev/common" + Name: "Industrial Revolution Common Lootbag" + } + } + }] + } + { + x: -11.0d + y: 2.0d + subtitle: "A machine focused in fish farming, and it also supports enhancement upgrades." + description: ["Its only requirement is a Fishing Rod."] + dependencies: ["47E0E13C53777452"] + id: "130566BD27135220" + tasks: [{ + id: "2160975BE87B0F26" + type: "item" + item: "indrev:fisher_mk2" + }] + rewards: [{ + id: "6CD7DDCAC7634A6D" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 8090608 + Loot: "aof:loot_bags/ind_rev/common" + Name: "Industrial Revolution Common Lootbag" + } + } + }] + } + { + title: "Solar Generator MK3" + x: -11.0d + y: 0.0d + subtitle: "Will generate energy as long as the sunlight can reach it." + dependencies: ["735E0A553EDF0FBB"] + id: "5AE46F6F569483BF" + tasks: [{ + id: "69D934CCE991022B" + type: "item" + item: "indrev:solar_generator_mk3" + }] + rewards: [{ + id: "14A566B17F4B8DE1" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 8090608 + Name: "Industrial Revolution Rare Lootbag" + Loot: "aof:loot_bags/ind_rev/rare" + } + } + }] + } + { + x: -12.5d + y: 2.0d + dependencies: ["130566BD27135220"] + id: "01EB2FB2EEEB8A04" + tasks: [{ + id: "56CD51887FCE1BC2" + type: "item" + item: "indrev:fisher_mk3" + }] + rewards: [{ + id: "0E05A463DC5AB13D" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 8090608 + Name: "Industrial Revolution Rare Lootbag" + Loot: "aof:loot_bags/ind_rev/rare" + } + } + }] + } + { + x: -14.0d + y: 2.0d + dependencies: ["01EB2FB2EEEB8A04"] + id: "2C4C0E81D2335043" + tasks: [{ + id: "365BDA0295FF4F41" + type: "item" + item: "indrev:fisher_mk4" + }] + rewards: [{ + id: "7B4F590CBD04DD6D" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 8090608 + Name: "Industrial Revolution Rare Lootbag" + Loot: "aof:loot_bags/ind_rev/rare" + } + } + }] + } + { + x: -11.0d + y: 1.0d + subtitle: "Upgrades can boost machines stats." + dependencies: ["47E0E13C53777452"] + id: "76C21BAB566F66A9" + tasks: [{ + id: "52DD22CF4838D5B7" + type: "item" + item: "indrev:empty_enhancer" + }] + rewards: [{ + id: "11BF0AB4A36E9625" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 8090608 + Loot: "aof:loot_bags/ind_rev/common" + Name: "Industrial Revolution Common Lootbag" + } + } + }] + } + { + title: "Enhancers" + x: -12.5d + y: 1.0d + subtitle: "These upgrades will improve certain aspects of the machine like speed and energy usage." + description: [ + "Speed: will increase the machine's processing speed at cost of energy." + "" + "Buffer: will increase the machine's internal energy capacity." + "" + "Blasting: will make the Electric Furnace accept Blast Furnace recipes." + "" + "Smoker: will make the Electric Furnace accept Smoker recipes." + ] + dependencies: ["76C21BAB566F66A9"] + id: "707124C02270FC3E" + tasks: [ + { + id: "056A302B4A42091A" + type: "item" + item: "indrev:buffer_enhancer" + } + { + id: "6AA190C4346A526C" + type: "item" + item: "indrev:speed_enhancer" + } + { + id: "0D800109FAF6E8CD" + type: "item" + item: "indrev:blast_furnace_enhancer" + } + { + id: "7D6E4AA15A9FC4D7" + type: "item" + item: "indrev:smoker_enhancer" + } + { + id: "2CC2B59693FA6602" + type: "item" + item: "indrev:damage_enhancer" + } + ] + rewards: [{ + id: "6B858052DF67DC3E" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 8090608 + Loot: "aof:loot_bags/ind_rev/common" + Name: "Industrial Revolution Common Lootbag" + } + } + }] + } + { + title: "Poor Man's Compressor" + x: -8.0d + y: -3.0d + subtitle: "Craft a Forge Hammer from MI and make your first plates." + description: [ + "TIP: Use hammers while crafting in the Forge Hammer." + "" + "These hammers will save you lots of resources." + "" + "NOTE: Indrev Hammer is disabled." + ] + dependencies: ["72FAE2CEB348AF96"] + dependency_requirement: "all_started" + id: "279C25C775C22B7E" + tasks: [ + { + id: "38FF00648317CA47" + type: "item" + item: "modern_industrialization:tin_plate" + } + { + id: "3F644DD10ADA8B85" + type: "item" + item: "modern_industrialization:copper_plate" + } + { + id: "550F31D9A31FE1AC" + type: "item" + item: "modern_industrialization:iron_plate" + } + ] + rewards: [{ + id: "278A2E90AFCDB9A0" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 8090608 + Loot: "aof:loot_bags/ind_rev/common" + Name: "Industrial Revolution Common Lootbag" + } + } + }] + } + { + title: "Factory Components" + x: 5.0d + y: -4.5d + subtitle: "You'll be able to visualize the block positions by right clicking a factory." + dependencies: ["2094448C58554B0B"] + id: "60A8108BE12AFB39" + tasks: [ + { + id: "38ED6ABEB7DBD348" + type: "item" + item: "indrev:frame" + count: 9L + } + { + id: "60ACF87793F77948" + type: "item" + item: "indrev:silo" + count: 6L + } + { + id: "1C5256772EF58948" + type: "item" + item: "indrev:intake" + count: 3L + } + { + id: "73B89854D6DA6CE5" + type: "item" + item: "indrev:duct" + count: 3L + } + { + id: "01915D287A13387C" + type: "item" + item: "indrev:cabinet" + count: 2L + } + { + id: "4484E6789FF66185" + type: "item" + item: "indrev:warning_strobe" + } + { + id: "6D730271D98B0803" + type: "item" + item: "indrev:controller" + } + ] + rewards: [ + { + id: "5185DE4238D4AB56" + type: "item" + item: "modern_industrialization:steel_plate" + count: 12 + } + { + id: "773CE85966D33F77" + type: "item" + item: "modern_industrialization:silver_plate" + count: 12 + } + { + id: "5696355503C2B666" + type: "item" + item: "minecraft:redstone_block" + } + { + id: "0D6E550E5B126A3D" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 8090608 + Name: "Industrial Revolution Rare Lootbag" + Loot: "aof:loot_bags/ind_rev/rare" + } + } + } + ] + } + { + x: -12.5d + y: -3.5d + subtitle: "Don't forget your servos" + dependencies: ["6F89CD6C818B0B90"] + id: "2199A3717A0431FB" + tasks: [{ + id: "31A68C5E6F3BE266" + type: "item" + item: "indrev:fluid_pipe_mk2" + }] + rewards: [{ + id: "440E72651B7C90D6" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 8090608 + Loot: "aof:loot_bags/ind_rev/common" + Name: "Industrial Revolution Common Lootbag" + } + } + }] + } + { + x: -12.5d + y: -5.5d + subtitle: "Don't forget your servos" + dependencies: ["298C314EC06AD61E"] + id: "3ECA6414D58449DD" + tasks: [{ + id: "74534788035362A2" + type: "item" + item: "indrev:item_pipe_mk2" + }] + rewards: [{ + id: "0AA6FE219A0D25AA" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 8090608 + Loot: "aof:loot_bags/ind_rev/common" + Name: "Industrial Revolution Common Lootbag" + } + } + }] + } + { + x: -12.5d + y: -4.5d + dependencies: ["22B972FA05163190"] + id: "49B55A5E5510AA48" + tasks: [{ + id: "57EABDF07EE79675" + type: "item" + item: "indrev:cable_mk2" + }] + rewards: [{ + id: "07707A91F2F393DF" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 8090608 + Loot: "aof:loot_bags/ind_rev/common" + Name: "Industrial Revolution Common Lootbag" + } + } + }] + } + { + x: -11.0d + y: -3.5d + subtitle: "Fluid pipes can be used to transfer fluids between tanks far apart." + dependencies: ["2366955CB2AB1234"] + id: "6F89CD6C818B0B90" + tasks: [{ + id: "3D0B6ABE07C06658" + type: "item" + item: "indrev:fluid_pipe_mk1" + }] + rewards: [{ + id: "03D83DCD6EDF3D49" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 8090608 + Loot: "aof:loot_bags/ind_rev/common" + Name: "Industrial Revolution Common Lootbag" + } + } + }] + } + { + x: -11.0d + y: -5.5d + subtitle: "Item pipes can be used to transfer items between inventories far apart." + description: [ + "Don't forget to set the input/output of a machine." + "" + "Don't forget the servos. To optimize on performance, try to use the least amount of piping and servos you can if you decide to do a large operation." + ] + dependencies: ["2366955CB2AB1234"] + id: "298C314EC06AD61E" + tasks: [{ + id: "5A97C9ECE9C54E89" + type: "item" + item: "indrev:item_pipe_mk1" + }] + rewards: [{ + id: "0FAF067F082BE5F4" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 8090608 + Loot: "aof:loot_bags/ind_rev/common" + Name: "Industrial Revolution Common Lootbag" + } + } + }] + } + { + x: -11.0d + y: -4.5d + subtitle: "Cables can be used to transfer power between machines far apart from each other." + description: [ + "" + "Used to distribute power. Does not require servos." + ] + dependencies: [ + "096656EAD28C0878" + "2366955CB2AB1234" + ] + id: "22B972FA05163190" + tasks: [{ + id: "258B02AFA8680893" + type: "item" + item: "indrev:cable_mk1" + }] + rewards: [{ + id: "09F245D7B37C6427" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 8090608 + Loot: "aof:loot_bags/ind_rev/common" + Name: "Industrial Revolution Common Lootbag" + } + } + }] + } + { + title: "Servos" + x: -9.5d + y: -4.5d + subtitle: "Item and fluid pipes require servos to function." + description: [ + "Click on the pipe connected to your container to attach a servo. Use a wrench to remove it." + "" + "Servos have multiple modes to define priorities. Click on the servo to change it." + "" + "Nearest first: the servo will look for the closest container." + "" + "Furthest first: the servo will look for the furthest container." + "" + "Random: the servo will chose a random container." + "" + "Round Robin: the servo will look for the container with the least amount of the transferred fluid/item." + "" + "The Output Servo will push items/fluids to nearby containers UNLESS they are also marked as output." + "" + "The Retriever Servo will pull items/fluids from nearby UNLESS they are also marked as retriever." + ] + dependencies: [ + "096656EAD28C0878" + "72FAE2CEB348AF96" + ] + id: "2366955CB2AB1234" + tasks: [ + { + id: "642EC72609F0F51D" + type: "item" + item: { + id: "indrev:servo_retriever" + Count: 1b + tag: { } + } + } + { + id: "680A01AC3697C85A" + type: "item" + item: { + id: "indrev:servo_output" + Count: 1b + tag: { } + } + } + ] + rewards: [{ + id: "2782415DD5C958FC" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 8090608 + Loot: "aof:loot_bags/ind_rev/common" + Name: "Industrial Revolution Common Lootbag" + } + } + }] + } + { + x: -14.0d + y: -4.5d + dependencies: ["49B55A5E5510AA48"] + id: "03F6EF819F101266" + tasks: [{ + id: "5D2B52C752888C2A" + type: "item" + item: "indrev:cable_mk3" + }] + rewards: [{ + id: "1A9B7A30AAECAE28" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 8090608 + Name: "Industrial Revolution Rare Lootbag" + Loot: "aof:loot_bags/ind_rev/rare" + } + } + }] + } + { + x: -15.5d + y: -4.5d + dependencies: ["03F6EF819F101266"] + id: "5A98B8264695375C" + tasks: [{ + id: "5D405BBC010DDBD7" + type: "item" + item: "indrev:cable_mk4" + }] + rewards: [{ + id: "5CE1354CD0DC0A38" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 8090608 + Name: "Industrial Revolution Rare Lootbag" + Loot: "aof:loot_bags/ind_rev/rare" + } + } + }] + } + { + x: -14.0d + y: -3.5d + dependencies: ["2199A3717A0431FB"] + id: "24E0748FC28B20F8" + tasks: [{ + id: "338A6D704171F6EC" + type: "item" + item: "indrev:fluid_pipe_mk3" + }] + rewards: [{ + id: "791B97E8B46C3AB4" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 8090608 + Name: "Industrial Revolution Rare Lootbag" + Loot: "aof:loot_bags/ind_rev/rare" + } + } + }] + } + { + x: -15.5d + y: -3.5d + dependencies: [ + "24E0748FC28B20F8" + "300DF9751F4E8837" + ] + id: "28BC178B714DD47F" + tasks: [{ + id: "39B41CC0BF425639" + type: "item" + item: "indrev:fluid_pipe_mk4" + }] + rewards: [{ + id: "0BC28E58B7DEEE0E" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 8090608 + Name: "Industrial Revolution Rare Lootbag" + Loot: "aof:loot_bags/ind_rev/rare" + } + } + }] + } + { + x: -14.0d + y: -5.5d + dependencies: ["3ECA6414D58449DD"] + id: "1C3E816F7AC2A24E" + tasks: [{ + id: "57122F006261DFFC" + type: "item" + item: "indrev:item_pipe_mk3" + }] + rewards: [{ + id: "673C2FEFA35058A6" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 8090608 + Name: "Industrial Revolution Rare Lootbag" + Loot: "aof:loot_bags/ind_rev/rare" + } + } + }] + } + { + x: -15.5d + y: -5.5d + dependencies: ["1C3E816F7AC2A24E"] + id: "501F6918D0413C46" + tasks: [{ + id: "211F0434522552E5" + type: "item" + item: "indrev:item_pipe_mk4" + }] + rewards: [{ + id: "5468A1F377DE8E16" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 8090608 + Name: "Industrial Revolution Rare Lootbag" + Loot: "aof:loot_bags/ind_rev/rare" + } + } + }] + } + { + title: "Welcome to the Revolution!" + x: -8.0d + y: -7.5d + subtitle: "Choose the best. Choose INDREV!" + description: [ + "Scientists have done a good job at making machines smart enough not to explode and to benefit from temperature. Every machine has an optimal temperature which will never exceed." + "" + "In order for the machine to stay on its optimal temperature, it needs to cool down often." + "" + "While it's cooling down, it will not have the efficiency boost." + ] + id: "1CE1C8FC892A6F84" + tasks: [{ + id: "5AA23A717BC9D641" + type: "checkmark" + icon: "indrev:guide_book" + }] + rewards: [{ + id: "419AC8433FA360AA" + type: "item" + item: "indrev:guide_book" + }] + } + { + x: 7.5d + y: -5.0d + subtitle: "Factories are improved versions of machines and they can process 5 items at once." + dependencies: ["60A8108BE12AFB39"] + id: "4C0B1B9315FEB7D6" + tasks: [{ + id: "62747E8844756A8E" + type: "item" + item: "indrev:electric_furnace_factory_mk4" + }] + rewards: [ + { + id: "059C0AB2FCC56E3F" + type: "item" + item: "modern_industrialization:steel_plate" + count: 3 + } + { + id: "700FE718B977F66F" + type: "item" + item: "modern_industrialization:silver_plate" + count: 3 + } + { + id: "7788E71BD7C7E08F" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 8090608 + Name: "Industrial Revolution Rare Lootbag" + Loot: "aof:loot_bags/ind_rev/rare" + } + } + } + ] + } + { + x: 7.5d + y: -4.0d + subtitle: "Factories are improved versions of machines and they can process 5 items at once." + dependencies: ["60A8108BE12AFB39"] + id: "6CC13ADEE091FAA7" + tasks: [{ + id: "1790DABC3E5BFAEC" + type: "item" + item: "indrev:pulverizer_factory_mk4" + }] + rewards: [ + { + id: "298E39BB35B71199" + type: "item" + item: "modern_industrialization:steel_plate" + count: 3 + } + { + id: "3D4C7471B2235326" + type: "item" + item: "modern_industrialization:silver_plate" + count: 3 + } + { + id: "12D9C4DC72A3768D" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 8090608 + Name: "Industrial Revolution Rare Lootbag" + Loot: "aof:loot_bags/ind_rev/rare" + } + } + } + ] + } + { + x: 7.5d + y: -6.0d + subtitle: "Factories are improved versions of machines and they can process 5 items at once." + dependencies: ["60A8108BE12AFB39"] + id: "6AC26B6C1525155B" + tasks: [{ + id: "66777FB617B6DED4" + type: "item" + item: "indrev:compressor_factory_mk4" + }] + rewards: [ + { + id: "138AF79E3F362F35" + type: "item" + item: "modern_industrialization:steel_plate" + count: 3 + } + { + id: "65042EC0CA81A52C" + type: "item" + item: "modern_industrialization:silver_plate" + count: 3 + } + { + id: "6DD320A876D4E29A" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 8090608 + Name: "Industrial Revolution Rare Lootbag" + Loot: "aof:loot_bags/ind_rev/rare" + } + } + } + ] + } + { + x: 7.5d + y: -3.0d + subtitle: "Factories are improved versions of machines and they can process 5 items at once." + dependencies: ["60A8108BE12AFB39"] + id: "0DFA948FD9DD8943" + tasks: [{ + id: "37B41479BCC582F1" + type: "item" + item: "indrev:solid_infuser_factory_mk4" + }] + rewards: [ + { + id: "0C24F97292B6B471" + type: "item" + item: "modern_industrialization:steel_plate" + count: 3 + } + { + id: "533A073C50011CC1" + type: "item" + item: "modern_industrialization:silver_plate" + count: 3 + } + { + id: "746764C1CC14D22B" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 8090608 + Name: "Industrial Revolution Rare Lootbag" + Loot: "aof:loot_bags/ind_rev/rare" + } + } + } + ] + } + { + icon: "indrev:pump_mk1" + x: -4.5d + y: -3.0d + subtitle: "Used to pump fluids placed in the world into fluid pipes and tanks." + description: [ + "Usage: You must input energy from the top and take the fluid from the side it is facing." + "" + "After receiving energy, it will drop down a pipe looking for fluids to pump." + "" + "There is no hard limit, except for the fluid's physics." + "" + "As long as there is fluid touching the pump's pipe, source or not, it will look for a source block to pump." + "" + "This means it can be used to drain lava lakes from the Nether." + ] + dependencies: ["60E79DB91F2919BD"] + id: "3747C4CCD1F8DBB7" + tasks: [ + { + id: "6DA81FA2745A4BFE" + type: "item" + item: "indrev:pump_mk1" + } + { + id: "425233ED2C940E6D" + type: "item" + item: "indrev:drain_mk1" + } + ] + rewards: [{ + id: "19808F09D6FE3E09" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 8090608 + Loot: "aof:loot_bags/ind_rev/common" + Name: "Industrial Revolution Common Lootbag" + } + } + }] + } + { + title: "Charging the Core of Modularity" + x: 3.0d + y: -1.5d + subtitle: "The base for every modular tool." + description: [ + "To activate it, you'll need at least one Laser, one Capsule and a lot of stored energy (100M)." + "" + "The Capsule will hold your Core of Modularity during the process of activation." + "" + "It will emit a redstone signal when it's finished." + "" + "Laser Emitters should be placed facing the capsule with AN EXACT 3 BLOCKS DISTANCE. They store up to 2,5M LF and require a redstone signal to be toggled on." + "" + "This process takes time but it goes faster for each laser emitter active." + "" + "You must pay attention to these details to avoid problems:" + "" + "- Pointing the laser emitter to something other than the capsule or and empty capsule will result in explosion." + "" + "- If the laser emitters run out of power during the process, all progress will be lost." + "" + "- Make sure to turn off your laser emitters before retrieving the activated core." + ] + dependencies: ["61096F382C04254A"] + id: "3BCE5F8D19C6D53F" + tasks: [ + { + id: "14DD0067D573465C" + type: "item" + item: "indrev:laser_emitter_mk4" + } + { + id: "4496671EA77E9495" + type: "item" + item: "indrev:capsule" + } + { + id: "70BE041B9B65C2DF" + type: "item" + item: "indrev:modular_core" + } + ] + rewards: [{ + id: "789B8EBA44137D09" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 8090608 + Name: "Industrial Revolution Rare Lootbag" + Loot: "aof:loot_bags/ind_rev/rare" + } + } + }] + } + { + x: 3.0d + y: 0.0d + description: ["Module levels can be configured any way you want, go into the Controls menu and add a keybind to Modular item configuration."] + dependencies: ["3BCE5F8D19C6D53F"] + id: "6873CA3A8CD43343" + tasks: [{ + id: "35D41B3A51A85FF6" + type: "item" + item: "indrev:modular_core_activated" + }] + rewards: [{ + id: "5A5099B092E1219D" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 8090608 + Name: "Industrial Revolution Rare Lootbag" + Loot: "aof:loot_bags/ind_rev/rare" + } + } + }] + } + { + x: 3.0d + y: -3.0d + subtitle: "Used to install modules onto Modular Armor parts." + description: [ + "Notice that installing modules cost time and some energy!" + "" + "The Modular Armor is, on its own, not much, but when you install modules, it can become very powerful!" + "" + ] + dependencies: ["2094448C58554B0B"] + id: "61096F382C04254A" + tasks: [{ + id: "140BC8875C9E1DB1" + type: "item" + item: "indrev:modular_workbench_mk4" + }] + rewards: [{ + id: "1C33ED6AFA03FA1F" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 8090608 + Name: "Industrial Revolution Rare Lootbag" + Loot: "aof:loot_bags/ind_rev/rare" + } + } + }] + } + { + x: 3.0d + y: -4.5d + dependencies: ["65E60EDD6DE18DC2"] + id: "2094448C58554B0B" + tasks: [{ + id: "76A9AC313BDD324B" + type: "item" + item: "modern_industrialization:steel_plate" + count: 4L + }] + rewards: [{ + id: "37847037A012D05C" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 8090608 + Name: "Industrial Revolution Rare Lootbag" + Loot: "aof:loot_bags/ind_rev/rare" + } + } + }] + } + { + x: -3.0d + y: -6.0d + subtitle: "Upgrades MK1 machines to MK2." + description: ["These upgrades will improve the machine's input and output capability as well as other aspects. Right clicking on a machine below the upgrade's tier will upgrade it."] + dependencies: ["5126D10B28A64460"] + id: "38A91661EED44D9D" + tasks: [{ + id: "4F4D8685014D737B" + type: "item" + item: "indrev:tier_upgrade_mk2" + }] + rewards: [{ + id: "587EA64BEAEB47E2" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 8090608 + Name: "Industrial Revolution Rare Lootbag" + Loot: "aof:loot_bags/ind_rev/rare" + } + } + }] + } + { + x: -1.0d + y: -6.0d + subtitle: "Upgrades MK2 machines to MK3." + description: ["These upgrades will improve the machine's input and output capability as well as other aspects. Right clicking on a machine below the upgrade's tier will upgrade it."] + dependencies: ["7A318DEE361289B5"] + id: "34998627D22F1DBE" + tasks: [{ + id: "67E4C8E1A578868E" + type: "item" + item: "indrev:tier_upgrade_mk3" + }] + rewards: [{ + id: "3272E3642C6BAEB3" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 8090608 + Name: "Industrial Revolution Rare Lootbag" + Loot: "aof:loot_bags/ind_rev/rare" + } + } + }] + } + { + x: 0.0d + y: -7.5d + subtitle: "Upgrades MK3 machines to MK4." + description: ["These upgrades will improve the machine's input and output capability as well as other aspects. Right clicking on a machine below the upgrade's tier will upgrade it."] + dependencies: ["65E60EDD6DE18DC2"] + id: "3DF54B764A56AF28" + tasks: [{ + id: "0D4A3AF2AE73BE76" + type: "item" + item: "indrev:tier_upgrade_mk4" + }] + rewards: [{ + id: "07F13B3B745111E0" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 8090608 + Name: "Industrial Revolution Rare Lootbag" + Loot: "aof:loot_bags/ind_rev/rare" + } + } + }] + } + { + title: "Mining Rig" + x: 3.0d + y: -7.5d + subtitle: "I have confidence in mining. I see exciting opportunities in it." + description: [ + "" + "" + "Mining Rig Drills are required for the Mining Rig Computer to work. They have to be placed next to the Computer and require drill heads to work. Each Drill increases the mining speed." + "Can hold up to 8 mining rig drills, make sure each one has a drill head." + "" + "Note that the Drills can be placed connected or diagonally to the Mining Rig Computer." + ] + dependencies: [ + "65E60EDD6DE18DC2" + "2094448C58554B0B" + ] + id: "01F3CA98E98590FD" + tasks: [ + { + id: "3A3A6FA7D635E56C" + type: "item" + item: "indrev:mining_rig_mk4" + } + { + id: "44DA8D0214330F39" + type: "item" + item: "indrev:drill_bottom" + } + ] + rewards: [{ + id: "7E48E5130E230EB3" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 8090608 + Name: "Industrial Revolution Rare Lootbag" + Loot: "aof:loot_bags/ind_rev/rare" + } + } + }] + } + { + x: 1.0d + y: -7.5d + subtitle: "Recharge your batteries!" + dependencies: ["65E60EDD6DE18DC2"] + id: "7F905EDB05E4BE17" + tasks: [{ + id: "47F075B67F7DD537" + type: "item" + item: "indrev:charge_pad_mk4" + }] + rewards: [{ + id: "1E7965DA8EB42F5A" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 8090608 + Name: "Industrial Revolution Rare Lootbag" + Loot: "aof:loot_bags/ind_rev/rare" + } + } + }] + } + { + title: "Ore Multiplication" + x: 2.0d + y: -7.5d + subtitle: "Used in the process of tripling and quadrupling ore." + description: [ + "Insert your ores into an Industrial Smelter. It will smelt them into their fluid forms." + "" + "Move your molten ore into a Condenser." + "" + "It will solidify them into a Ore Chunk." + "" + "Pulverize your Ore Chunk, which will then give you a dust." + "" + "Smelt your dust." + "" + "Done! Now you've transformed 1 ore into 3 ingots!" + ] + dependencies: ["65E60EDD6DE18DC2"] + id: "0BED18C671FC94A5" + tasks: [ + { + id: "0969ABA5C3C54F24" + type: "item" + item: "indrev:condenser_mk4" + } + { + id: "18A20622211F1C01" + type: "item" + item: "indrev:smelter_mk4" + } + ] + rewards: [{ + id: "2FCDBB4BBCA0CABD" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 8090608 + Name: "Industrial Revolution Rare Lootbag" + Loot: "aof:loot_bags/ind_rev/rare" + } + } + }] + } + { + x: -6.5d + y: 0.0d + subtitle: "Can process organic resources into biomass which can be used for energy generation." + dependencies: ["68DB32F00BACEEFD"] + id: "7155E1782D7A5CC3" + tasks: [{ + id: "2D28B880B3E44414" + type: "item" + item: "indrev:recycler_mk2" + }] + rewards: [{ + id: "2B02F5E3B81155C5" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 8090608 + Loot: "aof:loot_bags/ind_rev/common" + Name: "Industrial Revolution Common Lootbag" + } + } + }] + } + { + x: -5.0d + y: 0.0d + subtitle: "This is probably what you are looking for in terms of energy creation." + description: ["Will burn biomass to generate energy."] + dependencies: ["7155E1782D7A5CC3"] + id: "5A66FE8A5EC1BAC5" + tasks: [{ + id: "79C357A391B887D6" + type: "item" + item: "indrev:biomass_generator_mk3" + }] + rewards: [{ + id: "3FEA619A9B299655" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 8090608 + Name: "Industrial Revolution Rare Lootbag" + Loot: "aof:loot_bags/ind_rev/rare" + } + } + }] + } + { + x: -6.5d + y: -1.5d + subtitle: "Will consume lava inside it to generate energy. Pairs up well with the pump." + dependencies: ["13BA3A6E648DF2E4"] + id: "18B6548E50B087D3" + tasks: [{ + id: "5A05A31972972B83" + type: "item" + item: "indrev:heat_generator_mk4" + }] + rewards: [{ + id: "44EBF25DDD272F6A" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 8090608 + Name: "Industrial Revolution Rare Lootbag" + Loot: "aof:loot_bags/ind_rev/rare" + } + } + }] + } + ] + quest_links: [ ] +} diff --git a/config/ftbquests/quests/chapters/infinity.snbt b/config/ftbquests/quests/chapters/infinity.snbt new file mode 100644 index 0000000..ffd54db --- /dev/null +++ b/config/ftbquests/quests/chapters/infinity.snbt @@ -0,0 +1,536 @@ +{ + id: "55534E1BE135C3C1" + group: "" + order_index: 3 + filename: "infinity" + title: "Challenges" + icon: "kubejs:completionist" + default_quest_shape: "" + default_hide_dependency_lines: false + quests: [ + { + title: "&3Are you worthy?" + x: 1.0d + y: 7.0d + subtitle: "Kill the Ender Dragon to unlock challenges." + size: 2.0d + id: "512CAEB25CD9B4E2" + tasks: [{ + id: "3A9ABB487CD82821" + type: "kill" + icon: "minecraft:dragon_head" + entity: "minecraft:ender_dragon" + value: 1L + }] + rewards: [{ + id: "431C0986E611D988" + type: "item" + item: { + id: "trofers:medium_pillar" + Count: 1b + tag: { + BlockEntityTag: { + Trophy: "trofers:ender_dragon" + } + } + } + }] + } + { + title: "&cHell's Kitchen" + icon: "farmersdelight:cooking_pot" + x: 4.0d + y: 3.0d + subtitle: "So when people ask me, ‘What do you think of Michelin?’ I don’t cook for guides. I cook for customers." + description: [ + "&6To submit items&r, left click the &bfood type&r of choice and &6hand in&r." + "" + "Recommended to make &bWater Bottles &rfrom &6Croptopia &rfor the recipes requiring it." + "" + "&bWater Bottles &rcan be automated with a simple &bDrain &rfrom &6Tech Reborn &rand a &bTank Unit &rbelow it." + "" + "Put buckets in said &bTank Unit &rand have them output into either a buffer or directly into &bME&r, craft these into &bWater Bottles &rfrom &6Croptopia." + ] + dependencies: ["512CAEB25CD9B4E2"] + id: "18035D9544EC01DA" + tasks: [ + { + id: "6E802DA4BECBA8FD" + type: "item" + item: "farmersdelight:steak_and_potatoes" + count: 2500L + consume_items: true + } + { + id: "220729A89B4CACBC" + type: "item" + item: "farmersdelight:pasta_with_mutton_chop" + count: 2500L + consume_items: true + } + { + id: "73CDF0DFBCE93D91" + type: "item" + item: "farmersdelight:grilled_salmon" + count: 2500L + consume_items: true + } + { + id: "776FA22E4BF48CA4" + type: "item" + item: "farmersdelight:stuffed_potato" + count: 2500L + consume_items: true + } + { + id: "116F0EAC536F98E0" + type: "item" + item: "farmersdelight:barbecue_stick" + count: 2500L + consume_items: true + } + { + id: "36AD733AEFC78B15" + type: "item" + item: "croptopia:fish_and_chips" + count: 2500L + consume_items: true + } + { + id: "71C16F3D34ABA15E" + type: "item" + item: "farmersdelight:dumplings" + count: 2500L + consume_items: true + } + { + id: "2E2A693C93C5A838" + type: "item" + item: "croptopia:tres_leche_cake" + count: 2500L + consume_items: true + } + { + id: "0881465B825D57BD" + type: "item" + item: "croptopia:trifle" + count: 2500L + consume_items: true + } + { + id: "12D4B1763C101794" + type: "item" + item: "croptopia:sticky_toffee_pudding" + count: 2500L + consume_items: true + } + { + id: "3B3A38AFCEE30AD1" + type: "item" + item: "croptopia:pumpkin_spice_latte" + count: 2500L + consume_items: true + } + { + id: "4B83D0C3A6B25CBC" + type: "item" + item: "croptopia:the_big_breakfast" + count: 2500L + consume_items: true + } + ] + rewards: [{ + id: "7D84DE2A7D4C2586" + type: "item" + item: { + id: "trofers:medium_pillar" + Count: 1b + tag: { + BlockEntityTag: { + Trophy: "trofers:cooking" + } + } + } + }] + } + { + title: "&5Boss Rush" + icon: { + id: "dragonloot:dragon_helmet" + Count: 1b + tag: { + Damage: 0 + } + } + x: 2.5d + y: 3.0d + subtitle: "Slay 'em All" + description: [ + "&bBlackstone Golem:" + "Can only be summoned with a golem ritual while being in the nether." + "" + "&bThe Eye:" + "Can only be summoned at an Eye Shrine." + "" + "&bNight Lich:" + "Found in rare towers in cold biomes. Locate the towers by following soul stars." + "" + "&bObsidilith:" + "Appears in rare structures in the end islands." + "" + "&bNether Gauntlet:" + "Appears in rare structures in the nether." + "" + "&bVoid Blossom:" + "Appears in rare caves at the bottom of the world. Void lilies will point the way." + "" + "&bGuardian of Gaia:" + "To summon the boss, shift right-click a Terrasteel Ingot on an active Beacon with 4 Gaia Pylons nearby. Using a Gaia Spirit Ingot will summon a harder version of the boss instead." + "" + "&bConjunctivius:" + "Can be found in the Mine Cells dimension (See Adventurer quest chapter)." + "" + "&bVoid Shadow:" + "A new dimension where you will find and fight the Void Shadow." + ] + dependencies: ["512CAEB25CD9B4E2"] + id: "1F0EE1298663FE88" + tasks: [ + { + id: "6E33DDB7EF109050" + type: "kill" + icon: "adventurez:stone_golem_heart" + entity: "adventurez:stone_golem" + value: 1L + } + { + id: "4DA5F492F8AD4449" + type: "kill" + icon: { + id: "adventurez:prime_eye" + Count: 1b + tag: { + Damage: 0 + } + } + entity: "adventurez:the_eye" + value: 1L + } + { + id: "1A43CE833FBD4D06" + type: "kill" + icon: "bosses_of_mass_destruction:ancient_anima" + entity: "bosses_of_mass_destruction:lich" + value: 1L + } + { + id: "0FA9460CCC66FF44" + type: "kill" + icon: "bosses_of_mass_destruction:obsidian_heart" + entity: "bosses_of_mass_destruction:obsidilith" + value: 1L + } + { + id: "799C560B71E547C7" + type: "kill" + icon: "bosses_of_mass_destruction:blazing_eye" + entity: "bosses_of_mass_destruction:gauntlet" + value: 1L + } + { + id: "31C60566337BA9C2" + type: "kill" + icon: "bosses_of_mass_destruction:void_thorn" + entity: "bosses_of_mass_destruction:void_blossom" + value: 1L + } + { + id: "3AF87A5FED065F14" + type: "kill" + icon: "twilightforest:naga_trophy" + entity: "twilightforest:naga" + value: 1L + } + { + id: "09FC7B6D6673F421" + type: "kill" + icon: "twilightforest:lich_trophy" + entity: "twilightforest:lich" + value: 1L + } + { + id: "1BACFEB1D7C310D5" + type: "kill" + icon: "twilightforest:hydra_trophy" + entity: "twilightforest:hydra" + value: 1L + } + { + id: "05C8266730A44B0E" + type: "kill" + icon: "twilightforest:ur_ghast_trophy" + entity: "twilightforest:ur_ghast" + value: 1L + } + { + id: "091B5ABFAF80AD47" + type: "kill" + icon: "twilightforest:minoshroom_trophy" + entity: "twilightforest:minoshroom" + value: 1L + } + { + id: "53CF636C5F1438C7" + type: "kill" + icon: "twilightforest:knight_phantom_trophy" + entity: "twilightforest:knight_phantom" + value: 1L + } + { + id: "74E281423CE4C2B6" + type: "kill" + icon: "twilightforest:alpha_yeti_trophy" + entity: "twilightforest:alpha_yeti" + value: 1L + } + { + id: "192C9369560100D6" + type: "kill" + icon: "twilightforest:snow_queen_trophy" + entity: "twilightforest:snow_queen" + value: 1L + } + { + id: "317A1E4E838B40F0" + type: "kill" + icon: { + id: "minecells:tentacle" + Count: 1b + tag: { + Damage: 0 + } + } + entity: "minecells:conjunctivius" + value: 1L + } + { + id: "35966A51B41E0561" + type: "kill" + icon: "botania:gaia_head" + entity: "botania:doppleganger" + value: 1L + } + { + id: "51F87D8C62041F73" + type: "kill" + icon: "fwaystones:void_totem" + entity: "adventurez:void_shadow" + value: 1L + } + ] + rewards: [{ + id: "33B8F578C9A9D999" + type: "item" + item: { + id: "trofers:medium_pillar" + Count: 1b + tag: { + BlockEntityTag: { + Trophy: "trofers:boss_rush" + } + } + } + }] + } + { + title: "&eRing of Angels" + x: -0.5d + y: 3.0d + subtitle: "Creative flight at your disposal." + dependencies: ["512CAEB25CD9B4E2"] + id: "4394FBA9FF34416C" + tasks: [{ + id: "64A0A716321AC14E" + type: "item" + item: { + id: "kibe:angel_ring" + Count: 1b + tag: { } + } + }] + rewards: [{ + id: "149036984D62AD6A" + type: "item" + item: { + id: "trofers:medium_pillar" + Count: 1b + tag: { + BlockEntityTag: { + Trophy: "trofers:angel_ring" + } + } + } + }] + } + { + title: "&dQuantum Physics" + icon: "modern_industrialization:quantum_upgrade" + x: -2.0d + y: 3.0d + subtitle: "Ethereal powers!" + description: [ + "Craft &reverything &bquantum &rand shape your own future&r." + "" + "It'll be a long journey, can you do it?" + "" + "- &bQuantum Sword" + "Uses the raw power of the Schrödinger equation to instantly vaporize any foe (or friend!) you hit with it." + "" + "- &bQuantum Armor" + "Through the gravitational effect of the Heisenberg uncertainty principle, the full Quantum Armor set makes you immune to all damage and grants you creative flight. Each new piece of armour increases by 25% the likelihood of nullifying any damage taken." + "" + "- &bThe Replicator" + "With 100 mB of UU Matter, the replicator can duplicate (almost) any item in the game!" + ] + dependencies: ["512CAEB25CD9B4E2"] + id: "0A87F01B58718A44" + tasks: [ + { + id: "2C0CB64FEB3B5231" + type: "item" + item: "modern_industrialization:quantum_helmet" + } + { + id: "084F5D6F0CC6EA1B" + type: "item" + item: "modern_industrialization:quantum_chestplate" + } + { + id: "562636C5CC110A71" + type: "item" + item: "modern_industrialization:quantum_leggings" + } + { + id: "57330A353CA74D1C" + type: "item" + item: "modern_industrialization:quantum_boots" + } + { + id: "4A147AB84CC2EABE" + type: "item" + item: "modern_industrialization:quantum_sword" + } + { + id: "5C5E2952B74F3C83" + type: "item" + item: "modern_industrialization:replicator" + } + ] + rewards: [{ + id: "3AE3A57C68514949" + type: "item" + item: { + id: "trofers:medium_pillar" + Count: 1b + tag: { + BlockEntityTag: { + Trophy: "trofers:quantum" + } + } + } + }] + } + { + title: "&6The Completionist" + icon: "kubejs:completionist" + x: 1.0d + y: -1.0d + subtitle: "Complete them all, become the best!" + description: [ + "Challenges are unlocked when you've killed the &bEnder Dragon." + "" + "These &6Challenges &rwill take you on multiple different paths:" + "" + "- &bBosses" + "- &bBecoming a Michelin Chef" + "- &bQuantum Physics" + "- &bAngel Flight" + "- &bShattering of Worlds" + "" + "Complete them all to become &6The Completionist!" + ] + dependencies: [ + "175F5611FB7716A4" + "4394FBA9FF34416C" + "18035D9544EC01DA" + "0A87F01B58718A44" + "1F0EE1298663FE88" + "6DB6324D6D217641" + ] + size: 2.0d + id: "477ECBF67056BF45" + tasks: [{ + id: "7E0EE4376BC378B3" + type: "checkmark" + title: "Challenges" + icon: "croptopia:starfruit" + }] + rewards: [{ + id: "05B5B34C0CBCD83A" + type: "item" + item: { + id: "trofers:medium_pillar" + Count: 1b + tag: { + BlockEntityTag: { + Trophy: "trofers:completionist" + } + } + } + }] + } + { + title: "&aShatterer of Worlds" + x: 1.0d + y: 3.0d + subtitle: "Craft the ultimate Terra Shatterer!" + description: [ + "Upgrade a &bTerra Shatterer &rto tier &6(SS)&r and reach the max possible &bMana&r of &62,147,483,647&r to complete this quest." + "" + "If the quest by any reason dosent complete when reaching &6(SS) &rtier and max &bMana&r, let it soak 1 more &bMana &rand then pick it up again." + ] + dependencies: ["512CAEB25CD9B4E2"] + id: "6DB6324D6D217641" + tasks: [{ + id: "442699A27DC5EE8D" + type: "item" + item: { + id: "botania:terra_pick" + Count: 1b + tag: { + mana: 2147483647 + enabled: 0b + Damage: 0 + RepairCost: 0 + } + } + match_nbt: true + weak_nbt_match: true + }] + rewards: [{ + id: "465C512BB8E5E72F" + type: "item" + item: { + id: "trofers:medium_pillar" + Count: 1b + tag: { + BlockEntityTag: { + Trophy: "trofers:terra" + } + } + } + }] + } + ] + quest_links: [ ] +} diff --git a/config/ftbquests/quests/chapters/kibe.snbt b/config/ftbquests/quests/chapters/kibe.snbt new file mode 100644 index 0000000..db6a7ef --- /dev/null +++ b/config/ftbquests/quests/chapters/kibe.snbt @@ -0,0 +1,1647 @@ +{ + id: "3B75DF2FD2A978FF" + group: "76C22988F9A7C9CE" + order_index: 0 + filename: "kibe" + title: "Kibe Utilities" + icon: { + id: "kibe:magma_ring" + Count: 1b + tag: { } + } + default_quest_shape: "hexagon" + default_hide_dependency_lines: false + quests: [ + { + x: 6.5d + y: -0.5d + subtitle: "Bunch of random, and mostly unoriginal things but aswell useful utilities!" + dependencies: ["7AA36A1A2308EDFF"] + id: "3E1A0192F2A00E6E" + tasks: [{ + id: "3931534EE6E5F653" + type: "checkmark" + title: "Kibe Utilities!" + icon: "kibe:kibe" + }] + rewards: [{ + id: "1559FE2580894087" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + }] + } + { + x: -2.0d + y: -1.0d + id: "20EE964677BF776B" + tasks: [{ + id: "1482B0FA2EB22760" + type: "item" + item: "kibe:cobblestone_generator_mk1" + }] + rewards: [{ + id: "40558B9BF8959136" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + }] + } + { + x: -3.5d + y: -0.5d + dependencies: ["20EE964677BF776B"] + id: "4CD54BA3EBFD0234" + tasks: [{ + id: "37A5A44C9F193EC8" + type: "item" + item: "kibe:cobblestone_generator_mk2" + }] + rewards: [{ + id: "22FC9E95EE1B6832" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + }] + } + { + x: -3.5d + y: 0.5d + dependencies: ["4CD54BA3EBFD0234"] + id: "5F1542DFE1A7D796" + tasks: [{ + id: "7945059FC4BAF633" + type: "item" + item: "kibe:cobblestone_generator_mk3" + }] + rewards: [{ + id: "6E7B667C683BDF45" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + }] + } + { + x: -3.5d + y: 1.5d + description: ["Go do some farming now."] + dependencies: ["5F1542DFE1A7D796"] + id: "71961FC5DAAC33AB" + tasks: [{ + id: "3A90C7EF9408C4F4" + type: "item" + item: "kibe:cobblestone_generator_mk4" + }] + rewards: [{ + id: "717E5131D48B23A0" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + }] + } + { + x: -3.5d + y: 2.5d + dependencies: ["71961FC5DAAC33AB"] + id: "572CC0E117B699E9" + tasks: [{ + id: "38C35D7B6C49C7AB" + type: "item" + item: "kibe:cobblestone_generator_mk5" + }] + rewards: [{ + id: "3CF0831D599A70A7" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + }] + } + { + x: 1.0d + y: -1.0d + id: "3AB8D21E8188D30B" + tasks: [{ + id: "08FB10212C97A9D8" + type: "item" + item: "kibe:basalt_generator_mk1" + }] + rewards: [{ + id: "03BAE8EBD201564D" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + }] + } + { + x: 2.5d + y: -0.5d + dependencies: ["3AB8D21E8188D30B"] + id: "5BDABC4E3DAC25D3" + tasks: [{ + id: "7DCD9A3794551BF2" + type: "item" + item: "kibe:basalt_generator_mk2" + }] + rewards: [{ + id: "511208EA923CAF9F" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + }] + } + { + x: 2.5d + y: 0.5d + dependencies: ["5BDABC4E3DAC25D3"] + id: "30974A8C1EF063E4" + tasks: [{ + id: "58ED61DA1C7E66B8" + type: "item" + item: "kibe:basalt_generator_mk3" + }] + rewards: [{ + id: "2769B5F89F4CAA17" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + }] + } + { + x: 2.5d + y: 1.5d + dependencies: ["30974A8C1EF063E4"] + id: "6868C14ADB823A0C" + tasks: [{ + id: "5189E357486D70CD" + type: "item" + item: "kibe:basalt_generator_mk4" + }] + rewards: [{ + id: "262A799850C92571" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + }] + } + { + x: 2.5d + y: 2.5d + dependencies: ["6868C14ADB823A0C"] + id: "65776A57E9979D88" + tasks: [{ + id: "0139CDB35A6C73EB" + type: "item" + item: "kibe:basalt_generator_mk5" + }] + rewards: [{ + id: "3CE2ABC410A7AB34" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + }] + } + { + x: 8.5d + y: -1.0d + subtitle: "Perhaps some of the greatest food ever." + dependencies: ["3E1A0192F2A00E6E"] + id: "489617A7727233D7" + tasks: [{ + id: "550AD130B1B271BD" + type: "item" + item: "kibe:golden_kibe" + }] + rewards: [{ + id: "4E52FBA48BE29D3D" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + }] + } + { + x: 4.5d + y: -1.0d + subtitle: "Only the best for you" + dependencies: ["3E1A0192F2A00E6E"] + id: "249C89B94048A585" + tasks: [{ + id: "166D7DD64BEA9D21" + type: "item" + item: "kibe:diamond_kibe" + }] + rewards: [{ + id: "370C21D52C40A260" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + }] + } + { + x: 6.5d + y: -2.0d + subtitle: "Heals a lot. Small chance of instant death." + dependencies: ["3E1A0192F2A00E6E"] + id: "3AEF4D4334846377" + tasks: [{ + id: "74B922352AFCC2C1" + type: "item" + item: "kibe:cursed_kibe" + }] + rewards: [{ + id: "524607F70B10A633" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + }] + } + { + x: 6.5d + y: 2.5d + subtitle: "Used for crafting other rings." + dependencies: ["7AA36A1A2308EDFF"] + id: "3E58A201EA40B757" + tasks: [{ + id: "017BC2F70596CEBC" + type: "item" + item: "kibe:diamond_ring" + }] + rewards: [{ + id: "142A217EEBF6CA4E" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + }] + } + { + x: 8.5d + y: 3.0d + subtitle: "Gives an infinite Fire Resistance status to the wearer." + dependencies: ["3E58A201EA40B757"] + id: "3BE35A9CDD2E461D" + tasks: [{ + id: "629D1D4982FE2971" + type: "item" + item: { + id: "kibe:magma_ring" + Count: 1b + tag: { } + } + }] + rewards: [{ + id: "3DC2DA0B6B69967A" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + }] + } + { + x: 4.5d + y: 3.0d + subtitle: "Gives an infinite Water Breathing status to the wearer." + dependencies: ["3E58A201EA40B757"] + id: "7E300E8876853BB1" + tasks: [{ + id: "37C52C86B6E0FA4A" + type: "item" + item: { + id: "kibe:water_ring" + Count: 1b + tag: { } + } + }] + rewards: [{ + id: "5B04800D4102A875" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + }] + } + { + x: -0.5d + y: 2.5d + subtitle: "Universally linked chests that work across dimensions and stores the same items as long as they are color-coded the same." + dependencies: ["1C9883ACFF33E397"] + id: "5C390D0E8AA56F83" + tasks: [{ + id: "0ED500FB5F9B7C7F" + type: "item" + item: "kibe:entangled_chest" + }] + rewards: [ + { + id: "0C67585728F46B4B" + type: "item" + item: "kibe:yellow_rune" + count: 2 + } + { + id: "1B59311DCCBA2336" + type: "item" + item: "kibe:lime_rune" + count: 2 + } + { + id: "750BE3B34F5D59C3" + type: "item" + item: "kibe:pink_rune" + count: 2 + } + { + id: "79B2959D4520A57F" + type: "item" + item: "kibe:gray_rune" + count: 2 + } + { + id: "60175DBDA9280C75" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + } + ] + } + { + x: -2.0d + y: 1.0d + subtitle: "Exactly like Entangled Chests but they store fluids instead." + dependencies: ["1C9883ACFF33E397"] + id: "238AC181848E3D72" + tasks: [{ + id: "78A859B3D0017802" + type: "item" + item: "kibe:entangled_tank" + }] + rewards: [ + { + id: "6FD99B307FD8C5CD" + type: "item" + item: "kibe:white_rune" + count: 2 + } + { + id: "38239E46A12D5C17" + type: "item" + item: "kibe:orange_rune" + count: 2 + } + { + id: "64ACCACC38BBC3DB" + type: "item" + item: "kibe:magenta_rune" + count: 2 + } + { + id: "09D0F08E633B07DC" + type: "item" + item: "kibe:light_blue_rune" + count: 2 + } + { + id: "2E5EE7D13FBEA860" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + } + ] + } + { + x: 1.0d + y: 1.0d + subtitle: "Access the contents of your Entangled Chest directly in your inventory." + dependencies: ["1C9883ACFF33E397"] + id: "34CB73ED88C89889" + tasks: [{ + id: "37E61672584DFB3B" + type: "item" + item: "kibe:entangled_bag" + }] + rewards: [ + { + id: "5745345A15F02D93" + type: "item" + item: "kibe:light_gray_rune" + count: 2 + } + { + id: "612716ED8EF91E40" + type: "item" + item: "kibe:cyan_rune" + count: 2 + } + { + id: "2F6D7323F1FF8D25" + type: "item" + item: "kibe:purple_rune" + count: 2 + } + { + id: "6AFDC6FC8292E7B5" + type: "item" + item: "kibe:green_rune" + count: 2 + } + { + id: "4C1FF0BDAC5EDA20" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + } + ] + } + { + x: -0.5d + y: -0.5d + subtitle: "Access the contents of your Entangled Tank directly in your inventory." + dependencies: ["1C9883ACFF33E397"] + id: "4B282EE884728242" + tasks: [{ + id: "1DC913CFADDF163B" + type: "item" + item: "kibe:entangled_bucket" + }] + rewards: [ + { + id: "50150A1DF7286ABD" + type: "item" + item: "kibe:brown_rune" + count: 2 + } + { + id: "631612CEA312AB42" + type: "item" + item: "kibe:red_rune" + count: 2 + } + { + id: "23CD194EF2E60B43" + type: "item" + item: "kibe:black_rune" + count: 2 + } + { + id: "7FDB916F866FB747" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + } + ] + } + { + x: 6.5d + y: 1.0d + shape: "hexagon" + id: "7AA36A1A2308EDFF" + tasks: [{ + id: "714E9C63DE4504CF" + type: "checkmark" + title: "Kibe and Rings" + }] + rewards: [{ + id: "5FEA7261502B2EA7" + type: "xp" + xp: 100 + }] + } + { + x: -0.5d + y: 1.0d + shape: "hexagon" + subtitle: "Using kibe runes, you can code your linked chests and have as many different ones that your heart desires." + id: "1C9883ACFF33E397" + tasks: [{ + id: "7C9B04C717763B2B" + type: "checkmark" + title: "Entangle your mind." + }] + } + { + title: "XP Shower" + x: 15.5d + y: 0.0d + subtitle: "Transforms the liquid XP from tanks behind it into experience orbs that players can absorb." + dependencies: ["2EA53113508BD436"] + id: "3F4D2B9AA752B3FB" + tasks: [{ + id: "3207E34716A01F5A" + type: "item" + item: "kibe:xp_shower" + }] + rewards: [{ + id: "29FE8DFF77EB95FE" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + }] + } + { + title: "XP Drain" + x: 16.0d + y: 1.0d + subtitle: "Will drain XP from a player and store it in a fluid container placed directly below it." + dependencies: ["2EA53113508BD436"] + id: "4AC90C2DA686B95E" + tasks: [{ + id: "68B7BE2C6D332A76" + type: "item" + item: "kibe:xp_drain" + }] + rewards: [{ + id: "51004883A842DEE3" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + }] + } + { + x: 15.5d + y: 2.0d + subtitle: "Can store fluids, each tank can store up to 16 buckets, and when placed side by side they will connect and fluids will flow through them." + dependencies: ["2EA53113508BD436"] + id: "67C114A40EB454B0" + tasks: [{ + id: "5850558B76ECFFE0" + type: "item" + item: { + id: "kibe:tank" + Count: 1b + tag: { } + } + }] + rewards: [{ + id: "678378DBB8948868" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + }] + } + { + x: 11.5d + y: 0.0d + subtitle: "It's a trashcan, nothing more to it." + dependencies: ["2EA53113508BD436"] + id: "68C9B9EB5E7C680F" + tasks: [{ + id: "2CA4CC93439BB357" + type: "item" + item: "kibe:trash_can" + }] + rewards: [{ + id: "78956F02DDCE9596" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + }] + } + { + x: 12.0d + y: -1.0d + dependencies: ["2EA53113508BD436"] + id: "7F240BDC84E49D4A" + tasks: [{ + id: "38230005D69B4184" + type: "item" + item: "kibe:stone_spikes" + }] + rewards: [{ + id: "1B38C5C031F63DEF" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + }] + } + { + x: 13.0d + y: -1.5d + dependencies: ["2EA53113508BD436"] + id: "06089519F402F05D" + tasks: [{ + id: "42E2BF8B278B6FEA" + type: "item" + item: "kibe:iron_spikes" + }] + rewards: [{ + id: "28E081ACF10C4F4C" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + }] + } + { + x: 14.0d + y: -1.5d + dependencies: ["2EA53113508BD436"] + id: "315C879AAB4BFDA9" + tasks: [{ + id: "2B470452DA5633D2" + type: "item" + item: "kibe:gold_spikes" + }] + rewards: [{ + id: "11495BDE70A0597A" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + }] + } + { + x: 15.0d + y: -1.0d + dependencies: ["2EA53113508BD436"] + id: "0B5054BC06FD07E3" + tasks: [{ + id: "66567097A995AF54" + type: "item" + item: "kibe:diamond_spikes" + }] + rewards: [{ + id: "39CDC7F35866775E" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + }] + } + { + x: 11.0d + y: 1.0d + subtitle: "Gathered from Wither Skeletons." + dependencies: ["2EA53113508BD436"] + id: "1405E9DA1177BF0E" + tasks: [{ + id: "6B2D4FA7B4449E85" + type: "item" + item: "kibe:cursed_droplets" + }] + rewards: [{ + id: "7D6E590AE78839D7" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + }] + } + { + x: 11.5d + y: 2.0d + subtitle: "Using Cursed Seeds on regular grass or dirt block will create Cursed Dirt, and can only spread 16 blocks from the center." + dependencies: ["2EA53113508BD436"] + id: "269C02E46D4F41F9" + tasks: [{ + id: "157E7A93B794012C" + type: "item" + item: "kibe:cursed_seeds" + }] + rewards: [{ + id: "717F0EC42A91A457" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + }] + } + { + x: 13.0d + y: 3.5d + subtitle: "Can only hold passive animals." + dependencies: ["2EA53113508BD436"] + id: "216F02E8D4A1FD2F" + tasks: [{ + id: "41C4364D32E8FB5E" + type: "item" + item: { + id: "kibe:golden_lasso" + Count: 1b + tag: { } + } + }] + rewards: [{ + id: "57529E45F43B459A" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + }] + } + { + x: 12.0d + y: 3.0d + subtitle: "Can hold aggressive entities but will add the curse effect to them upon release." + dependencies: ["2EA53113508BD436"] + id: "2BA5649A45BC563B" + tasks: [{ + id: "65970F825BC4D9C4" + type: "item" + item: { + id: "kibe:cursed_lasso" + Count: 1b + tag: { } + } + }] + rewards: [{ + id: "680AD473851BC50A" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + }] + } + { + x: 14.0d + y: 3.5d + subtitle: "Can hold almost any entity without debuffs." + dependencies: ["2EA53113508BD436"] + id: "6AFEFF91DB337139" + tasks: [{ + id: "4F0EC7C4BA0E965A" + type: "item" + item: { + id: "kibe:diamond_lasso" + Count: 1b + tag: { } + } + }] + rewards: [{ + id: "066AE3CFC0607FCD" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + }] + } + { + x: 13.5d + y: 1.0d + shape: "hexagon" + description: [ + "Use the various levels of spikes to leave at the bottom of your mob farm." + "" + "Use the vacuum hopper to suck up items and XP." + "" + "Store your XP in the tank" + "" + "Use redstone to active the drain or shower, to store xp or to dispense." + "" + "Cursed droplets and seeds are used to make cursed dirt. Which spawns more mobs." + "" + "Use the trash can to get rid of any unwanted loot." + "" + "Use the lassos to capture mobs.. for various reasons." + "" + "Once you have mastered the mob farm, can you claim your reward." + ] + id: "2EA53113508BD436" + tasks: [{ + id: "7F9BE20A484C8715" + type: "checkmark" + title: "Kibe Mob Farm Method" + }] + } + { + x: 15.0d + y: 3.0d + subtitle: "Pulls nearby dropped items and experience orbs to their own inventory." + description: [ + "Stored items can be accessed by opening the block's GUI or by using regular Hoppers." + "" + "Stored XP can be used to craft Bottle o' Enchanting or Liquid XP buckets." + ] + dependencies: ["2EA53113508BD436"] + id: "6F48F204E6E04D94" + tasks: [{ + id: "5C49C0A15140D59C" + type: "item" + item: "kibe:vacuum_hopper" + }] + rewards: [{ + id: "7810566C93E6D4FF" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + }] + } + { + x: 12.0d + y: -6.0d + subtitle: "Cannot be destroyed by the wither boss." + dependencies: ["5EDF1BBEEBED927F"] + id: "06E66DB0079C1C33" + tasks: [{ + id: "6246ADA7C69387FD" + type: "item" + item: "kibe:wither_proof_glass" + }] + rewards: [{ + id: "2A0C62AD9924EB2C" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + }] + } + { + x: 12.5d + y: -3.5d + subtitle: "Cannot be destroyed by the wither boss." + dependencies: ["5EDF1BBEEBED927F"] + id: "32223B3C4D82A24B" + tasks: [{ + id: "60F565C1307D35D8" + type: "item" + item: "kibe:wither_proof_sand" + }] + rewards: [{ + id: "1EAEA314811711B8" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + }] + } + { + x: 13.5d + y: -7.0d + subtitle: "Cannot be destroyed by the wither boss." + dependencies: ["5EDF1BBEEBED927F"] + id: "5006788393F2C549" + tasks: [{ + id: "5F64773A4D914C46" + type: "item" + item: "kibe:wither_proof_block" + }] + rewards: [{ + id: "0FA2F773EB28398D" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + }] + } + { + x: 14.5d + y: -3.5d + subtitle: "Activated by a redstone signal, will summon a wither if there's enough building material in its inventory and available space in front of it." + dependencies: ["5EDF1BBEEBED927F"] + id: "38447A3B73A23497" + tasks: [{ + id: "5F15D847732F2F5A" + type: "item" + item: "kibe:wither_builder" + }] + rewards: [{ + id: "1AAB8029A3026A44" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + }] + } + { + x: 15.0d + y: -6.0d + subtitle: "Cannot be destroyed by the wither boss." + dependencies: ["5EDF1BBEEBED927F"] + id: "425EE3501EE44BFC" + tasks: [{ + id: "0DBD9671347434C7" + type: "item" + item: "indrev:wither_proof_obsidian" + }] + rewards: [{ + id: "51CECB1E21D8B3CE" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + }] + } + { + title: "Wither Machine" + x: 13.5d + y: -5.0d + shape: "hexagon" + description: ["Use the following to create an automatic wither machine."] + id: "5EDF1BBEEBED927F" + tasks: [{ + id: "24A1862F0308DA6E" + type: "checkmark" + title: "Wither machine" + }] + rewards: [{ + id: "7716261A55143011" + type: "xp" + xp: 100 + }] + } + { + x: 5.5d + y: -7.5d + subtitle: "It slings torches, pretty obvious." + dependencies: ["168F737F6246967F"] + id: "1BD0C018E49A7DD9" + tasks: [{ + id: "61A61B471BE66608" + type: "item" + item: "kibe:torch_sling" + }] + rewards: [{ + id: "69370DD46E32A0D6" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + }] + } + { + x: 7.5d + y: -3.5d + subtitle: "It does what a magnet does, magnetize items towards you." + dependencies: ["168F737F6246967F"] + id: "1043B10D063173A3" + tasks: [{ + id: "7AD6BA51329E082C" + type: "item" + item: { + id: "kibe:magnet" + Count: 1b + tag: { } + } + }] + rewards: [{ + id: "14DC0B476AF0FE4B" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + }] + } + { + x: 5.5d + y: -3.5d + dependencies: ["168F737F6246967F"] + id: "070E67FCDB179F5C" + tasks: [{ + id: "75C42B370A6BECF0" + type: "item" + item: { + id: "kibe:escape_rope" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "6B97B8FC0E9B6506" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + }] + } + { + x: 7.5d + y: -7.5d + dependencies: ["168F737F6246967F"] + id: "52D48B65A5F04D87" + tasks: [{ + id: "1ED3DDCCED07436B" + type: "item" + item: "kibe:wooden_bucket" + }] + rewards: [{ + id: "1B497B28D4E228B4" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + }] + } + { + title: "Handy Dandy Utilities" + x: 6.5d + y: -5.5d + id: "168F737F6246967F" + tasks: [{ + id: "4B6651B07849440F" + type: "checkmark" + title: "Handy dandy utilities" + }] + rewards: [{ + id: "7C2E9EEEB3C4B7B4" + type: "item" + item: { + id: "ae2:certus_quartz_cutting_knife" + Count: 1b + tag: { + Damage: 0 + } + } + }] + } + { + x: -2.0d + y: -3.5d + subtitle: "Activated by a redstone signal, will place any block in its inventory in front of it, if possible." + dependencies: ["08F0301F0C8D7013"] + id: "6305856C330E4CEB" + tasks: [{ + id: "0FC05324880FB6B9" + type: "item" + item: "kibe:placer" + }] + rewards: [{ + id: "57512F4610E4EF68" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + }] + } + { + x: 1.0d + y: -3.5d + dependencies: ["08F0301F0C8D7013"] + id: "54078EAC76C5BAC8" + tasks: [{ + id: "6B26491A205CD947" + type: "item" + item: "kibe:drawbridge" + }] + rewards: [{ + id: "1645BBC02885470C" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + }] + } + { + x: -2.0d + y: -6.5d + subtitle: "Activated by a redstone signal, will break any block in front of it and store its drops in its inventory, if possible." + dependencies: ["08F0301F0C8D7013"] + id: "508129EE5F19EE89" + tasks: [{ + id: "3343274513277EB6" + type: "item" + item: "kibe:breaker" + }] + rewards: [{ + id: "24DA0FF9629E39BB" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + }] + } + { + x: 1.5d + y: -5.0d + dependencies: ["08F0301F0C8D7013"] + id: "3B020F4B1968FDB0" + tasks: [{ + id: "3C9068E99A18D305" + type: "item" + item: "kibe:igniter" + }] + rewards: [{ + id: "3DD090A7DBB25E48" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + }] + } + { + x: -2.5d + y: -5.0d + dependencies: ["08F0301F0C8D7013"] + id: "6C642DEC901512BF" + tasks: [{ + id: "255905463378A934" + type: "item" + item: "kibe:dehumidifier" + }] + rewards: [{ + id: "20904478F7CE8181" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + }] + } + { + x: -0.5d + y: -3.0d + dependencies: ["08F0301F0C8D7013"] + id: "17C1D819D9227486" + tasks: [{ + id: "792CDF0A914EFC9C" + type: "item" + item: "kibe:heater" + }] + rewards: [{ + id: "5C0521FD0BFF9DA2" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + }] + } + { + x: -0.5d + y: -7.0d + subtitle: "Exactly like vanilla Hoppers but that moves fluids instead of items." + dependencies: ["08F0301F0C8D7013"] + id: "76B5524C1838F058" + tasks: [{ + id: "17E02EA331F7D7A6" + type: "item" + item: "kibe:fluid_hopper" + }] + rewards: [{ + id: "692A6F3191014FCA" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + }] + } + { + x: 1.0d + y: -6.5d + dependencies: ["08F0301F0C8D7013"] + id: "40387D638061A2C3" + tasks: [{ + id: "02D63A4D997340CA" + type: "item" + item: "kibe:redstone_timer" + }] + rewards: [{ + id: "677E1FCAF32A9F80" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + }] + } + { + x: -0.5d + y: -5.0d + subtitle: "Use these various machines to do all kinds of things." + description: ["TIP: They are activated by redstone."] + id: "08F0301F0C8D7013" + tasks: [{ + id: "093B8ECB1B60CFD3" + type: "checkmark" + title: "Machines to automate" + }] + } + { + x: 8.5d + y: -6.5d + subtitle: "Cancels any mob spawning that requires no light in a configurable area. Useful to protect your base and to clean caves and dungeons." + dependencies: ["168F737F6246967F"] + id: "15D2E510EC4863F0" + tasks: [{ + id: "679DE0A266DE5437" + type: "item" + item: "kibe:big_torch" + }] + rewards: [{ + id: "07B4594626EC18D8" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + }] + } + { + x: 4.5d + y: -6.5d + subtitle: "When stepped upon, can teleport the player upwards and downwards, as long as it finds another elevator directly above or below it." + dependencies: ["168F737F6246967F"] + id: "1F7A66B361535659" + tasks: [{ + id: "5E20F61EB482457C" + type: "item" + item: "kibe:white_elevator" + }] + rewards: [{ + id: "05F4689E96A18A44" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 6750133 + Loot: "aof:loot_bags/misc/utilities" + Name: "Utilities Lootbag" + } + } + }] + } + ] + quest_links: [ ] +} diff --git a/config/ftbquests/quests/chapters/modern_industrialization.snbt b/config/ftbquests/quests/chapters/modern_industrialization.snbt new file mode 100644 index 0000000..bed6b89 --- /dev/null +++ b/config/ftbquests/quests/chapters/modern_industrialization.snbt @@ -0,0 +1,2913 @@ +{ + id: "5BB4D2FC1908D3D1" + group: "0815C5D80307ECDF" + order_index: 3 + filename: "modern_industrialization" + title: "Modern Industrialization" + icon: "modern_industrialization:steel_upgrade" + default_quest_shape: "rsquare" + default_hide_dependency_lines: false + quests: [ + { + title: "Modern Industrialization" + icon: "modern_industrialization:guidebook" + x: -15.0d + y: -1.5d + subtitle: "Technology for Newbies!" + description: [ + "Modern Industrialization offers:" + "" + "- Powerful Logistics Tools" + "Such as multipart items (Item, fluid and energy cables in the same block)." + "" + "- Resource Generation" + "Setup multiblock quarries for continuous resource generation." + "" + "- Energy Production and Distribution" + "" + "> Use Steam and Oil processed into Diesel through Distillation, Nuclear Fission and eventually for the most persevering, Fusion to power your factory." + "> Boost your energy transfer rates using higher voltages with layers of transformers." + "" + "- Total Automation" + "Have machines generate and process all your resources will you're flying around the world with your Gravichest." + "It's a long way there, can you do it?" + "" + "TIP: Hold the book in your main hand while hovering over a machine/multiblock for more info." + ] + id: "6F6196A606D3A8EF" + tasks: [{ + id: "3E45F701C61708E1" + type: "checkmark" + }] + rewards: [{ + id: "3CC4D443B33915F5" + type: "item" + item: "modern_industrialization:guidebook" + }] + } + { + title: "Poor Man's Compressor" + x: -13.5d + y: -1.5d + description: [ + "Before making bronze, we will need to create a Forge Hammer." + "" + "You can put iron, copper and tin ore in the forge hammer and you will receive 2 raw ores per ore." + "" + "You can increase this ratio by using a Hammer." + "" + "The Hammer increases the ratio in the Forge Hammer and unlocks more recipes, at the cost of some durability" + ] + dependencies: ["6F6196A606D3A8EF"] + id: "385079198388468C" + tasks: [{ + id: "1B769C345EAF942C" + type: "item" + item: "modern_industrialization:forge_hammer" + }] + rewards: [{ + id: "32DCAC1EC2A27C87" + type: "item" + item: { + id: "modern_industrialization:iron_hammer" + Count: 1b + tag: { + Damage: 0 + } + } + }] + } + { + title: "&6Your First Bronze!" + icon: "modern_industrialization:bronze_ingot" + x: -12.0d + y: -1.5d + subtitle: "Welcome to the Steam Age!" + description: [ + "First, you need to make copper and tin (tiny) dusts by hammering copper and tin ingots (nuggets) in the forge hammer." + "" + "You can then combine copper and tin (tiny) dusts to make bronze (tiny) dust." + "" + "This process is more efficient in a Mixer." + "" + "Always remember that 9 tiny dusts are one dust." + "" + "Steam machines will accept inputs from any side, be it items, steam or another fluid. You can lock their slots by clicking on the lock in the interface. Locked slots only accept one type of item or fluid." + "" + "Every machine has an output side, and you can enable auto-output from the interface." + "" + "You can also reduce the maximum number of items in a slot by scrolling." + ] + dependencies: ["385079198388468C"] + id: "4661838E492BDE53" + tasks: [{ + id: "393032946BC049BC" + type: "item" + item: "modern_industrialization:bronze_ingot" + count: 32L + }] + rewards: [{ + id: "6F560B31D5CF1579" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16425539 + Name: "Modern Industrialization Common Lootbag" + Loot: "aof:loot_bags/mi/common" + } + } + }] + } + { + x: -9.5d + y: 0.5d + subtitle: "This is probably the first machine you will want to build!" + description: [ + "The Compressor will turn ingots into plates at 1:1 ratio." + "" + "It can also turn each double ingot into 2 plates." + ] + dependencies: ["4661838E492BDE53"] + id: "7F96B49412F52611" + tasks: [{ + id: "3F8C83D99FC1C002" + type: "item" + item: "modern_industrialization:bronze_compressor" + }] + rewards: [{ + id: "7001E0BE6F705515" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16425539 + Name: "Modern Industrialization Common Lootbag" + Loot: "aof:loot_bags/mi/common" + } + } + }] + } + { + x: -9.5d + y: -0.5d + subtitle: "Oh, That's Hot!" + description: [ + "Steam machines need steam to function, and that's exactly what the boiler provides. It will slowly use fuel to heat up. When it's hot enough, it will start to produce steam. Don't forget to feed it with water or your fuel will burn for nothing." + "" + "You can also smelt water buckets into steam buckets. Make your first Bronze Compressor before the boiler to save a lot on the plates!" + "" + "It probably looks expensive to you right now, but don't forget that you can triple ores with the Forge Hammer. Also, as soon as you will have your first two machines, it will become more than twice less expensive!" + "" + "The boiler will automatically produce and send steam to adjacent machines, up to 8 millibuckets per tick." + "" + "Bronze machines can only process recipes up to 2 EU/t, meaning that the recipe will use 2 Energy Units per Tick. As 1 millibucket of steam = 1 EU, a boiler at max temperature can power 4 machines simultaneously!" + ] + dependencies: ["4661838E492BDE53"] + id: "0BAB52BE15CE157F" + tasks: [{ + id: "047BE723A63F9E5F" + type: "item" + item: "modern_industrialization:bronze_boiler" + }] + rewards: [{ + id: "48FE673386EA9DF8" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16425539 + Name: "Modern Industrialization Common Lootbag" + Loot: "aof:loot_bags/mi/common" + } + } + }] + } + { + title: "Steam Blast Furnace" + icon: "modern_industrialization:steam_blast_furnace" + x: -5.5d + y: -1.5d + subtitle: "One doesnt seems enough" + description: [ + "The Blast Furnace's structure is the same as the Coke Oven's, with Bricks replaced by Fire Clay Bricks and one extra hollow layer on top." + "" + "Now, you will need a Steam Blast Furnace to turn that into steel." + "" + "Craft the controller, 29 Fire Clay Bricks and the same three hatches as the Coke Oven." + ] + dependencies: [ + "748D2241F66FF644" + "0DD703B94D202B68" + "4AD93229344EA0BE" + ] + id: "586CB8FEAA0A50C6" + tasks: [ + { + id: "34C10A32EE244F3F" + type: "item" + item: "modern_industrialization:fire_clay_bricks" + count: 29L + } + { + id: "49215E965FF25243" + type: "item" + item: "modern_industrialization:steam_blast_furnace" + } + { + id: "343625490325E9E0" + type: "item" + item: "modern_industrialization:bronze_fluid_input_hatch" + } + { + id: "1F0ABBBFABD188C2" + type: "item" + item: "modern_industrialization:bronze_item_input_hatch" + } + { + id: "6056045338C6DD46" + type: "item" + item: "modern_industrialization:bronze_item_output_hatch" + } + ] + rewards: [{ + id: "396455A4423FE42F" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16425539 + Name: "Modern Industrialization Common Lootbag" + Loot: "aof:loot_bags/mi/common" + } + } + }] + } + { + x: -9.5d + y: 1.5d + subtitle: "Ore hemiquadrupling for the win!" + description: [ + "The Macerator will turn 3 crushed dusts/raw ores into 4.5 dusts." + "Make sure to not grind your precious gem ores" + "" + "It can also recycle all kinds of materials by turning them into dust." + ] + dependencies: ["4661838E492BDE53"] + id: "5A27B361EF71A4DF" + tasks: [{ + id: "7799145BACA36D6A" + type: "item" + item: "modern_industrialization:bronze_macerator" + }] + rewards: [{ + id: "552FF114A2E605FB" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16425539 + Name: "Modern Industrialization Common Lootbag" + Loot: "aof:loot_bags/mi/common" + } + } + }] + } + { + x: -13.5d + y: -3.0d + subtitle: "You may want to consider making a Steam Mining Drill to obtain the ores directly without needing a Silk Touch pickaxe." + description: [ + "The Steam Mining Drill can mine 3x3 blocks at the time, perfect for your early game mining needs!" + "" + "It also has Silk Touch which combines well with the Forge Hammer." + "" + "The Steam Mining Drill requires both water and solid fuel (for example coal)." + "" + "Right-click a water source to fill it with water, and make sure to always place some fuel in your drill by right-clicking the fuel items on it in your inventory." + "" + "The fuel will be consumed slowly when you mine." + ] + dependencies: ["385079198388468C"] + id: "70CD9F0D26A75E13" + tasks: [{ + id: "4BCB31C3818DC3D7" + type: "item" + item: "modern_industrialization:steam_mining_drill" + }] + rewards: [ + { + id: "77CB2BB7884957A3" + type: "item" + item: "minecraft:water_bucket" + } + { + id: "1D21EBE1D2B67222" + type: "item" + item: "modern_industrialization:coke" + count: 16 + } + ] + } + { + x: -9.5d + y: -3.5d + subtitle: "The Mixer will help you mix dusts for a cheaper price." + dependencies: ["4661838E492BDE53"] + dependency_requirement: "one_started" + id: "4575644C7E5F2DEE" + tasks: [{ + id: "1CCFC1ADFBB4F858" + type: "item" + item: "modern_industrialization:bronze_mixer" + }] + rewards: [ + { + id: "3BF5F814E7572F46" + type: "item" + item: "farmersdelight:mixed_salad" + } + { + id: "14D7470722DF021C" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16425539 + Name: "Modern Industrialization Common Lootbag" + Loot: "aof:loot_bags/mi/common" + } + } + } + ] + } + { + icon: "modern_industrialization:bronze_cutting_machine" + x: -9.5d + y: -4.5d + subtitle: "Better cutting ratios!" + description: [ + "The Cutting Machine will give you better ratios for bolts, gears, rings and rods." + "" + "It uses a little bit of lubricant every time." + ] + dependencies: ["4661838E492BDE53"] + id: "68E8311AC3140A56" + tasks: [{ + id: "05C1EB3A2AEB99EF" + type: "item" + icon: "modern_industrialization:bronze_cutting_machine" + item: "modern_industrialization:bronze_cutting_machine" + }] + rewards: [{ + id: "4357A53DDE035679" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16425539 + Name: "Modern Industrialization Common Lootbag" + Loot: "aof:loot_bags/mi/common" + } + } + }] + } + { + title: "Fire Clay" + x: -9.5d + y: -2.5d + subtitle: "Dust into bricks!" + description: [ + "To make fire clay bricks, you will need to cook fire clay dusts and in order to craft these, you will need brick dusts." + "" + "To make some, place bricks in the Forge Hammer." + "" + "The process efficiency can be improved in steam machines or with a Hammer." + ] + dependencies: ["4661838E492BDE53"] + id: "39FADF9C0442304F" + tasks: [{ + id: "5FB4F9E06ED83BA2" + type: "item" + item: "modern_industrialization:fire_clay_brick" + count: 12L + }] + rewards: [ + { + id: "12FF8CCB7F2657F8" + type: "item" + item: "minecraft:clay_ball" + count: 16 + } + { + id: "7925D86DB1ADBA0A" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16425539 + Name: "Modern Industrialization Common Lootbag" + Loot: "aof:loot_bags/mi/common" + } + } + } + ] + } + { + x: -8.0d + y: -2.5d + subtitle: "The Furnace is... well... a Furnace." + description: ["It is as slow as normal Furnaces, but it uses 20 times less fuel because steam is very efficient."] + dependencies: ["39FADF9C0442304F"] + id: "4AD93229344EA0BE" + tasks: [{ + id: "747A0D40FA945748" + type: "item" + item: "modern_industrialization:bronze_furnace" + }] + rewards: [{ + id: "42EAC7AF48F058B5" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16425539 + Name: "Modern Industrialization Common Lootbag" + Loot: "aof:loot_bags/mi/common" + } + } + }] + } + { + icon: "modern_industrialization:coke_oven" + x: -9.5d + y: -1.5d + subtitle: "Coke-A Cola -Technici4n" + description: [ + "The Coke Oven block here has the role of a Controller." + "" + "Every multiblock is managed by a controller, but you usually cannot interact with the controller directly: all input and output goes through hatches." + "" + "We need a fluid input because the coke oven is powered by steam, we need an item input for the coal and an output for the coke." + "" + "If we forget one of the hatches, the coke oven will not be able to start!" + "" + "Hold a Wrench to see the missing blocks and the errors!" + "" + "You can also hold a Hatch to know where it can go." + "" + "Once the Coke Oven says Shape Valid, fill the fluid input hatch with steam, put coal in the item input hatch and you're good to go!" + "" + "Coke will be very useful for steel, but it is also a powerful fuel." + ] + dependencies: ["4661838E492BDE53"] + id: "36ECD7C06649DE78" + tasks: [ + { + id: "217D2448551C324A" + type: "item" + item: "modern_industrialization:coke_oven" + } + { + id: "2418D8560CE16E75" + type: "item" + item: "minecraft:bricks" + count: 21L + } + { + id: "1EC4B2642DBB8127" + type: "item" + item: "modern_industrialization:bronze_item_input_hatch" + } + { + id: "510058C68DBCD031" + type: "item" + item: "modern_industrialization:bronze_item_output_hatch" + } + { + id: "267A96FED5F44276" + type: "item" + item: "modern_industrialization:bronze_fluid_input_hatch" + } + { + id: "092B490D68ACEA49" + type: "item" + item: "modern_industrialization:bronze_fluid_output_hatch" + } + ] + rewards: [{ + id: "28752E436B412354" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16425539 + Name: "Modern Industrialization Common Lootbag" + Loot: "aof:loot_bags/mi/common" + } + } + }] + } + { + x: -8.0d + y: -1.5d + subtitle: "Coke it Up!" + description: [ + "Once you have had enough of the bronze machines, you can start working toward making steel." + "" + "The ultimate goal is to be able to build the quarry, a multiblock that will dig ores for you!" + "" + "The first step is to make coke, by heating coal without oxygen." + ] + dependencies: ["36ECD7C06649DE78"] + id: "748D2241F66FF644" + tasks: [ + { + id: "4F5F070D435F875B" + type: "item" + item: "modern_industrialization:coke" + } + { + id: "6C1E991F4D0A3148" + type: "item" + item: "modern_industrialization:coke_dust" + } + ] + rewards: [ + { + id: "5D4B74FC7E1B82E1" + type: "item" + item: "modern_industrialization:coke_block" + } + { + id: "13869B898AB62912" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16425539 + Name: "Modern Industrialization Common Lootbag" + Loot: "aof:loot_bags/mi/common" + } + } + } + ] + } + { + x: -8.0d + y: -0.5d + subtitle: "Your personal bucketer!" + description: [ + "You may have been wondering if perhaps there was a way to insert water into the boiler automatically? There is!" + "" + "That's exactly what the water pump does." + "" + "Surround it horizontally with water blocks, and it will start producing water for 1 EU/t." + "" + "It will automatically transfer water to the adjacent blocks." + "" + "The Bronze Water Pump will produce 1/8th of a bucket of water for every adjacent water source every 5 seconds, for a max output of 1 bucket / 5 seconds." + ] + dependencies: ["0BAB52BE15CE157F"] + id: "0DD703B94D202B68" + tasks: [{ + id: "510DB26BFE950469" + type: "item" + item: "modern_industrialization:bronze_water_pump" + }] + rewards: [{ + id: "5C2F3FDE9BA07D12" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16425539 + Name: "Modern Industrialization Common Lootbag" + Loot: "aof:loot_bags/mi/common" + } + } + }] + } + { + title: "Fluid Transportation" + x: -12.0d + y: 0.0d + description: [ + "Fluid pipes can only contain one type of fluid, and by default they won't connect to empty pipes or blocks." + "" + "You can force a connection by right-clicking the center of the pipe with the wrench, or by right-clicking a block with a pipe in your hand: it will connect, but not consume the item in your hand." + "" + "Every tick, fluid pipes will try to evenly extract for all connected blocks, and then try to insert that evenly." + "" + "> Up to 3 pipes can fit in a single block." + "" + "> Pipes of different colors will not connect." + "" + "> Right-clicking a pipe with a wrench will change the connection type, shift-right-clicking will drop the pipe." + ] + dependencies: ["4661838E492BDE53"] + id: "75608EDF99965533" + tasks: [{ + id: "2E9298C2FC478FF5" + type: "item" + item: "modern_industrialization:fluid_pipe" + count: 16L + }] + rewards: [ + { + id: "1E311CE091051941" + type: "item" + item: "minecraft:red_dye" + count: 8 + } + { + id: "0172EDB1C9271EBA" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16425539 + Name: "Modern Industrialization Common Lootbag" + Loot: "aof:loot_bags/mi/common" + } + } + } + ] + } + { + title: "&8Your First Steel!" + x: -4.0d + y: -1.5d + subtitle: "The finest steel has to go through the hottest fire." + description: [ + "You can macerate coke to obtain Coke Dust, which you can combine with iron to get Uncooked Steel Dust." + "" + "Using the mixer will give you a better ratio, of course." + "" + "Now that you have steel, you can upgrade your bronze machines if you want." + "" + "Steel machines can process recipes up to 4 EU/t, and they will process recipes at twice the speed as long as the energy usage doesn't go above 4 EU/t. Basically, they are twice as fast as bronze machines and they may also unlock new recipes." + ] + dependencies: ["586CB8FEAA0A50C6"] + id: "7C5C1CA5A7954896" + tasks: [{ + id: "3612549FFBF5E73C" + type: "item" + item: "modern_industrialization:steel_ingot" + }] + rewards: [{ + id: "3DC9B5592507D38E" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16425539 + Name: "Modern Industrialization Common Lootbag" + Loot: "aof:loot_bags/mi/common" + } + } + }] + } + { + title: "Lignite coal" + x: -13.5d + y: -4.5d + subtitle: "It's brown coal. Great fuel to be used with the Steam Mining Drill." + dependencies: ["70CD9F0D26A75E13"] + id: "0D10B5E838DF9196" + tasks: [{ + id: "5B8A314E5014ADA6" + type: "item" + item: "modern_industrialization:lignite_coal" + count: 64L + }] + rewards: [{ + id: "468AFB6AC11BDA99" + type: "item" + item: "modern_industrialization:lignite_coal_block" + count: 8 + }] + } + { + title: "Faster machines?" + x: -3.5d + y: 0.5d + subtitle: "To upgrade a bronze machine, craft a Steel Upgrade and apply it in a Smithing Table." + dependencies: ["7C5C1CA5A7954896"] + id: "6F4AE13DA520109C" + tasks: [{ + id: "763B45889C554D7E" + type: "item" + item: "modern_industrialization:steel_upgrade" + count: 2L + }] + rewards: [{ + id: "3626C67460F937DB" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16425539 + Name: "Modern Industrialization Common Lootbag" + Loot: "aof:loot_bags/mi/common" + } + } + }] + } + { + title: "Infinite resources?" + icon: "modern_industrialization:steam_quarry" + x: -4.0d + y: -3.5d + subtitle: "So what does it do?" + description: [ + "The Steam Quarry is a steam multiblock machine that consumes bronze drills, uses them to dig deeper than the bedrock and gives you back some ores, as you can see in REI." + "" + "It's recommended that you have multiple SBFs running before you attempt to build it because it requires a lot of steel." + "" + ] + dependencies: ["7C5C1CA5A7954896"] + id: "26E587E34810A8FE" + tasks: [ + { + id: "0B829B6C4987D67B" + type: "item" + item: "modern_industrialization:steam_quarry" + } + { + id: "3FA8E3781E4BF9AE" + type: "item" + item: "modern_industrialization:steel_machine_casing" + count: 13L + } + { + id: "4AEC4A5817CF1493" + type: "item" + item: "modern_industrialization:steel_machine_casing_pipe" + count: 6L + } + { + id: "05F5685C54F12B88" + type: "item" + item: "minecraft:chain" + count: 4L + } + ] + rewards: [{ + id: "21D56C8F919971F6" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16425539 + Name: "Modern Industrialization Common Lootbag" + Loot: "aof:loot_bags/mi/common" + } + } + }] + } + { + title: "Bronze drill" + x: -3.5d + y: -6.5d + subtitle: "Used in the quarry. Check REI for outputs." + dependencies: ["2050D2FF42E29F6D"] + id: "74A278B57EF76B3B" + tasks: [{ + id: "624F6E6D7A45923D" + type: "item" + item: "modern_industrialization:bronze_drill" + count: 4L + }] + rewards: [{ + id: "45565E85A3748F82" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16425539 + Name: "Modern Industrialization Common Lootbag" + Loot: "aof:loot_bags/mi/common" + } + } + }] + } + { + x: -2.5d + y: -1.5d + subtitle: "It... Makes wires?" + description: [ + "Mix Coke Dust with Water in a mixer and you will get Raw Synthetic Oil, which you can burn in a Steam Blast Furnace to get Synthetic Oil." + "" + "Mix it with paper and that gives you rubber sheets!" + "" + "Automating this process is strongly recommended! Note that paper can be made from wood using wood pulp." + "" + "For the wires, you will need the Wiremill! Combine these wires with rubber sheets to get cables!" + ] + dependencies: ["7C5C1CA5A7954896"] + id: "43F43FB0B9ED0818" + tasks: [{ + id: "32FF28A50A8B3DD5" + type: "item" + item: "modern_industrialization:steel_wiremill" + }] + rewards: [{ + id: "1E9D18D104CA30EC" + type: "item" + item: "modern_industrialization:steel_plate" + count: 4 + }] + } + { + x: -4.5d + y: -6.5d + subtitle: "Used in the quarry. Check REI for outputs." + dependencies: ["2050D2FF42E29F6D"] + id: "2F5A88568154E986" + tasks: [{ + id: "4CB128CC2F0687DD" + type: "item" + item: "modern_industrialization:copper_drill" + }] + rewards: [{ + id: "27105D71D0783646" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16425539 + Name: "Modern Industrialization Common Lootbag" + Loot: "aof:loot_bags/mi/common" + } + } + }] + } + { + title: "&6The Electric Age!" + x: -1.0d + y: -1.5d + shape: "gear" + subtitle: "Basics of Electricity" + description: [ + "Electric machines work exactly the same as steam machines, except that they require electricity instead of steam and they progressively overclock recipes up to 32 EU/t." + "" + "You can use REI to view the recipes for the electric version of the machines you are already familiar with." + "" + "We strongly suggest that you automate Machine Hull, Analog Circuits, Motors, Pistons, Robot Arms and Conveyor Belts using Assemblers as soon as possible, that will make crafting electric machines basically free!" + ] + dependencies: ["43F43FB0B9ED0818"] + size: 1.2d + id: "19E5E31614FE485E" + tasks: [{ + id: "33A196551A047E54" + type: "item" + item: "modern_industrialization:analog_circuit" + count: 2L + }] + rewards: [{ + id: "6F412718BD1E7E4B" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16425539 + Name: "Modern Industrialization Common Lootbag" + Loot: "aof:loot_bags/mi/common" + } + } + }] + } + { + title: "Item Transportation" + x: -4.5d + y: 0.5d + description: [ + "Item pipes will not connect to inventories by default, but again you can force a connection." + "" + "Right-click a connection without holding a wrench and you will see a filter." + "" + "By default, whitelist mode is enabled, so no items will be inserted or extracted directly." + "" + "Item pipes will insert items into higher priorities first, and they will transfer 16 items every few seconds." + "" + "They can be upgraded with motors." + ] + dependencies: ["7C5C1CA5A7954896"] + id: "38F9192F665742BA" + tasks: [{ + id: "52537690D3281DBF" + type: "item" + item: "modern_industrialization:item_pipe" + count: 16L + }] + rewards: [ + { + id: "0B0E01C14DDDB67F" + type: "item" + item: "minecraft:blue_dye" + count: 8 + } + { + id: "586EC7D8B901B2EA" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16425539 + Name: "Modern Industrialization Common Lootbag" + Loot: "aof:loot_bags/mi/common" + } + } + } + ] + } + { + x: 0.5d + y: -0.5d + subtitle: "The first machine you'll want to make a lot of!" + description: ["The Assembler allows you to automate almost all recipes, up to 3 per Assembler if you use slot locking."] + dependencies: ["19E5E31614FE485E"] + id: "79F4B68189C05A25" + tasks: [{ + id: "651D4E443F87E715" + type: "item" + item: "modern_industrialization:assembler" + }] + rewards: [ + { + id: "2E44F161981497D4" + type: "item" + item: "modern_industrialization:robot_arm" + count: 2 + } + { + id: "1E8E41E1C77A88E0" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16425539 + Name: "Modern Industrialization Common Lootbag" + Loot: "aof:loot_bags/mi/common" + } + } + } + ] + } + { + icon: "modern_industrialization:large_steam_boiler" + x: 0.5d + y: -2.5d + subtitle: "An upgraded version of the smaller Bronze and Steel Boilers." + description: [ + "It uses fuels 8 times faster than the Furnace, but it produces 256 mb/t of Steam when fully heated. Don't forget Water or it won't work!" + "" + "The main block you'll need is the Bronze Plated Bricks, but you'll also need Bronze Pipe Machine Casings and Heatproof Machine Casings." + "" + "The Large Steam Boiler is comprised of one layer of Heatproof Machine Casings and three layers of Bronze Plated Bricks." + "" + "The controller goes on the second layer (i.e. the first layer of Bronze Plated Bricks)." + "" + "The two middle blocks are Bronze Pipe Machine Casings." + "" + "Hatches must be placed on the bottom layer." + ] + dependencies: ["19E5E31614FE485E"] + id: "2F6ED192CC3A9AF4" + tasks: [ + { + id: "7D1063975B5EA66E" + type: "item" + item: "modern_industrialization:large_steam_boiler" + } + { + id: "13C71839379B60DA" + type: "item" + item: "modern_industrialization:bronze_machine_casing_pipe" + count: 2L + } + { + id: "32E98789AE243D6A" + type: "item" + item: "modern_industrialization:bronze_plated_bricks" + count: 24L + } + { + id: "27E2509D1BD44B95" + type: "item" + item: "modern_industrialization:heatproof_machine_casing" + count: 9L + } + ] + rewards: [ + { + id: "66C0E34F6FD976C3" + type: "item" + item: "modern_industrialization:white_fluid_pipe" + count: 16 + } + { + id: "62F27AE431AB6A53" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16425539 + Name: "Modern Industrialization Common Lootbag" + Loot: "aof:loot_bags/mi/common" + } + } + } + ] + } + { + x: 0.5d + y: -1.5d + subtitle: "The Steam Turbine uses Steam to produce electricity." + description: [ + "It converts every mb of Steam to 1 EU, up to 32 mb converted every tick." + "" + "The Steam Turbine will automatically send electricity to any machine connected directly to its output side." + "" + "It will only connect to cables placed on its output side." + "" + "It has the Low Voltage (LV) Tier." + "" + "Every electric cable has a Tier which determines how many EU/t it can transfer and to which machines it can connect. Copper, Silver and Tin are LV, Cupronickel and Electrum are MV, and so on..." + ] + dependencies: ["19E5E31614FE485E"] + id: "55ED05A197F8D24A" + tasks: [{ + id: "0497A2F2D5A65B0C" + type: "item" + item: "modern_industrialization:lv_steam_turbine" + }] + rewards: [{ + id: "3235F60BAD5EF9C1" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16425539 + Name: "Modern Industrialization Common Lootbag" + Loot: "aof:loot_bags/mi/common" + } + } + }] + } + { + x: 2.0d + y: -1.5d + subtitle: "The Polarizer... polarizes stuff." + description: ["It doesn't have many recipes yet, but it is already useful to automate Motors!"] + dependencies: ["55ED05A197F8D24A"] + id: "5F52B24FFE2DDD86" + tasks: [{ + id: "796F845AA4E8F271" + type: "item" + item: "modern_industrialization:polarizer" + }] + rewards: [ + { + id: "36D19E83ED7A2C1B" + type: "item" + item: "modern_industrialization:steel_rod_magnetic" + count: 4 + } + { + id: "5AE03CB2DA0F4299" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16425539 + Name: "Modern Industrialization Common Lootbag" + Loot: "aof:loot_bags/mi/common" + } + } + } + ] + } + { + icon: "modern_industrialization:electric_blast_furnace" + x: 3.5d + y: -1.5d + subtitle: "The electric version of the Steam Blast Furnace." + description: [ + "It unlocks new recipes and like other multiblock electric machines, its overclock is bounded to 128 EU/t by default." + "" + "The EBF is made of one layer of Heatproof Machine Casings, two hollow layers of Cupronickel Coils and one other layer of Heatproof Machine Casings. The controller must go on the bottom layer, and hatches on the top or bottom layer." + "" + "Don't forget to add Energy Input Hatch(es) or the EBF won't have energy! The LV Energy Input Hatch will only connect to LV cables." + "" + "MV Energy Input Hatches will only connect to MV cables, which can be useful if you need a ton of energy for your EBF! You can't craft them yet, but keep in mind they exist..." + ] + dependencies: ["5F52B24FFE2DDD86"] + id: "796F33AE4A9CF30C" + tasks: [ + { + id: "39EB9EA6FC93093F" + type: "item" + item: "modern_industrialization:electric_blast_furnace" + } + { + id: "3AD3F002BEB84710" + type: "item" + item: "modern_industrialization:heatproof_machine_casing" + count: 17L + } + { + id: "431CC13936EFB564" + type: "item" + item: "modern_industrialization:cupronickel_coil" + count: 16L + } + ] + rewards: [ + { + id: "242165A5743BEA2A" + type: "item" + item: "modern_industrialization:steel_item_input_hatch" + } + { + id: "5969D12E96E787AE" + type: "item" + item: "modern_industrialization:steel_item_output_hatch" + } + { + id: "5F3136BD99FE1C05" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16425539 + Name: "Modern Industrialization Common Lootbag" + Loot: "aof:loot_bags/mi/common" + } + } + } + ] + } + { + title: "&bThe Midgame Age!" + x: 5.0d + y: -1.5d + shape: "gear" + subtitle: "Advanced Electricity!" + dependencies: ["796F33AE4A9CF30C"] + size: 1.2d + id: "6BEB4461CA08633F" + tasks: [{ + id: "36962E06671E364F" + type: "item" + item: "modern_industrialization:electronic_circuit" + }] + rewards: [{ + id: "73D52B92963F71FF" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16425539 + Name: "Modern Industrialization Rare Lootbag" + Loot: "aof:loot_bags/mi/rare" + } + } + }] + } + { + x: 9.5d + y: -4.0d + subtitle: "Will turn various fluids into their lighter parts." + description: ["This will be very useful for Oil Processing."] + dependencies: ["33BF21CF8232FD35"] + id: "036292964BDE4944" + tasks: [{ + id: "25449DE629548BDF" + type: "item" + item: "modern_industrialization:distillery" + }] + rewards: [{ + id: "21FEB18A28B279DF" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16425539 + Name: "Modern Industrialization Rare Lootbag" + Loot: "aof:loot_bags/mi/rare" + } + } + }] + } + { + title: "&bDiesel Jetpack and Tools" + x: 8.5d + y: -6.5d + description: [ + "- Jetpack go brrr... The more powerful the fuel, the faster the jetpack! We recommend Rubber Boots and a Rubber Helmet..." + "" + "Don't forget to activate it using the (V) keybind." + "" + "- This Mining Drill can finally replace your Pickaxes and Shovels. Fill it with powerful fuel for the best speed!" + "" + "Toggle between Silk Touch and Fortune III with shift right-click." + ] + dependencies: ["036292964BDE4944"] + id: "6D0310EF6A259AC8" + tasks: [ + { + id: "67C570594E13FA80" + type: "item" + item: "modern_industrialization:diesel_mining_drill" + } + { + id: "7E63F544E1AF7DC1" + type: "item" + item: "modern_industrialization:diesel_chainsaw" + } + { + id: "13107B90179730F8" + type: "item" + item: "modern_industrialization:diesel_jetpack" + } + ] + rewards: [{ + id: "005355ACD6B0E16C" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16425539 + Name: "Modern Industrialization Rare Lootbag" + Loot: "aof:loot_bags/mi/rare" + } + } + }] + } + { + title: "&9The Lategame Age!" + x: 14.000680272108838d + y: -4.008163265306102d + shape: "gear" + subtitle: "A Digital World!" + dependencies: [ + "036292964BDE4944" + "64BACF5B60AD2406" + ] + size: 1.2d + id: "7CE18D246F01445D" + tasks: [{ + id: "096259C009D8AFC1" + type: "item" + item: "modern_industrialization:digital_circuit" + }] + rewards: [{ + id: "6F8DD6AED5444B14" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16425539 + Name: "Modern Industrialization Epic Lootbag" + Loot: "aof:loot_bags/mi/epic" + } + } + }] + } + { + icon: "modern_industrialization:oil_drilling_rig" + x: 7.5d + y: -4.0d + subtitle: "A huge multiblock that can dig for Crude Oil under the bedrock using fluid pipes." + description: [ + "Yes, it's an oil quarry basically. Oil processing will give you a ton of byproducts and energy!" + "" + "The structure of the multiblock is made of: Steel Machine Casings, Steel Pipe Machine Casings and Chains as you can see by placing the controller and holding a Wrench." + "" + "The Hatches can be replaced by Steel Machine Casings, but be sure to have at least Item Input, Fluid Output and Energy Input Hatches!" + "" + "Crude Oil can be turned into various fuels and used for more efficient Rubber Sheet production." + ] + dependencies: ["6BEB4461CA08633F"] + id: "33BF21CF8232FD35" + tasks: [ + { + id: "26F6DB1C04F1CF93" + type: "item" + item: "modern_industrialization:oil_drilling_rig" + } + { + id: "0BC5972EF14E4DA5" + type: "item" + item: "modern_industrialization:steel_machine_casing" + count: 38L + } + { + id: "0FF841D00CE1829C" + type: "item" + item: "modern_industrialization:steel_machine_casing_pipe" + count: 6L + } + { + id: "0806B1D850EDDACE" + type: "item" + item: "minecraft:chain" + count: 18L + } + ] + rewards: [{ + id: "183D66E2F7AEB0A6" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16425539 + Name: "Modern Industrialization Rare Lootbag" + Loot: "aof:loot_bags/mi/rare" + } + } + }] + } + { + x: 7.5d + y: -2.0d + subtitle: "Can make items and fluids react with eachother." + dependencies: ["6BEB4461CA08633F"] + id: "6B11B8A209763B36" + tasks: [{ + id: "4405859846ECFE0E" + type: "item" + item: "modern_industrialization:chemical_reactor" + }] + rewards: [{ + id: "641199FDB7D87CF7" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16425539 + Name: "Modern Industrialization Rare Lootbag" + Loot: "aof:loot_bags/mi/rare" + } + } + }] + } + { + x: 9.5d + y: -6.5d + subtitle: "Diesel generators will only use fuel when it needs to." + description: [ + "Various fuels can be burned in the Diesel Generator, and you can check in REI how many EU each fuel produces." + "" + "The Diesel Generator will produce up to 128 EU/t and will only connect to MV cables." + "" + "Diesel Generators will only use fuel when they need to, but if you need a constant supply of energy, you can put liquid fuels in the Large Steam Boiler instead of items." + "" + "A fully heated Large Steam Boiler will roughly produce twice the amount of energy a Diesel Generator would produce using the same quantity of fuel." + ] + dependencies: ["036292964BDE4944"] + id: "6C8E36B461895C72" + tasks: [{ + id: "69A5D1E45B60D2DA" + type: "item" + item: "modern_industrialization:diesel_generator" + }] + rewards: [{ + id: "5C70B8E95A5100BB" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16425539 + Name: "Modern Industrialization Rare Lootbag" + Loot: "aof:loot_bags/mi/rare" + } + } + }] + } + { + x: 14.5d + y: -6.5d + subtitle: "Once you get some digital circuits going, make sure to build a Distillation Tower." + description: [ + "The Distillery only gives you one oil processing output, but the tower gives you ONE PER LAYER!" + "" + "To change the height of the Distillation Tower, right-click it with a screwdriver. This applies to other multiblocks with multiple shapes as well, such as the Kanthal tier EBF." + ] + dependencies: ["7CE18D246F01445D"] + id: "2AE689F6495C83A6" + tasks: [{ + id: "54C9073262B25D06" + type: "item" + item: "modern_industrialization:distillation_tower" + }] + rewards: [{ + id: "6BB49CCD899CE1BF" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16425539 + Name: "Modern Industrialization Rare Lootbag" + Loot: "aof:loot_bags/mi/rare" + } + } + }] + } + { + x: 15.5d + y: -6.5d + subtitle: "You can use a Heat Exchanger to recover the HP water for another cycle." + description: ["Remember that pressurizing water into HP water costs a lot of energy, but the turbine will not give it back!"] + dependencies: ["7CE18D246F01445D"] + id: "7F41EEF87B3A8B84" + tasks: [{ + id: "4223D53BFBB35DEF" + type: "item" + item: "modern_industrialization:heat_exchanger" + }] + rewards: [{ + id: "6B1AAE08EAA7828F" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16425539 + Name: "Modern Industrialization Rare Lootbag" + Loot: "aof:loot_bags/mi/rare" + } + } + }] + } + { + title: "More upgrades!" + x: 11.5d + y: -6.5d + description: [ + "- Overclock Upgrades" + "" + "You know that regular electric machines have an overclock capped at 32 EU/t, and electric multiblocks have an overclock capped at 128 EU/t?" + "" + "Right-click the machine or multiblock with some upgrades in your hand to increase its maximum overclock! Check REI for the exact amounts." + "" + "- Machine Hull Upgrades" + "" + "Yes you can! Right-click a machine with an Advanced Machine Hull to change it to MV tier: it will now accept MV cable connections only." + "" + "Right-click with a crowbar to remove the upgrade." + ] + dependencies: ["6B522DC6845DB558"] + id: "65CB5CA13FBD010E" + tasks: [ + { + id: "5625CE2C5AF1194F" + type: "item" + item: "modern_industrialization:turbo_upgrade" + } + { + id: "08B66500C8E9F4CE" + type: "item" + item: "modern_industrialization:advanced_machine_hull" + } + ] + rewards: [{ + id: "0469FE91B8600125" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16425539 + Name: "Modern Industrialization Rare Lootbag" + Loot: "aof:loot_bags/mi/rare" + } + } + }] + } + { + x: 7.5d + y: 0.0d + subtitle: "Splits items by spinning them very fast." + description: ["You can use it to make carbon dust and unlock better recipes for steel and silicon."] + dependencies: ["6BEB4461CA08633F"] + id: "693E05A909195578" + tasks: [{ + id: "68D837AA6DE85D6F" + type: "item" + item: "modern_industrialization:centrifuge" + }] + rewards: [{ + id: "1C5B1860219126FC" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16425539 + Name: "Modern Industrialization Rare Lootbag" + Loot: "aof:loot_bags/mi/rare" + } + } + }] + } + { + icon: "modern_industrialization:electric_quarry" + x: 5.0d + y: -3.5d + subtitle: "The electric equivalent of the Steam Quarry." + description: [ + "Provide it with items and energy, and watch your resources GO BRRR!" + "" + "Its structure is exactly the same as the Steam Quarry's." + ] + dependencies: ["6BEB4461CA08633F"] + id: "3DC21B6F47A253E4" + tasks: [ + { + id: "1004292AA09E90E0" + type: "item" + item: "modern_industrialization:electric_quarry" + } + { + id: "530C5BAAAE5874C2" + type: "item" + item: "modern_industrialization:steel_machine_casing" + count: 16L + } + { + id: "2CAD989D39D01AD6" + type: "item" + item: "modern_industrialization:steel_machine_casing_pipe" + count: 6L + } + { + id: "773643F90F9A7B82" + type: "item" + item: "minecraft:chain" + count: 4L + } + ] + rewards: [{ + id: "396BFBF0CD560873" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16425539 + Name: "Modern Industrialization Rare Lootbag" + Loot: "aof:loot_bags/mi/rare" + } + } + }] + } + { + title: "&6Gold Drill" + x: 5.0d + y: -5.0d + subtitle: "Used in the quarry. Check REI for outputs." + dependencies: ["3DC21B6F47A253E4"] + id: "381693770EF21108" + tasks: [{ + id: "7B1FED6BDC3FB1FA" + type: "item" + item: "modern_industrialization:gold_drill" + }] + rewards: [{ + id: "03EB4768E657D802" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16425539 + Name: "Modern Industrialization Rare Lootbag" + Loot: "aof:loot_bags/mi/rare" + } + } + }] + } + { + title: "&3Stainless Steel Drill" + x: 4.0d + y: -5.0d + subtitle: "Used in the quarry. Check REI for outputs." + dependencies: ["3DC21B6F47A253E4"] + id: "01BBE636EBB71416" + tasks: [{ + id: "6A35321C6F3D7D64" + type: "item" + item: "modern_industrialization:stainless_steel_drill" + }] + rewards: [{ + id: "36396713C83CF36D" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16425539 + Name: "Modern Industrialization Rare Lootbag" + Loot: "aof:loot_bags/mi/rare" + } + } + }] + } + { + title: "&8Steel Drill" + x: 6.0d + y: -5.0d + subtitle: "Used in the quarry. Check REI for outputs." + dependencies: ["3DC21B6F47A253E4"] + id: "04B4FB69D88D1C76" + tasks: [{ + id: "758EB0D2CB85F803" + type: "item" + item: "modern_industrialization:steel_drill" + }] + rewards: [{ + id: "1B77941A10C729BB" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16425539 + Name: "Modern Industrialization Rare Lootbag" + Loot: "aof:loot_bags/mi/rare" + } + } + }] + } + { + title: "Upgrades!" + x: 10.5d + y: -6.5d + subtitle: "You are almost Prepared!" + description: [ + "" + "Now that your Into the Start of MV, you can start working on your oil processing and start working on Basic Upgrades that you can easily then turn into Advanced Upgrades!" + ] + dependencies: ["036292964BDE4944"] + id: "6B522DC6845DB558" + tasks: [{ + id: "71B5428A94930A18" + type: "item" + item: "modern_industrialization:advanced_upgrade" + }] + rewards: [{ + id: "01B96DE83B175CEF" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16425539 + Name: "Modern Industrialization Rare Lootbag" + Loot: "aof:loot_bags/mi/rare" + } + } + }] + } + { + x: 7.5d + y: -3.0d + dependencies: ["6BEB4461CA08633F"] + id: "7D4B8F84394B1B35" + tasks: [{ + id: "16E814CBBEE5F8AB" + type: "item" + item: "modern_industrialization:mv_steam_turbine" + }] + rewards: [{ + id: "0779AB058E70BD8E" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16425539 + Name: "Modern Industrialization Rare Lootbag" + Loot: "aof:loot_bags/mi/rare" + } + } + }] + } + { + x: 12.5d + y: -6.5d + subtitle: "Another option for small setups is to use an HV steam turbine." + description: ["Like other HV generators, it will produce 512 EU/t. This one will only accept regular steam."] + dependencies: ["7CE18D246F01445D"] + id: "2B0219B675E3820F" + tasks: [{ + id: "54B31CE72767D4C6" + type: "item" + item: "modern_industrialization:hv_steam_turbine" + }] + rewards: [{ + id: "53171C5BA7BBC1F0" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16425539 + Name: "Modern Industrialization Rare Lootbag" + Loot: "aof:loot_bags/mi/rare" + } + } + }] + } + { + x: 13.5d + y: -6.5d + subtitle: "Keep in mind you can use a Turbo Diesel Generator for compat HV power generation." + description: [ + "As you might expect, it produces up to 512 EU/t." + "" + "Remember that you can find the amount of energy stored in every fuel with REI." + "" + "Once you have access to processing units and highly advanced machine hulls, considering making a few Large Diesel Generators. Each of these bad boys will turn fuel into EU, up to 16384 EU/t!" + ] + dependencies: ["7CE18D246F01445D"] + id: "715CEF4FB78310FF" + tasks: [{ + id: "438923113D0A1141" + type: "item" + item: "modern_industrialization:turbo_diesel_generator" + }] + rewards: [{ + id: "0B0768FA3561B409" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16425539 + Name: "Modern Industrialization Rare Lootbag" + Loot: "aof:loot_bags/mi/rare" + } + } + }] + } + { + icon: "modern_industrialization:vacuum_freezer" + x: 7.5d + y: -1.0d + subtitle: "You can check the base materials with REI, and the exact shape with a wrench!" + dependencies: ["6BEB4461CA08633F"] + id: "0A0931D04AE50D4B" + tasks: [ + { + id: "2D292B2E8511A84D" + type: "item" + item: "modern_industrialization:vacuum_freezer" + } + { + id: "43D4C2C2AB9CAA35" + type: "item" + item: "modern_industrialization:frostproof_machine_casing" + count: 33L + } + ] + rewards: [{ + id: "3830FD26F201D3E3" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16425539 + Name: "Modern Industrialization Rare Lootbag" + Loot: "aof:loot_bags/mi/rare" + } + } + }] + } + { + x: 7.5d + y: 1.0d + subtitle: "Can split materials into their different parts using strong electric currents." + dependencies: ["6BEB4461CA08633F"] + id: "68BD457258EC8CBF" + tasks: [{ + id: "4ECD4D66C0DAB6AC" + type: "item" + item: "modern_industrialization:electrolyzer" + }] + rewards: [{ + id: "04DD0ADC4866C2BE" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16425539 + Name: "Modern Industrialization Rare Lootbag" + Loot: "aof:loot_bags/mi/rare" + } + } + }] + } + { + x: 9.5d + y: -1.0d + subtitle: "The next material you will want a large quantity of." + description: ["Smelting stainless steel dust in an EBF will give you hot ingots, which you can cool back into regular ingots with a Vacuum Freezer."] + dependencies: ["0A0931D04AE50D4B"] + id: "64BACF5B60AD2406" + tasks: [{ + id: "323EFEE7EBA4E2AE" + type: "item" + item: "modern_industrialization:stainless_steel_ingot" + }] + rewards: [{ + id: "59E14D9DD9778615" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16425539 + Name: "Modern Industrialization Rare Lootbag" + Loot: "aof:loot_bags/mi/rare" + } + } + }] + } + { + x: 14.0d + y: -1.0d + dependencies: ["64BACF5B60AD2406"] + id: "6B15091EC1B119B0" + tasks: [{ + id: "2BD708AAF08C5905" + type: "item" + item: "modern_industrialization:kanthal_coil" + count: 16L + }] + rewards: [{ + id: "0CCBEBFC08B82D75" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16425539 + Name: "Modern Industrialization Rare Lootbag" + Loot: "aof:loot_bags/mi/rare" + } + } + }] + } + { + x: 17.5d + y: -1.0d + dependencies: ["6B15091EC1B119B0"] + id: "7D3D156BE9C9E150" + tasks: [{ + id: "040031047A05E0AE" + type: "item" + item: "modern_industrialization:titanium_ingot" + }] + rewards: [{ + id: "03576868670405B7" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16425539 + Name: "Modern Industrialization Epic Lootbag" + Loot: "aof:loot_bags/mi/epic" + } + } + }] + } + { + x: 14.0d + y: -2.5d + dependencies: [ + "6B15091EC1B119B0" + "7CE18D246F01445D" + ] + id: "5310B93F2821826A" + tasks: [{ + id: "5D18FA4D68318732" + type: "item" + item: "modern_industrialization:processing_unit" + }] + rewards: [{ + id: "34A778642E411FB6" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16425539 + Name: "Modern Industrialization Epic Lootbag" + Loot: "aof:loot_bags/mi/epic" + } + } + }] + } + { + x: 19.5d + y: -2.0d + dependencies: ["7D3D156BE9C9E150"] + id: "6B05C72FF31E104D" + tasks: [{ + id: "7103DFB1F1EF3828" + type: "item" + item: "modern_industrialization:raw_iridium" + }] + rewards: [{ + id: "0BA9AA260BE18BAE" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16425539 + Name: "Modern Industrialization Epic Lootbag" + Loot: "aof:loot_bags/mi/epic" + } + } + }] + } + { + x: 19.5d + y: -1.0d + dependencies: ["7D3D156BE9C9E150"] + id: "1EACE9E49BA4B753" + tasks: [{ + id: "072C3C5C4355E8DF" + type: "item" + item: "modern_industrialization:blastproof_alloy_plate" + }] + rewards: [{ + id: "4B5AD252C810AE64" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16425539 + Name: "Modern Industrialization Epic Lootbag" + Loot: "aof:loot_bags/mi/epic" + } + } + }] + } + { + icon: "modern_industrialization:pressurizer" + x: 17.5d + y: -4.0d + subtitle: "A new multiblock made of titanium that can turn water into HP (high pressure) water, steam into HP steam, and the other way around." + dependencies: [ + "7D3D156BE9C9E150" + "7CE18D246F01445D" + ] + id: "46319F2AE2F90532" + tasks: [ + { + id: "34D13E49CD76D0E5" + type: "item" + item: "modern_industrialization:pressurizer" + } + { + id: "406C11A88083444C" + type: "item" + item: "modern_industrialization:solid_titanium_machine_casing" + count: 10L + } + { + id: "44B6C74129ADE260" + type: "item" + item: "modern_industrialization:titanium_machine_casing_pipe" + count: 9L + } + ] + rewards: [{ + id: "044666AE408A2535" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16425539 + Name: "Modern Industrialization Epic Lootbag" + Loot: "aof:loot_bags/mi/epic" + } + } + }] + } + { + x: 21.5d + y: -2.0d + dependencies: ["6B05C72FF31E104D"] + id: "18949581A0F3E28B" + tasks: [{ + id: "119D5B764A8F7E09" + type: "item" + item: "modern_industrialization:superconductor_cable" + }] + rewards: [{ + id: "3F5E66DB336CE458" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16425539 + Name: "Modern Industrialization Epic Lootbag" + Loot: "aof:loot_bags/mi/epic" + } + } + }] + } + { + x: 23.0d + y: -2.5d + subtitle: "Uses advanced superconductor technology to invert the gravitational field around the player wearing it." + description: [ + "It uses EU, and can be charged by right-clicking a block that can output energy." + "" + "Note that the current GSP technology grants fly and prevents fall damage, but it does not protected against other kinds of damage." + ] + dependencies: ["18949581A0F3E28B"] + id: "6C1822FED0613FAF" + tasks: [{ + id: "4AEAA8FA55EA9B82" + type: "item" + item: "modern_industrialization:gravichestplate" + }] + rewards: [{ + id: "0F3F2F64ADF73F89" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16425539 + Name: "Modern Industrialization Epic Lootbag" + Loot: "aof:loot_bags/mi/epic" + } + } + }] + } + { + icon: "modern_industrialization:implosion_compressor" + x: 21.5d + y: -1.0d + subtitle: "Using Industrial TNT, the Implosion Compressor is able to compress dust and ingots of the most resistant materials." + description: [ + "This includes Tungsten, Blastproof Alloy, Beryllium - these materials are very important for nuclear fission - and Diamonds at last!" + "" + "Hopefully you have learned to check every REI recipe by now, so you should easily find that Blastproof Mixed Ingots and Tungsten Nuggets can be made with a Compressor... until you have your first Implosion Compressor of course!" + ] + dependencies: ["1EACE9E49BA4B753"] + id: "0F7CE2BA2A295A4D" + tasks: [ + { + id: "459C20F94BC31393" + type: "item" + item: "modern_industrialization:implosion_compressor" + } + { + id: "36704F63596BB959" + type: "item" + item: "modern_industrialization:blastproof_casing" + count: 16L + } + { + id: "1D26B3532226028F" + type: "item" + item: "modern_industrialization:solid_titanium_machine_casing" + count: 17L + } + ] + rewards: [{ + id: "7CE4055A59833461" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16425539 + Name: "Modern Industrialization Epic Lootbag" + Loot: "aof:loot_bags/mi/epic" + } + } + }] + } + { + x: 23.0d + y: -1.5d + dependencies: ["0F7CE2BA2A295A4D"] + id: "46D1B0C583A57B12" + tasks: [{ + id: "5E67F55373049C23" + type: "item" + item: "modern_industrialization:mixed_ingot_iridium" + }] + rewards: [{ + id: "362A38DC8EE3237B" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16425539 + Name: "Modern Industrialization Epic Lootbag" + Loot: "aof:loot_bags/mi/epic" + } + } + }] + } + { + title: "&dThe Endgame" + x: 24.5d + y: -1.5d + subtitle: "Just a few more steps for... MAX POWER!" + dependencies: ["46D1B0C583A57B12"] + id: "363455215C23E84E" + tasks: [{ + id: "7E4D849D6F611B94" + type: "item" + item: "modern_industrialization:quantum_circuit" + }] + rewards: [{ + id: "761EE1FFEA889D2C" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "LEGENDARY" + Color: 16425539 + Name: "Modern Industrialization Legendary Lootbag" + Loot: "aof:loot_bags/mi/legendary" + } + } + }] + } + { + x: 24.5d + y: -3.0d + subtitle: "The most powerful machine upgrade ever. Have a look for yourself." + dependencies: ["363455215C23E84E"] + id: "4847BA675A04852F" + tasks: [{ + id: "4CD547671372F659" + type: "item" + item: "modern_industrialization:quantum_upgrade" + }] + rewards: [{ + id: "6B88385840BCFBA5" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "LEGENDARY" + Color: 16425539 + Name: "Modern Industrialization Legendary Lootbag" + Loot: "aof:loot_bags/mi/legendary" + } + } + }] + } + { + icon: "modern_industrialization:fusion_reactor" + x: 26.0d + y: -1.5d + subtitle: "The Fusion Reactor is the ultimate energy source!" + description: [ + "It can combine Deuterium, Tritium, and/or Helium-3 into Helium Plasma, the most powerful fuel in the game!" + "" + "However, it requires a large amount of energy to ignite the reaction." + ] + dependencies: ["363455215C23E84E"] + id: "208DE0E29C636F41" + tasks: [ + { + id: "3F8F140654BCBDCA" + type: "item" + item: "modern_industrialization:fusion_reactor" + } + { + id: "0ED2032159A96066" + type: "item" + item: "modern_industrialization:fusion_chamber" + count: 40L + } + { + id: "64AE82C5CFDBF6D2" + type: "item" + item: "modern_industrialization:highly_advanced_machine_hull" + count: 203L + } + ] + rewards: [{ + id: "3250ACF1DEC619C2" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "LEGENDARY" + Color: 16425539 + Name: "Modern Industrialization Legendary Lootbag" + Loot: "aof:loot_bags/mi/legendary" + } + } + }] + } + { + x: 27.5d + y: -1.5d + subtitle: "Turns Helium Plasma into EU, at the rate of 100 kEU per millibucket." + description: ["Its maximum production rate is roughly 1 MEU/t."] + dependencies: ["208DE0E29C636F41"] + id: "370EE225E8140570" + tasks: [ + { + id: "414FC59A3998C675" + type: "item" + item: "modern_industrialization:plasma_turbine" + } + { + id: "2B841E64FB2F9D5D" + type: "item" + item: "modern_industrialization:iridium_machine_casing_pipe" + count: 18L + } + { + id: "553244F087ECF3CA" + type: "item" + item: "modern_industrialization:plasma_handling_iridium_machine_casing" + count: 17L + } + ] + rewards: [{ + id: "17C119CDEA96BD44" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "LEGENDARY" + Color: 16425539 + Name: "Modern Industrialization Legendary Lootbag" + Loot: "aof:loot_bags/mi/legendary" + } + } + }] + } + { + x: 24.0d + y: -4.5d + subtitle: "With 100 mB of UU Matter, the replicator can duplicate (almost) any item in the game!" + description: ["Congratulations, it is now Yourcraft."] + dependencies: ["4847BA675A04852F"] + id: "2DD7A176E38F67AD" + tasks: [{ + id: "65573E368D0A8C59" + type: "item" + item: "modern_industrialization:replicator" + }] + rewards: [{ + id: "4C56240331B631CE" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "LEGENDARY" + Color: 16425539 + Name: "Modern Industrialization Legendary Lootbag" + Loot: "aof:loot_bags/mi/legendary" + } + } + }] + } + { + title: "Quantum Physics" + x: 25.0d + y: -4.5d + subtitle: "Unstoppable!" + description: [ + "- Quantum Sword" + "" + "Uses the raw power of the Schrödinger equation to instantly vaporize any foe (or friend!) you hit with it." + "" + "- Quantum Armor" + "" + "Through the gravitational effect of the Heisenberg uncertainty principle, the full Quantum Armor set makes you immune to all damage and grants you creative flight. Each new piece of armour increases by 25% the likelihood of nullifying any damage taken." + ] + dependencies: ["4847BA675A04852F"] + id: "6C6FFF91F7E49E1D" + tasks: [ + { + id: "0684EF2F47C7A5DF" + type: "item" + item: "modern_industrialization:quantum_helmet" + } + { + id: "27517665764C7AA0" + type: "item" + item: "modern_industrialization:quantum_chestplate" + } + { + id: "79941F20E6B0249D" + type: "item" + item: "modern_industrialization:quantum_leggings" + } + { + id: "4499514AF8A6B84B" + type: "item" + item: "modern_industrialization:quantum_boots" + } + { + id: "0CDD142D3CF0E152" + type: "item" + item: "modern_industrialization:quantum_sword" + } + ] + rewards: [{ + id: "67C99C7740908624" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "LEGENDARY" + Color: 16425539 + Name: "Modern Industrialization Legendary Lootbag" + Loot: "aof:loot_bags/mi/legendary" + } + } + }] + } + { + x: 23.0d + y: -0.5d + subtitle: "A large multiblock whose purpose is to generate massive amounts of energy by consuming nuclear fuel." + description: [ + "It can produce 100s of times more EU/t than diesel. It comes in several sizes from small to large." + "" + "How it works under the hood can be a bit overwhelming, nevertheless, you don't need to understand the details to be able to design a powerful reactor. We recommend that you experiment with various designs in creative mode until you find one that suits you." + "" + "Note that the Nuclear Reactor cannot explode, emit radiation, or otherwise damage the map. The only thing that it can damage is the items you put in it if the temperature gets too high (more on this later). You should feel free to experiment, and enjoy your new life as a nuclear scientist!" + "" + "The main component is the Nuclear Casing which is made with Nuclear Alloy : a mix of cadmium, beryllium and blastproof alloy." + "" + "The upper part of the structure accepts Nuclear Item or Fluid Hatches (or simple casings). Those are the inputs and outputs of the reactor." + "" + "Each hatch has one input (either item or fluid) and two outputs. The input slots will form a grid, displayed in the reactor GUI (accessible by right-clicking on the controller)." + "" + "Each hatch has a temperature and stores heat which can be dissipated in several ways. The heat will naturally move to an adjacent hatch or to the outside if the hatch is on the edge (the heat is then lost). The speed of this process is equal to the hatches content's heat transfer coefficient (shown in REI) times the temperature difference. The heat can also be extracted in a fluid hatch by producing steam. A temperature above an item's maximum temperature will destroy it." + "" + "The core nuclear reactor elements are neutrons. Those are produced by the nuclear fuel. There are two type of neutrons, fast and thermal : the fast carry energy while the thermal do not. Neutrons move in a straight line until they encounter an element or exit the reactor (for fast neutrons, their energy is then lost). The flow of neutrons is shown in the reactor GUI." + "" + "When a neutron encounters a non-empty hatch, two things can happen : the neutron is absorbed or scattered. A scattered neutron will randomly change direction. If the scattered neutron is fast, it has a chance of slowing down, becoming a thermal one. This transfers the energy from the neutron to the hatch in the form of heat. An absorbed neutron stops its course and also transfers its energy if it was a fast neutron." + "" + "The number of absorbed neutrons in a single hatch can be seen in the GUI. The probability for each processes is shown in REI. Those will strongly depend on the hatch's content and the neutron type (fast or thermal). Nuclear fuels absorb thermal neutrons far better." + "" + "When a neutron, either fast or thermal, is absorbed in nuclear fuel, more neutrons are generated. Those are always fast neutrons and have random direction. Their generation is accompanied by the direct release of energy in the form of additional heat in the hatch." + "" + "Above a certain threshold, the number of generated neutrons will decrease with the temperature until reaching zero. This process wastes some energy, but guarantees the stability of the reactor. The number of generated neutrons (and effective efficiency), the direct energy and the temperature threshold are in REI." + "" + "Each nuclear component has maximum number of absorptions. When reached, the item is either destroyed or transformed into a depleted version. This is particularly useful for nuclear fuel because some part of the U238 is transformed into Plutonium in the depleted version, meaning some of it can be transformed back into fuel." + "" + "The same thing happens for fluids: a bit of fluid is transformed after each neutron absorption. This can be used to mass produce useful isotopes like deuterium and tritium. In both cases, the outcome is shown in REI." + ] + dependencies: ["0F7CE2BA2A295A4D"] + id: "03896D148D7B4E3B" + tasks: [ + { + id: "6539BC5A7D008ABE" + type: "item" + item: "modern_industrialization:nuclear_reactor" + } + { + id: "453E60CB97E09F53" + type: "item" + item: "modern_industrialization:nuclear_alloy_machine_casing_pipe" + count: 27L + } + { + id: "6A65032810E039AA" + type: "item" + item: "modern_industrialization:nuclear_casing" + count: 77L + } + ] + rewards: [{ + id: "1FF91A9F296F1EA6" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16425539 + Name: "Modern Industrialization Epic Lootbag" + Loot: "aof:loot_bags/mi/epic" + } + } + }] + } + { + x: 24.5d + y: -0.5d + subtitle: "Does it work?" + dependencies: ["03896D148D7B4E3B"] + id: "04FAF93691F0BD9C" + tasks: [{ + id: "562F6128B9E139A8" + type: "item" + item: "modern_industrialization:nuke" + }] + rewards: [{ + id: "07E7F15A42476A42" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "LEGENDARY" + Color: 16425539 + Name: "Modern Industrialization Legendary Lootbag" + Loot: "aof:loot_bags/mi/legendary" + } + } + }] + } + { + x: 26.0d + y: -0.5d + subtitle: "What happens when scientists try to build a miniature black hole in their lab?" + description: ["The Singularity is the answer: this immensely powerful ball of matter has very useful quantum physics applications with the proper stabilizing materials."] + dependencies: ["04FAF93691F0BD9C"] + id: "6314525E36DEA54B" + tasks: [{ + id: "1A5C0F0D73190307" + type: "item" + item: "modern_industrialization:singularity" + }] + rewards: [{ + id: "63D55445EF5C055D" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "LEGENDARY" + Color: 16425539 + Name: "Modern Industrialization Legendary Lootbag" + Loot: "aof:loot_bags/mi/legendary" + } + } + }] + } + { + x: 27.5d + y: -0.5d + subtitle: "UwU Matter" + description: ["With a suitable Electrolyzer setup and a Singularity, large amounts of energy can be turned through Quantum Hawnking Radiation, into Universally Useable Matter also known as UU Matter, the very fabric of the universe."] + dependencies: ["6314525E36DEA54B"] + id: "79802A9D4A83E757" + tasks: [{ + id: "15325EFF41DA3891" + type: "item" + item: "modern_industrialization:uu_matter_bucket" + }] + rewards: [{ + id: "727FD343F9AFD1D1" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "LEGENDARY" + Color: 16425539 + Name: "Modern Industrialization Legendary Lootbag" + Loot: "aof:loot_bags/mi/legendary" + } + } + }] + } + { + x: 16.0d + y: -2.5d + dependencies: ["5310B93F2821826A"] + id: "60A05C52ACCBE35D" + tasks: [{ + id: "537CE70D027A8B77" + type: "item" + item: "modern_industrialization:highly_advanced_upgrade" + }] + rewards: [{ + id: "13680572A9242A9C" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16425539 + Name: "Modern Industrialization Epic Lootbag" + Loot: "aof:loot_bags/mi/epic" + } + } + }] + } + { + title: "&bAluminum Drill" + x: 7.5d + y: -5.0d + subtitle: "Used in the quarry. Check REI for outputs." + dependencies: ["33BF21CF8232FD35"] + id: "419F7B74E30C2AF4" + tasks: [{ + id: "5F35CE6C3C6BAEF9" + type: "item" + item: "modern_industrialization:aluminum_drill" + }] + rewards: [{ + id: "051635AF3BFC0C18" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16425539 + Name: "Modern Industrialization Rare Lootbag" + Loot: "aof:loot_bags/mi/rare" + } + } + }] + } + { + x: 19.5d + y: 0.0d + subtitle: "Used in the quarry. Check REI for outputs." + dependencies: ["7D3D156BE9C9E150"] + id: "24535DA01189CC75" + tasks: [{ + id: "6448D47D73DD3726" + type: "item" + item: "modern_industrialization:titanium_drill" + }] + rewards: [{ + id: "586C185E7626220E" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16425539 + Name: "Modern Industrialization Epic Lootbag" + Loot: "aof:loot_bags/mi/epic" + } + } + }] + } + { + x: -12.0d + y: -3.0d + subtitle: "Is it a monkey or a wrench?" + description: [ + "Using a wrench, you can rotate any machine by right-clicking." + "" + "You can rotate the output side by sneaking while you shift-click." + "" + "Note that breaking a machine with the wrench will not drop it. Use a pickaxe for that!" + ] + dependencies: ["4661838E492BDE53"] + id: "2DB9C3C383C91BC0" + tasks: [{ + id: "68063DD59C50E1A7" + type: "item" + item: "modern_industrialization:wrench" + }] + rewards: [{ + id: "17C01C9AE12107E0" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16425539 + Name: "Modern Industrialization Common Lootbag" + Loot: "aof:loot_bags/mi/common" + } + } + }] + } + { + x: 3.5d + y: 0.0d + subtitle: "A Giant Inlet? " + description: ["Now that were getting into Electric Muiltiblock Structures you will start using Energy Hatches. You can upgrades the Hatches to other tiers as you wish."] + dependencies: ["796F33AE4A9CF30C"] + id: "1B0A4271FCBD581F" + tasks: [{ + id: "13C4EB4423DBF2B5" + type: "item" + item: "modern_industrialization:lv_energy_input_hatch" + }] + rewards: [ + { + id: "0CFB0E3E504A70F7" + type: "item" + item: "modern_industrialization:basic_machine_hull" + } + { + id: "7C030FCC64179FA0" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16425539 + Name: "Modern Industrialization Common Lootbag" + Loot: "aof:loot_bags/mi/common" + } + } + } + ] + } + { + x: -4.0d + y: -5.0d + subtitle: "Hatchback!" + description: [ + "Steel hatches have more capacity than bronze hatches, and a multiblock with at least one steel hatch will be upgraded to steel tier." + "" + "This means that it will go twice as fast if its energy usage wouldn't exceed 4 EU/t." + "" + "A steel boiler will produce twice as much steam as a bronze one, that means up to 16 EU/t, and a steel water pump will produce twice as much water as its bronze counterpart, so up to 2 buckets / 5 seconds." + ] + dependencies: ["26E587E34810A8FE"] + id: "2050D2FF42E29F6D" + tasks: [ + { + id: "7A4F57CDD12A6800" + type: "item" + item: "modern_industrialization:steel_fluid_input_hatch" + } + { + id: "5D7622FC67473FA0" + type: "item" + item: "modern_industrialization:steel_item_input_hatch" + } + { + id: "4A27BBE015E4B476" + type: "item" + item: "modern_industrialization:steel_item_output_hatch" + } + ] + rewards: [ + { + id: "54AF33022467EEBE" + type: "item" + item: "modern_industrialization:steel_item_output_hatch" + } + { + id: "4CF31744EC697161" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16425539 + Name: "Modern Industrialization Common Lootbag" + Loot: "aof:loot_bags/mi/common" + } + } + } + ] + } + { + x: -3.0d + y: -3.5d + subtitle: "A new machine only available in steel, can perform simple crafts for you." + description: ["You can now automate double ingots and pipes, for example! Again, check REI."] + dependencies: ["7C5C1CA5A7954896"] + id: "324B15844FC6C305" + tasks: [{ + id: "52306C6F2E77D371" + type: "item" + item: "modern_industrialization:steel_packer" + }] + rewards: [{ + id: "2F02995FFC62B094" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16425539 + Name: "Modern Industrialization Common Lootbag" + Loot: "aof:loot_bags/mi/common" + } + } + }] + } + { + x: -5.0d + y: -3.5d + subtitle: "A new machine only available in steel... Guess what it does." + dependencies: ["7C5C1CA5A7954896"] + id: "2D320F78629CC719" + tasks: [{ + id: "58691A4447512CEE" + type: "item" + item: "modern_industrialization:steel_unpacker" + }] + rewards: [{ + id: "2073E7B9271D4734" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16425539 + Name: "Modern Industrialization Common Lootbag" + Loot: "aof:loot_bags/mi/common" + } + } + }] + } + { + title: "Energy Transfer" + x: -1.0d + y: 0.5d + subtitle: "Cable networks have limitations on the amount of energy they will pull into the network depending on tier." + description: [ + "256 EU/t for LV cables, 1024 EU/t for MV cables and 8192 EU/t for HV cables." + "" + "Because there is no output limit for the network and because cables have a small internal storage, an LV network can provide more than 256 EU/t for a short amount of time." + "" + "Note however that single block electric machines will only connect to LV cables!" + "" + "To transfer more energy, you need to either create multiple pipe networks or use Transformers." + "" + "As you would expect, an X to Y Transformer will connect to Y cables on its output side and to X cables on its 5 other sides." + ] + dependencies: ["19E5E31614FE485E"] + id: "4DCFE7721417E669" + tasks: [{ + id: "2E9730BA35730C4B" + type: "item" + item: "modern_industrialization:tin_cable" + }] + rewards: [{ + id: "1CB0BB6DD7CFCB9A" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16425539 + Name: "Modern Industrialization Common Lootbag" + Loot: "aof:loot_bags/mi/common" + } + } + }] + } + { + x: 5.0d + y: 0.0d + subtitle: "A better and bigger Large Steam Boiler!" + description: ["This advanced version can produce up to 1024 mb/t of steam!"] + dependencies: ["6BEB4461CA08633F"] + id: "31BCEF301071F67C" + tasks: [{ + id: "5A4042280D8835FB" + type: "item" + item: "modern_industrialization:advanced_large_steam_boiler" + }] + rewards: [{ + id: "47A6DDF0F4E11A37" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16425539 + Name: "Modern Industrialization Rare Lootbag" + Loot: "aof:loot_bags/mi/rare" + } + } + }] + } + ] + quest_links: [ ] +} diff --git a/config/ftbquests/quests/chapters/powah.snbt b/config/ftbquests/quests/chapters/powah.snbt new file mode 100644 index 0000000..1666159 --- /dev/null +++ b/config/ftbquests/quests/chapters/powah.snbt @@ -0,0 +1,1250 @@ +{ + id: "009F61C80E1E69B9" + group: "0815C5D80307ECDF" + order_index: 4 + filename: "powah" + title: "Powah" + icon: "powah:energy_cell_nitro" + default_quest_shape: "" + default_hide_dependency_lines: false + quests: [ + { + x: -10.5d + y: 0.0d + subtitle: "I have to make how many of these!?" + description: ["Capacitors are one of the basic units required for crafting in Powah, and are used in any machine the needs to transfer or store energy."] + dependencies: ["34CB6C162F5ABA54"] + id: "48D9BC5F27EB7EFC" + tasks: [{ + id: "244F4D657A724BD7" + type: "item" + title: "Basic Capacitor" + item: { + id: "itemfilters:or" + Count: 1b + tag: { + items: [ + { + id: "powah:capacitor_basic_tiny" + Count: 1b + } + { + id: "powah:capacitor_basic" + Count: 1b + } + ] + } + } + }] + rewards: [{ + id: "19FC42004CE4ACF0" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 14731911 + Loot: "aof:loot_bags/powah/common" + Name: "Powah! Common Lootbag" + } + } + }] + } + { + x: -12.5d + y: 0.0d + subtitle: "Getting Started" + description: [ + "Powah is a powerful tech mod that centers around transfering, storing and producing large amounts of Powah." + "" + "Dielectric paste is the base for much of what you'll be working with, insulating your high power electrical equipment from your fingies" + ] + id: "34CB6C162F5ABA54" + tasks: [{ + id: "12EFACEEF2CB7BB2" + type: "item" + item: "powah:dielectric_paste" + }] + rewards: [ + { + id: "6672CBBA98D952AA" + type: "item" + item: "powah:book" + } + { + id: "48B3296F55328CBE" + type: "item" + item: { + id: "powah:wrench" + Count: 1b + tag: { + PowahWrenchNBT: { } + } + } + } + { + id: "3D6B696EB3A61233" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 14731911 + Loot: "aof:loot_bags/powah/common" + Name: "Powah! Common Lootbag" + } + } + } + ] + } + { + x: -12.5d + y: -3.5d + subtitle: "The power of the sun in the palm of my hand" + description: ["While there aren't many inventory items in Powah that require energy, the batteries from Powah are quite helpful in helping you power your tools from other mods, like Industrial Revolution or Tech Reborn."] + dependencies: ["72868D5235EEB1D1"] + id: "6E73A1FC54068F9D" + tasks: [{ + id: "7C11C6028FA55AD5" + type: "item" + title: "Battery" + item: { + id: "itemfilters:or" + Count: 1b + tag: { + items: [ + { + id: "powah:battery_starter" + tag: { } + Count: 1b + } + { + id: "powah:battery_basic" + tag: { } + Count: 1b + } + { + id: "powah:battery_hardened" + tag: { } + Count: 1b + } + { + id: "powah:battery_blazing" + tag: { } + Count: 1b + } + { + id: "powah:battery_niotic" + tag: { } + Count: 1b + } + { + id: "powah:battery_spirited" + tag: { } + Count: 1b + } + { + id: "powah:battery_nitro" + tag: { } + Count: 1b + } + ] + } + } + }] + rewards: [{ + id: "65518AA5E8ECF7D0" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 14731911 + Loot: "aof:loot_bags/powah/common" + Name: "Powah! Common Lootbag" + } + } + }] + } + { + title: "Energy Cells" + x: -14.0d + y: -2.0d + subtitle: "Big Box Storin'" + description: ["Energy cells are a great way to store energy and redistribute it later when your machines need it most."] + dependencies: ["72868D5235EEB1D1"] + id: "63E3FE37529D0653" + tasks: [{ + id: "02FE38964253A488" + type: "item" + title: "Energy Cell" + item: { + id: "itemfilters:or" + Count: 1b + tag: { + items: [ + { + id: "powah:energy_cell_starter" + Count: 1b + } + { + id: "powah:energy_cell_basic" + Count: 1b + } + { + id: "powah:energy_cell_hardened" + Count: 1b + } + { + id: "powah:energy_cell_blazing" + Count: 1b + } + { + id: "powah:energy_cell_niotic" + Count: 1b + } + { + id: "powah:energy_cell_spirited" + Count: 1b + } + { + id: "powah:energy_cell_nitro" + Count: 1b + } + ] + } + } + }] + rewards: [{ + id: "039CAD1A22774986" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 14731911 + Loot: "aof:loot_bags/powah/common" + Name: "Powah! Common Lootbag" + } + } + }] + } + { + title: "Energizing" + x: -7.5d + y: 0.0d + subtitle: "Light 'em up boys" + description: [ + "The energizer is used to infuse 1 or more items with energy to create a new item" + "" + "Multiple infusers allow you to infuse the item(s) with energy faster and therefore craft faster, very useful when making items that require a large amount of infused energy" + ] + dependencies: ["48D9BC5F27EB7EFC"] + id: "3AAEDB182C3919CC" + tasks: [ + { + id: "3A877A84B52510B5" + type: "item" + item: "powah:energizing_orb" + } + { + id: "07D998F67B8E9745" + type: "item" + title: "Energizing Rod" + item: { + id: "itemfilters:or" + Count: 1b + tag: { + items: [ + { + id: "powah:energizing_rod_starter" + Count: 1b + } + { + id: "powah:energizing_rod_basic" + Count: 1b + } + { + id: "powah:energizing_rod_hardened" + Count: 1b + } + { + id: "powah:energizing_rod_blazing" + Count: 1b + } + { + id: "powah:energizing_rod_niotic" + Count: 1b + } + { + id: "powah:energizing_rod_spirited" + Count: 1b + } + { + id: "powah:energizing_rod_nitro" + Count: 1b + } + ] + } + } + } + ] + rewards: [{ + id: "189E7C1448EBEB75" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 14731911 + Loot: "aof:loot_bags/powah/common" + Name: "Powah! Common Lootbag" + } + } + }] + } + { + x: -6.0d + y: -2.0d + subtitle: "Hard as ... Steel?" + description: ["Energized steel is a crafting material made from gold and iron, used as a base for the Hardened level of machinery in Powah"] + dependencies: ["3AAEDB182C3919CC"] + id: "4768DD5F60DE3F4A" + tasks: [{ + id: "147B469C5C23C57F" + type: "item" + item: "powah:steel_energized" + }] + rewards: [{ + id: "034C40BA404D4DFA" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 14731911 + Loot: "aof:loot_bags/powah/rare" + Name: "Powah! Rare Lootbag" + } + } + }] + } + { + x: -5.5d + y: -1.0d + subtitle: "Sizzle pop" + description: ["Blazing crystals are made from a material you would never suspect: Blaze powder. Its used as the material for the blazing tier of machines"] + dependencies: ["3AAEDB182C3919CC"] + id: "4D86F088280981A2" + tasks: [{ + id: "5907F70C58C684D5" + type: "item" + item: "powah:crystal_blazing" + }] + rewards: [{ + id: "2160D5AD476713DB" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 14731911 + Loot: "aof:loot_bags/powah/rare" + Name: "Powah! Rare Lootbag" + } + } + }] + } + { + x: -5.0d + y: 0.0d + subtitle: "Blue Crystals :)" + description: ["Niotic crystals are made from Diamonds, and are a key component for the Niotic tier of machines"] + dependencies: ["3AAEDB182C3919CC"] + id: "0DBF3DBFA978291D" + tasks: [{ + id: "40F2DC6B69FD7D07" + type: "item" + item: "powah:crystal_niotic" + }] + rewards: [{ + id: "2F4802C8A8F47A08" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 14731911 + Loot: "aof:loot_bags/powah/epic" + Name: "Powah! Epic Lootbag" + } + } + }] + } + { + x: -5.5d + y: 1.0d + subtitle: "I thought Spirits were blue" + description: ["This resource uses emeralds, and is necessary for the Spirited level of machines"] + dependencies: ["3AAEDB182C3919CC"] + id: "45E782AC2C3E97EE" + tasks: [{ + id: "151572FE22F1BD41" + type: "item" + item: "powah:crystal_spirited" + }] + rewards: [{ + id: "61F58E9782C28446" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 14731911 + Loot: "aof:loot_bags/powah/epic" + Name: "Powah! Epic Lootbag" + } + } + }] + } + { + x: -6.0d + y: 2.0d + subtitle: "Now only $2.99!" + description: ["Nitro crystals are materials required for the highest tier of machinery, Nitro, and are made with Nether Stars and redstone. If used properly they will also enable you to use animated emojis in chat."] + dependencies: ["3AAEDB182C3919CC"] + id: "5F4CDC52244B937E" + tasks: [{ + id: "0FA248D18B3B6AB8" + type: "item" + item: "powah:crystal_nitro" + }] + rewards: [{ + id: "6282C39A0E7F5D3D" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "LEGENDARY" + Color: 14731911 + Loot: "aof:loot_bags/powah/legendary" + Name: "Powah! Legendary Lootbag" + } + } + }] + } + { + title: "Reactors" + x: -10.5d + y: 2.0d + subtitle: "RADIOACTIVE RADIOACTIVE WOAHaaOAAh" + description: [ + "Reactors are powerful generators that enable you to make varying amounts of energy from Uranite that you can find underground." + "" + "You'll need 36 to form the multiblock. Rightclicking the ground with 36 reactor blocks will automatically form the reactor." + ] + dependencies: [ + "5D08158FE91F8A63" + "48D9BC5F27EB7EFC" + ] + id: "435B42806E447D20" + tasks: [{ + id: "32F11CA22D877230" + type: "item" + title: "Reactor" + item: { + id: "itemfilters:or" + Count: 1b + tag: { + items: [ + { + id: "powah:reactor_starter" + Count: 1b + } + { + id: "powah:reactor_basic" + Count: 1b + } + { + id: "powah:reactor_hardened" + Count: 1b + } + { + id: "powah:reactor_blazing" + Count: 1b + } + { + id: "powah:reactor_niotic" + Count: 1b + } + { + id: "powah:reactor_spirited" + Count: 1b + } + { + id: "powah:reactor_nitro" + Count: 1b + } + ] + } + } + count: 36L + }] + rewards: [{ + id: "479A964FC6EB434D" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 14731911 + Loot: "aof:loot_bags/powah/rare" + Name: "Powah! Rare Lootbag" + } + } + }] + } + { + x: -12.5d + y: 2.0d + subtitle: "This seems unsafe" + description: ["Uranite is a resource you can find underground, and is a required component for creating and fueling a Powah reactor"] + id: "5D08158FE91F8A63" + tasks: [{ + id: "62B7B724197D88C5" + type: "item" + item: "powah:uraninite" + }] + rewards: [{ + id: "1B27386FE4C091A0" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 14731911 + Loot: "aof:loot_bags/powah/rare" + Name: "Powah! Rare Lootbag" + } + } + }] + } + { + title: "Ender Cells" + x: -9.0d + y: -2.0d + subtitle: "Call your Carrier" + description: ["Ender Cells are part of an wireless network of energy. You can add ender cells to expand the capacity of your network."] + dependencies: ["22E4363ECF659C5B"] + id: "70197A6164010B19" + tasks: [{ + id: "2EC3E158BE82E999" + type: "item" + title: "Ender Cell" + item: { + id: "itemfilters:or" + Count: 1b + tag: { + items: [ + { + id: "powah:ender_cell_starter" + Count: 1b + } + { + id: "powah:ender_cell_basic" + Count: 1b + } + { + id: "powah:ender_cell_hardened" + Count: 1b + } + { + id: "powah:ender_cell_blazing" + Count: 1b + } + { + id: "powah:ender_cell_niotic" + Count: 1b + } + { + id: "powah:ender_cell_spirited" + Count: 1b + } + { + id: "powah:ender_cell_nitro" + Count: 1b + } + ] + } + } + }] + rewards: [{ + id: "76F183A92789C904" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 14731911 + Loot: "aof:loot_bags/powah/rare" + Name: "Powah! Rare Lootbag" + } + } + }] + } + { + x: -7.5d + y: -2.0d + subtitle: "Energy! Now on 5G" + description: ["The ender core is the base of a frequency based wireless energy network. You can tap into the network or add energy to it using blocks made from this core"] + dependencies: ["3AAEDB182C3919CC"] + id: "22E4363ECF659C5B" + tasks: [{ + id: "4DD0E201A56082AA" + type: "item" + item: "powah:ender_core" + }] + rewards: [{ + id: "3FC9BE8BD8A05E10" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 14731911 + Loot: "aof:loot_bags/powah/rare" + Name: "Powah! Rare Lootbag" + } + } + }] + } + { + x: -12.5d + y: -2.0d + subtitle: "Zzzt Zzzt" + description: ["Powah is quite a powerful mod that will quickly makes your machines full of power. You'll want to find a way to store energy both on the go and in your base to make a more effective setup."] + id: "72868D5235EEB1D1" + tasks: [{ + id: "2ABFE7FABC8CAD49" + type: "checkmark" + title: "Energy Storage" + }] + } + { + x: -3.0d + y: 0.0d + subtitle: "Bring on da Heat!" + description: ["This generator generates energy by harnessing energy from a heat source underneath it and consuming a liquid coolant."] + dependencies: ["718CD4D1272E5DD3"] + id: "28290CA40D704C6B" + tasks: [{ + id: "29E65C4BDBDF7F65" + type: "item" + title: "Thermo Generator" + item: { + id: "itemfilters:or" + Count: 1b + tag: { + items: [ + { + id: "powah:thermo_generator_starter" + Count: 1b + } + { + id: "powah:thermo_generator_basic" + Count: 1b + } + { + id: "powah:thermo_generator_hardened" + Count: 1b + } + { + id: "powah:thermo_generator_blazing" + Count: 1b + } + { + id: "powah:thermo_generator_niotic" + Count: 1b + } + { + id: "powah:thermo_generator_spirited" + Count: 1b + } + { + id: "powah:thermo_generator_nitro" + Count: 1b + } + ] + } + } + }] + rewards: [{ + id: "0C62EE01DB5CE5B5" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 14731911 + Loot: "aof:loot_bags/powah/common" + Name: "Powah! Common Lootbag" + } + } + }] + } + { + x: -3.0d + y: 2.0d + subtitle: "Fluid Flux" + description: ["This generator can create energy by burning liquid fuels."] + dependencies: ["718CD4D1272E5DD3"] + id: "4E09AA1CA6FF2AD4" + tasks: [{ + id: "3236CFA20A013269" + type: "item" + title: "Magmator" + item: { + id: "itemfilters:or" + Count: 1b + tag: { + items: [ + { + id: "powah:magmator_starter" + Count: 1b + } + { + id: "powah:magmator_basic" + Count: 1b + } + { + id: "powah:magmator_hardened" + Count: 1b + } + { + id: "powah:magmator_blazing" + Count: 1b + } + { + id: "powah:magmator_niotic" + Count: 1b + } + { + id: "powah:magmator_spirited" + Count: 1b + } + { + id: "powah:magmator_nitro" + Count: 1b + } + ] + } + } + }] + rewards: [{ + id: "54B8CA4496D74966" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 14731911 + Loot: "aof:loot_bags/powah/common" + Name: "Powah! Common Lootbag" + } + } + }] + } + { + x: -1.0d + y: 2.0d + subtitle: "Haven't seen one of these before." + description: ["This extremely unique generator creates energy from burning item fuel."] + dependencies: ["718CD4D1272E5DD3"] + id: "3093AD7CAFEA9113" + tasks: [{ + id: "59EC736AD9AF7F8B" + type: "item" + title: "Furnator" + item: { + id: "itemfilters:or" + Count: 1b + tag: { + items: [ + { + id: "powah:furnator_starter" + Count: 1b + } + { + id: "powah:furnator_basic" + Count: 1b + } + { + id: "powah:furnator_hardened" + Count: 1b + } + { + id: "powah:furnator_blazing" + Count: 1b + } + { + id: "powah:furnator_niotic" + Count: 1b + } + { + id: "powah:furnator_spirited" + Count: 1b + } + { + id: "powah:furnator_nitro" + Count: 1b + } + ] + } + } + }] + rewards: [{ + id: "4A94D0274ADE9199" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 14731911 + Loot: "aof:loot_bags/powah/common" + Name: "Powah! Common Lootbag" + } + } + }] + } + { + x: -1.0d + y: 0.0d + subtitle: "Photosynthesis \\o/" + description: ["A simple sheet of metal that generates energy from the power of the sun."] + dependencies: ["718CD4D1272E5DD3"] + id: "644DEDB36A0827D7" + tasks: [{ + id: "1D3ADC1945CD78B2" + type: "item" + title: "Solar Panel" + item: { + id: "itemfilters:or" + Count: 1b + tag: { + items: [ + { + id: "powah:solar_panel_starter" + Count: 1b + } + { + id: "powah:solar_panel_basic" + Count: 1b + } + { + id: "powah:solar_panel_hardened" + Count: 1b + } + { + id: "powah:solar_panel_blazing" + Count: 1b + } + { + id: "powah:solar_panel_niotic" + Count: 1b + } + { + id: "powah:solar_panel_spirited" + Count: 1b + } + { + id: "powah:solar_panel_nitro" + Count: 1b + } + ] + } + } + }] + rewards: [{ + id: "3ACC311027719B86" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 14731911 + Loot: "aof:loot_bags/powah/common" + Name: "Powah! Common Lootbag" + } + } + }] + } + { + title: "Energy Cables" + x: -10.5d + y: -2.0d + subtitle: "YAMTAC (Yet another mod that adds cables)" + description: ["Powah cables help you transfer large amounts of energy to and from generators and machines."] + dependencies: ["48D9BC5F27EB7EFC"] + id: "28C0FEFEEC51B963" + tasks: [{ + id: "4DC73CF40FA3BCAD" + type: "item" + title: "Energy Cable" + item: { + id: "itemfilters:or" + Count: 1b + tag: { + items: [ + { + id: "powah:energy_cable_starter" + Count: 1b + } + { + id: "powah:energy_cable_basic" + Count: 1b + } + { + id: "powah:energy_cable_hardened" + Count: 1b + } + { + id: "powah:energy_cable_blazing" + Count: 1b + } + { + id: "powah:energy_cable_niotic" + Count: 1b + } + { + id: "powah:energy_cable_spirited" + Count: 1b + } + { + id: "powah:energy_cable_nitro" + Count: 1b + } + ] + } + } + }] + rewards: [{ + id: "7106F5020C92D855" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 14731911 + Loot: "aof:loot_bags/powah/common" + Name: "Powah! Common Lootbag" + } + } + }] + } + { + title: "Ender Gates" + x: -7.5d + y: -3.5d + subtitle: "Downloading..." + description: [ + "The Ender gate is an item that allows you to tap into you ender network to input or output energy." + "" + "Its cheaper than ender cells, making it better for transfer to your machines, but doesn't have an internal capacity so it will not increase your ender network's capacity" + ] + dependencies: ["22E4363ECF659C5B"] + id: "277D203450B35083" + tasks: [{ + id: "2D1D8A371C3653DE" + type: "item" + title: "Ender Gate" + item: { + id: "itemfilters:or" + Count: 1b + tag: { + items: [ + { + id: "powah:ender_gate_starter" + Count: 1b + } + { + id: "powah:ender_gate_basic" + Count: 1b + } + { + id: "powah:ender_gate_hardened" + Count: 1b + } + { + id: "powah:ender_gate_blazing" + Count: 1b + } + { + id: "powah:ender_gate_niotic" + Count: 1b + } + { + id: "powah:ender_gate_spirited" + Count: 1b + } + { + id: "powah:ender_gate_nitro" + Count: 1b + } + ] + } + } + }] + rewards: [{ + id: "5EC7F4DF91964C90" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 14731911 + Loot: "aof:loot_bags/powah/rare" + Name: "Powah! Rare Lootbag" + } + } + }] + } + { + x: -3.5d + y: -2.0d + subtitle: "Energy Draino" + description: [ + "This machine allows you to drain the energy found inside of any energy holding item that supports extraction." + "" + "It'll store the energy in an internal buffer, and allows you to extract it to distribute into your nearby machines." + ] + dependencies: ["4E0D6F1DDD305855"] + id: "74F0AD6CC49C1CF6" + tasks: [{ + id: "5217531A148059EF" + type: "item" + title: "Energy Discharger" + item: { + id: "itemfilters:or" + Count: 1b + tag: { + items: [ + { + id: "powah:energy_discharger_starter" + Count: 1b + } + { + id: "powah:energy_discharger_basic" + Count: 1b + } + { + id: "powah:energy_discharger_hardened" + Count: 1b + } + { + id: "powah:energy_discharger_blazing" + Count: 1b + } + { + id: "powah:energy_discharger_niotic" + Count: 1b + } + { + id: "powah:energy_discharger_spirited" + Count: 1b + } + { + id: "powah:energy_discharger_nitro" + Count: 1b + } + ] + } + } + }] + rewards: [{ + id: "765EC647D774674C" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 14731911 + Loot: "aof:loot_bags/powah/rare" + Name: "Powah! Rare Lootbag" + } + } + }] + } + { + x: -2.0d + y: -3.5d + subtitle: "Sidecar Energy" + description: ["This nifty little machine will insert energy into energy containing items found in a container on the output face of an energy hopper"] + dependencies: ["4E0D6F1DDD305855"] + id: "47B76A23E66EA846" + tasks: [{ + id: "3ACC4487665F8FCC" + type: "item" + title: "Energy Hopper" + item: { + id: "itemfilters:or" + Count: 1b + tag: { + items: [ + { + id: "powah:energy_hopper_starter" + Count: 1b + } + { + id: "powah:energy_hopper_basic" + Count: 1b + } + { + id: "powah:energy_hopper_hardened" + Count: 1b + } + { + id: "powah:energy_hopper_blazing" + Count: 1b + } + { + id: "powah:energy_hopper_niotic" + Count: 1b + } + { + id: "powah:energy_hopper_spirited" + Count: 1b + } + { + id: "powah:energy_hopper_nitro" + Count: 1b + } + ] + } + } + }] + rewards: [{ + id: "576EF2E667A51455" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 14731911 + Loot: "aof:loot_bags/powah/rare" + Name: "Powah! Rare Lootbag" + } + } + }] + } + { + x: -0.5d + y: -2.0d + subtitle: "Bluetooh could never" + description: [ + "The player transmitter is a useful block that emits energy and beams it straight into your hands." + "" + "It wirelessly charges items in your armor slots or hand slots of a linked player." + ] + dependencies: ["4E0D6F1DDD305855"] + id: "75BE62C479A3DDAB" + tasks: [{ + id: "6F978E3B646765B5" + type: "item" + title: "Player Transmitter" + item: { + id: "itemfilters:or" + Count: 1b + tag: { + items: [ + { + id: "powah:player_transmitter_starter" + Count: 1b + } + { + id: "powah:player_transmitter_basic" + Count: 1b + } + { + id: "powah:player_transmitter_hardened" + Count: 1b + } + { + id: "powah:player_transmitter_blazing" + Count: 1b + } + { + id: "powah:player_transmitter_niotic" + Count: 1b + } + { + id: "powah:player_transmitter_spirited" + Count: 1b + } + { + id: "powah:player_transmitter_nitro" + Count: 1b + } + ] + } + } + }] + rewards: [{ + id: "11482DD40581C651" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 14731911 + Loot: "aof:loot_bags/powah/rare" + Name: "Powah! Rare Lootbag" + } + } + }] + } + { + x: -2.0d + y: -2.0d + id: "4E0D6F1DDD305855" + tasks: [{ + id: "4C9742E00DB6B275" + type: "checkmark" + title: "Item Charging" + }] + } + { + x: -2.0d + y: 1.0d + id: "718CD4D1272E5DD3" + tasks: [{ + id: "3F96255BD6DC5A4B" + type: "checkmark" + title: "Energy Generation" + }] + } + ] + quest_links: [ ] +} diff --git a/config/ftbquests/quests/chapters/spectrum.snbt b/config/ftbquests/quests/chapters/spectrum.snbt new file mode 100644 index 0000000..2250d49 --- /dev/null +++ b/config/ftbquests/quests/chapters/spectrum.snbt @@ -0,0 +1,1704 @@ +{ + id: "06E76B49ED832B81" + group: "1039AC171AB01709" + order_index: 3 + filename: "spectrum" + title: "Spectrum" + icon: "spectrum:end_portal_cracker" + default_quest_shape: "" + default_hide_dependency_lines: false + quests: [ + { + title: "A Colorful World" + icon: "spectrum:guidebook" + x: 0.5d + y: 1.5d + description: [ + "Spectrum is a story driven and exploration-based magic mod." + "" + "Focusing on the natural energies that flow in the world, represented in color." + "" + "Trying not to give everything away at first glance, Spectrum uses advancements and a manual (in game) to guide you through." + "Team AOF feels that being a newer and more mysterious mod, Spectrum shouldn't have a full quest chapter. Take what you see here as a guideline." + "" + "" + "The first step is to find a Geode in the ground. These can be exposed at the surface sometimes." + ] + id: "6F9B2ECCE750C280" + tasks: [{ + id: "3FFA395CAB5C258F" + type: "item" + item: "spectrum:guidebook" + }] + } + { + title: "Geode Hunting!" + x: 2.5d + y: 1.5d + subtitle: "&eHow many are there?" + description: ["&6Find&r all 3 types of &bgemstone geodes&r. Some are high, some are near the sea, and some are a bit deeper."] + dependencies: ["6F9B2ECCE750C280"] + hide: true + id: "042E7914986F8A32" + tasks: [ + { + id: "050348C6180B542B" + type: "advancement" + advancement: "spectrum:collect_all_basic_shards" + criterion: "" + } + { + id: "67803A2E0B44B9EA" + type: "item" + item: "minecraft:amethyst_shard" + } + { + id: "2D806F66A413BA80" + type: "item" + item: "spectrum:topaz_shard" + } + { + id: "2C0E639D000DB897" + type: "item" + item: "spectrum:citrine_shard" + } + ] + rewards: [{ + id: "06A89E62DB34B6E7" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16747259 + Loot: "aof:loot_bags/magic/common" + Name: "Magic Common Lootbag" + } + } + }] + } + { + title: "Construct the Spectrum Focus Structure" + x: 4.5d + y: 1.5d + subtitle: "&eFunneling Magic" + description: [ + "&6Upgrade&r your &bPigment Pedestal&r by using all your collected shards" + "" + "To fully harness the powers of your improved &bPigment Pedestal&r you will need to &6build&r a structure that funnels the energy from gemstones to it" + ] + dependencies: ["042E7914986F8A32"] + hide: true + id: "3A53CED5C9ABC06B" + tasks: [{ + id: "5A0D90E9F122144F" + type: "advancement" + advancement: "spectrum:build_basic_pedestal_structure" + criterion: "" + }] + rewards: [{ + id: "4C1428766B968017" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + title: "Craft any pigment pedestal" + x: 0.5d + y: 3.0d + subtitle: "&e A new way to craft" + description: [ + "&6Craft &ra &bPigment Pedestal &rusing your gemstone of choice. This new crafting grid will help you harness the power of gemstones." + "" + "&6Drop&r your newly aquired &banvil&r on a gemstone! Perhaps it will become something useful!" + ] + dependencies: ["6F9B2ECCE750C280"] + hide: true + id: "777CED8399E65C29" + tasks: [{ + id: "4D2C0E433C9185B6" + type: "advancement" + advancement: "spectrum:place_pedestal" + criterion: "" + }] + rewards: [ + { + id: "12C6CB96FD6FD2CD" + type: "item" + item: "minecraft:anvil" + } + { + id: "764AE19E0BBEE3A3" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16747259 + Loot: "aof:loot_bags/magic/common" + Name: "Magic Common Lootbag" + } + } + } + ] + } + { + title: "Experiment #2: &bFailing" + x: 13.0d + y: 0.0d + subtitle: "&eWhat Must Not Be" + dependencies: [ + "2F56655D7C4C3882" + "24C70DAB3F66ECB2" + ] + hide: true + id: "678BCF3361AE5512" + tasks: [ + { + id: "5C5AD91BEF4B518D" + type: "advancement" + advancement: "spectrum:midgame/craft_bottle_of_failing" + criterion: "" + } + { + id: "0FFB352C38FD02BB" + type: "item" + item: "spectrum:bottle_of_failing" + } + ] + rewards: [{ + id: "025FDC872C9D5C96" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + title: "Toxic Reeds!" + x: 4.5d + y: 0.0d + subtitle: "&eSwamped" + description: ["After creating a Spectrum Focus, it has releaved a plant that was hidden from you. Venture into the boglands and find it!"] + dependencies: ["3A53CED5C9ABC06B"] + hide: true + id: "24C70DAB3F66ECB2" + tasks: [{ + id: "36D473C7A3DA8BED" + type: "advancement" + advancement: "spectrum:collect_quitoxic_reeds" + criterion: "" + }] + rewards: [{ + id: "22298DA3917D7B1B" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + title: "Mine than Craft" + icon: "spectrum:paintbrush" + x: 0.5d + y: 4.5d + subtitle: "&eThe Power of Powders" + description: [ + "Smashing! &6Craft&r anything that requires &bgemstone powder&r." + "" + "Starting a craft requires a redstone pulse. The &bPaintbrush&r you crafted can also be used." + ] + dependencies: ["777CED8399E65C29"] + hide: true + id: "36258B9E1280A188" + tasks: [ + { + id: "3248FA069DECAD16" + type: "advancement" + advancement: "spectrum:craft_using_pedestal" + criterion: "" + } + { + id: "2DB9FF21ECC79ABE" + type: "item" + item: "spectrum:paintbrush" + } + ] + rewards: [{ + id: "4A96E58E413AD4AD" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + title: "Shimmering Stone" + x: 0.5d + y: 6.0d + subtitle: "&eMore than meets the Eye" + description: ["You never noticed this Ore before at all.... weird. Is there more to the world than you previously thought?"] + dependencies: ["36258B9E1280A188"] + hide: true + id: "5E0135DE9E0D30CE" + tasks: [{ + id: "10F76AC81A6D8315" + type: "advancement" + advancement: "spectrum:collect_shimmerstone" + criterion: "" + }] + rewards: [{ + id: "577A9743B210A299" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + title: "Experiment #1: &bFading" + x: 0.5d + y: 7.5d + subtitle: "&eWhat Should Not Be" + description: [ + "To unlock this recipe you must now venture to the depths of The Nether and aquire a smoldering ingredient." + "" + "Time to tinker with your new magical abilities. Create life! Or more like... microorganisms. Weak and slow. It's something. What do they eat?" + ] + dependencies: ["5E0135DE9E0D30CE"] + hide: true + id: "1E161856A9975BCE" + tasks: [ + { + id: "5312C1B5091577AF" + type: "advancement" + advancement: "spectrum:craft_bottle_of_fading" + criterion: "" + } + { + id: "463ECB502B605A11" + type: "item" + item: "spectrum:bottle_of_fading" + } + ] + rewards: [{ + id: "67BCF8F7E174975B" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + title: "Life must feed!" + x: 2.5d + y: 7.5d + subtitle: "&eOrganic Matter" + description: [ + "Spill out your microorganisms and place organic blocks around it so it can feast!" + "" + "In the leftovers you find a new material!" + ] + dependencies: ["1E161856A9975BCE"] + hide: true + id: "371F3371DC37B760" + tasks: [ + { + id: "33D74A4188B867BE" + type: "advancement" + advancement: "spectrum:collect_vegetal" + criterion: "" + } + { + id: "7E085DAF14F17EF1" + type: "item" + item: "spectrum:vegetal" + } + ] + rewards: [{ + id: "2C19D087E84E3392" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + title: "Colored Saplings" + x: 4.5d + y: 7.5d + subtitle: "&eAll around Me are Familiar Aces" + description: ["Here come the colors! Craft a colored sapling and bring color into the world!"] + dependencies: ["371F3371DC37B760"] + hide: true + id: "265E77D910C56546" + tasks: [{ + id: "68A98F4268DBD672" + type: "advancement" + advancement: "spectrum:craft_colored_sapling" + criterion: "" + }] + rewards: [{ + id: "7956E72271E260CF" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + title: "Steal the Color of Leaves" + x: 6.5d + y: 7.5d + subtitle: "&eCollect Pure Pigment" + description: ["Break the leaves of a colored tree to get the pure pigment you so desired. The leaves release their precious harvest only when broken by you personally."] + dependencies: ["265E77D910C56546"] + hide: true + id: "723E1C665A781C52" + tasks: [{ + id: "279233226F0D7AB6" + type: "advancement" + advancement: "spectrum:collect_pigment" + criterion: "" + }] + rewards: [{ + id: "221B6D885AFDCAA5" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + title: "Pigment from colored leaves" + icon: "spectrum:creative_ink_assortment" + x: 6.5d + y: 4.5d + subtitle: "&eBrown is weird, and needs something darker to create" + description: ["Collect 11 pigments. Saplings can be crafted or Colored Trees can now be seen in the world"] + dependencies: [ + "723E1C665A781C52" + "2B9252657949C67E" + "64CFFA9B0256E062" + "1F17B62A67347D61" + "782330BECD66EFD5" + "0777D896D81DEA4A" + "1FCEEFE4A3804DEF" + "013FC32A48DE8E39" + "4451D4AA7CB1BFF2" + "54A1328F07B4BF16" + "5008ED129CAE4EED" + "2B486D1AE4A59F73" + ] + hide: true + dependency_requirement: "one_completed" + id: "4C06D25DACB5536C" + tasks: [{ + id: "4D844E1A8EE700CD" + type: "advancement" + advancement: "spectrum:collect_all_basic_pigments_besides_brown" + criterion: "" + }] + rewards: [{ + id: "112EDB9BFCE2DEB9" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 8.0d + y: 3.5d + hide_dependency_lines: true + dependencies: ["723E1C665A781C52"] + hide: true + id: "1FCEEFE4A3804DEF" + tasks: [{ + id: "1CE9634136FBB731" + type: "item" + item: "spectrum:orange_pigment" + }] + rewards: [{ + id: "12BC61DFCACD499B" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 8.0d + y: 6.5d + hide_dependency_lines: true + dependencies: ["723E1C665A781C52"] + hide: true + id: "0777D896D81DEA4A" + tasks: [{ + id: "0F1F9332DAD957D0" + type: "item" + item: "spectrum:magenta_pigment" + }] + rewards: [{ + id: "6AB6455A817BC717" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 5.0d + y: 5.5d + hide_dependency_lines: true + dependencies: ["723E1C665A781C52"] + hide: true + id: "782330BECD66EFD5" + tasks: [{ + id: "29882807DF613632" + type: "item" + item: "spectrum:light_blue_pigment" + }] + rewards: [{ + id: "4AAA22D2513DDD5B" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 8.0d + y: 2.5d + hide_dependency_lines: true + dependencies: ["723E1C665A781C52"] + hide: true + id: "1F17B62A67347D61" + tasks: [{ + id: "3810D2BB4E6142CD" + type: "item" + item: "spectrum:yellow_pigment" + }] + rewards: [{ + id: "25E2ABEAD6271E54" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 5.0d + y: 2.5d + hide_dependency_lines: true + dependencies: ["723E1C665A781C52"] + hide: true + id: "64CFFA9B0256E062" + tasks: [{ + id: "2B9ADBDF75721934" + type: "item" + item: "spectrum:lime_pigment" + }] + rewards: [{ + id: "4FE8B8DAED17C80F" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 8.0d + y: 5.5d + hide_dependency_lines: true + dependencies: ["723E1C665A781C52"] + hide: true + id: "2B9252657949C67E" + tasks: [{ + id: "7BEE98CD23CC9844" + type: "item" + item: "spectrum:pink_pigment" + }] + rewards: [{ + id: "28B3D25F541BBD97" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 5.0d + y: 6.5d + hide_dependency_lines: true + dependencies: ["723E1C665A781C52"] + hide: true + id: "013FC32A48DE8E39" + tasks: [{ + id: "3CE56A94BB668E9C" + type: "item" + item: "spectrum:cyan_pigment" + }] + rewards: [{ + id: "3D3EE1547BB25AC9" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 8.0d + y: 7.5d + hide_dependency_lines: true + dependencies: ["723E1C665A781C52"] + hide: true + id: "4451D4AA7CB1BFF2" + tasks: [{ + id: "6CB63845CBBC2DF2" + type: "item" + item: "spectrum:purple_pigment" + }] + rewards: [{ + id: "48C1624D5630437F" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 5.0d + y: 4.5d + hide_dependency_lines: true + dependencies: ["723E1C665A781C52"] + hide: true + id: "54A1328F07B4BF16" + tasks: [{ + id: "702FE6C32B80A53E" + type: "item" + item: "spectrum:blue_pigment" + }] + rewards: [{ + id: "5A66493F068AF4E8" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 5.0d + y: 3.5d + hide_dependency_lines: true + dependencies: ["723E1C665A781C52"] + hide: true + id: "5008ED129CAE4EED" + tasks: [{ + id: "4D330581B9875B00" + type: "item" + item: "spectrum:green_pigment" + }] + rewards: [{ + id: "06C131510E203E30" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 8.0d + y: 4.5d + hide_dependency_lines: true + dependencies: ["723E1C665A781C52"] + hide: true + id: "2B486D1AE4A59F73" + tasks: [{ + id: "00F3A6DC94F0AC91" + type: "item" + item: "spectrum:red_pigment" + }] + rewards: [{ + id: "64C03B9BF9695EE7" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + title: "The Power of Fusion" + x: 6.5d + y: 1.5d + subtitle: "&ePowerful Display" + dependencies: [ + "4C06D25DACB5536C" + "3A53CED5C9ABC06B" + ] + hide: true + id: "49D9ECC98F3A5E05" + tasks: [{ + id: "2FD8A5F5867DD21E" + type: "advancement" + advancement: "spectrum:build_fusion_shrine" + criterion: "" + }] + rewards: [{ + id: "2E41F2C87A7273C0" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + title: "Black Gems" + x: 8.5d + y: 1.5d + subtitle: "&eBack in Black!" + dependencies: ["49D9ECC98F3A5E05"] + hide: true + id: "6F3F4B2ADAAED3C1" + tasks: [ + { + id: "7D0EB9275BA39983" + type: "advancement" + advancement: "spectrum:create_onyx_shard" + criterion: "" + } + { + id: "5B20071AEC6735C0" + type: "item" + item: "spectrum:onyx_shard" + } + ] + rewards: [{ + id: "73752FA727863338" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + title: "Construct the Spectrum Temple" + x: 10.5d + y: 1.5d + subtitle: "&eOne more can't hurt, right?" + description: ["&6Upgrade&r your &bpedestal&r using &bOnyx&r and then &6construct&r the Spectrum Temple."] + dependencies: ["6F3F4B2ADAAED3C1"] + hide: true + id: "681C638B38019A73" + tasks: [{ + id: "11534701EC58670B" + type: "advancement" + advancement: "spectrum:midgame/build_advanced_pedestal_structure" + criterion: "" + }] + rewards: [{ + id: "2535BF76C6CB5D96" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Loot: "aof:loot_bags/magic/epic" + Name: "Magic Epic Lootbag" + } + } + }] + } + { + x: 13.0d + y: 1.5d + dependencies: ["681C638B38019A73"] + hide: true + id: "2F56655D7C4C3882" + tasks: [{ + id: "0B7BF1DDF38D6FA6" + type: "advancement" + advancement: "spectrum:midgame/collect_stratine" + criterion: "" + }] + rewards: [{ + id: "72620D10AC10D543" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + title: "Obsid....Neolith" + x: 14.5d + y: 0.0d + subtitle: "&eNon-Non-Amorphous" + description: [ + "Your first Experiments were successful. But there has to be more..." + "" + "This &bFailing&r blob seems likely to be unsatisified with anything but the hardest of materials." + ] + dependencies: ["678BCF3361AE5512"] + hide: true + id: "1810EB195B0CC509" + tasks: [ + { + id: "7889167DE36DEF22" + type: "advancement" + advancement: "spectrum:midgame/collect_neolith" + criterion: "" + } + { + id: "36F3D11DD747FDEE" + type: "item" + item: "spectrum:neolith" + } + ] + rewards: [{ + id: "191913B9C60F6F4E" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 11.5d + y: 3.0d + dependencies: ["681C638B38019A73"] + hide: true + dependency_requirement: "one_completed" + id: "0F6E96D9C9F5EF35" + tasks: [{ + id: "6D58C64A9CC63876" + type: "advancement" + advancement: "spectrum:midgame/enter_liquid_crystal" + criterion: "" + }] + rewards: [{ + id: "6DB2EDFB73F846BC" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Loot: "aof:loot_bags/magic/epic" + Name: "Magic Epic Lootbag" + } + } + }] + } + { + x: 11.5d + y: 4.5d + dependencies: ["0F6E96D9C9F5EF35"] + hide: false + id: "5EA323A52C146DEA" + tasks: [{ + id: "42F25E8A341BEB26" + type: "advancement" + advancement: "spectrum:midgame/build_enchanting_structure" + criterion: "" + }] + rewards: [{ + id: "29B0F99101BE4DCD" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Loot: "aof:loot_bags/magic/epic" + Name: "Magic Epic Lootbag" + } + } + }] + } + { + x: 16.0d + y: 0.0d + description: ["Another ore has beeen revealed. Find and aquire it."] + dependencies: ["1810EB195B0CC509"] + hide: true + id: "2AB88707D86F0506" + tasks: [{ + id: "0E372556B55A9935" + type: "advancement" + advancement: "spectrum:midgame/collect_azurite" + criterion: "" + }] + rewards: [{ + id: "1B586AAEF2577F43" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 16.0d + y: 1.5d + description: ["Is your Failing spreading too far? Reverse its consumption with Decay Away!"] + dependencies: ["2AB88707D86F0506"] + hide: true + id: "0FC449098A9EAD1D" + tasks: [{ + id: "0A9087BFACBDF44A" + type: "advancement" + advancement: "spectrum:midgame/craft_bottle_of_decay_away" + criterion: "" + }] + rewards: [{ + id: "691A52012654C688" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 17.5d + y: 0.0d + description: ["Refine raw Azurite in the Fusion Shrine. You didn't think it would only be used once did you?"] + dependencies: ["2AB88707D86F0506"] + hide: true + id: "28CB44142633D257" + tasks: [{ + id: "7A826E0E7E0F7C87" + type: "advancement" + advancement: "spectrum:midgame/create_refined_azurite" + criterion: "" + }] + rewards: [{ + id: "44CA6849B90F539A" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 14.5d + y: -1.5d + dependencies: ["1810EB195B0CC509"] + id: "38BEF83AFD8EA081" + tasks: [{ + id: "37714CE4A2C0677A" + type: "advancement" + advancement: "spectrum:midgame/collect_storm_stone" + criterion: "" + }] + rewards: [{ + id: "699401FD4954F141" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Loot: "aof:loot_bags/magic/epic" + Name: "Magic Epic Lootbag" + } + } + }] + } + { + title: "Ruinous Aberrations" + x: 14.5d + y: 1.5d + subtitle: "&eThe perfect Compound?" + description: ["&e!!WARNING!!&r This recipe has Consequences beyond Comprehension. You have been &e!!WARNED!!"] + dependencies: ["1810EB195B0CC509"] + hide: true + id: "0CF717072CD02B28" + tasks: [ + { + id: "35C7CB50261B9E25" + type: "advancement" + advancement: "spectrum:midgame/create_midnight_aberration" + criterion: "" + } + { + id: "51EB982FCF00A934" + type: "item" + item: "spectrum:midnight_aberration" + } + ] + rewards: [{ + id: "548BFAD6D0CC8479" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + title: "Midnight Chip" + x: 14.5d + y: 6.0d + subtitle: "&eThe Lesser Evil" + description: ["Ouch! That hurt! Perhaps we should &6lure&r something into the &bMidnight Solution"] + dependencies: ["0CF717072CD02B28"] + hide: true + id: "120A70EB61245315" + tasks: [ + { + id: "0C9DCFB386B1AF2A" + type: "advancement" + advancement: "spectrum:midgame/collect_midnight_chip" + criterion: "" + } + { + id: "5D95C87884A46537" + type: "item" + item: "spectrum:midnight_chip" + } + ] + rewards: [{ + id: "2CAADB08E10BEB07" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Loot: "aof:loot_bags/magic/epic" + Name: "Magic Epic Lootbag" + } + } + }] + } + { + title: "Black creates Brown" + icon: "spectrum:brown_pigment" + x: 9.5d + y: 3.0d + subtitle: "&eGotta Collect Them All!" + description: ["With &bOnyx Powder&r you can now &6craft &bBlack&r and &bBrown Saplings"] + dependencies: ["681C638B38019A73"] + hide: true + id: "7B50D9F39BF07C16" + tasks: [ + { + id: "4E7D74069D2ABD87" + type: "advancement" + advancement: "spectrum:collect_all_basic_pigments" + criterion: "" + } + { + id: "400484F31C800323" + type: "item" + item: "spectrum:brown_pigment" + } + { + id: "1708662902975ECC" + type: "item" + item: "spectrum:black_pigment" + } + ] + rewards: [{ + id: "62928FEAA72E7B3D" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 9.5d + y: 4.5d + dependencies: ["7B50D9F39BF07C16"] + hide: true + id: "00CE2107C6C46BE1" + tasks: [{ + id: "3DB165C9840955CE" + type: "advancement" + advancement: "spectrum:collect_star_fragment" + criterion: "" + }] + rewards: [{ + id: "477C25D087426F34" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Loot: "aof:loot_bags/magic/epic" + Name: "Magic Epic Lootbag" + } + } + }] + } + { + x: 9.5d + y: 7.5d + description: ["Craft and place down a Color Picker"] + hide_dependency_lines: true + dependencies: ["681C638B38019A73"] + hide: true + id: "0A895BEB210EA39C" + tasks: [{ + id: "0EF7BBEA7D70F057" + type: "advancement" + advancement: "spectrum:midgame/place_color_picker" + criterion: "" + }] + rewards: [{ + id: "0A2BBF7A86B1948A" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 11.0d + y: 7.5d + dependencies: ["0A895BEB210EA39C"] + hide: true + id: "5ADB895DCB77C6A8" + tasks: [{ + id: "3083977D9E453EE2" + type: "advancement" + advancement: "spectrum:midgame/fill_ink_container" + criterion: "" + }] + rewards: [{ + id: "35807A800E23B170" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + title: "Paint a mob to Death!!" + x: 12.5d + y: 7.5d + dependencies: ["5ADB895DCB77C6A8"] + hide: true + id: "349FEF1506100E4D" + tasks: [{ + id: "05A46F5786E43C89" + type: "advancement" + advancement: "spectrum:midgame/kill_entity_with_ink_projectile" + criterion: "" + }] + rewards: [{ + id: "377634DA30A61FD9" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + title: "Experiment #3: &bRuin" + x: 14.5d + y: 7.5d + subtitle: "&eWhat Should Never Have Been" + dependencies: ["120A70EB61245315"] + hide: true + id: "110822566F9E2DBB" + tasks: [{ + id: "4E83BEE7E58FB233" + type: "advancement" + advancement: "spectrum:midgame/craft_bottle_of_ruin" + criterion: "" + }] + rewards: [{ + id: "79E208AEFE9FABF7" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 16.0d + y: -1.5d + dependencies: ["38BEF83AFD8EA081"] + hide: true + id: "78ED7745488BC27E" + tasks: [{ + id: "68CD0B7A81BC2CB3" + type: "advancement" + advancement: "spectrum:midgame/collect_gemstone_shard_using_crystal_apothecary" + criterion: "" + }] + rewards: [{ + id: "5F4720F0C210C240" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Loot: "aof:loot_bags/magic/epic" + Name: "Magic Epic Lootbag" + } + } + }] + } + { + title: "Instilling Spirits" + x: 16.0d + y: 6.0d + subtitle: "&eThe Will of the Wisps" + description: ["&6Craft&r the &bSpirit Instiller&r and &6construct&r its structure."] + dependencies: ["120A70EB61245315"] + hide: true + id: "1E1E5ECB2C1C95B9" + tasks: [{ + id: "64BC2C12B83AF299" + type: "advancement" + advancement: "spectrum:midgame/build_spirit_instiller_structure" + criterion: "" + }] + rewards: [{ + id: "1BFF7636005E2D71" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + title: "Through the floor!" + x: 16.0d + y: 7.5d + subtitle: "&eGroundbreaking" + dependencies: ["110822566F9E2DBB"] + hide: true + id: "16AFA6ABBF50A54C" + tasks: [{ + id: "6C1D187007F8798F" + type: "advancement" + advancement: "spectrum:midgame/break_decayed_bedrock" + criterion: "" + }] + rewards: [{ + id: "28FB1BE46570B075" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Loot: "aof:loot_bags/magic/epic" + Name: "Magic Epic Lootbag" + } + } + }] + } + { + title: "Knights of the Spectrum" + x: 17.5d + y: 7.5d + subtitle: "&eBlack Knight" + dependencies: ["16AFA6ABBF50A54C"] + hide: true + id: "7CE00D3A16827F50" + tasks: [{ + id: "7A6F1ABEF288A69F" + type: "advancement" + advancement: "spectrum:midgame/wear_complete_set_of_bedrock_armor" + criterion: "" + }] + rewards: [{ + id: "15F438300EAAC13A" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "LEGENDARY" + Color: 16747259 + Loot: "aof:loot_bags/magic/legendary" + Name: "Magic Legendary Lootbag" + } + } + }] + } + { + x: 16.0d + y: 4.5d + dependencies: ["1E1E5ECB2C1C95B9"] + hide: true + id: "3DE03D1D2B4BC9D0" + tasks: [{ + id: "662B39B5C47F5D6B" + type: "advancement" + advancement: "spectrum:midgame/plant_jade_vines" + criterion: "" + }] + rewards: [{ + id: "5F3423DFF1EC3D26" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 17.5d + y: 6.0d + dependencies: ["1E1E5ECB2C1C95B9"] + hide: true + id: "3E84D82AC7429CF4" + tasks: [{ + id: "016F031021A0B903" + type: "advancement" + advancement: "spectrum:midgame/manifest_memory" + criterion: "" + }] + rewards: [{ + id: "4E73BF3DDAD8DF53" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Name: "Magic Epic Lootbag" + Loot: "aof:loot_bags/magic/epic" + } + } + }] + } + { + x: 19.0d + y: 6.0d + dependencies: ["3E84D82AC7429CF4"] + hide: false + id: "27A271B2A51373A6" + tasks: [{ + id: "6A5DE0060CB4295D" + type: "advancement" + advancement: "spectrum:midgame/craft_blacklisted_memory_fail" + criterion: "" + }] + rewards: [{ + id: "5F4B65DBFFFA394D" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Loot: "aof:loot_bags/magic/epic" + Name: "Magic Epic Lootbag" + } + } + }] + } + { + x: 17.5d + y: 4.5d + dependencies: ["3DE03D1D2B4BC9D0"] + hide: true + id: "117B54FCAF3A40B9" + tasks: [{ + id: "6AD46CD52B099DC4" + type: "advancement" + advancement: "spectrum:midgame/harvest_moonstruck_nectar" + criterion: "" + }] + rewards: [{ + id: "618CFDA87B846114" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Name: "Magic Epic Lootbag" + Loot: "aof:loot_bags/magic/epic" + } + } + }] + } + { + x: 19.0d + y: 4.5d + dependencies: ["117B54FCAF3A40B9"] + hide: true + id: "1699D14B24CE2883" + tasks: [{ + id: "5C67C82C30066C6D" + type: "advancement" + advancement: "spectrum:midgame/create_budding_onyx" + criterion: "" + }] + rewards: [{ + id: "3E323E3542703CDD" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "LEGENDARY" + Color: 16747259 + Name: "Magic Legendary Lootbag" + Loot: "aof:loot_bags/magic/legendary" + } + } + }] + } + { + x: 16.0d + y: 3.0d + dependencies: ["3DE03D1D2B4BC9D0"] + hide: true + id: "45A0C4DCB8627325" + tasks: [{ + id: "46F1C8320E9FDDCF" + type: "advancement" + advancement: "spectrum:midgame/drink_tea_with_milk" + criterion: "" + }] + rewards: [{ + id: "1A57A136A04299AC" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Name: "Magic Rare Lootbag" + Loot: "aof:loot_bags/magic/rare" + } + } + }] + } + { + title: "More to come in a future update" + icon: "spectrum:spectral_shard_storage_block" + x: 19.5d + y: 7.5d + description: ["This is the current end of progression until a future update unlocks Spectrum's new dimension!!"] + dependencies: ["7CE00D3A16827F50"] + hide: true + size: 1.5d + id: "5F98F94ABEC9673E" + tasks: [{ + id: "7AEB317EAD6C59BF" + type: "checkmark" + }] + rewards: [{ + id: "45AB8E4F697891A9" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Name: "Magic Epic Lootbag" + Loot: "aof:loot_bags/magic/epic" + } + } + }] + } + { + x: 19.0d + y: 0.0d + dependencies: ["28CB44142633D257"] + hide: true + id: "3EF90588748BCDE8" + tasks: [{ + id: "7F62A84995E6AC3A" + type: "advancement" + advancement: "spectrum:midgame/get_azure_dike_charge" + criterion: "" + }] + rewards: [{ + id: "1DEF164611FE8B2A" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Name: "Magic Epic Lootbag" + Loot: "aof:loot_bags/magic/epic" + } + } + }] + } + ] + quest_links: [ ] +} diff --git a/config/ftbquests/quests/chapters/spirit.snbt b/config/ftbquests/quests/chapters/spirit.snbt new file mode 100644 index 0000000..d1892d7 --- /dev/null +++ b/config/ftbquests/quests/chapters/spirit.snbt @@ -0,0 +1,1149 @@ +{ + id: "096178E8745A7B81" + group: "1039AC171AB01709" + order_index: 4 + filename: "spirit" + title: "Spirit" + icon: "spirit:soul_crystal" + default_quest_shape: "" + default_hide_dependency_lines: false + quests: [ + { + title: "Make a Soul Fire" + x: -1.5d + y: -4.0d + subtitle: "A Soulful Beginning" + description: ["Getting started in Spirit starts with making a simple soul fire. Most of the recipes will involve throwing items into a soul fire, sometimes surrounded by a multiblock structure."] + id: "7DB12309CFBAC872" + tasks: [ + { + id: "6880E51D8E1909C7" + type: "item" + title: "Any soul fire base block" + item: { + id: "itemfilters:tag" + Count: 1b + tag: { + value: "minecraft:soul_fire_base_blocks" + } + } + } + { + id: "75AC0526B7114C4D" + type: "item" + item: { + id: "minecraft:flint_and_steel" + Count: 1b + tag: { + Damage: 0 + } + } + } + ] + rewards: [{ + id: "392FE58A974F5204" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 16747259 + Loot: "aof:loot_bags/magic/common" + Name: "Magic Common Lootbag" + } + } + }] + } + { + x: -1.5d + y: -2.0d + subtitle: "No its not Floo powder" + description: [ + "The start of almost any recipe in Spirit involves Soul Powder. Simply throw glowstone dust or blocks into soul fire and it will produce soul powder" + "" + "You can use this soul powder to make the various crystals in the game, or to make soul steel for the various pedestals in Spirit." + ] + dependencies: ["7DB12309CFBAC872"] + id: "4DCAFBE2471538E1" + tasks: [{ + id: "0A8F36FC5B5AA0E5" + type: "item" + item: "spirit:soul_powder" + }] + rewards: [{ + id: "2F7EE2C7D50F035B" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: -1.5d + y: 0.0d + subtitle: "Spiritually Reinforced" + description: [ + "Soul Steel is the basis for more advanced uses of souls in Spirit. Its used as a crafting component for the pedestals in Spirit, as well as the tools and the soul cage." + "" + "Although the soul steel tools need soul steel as a crafting component, they cannot be used as a repair material. Rather, throwing your tools into a soul fire will allow them to regain their durability." + ] + dependencies: ["4DCAFBE2471538E1"] + id: "3C0EA955C527A549" + tasks: [{ + id: "267E7829F047EDD4" + type: "item" + item: "spirit:soul_steel_ingot" + }] + rewards: [{ + id: "3A7C3A6AE22BB61F" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 0.5d + y: -2.0d + subtitle: "Soul Ensnarement" + description: [ + "Spirit being a mod about souls, having a receptacle for souls is fairly important. By killing mobs, you can store souls in one of 3 kinds of crystals; Soul Crystal Shard, the Crude Soul Crystal, and the Soul Crystal." + "" + "The Soul Crystal Shard can hold 1 soul of any type. This is fairly useful when you are just getting started with soul transmutation recipes, as the more expensive Soul Crystal is the only other way to store specific kinds of souls" + "" + "The Crude Soul crystal can store a large amount of any kind of soul. While its useful for storing a large amount of souls, it unfortunately is unable to retain a specific kind of soul. This can be useful for storing large amounts of 'Crude' Souls for recipes or for ammo with the Soul Steel Bow." + "" + "Lastly is the Soul Crystal. It can store the most of all the crystals, and can only store a souls of 1 kind of mob. This crystal is the most powerful of the crystal varieties, allowing you to harness the souls in the crystal to perform special abilities and to create a powerful mob spawner." + ] + dependencies: ["4DCAFBE2471538E1"] + id: "5A48AB6285838A58" + tasks: [{ + id: "3EC8BA43C7F70879" + type: "item" + item: "spirit:soul_crystal" + }] + rewards: [{ + id: "7C7AA97C4093406B" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 0.5d + y: 0.0d + subtitle: "Soulful Summoning" + description: [ + "With enough soul steel, you are able to craft the Soul Cage. The Soul Cage is used to summon mobs of the same type found in the soul crystal inside of it." + "" + "In order to summon mobs, the Soul Crystal inside the cage needs a minimum of 64 souls, with each tier after that needing twice as many souls (64, 128, 256, 512). Each tier grants new benefits or improvements to the soul cage, benefits that can be viewed in REI by pressing 'U' on the Soul Cage or Soul Crystal." + "" + "Please note, even though you need to kill souls in order to increase the soul count on a crystal, mobs summoned from the Soul Cage do NOT increase the number of souls in the Soul Cage" + ] + dependencies: [ + "3C0EA955C527A549" + "5A48AB6285838A58" + ] + id: "7F08BC132061C6B7" + tasks: [{ + id: "70EC88D69A4EC1C4" + type: "item" + item: "spirit:soul_cage" + }] + rewards: [{ + id: "0C909584AC4852DD" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: -3.5d + y: 0.0d + subtitle: "Crystal Math" + description: [ + "The Crystal Pedestal is a key tool for managing the souls in your soul crystal. By placing the soul crystal onto the pedestal, you are able to collect the souls from mobs that a player kills nearby it. This allows you to collect souls with other people! Note however, that the range is only around 4 blocks in each direction." + "" + "By placing a soul crystal, you can also move souls off of one crystal onto another. Souls will always move from the players hand onto the pedestal. Note though, you can only combine souls of the same kind if you use the Soul Crystal, and souls transferred onto a Crude Soul Crystal lose their specificity." + ] + dependencies: ["3C0EA955C527A549"] + id: "68224BA2D42CF05B" + tasks: [{ + id: "361310780454A9AA" + type: "item" + item: "spirit:crystal_pedestal" + }] + rewards: [{ + id: "6127471AAEFBB469" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: -5.5d + y: 0.0d + subtitle: "Cultish Tendencies" + description: [ + "Some recipes in Spirit involve creating a ritual to perform Soul Transmutation. By setting up these pedestals in this EXACT setup, you can use souls and items to craft mobs and even other souls." + "{image:spirit:textures/quests/diagram.png width:160 height:100 align:1}" + "" + "Right click the Soul Pedestal with a crystal containing souls to place a soul onto it. Using a Crude Soul Crystal will place a Crude Soul onto the table, while a Soul Crystal Shard or Soul Crystal will place a specific kind of soul." + "" + "Right clicking a table with a specific kind of soul with a Soul Steel Wand will turn the soul into a Crude Soul." + ] + dependencies: ["68224BA2D42CF05B"] + id: "10D39CBF282C6B93" + tasks: [ + { + id: "08E1C94D9A75D5DD" + type: "item" + item: "spirit:soul_pedestal" + } + { + id: "010783BF82678A2D" + type: "item" + item: "spirit:pedestal" + count: 8L + } + { + id: "18473B617BB90585" + type: "item" + item: "spirit:soul_steel_wand" + } + ] + rewards: [{ + id: "1DE6E63DE8E883C8" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Loot: "aof:loot_bags/magic/epic" + Name: "Magic Epic Lootbag" + } + } + }] + } + { + x: -3.0d + y: -2.0d + dependencies: ["7DE1D577EA0AD29D"] + id: "3983DD620664505B" + tasks: [{ + id: "2247BF5E35761781" + type: "item" + item: { + id: "spirit:soul_steel_sword" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "60B7100F991366BE" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: -5.0d + y: -3.5d + dependencies: ["7DE1D577EA0AD29D"] + id: "63765EF8D9210758" + tasks: [{ + id: "0F8B3D7F170345C3" + type: "item" + item: { + id: "spirit:soul_steel_pickaxe" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "0C8181AA57290CBF" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: -3.0d + y: -3.0d + dependencies: ["7DE1D577EA0AD29D"] + id: "046943F4BC7EEC3D" + tasks: [{ + id: "4E463E6E28C2871F" + type: "item" + item: { + id: "spirit:soul_steel_bow" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "4B527FB9BE3D0407" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: -6.0d + y: -3.0d + dependencies: ["7DE1D577EA0AD29D"] + id: "1CB2FC4B816A1192" + tasks: [{ + id: "585B52946452042B" + type: "item" + item: { + id: "spirit:soul_steel_shovel" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "166ACB654A016528" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: -6.0d + y: -2.0d + dependencies: ["7DE1D577EA0AD29D"] + id: "728998EC35AE202F" + tasks: [{ + id: "07AF6B6A41E4DCF5" + type: "item" + item: { + id: "spirit:soul_steel_hoe" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "5CFFB6AE97983E59" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: -4.0d + y: -3.5d + dependencies: ["7DE1D577EA0AD29D"] + id: "12F05D8C465678CB" + tasks: [{ + id: "27DAAAFC96BD193E" + type: "item" + item: { + id: "spirit:soul_steel_axe" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "71E3A5E434007D54" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Loot: "aof:loot_bags/magic/rare" + Name: "Magic Rare Lootbag" + } + } + }] + } + { + x: 2.0d + y: -1.0d + subtitle: "Beep Booooo" + description: [ + "Spawning your mobs is great, but with the Soul Revitalizer, no longer shall you need to spawn things in your world! Instead, your nifty little Soul Revitalizer uses the power inside the crystal alongside the energy supplied to it to generate mob drops." + "" + "It requires 8 pylons to be placed around it, and you have plenty of options to chose from to make an efficient setup." + ] + dependencies: [ + "7F08BC132061C6B7" + "5A48AB6285838A58" + ] + id: "2718E29F6437CE43" + tasks: [{ + id: "100225913C1B8157" + type: "item" + item: "vitalize:soul_revitalizer" + }] + rewards: [{ + id: "631875693BCF7C94" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "LEGENDARY" + Color: 16747259 + Name: "Magic Legendary Lootbag" + Loot: "aof:loot_bags/magic/legendary" + } + } + }] + } + { + x: 3.5d + y: -1.0d + subtitle: "Uhh... Don't tell Vazkii" + description: [ + "The base pylon doesn't have any benefits, but is the bare minimum requirement to get the Soul Revitalizer up and running." + "" + "Placing the Soul Revitalizer in the world will show you where you need to place all 8 of your pylons, and they do not require any energy or fuel." + ] + dependencies: ["2718E29F6437CE43"] + id: "4FE5ADA8DDCAAD93" + tasks: [{ + id: "3254A9810208512B" + type: "item" + item: "vitalize:pylon_base" + }] + rewards: [{ + id: "71923A7B06894D92" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Name: "Magic Epic Lootbag" + Loot: "aof:loot_bags/magic/epic" + } + } + }] + } + { + x: 4.5d + y: -3.0d + subtitle: "Maximum Efficiency!" + description: ["The efficiency pylon reduces the energy cost of the Soul Revitalizer."] + dependencies: ["4FE5ADA8DDCAAD93"] + id: "1D669FD8DE06F664" + tasks: [{ + id: "393ED8D065CA5369" + type: "item" + item: "vitalize:pylon_efficiency" + }] + rewards: [{ + id: "16AA84381E9FBDEA" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Name: "Magic Epic Lootbag" + Loot: "aof:loot_bags/magic/epic" + } + } + }] + } + { + x: 5.0d + y: -2.0d + subtitle: "OFF WITH YOUR HE-" + description: [ + "The beheading pylon is a powerful tool that increases the odds of particular mobs dropping their heads." + "" + "Please note, that not all mobs who have heads are able to drop their head, please let us know if there's a mob whose skull does not drop after using the beheading pylon." + "- CodexAdrian" + ] + dependencies: ["4FE5ADA8DDCAAD93"] + id: "110DB71A4679FFFD" + tasks: [{ + id: "7A7B2475C245C53B" + type: "item" + item: "vitalize:pylon_beheading" + }] + rewards: [{ + id: "4E1AE8672ED85132" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Name: "Magic Epic Lootbag" + Loot: "aof:loot_bags/magic/epic" + } + } + }] + } + { + x: 5.0d + y: -1.0d + subtitle: "Money Money Money" + description: ["The looting pylon does exactly what it says on the tin, granting an additional level of looting per pylon, with a max of 3."] + dependencies: ["4FE5ADA8DDCAAD93"] + id: "4CAE3462163AC4F6" + tasks: [{ + id: "212C2E5914327BF4" + type: "item" + item: "vitalize:pylon_looting" + }] + rewards: [{ + id: "132D4F67872994E8" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Name: "Magic Epic Lootbag" + Loot: "aof:loot_bags/magic/epic" + } + } + }] + } + { + x: 3.5d + y: -3.0d + subtitle: "I. Am. Speed." + description: ["The speeeeed pylon reduces the amount of work time between operations."] + dependencies: ["4FE5ADA8DDCAAD93"] + id: "0FEB1054AAC70F27" + tasks: [{ + id: "29FE4D03568CC2D8" + type: "item" + item: "vitalize:pylon_speed" + }] + rewards: [{ + id: "09FD0BE6821FEBA3" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Name: "Magic Epic Lootbag" + Loot: "aof:loot_bags/magic/epic" + } + } + }] + } + { + x: 4.5d + y: 1.0d + subtitle: "Ding!" + description: [ + "The experience pylon will enable experience drops when a mob is digitally slaughtered." + "" + "Each pylon increases the quality of the experience produced, creating Experience to the first power, Experience to the second power, and Experience to the third power." + ] + dependencies: ["4FE5ADA8DDCAAD93"] + id: "10856B49C3486098" + tasks: [{ + id: "54B8E4CED8C79A33" + type: "item" + item: "vitalize:pylon_experience" + }] + rewards: [{ + id: "7C27D4B3D5DA95BC" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Name: "Magic Epic Lootbag" + Loot: "aof:loot_bags/magic/epic" + } + } + }] + } + { + x: 3.5d + y: 1.0d + subtitle: "HOOTT" + description: ["The flaming pylon will set any digitally animated mob ablaze before it's killed, allowing you to generate cooked products."] + dependencies: ["4FE5ADA8DDCAAD93"] + id: "2CCDE57D27EA104F" + tasks: [{ + id: "16E4E40232CCCA43" + type: "item" + item: "vitalize:pylon_flame" + }] + rewards: [{ + id: "05F2B5C3F527EF3E" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Name: "Magic Epic Lootbag" + Loot: "aof:loot_bags/magic/epic" + } + } + }] + } + { + x: 5.0d + y: 0.0d + subtitle: "Reduce, Reuse, Recycle!" + description: [ + "Probably the most handy of all these pylons, the Recursive pylon will randomly supply the soul crystal inside the Soul Revitalizer with a new soul." + "" + "This can be great for levelling up a low level soul crystal while still generating resources." + ] + dependencies: ["4FE5ADA8DDCAAD93"] + id: "637307D9C03B6AE6" + tasks: [{ + id: "01383488DD2D16F6" + type: "item" + item: "vitalize:pylon_recursive" + }] + rewards: [{ + id: "3127BBB4D6BD6376" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Name: "Magic Epic Lootbag" + Loot: "aof:loot_bags/magic/epic" + } + } + }] + } + { + x: -4.5d + y: -1.5d + subtitle: "Soul of Steel" + description: [ + "Soul Steel Tools are quite special in their abilities. Pressing the keybind listed on your tool, you can empower your tool, which consumes a soul from a soul crystal when a tool action is performed to perform a special ability." + "" + "Soul Steel tools have low durability, but do not require any materials to repair, instead your tool will repair itself when thrown into soul fire." + ] + dependencies: ["3C0EA955C527A549"] + id: "7DE1D577EA0AD29D" + tasks: [{ + id: "26741D7D412D6965" + type: "checkmark" + title: "Tools" + }] + } + { + x: -2.5d + y: 3.5d + subtitle: "Its... different." + description: [ + "The Soul Beacon is quite different from your traditional beacon." + "" + "Unlike your normal beacon, it needn't be placed under clear skies, it only has 2 requirements." + "" + "Just like a beacon, it needs a set of beacon base blocks underneath it. However, because it is the Soul Beacon, the base blocks must either be a soul steel block or a rune block of some kind. The spot under the beacon may be blank and used for moving energy to the beacon." + ] + dependencies: ["3C0EA955C527A549"] + id: "710E6004B2A67C82" + tasks: [{ + id: "03C8A900F5D9F8A3" + type: "item" + item: "reaper:soul_beacon" + }] + rewards: [{ + id: "3C7CB67D3D1FF0A0" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "LEGENDARY" + Color: 16747259 + Name: "Magic Legendary Lootbag" + Loot: "aof:loot_bags/magic/legendary" + } + } + }] + } + { + x: -0.5d + y: 3.5d + subtitle: "The Great Equalizer" + description: [ + "The Reaper Generator is a machine that converts the damage dealt by smashing Soul Catalysts into energy." + "" + "It has 4 input slots on the far right for runes, which can modify its functionality" + "" + "With the right set of runes, the Reaper Generator can also be an effective mob slaying tool." + ] + dependencies: ["3C0EA955C527A549"] + id: "7ABF88F1883465AF" + tasks: [{ + id: "1074291A20EFDA44" + type: "item" + item: "reaper:reaper_generator" + }] + rewards: [{ + id: "5D64DCD760FDE65A" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "LEGENDARY" + Color: 16747259 + Name: "Magic Legendary Lootbag" + Loot: "aof:loot_bags/magic/legendary" + } + } + }] + } + { + x: -3.5d + y: 5.5d + subtitle: "Maximum Effi... wait I already used that one.." + description: ["Reduces the energy cost of the Soul Beacon."] + dependencies: ["710E6004B2A67C82"] + id: "0872A6D8E2893413" + tasks: [{ + id: "6B5B20710687A526" + type: "item" + item: "reaper:rune_block_efficacia" + }] + rewards: [{ + id: "04669D483C16B890" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Name: "Magic Epic Lootbag" + Loot: "aof:loot_bags/magic/epic" + } + } + }] + } + { + x: -3.5d + y: 1.5d + subtitle: "A Dupe you don't have to report ;)" + description: [ + "The Duplici rune will make the Soul Beacon's effect run twice in one operation." + "" + "This can be great when using the Soul Beacon as a offensive tool, doubling up on explosion damage or harmful effects." + ] + dependencies: ["710E6004B2A67C82"] + id: "621351108945549E" + tasks: [{ + id: "20134A1DCC3044A8" + type: "item" + item: "reaper:rune_block_duplici" + }] + rewards: [{ + id: "1A2E2DDC1B416BBB" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Name: "Magic Epic Lootbag" + Loot: "aof:loot_bags/magic/epic" + } + } + }] + } + { + x: -4.5d + y: 2.0d + subtitle: "Intentional Inflation" + description: ["The Dilato rune will \"dilate\" the range of the Soul Beacon, increasing its working area signficantly."] + dependencies: ["710E6004B2A67C82"] + id: "7066271D88101230" + tasks: [{ + id: "38E02ECF1DDF971B" + type: "item" + item: "reaper:rune_block_dilato" + }] + rewards: [{ + id: "1547C0801392ECE3" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Name: "Magic Epic Lootbag" + Loot: "aof:loot_bags/magic/epic" + } + } + }] + } + { + x: -4.5d + y: 3.0d + subtitle: "Don't tell PETA" + description: ["On its own, the Soul Beacon only affects players. By adding the Beastia rune, neutral and passive mobs will also be affected by the affects of the Soul Beacon."] + dependencies: ["710E6004B2A67C82"] + id: "210E3632AB42EF50" + tasks: [{ + id: "7A39C8BB93972473" + type: "item" + item: "reaper:rune_block_beastia" + }] + rewards: [{ + id: "01FBDB754F5A5B66" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Name: "Magic Epic Lootbag" + Loot: "aof:loot_bags/magic/epic" + } + } + }] + } + { + x: -4.5d + y: 4.0d + subtitle: "A Hostile.. takeover?" + description: ["The Hostilis rune enables the Soul Beacon to affect hostile mobs in the nearby area."] + dependencies: ["710E6004B2A67C82"] + id: "202D1FFDC47CBD22" + tasks: [{ + id: "08998796D869CCEA" + type: "item" + item: "reaper:rune_block_hostilis" + }] + rewards: [{ + id: "1BADDF79C0C7911A" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Name: "Magic Epic Lootbag" + Loot: "aof:loot_bags/magic/epic" + } + } + }] + } + { + x: -4.5d + y: 5.0d + subtitle: "Bribin' the Bouncer" + description: [ + "The Possessio rune is arguably one of the most useful, allowing the user to filter whether or not a particular player is either part of the whitelist or blacklist." + "" + "This allows you to filter yourself out of the beacon's effects when you're using the Beacon as an offensive tool, and whitelist yourself when using the beacon as a helpful tool." + "" + "You can toggle the mode of the rune by right clicking with a Soul Steel Wand." + ] + dependencies: ["710E6004B2A67C82"] + id: "1EDB9374116D4451" + tasks: [{ + id: "0405DA941F94513D" + type: "item" + item: "reaper:rune_block_possessio" + }] + rewards: [{ + id: "3DD8865C9F6699D0" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Name: "Magic Epic Lootbag" + Loot: "aof:loot_bags/magic/epic" + } + } + }] + } + { + x: 0.5d + y: 5.5d + subtitle: "Bzzt Bzzt Boom" + description: ["The Reficiat Rune is a rune that allows the Reaper Generator to generate more energy per heart of damage."] + dependencies: ["7ABF88F1883465AF"] + id: "17E4B8F4F14E6DA9" + tasks: [{ + id: "1C5E32CA140711C6" + type: "item" + item: "reaper:rune_reficiat" + }] + rewards: [{ + id: "3140A7B073884DB2" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Name: "Magic Epic Lootbag" + Loot: "aof:loot_bags/magic/epic" + } + } + }] + } + { + x: 1.5d + y: 5.0d + subtitle: "Death comes for us all." + description: [ + "The Obitus rune is a powerful rune that causes anything hit by the power of the Reaper generator to instantly die." + "" + "Combined with a Spiritus rune, this can be a great tool to kill mobs in a farm with." + ] + dependencies: ["7ABF88F1883465AF"] + id: "72C6F4B926DD3EEB" + tasks: [{ + id: "66551875899B0E54" + type: "item" + item: "reaper:rune_obitus" + }] + rewards: [{ + id: "0342D5564ECC7DCD" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Name: "Magic Epic Lootbag" + Loot: "aof:loot_bags/magic/epic" + } + } + }] + } + { + x: 1.5d + y: 4.0d + subtitle: "People are animals too" + description: ["This rune enables the Reaper generator to hit players and extract energy from their souls."] + dependencies: ["7ABF88F1883465AF"] + id: "79A62F463EDF726E" + tasks: [{ + id: "6D067B7D4F323F34" + type: "item" + item: "reaper:rune_humano" + }] + rewards: [{ + id: "21C83D3DBD4D6D4C" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Name: "Magic Epic Lootbag" + Loot: "aof:loot_bags/magic/epic" + } + } + }] + } + { + x: 1.5d + y: 3.0d + subtitle: "Worse than Gas Prices" + description: ["This rune works similarly to the other dilato rune, improving the reaper generator's working area"] + dependencies: ["7ABF88F1883465AF"] + id: "6EA97C351B54704C" + tasks: [{ + id: "3B35A26952D2279A" + type: "item" + item: "reaper:rune_dilato" + }] + rewards: [{ + id: "5ED1936D3C6DAC51" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Name: "Magic Epic Lootbag" + Loot: "aof:loot_bags/magic/epic" + } + } + }] + } + { + x: 1.5d + y: 2.0d + subtitle: "Runnin around at the speed of Souunnddd" + description: ["This rune reduces the cooldown time between the slams of the reaper generator by 50%"] + dependencies: ["7ABF88F1883465AF"] + id: "7A7C4913FD80D16E" + tasks: [{ + id: "2606047B7D3B5687" + type: "item" + item: "reaper:rune_velocitas" + }] + rewards: [{ + id: "4F41AC9A63F89855" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Name: "Magic Epic Lootbag" + Loot: "aof:loot_bags/magic/epic" + } + } + }] + } + { + x: 0.5d + y: 1.5d + subtitle: "Wait it doesn't make energy!?" + description: [ + "Counterintuitively, the Spiritus rune disables the Reaper Generator's ability to generate energy." + "" + "On the flip side, the benefit gained is that the damage the Reaper Generator does is now player damage, meaning its capable of dropping player only drops like blaze rods or wither skeleton skulls and experience." + ] + dependencies: ["7ABF88F1883465AF"] + id: "2D52E62B1D6E4CD4" + tasks: [{ + id: "624103F01A1BDBC6" + type: "item" + item: "reaper:rune_spiritus" + }] + rewards: [{ + id: "54CE2D0FA1090863" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Name: "Magic Epic Lootbag" + Loot: "aof:loot_bags/magic/epic" + } + } + }] + } + ] + quest_links: [ ] +} diff --git a/config/ftbquests/quests/chapters/storage.snbt b/config/ftbquests/quests/chapters/storage.snbt new file mode 100644 index 0000000..187dcdc --- /dev/null +++ b/config/ftbquests/quests/chapters/storage.snbt @@ -0,0 +1,1326 @@ +{ + id: "2D905E8603BFEC34" + group: "33A417364C0A17FE" + order_index: 0 + filename: "storage" + title: "Storage" + icon: "bewitchment:juniper_chest" + default_quest_shape: "square" + default_hide_dependency_lines: false + quests: [ + { + title: "Bigger Chests" + x: 5.0d + y: -2.5d + subtitle: "A looters choice of storage." + dependencies: ["14B66E70E819E971"] + id: "775BEA78AEB9EE77" + tasks: [{ + id: "4E720A38A6D9CFE6" + type: "item" + item: "ironchests:iron_chest" + }] + rewards: [{ + id: "72E6657DCBC091DD" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + title: "Even bigger chests" + x: 5.0d + y: -1.5d + subtitle: "May the chests be shining." + dependencies: ["775BEA78AEB9EE77"] + id: "04E1293B787FF906" + tasks: [{ + id: "3D1ED067C24B1134" + type: "item" + item: "ironchests:gold_chest" + }] + rewards: [{ + id: "0C6B40A1D5259F9B" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: 5.0d + y: -0.5d + dependencies: ["04E1293B787FF906"] + id: "7F69917A95491A52" + tasks: [{ + id: "1ED0C18AAD522A97" + type: "item" + item: "ironchests:diamond_chest" + }] + rewards: [{ + id: "0FDD16C621DE343E" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: 5.0d + y: 0.5d + dependencies: ["7F69917A95491A52"] + id: "723E09B161CC9E33" + tasks: [{ + id: "6C3A22620D3799C5" + type: "item" + item: "ironchests:obsidian_chest" + }] + rewards: [{ + id: "63EF1C387A4302C1" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: 5.0d + y: 1.5d + dependencies: ["723E09B161CC9E33"] + id: "072E1CD9A57ABD85" + tasks: [{ + id: "29DEDBBF10195987" + type: "item" + item: "ironchests:netherite_chest" + }] + rewards: [{ + id: "55B3A2B649CEF34A" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: 11.5d + y: -3.5d + subtitle: "Another storage drawer in disguise." + description: [ + "Bronze barrels can used to store and move 32 stacks of one item." + "" + "Amount of stacks allowed increase for each tier of barrel." + ] + dependencies: ["523A049CF07AD75B"] + id: "701620712CC907D7" + tasks: [{ + id: "00779B056A43DEEA" + type: "item" + item: "modern_industrialization:bronze_barrel" + }] + rewards: [{ + id: "44DDE4E812AD843B" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: 11.5d + y: -2.5d + dependencies: ["701620712CC907D7"] + id: "3E9D89B146C5CD1A" + tasks: [{ + id: "31025F43DEF2146E" + type: "item" + item: "modern_industrialization:steel_barrel" + }] + rewards: [{ + id: "039EF16C6D85EDF1" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: 11.5d + y: -1.5d + dependencies: ["3E9D89B146C5CD1A"] + id: "4D0BDC938DA76D16" + tasks: [{ + id: "6A117D9E6E6C396A" + type: "item" + item: "modern_industrialization:aluminum_barrel" + }] + rewards: [{ + id: "2F49B370CC6AAFB5" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: 11.5d + y: -0.5d + dependencies: ["4D0BDC938DA76D16"] + id: "11A648D56AFA31D1" + tasks: [{ + id: "1D224B514E4D27BB" + type: "item" + item: "modern_industrialization:stainless_steel_barrel" + }] + rewards: [{ + id: "015360CE95B7EA54" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: 11.5d + y: 0.5d + dependencies: ["11A648D56AFA31D1"] + id: "4D59362F0B630ACA" + tasks: [{ + id: "477D2F4E7B22493B" + type: "item" + item: "modern_industrialization:titanium_barrel" + }] + rewards: [{ + id: "17B951959802C1F7" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: 11.5d + y: 1.5d + dependencies: ["4D59362F0B630ACA"] + id: "21BD1BBF2F0833A9" + tasks: [{ + id: "01BCEFA7EAD4F9DB" + type: "item" + item: "modern_industrialization:quantum_barrel" + }] + rewards: [{ + id: "6856885AE5974BD5" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: 12.5d + y: -3.5d + subtitle: "Right-click with buckets or other tanks to transfer fluids." + description: [ + "Bronze Tanks can store up to 4 buckets each." + "You can use that to interact with machines and can also be placed in the world." + "" + "TIP: Tanks are stackable if containing the same fluid." + ] + dependencies: ["523A049CF07AD75B"] + id: "3C5A8EA9636BF12F" + tasks: [{ + id: "0E647B945E58B453" + type: "item" + item: "modern_industrialization:bronze_tank" + }] + rewards: [{ + id: "5B399AB56686D38F" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: 12.5d + y: -2.5d + dependencies: ["3C5A8EA9636BF12F"] + id: "57370D36B9C896E2" + tasks: [{ + id: "0AA5B170D809E302" + type: "item" + item: "modern_industrialization:steel_tank" + }] + rewards: [{ + id: "198C06FE0F96B338" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: 12.5d + y: -1.5d + dependencies: ["57370D36B9C896E2"] + id: "4DC3D05A8F8BBF75" + tasks: [{ + id: "0D0319BE9A5E8567" + type: "item" + item: "modern_industrialization:aluminum_tank" + }] + rewards: [{ + id: "2562D23B5521DBDC" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: 12.5d + y: -0.5d + dependencies: ["4DC3D05A8F8BBF75"] + id: "7493E18AF65B41DE" + tasks: [{ + id: "6436BE309468817B" + type: "item" + item: "modern_industrialization:stainless_steel_tank" + }] + rewards: [{ + id: "4BCF3FAC9810A238" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: 12.5d + y: 0.5d + dependencies: ["7493E18AF65B41DE"] + id: "73629FD7B57CD7AB" + tasks: [{ + id: "535970933372DF89" + type: "item" + item: "modern_industrialization:titanium_tank" + }] + rewards: [{ + id: "754C49A9229F07B1" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: 12.5d + y: 1.5d + dependencies: ["73629FD7B57CD7AB"] + id: "49DE26F91AA4CE1A" + tasks: [{ + id: "0F1698CB2970E678" + type: "item" + item: "modern_industrialization:quantum_tank" + }] + rewards: [{ + id: "32E6F0A5F23DDEC7" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + title: "Dank MK1" + x: 6.0d + y: -3.5d + subtitle: "Miner's pickup tool of choice." + description: [ + "Bag Mode:" + "" + "- In bag mode, the dank acts like a backpack." + "" + "- Sneaking while hovering the tooltip will show contained items and the currently assigned keybind." + "" + "Construction Mode:" + "" + "- While in construction mode, the dank can no longer be placed down and will gain the enchantment glow to show that it's in construction mode." + "" + "- While in construction mode, the dank storage has a selected slot, sneak - mousewheel will change the selected slot, pickblock functionality also works as well." + "" + "- Right-clicking while the dank is in this state will attempt to use the currently selected item whether it be a block, a snowball, or even shears. Even potions and most food items can be consumed this way." + ] + dependencies: ["6F2E92752228528C"] + id: "08812AFA81E0361B" + tasks: [{ + id: "5AC950AE1240C497" + type: "item" + item: "dankstorage:dank_1" + }] + rewards: [{ + id: "1A3BD1E2A0F65CE7" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + title: "Dank MK2" + x: 6.0d + y: -2.5d + dependencies: ["08812AFA81E0361B"] + id: "237A9481E48FF78E" + tasks: [{ + id: "7458103DE8D41CFD" + type: "item" + item: "dankstorage:dank_2" + }] + rewards: [{ + id: "1B10D91F6BD5D966" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + title: "Dank MK3" + x: 6.0d + y: -1.5d + dependencies: ["237A9481E48FF78E"] + id: "1ACB51C22A6CD24E" + tasks: [{ + id: "6B69BD987268BFE9" + type: "item" + item: "dankstorage:dank_3" + }] + rewards: [{ + id: "77BFF9E98FDCEF93" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + title: "Dank MK4" + x: 6.0d + y: -0.5d + dependencies: ["1ACB51C22A6CD24E"] + id: "3F2424B1D10C7EE9" + tasks: [{ + id: "1C9D9C9CDC0730F0" + type: "item" + item: "dankstorage:dank_4" + }] + rewards: [{ + id: "3C963338958D7F56" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + title: "Dank MK5" + x: 6.0d + y: 0.5d + dependencies: ["3F2424B1D10C7EE9"] + id: "08B93BF6A7AE7007" + tasks: [{ + id: "78E8E5FE38C585C4" + type: "item" + item: "dankstorage:dank_5" + }] + rewards: [{ + id: "6E910A9942E4853F" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + title: "Dank MK6" + x: 6.0d + y: 1.5d + dependencies: ["08B93BF6A7AE7007"] + id: "39AD0699B2DBAE16" + tasks: [{ + id: "6F2EBCEF613C0B9B" + type: "item" + item: "dankstorage:dank_6" + }] + rewards: [{ + id: "004F8F160C4AC433" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + title: "Dank MK7" + x: 6.0d + y: 2.5d + dependencies: ["39AD0699B2DBAE16"] + id: "2557F1066749B6D7" + tasks: [{ + id: "015B208F0D6BEDCF" + type: "item" + item: "dankstorage:dank_7" + }] + rewards: [{ + id: "5B023D3FF530D24F" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: 9.0d + y: -3.5d + subtitle: "Right click with buckets or other tanks to transfer fluids." + dependencies: ["64082742D6539923"] + id: "691F1102DCB3851D" + tasks: [{ + id: "2D8DB2A4B2A7CCBE" + type: "item" + item: "techreborn:basic_tank_unit" + }] + rewards: [{ + id: "7F39C502358FD965" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + title: "Crude Storage Unit" + x: 8.0d + y: -3.5d + subtitle: "Storage drawer in disguise." + dependencies: ["64082742D6539923"] + id: "16D84060C075DC03" + tasks: [{ + id: "14EAC75C541EAC9F" + type: "item" + item: "techreborn:crude_storage_unit" + }] + rewards: [{ + id: "2D4672D6BE065F13" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: 8.0d + y: -2.5d + dependencies: ["16D84060C075DC03"] + id: "3E37A08E65F102D8" + tasks: [{ + id: "332A6C8DE153FB8A" + type: "item" + item: "techreborn:basic_storage_unit" + }] + rewards: [{ + id: "700802785069C43C" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: 9.0d + y: -2.5d + dependencies: ["691F1102DCB3851D"] + id: "2AEBEE27B2451EEA" + tasks: [{ + id: "34281E506046CD51" + type: "item" + item: "techreborn:advanced_tank_unit" + }] + rewards: [{ + id: "7BD2C81CF7A59B8D" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: 8.0d + y: -1.5d + dependencies: ["3E37A08E65F102D8"] + id: "3BBD2850B68661AB" + tasks: [{ + id: "22CE468B3AC15142" + type: "item" + item: "techreborn:advanced_storage_unit" + }] + rewards: [{ + id: "1F9D5E66AD68A1CD" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: 8.0d + y: -0.5d + dependencies: ["3BBD2850B68661AB"] + id: "6A0AF132BE5A8AAE" + tasks: [{ + id: "012C6C1DF6C46F0F" + type: "item" + item: "techreborn:industrial_storage_unit" + }] + rewards: [{ + id: "3116B64A5A85BD93" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: 8.0d + y: 0.5d + dependencies: ["6A0AF132BE5A8AAE"] + id: "3A44CCFDB872EA17" + tasks: [{ + id: "272347DF31B60E19" + type: "item" + item: "techreborn:quantum_storage_unit" + }] + rewards: [{ + id: "4A15D46C23B25C09" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: 9.0d + y: -1.5d + dependencies: ["2AEBEE27B2451EEA"] + id: "1A19CF23FD98EC6B" + tasks: [{ + id: "41F08E4226C2B034" + type: "item" + item: "techreborn:industrial_tank_unit" + }] + rewards: [{ + id: "7AFB9E67691BDBC8" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: 9.0d + y: -0.5d + dependencies: ["1A19CF23FD98EC6B"] + id: "7F5430EAC0D58A99" + tasks: [{ + id: "1B1315F65EE4559C" + type: "item" + item: "techreborn:quantum_tank_unit" + }] + rewards: [{ + id: "1A21AC074B8E024E" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: 12.0d + y: -5.0d + subtitle: "Barrels and tanks of different sizes. You know what they are.. They have no disguises." + description: [ + "Barrels are used for mass storage of the same item. Shows count and item on front. " + "" + "Tanks are used for high amounts of fluid storage." + "Can be used as a buffer and is movable with contents intact on break." + "Tanks are stackable if containing the same fluid." + ] + id: "523A049CF07AD75B" + tasks: [{ + id: "7279364B4E1843D4" + type: "checkmark" + title: "Modern Industrialization" + }] + } + { + x: 9.0d + y: -5.0d + description: [ + "Storage units are single item, mass storage devices with an inventory count on the face." + "" + "Tank units store liquids.. that's about it." + "" + "Battery Box, MFE, MFSU and Interdimensional SU are energy storage devices." + "You can view their inventory and use the slot they have to charge devices." + ] + id: "64082742D6539923" + tasks: [{ + id: "77F4F6BBF4F8AF10" + type: "checkmark" + title: "Tech Reborn" + }] + } + { + x: 5.0d + y: -5.0d + subtitle: "Learn about the basics of storage." + description: [ + "Backpacks for increased inventory" + "" + "Chests for mass storage" + "" + "Barrels for buffers in automation or so you can access its inventory in tight spots." + "" + "Danks for automatic portable storage and dynamic inventory block placement." + ] + id: "6F2E92752228528C" + tasks: [{ + id: "4A26CDEE07DCD4B8" + type: "checkmark" + title: "Basic Storage" + }] + } + { + x: 10.0d + y: -3.5d + subtitle: "Stores energy and charges items. " + dependencies: ["64082742D6539923"] + id: "02C255C9CAC286C8" + tasks: [{ + id: "2901054D6A1E5169" + type: "item" + item: "techreborn:low_voltage_su" + }] + rewards: [{ + id: "3C0BA78DE2245A7A" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: 10.0d + y: -2.5d + dependencies: ["02C255C9CAC286C8"] + id: "363CEF71CB948F73" + tasks: [{ + id: "3E91DD78CB3B5A29" + type: "item" + item: "techreborn:medium_voltage_su" + }] + rewards: [{ + id: "6788BF9184B6D5FE" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: 10.0d + y: -1.5d + dependencies: ["363CEF71CB948F73"] + id: "1DA0468352954BA9" + tasks: [{ + id: "729C6F46550B4901" + type: "item" + item: "techreborn:high_voltage_su" + }] + rewards: [{ + id: "5A504F6C577A5282" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: 10.0d + y: -0.5d + dependencies: ["1DA0468352954BA9"] + id: "247204A995A00576" + tasks: [{ + id: "619C6FB574819C0A" + type: "item" + item: "techreborn:interdimensional_su" + }] + rewards: [{ + id: "2E86B7FAE02703F6" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: 14.0d + y: -5.0d + subtitle: "Let the energy revolutionize!" + description: ["An Indrevian version of an energy storage device."] + id: "679464B1F04B106E" + tasks: [{ + id: "0FB2E00F0013C475" + type: "checkmark" + title: "Industrial Revolution" + }] + } + { + x: 14.0d + y: -3.5d + subtitle: "Stores energy and charges items. " + dependencies: ["679464B1F04B106E"] + id: "17F540DAE69F9836" + tasks: [{ + id: "7659005A22D97F38" + type: "item" + item: "indrev:lazuli_flux_container_mk1" + }] + rewards: [{ + id: "276DCC3715091A7E" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: 14.0d + y: -2.5d + dependencies: ["17F540DAE69F9836"] + id: "4D4D4AB0102E6B6E" + tasks: [{ + id: "6C0809992B96502B" + type: "item" + item: "indrev:lazuli_flux_container_mk2" + }] + rewards: [{ + id: "6F48461E12F09FD4" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: 14.0d + y: -1.5d + dependencies: ["4D4D4AB0102E6B6E"] + id: "02B1E8CECB57D77C" + tasks: [{ + id: "20203EEE0087B7A5" + type: "item" + item: "indrev:lazuli_flux_container_mk3" + }] + rewards: [{ + id: "1D6EDBAE03267B45" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: 14.0d + y: -0.5d + dependencies: ["02B1E8CECB57D77C"] + id: "4A9EAB93BC030448" + tasks: [{ + id: "46EBA4968DDC5066" + type: "item" + item: "indrev:lazuli_flux_container_mk4" + }] + rewards: [{ + id: "0F1B6F6BF9A961B9" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Loot: "aof:loot_bags/misc/logistics" + Name: "Logistics & Storage Lootbag" + } + } + }] + } + { + x: 5.0d + y: -3.5d + dependencies: ["6F2E92752228528C"] + id: "14B66E70E819E971" + tasks: [{ + id: "374969D1C1F94B2C" + type: "item" + item: "ironchests:copper_chest" + }] + rewards: [{ + id: "545C569BD9E1A752" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Name: "Logistics & Storage Lootbag" + Loot: "aof:loot_bags/misc/logistics" + } + } + }] + } + { + x: 4.0d + y: -3.5d + dependencies: ["6F2E92752228528C"] + id: "3AFCDE344CBE756D" + tasks: [{ + id: "7E31CB0A06DAC239" + type: "item" + item: "inmis:frayed_backpack" + }] + rewards: [{ + id: "13FA52F0771DF692" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Name: "Logistics & Storage Lootbag" + Loot: "aof:loot_bags/misc/logistics" + } + } + }] + } + { + x: 4.0d + y: -2.5d + dependencies: ["3AFCDE344CBE756D"] + id: "5C6CECD0676CD9CC" + tasks: [{ + id: "5378E80C9210322F" + type: "item" + item: "inmis:plated_backpack" + }] + rewards: [{ + id: "6FECB84D7892EF98" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Name: "Logistics & Storage Lootbag" + Loot: "aof:loot_bags/misc/logistics" + } + } + }] + } + { + x: 4.0d + y: -1.5d + dependencies: ["5C6CECD0676CD9CC"] + id: "223E6F91F61F23EF" + tasks: [{ + id: "4D0B7E2ED1BBA1DD" + type: "item" + item: "inmis:gilded_backpack" + }] + rewards: [{ + id: "12B8A09A6983EBBC" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Name: "Logistics & Storage Lootbag" + Loot: "aof:loot_bags/misc/logistics" + } + } + }] + } + { + x: 4.0d + y: -0.5d + dependencies: ["223E6F91F61F23EF"] + id: "07F6895AC373A6CF" + tasks: [{ + id: "310DCA673D9876DF" + type: "item" + item: "inmis:bejeweled_backpack" + }] + rewards: [{ + id: "6CD2D9E00F08B1B4" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Name: "Logistics & Storage Lootbag" + Loot: "aof:loot_bags/misc/logistics" + } + } + }] + } + { + x: 4.0d + y: 0.5d + dependencies: ["07F6895AC373A6CF"] + id: "4A0391B2A4EB77C0" + tasks: [{ + id: "4E1A42E3182CDC7B" + type: "item" + item: "inmis:withered_backpack" + }] + rewards: [{ + id: "2555C9ED7CDC3908" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Name: "Logistics & Storage Lootbag" + Loot: "aof:loot_bags/misc/logistics" + } + } + }] + } + { + x: 4.0d + y: 1.5d + dependencies: ["4A0391B2A4EB77C0"] + id: "1E3A86A11C6DEA17" + tasks: [{ + id: "54AB3DA88C51560D" + type: "item" + item: "inmis:endless_backpack" + }] + rewards: [{ + id: "42B16B5FB80B7DFB" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 16747259 + Name: "Logistics & Storage Lootbag" + Loot: "aof:loot_bags/misc/logistics" + } + } + }] + } + ] + quest_links: [ ] +} diff --git a/config/ftbquests/quests/chapters/tech_reborn.snbt b/config/ftbquests/quests/chapters/tech_reborn.snbt new file mode 100644 index 0000000..3c83918 --- /dev/null +++ b/config/ftbquests/quests/chapters/tech_reborn.snbt @@ -0,0 +1,3270 @@ +{ + id: "72B7D7CF2F338EAC" + group: "0815C5D80307ECDF" + order_index: 5 + filename: "tech_reborn" + title: "Tech Reborn" + icon: "techreborn:matter_fabricator" + default_quest_shape: "rsquare" + default_hide_dependency_lines: false + images: [{ + x: -18.5d + y: -4.5d + width: 3.0d + height: 3.0d + rotation: 10.0d + image: "techreborn:textures/item/part/digital_display.png" + hover: [ ] + click: "" + dev: false + corner: false + }] + quests: [ + { + title: "Tech Reborn" + icon: "techreborn:manual" + x: -20.0d + y: 3.0d + subtitle: "Tech Reborn is a tech mod including tools and machines to gather resources, process materials, and progress through the mod." + description: [ + "You start from burning coal for energy to reacting different fluids in fusion reactor for generating energy" + "> Yes it does give a refined iron" + ] + id: "37F10FC248B237FF" + tasks: [{ + id: "3AE8A565D3BDC2FA" + type: "checkmark" + }] + rewards: [{ + id: "546044F7F2A2862B" + type: "item" + item: "techreborn:manual" + }] + } + { + icon: { + id: "techreborn:treetap" + Count: 1b + tag: { + Damage: 0 + } + } + x: -20.0d + y: 5.0d + subtitle: "Used to extract sap from rubber trees." + description: [ + "The Sap is placed into the inventory of the player that is using it." + "" + "Its durability lasts 20 uses before it is destroyed." + ] + dependencies: ["37F10FC248B237FF"] + id: "7E7E9BDBB70B25C1" + tasks: [ + { + id: "3C2F99001860B9E8" + type: "item" + item: { + id: "techreborn:treetap" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "492D0F0F4BAA3931" + type: "item" + item: "techreborn:sap" + count: 6L + } + { + id: "68E17F6E8980B879" + type: "item" + item: "techreborn:rubber" + count: 6L + } + ] + rewards: [ + { + id: "1370B40BF917925A" + type: "item" + item: { + id: "techreborn:treetap" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "66137520279AFCB1" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 3706623 + Name: "Tech Reborn Common Lootbag" + Loot: "aof:loot_bags/tech_reborn/common" + } + } + } + ] + } + { + title: "Refining Iron" + x: -18.0d + y: 3.0d + subtitle: "An Iron Ingot in a furnace.. It's now refined!" + description: [ + "Refined Iron is the key ingredient in most of Tech Reborn," + "You'll need alot of it." + ] + dependencies: ["37F10FC248B237FF"] + id: "38EAD09F2E4BE8B8" + tasks: [{ + id: "76E9BBA63602A37A" + type: "item" + item: "techreborn:refined_iron_ingot" + count: 8L + }] + rewards: [ + { + id: "28031C88C2918419" + type: "item" + item: "minecraft:iron_ingot" + count: 4 + } + { + id: "681BB3BC239CF80A" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 3706623 + Name: "Tech Reborn Common Lootbag" + Loot: "aof:loot_bags/tech_reborn/common" + } + } + } + ] + } + { + x: -13.5d + y: 3.0d + subtitle: "A part used in crafting the basic machines, tools, and their component parts." + dependencies: [ + "38EAD09F2E4BE8B8" + "287488B90D26152E" + ] + id: "080ED62486BE9176" + tasks: [{ + id: "4C79921177EFADDC" + type: "item" + item: "techreborn:electronic_circuit" + }] + rewards: [{ + id: "2C254166FFEA3949" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 3706623 + Name: "Tech Reborn Common Lootbag" + Loot: "aof:loot_bags/tech_reborn/common" + } + } + }] + } + { + title: "Generating Power" + icon: "techreborn:solid_fuel_generator" + x: -13.5d + y: -8.0d + subtitle: "The most basic power generator in the mod and produces energy by burning coal or wood." + description: [ + "It will power adjacent blocks or remote blocks using cables." + "" + "It is also used as an ingredient for more advanced machines. " + "" + "It will not consume fuel if there is not enough room to store the produced energy (e.g. It will pause burning the fuel until there is room for another tick worth of energy)." + ] + dependencies: ["14F7AC09561537D7"] + id: "495D51C7C05AF3B8" + tasks: [{ + id: "17F4F43262189636" + type: "item" + item: "techreborn:solid_fuel_generator" + }] + rewards: [ + { + id: "46EDE253B7061413" + type: "item" + item: "minecraft:coal_block" + } + { + id: "337B47D9AD769ECA" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 3706623 + Name: "Tech Reborn Common Lootbag" + Loot: "aof:loot_bags/tech_reborn/common" + } + } + } + ] + } + { + x: -12.0d + y: 5.0d + subtitle: "A machine that behaves like a Furnace, and consumes Energy instead of fuel." + description: ["To be exact, using a single piece of coal in a coal generator and 4x Overclock upgrades it lets you smelt 222 items."] + dependencies: ["080ED62486BE9176"] + id: "74D403CD901F8CB3" + tasks: [{ + id: "67549940FC735CCB" + type: "item" + item: "techreborn:electric_furnace" + }] + rewards: [ + { + id: "7BE4757FD9082E73" + type: "item" + item: "minecraft:porkchop" + } + { + id: "2FE4DE3593B741F7" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 3706623 + Name: "Tech Reborn Common Lootbag" + Loot: "aof:loot_bags/tech_reborn/common" + } + } + } + ] + } + { + x: -12.5d + y: -3.5d + subtitle: "Grind some stuffs" + description: [ + "> It can make gravel from cobblestone" + "> And sand from gravel " + ] + dependencies: ["14F7AC09561537D7"] + id: "2C5CADD6727AB741" + tasks: [{ + id: "085CC7F6D9F9E3F0" + type: "item" + item: "techreborn:grinder" + }] + rewards: [ + { + id: "79476464C79EA0E1" + type: "item" + item: "croptopia:flour" + count: 6 + } + { + id: "0F2A152628C42BC2" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 3706623 + Name: "Tech Reborn Common Lootbag" + Loot: "aof:loot_bags/tech_reborn/common" + } + } + } + ] + } + { + x: -17.0d + y: 1.5d + subtitle: "Works much like a traditional furnace, except that it is 56.25% more efficient with the fuel you use." + description: ["Can auto input and output."] + dependencies: ["38EAD09F2E4BE8B8"] + id: "52ECFF0F13BAE84D" + tasks: [{ + id: "491ED2AD681AF639" + type: "item" + item: "techreborn:iron_furnace" + }] + rewards: [{ + id: "3BEFCBADC876AF1C" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 3706623 + Name: "Tech Reborn Common Lootbag" + Loot: "aof:loot_bags/tech_reborn/common" + } + } + }] + } + { + x: -15.0d + y: -1.5d + subtitle: "Mainly used to extract rubber and dyes." + dependencies: ["14F7AC09561537D7"] + id: "29EAEF6690B64BCE" + tasks: [{ + id: "22206CF13738397A" + type: "item" + item: "techreborn:extractor" + }] + rewards: [{ + id: "69DE7D3FE75A1A92" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 3706623 + Name: "Tech Reborn Common Lootbag" + Loot: "aof:loot_bags/tech_reborn/common" + } + } + }] + } + { + x: -14.5d + y: -3.5d + subtitle: "Lets you put items in cells" + description: ["Usefull if you want to go bio-fuel way"] + dependencies: ["14F7AC09561537D7"] + id: "7DA41D6D61CBE36B" + tasks: [{ + id: "38BBB88A75EE8CE6" + type: "item" + item: "techreborn:solid_canning_machine" + }] + rewards: [ + { + id: "6A47EFC488B6A545" + type: "item" + item: "techreborn:compressed_plantball" + } + { + id: "120BD0D100BD0285" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 3706623 + Name: "Tech Reborn Common Lootbag" + Loot: "aof:loot_bags/tech_reborn/common" + } + } + } + ] + } + { + x: -4.5d + y: 0.0d + subtitle: "Used to produce various coils, and vanilla items such as rails and carts." + description: ["> Can be slot locked"] + dependencies: ["332C0D2800027688"] + id: "774F9B1EC7506A41" + tasks: [{ + id: "52BD71FC339CBA98" + type: "item" + item: "techreborn:rolling_machine" + }] + rewards: [ + { + id: "5E1C89A4936C9C4C" + type: "item" + item: "minecraft:pumpkin_pie" + } + { + id: "7E328D4BD067919E" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/rare" + Name: "Tech Reborn Rare Lootbag" + } + } + } + ] + } + { + x: -17.0d + y: -1.5d + subtitle: "Lets you make wires efficiently" + dependencies: ["29EAEF6690B64BCE"] + id: "601D312DA27E2CB7" + tasks: [{ + id: "0E3A7F048E5ED97B" + type: "item" + item: "techreborn:wire_mill" + }] + rewards: [ + { + id: "63672FC3387EEA78" + type: "item" + item: "techreborn:rubber" + count: 2 + } + { + id: "7B79D20D567D573F" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 3706623 + Name: "Tech Reborn Common Lootbag" + Loot: "aof:loot_bags/tech_reborn/common" + } + } + } + ] + } + { + icon: "techreborn:scrapboxinator" + x: -4.0d + y: -7.5d + subtitle: "Converts any item you put into it into Scrap with a 1 in 6 chance to do so." + dependencies: ["28AE94AD5A93CF2F"] + id: "127E953AF11261F9" + tasks: [ + { + id: "52D80A7455E84CD0" + type: "item" + item: "techreborn:recycler" + } + { + id: "1F93FFF43FB3D3AA" + type: "item" + item: "minecraft:cobblestone" + count: 64L + } + ] + rewards: [{ + id: "0ABE388E881B1D70" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/rare" + Name: "Tech Reborn Rare Lootbag" + } + } + }] + } + { + x: -19.0d + y: 0.0d + subtitle: "It lets you automatically collect sap from trees" + description: [ + "> To automate, place a hopper or pipes under it." + "> Make sure the tree has a sap spot." + ] + dependencies: ["5FA218AD7AA5A48C"] + id: "7223F6B9C818DE3C" + tasks: [{ + id: "42B06030439B3BDC" + type: "item" + item: "techreborn:resin_basin" + }] + rewards: [ + { + id: "5A4F27CA9254320E" + type: "item" + item: "minecraft:hopper" + } + { + id: "4201C9EF964ABE68" + type: "item" + item: "minecraft:chest" + } + { + id: "46EFAB6A4F27DD98" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 3706623 + Name: "Tech Reborn Common Lootbag" + Loot: "aof:loot_bags/tech_reborn/common" + } + } + } + ] + } + { + x: -4.5d + y: 3.0d + subtitle: "Used in crafting the advanced machines, tools, and their component parts." + dependencies: ["080ED62486BE9176"] + id: "332C0D2800027688" + tasks: [{ + id: "0F913A6A8D0D4AEA" + type: "item" + item: "techreborn:advanced_circuit" + }] + rewards: [{ + id: "1EC549D37FBC4764" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/rare" + Name: "Tech Reborn Rare Lootbag" + } + } + }] + } + { + x: -12.5d + y: -9.5d + subtitle: "Produces energy from sunlight." + dependencies: [ + "495D51C7C05AF3B8" + "53C9A64CC798A992" + ] + id: "231650F0EE0FFD28" + tasks: [{ + id: "1603F6AFE305FDFA" + type: "item" + item: "techreborn:basic_solar_panel" + }] + rewards: [ + { + id: "219242ED3E210ECE" + type: "item" + item: "minecraft:sunflower" + } + { + id: "2C352AC78F3A3934" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 3706623 + Name: "Tech Reborn Common Lootbag" + Loot: "aof:loot_bags/tech_reborn/common" + } + } + } + ] + } + { + x: -12.5d + y: -11.0d + subtitle: "Produces energy from sunlight." + dependencies: ["231650F0EE0FFD28"] + id: "4BF36AC1C5DB6FDD" + tasks: [{ + id: "3FEB22D1714AB7C3" + type: "item" + item: "techreborn:advanced_solar_panel" + }] + rewards: [ + { + id: "73EFF9985B0F8227" + type: "item" + item: "minecraft:sunflower" + count: 2 + } + { + id: "262B3F2D34D38486" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/rare" + Name: "Tech Reborn Rare Lootbag" + } + } + } + ] + } + { + x: -12.5d + y: -12.5d + subtitle: "Produces energy from sunlight." + dependencies: ["4BF36AC1C5DB6FDD"] + id: "738BAB5E113ECBE0" + tasks: [{ + id: "6596DA16576E85D2" + type: "item" + item: "techreborn:industrial_solar_panel" + }] + rewards: [ + { + id: "7D164386AD271EFF" + type: "item" + item: "minecraft:sunflower" + count: 3 + } + { + id: "2C557BBF2D88AA20" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/epic" + Name: "Tech Reborn Epic Lootbag" + } + } + } + ] + } + { + x: -12.5d + y: -14.0d + subtitle: "Produces energy from sunlight." + dependencies: ["738BAB5E113ECBE0"] + id: "1ECACA41BE117CB8" + tasks: [{ + id: "536AF429E1F09DDB" + type: "item" + item: "techreborn:ultimate_solar_panel" + }] + rewards: [ + { + id: "150D7E43E9A6EA7D" + type: "item" + item: "minecraft:sunflower" + count: 4 + } + { + id: "2F432FD0DAD1A773" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/epic" + Name: "Tech Reborn Epic Lootbag" + } + } + } + ] + } + { + x: -10.0d + y: -14.0d + subtitle: "Produces energy from sunlight." + dependencies: [ + "1ECACA41BE117CB8" + "19F81045C86B4A64" + ] + id: "7B3A9BAC6DE9BD0F" + tasks: [{ + id: "1DBAEB455FF1FD4C" + type: "item" + item: "techreborn:quantum_solar_panel" + }] + rewards: [ + { + id: "3CD5446E7C5919B9" + type: "item" + item: "minecraft:sunflower" + count: 5 + } + { + id: "1A300DFFE902CD75" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/epic" + Name: "Tech Reborn Epic Lootbag" + } + } + } + ] + } + { + x: -2.5d + y: 4.0d + subtitle: "A Crafting Table but.. Automated?" + dependencies: ["332C0D2800027688"] + id: "7A6BBBCE1F1D27BC" + tasks: [{ + id: "5A9264CF54AF6DA9" + type: "item" + item: "techreborn:auto_crafting_table" + }] + rewards: [{ + id: "300BD8325DEA2432" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/rare" + Name: "Tech Reborn Rare Lootbag" + } + } + }] + } + { + x: -19.0d + y: 1.5d + subtitle: "A simple contraption that is used to automate the gathering of fluid (Mostly water)." + description: [ + "It works in a simple fashion, any source fluid directly above it is put into its internal tank (Can only hold a bucket worth of liquid)." + "" + "This can then be pumped out, either by machines or tank units (All sides output besides of course the top of it)." + "" + "This is particularly useful for 2×2 infinite water ponds, simply place the drain under one of the source blocks and watch it drain away. " + "" + "You should probably place a tank underneath the drain and configure it to pull from the drain above it using the interface of the tank." + "" + "It does not require an energy source nor consumes anything, it's entirely gravity-based." + "" + "Can be used to auto-fill buckets." + ] + dependencies: ["38EAD09F2E4BE8B8"] + id: "5FA218AD7AA5A48C" + tasks: [{ + id: "67C411236837B752" + type: "item" + item: "techreborn:drain" + }] + rewards: [ + { + id: "31DF073742CD6CF4" + type: "item" + item: "croptopia:water_bottle" + count: 16 + } + { + id: "71D11D27AE188983" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 3706623 + Name: "Tech Reborn Common Lootbag" + Loot: "aof:loot_bags/tech_reborn/common" + } + } + } + ] + } + { + x: -18.0d + y: 1.5d + subtitle: "Main purpose is to emit sound when given a red-stone signal." + dependencies: ["38EAD09F2E4BE8B8"] + id: "4DDFB090305954A4" + tasks: [{ + id: "3CDA28D204483620" + type: "item" + item: "techreborn:alarm" + }] + rewards: [ + { + id: "20A06AADE98CDC98" + type: "item" + item: { + id: "vanilla-hammers:stone_hammer" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "7B014F52554B0474" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 3706623 + Name: "Tech Reborn Common Lootbag" + Loot: "aof:loot_bags/tech_reborn/common" + } + } + } + ] + } + { + x: -13.5d + y: 5.0d + subtitle: "Increases the speed of TR machines" + dependencies: ["080ED62486BE9176"] + id: "702DD411DE338F78" + tasks: [{ + id: "2FAE9FB5822A811F" + type: "item" + item: "techreborn:overclocker_upgrade" + }] + rewards: [{ + id: "4881E2C5527A9553" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 3706623 + Name: "Tech Reborn Common Lootbag" + Loot: "aof:loot_bags/tech_reborn/common" + } + } + }] + } + { + x: -5.0d + y: -9.5d + subtitle: "A machine used to automate opening Scrap Boxes." + dependencies: ["61517C2A4ECB3929"] + id: "1DA5041B82D4FCCF" + tasks: [{ + id: "6455685BE29E200F" + type: "item" + item: "techreborn:scrapboxinator" + }] + rewards: [{ + id: "3E46BEE5C3894672" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/rare" + Name: "Tech Reborn Rare Lootbag" + } + } + }] + } + { + x: -2.0d + y: 3.0d + subtitle: "Used to assemble components out of ingredients." + dependencies: ["332C0D2800027688"] + id: "62A66B8FC37FE0A7" + tasks: [{ + id: "798D314ED3ACD680" + type: "item" + item: "techreborn:assembly_machine" + }] + rewards: [{ + id: "5BB9285EC26330EE" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/rare" + Name: "Tech Reborn Rare Lootbag" + } + } + }] + } + { + x: -4.5d + y: -3.0d + subtitle: "A multi-block machine used to smelt tough metals." + description: [ + "It has an input rate of 512 E/tick and an internal buffer for 40.000 E. " + "" + "The smelting abilities depends on the casings used for the multi-block." + "" + "The Blast Furnace requires a 3×4 multi-block with a hole in the center. The Multi-block can be built from different machine casings. Possible options are:" + "- Basic Machine Casing" + "- Advanced Machine Casing" + "- Industrial Machine Casing" + "" + "This will result in heat being produced inside the furnace and thus have the ability to smelt the toughest ores (this however depends on the type of casing used)." + ] + dependencies: ["52911820CB96E94F"] + id: "1036ABDD2CA5A382" + tasks: [{ + id: "684E519E525BE34C" + type: "item" + item: "techreborn:industrial_blast_furnace" + }] + rewards: [{ + id: "0476FDF2824C1562" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/rare" + Name: "Tech Reborn Rare Lootbag" + } + } + }] + } + { + x: -5.5d + y: 4.5d + subtitle: "A multi-block wood processing machine." + description: [ + "The Saw Mill multi-block has 3 layers:" + "" + "The first layer contains 9x Basic Machine Casing." + "" + "The second layer contains 8x Advanced Machine Casing with a central hole filled with water." + "" + "The third layer again contains 9x Basic Machine Casing." + "" + "Place Saw Mill block on the top and connect it to a power source." + "" + "Put wood and water into the input slot. The Saw Mill will produce planks, and with a chance of some Saw Dust and paper." + ] + dependencies: ["332C0D2800027688"] + id: "4F9824BDD714C7A1" + tasks: [{ + id: "07164E9C8B69E154" + type: "item" + item: "techreborn:industrial_sawmill" + }] + rewards: [{ + id: "5940A580AD2C0138" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/rare" + Name: "Tech Reborn Rare Lootbag" + } + } + }] + } + { + title: "Greenhouse Controller" + x: -3.5d + y: 4.5d + subtitle: "Harvest and replant crops in 9×9 area behind it." + description: [ + "Place the Greenhouse Controller on the ground, provide energy and put some crops behind it." + "" + "Standard Minecraft requirements applies to crops, like watered and tilled dirt for wheat or nearby water for sugar cane." + "" + "Powered lamps above crops will speed-up growth." + ] + dependencies: ["332C0D2800027688"] + id: "1DC2B0C6E54CC5CF" + tasks: [{ + id: "31E873A44F34D7BC" + type: "item" + item: "techreborn:greenhouse_controller" + }] + rewards: [{ + id: "3240270006E81C1F" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/rare" + Name: "Tech Reborn Rare Lootbag" + } + } + }] + } + { + x: -6.5d + y: 4.0d + subtitle: "A multi-block machine that allows better grinding of items." + description: [ + "The Industrial Grinder multi-block has 3 layers:" + "" + "The first layer consists of 9x Basic Machine Casing." + "" + "The second layer consists of 8x Advanced Machine Casing will central hole filled with water." + "" + "The third layer again contains 9x Basic Machine Casing." + "" + "Attach the Industrial Grinder to the middle layer centre and connect it to a power source." + "" + "Check REI for usages. Press the U keybind while hovering over the machine." + ] + dependencies: ["332C0D2800027688"] + id: "39327B645752BFC7" + tasks: [{ + id: "5DDBCC5EC0F926CB" + type: "item" + item: "techreborn:industrial_grinder" + }] + rewards: [{ + id: "6F74BDFC9D676A45" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/rare" + Name: "Tech Reborn Rare Lootbag" + } + } + }] + } + { + x: -4.5d + y: 5.0d + subtitle: "A multi-block that can be used to craft items." + description: [ + "Has a button in the gui that can be used to show a Hologram that can help when placing the blocks." + "" + "Note the blocks are under the vacuum freezer" + ] + dependencies: ["332C0D2800027688"] + id: "2FFC8B09FF4C9188" + tasks: [{ + id: "2B2EF74A9FEE0407" + type: "item" + item: "techreborn:vacuum_freezer" + }] + rewards: [{ + id: "67C2999977F284C6" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/rare" + Name: "Tech Reborn Rare Lootbag" + } + } + }] + } + { + x: 4.5d + y: 1.5d + subtitle: "Requires Advanced Circuit and Advanced Machine Casing" + description: [ + "Uses the raw power of TNT to make items." + "" + "It is a multi-block machine with 64k energy buffer and 64 E\\t input rate." + "" + "The Implosion Compressor multi-block has 3 layers:" + "" + "The first layer contains 9x Advanced Machine Casing." + "" + "The second layer containts have 8x Advanced Machine Casing with a hole in the centre." + "" + "The third layer is the same as the first layer." + "" + "Put the Implosion Compressor on the top and provide some energy to it." + "" + "Check REI for usages." + ] + hide_dependency_lines: true + dependencies: [ + "7ADF57E4CA4360D5" + "332C0D2800027688" + ] + id: "016B923D05CAAD49" + tasks: [{ + id: "4B8E24B498553034" + type: "item" + item: "techreborn:implosion_compressor" + }] + rewards: [{ + id: "37C5541E50D1637C" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/epic" + Name: "Tech Reborn Epic Lootbag" + } + } + }] + } + { + x: 7.5d + y: 7.5d + subtitle: "A multiblock machine that is used to crack oil into components." + description: [ + "Distillation tower requires 3x3x4 multi-block with hallow in the center." + "" + "First layer is made of 9xBasic Machine Casing." + "" + "Second layer is made of 8xIndustrial Machine Casing." + "" + "Third layer is made of 8xBasic Machine Casing." + "" + "Top Layer is made of 9xIndustrial Machine Casing." + "" + "Attach machine to the bottom center block and power it." + ] + dependencies: [ + "1B90F725CD4CE3EC" + "5BBCDC772BA6F8F2" + ] + id: "065A4C02B5330469" + tasks: [{ + id: "6156252BBC27D3D4" + type: "item" + item: "techreborn:distillation_tower" + }] + rewards: [{ + id: "4106CF47A72C0463" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/epic" + Name: "Tech Reborn Epic Lootbag" + } + } + }] + } + { + x: 0.0d + y: 3.0d + dependencies: ["62A66B8FC37FE0A7"] + id: "7315D07FDA5234CC" + tasks: [{ + id: "661A7BC5F492DE02" + type: "item" + item: "techreborn:industrial_circuit" + }] + rewards: [{ + id: "266538E533D52FA4" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/epic" + Name: "Tech Reborn Epic Lootbag" + } + } + }] + } + { + x: -3.0d + y: 0.0d + subtitle: "Used to combine two Fluids (and other assorted items) into a third fluid or item." + dependencies: ["332C0D2800027688"] + id: "7A3A6C9CD58BBF0B" + tasks: [{ + id: "381DEE3CEBF9F2CA" + type: "item" + item: "techreborn:chemical_reactor" + }] + rewards: [{ + id: "607303F80727794B" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/rare" + Name: "Tech Reborn Rare Lootbag" + } + } + }] + } + { + x: -6.5d + y: -11.0d + subtitle: "Requires Lapotronic Energy Orb and Industrial Machine Frame quests." + description: [ + "Used to produce UU-Matter which in turn can be used to craft various vanilla items." + "" + "Both Scrap and Scrap Boxes can be used in the Matter Fabricator. " + "" + "The first one will give you 2% on the progress bar for producing a single piece of UU-Matter which means that to produce 1x UU-Matter, you will need 50x Scrap." + ] + dependencies: [ + "61517C2A4ECB3929" + "0A8F3851C62C7EAB" + "5333851402ACF97E" + ] + id: "03DAA329F9455588" + tasks: [{ + id: "41A767CEF823633B" + type: "item" + item: "techreborn:matter_fabricator" + }] + rewards: [{ + id: "502D94C89D8EF078" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/epic" + Name: "Tech Reborn Epic Lootbag" + } + } + }] + } + { + x: -1.5d + y: -0.5d + dependencies: ["7A3A6C9CD58BBF0B"] + id: "75D4C4D5CC7CFC33" + tasks: [{ + id: "529A500572A84DED" + type: "item" + item: "techreborn:synthetic_redstone_crystal" + count: 2L + }] + rewards: [{ + id: "3606000DD8046551" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/rare" + Name: "Tech Reborn Rare Lootbag" + } + } + }] + } + { + x: -6.5d + y: -14.0d + subtitle: "Made in the Matter Fabricator." + dependencies: ["03DAA329F9455588"] + id: "19F81045C86B4A64" + tasks: [{ + id: "6025592EFF18B643" + type: "item" + item: "techreborn:uu_matter" + }] + rewards: [{ + id: "46E794C55915CD63" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/epic" + Name: "Tech Reborn Epic Lootbag" + } + } + }] + } + { + x: 0.0d + y: -3.0d + dependencies: ["1036ABDD2CA5A382"] + id: "303DF6C3CE1D4D58" + tasks: [{ + id: "2F11B86F34EBE189" + type: "item" + item: "modern_industrialization:silicon_plate" + }] + rewards: [{ + id: "37D18A2470C370DC" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/rare" + Name: "Tech Reborn Rare Lootbag" + } + } + }] + } + { + x: 0.0d + y: -1.0d + subtitle: "Middle tier of portable energy storage." + dependencies: [ + "75D4C4D5CC7CFC33" + "303DF6C3CE1D4D58" + ] + id: "664C969EC4DCB4AB" + tasks: [{ + id: "19050C53906F7734" + type: "item" + item: "techreborn:energy_crystal" + }] + rewards: [{ + id: "79BE9DBAA7F36275" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/rare" + Name: "Tech Reborn Rare Lootbag" + } + } + }] + } + { + x: 0.0d + y: 1.5d + subtitle: "A portable battery used to charge items." + dependencies: [ + "7315D07FDA5234CC" + "664C969EC4DCB4AB" + ] + id: "685F6A8A28DA99F9" + tasks: [{ + id: "5F5321382D130FEE" + type: "item" + item: "techreborn:lapotron_crystal" + }] + rewards: [{ + id: "66F52C7FA3B55643" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/epic" + Name: "Tech Reborn Epic Lootbag" + } + } + }] + } + { + x: 1.5d + y: 3.0d + dependencies: [ + "685F6A8A28DA99F9" + "7FB87F45B2A82F89" + ] + id: "53A44AD06333997E" + tasks: [{ + id: "778AE7FC798AC67E" + type: "item" + item: "techreborn:energy_flow_chip" + }] + rewards: [{ + id: "2E289113F9E35F77" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/epic" + Name: "Tech Reborn Epic Lootbag" + } + } + }] + } + { + x: 3.0d + y: 1.5d + dependencies: ["016B923D05CAAD49"] + id: "7FB87F45B2A82F89" + tasks: [{ + id: "462D83630913D5AE" + type: "item" + item: "techreborn:iridium_alloy_plate" + }] + rewards: [{ + id: "49C6940427C28413" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/epic" + Name: "Tech Reborn Epic Lootbag" + } + } + }] + } + { + x: -4.5d + y: -1.5d + dependencies: ["774F9B1EC7506A41"] + id: "52911820CB96E94F" + tasks: [{ + id: "1BA0F153578E7903" + type: "item" + item: "techreborn:cupronickel_heating_coil" + }] + rewards: [{ + id: "24FFAA7A6FEBCD7E" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/rare" + Name: "Tech Reborn Rare Lootbag" + } + } + }] + } + { + x: -6.0d + y: 0.0d + dependencies: [ + "774F9B1EC7506A41" + "5B3E40FC5ED9142A" + ] + id: "27A4E53CF9B02D6A" + tasks: [{ + id: "62AAED07264EBD8A" + type: "item" + item: "techreborn:nichrome_heating_coil" + }] + rewards: [{ + id: "37AD081EBFBF907A" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/rare" + Name: "Tech Reborn Rare Lootbag" + } + } + }] + } + { + x: -3.0d + y: -1.0d + dependencies: ["774F9B1EC7506A41"] + id: "29223CA896E9020C" + tasks: [{ + id: "0977B8D889B55A08" + type: "item" + item: "techreborn:magnalium_plate" + }] + rewards: [{ + id: "175DEA5D9D53D522" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/rare" + Name: "Tech Reborn Rare Lootbag" + } + } + }] + } + { + x: -3.0d + y: -2.0d + subtitle: "A passive generator that produces energy from wind." + description: [ + "Generates +25% E during thunderstorms." + "" + "Must be placed above y=64 to produce energy." + "" + "Outputs energy on all sides but the front." + ] + dependencies: ["29223CA896E9020C"] + id: "5C2E92909FFB686C" + tasks: [{ + id: "68890DC85370C465" + type: "item" + item: "techreborn:wind_mill" + }] + rewards: [{ + id: "50B5A5062593242E" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/rare" + Name: "Tech Reborn Rare Lootbag" + } + } + }] + } + { + x: -17.0d + y: 4.5d + subtitle: "Cables transfer energy across blocks." + dependencies: ["7E7E9BDBB70B25C1"] + id: "02FA1ABFB138CDF9" + tasks: [{ + id: "5253D479C5CBDA1A" + type: "item" + item: "techreborn:insulated_copper_cable" + }] + rewards: [{ + id: "0590E4EE69D058CE" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 3706623 + Name: "Tech Reborn Common Lootbag" + Loot: "aof:loot_bags/tech_reborn/common" + } + } + }] + } + { + x: -15.0d + y: 5.0d + subtitle: "A portable battery used to charge items." + dependencies: ["02FA1ABFB138CDF9"] + id: "287488B90D26152E" + tasks: [{ + id: "39749739E5C2CF55" + type: "item" + item: "techreborn:red_cell_battery" + }] + rewards: [{ + id: "1BC50B0115AABE8B" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 3706623 + Name: "Tech Reborn Common Lootbag" + Loot: "aof:loot_bags/tech_reborn/common" + } + } + }] + } + { + x: -13.5d + y: -1.5d + subtitle: "Used to build basic machines." + description: ["NOTE: Before having access to a Compressor, you'll need to use the Forge Hammer from MI to craft plates of said kind."] + dependencies: ["080ED62486BE9176"] + id: "14F7AC09561537D7" + tasks: [{ + id: "0492C08143ECC6A0" + type: "item" + item: "techreborn:basic_machine_frame" + }] + rewards: [{ + id: "5FD3F1A871ACA957" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 3706623 + Name: "Tech Reborn Common Lootbag" + Loot: "aof:loot_bags/tech_reborn/common" + } + } + }] + } + { + x: -6.5d + y: -7.5d + subtitle: "Requires Basic Machine Frame quest." + description: ["Used to more efficiently craft plates."] + dependencies: ["0492C08143ECC6A0"] + id: "28AE94AD5A93CF2F" + tasks: [{ + id: "53E96D1C408AFBF5" + type: "item" + item: "techreborn:compressor" + }] + rewards: [{ + id: "5E4303FF78C704F5" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/rare" + Name: "Tech Reborn Rare Lootbag" + } + } + }] + } + { + x: -9.0d + y: -7.5d + dependencies: [ + "28AE94AD5A93CF2F" + "1B6FE6F215D9961E" + ] + id: "52CB3A07B568EA44" + tasks: [{ + id: "1A23F77BB3A41C40" + type: "item" + item: "modern_industrialization:carbon_plate" + }] + rewards: [{ + id: "5456B44DA6A9FFDA" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 3706623 + Name: "Tech Reborn Common Lootbag" + Loot: "aof:loot_bags/tech_reborn/common" + } + } + }] + } + { + x: -9.0d + y: -6.0d + subtitle: "A crafting ingredient used to build advanced machines." + dependencies: [ + "52CB3A07B568EA44" + "55B786BB8266FDDD" + ] + id: "7ADF57E4CA4360D5" + tasks: [{ + id: "21CE3972D3F6DED3" + type: "item" + item: "techreborn:advanced_machine_frame" + }] + rewards: [{ + id: "1F04CB5CD8D854AE" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/rare" + Name: "Tech Reborn Rare Lootbag" + } + } + }] + } + { + x: -9.0d + y: 1.5d + dependencies: ["080ED62486BE9176"] + id: "1B05A0906E2E953B" + tasks: [{ + id: "5C4B2AF02256AD7B" + type: "item" + item: "techreborn:data_storage_core" + }] + rewards: [{ + id: "77BA2CDD5E6BC946" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 3706623 + Name: "Tech Reborn Common Lootbag" + Loot: "aof:loot_bags/tech_reborn/common" + } + } + }] + } + { + x: -7.0d + y: 1.5d + dependencies: [ + "332C0D2800027688" + "1B05A0906E2E953B" + ] + id: "2E6153DB78E349CD" + tasks: [{ + id: "14E4CC657A935F79" + type: "item" + item: "techreborn:data_storage_chip" + }] + rewards: [{ + id: "2614154DE8E21959" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 3706623 + Name: "Tech Reborn Common Lootbag" + Loot: "aof:loot_bags/tech_reborn/common" + } + } + }] + } + { + x: -12.0d + y: -1.5d + subtitle: "Used to build multi-block machines." + dependencies: ["14F7AC09561537D7"] + id: "34F3A1E5619563CF" + tasks: [{ + id: "06B78021AEB3A7A4" + type: "item" + item: "techreborn:basic_machine_casing" + }] + rewards: [{ + id: "7CFAE1940B5CA53C" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 3706623 + Name: "Tech Reborn Common Lootbag" + Loot: "aof:loot_bags/tech_reborn/common" + } + } + }] + } + { + x: -6.0d + y: -3.0d + dependencies: ["1036ABDD2CA5A382"] + id: "3C991D47C94359E2" + tasks: [{ + id: "7A11C43617A63850" + type: "item" + item: "modern_industrialization:steel_ingot" + }] + rewards: [{ + id: "00851C908A4C63E3" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/rare" + Name: "Tech Reborn Rare Lootbag" + } + } + }] + } + { + x: -7.5d + y: -3.0d + dependencies: ["3C991D47C94359E2"] + id: "5FC861C164778DCA" + tasks: [{ + id: "398FE5821788EA84" + type: "item" + item: "modern_industrialization:steel_plate" + }] + rewards: [{ + id: "15FE8AFEFAFB4058" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/rare" + Name: "Tech Reborn Rare Lootbag" + } + } + }] + } + { + x: -10.5d + y: -1.5d + subtitle: "Used to build multi-block machines." + dependencies: [ + "34F3A1E5619563CF" + "5FC861C164778DCA" + ] + id: "0CA0E0FFBE3B0BB0" + tasks: [{ + id: "696BC8BD052CB0E4" + type: "item" + item: "techreborn:advanced_machine_casing" + }] + rewards: [{ + id: "12EA9BD640B4DC9A" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/rare" + Name: "Tech Reborn Rare Lootbag" + } + } + }] + } + { + x: -9.0d + y: -1.5d + subtitle: "Used to build multi-block machines." + dependencies: [ + "1B05A0906E2E953B" + "0CA0E0FFBE3B0BB0" + "350377D4EE5EEB81" + ] + id: "3FFFCE274DB0950E" + tasks: [{ + id: "0802F2E9884F9801" + type: "item" + item: "techreborn:industrial_machine_casing" + }] + rewards: [{ + id: "4062A52C90A3C103" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/epic" + Name: "Tech Reborn Epic Lootbag" + } + } + }] + } + { + x: -7.5d + y: -1.5d + dependencies: ["5B3E40FC5ED9142A"] + id: "350377D4EE5EEB81" + tasks: [{ + id: "3CBC183433CE6829" + type: "item" + item: "modern_industrialization:chromium_plate" + }] + rewards: [{ + id: "140B825962A9F18D" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/rare" + Name: "Tech Reborn Rare Lootbag" + } + } + }] + } + { + x: -6.0d + y: -1.5d + subtitle: "Used in several late game crafting recipes." + dependencies: ["1036ABDD2CA5A382"] + id: "5B3E40FC5ED9142A" + tasks: [{ + id: "49B6E05F1768F7F0" + type: "item" + item: "modern_industrialization:chromium_ingot" + }] + rewards: [{ + id: "150F91A588FA514D" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/rare" + Name: "Tech Reborn Rare Lootbag" + } + } + }] + } + { + x: -9.0d + y: -4.5d + subtitle: "A crafting ingredient used to build industrial machines." + dependencies: [ + "7ADF57E4CA4360D5" + "2EF919FC3B926B31" + ] + id: "4E6DF4851393A5B9" + tasks: [{ + id: "5333851402ACF97E" + type: "item" + item: "techreborn:industrial_machine_frame" + }] + rewards: [{ + id: "0E47CB123A786C24" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/epic" + Name: "Tech Reborn Epic Lootbag" + } + } + }] + } + { + x: -4.5d + y: -4.5d + dependencies: [ + "1DD10BCEE7DB3612" + "28AE94AD5A93CF2F" + ] + id: "2EF919FC3B926B31" + tasks: [{ + id: "2082D8D02ED9175B" + type: "item" + item: "modern_industrialization:titanium_plate" + }] + rewards: [{ + id: "386E728C09C7BB75" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/epic" + Name: "Tech Reborn Epic Lootbag" + } + } + }] + } + { + x: -3.0d + y: -4.5d + dependencies: ["1036ABDD2CA5A382"] + id: "1DD10BCEE7DB3612" + tasks: [{ + id: "1D93E0A128C9FD8A" + type: "item" + item: "modern_industrialization:titanium_ingot" + }] + rewards: [{ + id: "38281648B2227461" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/epic" + Name: "Tech Reborn Epic Lootbag" + } + } + }] + } + { + x: -11.0d + y: -9.5d + dependencies: ["2C5CADD6727AB741"] + id: "53C9A64CC798A992" + tasks: [{ + id: "15C28B8C2859DECC" + type: "item" + item: "modern_industrialization:coal_dust" + }] + rewards: [{ + id: "4581A0F0A4384603" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 3706623 + Name: "Tech Reborn Common Lootbag" + Loot: "aof:loot_bags/tech_reborn/common" + } + } + }] + } + { + x: -9.5d + y: -9.5d + subtitle: "Used in crafting Carbon mesh." + dependencies: ["53C9A64CC798A992"] + id: "1B6FE6F215D9961E" + tasks: [{ + id: "01BC807BD6E5920B" + type: "item" + item: "techreborn:carbon_fiber" + }] + rewards: [{ + id: "6D6CEAB5D41A2077" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 3706623 + Name: "Tech Reborn Common Lootbag" + Loot: "aof:loot_bags/tech_reborn/common" + } + } + }] + } + { + x: -6.5d + y: -6.0d + dependencies: ["28AE94AD5A93CF2F"] + id: "55B786BB8266FDDD" + tasks: [{ + id: "3C45671BBF04B568" + type: "item" + item: "techreborn:advanced_alloy_plate" + }] + rewards: [{ + id: "7EBF744766EF29EF" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/rare" + Name: "Tech Reborn Rare Lootbag" + } + } + }] + } + { + x: -10.5d + y: 0.0d + subtitle: "A passive generator that produces energy from lightning strikes during thunderstorms." + dependencies: ["0CA0E0FFBE3B0BB0"] + id: "680BD125E868663D" + tasks: [{ + id: "07EEECEC8A259761" + type: "item" + item: "techreborn:lightning_rod" + }] + rewards: [{ + id: "6B9A47975C83B4D1" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/rare" + Name: "Tech Reborn Rare Lootbag" + } + } + }] + } + { + x: -3.0d + y: -6.0d + subtitle: "Requires Assembling Machine" + dependencies: ["798D314ED3ACD680"] + id: "1173AB9C916F02ED" + tasks: [{ + id: "55D46876F5CBFA23" + type: "item" + item: "techreborn:lithium_ion_battery" + }] + rewards: [{ + id: "3798EFE6EB301D28" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/rare" + Name: "Tech Reborn Rare Lootbag" + } + } + }] + } + { + x: -17.0d + y: 5.5d + subtitle: "An advanced version of Treetap used to collect Sap from Rubber Trees." + description: [ + "It has 10k Energy storage." + "" + "One can charge it using Battery Box. " + "" + "One use of Electric Treetap will consume 50 Energy, so it can collect sap 200 times on one charge." + ] + dependencies: [ + "287488B90D26152E" + "7E7E9BDBB70B25C1" + ] + id: "6067A70E166B73F6" + tasks: [{ + id: "330243D7A04EEB17" + type: "item" + item: "techreborn:electric_treetap" + }] + rewards: [{ + id: "38D10FC3B27394DB" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 3706623 + Name: "Tech Reborn Common Lootbag" + Loot: "aof:loot_bags/tech_reborn/common" + } + } + }] + } + { + x: 1.5d + y: 0.0d + subtitle: "A portable battery used to charge items." + dependencies: [ + "685F6A8A28DA99F9" + "7FB87F45B2A82F89" + ] + id: "2155B22C5C34388D" + tasks: [{ + id: "0A8F3851C62C7EAB" + type: "item" + item: "techreborn:lapotronic_orb" + }] + rewards: [{ + id: "5378182B0F04B24A" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/epic" + Name: "Tech Reborn Epic Lootbag" + } + } + }] + } + { + x: 3.5d + y: 0.0d + subtitle: "A battery block that stores energy and charges items." + dependencies: ["2155B22C5C34388D"] + id: "362DD3B9DC3A2492" + tasks: [{ + id: "6925B87D2B040AA2" + type: "item" + item: "techreborn:adjustable_su" + }] + rewards: [{ + id: "56CDDFDA1A86D305" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/epic" + Name: "Tech Reborn Epic Lootbag" + } + } + }] + } + { + x: 5.5d + y: 0.0d + subtitle: "A battery block that stores energy and charges items, while wireless transferring energy to other IDSUs." + description: [ + "Acts similar to an Ender Chest but for energy instead of items; all IDSUs share the same energy storage." + "" + "Works across distances (e.g. Overworld→Overworld) and dimensions (e.g. Overworld→Nether)." + ] + dependencies: ["362DD3B9DC3A2492"] + id: "19F4701640BBBDD7" + tasks: [{ + id: "3F1D60CE2CD6290C" + type: "item" + item: "techreborn:interdimensional_su" + }] + rewards: [{ + id: "5045F87A017716EE" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/epic" + Name: "Tech Reborn Epic Lootbag" + } + } + }] + } + { + x: 3.0d + y: 3.0d + dependencies: [ + "53A44AD06333997E" + "7FB87F45B2A82F89" + ] + id: "31A5733E2601BCCB" + tasks: [{ + id: "7AD68B49A5DF06C5" + type: "item" + item: "techreborn:superconductor" + }] + rewards: [{ + id: "099A0AEFE9B15A80" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/epic" + Name: "Tech Reborn Epic Lootbag" + } + } + }] + } + { + x: 1.5d + y: 1.5d + dependencies: ["2155B22C5C34388D"] + id: "4324D6EF3ECC1BF7" + tasks: [{ + id: "76969CABB40BA5DA" + type: "item" + item: "techreborn:cloaking_device" + }] + rewards: [{ + id: "7EF3E127A9C40586" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/epic" + Name: "Tech Reborn Epic Lootbag" + } + } + }] + } + { + x: 7.5d + y: 6.0d + subtitle: "Requires Advanced Circuit and Advanced Machine Casing" + description: ["Used to produce Fluids and Dusts from different items."] + hide_dependency_lines: true + dependencies: [ + "332C0D2800027688" + "7ADF57E4CA4360D5" + ] + id: "1B90F725CD4CE3EC" + tasks: [{ + id: "307D2D572A30E77D" + type: "item" + item: "techreborn:industrial_electrolyzer" + }] + rewards: [{ + id: "13B92E8E61D1F85D" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/epic" + Name: "Tech Reborn Epic Lootbag" + } + } + }] + } + { + x: 6.0d + y: 6.0d + dependencies: ["1B90F725CD4CE3EC"] + id: "5E72CCCCBC8E3841" + tasks: [{ + id: "3E0EE8BCEA3480F3" + type: "item" + item: { + id: "techreborn:cell" + Count: 1b + tag: { + fluid: "techreborn:beryllium" + } + } + }] + rewards: [{ + id: "0965D2B85324DA75" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/epic" + Name: "Tech Reborn Epic Lootbag" + } + } + }] + } + { + x: 7.5d + y: 4.5d + subtitle: "Requires Coal Dust quest to unlock." + hide_dependency_lines: true + dependencies: [ + "37F10FC248B237FF" + "53C9A64CC798A992" + ] + id: "45DA8A8C7D48D774" + tasks: [{ + id: "63C31057EF1EDA2B" + type: "item" + item: "techreborn:neutron_reflector" + }] + rewards: [{ + id: "6AEC3535DC8AC2AF" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/epic" + Name: "Tech Reborn Epic Lootbag" + } + } + }] + } + { + x: 6.0d + y: 4.5d + dependencies: [ + "45DA8A8C7D48D774" + "5E72CCCCBC8E3841" + ] + id: "2DD2FFA7FACD79C3" + tasks: [{ + id: "14540EDF2DE44CB4" + type: "item" + item: "techreborn:thick_neutron_reflector" + }] + rewards: [{ + id: "6FEF0B0465AEE3CD" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/epic" + Name: "Tech Reborn Epic Lootbag" + } + } + }] + } + { + x: 4.5d + y: 4.5d + dependencies: ["2DD2FFA7FACD79C3"] + id: "32F900B027490F0D" + tasks: [{ + id: "26C6BD42221F592C" + type: "item" + item: "techreborn:iridium_neutron_reflector" + }] + rewards: [{ + id: "4751598D164EC3C6" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/epic" + Name: "Tech Reborn Epic Lootbag" + } + } + }] + } + { + x: 3.0d + y: 4.5d + dependencies: [ + "62AAED07264EBD8A" + "31A5733E2601BCCB" + "32F900B027490F0D" + ] + id: "31CD58CAECD8F174" + tasks: [{ + id: "3BC493B596B1CF53" + type: "item" + item: "techreborn:fusion_coil" + count: 16L + }] + rewards: [{ + id: "49A315B27D1038EC" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/epic" + Name: "Tech Reborn Epic Lootbag" + } + } + }] + } + { + x: 3.0d + y: 6.5d + subtitle: "Part of a multi-block generator that produces energy from various fluids." + description: [ + "It is unique in that it does not simply consume the fuel, but instead processes them into a new item. " + "" + "It is also used as a machine to produce Platinum Dust and Iridium Ore." + "" + "It must be combined with a minimum of 16 Fusion Coils to create a usable fusion reactor." + "" + "It provides an adjustable hologram of the various sizes of multi-block with the H button on the item's menu. Togglable on and off." + "" + "Outputs energy on the top and bottom while crafting." + "" + "Inputs energy on the sides while not crafting." + "" + "Base Generation Rate - can be many multiples of this depending on the size of the reactor." + ] + dependencies: ["31CD58CAECD8F174"] + id: "30B795DF047C13A8" + tasks: [{ + id: "52509B33D43F0E55" + type: "item" + item: "techreborn:fusion_control_computer" + }] + rewards: [{ + id: "6FA0E44CBB58E3A0" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/epic" + Name: "Tech Reborn Epic Lootbag" + } + } + }] + } + { + x: -3.5d + y: -14.0d + subtitle: "An advanced machine capable of replicating fluid placed inside hallow in multiblock structure using energy and UU-Matter." + description: [ + "Fluid Replicator requires 3x3x1 multi-block with hallow in the center." + "" + "First layer is made of 8x Reinforced Machine Casing." + "" + "Attach machine to multiblock on the same level." + "" + "Put fluid to replicate inside hole in multi-block." + "" + "Provide energy and UU-MatterUU-Matter to replicate fluid. " + "" + "You can either use buckets \\ cells or pipes to extract fluid from internal tank." + ] + dependencies: ["19F81045C86B4A64"] + id: "6B59F7EA80D47082" + tasks: [{ + id: "13D7EEA582AEA0A9" + type: "item" + item: "techreborn:fluid_replicator" + }] + rewards: [{ + id: "23ECAF79C3F8CE94" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/epic" + Name: "Tech Reborn Epic Lootbag" + } + } + }] + } + { + x: -6.5d + y: -9.5d + subtitle: "Made using a Recycler." + description: [ + "You can put any items into it and with 1 in 6 chance you will have scrap produced. " + "" + "Scrap could be crafted into Scrap Boxes or used directly in Matter Fabricator to produce UU-Matter." + ] + dependencies: ["127E953AF11261F9"] + id: "61517C2A4ECB3929" + tasks: [{ + id: "79FC49ED8506DD41" + type: "item" + item: "techreborn:scrap" + }] + rewards: [{ + id: "6178B470126C805B" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/rare" + Name: "Tech Reborn Rare Lootbag" + } + } + }] + } + { + x: -3.5d + y: -9.5d + subtitle: "Crafted using nine scrap in a crafting table." + description: [ + "When used, it will present the player with a random item." + "" + "It can also be placed in a Scrapbox-inator to perform this process automatically." + ] + dependencies: ["1DA5041B82D4FCCF"] + id: "5DEF0AE0EDB6A673" + tasks: [{ + id: "13F6E59856871982" + type: "item" + item: "techreborn:scrap_box" + count: 64L + consume_items: true + }] + rewards: [{ + id: "63C4457C5AF8F7A9" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/rare" + Name: "Tech Reborn Rare Lootbag" + } + } + }] + } + { + x: -10.0d + y: -7.5d + dependencies: ["1B6FE6F215D9961E"] + id: "5B61E865B13456BD" + tasks: [{ + id: "3F6957D32FF5EDC4" + type: "item" + item: "techreborn:lamp_incandescent" + }] + rewards: [{ + id: "289B05BBBD6EC4AE" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 3706623 + Name: "Tech Reborn Common Lootbag" + Loot: "aof:loot_bags/tech_reborn/common" + } + } + }] + } + { + x: -4.5d + y: 6.5d + dependencies: ["2FFC8B09FF4C9188"] + id: "5DE908AD65A4CC15" + tasks: [{ + id: "346B3EA16496606D" + type: "item" + item: "techreborn:tungstensteel_ingot" + }] + rewards: [{ + id: "1E36B59DE83D5476" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/rare" + Name: "Tech Reborn Rare Lootbag" + } + } + }] + } + { + x: -15.0d + y: -9.5d + subtitle: "Converts energy from Medium to Low tier." + dependencies: ["495D51C7C05AF3B8"] + id: "3FE7D034B8F294E0" + tasks: [{ + id: "7BE1D7C88749145D" + type: "item" + item: "techreborn:lv_transformer" + }] + rewards: [{ + id: "16D5570CCFE6D1A9" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 3706623 + Name: "Tech Reborn Common Lootbag" + Loot: "aof:loot_bags/tech_reborn/common" + } + } + }] + } + { + x: -15.0d + y: -11.0d + subtitle: "Converts energy from High to Medium tier. " + dependencies: ["3FE7D034B8F294E0"] + id: "714A79CFC1404DDE" + tasks: [{ + id: "6AE87A05F2C6DC64" + type: "item" + item: "techreborn:mv_transformer" + }] + rewards: [{ + id: "057D3CDC2B6FF07C" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/rare" + Name: "Tech Reborn Rare Lootbag" + } + } + }] + } + { + x: -14.5d + y: -12.5d + subtitle: "Converts energy from Extreme to High tier." + dependencies: ["714A79CFC1404DDE"] + id: "100FA16BBEF4B489" + tasks: [{ + id: "5626555AE3596C5E" + type: "item" + item: "techreborn:hv_transformer" + }] + rewards: [{ + id: "5D56CC330D53CE6F" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/epic" + Name: "Tech Reborn Epic Lootbag" + } + } + }] + } + { + x: -2.0d + y: 6.5d + subtitle: "Produces energy from Heliumplasma." + description: [ + " It has an internal Tank that can hold 10k mB of fluid (10 Buckets or Cells worth) which is consumed as it is converted to energy." + "" + "8,192,000E/1000 mB" + ] + dependencies: [ + "5DE908AD65A4CC15" + "310607921ED4A691" + ] + id: "4A89FEF195826621" + tasks: [{ + id: "1EEF64DE5D9666C3" + type: "item" + item: "techreborn:plasma_generator" + }] + rewards: [{ + id: "17E5828C89E519FE" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/epic" + Name: "Tech Reborn Epic Lootbag" + } + } + }] + } + { + title: "LESU" + x: -15.5d + y: -12.5d + subtitle: "A battery multi-block that stores energy and charges items. " + description: [ + "1 32 E/t base input, + 1 E/t per attached LESU Storage. " + "" + "If >= 32 attached, increased to 128 E\\t; If >= 128" + "" + "Between 32 and 128, it will scale +1 E/t per LESU Storage2 x = number of LESU Storage blocks attached;\\\\eg. 5 Storage Blocks attached would have an output of 10 E/t (5+5) and a storage of 6 mE (1+5)" + ] + dependencies: ["714A79CFC1404DDE"] + id: "6DC63970EA441319" + tasks: [ + { + id: "10441494EFB773E2" + type: "item" + item: "techreborn:lapotronic_su" + } + { + id: "21FB0E4A828F0DC2" + type: "item" + item: "techreborn:lsu_storage" + } + ] + rewards: [{ + id: "726CE2020788DEA7" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/epic" + Name: "Tech Reborn Epic Lootbag" + } + } + }] + } + { + x: 4.5d + y: 3.0d + dependencies: ["31A5733E2601BCCB"] + id: "5346B1A9D294F691" + tasks: [{ + id: "6704AF85FB921573" + type: "item" + item: "techreborn:superconductor_cable" + }] + rewards: [{ + id: "4D57CDFB90CDFCB8" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/epic" + Name: "Tech Reborn Epic Lootbag" + } + } + }] + } + { + x: -10.5d + y: 5.0d + subtitle: "A Low tier machine which allows you to make alloys from ingots or dusts." + description: ["It consumes energy at 128E rate and has internal buffer of 4000E."] + dependencies: ["74D403CD901F8CB3"] + id: "0F53C9B2247549F8" + tasks: [{ + id: "022C0E926899C780" + type: "item" + item: "techreborn:alloy_smelter" + }] + rewards: [{ + id: "228B3542D4683300" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 3706623 + Name: "Tech Reborn Common Lootbag" + Loot: "aof:loot_bags/tech_reborn/common" + } + } + }] + } + { + x: 9.0d + y: 7.5d + subtitle: "Requires Advanced Circuit and Advanced Machine Casing" + description: ["Used to produce Fluids and Dusts from various items."] + hide_dependency_lines: true + dependencies: [ + "332C0D2800027688" + "0CA0E0FFBE3B0BB0" + ] + id: "5BBCDC772BA6F8F2" + tasks: [{ + id: "0968DE59EBE1A042" + type: "item" + item: "techreborn:industrial_centrifuge" + }] + rewards: [{ + id: "399DA4FB8F4A9D2E" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/epic" + Name: "Tech Reborn Epic Lootbag" + } + } + }] + } + { + x: 6.0d + y: 7.5d + subtitle: "Produces energy from various fluids." + description: [ + "It has an internal Tank that can hold 10k mB of fluid (10 Buckets or Cells worth) which is consumed as it is converted to energy." + "" + "Fuels (per 1000 mB):" + "- Nitrofuel = 24,000E" + "- Nitrocoal Fuel = 48,000E" + "- Diesel = 128,000E" + "- Nitro Diesel = 400,000E" + ] + dependencies: ["065A4C02B5330469"] + id: "006DB846CDA49D53" + tasks: [{ + id: "734F4480F0BA71B9" + type: "item" + item: "techreborn:diesel_generator" + }] + rewards: [{ + id: "7A8068A350404177" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/epic" + Name: "Tech Reborn Epic Lootbag" + } + } + }] + } + { + x: 1.5d + y: -1.5d + subtitle: "A battery block that stores energy and charges items." + dependencies: ["664C969EC4DCB4AB"] + id: "1CB51F78A8965431" + tasks: [{ + id: "2519247526465D45" + type: "item" + item: "techreborn:medium_voltage_su" + }] + rewards: [{ + id: "05F60EF26870C9A1" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/epic" + Name: "Tech Reborn Epic Lootbag" + } + } + }] + } + { + x: 1.5d + y: -3.0d + subtitle: "A passive generator that produces energy from the Dragon Egg." + dependencies: ["1CB51F78A8965431"] + id: "2C7B3EE836812CE0" + tasks: [{ + id: "45D48F0B7EB2B0A6" + type: "item" + item: "techreborn:dragon_egg_syphon" + }] + rewards: [{ + id: "2C76DB345C5D48BD" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/epic" + Name: "Tech Reborn Epic Lootbag" + } + } + }] + } + { + x: 3.0d + y: -1.5d + subtitle: "A battery block that stores energy and charges items." + dependencies: ["1CB51F78A8965431"] + id: "767EAD56D58E0F13" + tasks: [{ + id: "630730631B156192" + type: "item" + item: "techreborn:high_voltage_su" + }] + rewards: [{ + id: "19E0AD0D5DB764AC" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/epic" + Name: "Tech Reborn Epic Lootbag" + } + } + }] + } + { + title: "Alternative Generators" + x: -15.0d + y: -8.0d + subtitle: "Power generation of choice." + description: [ + "The Thermal Generator produces energy from lava. It has an internal Tank that can hold 10k mB (10 Buckets or Cells) of lava which is consumed as it is converted to energy." + "" + "The Water Mill is a passive generator that produces energy from water." + "" + "The Semifluid Generator produces energy from various fluids. It has an internal Tank that can hold 10k mB of fluid (10 Buckets or Cells worth) which is consumed as it is converted to energy." + ] + dependencies: ["495D51C7C05AF3B8"] + id: "249DD952A095BEA8" + tasks: [ + { + id: "7A558E88E4132647" + type: "item" + item: "techreborn:thermal_generator" + } + { + id: "4D2987EA2A31952D" + type: "item" + item: "techreborn:water_mill" + } + { + id: "13856D410604CC05" + type: "item" + item: "techreborn:semi_fluid_generator" + } + ] + rewards: [{ + id: "0BB43D8E5DB6AD6F" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 3706623 + Name: "Tech Reborn Common Lootbag" + Loot: "aof:loot_bags/tech_reborn/common" + } + } + }] + } + { + x: -1.5d + y: -2.0d + subtitle: "Produces energy from various gases." + description: [ + "It has an internal Tank that can hold 10k mB of fluid (10 Buckets or Cells worth) which is consumed as it is converted to energy." + "" + "Hydrogen: 15,000E/1000 mB" + "Methane: 45,000E/1000 mB" + "" + "Place a cell or bucket of fuel into the input slot to fill the internal tank." + "" + "Can also be filled by an external Tank." + "" + "Outputs energy on all sides." + ] + dependencies: ["5C2E92909FFB686C"] + id: "7469E215199609F9" + tasks: [{ + id: "13460BEA8329BB81" + type: "item" + item: "techreborn:gas_turbine" + }] + rewards: [{ + id: "6CCB3FC5ED062E31" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 3706623 + Name: "Tech Reborn Rare Lootbag" + Loot: "aof:loot_bags/tech_reborn/rare" + } + } + }] + } + { + x: -9.0d + y: 6.5d + subtitle: "Used to rotate or dismantle machines." + description: [ + "Many machines require the wrench to safely dismantle, and even where they don't, the wrench is faster and often offers distinct advantages, like preserving power levels and contents." + "" + "Right-click to rotate machine. Sneak right-click to dismantle." + ] + dependencies: ["2650B1AD6B087F5D"] + id: "78379106778074EB" + tasks: [ + { + id: "53A0C1A3C2FA7F67" + type: "item" + item: "techreborn:wrench" + } + { + id: "32611199AE14E864" + type: "item" + item: { + id: "techreborn:painting_tool" + Count: 1b + tag: { + Damage: 0 + } + } + } + ] + rewards: [{ + id: "6D82ED0B4253939D" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 3706623 + Name: "Tech Reborn Common Lootbag" + Loot: "aof:loot_bags/tech_reborn/common" + } + } + }] + } + { + x: -9.0d + y: 5.0d + subtitle: "An alloy used to craft several recipes." + dependencies: ["0F53C9B2247549F8"] + id: "2650B1AD6B087F5D" + tasks: [{ + id: "70145374DD14DF78" + type: "item" + item: "modern_industrialization:bronze_ingot" + }] + rewards: [{ + id: "499D931029364AC9" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 3706623 + Name: "Tech Reborn Common Lootbag" + Loot: "aof:loot_bags/tech_reborn/common" + } + } + }] + } + { + x: 0.5d + y: 6.5d + dependencies: ["30B795DF047C13A8"] + id: "310607921ED4A691" + tasks: [{ + id: "0B0EE94525B3DF2E" + type: "item" + item: { + id: "techreborn:cell" + Count: 1b + tag: { + fluid: "techreborn:heliumplasma" + } + } + }] + rewards: [{ + id: "3543DA35D40E9A5D" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 3706623 + Loot: "aof:loot_bags/tech_reborn/epic" + Name: "Tech Reborn Epic Lootbag" + } + } + }] + } + ] + quest_links: [ ] +} diff --git a/config/ftbquests/quests/chapters/tools_and_armor.snbt b/config/ftbquests/quests/chapters/tools_and_armor.snbt new file mode 100644 index 0000000..10bf4b2 --- /dev/null +++ b/config/ftbquests/quests/chapters/tools_and_armor.snbt @@ -0,0 +1,2013 @@ +{ + id: "101875ABBA9AC7E6" + group: "76C22988F9A7C9CE" + order_index: 1 + filename: "tools_and_armor" + title: "Tools and Armory" + icon: "minecraft:smithing_table" + default_quest_shape: "" + default_hide_dependency_lines: false + quests: [ + { + icon: "xps:block_xp_obelisk" + x: -5.0d + y: -5.5d + subtitle: "Enchanting Efficiency" + description: ["If you did not know by now that as you level up you waste more and more experince points when enchanting. So instead of wasting experince why not store it in this handy container!"] + dependencies: ["25B6D9950B1CF03C"] + id: "73C866780EE5AD4F" + tasks: [ + { + id: "61327AB9EC4286FA" + type: "item" + item: "xps:block_xp_obelisk" + } + { + id: "0F4E345BBC47ADB4" + type: "item" + item: "xps:xp_remover" + } + ] + rewards: [ + { + id: "13B854E24202DC9B" + type: "item" + item: "minecraft:experience_bottle" + count: 2 + random_bonus: 8 + } + { + id: "56C7539B310D5F1C" + type: "item" + item: "autoworkstations:iron_auto_experience_orb_vacuum" + } + ] + } + { + x: -9.0d + y: -5.5d + subtitle: "Everlasting Longevity!" + description: ["The Dragon anvil works exactly like a normal anvil, but it never breaks, has no level cap, and won't ask you for more than 30 levels of experience."] + dependencies: ["25B6D9950B1CF03C"] + id: "1C8C22D89ACF248F" + tasks: [{ + id: "4B884C1DFE863714" + type: "item" + item: "dragonloot:dragon_anvil" + }] + rewards: [ + { + id: "790DDF0E2E764859" + type: "item" + item: "minecraft:name_tag" + } + { + id: "580BF7D56A027A23" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + } + ] + } + { + x: -7.0d + y: -5.5d + id: "25B6D9950B1CF03C" + tasks: [{ + id: "00364115C1D01F31" + type: "checkmark" + title: "Mysterious Enchanting" + }] + } + { + x: -7.0d + y: 0.0d + id: "35F0E2CEEE9D9AD0" + tasks: [{ + id: "3FC3E8AFB7E9B57D" + type: "checkmark" + title: "Armory" + }] + } + { + title: "&5Armory of Dragon" + x: -5.0d + y: 2.5d + subtitle: "Harness the true strength of a dragon." + description: ["Scales are dropped by killing the Ender Dragon."] + dependencies: ["35F0E2CEEE9D9AD0"] + id: "4E2C7A0B42F4588F" + tasks: [ + { + id: "1F47057584B43E88" + type: "item" + item: { + id: "dragonloot:dragon_helmet" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "095A18B52CE967B4" + type: "item" + item: { + id: "dragonloot:dragon_chestplate" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "54DBAF532E7DDDA6" + type: "item" + item: { + id: "dragonloot:dragon_leggings" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "40E07B86F8DDDF7A" + type: "item" + item: { + id: "dragonloot:dragon_boots" + Count: 1b + tag: { + Damage: 0 + } + } + } + ] + rewards: [{ + id: "4665984CDB2D374F" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "LEGENDARY" + Color: 16103753 + Name: "Artifact Lootbag" + Loot: "aof:loot_bags/misc/artifacts" + } + } + }] + } + { + title: "&6Gilded Netherite" + x: -6.5d + y: -2.5d + subtitle: "More durable than the netherite set and has a full set ability." + description: [ + "The Gilded Netherite Armor is the upgraded netherite armor with a gilded netherite fragment." + "" + "If the player wears all four parts of the armor, they'll be able to press default key “v” to activate the armor indicated by a glowing red layer on the armor." + "" + "It will grant fire resistance, less receiving damage and lasts for 1 minute indicated by a small fire resistance symbol above the experience level symbol." + ] + dependencies: ["35F0E2CEEE9D9AD0"] + id: "1F084E4BED012340" + tasks: [ + { + id: "242FF6C3451B028C" + type: "item" + item: { + id: "adventurez:stone_golem_helmet" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "37D480823CD0D258" + type: "item" + item: { + id: "adventurez:stone_golem_chestplate" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "5CEB516D748B6A62" + type: "item" + item: { + id: "adventurez:stone_golem_leggings" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "002E304BF1E3B275" + type: "item" + item: { + id: "adventurez:stone_golem_boots" + Count: 1b + tag: { + Damage: 0 + } + } + } + ] + rewards: [{ + id: "177660FB4D8E2671" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "LEGENDARY" + Color: 16103753 + Name: "Artifact Lootbag" + Loot: "aof:loot_bags/misc/artifacts" + } + } + }] + } + { + title: "&bQuantum Armory" + x: -5.5d + y: -2.5d + dependencies: ["35F0E2CEEE9D9AD0"] + id: "44A2231617CD5156" + tasks: [ + { + id: "6D0C751FE61EBB13" + type: "item" + item: "techreborn:quantum_helmet" + } + { + id: "5FF7FA5541A4D3DB" + type: "item" + item: "techreborn:quantum_chestplate" + } + { + id: "2A3C59AD2A03D23F" + type: "item" + item: "techreborn:quantum_leggings" + } + { + id: "023266797B14E0A6" + type: "item" + item: "techreborn:quantum_boots" + } + ] + rewards: [{ + id: "1D9E0D416C3BF409" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 3706623 + Name: "Tech Reborn Epic Lootbag" + Loot: "aof:loot_bags/tech_reborn/epic" + } + } + }] + } + { + title: "Modular Armory" + x: -8.5d + y: -2.5d + subtitle: "Smash modules on it!" + description: [ + "The Modular Armor is, on its own, not much, but when you install modules, it can become very powerful!" + "" + "Notice that installing modules cost time and some energy!" + ] + dependencies: ["35F0E2CEEE9D9AD0"] + id: "415E816A49301DC2" + tasks: [ + { + id: "5E654EBB4577464B" + type: "item" + item: "indrev:modular_armor_helmet" + } + { + id: "3EC5A10FAA01134D" + type: "item" + item: "indrev:modular_armor_chest" + } + { + id: "163EF88F92507BF1" + type: "item" + item: "indrev:modular_armor_legs" + } + { + id: "0A1F047C42BCE9CC" + type: "item" + item: "indrev:modular_armor_boots" + } + ] + rewards: [{ + id: "4FACAFE5C8B57182" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 8090608 + Name: "Industrial Revolution Rare Lootbag" + Loot: "aof:loot_bags/ind_rev/rare" + } + } + }] + } + { + x: 0.0d + y: 0.0d + id: "300FAC6161C1BCDB" + tasks: [{ + id: "56BB7CEC9FE309C4" + type: "checkmark" + title: "Tools" + }] + } + { + title: "Basic Tools" + x: 3.0d + y: -1.0d + description: [ + "Drill could be used as a replacement for Iron Pickaxe and Iron Shovel. It will cost 50 Energy to break one block." + "" + "Chainsaw could be used as a replacement for Iron Axe. It will cost 50 Energy to break one block." + "" + "Rock Cutter is a Diamond like tool with Silk Touch enchantment. It has 10k Energy storage. It uses Energy instead of durability to break a block. It will cost 10 Energy to break one block." + ] + dependencies: ["300FAC6161C1BCDB"] + id: "2C428C61C56220CD" + tasks: [ + { + id: "54835ABF40DD9BCE" + type: "item" + item: "techreborn:basic_drill" + } + { + id: "67349C80C2672091" + type: "item" + item: "techreborn:basic_chainsaw" + } + { + id: "7DEF9B9A6932266D" + type: "item" + item: "techreborn:basic_jackhammer" + } + ] + rewards: [{ + id: "31C7CBA37B9D3432" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "COMMON" + Color: 3706623 + Name: "Tech Reborn Common Lootbag" + Loot: "aof:loot_bags/tech_reborn/common" + } + } + }] + } + { + title: "Advanced Tools" + x: 3.0d + y: 0.0d + description: [ + "Advanced Drill is an advanced version of Basic Drill and works same as Diamond Pickaxe or Diamond Shovel." + "" + "Advanced Chainsaw is a more advanced chainsaw compare to Basic Chainsaw." + "" + "Advanced Jackhammer is a more advanced version of Basic Jackhammer. Advanced Jackhammer is capable of 3×3 mining when set to active." + ] + dependencies: ["300FAC6161C1BCDB"] + id: "5BC9A2F404AD73B7" + tasks: [ + { + id: "0C330A4FB95CF932" + type: "item" + item: "techreborn:advanced_drill" + } + { + id: "3F481DAC528F0A17" + type: "item" + item: "techreborn:advanced_chainsaw" + } + { + id: "0ADB3F49D2FA16CF" + type: "item" + item: "techreborn:advanced_jackhammer" + } + ] + rewards: [{ + id: "611ADE0A36B53A8D" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 3706623 + Name: "Tech Reborn Rare Lootbag" + Loot: "aof:loot_bags/tech_reborn/rare" + } + } + }] + } + { + title: "Industrial Tools" + x: 3.0d + y: 1.0d + description: [ + "Industrial Drill is a most powerfull drill. It can do AOE mining in 3×3 area. It has 1.000.000 Energy storage. " + "" + "Industrial Chainsaw is a top tier chainsaw. It has 1M Energy storage. Chainsaw could be used as a replacement for Diamond Axe and able to chop down whole tree at once. It will cost 150 Energy to break one block." + "" + "Industrial Jackhammer is a top tier JackHammer. It has 1M energy storage. Industrial Jackhammer is capable of 3×3 and 5×5 AoE mining when set to active. It will cost 150 energy to break one block." + ] + dependencies: ["300FAC6161C1BCDB"] + id: "574F9D5B42852567" + tasks: [ + { + id: "6C643470AFDDBCA8" + type: "item" + item: "techreborn:industrial_drill" + } + { + id: "53482D59ADAE2691" + type: "item" + item: "techreborn:industrial_chainsaw" + } + { + id: "25E72AB0C71E8D5F" + type: "item" + item: "techreborn:industrial_jackhammer" + } + ] + rewards: [{ + id: "7D6B7C6B76782BCC" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 3706623 + Name: "Tech Reborn Epic Lootbag" + Loot: "aof:loot_bags/tech_reborn/epic" + } + } + }] + } + { + title: "Mining Drills" + x: -3.0d + y: 1.0d + dependencies: ["300FAC6161C1BCDB"] + id: "2206B744E74F22FF" + tasks: [ + { + id: "6CE5BD1D97182281" + type: "item" + item: "indrev:mining_drill_mk1" + } + { + id: "7BC7C58E0BEBA275" + type: "item" + item: "indrev:mining_drill_mk2" + } + { + id: "46BA0A38C7280FAF" + type: "item" + item: "indrev:mining_drill_mk3" + } + { + id: "5496BFC1BB3C532B" + type: "item" + item: "indrev:mining_drill_mk4" + } + ] + rewards: [ + { + id: "700C7F9977380FB8" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + } + { + id: "0DAEA51F73BEDA12" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 8090608 + Name: "Industrial Revolution Rare Lootbag" + Loot: "aof:loot_bags/ind_rev/rare" + } + } + } + ] + } + { + x: -3.0d + y: 0.0d + subtitle: "Universal tool that combines Pickaxe, Axe, Showel, Sheers and even Sword in one simple rod." + description: ["Its mining level on par with diamond made tools. One mined block will cost 100 Energy and it will use 125 Energy on entity hit."] + dependencies: ["300FAC6161C1BCDB"] + id: "6974C60B6461BD04" + tasks: [{ + id: "3188B4D5D16B9220" + type: "item" + item: "techreborn:omni_tool" + }] + rewards: [{ + id: "2739B93C7FCDA002" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 3706623 + Name: "Tech Reborn Rare Lootbag" + Loot: "aof:loot_bags/tech_reborn/rare" + } + } + }] + } + { + title: "&5Dragon's Tools" + x: 2.0d + y: -2.5d + subtitle: "Harness the true strength of a dragon." + description: ["Scales are dropped by killing the Ender Dragon."] + dependencies: ["300FAC6161C1BCDB"] + id: "19CD33E3BCCBC283" + tasks: [ + { + id: "48BEF1026E46FEFC" + type: "item" + item: { + id: "dragonloot:dragon_pickaxe" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "1C23570FAFDAC0DD" + type: "item" + item: { + id: "dragonloot:dragon_shovel" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "699EEDB4F5A5483A" + type: "item" + item: { + id: "dragonloot:dragon_axe" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "6E11908E8414D5C5" + type: "item" + item: { + id: "dragonloot:dragon_hoe" + Count: 1b + tag: { + Damage: 0 + } + } + } + ] + rewards: [{ + id: "7DF089A2D0779224" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "LEGENDARY" + Color: 16103753 + Name: "Artifact Lootbag" + Loot: "aof:loot_bags/misc/artifacts" + } + } + }] + } + { + title: "Hammers" + x: -1.0d + y: 2.5d + subtitle: "3x3 Mining on your doorstep." + description: ["Craft any hammer to complete quest."] + dependencies: ["300FAC6161C1BCDB"] + id: "5AEDB664F213EFAB" + tasks: [{ + id: "0EE022EBDFCCF33F" + type: "item" + item: { + id: "itemfilters:mod" + Count: 1b + tag: { + value: "vanilla-hammers" + } + } + }] + rewards: [{ + id: "5DDBA9198C176C31" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + title: "Machetes" + x: 1.0d + y: 2.5d + subtitle: "Will break surrounding leaf blocks depending on the tool." + dependencies: ["300FAC6161C1BCDB"] + id: "61B67FB2016F8850" + tasks: [{ + id: "2445476A39A5A7FE" + type: "item" + item: { + id: "itemfilters:item_group" + Count: 1b + tag: { + value: "harvest_scythes.machetes" + } + } + }] + rewards: [{ + id: "4075E50674B2F240" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + title: "Scythes" + x: 2.0d + y: 2.5d + subtitle: "Harvest crops in a range!" + description: [ + "Right clicking with a scythe will harvest (and replant) nearby crops in a certain range based on the tool, if those crops are fully grown." + "" + "Right clicking on dirt/grass turns it into farmland like a normal hoe." + "" + "Some scythes will harvest in a circular shape, whilst others will harvest in a square shape, based on their tier." + "" + "There is also a scythe-only enchant \"Crop Reaper\" that increases their range." + ] + dependencies: ["300FAC6161C1BCDB"] + id: "2ED5C563BA705FB9" + tasks: [{ + id: "06CBBFF5AC7D4646" + type: "item" + item: { + id: "itemfilters:item_group" + Count: 1b + tag: { + value: "harvest_scythes.scythes" + } + } + }] + rewards: [{ + id: "33D1AEEC6B2CD5AE" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + x: 6.5d + y: 0.0d + id: "5EA2D6174BCFEC05" + tasks: [{ + id: "3D7700A29760BE66" + type: "checkmark" + title: "Weaponry" + }] + } + { + title: "&5Dragon's Sword" + x: 5.0d + y: -2.5d + subtitle: "Harness the true strength of a dragon." + dependencies: ["5EA2D6174BCFEC05"] + id: "43393B11001E56DC" + tasks: [{ + id: "79B14536D0076591" + type: "item" + item: { + id: "dragonloot:dragon_sword" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "1ADD5FEFADEDEA80" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "LEGENDARY" + Color: 16103753 + Name: "Artifact Lootbag" + Loot: "aof:loot_bags/misc/artifacts" + } + } + }] + } + { + x: 8.0d + y: -2.5d + subtitle: "An advanced weapon that can be used against hostile mobs, or players." + description: [ + "The Saber requires power to work, every hit done to an entity will cost 150 Energy." + "" + "The nano saber requires being active to work." + "" + "To toggle the active state the user must shift-right click." + "" + "A chat message will appear saying the new mod that the weapon is in." + ] + dependencies: ["5EA2D6174BCFEC05"] + id: "22260C48A683F434" + tasks: [{ + id: "27F4E72D06FE60DD" + type: "item" + item: { + id: "techreborn:nanosaber" + Count: 1b + tag: { + isActive: 0b + } + } + }] + rewards: [{ + id: "4F2CC6312CAD19A0" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 3706623 + Name: "Tech Reborn Rare Lootbag" + Loot: "aof:loot_bags/tech_reborn/rare" + } + } + }] + } + { + title: "Paxels" + x: 0.0d + y: 2.5d + subtitle: "All in One!" + description: [ + "These paxels can break the same blocks as any tool, and can have upgrades added to them by opening their inventory with shift right-click, adding new abilities and traits." + "" + "They also won't break when they reach 0 durability, instead becoming unusable until repaired, so you won't lose any hard-earned enchantments." + ] + dependencies: ["300FAC6161C1BCDB"] + id: "364F9B3D61ED0079" + tasks: [{ + id: "6DACDA252E01FFFE" + type: "item" + item: { + id: "itemfilters:or" + Count: 1b + tag: { + items: [ + { + id: "piercingpaxels:wooden_paxel" + Count: 1b + } + { + id: "piercingpaxels:stone_paxel" + Count: 1b + } + { + id: "piercingpaxels:gold_paxel" + Count: 1b + } + { + id: "piercingpaxels:iron_paxel" + Count: 1b + } + { + id: "piercingpaxels:diamond_paxel" + Count: 1b + } + { + id: "piercingpaxels:netherite_paxel" + Count: 1b + } + ] + } + } + }] + rewards: [{ + id: "176E6C862D9E4379" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + }] + } + { + title: "Charms" + x: -3.0d + y: -1.0d + subtitle: "A practice or expression believed to have magic powers." + description: [ + "The portal charm will allow the wearer to walk through portals instantly." + "" + "The sleep charm allows the wearer to instantly fall asleep in beds. It will also slowly reduce the insomnia counter which will prevent phantoms from spawning and attacking you." + "" + "The experience charm will decrease the pickup delay of experience orbs. It will also slightly increase the amount of experience dropped when killing mobs or mining blocks that drop EXP." + "" + "The gluttony charm will allow the wearer to eat food without delay." + "" + "All charms can be worn as trinkets." + ] + dependencies: ["300FAC6161C1BCDB"] + id: "5FCACC423BE1EB68" + tasks: [{ + id: "06063381E1AB7D20" + type: "item" + item: { + id: "itemfilters:tag" + Count: 1b + tag: { + value: "darkutils:charms" + } + } + }] + rewards: [{ + id: "5D4924DED53FF093" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "LEGENDARY" + Color: 16103753 + Name: "Artifact Lootbag" + Loot: "aof:loot_bags/misc/artifacts" + } + } + }] + } + { + title: "&6Simply Swords" + x: 8.0d + y: 2.5d + subtitle: "Songs of War!" + description: [ + "&b- Weapon Variants" + "14+ unique weapon variants, each with differing playstyles and attack animations." + "" + "&b- Artifact Weapons" + "Uncraftable, Rare, Powerful! Opening any chest throughout your journey, yields a chance to obtain unique weaponry with powerful abilities." + "" + "&6Complete this quest by obtaining anything from Simply Swords." + ] + dependencies: ["5EA2D6174BCFEC05"] + id: "39491A7F275A02BD" + tasks: [{ + id: "01910DCC48E5EAC7" + type: "item" + item: { + id: "itemfilters:mod" + Count: 1b + tag: { + value: "simplyswords" + } + } + }] + rewards: [{ + id: "1D7FC305AA8EEA7A" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "LEGENDARY" + Color: 16103753 + Name: "Artifact Lootbag" + Loot: "aof:loot_bags/misc/artifacts" + } + } + }] + } + { + title: "&cAdvanced Netherite" + x: -2.0d + y: 2.5d + subtitle: "Every Netherite tier has its own unique properties." + dependencies: ["300FAC6161C1BCDB"] + id: "38832A16DF4E54C3" + tasks: [{ + id: "3615732C6A2C7334" + type: "item" + item: { + id: "itemfilters:tag" + Count: 1b + tag: { + value: "advancednetherite:tiers/tools" + } + } + }] + rewards: [ + { + id: "53F18A9AA229B505" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "LEGENDARY" + Color: 16103753 + Name: "Artifact Lootbag" + Loot: "aof:loot_bags/misc/artifacts" + } + } + } + { + id: "5042EEAE31068F62" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "UNCOMMON" + Color: 5889627 + Name: "Agriculturist Lootbag" + Loot: "aof:loot_bags/misc/agriculturist" + } + } + } + ] + } + { + title: "&cAdvanced Netherite" + x: -7.5d + y: -2.5d + subtitle: "Every Netherite tier has its own unique properties." + dependencies: ["35F0E2CEEE9D9AD0"] + id: "76184D2FC1EAB9C9" + tasks: [{ + id: "795D749CAC452D48" + type: "item" + item: { + id: "itemfilters:tag" + Count: 1b + tag: { + value: "advancednetherite:tiers/armor" + } + } + }] + rewards: [{ + id: "52ED16348FDFD65A" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "LEGENDARY" + Color: 16103753 + Name: "Artifact Lootbag" + Loot: "aof:loot_bags/misc/artifacts" + } + } + }] + } + { + title: "&bArmory of the Warden" + x: -6.0d + y: 2.5d + subtitle: "You feel the true power of the Warden!" + dependencies: ["35F0E2CEEE9D9AD0"] + id: "6EC36423E7AFFC6A" + tasks: [ + { + id: "6520C11D866E605C" + type: "item" + item: { + id: "deeperdarker:warden_helmet" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "4BBF2201EF7ACCFF" + type: "item" + item: { + id: "deeperdarker:warden_chestplate" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "0BA808F0CBF8121C" + type: "item" + item: { + id: "deeperdarker:warden_leggings" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "2501119BAFEF8F97" + type: "item" + item: { + id: "deeperdarker:warden_boots" + Count: 1b + tag: { + Damage: 0 + } + } + } + ] + rewards: [{ + id: "204186ABAF820E5A" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "LEGENDARY" + Color: 16103753 + Name: "Artifact Lootbag" + Loot: "aof:loot_bags/misc/artifacts" + } + } + }] + } + { + title: "&bWeaponry of the Warden" + x: 7.0d + y: -2.5d + subtitle: "You feel the true power of the Warden!" + dependencies: ["5EA2D6174BCFEC05"] + id: "4EBE275982E447AC" + tasks: [{ + id: "6562E0D76672FC86" + type: "item" + item: { + id: "deeperdarker:warden_sword" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "0AA9547EA4F721C1" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "LEGENDARY" + Color: 16103753 + Name: "Artifact Lootbag" + Loot: "aof:loot_bags/misc/artifacts" + } + } + }] + } + { + title: "&bTools of the Warden" + x: 1.0d + y: -2.5d + subtitle: "Gardener? Nah, more like... Wardener!" + dependencies: ["300FAC6161C1BCDB"] + id: "1B3B5304E3BA3A75" + tasks: [ + { + id: "5C8CB0C4DCA62663" + type: "item" + item: { + id: "deeperdarker:warden_pickaxe" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "319ADC4407E7BDA4" + type: "item" + item: { + id: "deeperdarker:warden_shovel" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "7C36CCC608658408" + type: "item" + item: { + id: "deeperdarker:warden_axe" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "792B29B8C0FC8DC5" + type: "item" + item: { + id: "deeperdarker:warden_hoe" + Count: 1b + tag: { + Damage: 0 + } + } + } + ] + rewards: [{ + id: "0FEDA1050C7144B1" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "LEGENDARY" + Color: 16103753 + Name: "Artifact Lootbag" + Loot: "aof:loot_bags/misc/artifacts" + } + } + }] + } + { + x: 6.0d + y: -2.5d + subtitle: "The curse be upon you!" + dependencies: ["5EA2D6174BCFEC05"] + id: "237580846E5B0C1C" + tasks: [{ + id: "6D4FBC238D9972F4" + type: "item" + item: { + id: "minecells:cursed_sword" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "752C833AF3F183F0" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "LEGENDARY" + Color: 16103753 + Name: "Artifact Lootbag" + Loot: "aof:loot_bags/misc/artifacts" + } + } + }] + } + { + title: "&dElementium Armory" + x: -8.0d + y: 2.5d + subtitle: "Made in the Portal to Alfheim." + description: [ + "If the player is wearing a complete set of Elementium armor, they will gain the Great Fairy's Blessing set bonus:" + "" + "> 10% decrease of the Mana cost on all Mana-using tools and rods," + "" + "> Pixies spawned by the wearer will inflict a random potion effect for 2 seconds: either Blindness, Wither, Slowness or Weakness." + ] + dependencies: ["35F0E2CEEE9D9AD0"] + id: "0A0EE0B8F2CF1840" + tasks: [ + { + id: "6443CB4EA4556356" + type: "item" + item: { + id: "botania:elementium_helmet" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "3F3830E0938CBB40" + type: "item" + item: { + id: "botania:elementium_chestplate" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "3547154495AA785B" + type: "item" + item: { + id: "botania:elementium_leggings" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "6ED55F2B0C34748D" + type: "item" + item: { + id: "botania:elementium_boots" + Count: 1b + tag: { + Damage: 0 + } + } + } + ] + rewards: [{ + id: "754CE8CB0336E6D3" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Name: "Magic Epic Lootbag" + Loot: "aof:loot_bags/magic/epic" + } + } + }] + } + { + title: "&9Manasteel Armory" + x: -9.0d + y: 2.5d + subtitle: "Made out of Iron and Mana." + dependencies: ["35F0E2CEEE9D9AD0"] + id: "69EF6FE796539675" + tasks: [ + { + id: "384F8EE2142E565A" + type: "item" + item: { + id: "botania:manasteel_helmet" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "752FEB2ABDA70713" + type: "item" + item: { + id: "botania:manasteel_chestplate" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "16D9A0AFCF03C01C" + type: "item" + item: { + id: "botania:manasteel_leggings" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "33420EB93311F590" + type: "item" + item: { + id: "botania:manasteel_boots" + Count: 1b + tag: { + Damage: 0 + } + } + } + ] + rewards: [{ + id: "5A01FBD100578278" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Name: "Magic Rare Lootbag" + Loot: "aof:loot_bags/magic/rare" + } + } + }] + } + { + title: "&aTerrasteel Armory" + x: -7.0d + y: 2.5d + subtitle: "Made via an infusion ritual." + description: [ + "If the player is wearing a complete set of Terrasteel armor, they will gain the Will of the Ancients set bonus:" + "" + "> Passive generation of 1 Mana per tick." + "" + "> 20% decrease of Mana cost on all Mana-using tools and rods." + "" + "> Passive regeneration of 2 health every 4 seconds if their hunger bar isn't full." + "" + "> Effects of all Wills applied to the worn Terrasteel Helmet." + ] + dependencies: ["35F0E2CEEE9D9AD0"] + id: "7E9CEA24C62A5EB5" + tasks: [ + { + id: "5AC1B88EE4805986" + type: "item" + item: { + id: "botania:terrasteel_helmet" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "3EF0ABC0224C1C77" + type: "item" + item: { + id: "botania:terrasteel_chestplate" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "249C7B704AB2BFF6" + type: "item" + item: { + id: "botania:terrasteel_leggings" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "73DE3154063549DE" + type: "item" + item: { + id: "botania:terrasteel_boots" + Count: 1b + tag: { + Damage: 0 + } + } + } + ] + rewards: [{ + id: "5E5F8A23E330AF66" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "LEGENDARY" + Color: 16747259 + Name: "Magic Legendary Lootbag" + Loot: "aof:loot_bags/magic/legendary" + } + } + }] + } + { + title: "&aTools of Terra" + x: 0.0d + y: -2.5d + dependencies: ["300FAC6161C1BCDB"] + id: "6B2A5C9F8F92975B" + tasks: [ + { + id: "0EBC1A262BACB90E" + type: "item" + item: { + id: "botania:terra_pick" + Count: 1b + tag: { + Damage: 0 + mana: 9999 + } + } + } + { + id: "1B21CF9911521FE4" + type: "item" + item: { + id: "botania:terra_axe" + Count: 1b + tag: { + Damage: 0 + } + } + } + ] + rewards: [{ + id: "1F58E0896CECAB48" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "LEGENDARY" + Color: 16103753 + Name: "Artifact Lootbag" + Loot: "aof:loot_bags/misc/artifacts" + } + } + }] + } + { + title: "&dElementium Tools" + x: -1.0d + y: -2.5d + dependencies: ["300FAC6161C1BCDB"] + id: "491D1CA466F8BEE7" + tasks: [ + { + id: "1B7C87583404D823" + type: "item" + item: { + id: "botania:elementium_pickaxe" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "12761B3B1151BB90" + type: "item" + item: { + id: "botania:elementium_shovel" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "35251431AE99A877" + type: "item" + item: { + id: "botania:elementium_axe" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "7E9208183F259F87" + type: "item" + item: { + id: "botania:elementium_hoe" + Count: 1b + tag: { + Damage: 0 + } + } + } + ] + rewards: [{ + id: "37D446E2E6929333" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "LEGENDARY" + Color: 16103753 + Name: "Artifact Lootbag" + Loot: "aof:loot_bags/misc/artifacts" + } + } + }] + } + { + title: "&9Manasteel Tools" + x: -2.0d + y: -2.5d + dependencies: ["300FAC6161C1BCDB"] + id: "1812006D3BD67F42" + tasks: [ + { + id: "78AE4A2866D42033" + type: "item" + item: { + id: "botania:manasteel_pick" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "513C28B868CC07B7" + type: "item" + item: { + id: "botania:manasteel_shovel" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "0BEDB0B6192BABAB" + type: "item" + item: { + id: "botania:manasteel_axe" + Count: 1b + tag: { + Damage: 0 + } + } + } + { + id: "4868DD63695C6A9C" + type: "item" + item: { + id: "botania:manasteel_hoe" + Count: 1b + tag: { + Damage: 0 + } + } + } + ] + rewards: [{ + id: "2795C286B3F01E19" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "LEGENDARY" + Color: 16103753 + Name: "Artifact Lootbag" + Loot: "aof:loot_bags/misc/artifacts" + } + } + }] + } + { + x: 5.0d + y: 2.5d + dependencies: ["5EA2D6174BCFEC05"] + id: "7CE1E91CE65BEEB1" + tasks: [{ + id: "5C2A939D465B1339" + type: "item" + item: { + id: "botania:manasteel_sword" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "64788C0E06411E05" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "RARE" + Color: 16747259 + Name: "Magic Rare Lootbag" + Loot: "aof:loot_bags/magic/rare" + } + } + }] + } + { + x: 6.0d + y: 2.5d + dependencies: ["5EA2D6174BCFEC05"] + id: "7C5DBA5626CE7D7D" + tasks: [{ + id: "3AFC4119E51084AA" + type: "item" + item: { + id: "botania:elementium_sword" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "2D75E74B635299E0" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Name: "Magic Epic Lootbag" + Loot: "aof:loot_bags/magic/epic" + } + } + }] + } + { + x: 7.0d + y: 2.5d + dependencies: ["5EA2D6174BCFEC05"] + id: "05F39EED60B5032B" + tasks: [{ + id: "0B6D9A28B4A9B38C" + type: "item" + item: { + id: "botania:terra_sword" + Count: 1b + tag: { + Damage: 0 + } + } + }] + rewards: [{ + id: "494D1269BAC85011" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "LEGENDARY" + Color: 16747259 + Name: "Magic Legendary Lootbag" + Loot: "aof:loot_bags/magic/legendary" + } + } + }] + } + { + x: 5.0d + y: -5.0d + subtitle: "Dirty Stick MK II" + description: ["This tool performs much the same function as the rod of the lands, but also allows you to place blocks in midair for an additional cost."] + dependencies: ["0ECC48E2B41D4078"] + id: "6CFB83CA3C41D891" + tasks: [{ + id: "07E070E14442B2D5" + type: "item" + item: "botania:skydirt_rod" + }] + rewards: [{ + id: "0AA26F8BD37878A9" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Loot: "aof:loot_bags/magic/epic" + Name: "Magic Epic Lootbag" + } + } + }] + } + { + x: 6.5d + y: -4.5d + subtitle: "Keep the ocean clean!" + description: ["Just like the Rod of the Land, the Rod of the Seas will allow you to use mana to place water source blocks."] + dependencies: ["0ECC48E2B41D4078"] + id: "72D41352FD2B752C" + tasks: [{ + id: "69CE55AF68F39797" + type: "item" + item: "botania:water_rod" + }] + rewards: [{ + id: "3F12A313ED7D6735" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Loot: "aof:loot_bags/magic/epic" + Name: "Magic Epic Lootbag" + } + } + }] + } + { + x: 8.0d + y: -5.0d + subtitle: "Smoothing Brush in Survival" + description: ["The Rod of the Terra Firm is a useful tool for terraforming that allows you to flatten the ground and bring the elevation of the ground closer to your level"] + dependencies: ["0ECC48E2B41D4078"] + id: "503DD3CEEFE78FFF" + tasks: [{ + id: "6E7765039271CC78" + type: "item" + item: "botania:terraform_rod" + }] + rewards: [{ + id: "1ADBB875BD98C512" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Loot: "aof:loot_bags/magic/epic" + Name: "Magic Epic Lootbag" + } + } + }] + } + { + x: 8.0d + y: -7.0d + subtitle: "Shift your block of choice." + description: [ + "The Rod of the Shifting Crust is an incredibly useful tool that allows you to swap blocks on a surface with other blocks from your inventory." + "" + "Other staffs listed in this chapter allow you to use mana to replace blocks with blocks generated with mana." + ] + dependencies: ["0ECC48E2B41D4078"] + id: "57A128EE5135A494" + tasks: [{ + id: "5F10EB7947E7C1CB" + type: "item" + item: "botania:exchange_rod" + }] + rewards: [{ + id: "2184A7B7B6E41891" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Loot: "aof:loot_bags/magic/epic" + Name: "Magic Epic Lootbag" + } + } + }] + } + { + x: 6.5d + y: -8.0d + subtitle: "It's cobbling time!" + description: [ + "Much like the Rod of the Lands, this rod allows you to place Cobblestone by consuming mana." + "" + "Like its dirty cousin, it also provides the Rod of the Shifting Crust with Cobblestone for swapping." + ] + dependencies: ["0ECC48E2B41D4078"] + id: "009320766602EAAF" + tasks: [{ + id: "5B3866A5E0AD8DCF" + type: "item" + item: "botania:cobble_rod" + }] + rewards: [{ + id: "2BEE4BFA695BF6E9" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Loot: "aof:loot_bags/magic/epic" + Name: "Magic Epic Lootbag" + } + } + }] + } + { + x: 5.0d + y: -7.5d + subtitle: "Dirty Stick" + description: [ + "A simple tool that allows you to place dirt blocks using mana." + "" + "This isn't useful in and of itself, but when paired with the wand of the shifting crust, it provides dirt to swap blocks with." + ] + dependencies: ["0ECC48E2B41D4078"] + id: "1A7AF56567D80ECB" + tasks: [{ + id: "3AA7A6C9CA235353" + type: "item" + item: "botania:dirt_rod" + }] + rewards: [{ + id: "458366310AF3B9AE" + type: "item" + item: { + id: "lootbags:loot_bag" + Count: 1b + tag: { + Type: "EPIC" + Color: 16747259 + Loot: "aof:loot_bags/magic/epic" + Name: "Magic Epic Lootbag" + } + } + }] + } + { + x: 6.476190476190482d + y: -6.214285714285715d + id: "0ECC48E2B41D4078" + tasks: [{ + id: "7A35F0C8B2C0B1D1" + type: "checkmark" + title: "Botania Utils" + }] + } + { + x: 0.0d + y: -6.5d + subtitle: "Blocks as far as the eye can see!" + description: ["There are plenty of options of blocks to build with, with options from not only Chisel, Chipped and Chisels n Bits, but also from Blockus, Architect's Palette, and other cool mods!"] + id: "30023016124CD227" + tasks: [{ + id: "2468CAEE0E3DFE45" + type: "checkmark" + title: "Block Variations" + }] + } + { + title: "Chisels and Bits" + x: 0.0d + y: -5.0d + subtitle: "Sculpture the world!" + description: [ + "Remove small bits from blocks using chisels." + "" + "You can use these bits to build detailed decorations or whatever else you want." + ] + dependencies: ["30023016124CD227"] + id: "1503EBD099C0444B" + tasks: [{ + id: "5C9D9AF921A12ED1" + type: "item" + item: { + id: "itemfilters:tag" + Count: 1b + tag: { + value: "chiselsandbits:chisel" + } + } + }] + rewards: [{ + id: "4C0079478B316F06" + type: "item" + item: "chiselsandbits:chiseled_printer" + }] + } + { + title: "Reforging" + x: -7.0d + y: -7.5d + subtitle: "Reforge your gear at the anvil for a better item tier." + description: [ + "Reforging increases the luck for getting better item tiers." + "" + "&bLeft Slot: &rTiering Item Material (if non exist, default flint." + "" + "&bMiddle Slot: &rTiering Item" + "" + "&bRight Slot: &rAmethyst Shard" + "" + "Has to be &6fully repaired &rbefore able to be reforged," + ] + dependencies: ["25B6D9950B1CF03C"] + id: "797B2D9A335E8CDD" + tasks: [{ + id: "7143EC1A4778DA85" + type: "item" + item: "minecraft:anvil" + }] + rewards: [{ + id: "6F9D821FB246D2C2" + type: "item" + item: "minecraft:amethyst_shard" + count: 2 + }] + } + ] + quest_links: [ ] +} diff --git a/config/ftbquests/quests/data.snbt b/config/ftbquests/quests/data.snbt new file mode 100644 index 0000000..8fbe07c --- /dev/null +++ b/config/ftbquests/quests/data.snbt @@ -0,0 +1,22 @@ +{ + version: 13 + title: "&lAll of Fabric 6" + icon: "kubejs:aof6_logo" + default_reward_team: false + default_consume_items: false + default_autoclaim_rewards: "disabled" + default_quest_shape: "circle" + default_quest_disable_jei: false + emergency_items_cooldown: 300 + drop_loot_crates: false + loot_crate_no_drop: { + passive: 4000 + monster: 600 + boss: 0 + } + disable_gui: false + grid_scale: 0.5d + pause_game: false + lock_message: "" + progression_mode: "linear" +} diff --git a/config/ftbultimine.snbt b/config/ftbultimine.snbt new file mode 100644 index 0000000..4d646ff --- /dev/null +++ b/config/ftbultimine.snbt @@ -0,0 +1,18 @@ +# Configuration for FTB Ultimine that is common to both Clients and Servers +# This file is used to control instance (e.g. modpack) specific things like mod integrations. +# Changes to this file require you to restart the game! + +{ + # This is an advanced option, that you better leave alone This will stop ultimining on first block that it can't mine, rather than skipping it. + # Default: false + cancel_on_block_break_fail: false + + # This will stop mining if tool reaches X durability. It's possible it won't work with special tool types. + # Default: 0 + # Range: 0 ~ 100 + prevent_tool_break: 0 + + # Require damageable tools or items added to ftbultimine:tools tag to ultimine. + # Default: false + require_tool: false +} diff --git a/config/fullturtlearmor - Fabric.toml b/config/fullturtlearmor - Fabric.toml new file mode 100644 index 0000000..a528782 --- /dev/null +++ b/config/fullturtlearmor - Fabric.toml @@ -0,0 +1,6 @@ +shouldDolphin = true +shouldNightvision = true +timeAddedHelmet = 10 +timeAddedChestplate = 15 +timeAddedLeggings = 15 +timeAddedBoots = 10 diff --git a/config/fwaystones/config.json5 b/config/fwaystones/config.json5 new file mode 100644 index 0000000..d61f976 --- /dev/null +++ b/config/fwaystones/config.json5 @@ -0,0 +1,66 @@ +{ + "worldgen": { + "generate_in_villages": true, + "min_per_village": 1, + "max_per_village": 1, + "village_waystone_weight": 2 + }, + "teleportation_cost": { + "cost_type": "LEVEL", + "cost_item": "minecraft:ender_pearl", + "base_cost": 1, + "cost_per_block_distance": 0.0, + "cost_multiplier_between_dimensions": 1.0 + }, + "discover_with_item": "none", + "take_amount_from_discover_item": 0, + "consume_infinite_knowledge_scroll_on_use": false, + "consume_local_void_on_use": true, + "free_local_void_teleport": true, + "store_waystone_data_on_sneak_break": true, + "discover_waystone_on_map_use": false, + "can_owners_redeem_payments": false, + "waystone_block_hardness": 4.0, + "waystone_block_required_mining_level": 1, + "permission_level_for_breaking_waystones": "ANYONE", + "global_mode_toggle_permission_levels": "OWNER", + "teleportation_cooldown": { + "cooldown_ticks_when_hurt": 0, + "cooldown_ticks_from_abyss_watcher": 0, + "cooldown_ticks_from_pocket_wormhole": 0, + "cooldown_ticks_from_local_void": 0, + "cooldown_ticks_from_void_totem": 0, + "cooldown_ticks_from_waystone": 0 + }, + "disable_teleportation_from_dimensions": [], + "disable_teleportation_to_dimensions": [], + "ignore_dimension_blacklists_if_same_dimension": true, + "add_waystone_structure_piece": { + "ctov:village/beach/house": "desert_village_waystone", + "ctov:village/desert_oasis/house": "desert_village_waystone", + "minecraft:village/taiga/houses": "village_waystone", + "ctov:village/halloween/house": "village_waystone", + "ctov:village/mountain/house": "village_waystone", + "ctov:village/savanna/house": "village_waystone", + "ctov:village/mountain_alpine/house": "village_waystone", + "ctov:village/plains_fortified/house": "village_waystone", + "minecraft:village/plains/houses": "village_waystone", + "ctov:village/desert/house": "desert_village_waystone", + "minecraft:village/snowy/houses": "village_waystone", + "minecraft:village/desert/houses": "desert_village_waystone", + "ctov:village/christmas/house": "village_waystone", + "ctov:village/mushroom/house": "village_waystone", + "ctov:village/swamp/house": "village_waystone", + "ctov:village/taiga_fortified/house": "village_waystone", + "ctov:village/mesa_fortified/house": "red_desert_village_waystone", + "ctov:village/swamp_fortified/house": "village_waystone", + "ctov:village/jungle/house": "mossy_stone_brick_village_waystone", + "minecraft:village/savanna/houses": "village_waystone", + "ctov:village/mesa/house": "red_desert_village_waystone", + "ctov:village/jungle_tree/house": "mossy_stone_brick_village_waystone", + "ctov:village/snowy_igloo/house": "village_waystone", + "ctov:village/taiga/house": "village_waystone", + "ctov:village/plains/house": "village_waystone", + "ctov:village/savanna_na/house": "village_waystone" + } +} \ No newline at end of file diff --git a/config/geodes.properties b/config/geodes.properties new file mode 100644 index 0000000..44df7cf --- /dev/null +++ b/config/geodes.properties @@ -0,0 +1,8 @@ +#Default config file for More Geodes. See the readme on GitHub for more information: https://github.com/TheDeathlyCow/more-geodes/blob/main/README.md +#Tue Dec 27 21:24:24 CET 2022 +generate_quartz_geodes=true +generate_echo_geodes=true +generate_diamond_geodes=true +generate_gypsum_patches=true +generate_lapis_geodes=true +generate_emerald_geodes=true diff --git a/config/graveyard/the-graveyard-2.1-config.json5 b/config/graveyard/the-graveyard-2.1-config.json5 new file mode 100644 index 0000000..b78f172 --- /dev/null +++ b/config/graveyard/the-graveyard-2.1-config.json5 @@ -0,0 +1,471 @@ +{ + // Welcome to The Graveyard Config! + // + // Structures: + // Configure separation (Minimum distance between two structures of this type in chunks. Must be less than spacing). + // Configure spacing (Average distance between two structure placement attempts of this type in chunks). + // Configure whitelist: + // 1) Whitelist a single biome: use "modId:biomeName" to whitelist a biome (mod identifier + ":" + biome name). + // A full list of all the vanilla biomes can be found here https:minecraft.fandom.com/wiki/Biome#Biome_IDs. + // Common mod identifier are: graveyard_biomes, terralith, byg ... + // 2) Whitelist a biome category: use "#c:biomeTag" to whitelist the structure for any biome in this fabric tag (#c + ":" + tag name). + // A list of all valid tags can be found here: https://github.com/FabricMC/fabric/tree/1.19.1/fabric-convention-tags-v1/src/generated/resources/data/c/tags/worldgen/biome. + // 3) Whitelist a biome category: use "#minecraft:biomeTag" to whitelist the structure for any biome in this vanilla tag (#minecraft + ":" + tag name). + // A list of all valid tags can be found here: https://minecraft.fandom.com/wiki/Tag#Biomes. + // Configure blacklist: + // Blacklist a single biome: use "modId:biome" to blacklist biomes (mod identifier + ":" + biome name). + // A full list of all the vanilla biomes can be found here https:minecraft.fandom.com/wiki/Biome#Biome_IDs. + // Configure terrain check radius: set how far from structure placement a block is checked in all cardinal directions. Only necessary for the large graveyard. + // Configure max terrain height: set how far apart the different heights from the terrain check can be. Increase this value to allow more structures to spawn, but to also increase chance of weird placement. + // Configure if graveyard mobs can spawn naturally in structures. + // + // Mobs: + // Configure spawning weight and group size of the spawn. + // Configure if mobs burn in sunlight and/or if mobs are affected by the wither effect. + // Configure whitelist: + // 1) Whitelist a single biome: use "modId:biomeName" to whitelist a biome (mod identifier + ":" + biome name). + // A full list of all the vanilla biomes can be found here https:minecraft.fandom.com/wiki/Biome#Biome_IDs. + // Common mod identifier are: graveyard_biomes, terralith, byg ... + // 2) Whitelist a biome category: use "#c:biomeTag" to whitelist the mob for any biome in this fabric tag (#c + ":" + tag name). + // A list of all valid tags can be found here: https://github.com/FabricMC/fabric/tree/1.19.1/fabric-convention-tags-v1/src/generated/resources/data/c/tags/worldgen/biome. + // 3) Whitelist a biome category: use "#minecraft:biomeTag" to whitelist the mob for any biome in this vanilla tag (#minecraft + ":" + tag name). + // A list of all valid tags can be found here: https://minecraft.fandom.com/wiki/Tag#Biomes. + // Configure blacklist: + // Blacklist a single biome: use "modId:biome" to blacklist biomes (mod identifier + ":" + biome name). + // A full list of all the vanilla biomes can be found here https:minecraft.fandom.com/wiki/Biome#Biome_IDs. + // + // Additional: + // Configure graveyard fog particles rising from moss and set the chance of spawning them (higher numbers = lower chance of spawning). + // Configure if hordes of graveyard mobs can spawn and set their size and frequency. + // Configure if urns have a double chest inventory. + // Configure if the wither skeleton spawner in the large graveyard will be replaced by a skeleton spawner. + "structureConfigEntries": { + "small_grave": { + "enabled": true, + "separation": 8, + "spacing": 12, + "salt": 240451934, + "biomeWhitelist": [ + "minecraft:forest", + "#c:plains", + "#c:forest", + "terralith:blooming_plateau", + "terralith:blooming_valley" + ], + "biomeBlacklist": [], + "terrainCheckRadius": 4, + "maxTerrainHeightDifference": 3, + "canSpawnGraveyardMobs": false + }, + "crypt": { + "enabled": true, + "separation": 22, + "spacing": 24, + "salt": 893183913, + "biomeWhitelist": [ + "#c:caves" + ], + "biomeBlacklist": [ + "minecraft:deep_dark" + ], + "terrainCheckRadius": 1, + "maxTerrainHeightDifference": 3, + "canSpawnGraveyardMobs": false + }, + "small_graveyard": { + "enabled": true, + "separation": 18, + "spacing": 20, + "salt": 598017285, + "biomeWhitelist": [ + "#c:plains", + "minecraft:meadow", + "terralith:blooming_plateau", + "terralith:blooming_valley" + ], + "biomeBlacklist": [], + "terrainCheckRadius": 15, + "maxTerrainHeightDifference": 3, + "canSpawnGraveyardMobs": false + }, + "small_desert_grave": { + "enabled": true, + "separation": 16, + "spacing": 20, + "salt": 681236914, + "biomeWhitelist": [ + "#c:desert" + ], + "biomeBlacklist": [], + "terrainCheckRadius": 4, + "maxTerrainHeightDifference": 3, + "canSpawnGraveyardMobs": false + }, + "memorial_tree": { + "enabled": true, + "separation": 12, + "spacing": 14, + "salt": 529239621, + "biomeWhitelist": [ + "minecraft:old_growth_birch_forest", + "minecraft:birch_forest", + "terralith:birch_taiga" + ], + "biomeBlacklist": [], + "terrainCheckRadius": 10, + "maxTerrainHeightDifference": 3, + "canSpawnGraveyardMobs": false + }, + "small_desert_graveyard": { + "enabled": true, + "separation": 28, + "spacing": 32, + "salt": 598017285, + "biomeWhitelist": [ + "#c:desert" + ], + "biomeBlacklist": [], + "terrainCheckRadius": 20, + "maxTerrainHeightDifference": 3, + "canSpawnGraveyardMobs": false + }, + "large_graveyard": { + "enabled": true, + "separation": 20, + "spacing": 25, + "salt": 304812394, + "biomeWhitelist": [ + "minecraft:taiga", + "minecraft:snowy_taiga", + "#c:plains", + "terralith:forested_highlands", + "terralith:lush_valley", + "terralith:shield", + "terralith:shield_clearing", + "terralith:wintry_forest", + "graveyard_biomes:haunted_forest" + ], + "biomeBlacklist": [], + "terrainCheckRadius": 60, + "maxTerrainHeightDifference": 5, + "canSpawnGraveyardMobs": true + }, + "small_savanna_grave": { + "enabled": true, + "separation": 8, + "spacing": 12, + "salt": 709787761, + "biomeWhitelist": [ + "#c:badlands", + "#c:savanna", + "terralith:savanna_badlands", + "terralith:savanna_slopes", + "terralith:fractured_savanna" + ], + "biomeBlacklist": [], + "terrainCheckRadius": 4, + "maxTerrainHeightDifference": 3, + "canSpawnGraveyardMobs": false + }, + "mushroom_grave": { + "enabled": true, + "separation": 18, + "spacing": 24, + "salt": 379123039, + "biomeWhitelist": [ + "#c:mushroom", + "#c:jungle", + "#c:swamp" + ], + "biomeBlacklist": [], + "terrainCheckRadius": 7, + "maxTerrainHeightDifference": 3, + "canSpawnGraveyardMobs": false + }, + "haunted_house": { + "enabled": true, + "separation": 18, + "spacing": 20, + "salt": 451235912, + "biomeWhitelist": [ + "minecraft:dark_forest", + "#c:swamp", + "minecraft:old_growth_pine_taiga", + "minecraft:old_growth_spruce_taiga", + "terralith:moonlight_valley", + "terralith:cloud_forest", + "graveyard_biomes:haunted_lakes" + ], + "biomeBlacklist": [], + "terrainCheckRadius": 30, + "maxTerrainHeightDifference": 3, + "canSpawnGraveyardMobs": false + }, + "giant_mushroom": { + "enabled": true, + "separation": 18, + "spacing": 20, + "salt": 365012356, + "biomeWhitelist": [ + "#c:mushroom" + ], + "biomeBlacklist": [], + "terrainCheckRadius": 10, + "maxTerrainHeightDifference": 3, + "canSpawnGraveyardMobs": false + }, + "altar": { + "enabled": true, + "separation": 24, + "spacing": 30, + "salt": 1093123913, + "biomeWhitelist": [ + "minecraft:snowy_plains", + "minecraft:ice_spikes" + ], + "biomeBlacklist": [], + "terrainCheckRadius": 7, + "maxTerrainHeightDifference": 3, + "canSpawnGraveyardMobs": false + }, + "ruins": { + "enabled": true, + "separation": 12, + "spacing": 16, + "salt": 467108394, + "biomeWhitelist": [ + "#c:forest" + ], + "biomeBlacklist": [], + "terrainCheckRadius": 25, + "maxTerrainHeightDifference": 3, + "canSpawnGraveyardMobs": false + }, + "medium_graveyard": { + "enabled": true, + "separation": 16, + "spacing": 18, + "salt": 1690192399, + "biomeWhitelist": [ + "minecraft:forest", + "minecraft:flower_forest", + "minecraft:windswept_forest", + "terralith:brushland", + "terralith:blooming_valley", + "terralith:temperate_highlands", + "graveyard_biomes:eroded_haunted_forest" + ], + "biomeBlacklist": [], + "terrainCheckRadius": 30, + "maxTerrainHeightDifference": 3, + "canSpawnGraveyardMobs": true + }, + "lich_prison": { + "enabled": true, + "separation": 30, + "spacing": 35, + "salt": 258195719, + "biomeWhitelist": [ + "#c:ocean" + ], + "biomeBlacklist": [ + "minecraft:cold_ocean", + "minecraft:deep_cold_ocean", + "minecraft:frozen_ocean", + "minecraft:deep_frozen_ocean" + ], + "terrainCheckRadius": 1, + "maxTerrainHeightDifference": 1, + "canSpawnGraveyardMobs": false + }, + "small_mountain_grave": { + "enabled": true, + "separation": 8, + "spacing": 12, + "salt": 725689810, + "biomeWhitelist": [ + "#c:mountain", + "terralith:painted_mountains", + "terralith:rocky_mountains", + "terralith:haze_mountain", + "terralith:mountain_steppe" + ], + "biomeBlacklist": [], + "terrainCheckRadius": 4, + "maxTerrainHeightDifference": 3, + "canSpawnGraveyardMobs": false + } + }, + "particleConfigEntries": { + "graveyard_fog_particle": { + "canGenerate": true, + "spawnChance": 50 + } + }, + "mobConfigEntries": { + "acolyte": { + "enabled": false, + "weight": 0, + "minGroup": 2, + "maxGroup": 3, + "canBurnInSunlight": false, + "canBeWithered": false, + "whitelist": [ + "#c:in_overworld" + ], + "blacklist": [ + "minecraft:mushroom_fields", + "minecraft:flower_forest", + "minecraft:deep_dark" + ], + "modWhitelist": [] + }, + "revenant": { + "enabled": true, + "weight": 25, + "minGroup": 5, + "maxGroup": 8, + "canBurnInSunlight": true, + "canBeWithered": false, + "whitelist": [ + "#c:in_overworld" + ], + "blacklist": [ + "minecraft:mushroom_fields", + "minecraft:flower_forest", + "minecraft:deep_dark" + ], + "modWhitelist": [] + }, + "wraith": { + "enabled": false, + "weight": 0, + "minGroup": 2, + "maxGroup": 3, + "canBurnInSunlight": true, + "canBeWithered": false, + "whitelist": [ + "#c:in_overworld" + ], + "blacklist": [ + "minecraft:mushroom_fields", + "minecraft:flower_forest", + "minecraft:deep_dark" + ], + "modWhitelist": [] + }, + "corrupted_vindicator": { + "enabled": false, + "weight": 0, + "minGroup": 2, + "maxGroup": 3, + "canBurnInSunlight": true, + "canBeWithered": false, + "whitelist": [ + "#c:in_overworld" + ], + "blacklist": [ + "minecraft:mushroom_fields", + "minecraft:flower_forest", + "minecraft:deep_dark" + ], + "modWhitelist": [] + }, + "skeleton_creeper": { + "enabled": true, + "weight": 25, + "minGroup": 1, + "maxGroup": 4, + "canBurnInSunlight": true, + "canBeWithered": false, + "whitelist": [ + "#c:in_overworld" + ], + "blacklist": [ + "minecraft:mushroom_fields", + "minecraft:flower_forest", + "minecraft:deep_dark" + ], + "modWhitelist": [] + }, + "corrupted_pillager": { + "enabled": false, + "weight": 0, + "minGroup": 2, + "maxGroup": 3, + "canBurnInSunlight": true, + "canBeWithered": false, + "whitelist": [ + "#c:in_overworld" + ], + "blacklist": [ + "minecraft:mushroom_fields", + "minecraft:flower_forest", + "minecraft:deep_dark" + ], + "modWhitelist": [] + }, + "ghoul": { + "enabled": true, + "weight": 25, + "minGroup": 2, + "maxGroup": 5, + "canBurnInSunlight": true, + "canBeWithered": false, + "whitelist": [ + "#c:in_overworld" + ], + "blacklist": [ + "minecraft:mushroom_fields", + "minecraft:flower_forest", + "minecraft:deep_dark" + ], + "modWhitelist": [] + }, + "reaper": { + "enabled": true, + "weight": 5, + "minGroup": 2, + "maxGroup": 3, + "canBurnInSunlight": true, + "canBeWithered": false, + "whitelist": [ + "graveyard_biomes:eroded_haunted_forest" + ], + "blacklist": [], + "modWhitelist": [] + }, + "nightmare": { + "enabled": true, + "weight": 10, + "minGroup": 1, + "maxGroup": 1, + "canBurnInSunlight": false, + "canBeWithered": false, + "whitelist": [ + "#c:in_overworld" + ], + "blacklist": [ + "minecraft:mushroom_fields", + "minecraft:flower_forest", + "minecraft:deep_dark" + ], + "modWhitelist": [] + } + }, + "hordeConfigEntries": { + "horde_spawn": { + "enabled": true, + "mobSpawnAttempts": 40, + "ticksUntilNextSpawn": 24000, + "additionalRandomizedTicks": 1200 + } + }, + "booleanEntries": { + "disableWitherSkeletonSpawner": false, + "urnHasDoubleInventory": true + }, + "intEntries": { + "cryptJigsawSize": 7 + } +} diff --git a/config/graveyard/the-graveyard-2.2-config.json5 b/config/graveyard/the-graveyard-2.2-config.json5 new file mode 100644 index 0000000..0fb8f84 --- /dev/null +++ b/config/graveyard/the-graveyard-2.2-config.json5 @@ -0,0 +1,499 @@ +{ + // Welcome to The Graveyard Config! + // + // Structures: + // Configure separation (Minimum distance between two structures of this type in chunks. Must be less than spacing). + // Configure spacing (Average distance between two structure placement attempts of this type in chunks). + // Configure whitelist: + // 1) Whitelist a single biome: use "modId:biomeName" to whitelist a biome (mod identifier + ":" + biome name). + // A full list of all the vanilla biomes can be found here https:minecraft.fandom.com/wiki/Biome#Biome_IDs. + // Common mod identifier are: graveyard_biomes, terralith, byg ... + // 2) Whitelist a biome category: use "#c:biomeTag" to whitelist the structure for any biome in this fabric tag (#c + ":" + tag name). + // A list of all valid tags can be found here: https://github.com/FabricMC/fabric/tree/1.19.1/fabric-convention-tags-v1/src/generated/resources/data/c/tags/worldgen/biome. + // 3) Whitelist a biome category: use "#minecraft:biomeTag" to whitelist the structure for any biome in this vanilla tag (#minecraft + ":" + tag name). + // A list of all valid tags can be found here: https://minecraft.fandom.com/wiki/Tag#Biomes. + // Configure blacklist: + // Blacklist a single biome: use "modId:biome" to blacklist biomes (mod identifier + ":" + biome name). + // A full list of all the vanilla biomes can be found here https:minecraft.fandom.com/wiki/Biome#Biome_IDs. + // Configure terrain check radius: set how far from structure placement a block is checked in all cardinal directions. Only necessary for the large graveyard. + // Configure max terrain height: set how far apart the different heights from the terrain check can be. Increase this value to allow more structures to spawn, but to also increase chance of weird placement. + // Configure if graveyard mobs can spawn naturally in structures. + // + // Mobs: + // Configure spawning weight and group size of the spawn. + // Configure if mobs burn in sunlight and/or if mobs are affected by the wither effect. + // Configure whitelist: + // 1) Whitelist a single biome: use "modId:biomeName" to whitelist a biome (mod identifier + ":" + biome name). + // A full list of all the vanilla biomes can be found here https:minecraft.fandom.com/wiki/Biome#Biome_IDs. + // Common mod identifier are: graveyard_biomes, terralith, byg ... + // 2) Whitelist a biome category: use "#c:biomeTag" to whitelist the mob for any biome in this fabric tag (#c + ":" + tag name). + // A list of all valid tags can be found here: https://github.com/FabricMC/fabric/tree/1.19.1/fabric-convention-tags-v1/src/generated/resources/data/c/tags/worldgen/biome. + // 3) Whitelist a biome category: use "#minecraft:biomeTag" to whitelist the mob for any biome in this vanilla tag (#minecraft + ":" + tag name). + // A list of all valid tags can be found here: https://minecraft.fandom.com/wiki/Tag#Biomes. + // Configure blacklist: + // Blacklist a single biome: use "modId:biome" to blacklist biomes (mod identifier + ":" + biome name). + // A full list of all the vanilla biomes can be found here https:minecraft.fandom.com/wiki/Biome#Biome_IDs. + // + // Additional: + // Configure graveyard fog particles rising from moss and set the chance of spawning them (higher numbers = lower chance of spawning). + // Configure if hordes of graveyard mobs can spawn and set their size and frequency. + // Configure if urns have a double chest inventory. + // Configure if the wither skeleton spawner in the large graveyard will be replaced by a skeleton spawner. + "structureConfigEntries": { + "small_grave": { + "enabled": true, + "separation": 8, + "spacing": 12, + "salt": 240451934, + "biomeWhitelist": [ + "minecraft:forest", + "#c:plains", + "#c:forest", + "terralith:blooming_plateau", + "terralith:blooming_valley" + ], + "biomeBlacklist": [], + "terrainCheckRadius": 4, + "maxTerrainHeightDifference": 3, + "canSpawnGraveyardMobs": false + }, + "crypt": { + "enabled": true, + "separation": 22, + "spacing": 24, + "salt": 893183913, + "biomeWhitelist": [ + "#c:caves" + ], + "biomeBlacklist": [ + "minecraft:deep_dark" + ], + "terrainCheckRadius": 1, + "maxTerrainHeightDifference": 3, + "canSpawnGraveyardMobs": false + }, + "small_graveyard": { + "enabled": true, + "separation": 18, + "spacing": 20, + "salt": 598017285, + "biomeWhitelist": [ + "#c:plains", + "minecraft:meadow", + "terralith:blooming_plateau", + "terralith:blooming_valley" + ], + "biomeBlacklist": [], + "terrainCheckRadius": 15, + "maxTerrainHeightDifference": 3, + "canSpawnGraveyardMobs": false + }, + "small_desert_grave": { + "enabled": true, + "separation": 16, + "spacing": 20, + "salt": 681236914, + "biomeWhitelist": [ + "#c:desert" + ], + "biomeBlacklist": [], + "terrainCheckRadius": 4, + "maxTerrainHeightDifference": 3, + "canSpawnGraveyardMobs": false + }, + "memorial_tree": { + "enabled": true, + "separation": 12, + "spacing": 14, + "salt": 529239621, + "biomeWhitelist": [ + "minecraft:old_growth_birch_forest", + "minecraft:birch_forest", + "terralith:birch_taiga" + ], + "biomeBlacklist": [], + "terrainCheckRadius": 10, + "maxTerrainHeightDifference": 3, + "canSpawnGraveyardMobs": false + }, + "small_desert_graveyard": { + "enabled": true, + "separation": 28, + "spacing": 32, + "salt": 598017285, + "biomeWhitelist": [ + "#c:desert" + ], + "biomeBlacklist": [], + "terrainCheckRadius": 20, + "maxTerrainHeightDifference": 3, + "canSpawnGraveyardMobs": false + }, + "large_graveyard": { + "enabled": true, + "separation": 20, + "spacing": 25, + "salt": 304812394, + "biomeWhitelist": [ + "minecraft:taiga", + "minecraft:snowy_taiga", + "#c:plains", + "terralith:forested_highlands", + "terralith:lush_valley", + "terralith:shield", + "terralith:shield_clearing", + "terralith:wintry_forest", + "graveyard_biomes:haunted_forest" + ], + "biomeBlacklist": [], + "terrainCheckRadius": 60, + "maxTerrainHeightDifference": 5, + "canSpawnGraveyardMobs": true + }, + "small_savanna_grave": { + "enabled": true, + "separation": 8, + "spacing": 12, + "salt": 709787761, + "biomeWhitelist": [ + "#c:badlands", + "#c:savanna", + "terralith:savanna_badlands", + "terralith:savanna_slopes", + "terralith:fractured_savanna" + ], + "biomeBlacklist": [], + "terrainCheckRadius": 4, + "maxTerrainHeightDifference": 3, + "canSpawnGraveyardMobs": false + }, + "mushroom_grave": { + "enabled": true, + "separation": 18, + "spacing": 24, + "salt": 379123039, + "biomeWhitelist": [ + "#c:mushroom", + "#c:jungle", + "#c:swamp" + ], + "biomeBlacklist": [], + "terrainCheckRadius": 7, + "maxTerrainHeightDifference": 3, + "canSpawnGraveyardMobs": false + }, + "haunted_house": { + "enabled": true, + "separation": 18, + "spacing": 20, + "salt": 451235912, + "biomeWhitelist": [ + "minecraft:dark_forest", + "#c:swamp", + "minecraft:old_growth_pine_taiga", + "minecraft:old_growth_spruce_taiga", + "terralith:moonlight_valley", + "terralith:cloud_forest", + "graveyard_biomes:haunted_lakes" + ], + "biomeBlacklist": [], + "terrainCheckRadius": 30, + "maxTerrainHeightDifference": 3, + "canSpawnGraveyardMobs": false + }, + "giant_mushroom": { + "enabled": true, + "separation": 18, + "spacing": 20, + "salt": 365012356, + "biomeWhitelist": [ + "#c:mushroom" + ], + "biomeBlacklist": [], + "terrainCheckRadius": 10, + "maxTerrainHeightDifference": 3, + "canSpawnGraveyardMobs": false + }, + "altar": { + "enabled": true, + "separation": 24, + "spacing": 30, + "salt": 1093123913, + "biomeWhitelist": [ + "minecraft:snowy_plains", + "minecraft:ice_spikes" + ], + "biomeBlacklist": [], + "terrainCheckRadius": 7, + "maxTerrainHeightDifference": 3, + "canSpawnGraveyardMobs": false + }, + "ruins": { + "enabled": true, + "separation": 12, + "spacing": 16, + "salt": 467108394, + "biomeWhitelist": [ + "#c:forest" + ], + "biomeBlacklist": [], + "terrainCheckRadius": 25, + "maxTerrainHeightDifference": 3, + "canSpawnGraveyardMobs": false + }, + "medium_graveyard": { + "enabled": true, + "separation": 16, + "spacing": 18, + "salt": 1690192399, + "biomeWhitelist": [ + "minecraft:forest", + "minecraft:flower_forest", + "minecraft:windswept_forest", + "terralith:brushland", + "terralith:blooming_valley", + "terralith:temperate_highlands", + "graveyard_biomes:eroded_haunted_forest" + ], + "biomeBlacklist": [], + "terrainCheckRadius": 30, + "maxTerrainHeightDifference": 3, + "canSpawnGraveyardMobs": true + }, + "lich_prison": { + "enabled": true, + "separation": 70, + "spacing": 85, + "salt": 258195719, + "biomeWhitelist": [ + "#c:ocean" + ], + "biomeBlacklist": [ + "minecraft:cold_ocean", + "minecraft:deep_cold_ocean", + "minecraft:frozen_ocean", + "minecraft:deep_frozen_ocean" + ], + "terrainCheckRadius": 1, + "maxTerrainHeightDifference": 1, + "canSpawnGraveyardMobs": false + }, + "small_mountain_grave": { + "enabled": true, + "separation": 8, + "spacing": 12, + "salt": 725689810, + "biomeWhitelist": [ + "#c:mountain", + "terralith:painted_mountains", + "terralith:rocky_mountains", + "terralith:haze_mountain", + "terralith:mountain_steppe" + ], + "biomeBlacklist": [], + "terrainCheckRadius": 4, + "maxTerrainHeightDifference": 3, + "canSpawnGraveyardMobs": false + } + }, + "particleConfigEntries": { + "graveyard_fog_particle": { + "canGenerate": true, + "spawnChance": 50 + } + }, + "mobConfigEntries": { + "acolyte": { + "enabled": false, + "weight": 0, + "minGroup": 2, + "maxGroup": 3, + "canBurnInSunlight": false, + "canBeWithered": false, + "whitelist": [ + "#c:in_overworld" + ], + "blacklist": [ + "minecraft:deep_dark", + "minecraft:flower_forest", + "minecraft:mushroom_fields" + ], + "modWhitelist": [] + }, + "revenant": { + "enabled": true, + "weight": 25, + "minGroup": 5, + "maxGroup": 8, + "canBurnInSunlight": true, + "canBeWithered": false, + "whitelist": [ + "#c:in_overworld" + ], + "blacklist": [ + "minecraft:deep_dark", + "minecraft:flower_forest", + "minecraft:mushroom_fields" + ], + "modWhitelist": [] + }, + "wraith": { + "enabled": false, + "weight": 0, + "minGroup": 2, + "maxGroup": 3, + "canBurnInSunlight": true, + "canBeWithered": false, + "whitelist": [ + "#c:in_overworld" + ], + "blacklist": [ + "minecraft:deep_dark", + "minecraft:flower_forest", + "minecraft:mushroom_fields" + ], + "modWhitelist": [] + }, + "corrupted_vindicator": { + "enabled": false, + "weight": 0, + "minGroup": 2, + "maxGroup": 3, + "canBurnInSunlight": true, + "canBeWithered": false, + "whitelist": [ + "#c:in_overworld" + ], + "blacklist": [ + "minecraft:deep_dark", + "minecraft:flower_forest", + "minecraft:mushroom_fields" + ], + "modWhitelist": [] + }, + "skeleton_creeper": { + "enabled": true, + "weight": 25, + "minGroup": 1, + "maxGroup": 4, + "canBurnInSunlight": true, + "canBeWithered": false, + "whitelist": [ + "#c:in_overworld" + ], + "blacklist": [ + "minecraft:deep_dark", + "minecraft:flower_forest", + "minecraft:mushroom_fields" + ], + "modWhitelist": [] + }, + "corrupted_pillager": { + "enabled": false, + "weight": 0, + "minGroup": 2, + "maxGroup": 3, + "canBurnInSunlight": true, + "canBeWithered": false, + "whitelist": [ + "#c:in_overworld" + ], + "blacklist": [ + "minecraft:deep_dark", + "minecraft:flower_forest", + "minecraft:mushroom_fields" + ], + "modWhitelist": [] + }, + "ghoul": { + "enabled": true, + "weight": 25, + "minGroup": 2, + "maxGroup": 5, + "canBurnInSunlight": true, + "canBeWithered": false, + "whitelist": [ + "#c:in_overworld" + ], + "blacklist": [ + "minecraft:deep_dark", + "minecraft:flower_forest", + "minecraft:mushroom_fields" + ], + "modWhitelist": [] + }, + "reaper": { + "enabled": true, + "weight": 5, + "minGroup": 2, + "maxGroup": 3, + "canBurnInSunlight": true, + "canBeWithered": false, + "whitelist": [ + "graveyard_biomes:eroded_haunted_forest" + ], + "blacklist": [], + "modWhitelist": [] + }, + "nightmare": { + "enabled": true, + "weight": 10, + "minGroup": 1, + "maxGroup": 1, + "canBurnInSunlight": false, + "canBeWithered": false, + "whitelist": [ + "#c:in_overworld" + ], + "blacklist": [ + "minecraft:deep_dark", + "minecraft:flower_forest", + "minecraft:mushroom_fields" + ], + "modWhitelist": [] + } + }, + "hordeConfigEntries": { + "horde_spawn": { + "enabled": true, + "mobSpawnAttempts": 40, + "ticksUntilNextSpawn": 24000, + "additionalRandomizedTicks": 1200 + } + }, + "corruptedChampionConfigEntries": { + "corrupted_champion": { + "healthInCastingPhase": 400.0, + "healthInHuntingPhase": 200.0, + "damageCastingPhase": 30.0, + "damageHuntingPhaseAddition": 40.0, + "armor": 18.0, + "armorToughness": 14.0, + "speedInHuntPhase": 0.15, + "durationHuntingPhase": 800, + "durationFallingCorpseSpell": 400, + "durationHealingSpell": 700, + "durationLevitationSpell": 150, + "maxAmountSkullsInShootSkullSpell": 5, + "maxSummonedMobs": 30, + "maxGroupSizeSummonedMobs": 5, + "ghoulSpawnTimerInFight": 6000, + "isBloodCollectableEntity": [ + "entity.minecraft.villager" + ], + "isBossSummonableItem": [ + "item.minecraft.debug_stick" + ], + "summoningNeedsStaffFragments": true, + "isMultiphaseFight": true, + "isInvulnerableDuringSpells": true + } + }, + "booleanEntries": { + "disableWitherSkeletonSpawner": false, + "urnHasDoubleInventory": true + }, + "intEntries": { + "cryptJigsawSize": 7 + } +} diff --git a/config/guardvillagers.json b/config/guardvillagers.json new file mode 100644 index 0000000..242c49b --- /dev/null +++ b/config/guardvillagers.json @@ -0,0 +1,28 @@ +{ + "general": { + "useSteveModel": false, + "GuardsRunFromPolarBears": true, + "GuardFormation": true, + "ClericHealing": true, + "armorerRepairGuardArmor": true, + "GuardsOpenDoors": true, + "AttackAllMobs": false, + "guardAttackMobBlacklist": [ + "minecraft:creeper" + ], + "giveGuardStuffHOTV": true, + "setGuardPatrolHotv": true, + "GuardAlwaysShield": true, + "FriendlyFire": false, + "guardArrowsHurtVillagers": false, + "RaidAnimals": false, + "WitchesVillager": true, + "BlackSmithHealing": true, + "GuardVillagerHelpRange": 50.0, + "ConvertVillagerIfHaveHOTV": false, + "amountOfHealthRegenerated": 1 + }, + "permission": { + "AmountOfConversions": 5 + } +} \ No newline at end of file diff --git a/config/harvest_scythes/config.json b/config/harvest_scythes/config.json new file mode 100644 index 0000000..836f727 --- /dev/null +++ b/config/harvest_scythes/config.json @@ -0,0 +1,6 @@ +{ + "scythe_blacklisted_blocks": [ + "minecraft:lily_pad" + ], + "machete_blacklisted_blocks": [] +} \ No newline at end of file diff --git a/config/healingcampfire-fabric.json5 b/config/healingcampfire-fabric.json5 new file mode 100644 index 0000000..3adfd27 --- /dev/null +++ b/config/healingcampfire-fabric.json5 @@ -0,0 +1,26 @@ +{ + // How often in ticks the mod checks for campfires around the player. 1 second = 20 ticks, so by default every 2 seconds. + // min: 1, max: 1200 + "checkForCampfireDelayInTicks": 40, + // The radius around the campfire in blocks where players receive the regeneration effect. + // min: 1, max: 64 + "healingRadius": 16, + // The duration of the regeneration effect which the campfire applies. + // min: 1, max: 600 + "effectDurationSeconds": 60, + // The level of regeneration which the campfire applies, by default 1. + // min: 1, max: 50 + "regenerationLevel": 1, + // When enabled, the campfire heals passive mobs around where the radius is half the width of a bounding box. + "healPassiveMobs": true, + // When enabled, hides the particles from the regeneration effect around the campfire. + "hideEffectParticles": true, + // When enabled, the campfire only has an effect when the block is lit up. + "campfireMustBeLit": true, + // When enabled, the campfire only has an effect when the block is signalling. + "campfireMustBeSignalling": false, + // When enabled, the mod will work with normal campfires. + "enableEffectForNormalCampfires": true, + // When enabled, the mod will work with soul campfires. + "enableEffectForSoulCampfires": true +} \ No newline at end of file diff --git a/config/healthoverlay.json5 b/config/healthoverlay.json5 new file mode 100644 index 0000000..46cff72 --- /dev/null +++ b/config/healthoverlay.json5 @@ -0,0 +1,124 @@ +{ + "health": { + // Show vanilla hearts + "health_vanilla": true, + /* Colors for every 10 hearts (not counting the default red) + All values are written as hexadecimal RGB color in '#RRGGBB' format + */ + "health_colors": [ + "#F06E14", + "#F5DC23", + "#2DB928", + "#1EAFBE", + "#7346E1", + "#FA7DEB", + "#EB375A", + "#FF8278", + "#AAFFFA", + "#EBEBFF" + ], + /* Two alternating colors when poisoned + There can be one color in case vanilla poisoned heart is wanted + */ + "health_poison_colors": [ + "#739B00", + "#96CD00" + ], + /* Two alternating colors when withered + There can be one color in case vanilla withered heart is wanted + */ + "health_wither_colors": [ + "#0F0F0F", + "#2D2D2D" + ], + /* Two alternating colors when freezing + There can be one color in case vanilla frozen heart is wanted + */ + "health_frozen_colors": [ + "#3E70E6", + "#873EE6" + ], + "gui": { + /* A point coordinates should be relative to. + NOTE: moving towards left or top from a point always requires negative coordinates! + Allowed Values: TOP_LEFT, TOP_MIDDLE, TOP_RIGHT, MIDDLE_LEFT, MIDDLE, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_MIDDLE, BOTTOM_RIGHT + */ + "relative_to": "BOTTOM_MIDDLE", + "x": -91, + "y": -39 + } + }, + "absorption": { + // Show vanilla hearts + "absorption_vanilla": true, + /* Colors for every 10 hearts (not counting the default yellow) + All values are written as hexadecimal RGB color in '#RRGGBB' format + */ + "absorption_colors": [ + "#E1FA9B", + "#A0FFAF", + "#AAFFFA", + "#AACDFF", + "#D7B4FF", + "#FAA5FF", + "#FFB4B4", + "#FFAA7D", + "#D7F0FF", + "#EBFFFA" + ], + // Two alternating colors when poisoned + "absorption_poison_colors": [ + "#BFF230", + "#7AA15A" + ], + // Two alternating colors when withered + "absorption_wither_colors": [ + "#787061", + "#73625C" + ], + // Two alternating colors when freezing + "absorption_frozen_colors": [ + "#90D136", + "#36D183" + ], + "gui": { + /* A point coordinates should be relative to. + NOTE: moving towards left or top from a point always requires negative coordinates! + Allowed Values: TOP_LEFT, TOP_MIDDLE, TOP_RIGHT, MIDDLE_LEFT, MIDDLE, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_MIDDLE, BOTTOM_RIGHT + */ + "relative_to": "BOTTOM_MIDDLE", + "x": -91, + "y": -49 + } + }, + "qol": { + /* Display absorption in the same row as health + Absorption hearts start directly after the last health heart. + */ + "absorption_over_health": false, + "counter": { + /* Visualizes health/absorption to left of the hearts. + Allowed Values: OFF, ALWAYS, ON_CHANGE + */ + "display_mode": "OFF", + /* Text displayed next to health. Minecraft chat color codes are allowed. + Available variables: + "[HEALTH]": Current health. + "[MAX]": Max health. + "[HEARTS]": Current health in hearts. + "[MAX_HEARTS]": Max health in hearts. + "[ROW]": Current health row. + "[MAX_ROW]": Max health row. + */ + "text_health": "\u00a74[HEALTH]\u00a77/\u00a72[MAX]", + /* Text displayed next to absorption. Minecraft chat color codes are allowed. + In case 'absorption_over_health' is true, this text is displayed at the same position as or left of 'text_health'. + Available variables: + "[ABSORPTION]": Current absorption. + "[HEARTS]": Current absorption in hearts. + "[ROW]": Current absorption row. + */ + "text_absorption": "\u00a76[ABSORPTION]" + } + } +} \ No newline at end of file diff --git a/config/hexal/client.json5 b/config/hexal/client.json5 new file mode 100644 index 0000000..6f31cf5 --- /dev/null +++ b/config/hexal/client.json5 @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/config/hexal/common.json5 b/config/hexal/common.json5 new file mode 100644 index 0000000..6f31cf5 --- /dev/null +++ b/config/hexal/common.json5 @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/config/hexal/server.json5 b/config/hexal/server.json5 new file mode 100644 index 0000000..cf5ea27 --- /dev/null +++ b/config/hexal/server.json5 @@ -0,0 +1,42 @@ +{ + "generateSlipwayGeodes": true, + "miscSpells": { + "fallingBlockCost": 1.5, + "freezeCost": 1.0, + "particlesCost": 0.01, + "placeTypeCost": 0.125, + "smeltCost": 0.75 + }, + "wispSpells": { + "moveSpeedSetCost": 1.0, + "summonTickingWispCost": 3.0, + "summonProjectileWispCost": 1.7, + "summonProjectileWispMinCost": 0.5 + }, + "wispUpkeep": { + "storingPlayerCostScaleFactor": 1.0, + "tickingWispUpkeepPerTick": 0.0325, + "projectileWispUpkeepPerTick": 0.01625, + "untriggeredWispUpkeepDiscount": 0.77, + "linkUpkeepPerTick": 5.0E-4, + "seonDiscountFactor": 20.0 + }, + "linkSpells": { + "linkCost": 5.0, + "sendIotaCost": 0.01, + "unlinkCost": 2.0 + }, + "gateSpells": { + "makeGateCost": 320.0, + "markGateCost": 0.05, + "closeGateCost": 2.5 + }, + "greatSpells": { + "consumeWispOwnCost": 5.0, + "consumeWispOthersCostPerMedia": 1.5, + "seonWispSetCost": 50.0, + "tickConstantCost": 0.1, + "tickCostPerTicked": 0.001, + "tickRandomTickIProb": 1365 + } +} \ No newline at end of file diff --git a/config/hexcasting-client.json5 b/config/hexcasting-client.json5 new file mode 100644 index 0000000..6400e62 --- /dev/null +++ b/config/hexcasting-client.json5 @@ -0,0 +1,12 @@ +{ + // How fast the point showing you the stroke order on patterns moves. Must be positive. + "patternPointSpeedMultiplier": 1, + // Whether the ctrl key will instead turn *off* the color gradient on patterns + "ctrlTogglesOffStrokeOrder": false, + // Whether scrolling up (as opposed to down) will increase the page index of the spellbook, and vice versa + "invertSpellbookScrollDirection": false, + // Whether scrolling up (as opposed to down) will increase the value of the abacus, and vice versa + "invertAbacusScrollDirection": false, + // When using a staff, the distance from one dot you have to go to snap to the next dot, where 0.5 means 50% of the way. Valid range is 0.5 to 1.0, and may cause client crashes if set above or below those values. + "gridSnapThreshold": 0.5 +} \ No newline at end of file diff --git a/config/hexcasting-common.json5 b/config/hexcasting-common.json5 new file mode 100644 index 0000000..030ae4d --- /dev/null +++ b/config/hexcasting-common.json5 @@ -0,0 +1,12 @@ +{ + "Media Amounts": { + // How much media a single Amethyst Dust item is worth + "dustMediaAmount": 10000, + // How much media a single Amethyst Shard item is worth + "shardMediaAmount": 50000, + // How much media a single Charged Amethyst Crystal item is worth + "chargedCrystalMediaAmount": 100000, + // How many points of media a half-heart is worth when casting from HP + "mediaToHealthRate": 10000 + } +} \ No newline at end of file diff --git a/config/hexcasting-server.json5 b/config/hexcasting-server.json5 new file mode 100644 index 0000000..9a6b06e --- /dev/null +++ b/config/hexcasting-server.json5 @@ -0,0 +1,37 @@ +{ + "Spells": { + // How many times a spell can recursively cast other spells + "maxRecurseDepth": 64, + /* The harvest level of the Break Block spell. + 0 = wood, 1 = stone, 2 = iron, 3 = diamond, 4 = netherite. + */ + "opBreakHarvestLevel": 3 + }, + "Spell Circles": { + // The maximum number of slates in a spell circle. Must be at least 4. + "maxSpellCircleLength": 1024, + // Resource locations of disallowed actions within circles. Trying to cast one of these in a circle will result in a mishap. + "circleActionDenyList": [] + }, + // Resource locations of disallowed actions. Trying to cast one of these will result in a mishap. + "actionDenyList": [], + // Should villagers take offense when you flay the mind of their fellow villagers? + "villagersOffendedByMindMurder": true, + "Scrolls in Loot": { + // Which loot tables should a small number of Ancient Scrolls be injected into? + "fewScrollTables": [ + "minecraft:chests/jungle_temple", + "minecraft:chests/simple_dungeon", + "minecraft:chests/village/village_cartographer" + ], + // Which loot tables should a decent number of Ancient Scrolls be injected into? + "someScrollTables": [ + "minecraft:chests/bastion_treasure", + "minecraft:chests/shipwreck_map" + ], + // Which loot tables should a huge number of Ancient Scrolls be injected into? + "manyScrollTables": [ + "minecraft:chests/stronghold_library" + ] + } +} \ No newline at end of file diff --git a/config/hexcasting/client.json5 b/config/hexcasting/client.json5 new file mode 100644 index 0000000..7c94762 --- /dev/null +++ b/config/hexcasting/client.json5 @@ -0,0 +1,6 @@ +{ + "ctrlTogglesOffStrokeOrder": false, + "invertSpellbookScrollDirection": false, + "invertAbacusScrollDirection": false, + "gridSnapThreshold": 0.5 +} \ No newline at end of file diff --git a/config/hexcasting/common.json5 b/config/hexcasting/common.json5 new file mode 100644 index 0000000..67958c7 --- /dev/null +++ b/config/hexcasting/common.json5 @@ -0,0 +1,6 @@ +{ + "dustMediaAmount": 10000, + "shardMediaAmount": 50000, + "chargedCrystalMediaAmount": 100000, + "mediaToHealthRate": 10000.0 +} \ No newline at end of file diff --git a/config/hexcasting/server.json5 b/config/hexcasting/server.json5 new file mode 100644 index 0000000..cb9ca71 --- /dev/null +++ b/config/hexcasting/server.json5 @@ -0,0 +1,23 @@ +{ + "opBreakHarvestLevel": 3, + "maxRecurseDepth": 512, + "maxSpellCircleLength": 1024, + "actionDenyList": [], + "circleActionDenyList": [], + "villagersOffendedByMindMurder": true, + "tpDimDenylist": [ + "twilightforest:twilight_forest" + ], + "fewScrollTables": [ + "minecraft:chests/jungle_temple", + "minecraft:chests/simple_dungeon", + "minecraft:chests/village/village_cartographer" + ], + "someScrollTables": [ + "minecraft:chests/bastion_treasure", + "minecraft:chests/shipwreck_map" + ], + "manyScrollTables": [ + "minecraft:chests/stronghold_library" + ] +} \ No newline at end of file diff --git a/config/hookshot.json5 b/config/hookshot.json5 new file mode 100644 index 0000000..c089ac5 --- /dev/null +++ b/config/hookshot.json5 @@ -0,0 +1,49 @@ +{ + /* Should the Hookshot use the "hold Right Click to + keep the hook out" (New) or should it use the + "press Right Click to fire the hook, and right click + again to retract" (Classic) system. (Default: false) + */ + "useClassicHookshotLogic": false, + /* Should the Unhookable Tag act as a blacklist (true) or + a whitelist (false)? (Default: true) + */ + "unhookableBlacklist": true, + /* Should the Hookshot cancel all fall damage if the + Hook is active in the world and connected to + something? (Default: false) + */ + "hookshotCancelsFallDamage": false, + /* Should the Quick upgrade affect the pulling speed + of the Hookshot? (Default: false) + */ + "quickModAffectsPullSpeed": false, + /* The base maximum range of the Hookshot with no + upgrades applied. (Default: 24 blocks) + */ + "defaultMaxRange": 24.0, + /* The base maximum speed of the Hookshot with no + upgrade applied. (Default: 10 blocks/s) + */ + "defaultMaxSpeed": 10.0, + /* The multiplier the Range upgrade applies to the + default range. (Default: x2) + */ + "rangeMultiplier": 2.0, + /* The multiplier the Quick upgrade applies to the + default speed. (Default: x1.5) + */ + "quickMultiplier": 1.5, + /* The multipler the Durability upgrade applies to the + default durability. (Default x2 + */ + "durabilityMultiplier": 2.0, + /* The base maximum durability of the Hookshot. Set to 0 + to be unbreakable. (Default: 512) + */ + "defaultMaxDurability": 512, + /* The ID of the item used to repair the Hookshot. + (Default: minecraft:iron_ingot) + */ + "hookshotRepairItem": "minecraft:iron_ingot" +} \ No newline at end of file diff --git a/config/horseexpert-client.toml b/config/horseexpert-client.toml new file mode 100644 index 0000000..9077e21 --- /dev/null +++ b/config/horseexpert-client.toml @@ -0,0 +1,28 @@ +#Show speed and jump height for llamas. They have those attributes as they inherit all functionality from horses, but don't really use them for anything. +all_llama_attributes = false +#Percentage value below which a value is considered to be low when shown on statistics tooltips. +#Range: 0.0 ~ 1.0 +low_value_percentage = 0.25 +#Only show statistics tooltips while sneaking (still requires a monocle to be worn). +requires_sneaking = false +#Offset on x-axis for statistics tooltips from original position. +#Range: > -2147483648 +offset_x = 0 +#Percentage value above which a value is considered to be high when shown on statistics tooltips. +#Range: 0.0 ~ 1.0 +high_value_percentage = 0.75 +#Offset on y-axis for statistics tooltips from original position. +#Range: > -2147483648 +offset_y = 0 +#Color used for highlighting high attribute values on statistics tooltips. +#Allowed Values: BLACK, DARK_BLUE, DARK_GREEN, DARK_AQUA, DARK_RED, DARK_PURPLE, GOLD, GRAY, DARK_GRAY, BLUE, GREEN, AQUA, RED, LIGHT_PURPLE, YELLOW, WHITE +high_value_color = "GREEN" +#Color used for highlighting low attribute values on statistics tooltips. +#Allowed Values: BLACK, DARK_BLUE, DARK_GREEN, DARK_AQUA, DARK_RED, DARK_PURPLE, GOLD, GRAY, DARK_GRAY, BLUE, GREEN, AQUA, RED, LIGHT_PURPLE, YELLOW, WHITE +low_value_color = "RED" +#Color used for highlighting medium attribute values on statistics tooltips. +#Allowed Values: BLACK, DARK_BLUE, DARK_GREEN, DARK_AQUA, DARK_RED, DARK_PURPLE, GOLD, GRAY, DARK_GRAY, BLUE, GREEN, AQUA, RED, LIGHT_PURPLE, YELLOW, WHITE +medium_value_color = "GOLD" +#Must the mount be tamed for any statistics to show. +must_be_tamed = true + diff --git a/config/immersive_armors.json b/config/immersive_armors.json new file mode 100644 index 0000000..7b0542d --- /dev/null +++ b/config/immersive_armors.json @@ -0,0 +1,28 @@ +{ + "hideSecondLayerUnderArmor": true, + "enableEffects": true, + "enableEnchantmentGlint": true, + "_documentation": "https://github.com/Luke100000/ImmersiveArmors/blob/HEAD/config.md", + "hudClockX": -111, + "hudClockXOffhand": -140, + "hudClockY": -20, + "hudCompassX": 95, + "hudCompassXOffhand": 124, + "hudCompassY": -20, + "lootChance": 0.025, + "mobEntityUseImmersiveArmorChance": 0.5, + "overwriteValues": {}, + "enabledArmors": { + "prismarine": true, + "steampunk": true, + "warrior": true, + "robe": true, + "wooden": true, + "bone": true, + "divine": true, + "wither": true, + "heavy": true, + "slime": true + }, + "version": 1 +} \ No newline at end of file diff --git a/config/indium-renderer.properties b/config/indium-renderer.properties new file mode 100644 index 0000000..d330309 --- /dev/null +++ b/config/indium-renderer.properties @@ -0,0 +1,8 @@ +#Indium properties file +#Fri Feb 17 20:13:19 CET 2023 +debug-compare-lighting=auto +fix-exterior-vertex-lighting=auto +ambient-occlusion-mode=auto +always-tesselate-blocks=auto +fix-smooth-lighting-offset=auto +fix-luminous-block-ambient-occlusion=auto diff --git a/config/indrev/cables.json b/config/indrev/cables.json new file mode 100644 index 0000000..5901c68 --- /dev/null +++ b/config/indrev/cables.json @@ -0,0 +1,14 @@ +{ + "cableMk1": 128, + "cableMk2": 512, + "cableMk3": 4096, + "cableMk4": 16384, + "itemPipeMk1": 32, + "itemPipeMk2": 64, + "itemPipeMk3": 128, + "itemPipeMk4": 256, + "fluidPipeMk1": 1, + "fluidPipeMk2": 2, + "fluidPipeMk3": 4, + "fluidPipeMk4": 8 +} \ No newline at end of file diff --git a/config/indrev/generators.json b/config/indrev/generators.json new file mode 100644 index 0000000..4753f41 --- /dev/null +++ b/config/indrev/generators.json @@ -0,0 +1,44 @@ +{ + "coalGenerator": { + "ratio": 16.0, + "temperatureBoost": 1.5, + "maxEnergyStored": 1000, + "maxOutput": 64 + }, + "solarGeneratorMk1": { + "ratio": 8.0, + "temperatureBoost": 1.5, + "maxEnergyStored": 500, + "maxOutput": 64 + }, + "solarGeneratorMk3": { + "ratio": 12.0, + "temperatureBoost": 1.5, + "maxEnergyStored": 1500, + "maxOutput": 512 + }, + "heatGenerator": { + "ratio": 128.0, + "temperatureBoost": -1.0, + "maxEnergyStored": 10000, + "maxOutput": 4096 + }, + "gasGenerator": { + "ratio": 1.0, + "temperatureBoost": 1.5, + "maxEnergyStored": 10000, + "maxOutput": 4096 + }, + "biomassGenerator": { + "ratio": 64.0, + "temperatureBoost": 1.5, + "maxEnergyStored": 10000, + "maxOutput": 512 + }, + "steamTurbine": { + "ratio": 4.0, + "temperatureBoost": -1.0, + "maxEnergyStored": 20000, + "maxOutput": 4096 + } +} \ No newline at end of file diff --git a/config/indrev/hud.json b/config/indrev/hud.json new file mode 100644 index 0000000..04543ac --- /dev/null +++ b/config/indrev/hud.json @@ -0,0 +1,4 @@ +{ + "renderPosX": 0, + "renderPosY": 0 +} \ No newline at end of file diff --git a/config/indrev/machines.json b/config/indrev/machines.json new file mode 100644 index 0000000..9c78293 --- /dev/null +++ b/config/indrev/machines.json @@ -0,0 +1,421 @@ +{ + "electricFurnaceMk1": { + "energyCost": 4, + "processSpeed": 1.0, + "processTemperatureBoost": 2.0, + "maxEnergyStored": 1000, + "maxInput": 64 + }, + "electricFurnaceMk2": { + "energyCost": 8, + "processSpeed": 2.0, + "processTemperatureBoost": 2.0, + "maxEnergyStored": 5000, + "maxInput": 128 + }, + "electricFurnaceMk3": { + "energyCost": 16, + "processSpeed": 3.0, + "processTemperatureBoost": 2.0, + "maxEnergyStored": 10000, + "maxInput": 512 + }, + "electricFurnaceMk4": { + "energyCost": 64, + "processSpeed": 4.0, + "processTemperatureBoost": 2.0, + "maxEnergyStored": 100000, + "maxInput": 4096 + }, + "electricFurnaceFactory": { + "energyCost": 64, + "processSpeed": 4.0, + "processTemperatureBoost": 2.0, + "maxEnergyStored": 100000, + "maxInput": 16384 + }, + "pulverizerMk1": { + "energyCost": 4, + "processSpeed": 1.0, + "processTemperatureBoost": 2.0, + "maxEnergyStored": 1000, + "maxInput": 64 + }, + "pulverizerMk2": { + "energyCost": 8, + "processSpeed": 2.0, + "processTemperatureBoost": 2.0, + "maxEnergyStored": 5000, + "maxInput": 128 + }, + "pulverizerMk3": { + "energyCost": 16, + "processSpeed": 3.0, + "processTemperatureBoost": 2.0, + "maxEnergyStored": 10000, + "maxInput": 512 + }, + "pulverizerMk4": { + "energyCost": 64, + "processSpeed": 4.0, + "processTemperatureBoost": 2.0, + "maxEnergyStored": 100000, + "maxInput": 4096 + }, + "pulverizerFactory": { + "energyCost": 64, + "processSpeed": 4.0, + "processTemperatureBoost": 2.0, + "maxEnergyStored": 100000, + "maxInput": 16384 + }, + "compressorMk1": { + "energyCost": 4, + "processSpeed": 1.0, + "processTemperatureBoost": 2.0, + "maxEnergyStored": 1000, + "maxInput": 64 + }, + "compressorMk2": { + "energyCost": 8, + "processSpeed": 2.0, + "processTemperatureBoost": 2.0, + "maxEnergyStored": 5000, + "maxInput": 128 + }, + "compressorMk3": { + "energyCost": 16, + "processSpeed": 3.0, + "processTemperatureBoost": 2.0, + "maxEnergyStored": 10000, + "maxInput": 512 + }, + "compressorMk4": { + "energyCost": 64, + "processSpeed": 4.0, + "processTemperatureBoost": 2.0, + "maxEnergyStored": 100000, + "maxInput": 4096 + }, + "compressorFactory": { + "energyCost": 64, + "processSpeed": 4.0, + "processTemperatureBoost": 2.0, + "maxEnergyStored": 100000, + "maxInput": 16384 + }, + "sawmillMk1": { + "energyCost": 4, + "processSpeed": 1.0, + "processTemperatureBoost": 2.0, + "maxEnergyStored": 1000, + "maxInput": 64 + }, + "sawmillMk2": { + "energyCost": 8, + "processSpeed": 2.0, + "processTemperatureBoost": 2.0, + "maxEnergyStored": 5000, + "maxInput": 128 + }, + "sawmillMk3": { + "energyCost": 16, + "processSpeed": 3.0, + "processTemperatureBoost": 2.0, + "maxEnergyStored": 10000, + "maxInput": 512 + }, + "sawmillMk4": { + "energyCost": 64, + "processSpeed": 4.0, + "processTemperatureBoost": 2.0, + "maxEnergyStored": 100000, + "maxInput": 4096 + }, + "infuserMk1": { + "energyCost": 4, + "processSpeed": 1.0, + "processTemperatureBoost": 2.0, + "maxEnergyStored": 1000, + "maxInput": 64 + }, + "infuserMk2": { + "energyCost": 8, + "processSpeed": 2.0, + "processTemperatureBoost": 2.0, + "maxEnergyStored": 5000, + "maxInput": 128 + }, + "infuserMk3": { + "energyCost": 16, + "processSpeed": 3.0, + "processTemperatureBoost": 2.0, + "maxEnergyStored": 10000, + "maxInput": 512 + }, + "infuserMk4": { + "energyCost": 64, + "processSpeed": 4.0, + "processTemperatureBoost": 2.0, + "maxEnergyStored": 100000, + "maxInput": 4096 + }, + "infuserFactory": { + "energyCost": 64, + "processSpeed": 4.5, + "processTemperatureBoost": 2.0, + "maxEnergyStored": 100000, + "maxInput": 16384 + }, + "recycler": { + "energyCost": 8, + "processSpeed": 2.5, + "maxEnergyStored": 50000, + "maxInput": 128 + }, + "chopperMk1": { + "energyCost": 16, + "processSpeed": 50.0, + "maxEnergyStored": 1000, + "maxInput": 64 + }, + "chopperMk2": { + "energyCost": 32, + "processSpeed": 40.0, + "maxEnergyStored": 5000, + "maxInput": 128 + }, + "chopperMk3": { + "energyCost": 64, + "processSpeed": 30.0, + "maxEnergyStored": 25000, + "maxInput": 512 + }, + "chopperMk4": { + "energyCost": 128, + "processSpeed": 20.0, + "maxEnergyStored": 50000, + "maxInput": 4096 + }, + "farmerMk1": { + "energyCost": 16, + "processSpeed": 50.0, + "maxEnergyStored": 1000, + "maxInput": 64 + }, + "farmerMk2": { + "energyCost": 32, + "processSpeed": 40.0, + "maxEnergyStored": 5000, + "maxInput": 128 + }, + "farmerMk3": { + "energyCost": 64, + "processSpeed": 30.0, + "maxEnergyStored": 25000, + "maxInput": 512 + }, + "farmerMk4": { + "energyCost": 128, + "processSpeed": 20.0, + "maxEnergyStored": 50000, + "maxInput": 4096 + }, + "slaughterMk1": { + "energyCost": 16, + "processSpeed": 50.0, + "maxEnergyStored": 1000, + "maxInput": 64 + }, + "slaughterMk2": { + "energyCost": 32, + "processSpeed": 40.0, + "maxEnergyStored": 5000, + "maxInput": 128 + }, + "slaughterMk3": { + "energyCost": 64, + "processSpeed": 30.0, + "maxEnergyStored": 25000, + "maxInput": 512 + }, + "slaughterMk4": { + "energyCost": 128, + "processSpeed": 20.0, + "maxEnergyStored": 50000, + "maxInput": 4096 + }, + "rancherMk1": { + "energyCost": 16, + "processSpeed": 50.0, + "maxEnergyStored": 1000, + "maxInput": 64 + }, + "rancherMk2": { + "energyCost": 32, + "processSpeed": 40.0, + "maxEnergyStored": 5000, + "maxInput": 128 + }, + "rancherMk3": { + "energyCost": 64, + "processSpeed": 30.0, + "maxEnergyStored": 25000, + "maxInput": 512 + }, + "rancherMk4": { + "energyCost": 128, + "processSpeed": 20.0, + "maxEnergyStored": 50000, + "maxInput": 4096 + }, + "miner": { + "energyCost": 64, + "processSpeed": 100.0, + "maxEnergyStored": 50000, + "maxInput": 4096 + }, + "dataCardWriter": { + "energyCost": 128, + "processSpeed": 100.0, + "maxEnergyStored": 2500, + "maxInput": 4096 + }, + "drill": 256, + "fishingMk2": { + "energyCost": 8, + "processSpeed": 400.0, + "maxEnergyStored": 50000, + "maxInput": 128 + }, + "fishingMk3": { + "energyCost": 16, + "processSpeed": 400.0, + "maxEnergyStored": 50000, + "maxInput": 512 + }, + "fishingMk4": { + "energyCost": 64, + "processSpeed": 500.0, + "maxEnergyStored": 50000, + "maxInput": 4096 + }, + "dirtOxygenator": { + "energyCost": 16, + "processSpeed": 50.0, + "maxEnergyStored": 1000, + "maxInput": 64 + }, + "drain": { + "energyCost": 4, + "processSpeed": 20.0, + "maxEnergyStored": 1000, + "maxInput": 64 + }, + "pump": { + "energyCost": 32, + "processSpeed": 50.0, + "maxEnergyStored": 50, + "maxInput": 64 + }, + "pumpMaxRange": 64, + "smelter": { + "energyCost": 64, + "processSpeed": 4.0, + "processTemperatureBoost": 2.0, + "maxEnergyStored": 50000, + "maxInput": 4096 + }, + "condenser": { + "energyCost": 64, + "processSpeed": 4.0, + "maxEnergyStored": 50000, + "maxInput": 4096 + }, + "fluidInfuserMk1": { + "energyCost": 4, + "processSpeed": 1.0, + "maxEnergyStored": 1000, + "maxInput": 64 + }, + "fluidInfuserMk2": { + "energyCost": 8, + "processSpeed": 2.0, + "maxEnergyStored": 5000, + "maxInput": 128 + }, + "fluidInfuserMk3": { + "energyCost": 16, + "processSpeed": 3.0, + "maxEnergyStored": 10000, + "maxInput": 512 + }, + "fluidInfuserMk4": { + "energyCost": 64, + "processSpeed": 4.0, + "maxEnergyStored": 100000, + "maxInput": 4096 + }, + "electrolyticSeparatorMk1": { + "energyCost": 4, + "processSpeed": 1.0, + "maxEnergyStored": 1000, + "maxInput": 64 + }, + "electrolyticSeparatorMk2": { + "energyCost": 8, + "processSpeed": 2.0, + "maxEnergyStored": 5000, + "maxInput": 128 + }, + "electrolyticSeparatorMk3": { + "energyCost": 16, + "processSpeed": 3.0, + "maxEnergyStored": 10000, + "maxInput": 512 + }, + "electrolyticSeparatorMk4": { + "energyCost": 64, + "processSpeed": 4.0, + "maxEnergyStored": 100000, + "maxInput": 4096 + }, + "modularWorkbench": { + "energyCost": 64, + "processSpeed": 1.0, + "maxEnergyStored": 5000, + "maxInput": 4096 + }, + "laser": { + "energyCost": 4096, + "processSpeed": 1.0, + "maxEnergyStored": 2500000, + "maxInput": 16384 + }, + "distiller": { + "energyCost": 64, + "processSpeed": 4.0, + "maxEnergyStored": 100000, + "maxInput": 4096 + }, + "lazuliFluxContainerMk1": { + "maxEnergyStored": 10000, + "maxInput": 128, + "maxOutput": 128 + }, + "lazuliFluxContainerMk2": { + "maxEnergyStored": 100000, + "maxInput": 512, + "maxOutput": 512 + }, + "lazuliFluxContainerMk3": { + "maxEnergyStored": 1000000, + "maxInput": 4096, + "maxOutput": 4096 + }, + "lazuliFluxContainerMk4": { + "maxEnergyStored": 10000000, + "maxInput": 16384, + "maxOutput": 16384 + } +} \ No newline at end of file diff --git a/config/indrev/mining_rig_config.json b/config/indrev/mining_rig_config.json new file mode 100644 index 0000000..62a17c5 --- /dev/null +++ b/config/indrev/mining_rig_config.json @@ -0,0 +1,48 @@ +{ + "allowedTags": { + "minecraft:copper_ores": 2, + "minecraft:coal_ores": 1, + "minecraft:gold_ores": 4, + "minecraft:iron_ores": 4, + "c:nikolite_ores": 2, + "c:tin_ores": 2, + "minecraft:redstone_ores": 2, + "c:lead_ores": 3, + "c:silver_ores": 6, + "c:tungsten_ores": 10, + "minecraft:diamond_ores": 6, + "minecraft:emerald_ores": 6, + "c:ancient_debris_ores": 8, + "c:antimony_ores": 4, + "c:bauxite_ores": 4, + "c:certus_quartz_ores": 4, + "c:cinnabar_ores": 4, + "c:coal_ores": 4, + "c:copper_ores": 2, + "c:diamond_ores": 4, + "c:emerald_ores": 6, + "c:galena_ores": 4, + "c:gold_ores": 4, + "c:iridium_ores": 10, + "c:iron_ores": 4, + "c:lapis_ores": 4, + "c:lignite_coal_ores": 4, + "c:mozanite_ores": 10, + "c:nickel_ores": 4, + "c:peridot_ores": 4, + "c:platinum_ores": 10, + "c:pyrite_ores": 4, + "c:quartz_ores": 4, + "c:redstone_ores": 4, + "c:ruby_ores": 4, + "c:salt_ores": 4, + "c:sapphire_ores": 4, + "c:sheldonite_ores": 10, + "c:sodalite_ores": 8, + "c:sphalerite_ores": 8, + "c:titanium_ores": 10, + "c:uranium_ores": 10, + "c:uraninite_ores": 10, + "c:ores/zinc": 4 + } +} \ No newline at end of file diff --git a/config/indrev/oregen.json b/config/indrev/oregen.json new file mode 100644 index 0000000..26c785a --- /dev/null +++ b/config/indrev/oregen.json @@ -0,0 +1,9 @@ +{ + "tin": false, + "nikolite": true, + "lead": false, + "silver": false, + "tungsten": false, + "sulfuricAcidLake": true, + "sulfurCrystals": false +} \ No newline at end of file diff --git a/config/indrev/upgrades.json b/config/indrev/upgrades.json new file mode 100644 index 0000000..fc02352 --- /dev/null +++ b/config/indrev/upgrades.json @@ -0,0 +1,6 @@ +{ + "speedUpgradeModifier": 6.5, + "energyUpgradeModifier": 1.02, + "bufferUpgradeModifier": 25000, + "damageUpgradeModifier": 3.0 +} \ No newline at end of file diff --git a/config/inmis.json b/config/inmis.json new file mode 100644 index 0000000..652f653 --- /dev/null +++ b/config/inmis.json @@ -0,0 +1,88 @@ +{ + "backpacks": [ + { + "name": "baby", + "rowWidth": 3, + "numberOfRows": 1, + "isFireImmune": false, + "dyeable": false, + "openSound": "minecraft:item.armor.equip_leather" + }, + { + "name": "frayed", + "rowWidth": 9, + "numberOfRows": 1, + "isFireImmune": false, + "dyeable": true, + "openSound": "minecraft:item.armor.equip_leather" + }, + { + "name": "plated", + "rowWidth": 9, + "numberOfRows": 2, + "isFireImmune": false, + "dyeable": false, + "openSound": "minecraft:item.armor.equip_iron" + }, + { + "name": "gilded", + "rowWidth": 9, + "numberOfRows": 3, + "isFireImmune": false, + "dyeable": false, + "openSound": "minecraft:item.armor.equip_gold" + }, + { + "name": "bejeweled", + "rowWidth": 9, + "numberOfRows": 5, + "isFireImmune": false, + "dyeable": false, + "openSound": "minecraft:item.armor.equip_diamond" + }, + { + "name": "blazing", + "rowWidth": 9, + "numberOfRows": 6, + "isFireImmune": true, + "dyeable": false, + "openSound": "minecraft:item.armor.equip_leather" + }, + { + "name": "withered", + "rowWidth": 11, + "numberOfRows": 6, + "isFireImmune": false, + "dyeable": false, + "openSound": "minecraft:item.armor.equip_leather" + }, + { + "name": "endless", + "rowWidth": 15, + "numberOfRows": 6, + "isFireImmune": false, + "dyeable": false, + "openSound": "minecraft:item.armor.equip_leather" + } + ], + "unstackablesOnly": false, + //Whether Shulker Boxes should be blacklisted from being placed inside Inmis Backpacks. + "disableShulkers": true, + //Whether Backpacks should play a sound when opened. + "playSound": true, + //If true, players will not be able to open Backpacks by right-clicking. This will require the player to open backpacks as a Trinket or Armor slot item with the bound key. + "requireArmorTrinketToOpen": false, + "allowBackpacksInChestplate": true, + //If this value is set to false, players will not be able to equip or open backpacks in a Trinkets slot. + "enableTrinketCompatibility": true, + //If true, players will not be able to take backpacks out of armor/trinket slots if the backpack is not empty. + "requireEmptyForUnequip": false, + //If true, backpacks in armor/trinket slots will empty out into the world (scatter contents) when the player dies. + "spillArmorBackpacksOnDeath": false, + //If true, backpacks in main inventory slots will empty out into the world (scatter contents) when the player dies. + "spillMainBackpacksOnDeath": false, + //Set this value to false to disable Backpack rendering when using Trinkets. + "trinketRendering": true, + //Color of the text rendered in the INMIS GUI. + "guiTitleColor": "0x404040" +} diff --git a/config/inventoryessentials.toml b/config/inventoryessentials.toml new file mode 100644 index 0000000..da1a2a5 --- /dev/null +++ b/config/inventoryessentials.toml @@ -0,0 +1,7 @@ +forceClientImplementation = false +enableSingleTransfer = true +enableBulkTransfer = true +enableBulkTransferAll = true +enableBulkDrop = true +allowBulkTransferAllOnEmptySlot = false +enableShiftDrag = true diff --git a/config/inventoryhud.json b/config/inventoryhud.json new file mode 100644 index 0000000..b84cc23 --- /dev/null +++ b/config/inventoryhud.json @@ -0,0 +1,71 @@ +{ + "inv_toggle": false, + "inv_mini": false, + "inv_vert": false, + "inv_alpha": 0, + "inv_hide_b_g": false, + "inv_aminated": false, + "pot_toggle": false, + "pot_alpha": 100, + "pot_gap": 0, + "pot_mini": false, + "bar_duration": 300, + "pot_hor": false, + "arm_toggle": true, + "arm_above": 100, + "arm_view": "percentage", + "move_all": false, + "show_empty": false, + "show_armor": false, + "show_main": true, + "show_off": false, + "show_arrows": false, + "show_inv": false, + "arm_bars": false, + "arm_scale": 100, + "show_count": true, + "inv_x": 0, + "inv_y": 150, + "inv_val": "BOTTOM", + "inv_hal": "MIDDLE", + "pot_x": 30, + "pot_y": 0, + "pot_val": "CENTER", + "pot_hal": "LEFT", + "arm_x": 140, + "arm_y": 119, + "arm_val": "BOTTOM", + "arm_hal": "LEFT", + "helm_x": 152, + "helm_y": 121, + "chest_x": 210, + "chest_y": 138, + "leg_x": 192, + "leg_y": 120, + "boots_x": 208, + "boots_y": 117, + "main_x": -102, + "main_y": 19, + "off_x": 177, + "off_y": 117, + "arr_x": 177, + "arr_y": 145, + "inv_icon_x": -104, + "inv_icon_y": 124, + "helm_hal": "RIGHT", + "chest_hal": "RIGHT", + "leg_hal": "RIGHT", + "boots_hal": "RIGHT", + "main_hal": "MIDDLE", + "off_hal": "RIGHT", + "arr_hal": "RIGHT", + "inv_icon_hal": "MIDDLE", + "helm_val": "BOTTOM", + "chest_val": "BOTTOM", + "leg_val": "BOTTOM", + "boots_val": "BOTTOM", + "main_val": "BOTTOM", + "off_val": "BOTTOM", + "arr_val": "BOTTOM", + "inv_icon_val": "BOTTOM" +} \ No newline at end of file diff --git a/config/inventorysorter/blacklist.json5 b/config/inventorysorter/blacklist.json5 new file mode 100644 index 0000000..ad7e441 --- /dev/null +++ b/config/inventorysorter/blacklist.json5 @@ -0,0 +1,8 @@ +{ + // URL for blacklist to be downloaded from + "blacklistDownloadURL": "https://raw.githubusercontent.com/kyrptonaught/Inventory-Sorter/1.19/DownloadableBlacklist.json5", + // The opened inventory's sort button will not be visible, only the player's when this inventory is opened + "doNotSortList": [], + // Neither the opened inventory, nor your player inventory will be sortable when this inventory is opened + "hideSortBtnsList": [] +} \ No newline at end of file diff --git a/config/inventorysorter/config.json5 b/config/inventorysorter/config.json5 new file mode 100644 index 0000000..dfa3aa0 --- /dev/null +++ b/config/inventorysorter/config.json5 @@ -0,0 +1,21 @@ +{ + // Enable 'Sort' button in inventorys + "displaySort": false, + // Middle click slot to sort inventorys + "middleClick": true, + // Double click slot to sort inventorys + "doubleClickSort": true, + // Enable second 'Sort' button in player inv + "seperateBtn": false, + // Sorting inv also sorts player inv + "sortPlayer": false, + // Method of sorting, NAME,CATEGORY,MOD + "sortType": "NAME", + // Display Sort Button Tooltip + "displayTooltip": false, + // Sort Inventory key + "keybinding": "key.mouse.middle", + // Should sort half of open inv highlighted by mouse + "sortMouseHighlighted": true, + "debugMode": false +} \ No newline at end of file diff --git a/config/iris.properties b/config/iris.properties new file mode 100644 index 0000000..ff0eadf --- /dev/null +++ b/config/iris.properties @@ -0,0 +1,7 @@ +#This file stores configuration options for Iris, such as the currently active shaderpack +#Fri Feb 17 20:13:23 CET 2023 +disableUpdateMessage=true +enableDebugOptions=false +maxShadowRenderDistance=32 +shaderPack=ComplementaryShaders_v4.6.zip +enableShaders=false diff --git a/config/ironchests/chests/copper.json b/config/ironchests/chests/copper.json new file mode 100644 index 0000000..17adc52 --- /dev/null +++ b/config/ironchests/chests/copper.json @@ -0,0 +1,16 @@ +{ + "length": 9, + "rows": 4, + "inventoryOffset": 8, + "menuOffset": 8, + "width": 176, + "height": 187, + "properties": { + "type": "builder", + "material": "metal", + "requiresCorrectToolForDrops": true, + "explosionResistance": 6.0, + "destroyTime": 3.0, + "sound": "copper" + } +} \ No newline at end of file diff --git a/config/ironchests/chests/crystal.json b/config/ironchests/chests/crystal.json new file mode 100644 index 0000000..c1b5bd3 --- /dev/null +++ b/config/ironchests/chests/crystal.json @@ -0,0 +1,19 @@ +{ + "length": 12, + "rows": 6, + "inventoryOffset": 35, + "menuOffset": 8, + "width": 232, + "height": 222, + "texture": "diamond", + "transparent": true, + "renderItems": true, + "properties": { + "type": "builder", + "material": "glass", + "explosionResistance": 0.3, + "destroyTime": 0.3, + "sound": "glass", + "noOcclusion": true + } +} \ No newline at end of file diff --git a/config/ironchests/chests/diamond.json b/config/ironchests/chests/diamond.json new file mode 100644 index 0000000..1d33d69 --- /dev/null +++ b/config/ironchests/chests/diamond.json @@ -0,0 +1,16 @@ +{ + "length": 12, + "rows": 6, + "inventoryOffset": 35, + "menuOffset": 8, + "width": 232, + "height": 222, + "properties": { + "type": "builder", + "material": "metal", + "requiresCorrectToolForDrops": true, + "explosionResistance": 6.0, + "destroyTime": 5.0, + "sound": "metal" + } +} \ No newline at end of file diff --git a/config/ironchests/chests/dirt.json b/config/ironchests/chests/dirt.json new file mode 100644 index 0000000..0384ef0 --- /dev/null +++ b/config/ironchests/chests/dirt.json @@ -0,0 +1,20 @@ +{ + "length": 1, + "rows": 1, + "inventoryOffset": 8, + "menuOffset": 80, + "width": 176, + "height": 133, + "properties": { + "type": "builder", + "material": "dirt", + "explosionResistance": 0.5, + "destroyTime": 0.5, + "sound": "gravel" + }, + "predicate": { + "items": [ + "minecraft:dirt" + ] + } +} \ No newline at end of file diff --git a/config/ironchests/chests/gold.json b/config/ironchests/chests/gold.json new file mode 100644 index 0000000..03ef467 --- /dev/null +++ b/config/ironchests/chests/gold.json @@ -0,0 +1,16 @@ +{ + "length": 11, + "rows": 6, + "inventoryOffset": 26, + "menuOffset": 8, + "width": 212, + "height": 222, + "properties": { + "type": "builder", + "material": "metal", + "requiresCorrectToolForDrops": true, + "explosionResistance": 6.0, + "destroyTime": 3.0, + "sound": "metal" + } +} \ No newline at end of file diff --git a/config/ironchests/chests/iron.json b/config/ironchests/chests/iron.json new file mode 100644 index 0000000..2a18f64 --- /dev/null +++ b/config/ironchests/chests/iron.json @@ -0,0 +1,16 @@ +{ + "length": 9, + "rows": 6, + "inventoryOffset": 8, + "menuOffset": 8, + "width": 176, + "height": 222, + "properties": { + "type": "builder", + "material": "metal", + "requiresCorrectToolForDrops": true, + "explosionResistance": 6.0, + "destroyTime": 5.0, + "sound": "metal" + } +} \ No newline at end of file diff --git a/config/ironchests/chests/netherite.json b/config/ironchests/chests/netherite.json new file mode 100644 index 0000000..363b7f1 --- /dev/null +++ b/config/ironchests/chests/netherite.json @@ -0,0 +1,16 @@ +{ + "length": 13, + "rows": 7, + "inventoryOffset": 44, + "menuOffset": 8, + "width": 250, + "height": 240, + "properties": { + "type": "builder", + "material": "metal", + "requiresCorrectToolForDrops": true, + "explosionResistance": 1200.0, + "destroyTime": 50.0, + "sound": "netherite_block" + } +} \ No newline at end of file diff --git a/config/ironchests/chests/obsidian.json b/config/ironchests/chests/obsidian.json new file mode 100644 index 0000000..63167ef --- /dev/null +++ b/config/ironchests/chests/obsidian.json @@ -0,0 +1,17 @@ +{ + "length": 12, + "rows": 6, + "inventoryOffset": 35, + "menuOffset": 8, + "width": 232, + "height": 222, + "texture": "diamond", + "properties": { + "type": "builder", + "material": "metal", + "requiresCorrectToolForDrops": true, + "explosionResistance": 1200.0, + "destroyTime": 50.0, + "sound": "metal" + } +} \ No newline at end of file diff --git a/config/ironchests/defaults.lock b/config/ironchests/defaults.lock new file mode 100644 index 0000000..e69de29 diff --git a/config/ironchests/upgrade_types/copper.json b/config/ironchests/upgrade_types/copper.json new file mode 100644 index 0000000..a09505d --- /dev/null +++ b/config/ironchests/upgrade_types/copper.json @@ -0,0 +1,3 @@ +{ + "to": "copper_chest" +} \ No newline at end of file diff --git a/config/ironchests/upgrade_types/crystal.json b/config/ironchests/upgrade_types/crystal.json new file mode 100644 index 0000000..f832920 --- /dev/null +++ b/config/ironchests/upgrade_types/crystal.json @@ -0,0 +1,4 @@ +{ + "to": "crystal_chest", + "from": "diamond_chest" +} \ No newline at end of file diff --git a/config/ironchests/upgrade_types/diamond.json b/config/ironchests/upgrade_types/diamond.json new file mode 100644 index 0000000..b452616 --- /dev/null +++ b/config/ironchests/upgrade_types/diamond.json @@ -0,0 +1,4 @@ +{ + "to": "diamond_chest", + "from": "gold_chest" +} \ No newline at end of file diff --git a/config/ironchests/upgrade_types/gold.json b/config/ironchests/upgrade_types/gold.json new file mode 100644 index 0000000..6096e76 --- /dev/null +++ b/config/ironchests/upgrade_types/gold.json @@ -0,0 +1,4 @@ +{ + "to": "gold_chest", + "from": "iron_chest" +} \ No newline at end of file diff --git a/config/ironchests/upgrade_types/iron.json b/config/ironchests/upgrade_types/iron.json new file mode 100644 index 0000000..048cd19 --- /dev/null +++ b/config/ironchests/upgrade_types/iron.json @@ -0,0 +1,4 @@ +{ + "to": "iron_chest", + "from": "copper_chest" +} \ No newline at end of file diff --git a/config/ironchests/upgrade_types/netherite.json b/config/ironchests/upgrade_types/netherite.json new file mode 100644 index 0000000..90705b9 --- /dev/null +++ b/config/ironchests/upgrade_types/netherite.json @@ -0,0 +1,4 @@ +{ + "to": "netherite_chest", + "from": "diamond_chest" +} \ No newline at end of file diff --git a/config/ironchests/upgrade_types/obsidian.json b/config/ironchests/upgrade_types/obsidian.json new file mode 100644 index 0000000..f16ccdf --- /dev/null +++ b/config/ironchests/upgrade_types/obsidian.json @@ -0,0 +1,4 @@ +{ + "to": "obsidian_chest", + "from": "diamond_chest" +} \ No newline at end of file diff --git a/config/itemmodelfix.json b/config/itemmodelfix.json new file mode 100644 index 0000000..1816f67 --- /dev/null +++ b/config/itemmodelfix.json @@ -0,0 +1,3 @@ +{ + "generationType": "OUTLINE" +} \ No newline at end of file diff --git a/config/kibe.json b/config/kibe.json new file mode 100644 index 0000000..ddcd761 --- /dev/null +++ b/config/kibe.json @@ -0,0 +1,15 @@ +{ + "miscellaneousModule": { + "tanksChangeLights": true, + "cursedDirtMobCap": 25, + "cursedDirtBlacklist": [], + "xpDrainSpeedMultiplier": 1.0, + "xpShowerSpeedMultiplier": 1.0, + "magnetRange": 8.0 + }, + "chunkLoaderModule": { + "checkForPlayer": false, + "maxPerPlayer": -1, + "maxOfflineTime": -1 + } +} diff --git a/config/kleeslabs.toml b/config/kleeslabs.toml new file mode 100644 index 0000000..fc40621 --- /dev/null +++ b/config/kleeslabs.toml @@ -0,0 +1,2 @@ +mode = "ALWAYS" +disabledCompat = [] diff --git a/config/labels-client.json b/config/labels-client.json new file mode 100644 index 0000000..f8c121f --- /dev/null +++ b/config/labels-client.json @@ -0,0 +1,12 @@ +{ + "general": { + "colored_text": true, + "texture_resolution": 16 + }, + "color_settings": { + "recolor_texture": true, + "color_texture_preset": "PENCIL", + "limit_palette": true, + "outline": true + } +} \ No newline at end of file diff --git a/config/legendarytooltips-common.toml b/config/legendarytooltips-common.toml new file mode 100644 index 0000000..af93b67 --- /dev/null +++ b/config/legendarytooltips-common.toml @@ -0,0 +1,109 @@ + +# Legendary Tooltips Configuration Instructions +# +# *** READ THIS FIRST *** +# +# By default, this mod does not apply special borders to most items. It was designed to work well with mod packs where +# the available selection of items can vary widely, so it is up to the user or mod pack designer to customize as needed. +# There are many options available for setting up which custom borders (also called frames) apply to which items. Follow these steps: +# 1. Decide which items you want to have custom borders, and which borders. Note that each custom border has a number associated with it (starting at 0). +# 2. For each custom border you want to use, fill out the associated list in the "definitions" section. This will be filled out with a list of "selectors", +# each of which tell the mod what items have that border. Please read the information above the definitions section for specifics. +# 3. Selectors for borders are checked in the order provided in the "priorities" section. Once a match is found, that border is displayed. +# For example, if border 0 had the selector "%Diamond" and border 1 had the selector "diamond_sword", they would both match for diamond swords. +# In this case, whichever border number came first in the priority list would be the border that would get drawn in-game. +# 4. Optionally, border colors associated with custom borders can be set in the "colors" section. The start color is the color at the top of the tooltip, +# and the end color is the bottom, with a smooth transition between. Please read the information above the color section for specifics. +[client] + + [client.visual_options] + # Whether item names in tooltips should have a line under them separating them from the rest of the tooltip. + name_separator = true + # If enabled, tooltip border colors will match item rarity colors (except for custom borders). + borders_match_rarity = true + # If enabled, tooltips will display a drop shadow. + tooltip_shadow = true + # If enabled, items showing a custom border will have a special shine effect when hovered over. + shine_effect = true + # If enabled, tooltip titles will be drawn centered. + centered_title = true + # If enabled, tooltips with custom borders will always be at least wide enough to display all border decorations. + enforce_minimum_width = false + + # Entry types: + # Item name - Use item name for vanilla items or include mod name for modded items. Examples: "minecraft:stick", "iron_ore" + # Tag - $ followed by tag name. Examples: "$forge:stone", "$planks" + # Mod name - @ followed by mod identifier. Examples: "@spoiledeggs" + # Rarity - ! followed by item's rarity. This is ONLY vanilla rarities. Examples: "!uncommon", "!rare", "!epic" + # Item name color - # followed by color hex code, the hex code must match exactly. Examples: "#23F632" + # Display name - % followed by any text. Will match any item with this text in its tooltip display name. Examples: "%Netherite", "%[Uncommon]" + # Tooltip text - Will match any item with this text anywhere in the tooltip text (besides the name). Examples: "^Legendary" + # NBT tag - & followed by tag name and optional comparator (=, >, <, or !=) and value, in the format or just . Examples: "&Damage=0", "&Tier>1", "&map!=128", "&Enchantments" + [client.definitions] + level0_entries = ["!epic", "!rare"] + level1_entries = [] + level2_entries = [] + level3_entries = [] + level4_entries = [] + level5_entries = [] + level6_entries = [] + level7_entries = [] + level8_entries = [] + level9_entries = [] + level10_entries = [] + level11_entries = [] + level12_entries = [] + level13_entries = [] + level14_entries = [] + level15_entries = [] + # Enter blacklist selectors here using the same format as above. Any items that match these selectors will NOT show a border. + blacklist = [] + + # Set border priorities here. This should be a list of numbers that correspond to border levels, with numbers coming first being higher priority. + # Optionally, -1 can be inserted to indicate relative priority of data and api-defined borders. If you don't know what that means, you don't need to worry about it. + [client.priorities] + priorities = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15] + + # The colors used for each tooltip, in this order: top border color, bottom border color, top background color, bottom background color. + # None of these colors are required, though any colors not specified will be replaced with the default tooltip colors. + # + # VALID COLOR FORMATS + # Hex color code - A hex color code is preceded by # or 0x and must be quoted. Supports 3, 4, 6, or 8 digit codes in the formats RGB, ARGB, RRGGBB, AARRGGBB. + # Examples: "#F4C", "0xFEE0", "#40FF2E", "#CC00E2EE" + # + # Decimal color code - A decimal color code, which is just a hex color code converted to decimal. May or may not be quoted. + # Examples: 15614720, "4278251143" + # + # Minecraft color name - One of the standard 16 Minecraft color names. Must be quoted. + # Examples: "red", "dark_purple", "gold" + # + # Web color name - One of the standard 140 web/HTML color names or "transparent". Must be quoted. + # Examples: "chartreuse", "darkorange", "deeppink", "deepskyblue" + # + # Modifiers - Colors specified in any of the above formats can be modified by using modifiers. + # Modifiers are specified after any color in the format "<+, -, or =>". + # The letters represent h - hue, s - saturation, v - value, r - red, g - green, b - blue, a - alpha. + # Valid amounts are 0 to 255 for all types except hue, which accepts 0 to 359. + # Examples: "red+h15", "#saddlebrown-v20+s5", "10_aqua_aqua+v15-h5", "#F4C-r15-v10=a40" + # + # Animated color - An animated color that fades from one to another in sequence. + # A string in the format "_". Must be quoted. + # Examples: "10_black_#7FFF00", "5.5_gold_orange_orangered", "20_red_orange_yellow_green_blue_purple" + [client.colors] + level0_colors = [-6723294, -10864099, -266991104, -401208832] + level1_colors = ["auto", "auto", "auto", "auto"] + level2_colors = ["auto", "auto", "auto", "auto"] + level3_colors = ["auto", "auto", "auto", "auto"] + level4_colors = ["auto", "auto", "auto", "auto"] + level5_colors = ["auto", "auto", "auto", "auto"] + level6_colors = ["auto", "auto", "auto", "auto"] + level7_colors = ["auto", "auto", "auto", "auto"] + level8_colors = ["auto", "auto", "auto", "auto"] + level9_colors = ["auto", "auto", "auto", "auto"] + level10_colors = ["auto", "auto", "auto", "auto"] + level11_colors = ["auto", "auto", "auto", "auto"] + level12_colors = ["auto", "auto", "auto", "auto"] + level13_colors = ["auto", "auto", "auto", "auto"] + level14_colors = ["auto", "auto", "auto", "auto"] + level15_colors = ["auto", "auto", "auto", "auto"] + diff --git a/config/libgui.json5 b/config/libgui.json5 new file mode 100644 index 0000000..219ed6f --- /dev/null +++ b/config/libgui.json5 @@ -0,0 +1,4 @@ +{ + // Whether dark mode should be enabled. Will only affect Vanilla-styled GUIs. + "darkMode": false +} \ No newline at end of file diff --git a/config/lightoverlay.properties b/config/lightoverlay.properties new file mode 100644 index 0000000..3e129e5 --- /dev/null +++ b/config/lightoverlay.properties @@ -0,0 +1,18 @@ +# Light Overlay Config +reach=12 +crossLevel=0 +secondaryLevel=7 +caching=false +showNumber=false +underwater=false +mushroom=false +lineWidth=1 +yellowColorRed=255 +yellowColorGreen=255 +yellowColorBlue=0 +redColorRed=255 +redColorGreen=0 +redColorBlue=0 +secondaryColorRed=0 +secondaryColorGreen=0 +secondaryColorBlue=255 \ No newline at end of file diff --git a/config/lithium.properties b/config/lithium.properties new file mode 100644 index 0000000..3064b9d --- /dev/null +++ b/config/lithium.properties @@ -0,0 +1,3 @@ + + +mixin.block.moving_block_shapes=false diff --git a/config/logbegone.toml b/config/logbegone.toml new file mode 100644 index 0000000..876e045 --- /dev/null +++ b/config/logbegone.toml @@ -0,0 +1,8 @@ +# The configuration file for Log Begone + +[logbegone] +# If a log message has one of these phrases, it will be filtered out from logging +phrases = ["the_aether"] + +# If a log message matches one of these regex patterns, it will be filtered out from logging. EX: +regex = ["^1$"] \ No newline at end of file diff --git a/config/logprot.json b/config/logprot.json new file mode 100644 index 0000000..88b4115 --- /dev/null +++ b/config/logprot.json @@ -0,0 +1,14 @@ +{ + "invulTime": { + "desc:": "Time in ticks the logging player is invulnerable, 20 ticks is 1sec. Default is 5secs so 100 ticks", + "invulTime": 100 + }, + "maxDist": { + "desc:": "Max distance in blocks(2d) the invulnerability lasts, default: 4", + "maxDist": 4 + }, + "debugOutput": { + "desc:": "Whether to enable debug log outputs, default: false", + "debugOutput": false + } +} \ No newline at end of file diff --git a/config/lootr.json b/config/lootr.json new file mode 100644 index 0000000..6195490 --- /dev/null +++ b/config/lootr.json @@ -0,0 +1,45 @@ +{ + "debug": { + "debugMode": false, + "report_unresolved_tables": false + }, + "seed": { + "randomize_seed": true + }, + "conversion": { + "skip_unloaded": true, + "maximum_age": 3600, + "convert_mineshafts": true + }, + "breaking": { + "disable_break": false, + "power_comparators": true, + "blast_resistant": false + }, + "lists": { + "dimension_whitelist": [], + "dimension_blacklist": [], + "loot_table_blacklist": [], + "loot_modid_blacklist": [], + "loot_structure_blacklist": [] + }, + "decay": { + "decay_value": 6000, + "decay_all": false, + "decay_modids": [], + "decay_loot_tables": [], + "decay_dimensions": [], + "decay_structures": [] + }, + "refresh": { + "refresh_value": 24000, + "refresh_all": false, + "refresh_modids": [], + "refresh_loot_tables": [], + "refresh_dimensions": [], + "refresh_structures": [] + }, + "vanilla": { + "vanilla_textures": false + } +} \ No newline at end of file diff --git a/config/magna.json b/config/magna.json new file mode 100644 index 0000000..1946603 --- /dev/null +++ b/config/magna.json @@ -0,0 +1,18 @@ +{ + //Whether an extended hitbox should show air blocks (or other blocks without hitboxes). + "highlightAirBlocks": false, + //Whether non-full blocks (stairs, slabs) should be represented by a full cube in extended hitboxes. + "fullBlockShapes": false, + //Whether extended hitboxes should be enabled for the appropriate tools. + "enableExtendedHitbox": true, + //Whether block breaking should show animation on all blocks. + "enableAllBlockBreakingAnimation": true, + //Whether extended hitboxes should be disabled when the player is sneaking. + "disableExtendedHitboxWhileSneaking": true, + //Whether only a single block should be disabled when the player is sneaking. + "breakSingleBlockWhenSneaking": true, + //Whether each block in an extended hitbox should show its outline separately. + "individualBlockOutlines": false, + //If true, dropped items are automatically inserted into the inventory. + "autoPickup": false +} diff --git a/config/mcdar.json5 b/config/mcdar.json5 new file mode 100644 index 0000000..d33ad63 --- /dev/null +++ b/config/mcdar.json5 @@ -0,0 +1,63 @@ +{ + "enableEnchantment": { + "BEAST_BOSS": true, + "BEAST_BURST": true, + "BEAST_SURGE": true, + "COOLDOWN": true + }, + "enableDamagingArtefact": { + "BLAST_FUNGUS": true, + "HARVESTER": true, + "LIGHTNING_ROD": true, + "UPDRAFT_TOME": true + }, + "enableStatusInflictingArtefact": { + "CORRUPTED_SEEDS": true, + "GONG_OF_WEAKENING": true, + "LOVE_MEDALLION": true, + "SATCHEL_OF_ELEMENTS": true, + "SHOCK_POWDER": true + }, + "enableQuiverArtefact": { + "FLAMING_QUIVER": true, + "HARPOON_QUIVER": true, + "THUNDERING_QUIVER": true, + "TORMENT_QUIVER": true + }, + "enableSummoningArtefact": { + "BUZZY_NEST": true, + "ENCHANTED_GRASS": true, + "GOLEM_KIT": true, + "TASTY_BONE": true, + "WONDERFUL_WHEAT": true + }, + "enableAgilityArtefact": { + "BOOTS_OF_SWIFTNESS": true, + "DEATH_CAP_MUSHROOM": true, + "GHOST_CLOAK": true, + "LIGHT_FEATHER": true + }, + "enableDefenciveArtefact": { + "ENCHANTERS_TOME": true, + "IRON_HIDE_AMULET": true, + "POWERSHAKER": true, + "SOUL_HEALER": true, + "TOTEM_OF_REGENERATION": true, + "TOTEM_OF_SHIELDING": true, + "TOTEM_OF_SOUL_PROTECTION": true, + "WIND_HORN": true + }, + // Artefact Durability + "agilityArtefactDurability": 64, + "damagingArtefactDurability": 64, + "defenciveArtefactDurability": 64, + "quiverArtefactDurability": 7, + "statusArtefactDurability": 64, + "summoningArtefactDurability": 8, + // Villager Artefact Spawn Rate (Percentage where 1.0 = 100%) + "villagerArtefactSpawnRate": 0.25, + // Illager Artefact Spawn Rate (Percentage where 1.0 = 100%) + "illagerArtefactSpawnRate": 0.25, + // Dungeon Artefact Spawn Rate (Percentage where 1.0 = 100%) + "dungeonArtefactSpawnRate": 0.10000000149011612 +} \ No newline at end of file diff --git a/config/merequester.json b/config/merequester.json new file mode 100644 index 0000000..0c695ee --- /dev/null +++ b/config/merequester.json @@ -0,0 +1,5 @@ +{ + "REQUESTS": 5, + "IDLE_ENERGY": 5.0, + "REQUIRE_CHANNEL": true +} \ No newline at end of file diff --git a/config/midnightlib.json b/config/midnightlib.json new file mode 100644 index 0000000..a20b430 --- /dev/null +++ b/config/midnightlib.json @@ -0,0 +1,4 @@ +{ + "config_screen_list": "TRUE", + "special_hats": true +} \ No newline at end of file diff --git a/config/minecarttweaks.json b/config/minecarttweaks.json new file mode 100644 index 0000000..6f6c2f6 --- /dev/null +++ b/config/minecarttweaks.json @@ -0,0 +1,16 @@ +{ + "useCampfireSmoke": true, + "dontEatEnchantedItems": true, + "playerViewIsLocked": false, + "maxViewAngle": 90, + "furnaceMinecartSpeed": 20.0, + "otherMinecartSpeed": 8.0, + "maxSpeedAroundTurns": 8.0, + "minecartDamage": 20.0, + "furnaceMaxBurnTime": 72000, + "canLinkMinecarts": true, + "shouldPoweredRailsStopFurnace": true, + "furnacesCanUseAllFuels": true, + "furnaceMinecartsLoadChunks": false, + "toolsHarvestBlockMinecarts": true +} \ No newline at end of file diff --git a/config/minecells-client.json5 b/config/minecells-client.json5 new file mode 100644 index 0000000..ec99d0a --- /dev/null +++ b/config/minecells-client.json5 @@ -0,0 +1,20 @@ +{ + "rendering": { + // default: false + "opaqueParticles": false, + // default: true + "shockerGlow": true, + // default: true + "grenadierGlow": true, + // default: true + "leapingZombieGlow": true, + // default: true + "disgustingWormGlow": true, + // default: true + "protectorGlow": true, + // default: true + "rancidRatGlow": true, + // default: true + "scorpionGlow": true + } +} diff --git a/config/minecells-common.json5 b/config/minecells-common.json5 new file mode 100644 index 0000000..544e309 --- /dev/null +++ b/config/minecells-common.json5 @@ -0,0 +1,26 @@ +{ + "elevator": { + // default: 256, min: 64, max: 320 + "maxAssemblyHeight": 256, + // default: 1, min: 1, max: 10 + "minAssemblyHeight": 1, + // default: 1.0, min: 0.1, max: 2.5 + "speed": 1.0, + // default: 0.01, min: 0.001, max: 0.1 + "acceleration": 0.01, + // default: 10.0, min: 0.0, max: 20.0 + "damage": 10.0 + }, + "entities": { + // default: 1.0, min: 0.1, max: 10.0 + "cellDropChanceModifier": 0.1, + // default: false + "allMobsDropCells": false, + // Which mobs outside of Mine Cells should drop cells (default: empty) + "cellDropWhitelist": [] + }, + "items": { + // default: false + "enableDevelopmentTab": false + } +} diff --git a/config/mininggadgets-client.toml b/config/mininggadgets-client.toml new file mode 100644 index 0000000..d3f5a12 --- /dev/null +++ b/config/mininggadgets-client.toml @@ -0,0 +1 @@ + diff --git a/config/mininggadgets-common.toml b/config/mininggadgets-common.toml new file mode 100644 index 0000000..96874ee --- /dev/null +++ b/config/mininggadgets-common.toml @@ -0,0 +1,64 @@ + +#Power settings +[power] + + #Upgrade Cost Settings + [power.upgrades] + #Cost per block for Efficiency 5 upgrade + #Range: > 0 + upgradeEfficiency5 = 50 + #Cost per Light Block placed + #Range: > 0 + upgradeLight = 100 + #Cost per block for Silk Touch upgrade + #Range: > 0 + upgradeSilkCost = 100 + #Cost per block Frozen + #Range: > 0 + upgradeFreeze = 100 + #Cost per block for Fortune 3 upgrade + #Range: > 0 + upgradeFortune3 = 100 + #Cost per block for Fortune 1 upgrade + #Range: > 0 + upgradeFortune1 = 30 + #Cost per block for Fortune 2 upgrade + #Range: > 0 + upgradeFortune2 = 60 + #Capacity Boost from Battery 1 Upgrade + #Range: > 0 + battery1 = 2000000 + #Capacity Boost from Battery 2 Upgrade + #Range: > 0 + battery2 = 5000000 + #Capacity Boost from Battery 3 Upgrade + #Range: > 0 + battery3 = 10000000 + #Cost per block for Efficiency 1 upgrade + #Range: > 0 + upgradeEfficiency1 = 10 + #Cost per block for Efficiency 2 upgrade + #Range: > 0 + upgradeEfficiency2 = 20 + #Cost per block for Magnet upgrade + #Range: > 0 + upgradeMagnet = 25 + #Cost per block for Void Junk upgrade + #Range: > 0 + upgradeVoid = 10 + #Cost per block for Efficiency 3 upgrade + #Range: > 0 + upgradeEfficiency3 = 30 + #Cost per block for Efficiency 4 upgrade + #Range: > 0 + upgradeEfficiency4 = 40 + + #Mining Gadget Settings + [power.mining_gadget] + #Base cost per block broken + #Range: > 0 + baseCost = 200 + #Maximum power for the Mining Gadget + #Range: > 0 + maxPower = 10000000 + diff --git a/config/mobscarecrows.json b/config/mobscarecrows.json new file mode 100644 index 0000000..9bf0c5f --- /dev/null +++ b/config/mobscarecrows.json @@ -0,0 +1,3 @@ +{ + "scarecrow_distance": 8.0 +} \ No newline at end of file diff --git a/config/modern_industrialization.toml b/config/modern_industrialization.toml new file mode 100644 index 0000000..b4afea9 --- /dev/null +++ b/config/modern_industrialization.toml @@ -0,0 +1,15 @@ +blacklistedOres = [] +enableNoEmiMessage = true +spawnWithGuideBook = false +respawnWithGuideBook = false +disableFuelTooltips = false +disableItemTagTooltips = false +newVersionMessage = true +enableHatchPlacementOverlay = true +colorWaterLava = true +enableDebugCommands = false +enableBidirectionalEnergyCompat = false +enableAe2Integration = true +generateOres = true +datagenOnStartup = false +loadRuntimeGeneratedResources = true diff --git a/config/modmenu.json b/config/modmenu.json new file mode 100644 index 0000000..a103b14 --- /dev/null +++ b/config/modmenu.json @@ -0,0 +1,19 @@ +{ + "sorting": "ascending", + "count_libraries": true, + "compact_list": false, + "count_children": true, + "mods_button_style": "classic", + "count_hidden_mods": true, + "mod_count_location": "title_screen", + "hide_mod_links": false, + "show_libraries": true, + "hide_mod_license": false, + "hide_badges": false, + "hide_mod_credits": false, + "easter_eggs": true, + "modify_title_screen": false, + "modify_game_menu": true, + "hide_config_buttons": false, + "hidden_mods": [] +} \ No newline at end of file diff --git a/config/morevillagers.json b/config/morevillagers.json new file mode 100644 index 0000000..4a82755 --- /dev/null +++ b/config/morevillagers.json @@ -0,0 +1,16 @@ +{ + "houses": { + "generatePlainsHouses": true, + "generateTaigaHouses": true, + "generateSavannaHouses": true, + "generateSnowyHouses": true, + "generateDesertHouses": true + }, + "weights": { + "woodworkerHouseWeight": 10, + "oceanographerHouseWeight": 10, + "floristHouseWeight": 10, + "hunterHouseWeight": 10, + "engineerHouseWeight": 10 + } +} \ No newline at end of file diff --git a/config/naturalist.json b/config/naturalist.json new file mode 100644 index 0000000..b2d8507 --- /dev/null +++ b/config/naturalist.json @@ -0,0 +1,25 @@ +{ + "snailSpawnWeight": 5, + "snakeSpawnWeight": 4, + "coralSnakeSpawnWeight": 4, + "rattlesnakeSpawnWeight": 4, + "bearSpawnWeight": 8, + "deerSpawnWeight": 8, + "fireflySpawnWeight": 8, + "bluejaySpawnWeight": 8, + "canarySpawnWeight": 8, + "cardinalSpawnWeight": 8, + "robinSpawnWeight": 8, + "butterflySpawnWeight": 6, + "forestRabbitSpawnWeight": 6, + "forestFoxSpawnWeight": 6, + "rhinoSpawnWeight": 15, + "lionSpawnWeight": 15, + "elephantSpawnWeight": 10, + "zebraSpawnWeight": 10, + "giraffeSpawnWeight": 10, + "hippoSpawnWeight": 15, + "vultureSpawnWeight": 15, + "boarSpawnWeight": 15, + "removeSavannaFarmAnimals": true +} \ No newline at end of file diff --git a/config/naturescompass.json b/config/naturescompass.json new file mode 100644 index 0000000..9164ccb --- /dev/null +++ b/config/naturescompass.json @@ -0,0 +1,26 @@ +{ + "common": { + "allowTeleportComment": "Allows a player to teleport to a located biome when in creative mode, opped, or in cheat mode.", + "allowTeleport": true, + "displayCoordinatesComment": "Allows players to view the precise coordinates and distance of a located structure on the HUD, rather than relying on the direction the compass is pointing.", + "displayCoordinates": true, + "maxSamplesComment": "The maximum number of samples to be taken when searching for a biome.", + "maxSamples": 50000, + "radiusModifierComment": "biomeSize * radiusModifier = maxSearchRadius. Raising this value will increase search accuracy but will potentially make the process more resource .", + "radiusModifier": 2500, + "sampleSpaceModifierComment": "biomeSize * sampleSpaceModifier = sampleSpace. Lowering this value will increase search accuracy but will make the process more resource intensive.", + "sampleSpaceModifier": 16, + "biomeBlacklistComment": "A list of biomes that the compass will not be able to search for, specified by resource location. The wildcard character * can be used to match any number of characters, and ? can be used to match one character. Ex (ignore backslashes): [\"minecraft:savanna\", \"minecraft:desert\", \"minecraft:*ocean*\"]", + "biomeBlacklist": [] + }, + "client": { + "displayWithChatOpenComment": "Displays Nature's Compass information even while chat is open.", + "displayWithChatOpen": true, + "fixBiomeNamesComment": "Fixes biome names by adding missing spaces. Ex: ForestHills becomes Forest Hills", + "fixBiomeNames": true, + "overlayLineOffsetComment": "The line offset for information rendered on the HUD.", + "overlayLineOffset": 1, + "overlaySideComment": "The side for information rendered on the HUD. Ex: LEFT, RIGHT", + "overlaySide": "LEFT" + } +} \ No newline at end of file diff --git a/config/noindium.json b/config/noindium.json new file mode 100644 index 0000000..622415a --- /dev/null +++ b/config/noindium.json @@ -0,0 +1,5 @@ +{ + "showIndiumScreen": true, + "showOptifabricScreen": true, + "allowToProceed": true +} \ No newline at end of file diff --git a/config/notes.json b/config/notes.json new file mode 100644 index 0000000..4941be4 --- /dev/null +++ b/config/notes.json @@ -0,0 +1,16 @@ +{ + "dateFormatComment": "The date format used in timestamps.", + "dateFormat": "M/d/yy h:mm a", + "useInGameEditorComment": "Determines whether the in-game editor or the system's default text editor will be used to edit notes. If the system editor is not available, the in-game editor will be used.", + "useInGameEditor": true, + "useInGameViewerComment": "Determines whether the in-game viewer or the system's default text viewer will be used to view notes. If the system viewer is not available, the in-game viewer will be used.", + "useInGameViewer": true, + "pinnedNotePositionComment": "The HUD position of a pinned note. Values: top_left, top_right, center_left, center_right, bottom_left, bottom_right", + "pinnedNotePosition": "center_right", + "pinnedWidthScaleComment": "The maximum width of a pinned note relative to the screen's width.", + "pinnedWidthScale": 0.2, + "pinnedHeightScaleComment": "The maximum percentage of the screen's display height that a pinned note can take up.", + "pinnedHeightScale": 1.0, + "wrapNoteComment": "Determines whether displayed notes will be word wrapped.", + "wrapNote": true +} \ No newline at end of file diff --git a/config/nyfsquivers_config.json b/config/nyfsquivers_config.json new file mode 100644 index 0000000..1121e38 --- /dev/null +++ b/config/nyfsquivers_config.json @@ -0,0 +1,56 @@ +{ + "quivers": [ + { + "name": "basic", + "rowWidth": 9, + "numberOfRows": 1, + "isFireImmune": false, + "openSound": "minecraft:item.armor.equip_leather" + }, + { + "name": "iron", + "rowWidth": 9, + "numberOfRows": 2, + "isFireImmune": false, + "openSound": "minecraft:item.armor.equip_iron" + }, + { + "name": "copper", + "rowWidth": 9, + "numberOfRows": 2, + "isFireImmune": false, + "openSound": "minecraft:item.armor.equip_iron" + }, + { + "name": "gold", + "rowWidth": 9, + "numberOfRows": 3, + "isFireImmune": false, + "openSound": "minecraft:item.armor.equip_gold" + }, + { + "name": "silver", + "rowWidth": 9, + "numberOfRows": 3, + "isFireImmune": false, + "openSound": "minecraft:item.armor.equip_gold" + }, + { + "name": "diamond", + "rowWidth": 9, + "numberOfRows": 4, + "isFireImmune": false, + "openSound": "minecraft:item.armor.equip_diamond" + }, + { + "name": "netherite", + "rowWidth": 9, + "numberOfRows": 5, + "isFireImmune": true, + "openSound": "minecraft:item.armor.equip_netherite" + } + ], + "playSound": true, + "xpos": 0, + "ypos": 0 +} \ No newline at end of file diff --git a/config/pal.properties b/config/pal.properties new file mode 100644 index 0000000..23ba139 --- /dev/null +++ b/config/pal.properties @@ -0,0 +1,5 @@ +#PlayerAbilityLib configuration file +# +#If alwaysLogTamperWarnings is set to false, external update messages will be logged only once per game session +#Sun Oct 23 17:05:24 CEST 2022 +alwaysLogTamperWarnings=true diff --git a/config/paragon.json5 b/config/paragon.json5 new file mode 100644 index 0000000..0088f94 --- /dev/null +++ b/config/paragon.json5 @@ -0,0 +1,7 @@ +{ + "my_info": { + "username": "acee#1220", + // What do I do? + "about_me": "Minecraft modder & game developer (also the creator of this super cool config-lib ur using rn!)", + }, +} \ No newline at end of file diff --git a/config/patchouli.json5 b/config/patchouli.json5 new file mode 100644 index 0000000..cb29d9f --- /dev/null +++ b/config/patchouli.json5 @@ -0,0 +1,16 @@ +{ + // Set this to true to disable advancement locking for ALL books, making all entries visible at all times. Config Flag: advancements_disabled + "disableAdvancementLocking": false, + // Granular list of Book ID's to disable advancement locking for, e.g. [ "botania:lexicon" ]. Config Flags: advancements_disabled_ + "noAdvancementBooks": [], + // Enable testing mode. By default this doesn't do anything, but you can use the config flag in your books if you want. Config Flag: testing_mode + "testingMode": false, + // Set this to the ID of a book to have it show up in players' inventories, replacing the recipe book. + "inventoryButtonBook": "", + // Set this to true to use Shift instead of Ctrl for the inventory quick lookup feature. + "useShiftForQuickLookup": false, + // Set how to handle text overflow: OVERFLOW the text off the page, TRUNCATE overflowed text, or RESIZE everything to fit. Relogin after changing. + "textOverflowMode": "RESIZE", + // How long in ticks the quick lookup key needs to be pressed before the book opens + "quickLookupTime": 10 +} \ No newline at end of file diff --git a/config/patchoulibutton.json5 b/config/patchoulibutton.json5 new file mode 100644 index 0000000..3d32ac8 --- /dev/null +++ b/config/patchoulibutton.json5 @@ -0,0 +1,8 @@ +{ + // Patchouli book identifier + "bookIdentifier": "", + "posX": 105, + "posY": 61, + // If false, open directly modpack book + "openAllBooksScreen": true +} \ No newline at end of file diff --git a/config/paucal-common.json5 b/config/paucal-common.json5 new file mode 100644 index 0000000..62b0333 --- /dev/null +++ b/config/paucal-common.json5 @@ -0,0 +1,8 @@ +{ + // Whether to allow patting players with a shift-right-click. + "allowPats": true, + /* Whether to load contributor info from the internet. + If false, no one will appear as a contributor. + */ + "loadContributors": true +} \ No newline at end of file diff --git a/config/paxi/datapack_load_order.json b/config/paxi/datapack_load_order.json new file mode 100644 index 0000000..1868fa5 --- /dev/null +++ b/config/paxi/datapack_load_order.json @@ -0,0 +1,3 @@ +{ + "loadOrder": [] +} \ No newline at end of file diff --git a/config/paxi/datapacks/Repurposed_Structures-Better_Desert_Temples_v6.zip b/config/paxi/datapacks/Repurposed_Structures-Better_Desert_Temples_v6.zip new file mode 100644 index 0000000..8c728b0 Binary files /dev/null and b/config/paxi/datapacks/Repurposed_Structures-Better_Desert_Temples_v6.zip differ diff --git a/config/paxi/datapacks/Repurposed_Structures-Better_Dungeons_v4.zip b/config/paxi/datapacks/Repurposed_Structures-Better_Dungeons_v4.zip new file mode 100644 index 0000000..1dc80bf Binary files /dev/null and b/config/paxi/datapacks/Repurposed_Structures-Better_Dungeons_v4.zip differ diff --git a/config/paxi/datapacks/Repurposed_Structures-Better_Monuments_v4.zip b/config/paxi/datapacks/Repurposed_Structures-Better_Monuments_v4.zip new file mode 100644 index 0000000..8e19a2c Binary files /dev/null and b/config/paxi/datapacks/Repurposed_Structures-Better_Monuments_v4.zip differ diff --git a/config/paxi/datapacks/Repurposed_Structures-Better_Strongholds_v4.zip b/config/paxi/datapacks/Repurposed_Structures-Better_Strongholds_v4.zip new file mode 100644 index 0000000..9037a65 Binary files /dev/null and b/config/paxi/datapacks/Repurposed_Structures-Better_Strongholds_v4.zip differ diff --git a/config/paxi/datapacks/Repurposed_Structures-Better_Witch_Huts_v3.zip b/config/paxi/datapacks/Repurposed_Structures-Better_Witch_Huts_v3.zip new file mode 100644 index 0000000..ea02d4a Binary files /dev/null and b/config/paxi/datapacks/Repurposed_Structures-Better_Witch_Huts_v3.zip differ diff --git a/config/paxi/datapacks/Repurposed_Structures-Chef's_Delight_v1.zip b/config/paxi/datapacks/Repurposed_Structures-Chef's_Delight_v1.zip new file mode 100644 index 0000000..fe0e4c2 Binary files /dev/null and b/config/paxi/datapacks/Repurposed_Structures-Chef's_Delight_v1.zip differ diff --git a/config/paxi/datapacks/Repurposed_Structures-Farmers_Delight_v5.zip b/config/paxi/datapacks/Repurposed_Structures-Farmers_Delight_v5.zip new file mode 100644 index 0000000..a1cb2f2 Binary files /dev/null and b/config/paxi/datapacks/Repurposed_Structures-Farmers_Delight_v5.zip differ diff --git a/config/paxi/datapacks/Repurposed_Structures-More_Villagers_v8.zip b/config/paxi/datapacks/Repurposed_Structures-More_Villagers_v8.zip new file mode 100644 index 0000000..d65303b Binary files /dev/null and b/config/paxi/datapacks/Repurposed_Structures-More_Villagers_v8.zip differ diff --git a/config/paxi/datapacks/Repurposed_Structures-Oh_The_Biomes_Youll_Go_v2.zip b/config/paxi/datapacks/Repurposed_Structures-Oh_The_Biomes_Youll_Go_v2.zip new file mode 100644 index 0000000..5fd68a5 Binary files /dev/null and b/config/paxi/datapacks/Repurposed_Structures-Oh_The_Biomes_Youll_Go_v2.zip differ diff --git a/config/paxi/datapacks/Repurposed_Structures-VillagersPlus_v1.zip b/config/paxi/datapacks/Repurposed_Structures-VillagersPlus_v1.zip new file mode 100644 index 0000000..08c8bbb Binary files /dev/null and b/config/paxi/datapacks/Repurposed_Structures-VillagersPlus_v1.zip differ diff --git a/config/paxi/datapacks/Repurposed_Structures-Wizards_v2.zip b/config/paxi/datapacks/Repurposed_Structures-Wizards_v2.zip new file mode 100644 index 0000000..77fa445 Binary files /dev/null and b/config/paxi/datapacks/Repurposed_Structures-Wizards_v2.zip differ diff --git a/config/paxi/resourcepack_load_order.json b/config/paxi/resourcepack_load_order.json new file mode 100644 index 0000000..1868fa5 --- /dev/null +++ b/config/paxi/resourcepack_load_order.json @@ -0,0 +1,3 @@ +{ + "loadOrder": [] +} \ No newline at end of file diff --git a/config/pehkui/config.json b/config/pehkui/config.json new file mode 100644 index 0000000..6cdef02 --- /dev/null +++ b/config/pehkui/config.json @@ -0,0 +1,79 @@ +{ + "minimumCameraDepth": 0.0, + "keepAllScalesOnRespawn": false, + "scalesKeptOnRespawn": [], + "accurateNetherPortals": true, + "enableCommands": true, + "enableDebugCommands": false, + "scaledFallDamage": true, + "scaledMotion": true, + "scaledReach": true, + "scaledAttack": true, + "scaledDefense": true, + "scaledHealth": true, + "scaledItemDrops": true, + "scaledProjectiles": true, + "scaledExplosions": true, + "base.minimum": 1.2621774483536189E-29, + "base.maximum": 3.4028234663852886E38, + "width.minimum": 1.2621774483536189E-29, + "width.maximum": 3.4028234663852886E38, + "height.minimum": 1.2621774483536189E-29, + "height.maximum": 3.4028234663852886E38, + "eye_height.minimum": 1.2621774483536189E-29, + "eye_height.maximum": 3.4028234663852886E38, + "hitbox_width.minimum": 1.2621774483536189E-29, + "hitbox_width.maximum": 3.4028234663852886E38, + "hitbox_height.minimum": 1.2621774483536189E-29, + "hitbox_height.maximum": 3.4028234663852886E38, + "interaction_box_width.minimum": 1.401298464324817E-45, + "interaction_box_width.maximum": 3.4028234663852886E38, + "interaction_box_height.minimum": 1.401298464324817E-45, + "interaction_box_height.maximum": 3.4028234663852886E38, + "model_width.minimum": 1.401298464324817E-45, + "model_width.maximum": 3.4028234663852886E38, + "model_height.minimum": 1.401298464324817E-45, + "model_height.maximum": 3.4028234663852886E38, + "third_person.minimum": 1.401298464324817E-45, + "third_person.maximum": 3.4028234663852886E38, + "motion.minimum": 1.401298464324817E-45, + "motion.maximum": 3.4028234663852886E38, + "falling.minimum": 1.401298464324817E-45, + "falling.maximum": 3.4028234663852886E38, + "step_height.minimum": 1.401298464324817E-45, + "step_height.maximum": 3.4028234663852886E38, + "view_bobbing.minimum": 1.401298464324817E-45, + "view_bobbing.maximum": 3.4028234663852886E38, + "visibility.minimum": 1.401298464324817E-45, + "visibility.maximum": 3.4028234663852886E38, + "jump_height.minimum": 1.401298464324817E-45, + "jump_height.maximum": 3.4028234663852886E38, + "flight.minimum": 1.401298464324817E-45, + "flight.maximum": 3.4028234663852886E38, + "reach.minimum": 1.401298464324817E-45, + "reach.maximum": 3.4028234663852886E38, + "block_reach.minimum": 1.401298464324817E-45, + "block_reach.maximum": 3.4028234663852886E38, + "entity_reach.minimum": 1.401298464324817E-45, + "entity_reach.maximum": 3.4028234663852886E38, + "mining_speed.minimum": 1.401298464324817E-45, + "mining_speed.maximum": 3.4028234663852886E38, + "attack_speed.minimum": 1.401298464324817E-45, + "attack_speed.maximum": 3.4028234663852886E38, + "knockback.minimum": 1.401298464324817E-45, + "knockback.maximum": 3.4028234663852886E38, + "attack.minimum": 1.401298464324817E-45, + "attack.maximum": 3.4028234663852886E38, + "defense.minimum": 1.401298464324817E-45, + "defense.maximum": 3.4028234663852886E38, + "health.minimum": 1.401298464324817E-45, + "health.maximum": 3.4028234663852886E38, + "drops.minimum": 1.401298464324817E-45, + "drops.maximum": 3.4028234663852886E38, + "held_item.minimum": 1.401298464324817E-45, + "held_item.maximum": 3.4028234663852886E38, + "projectiles.minimum": 1.401298464324817E-45, + "projectiles.maximum": 3.4028234663852886E38, + "explosions.minimum": 1.401298464324817E-45, + "explosions.maximum": 3.4028234663852886E38 +} diff --git a/config/pling.json b/config/pling.json new file mode 100644 index 0000000..8e2a95d --- /dev/null +++ b/config/pling.json @@ -0,0 +1,9 @@ +{ + "sound": "minecraft:entity.experience_orb.pickup", + "pitch": 1.0, + "playWhenWorldLoaded": false, + "playWhenWorldOptimized": false, + "playWhenResourcesReloaded": true, + "requireUnfocused": false, + "requestWindowAttention": false +} \ No newline at end of file diff --git a/config/powah.json5 b/config/powah.json5 new file mode 100644 index 0000000..9993144 --- /dev/null +++ b/config/powah.json5 @@ -0,0 +1,381 @@ +{ + // World generation config options. + "worldgen": { + // Enable this to disable worldgen entirely. If true, the other options have no effect. + "disable_all": false, + "poor_uraninite_veins_per_chunk": 8, + "uraninite_veins_per_chunk": 6, + "dense_uraninite_veins_per_chunk": 3, + "dry_ice_veins_per_chunk": 9 + }, + // Other general config options. + "general": { + // Enable this to get Player Aerial Pearl by right clicking a Zombie or Husk with a Aerial Pearl. + "player_aerial_pearl": true, + // Enable this to get Dimensional Binding card by right clicking an Enderman or Endermite with a Binding card. + "dimensional_binding_card": true, + // Enable this to get Lens Of Ender by right clicking an Enderman or Endermite with a Photoelectric Pane. + "lens_of_ender": true, + // List of fluids used in the Magmator. + "magmatic_fluids": { + "minecraft:lava": 10000 + }, + // List of coolant fluids used in the Reactor and the Thermo Generator. + "coolant_fluids": { + "minecraft:water": 1 + }, + // List of heat source blocks used under Thermo Generator. + "heat_blocks": { + "powah:blazing_crystal_block": 2800, + "minecraft:magma_block": 800, + "minecraft:lava": 1000 + }, + // Energy produced per fuel tick in the Furnator. + "energy_per_fuel_tick": 15, + "energizing_range": 4, + /* Multiplier to the required energy applied after an energizing recipe is read. + Use this to adjust the cost of ALL energizing recipes. + */ + "energizing_energy_ratio": 1.0 + }, + // Configuration of energy values for generators. + "generators": { + "furnators": { + "capacities": { + "starter": 20000, + "basic": 80000, + "hardened": 200000, + "blazing": 800000, + "niotic": 2000000, + "spirited": 8000000, + "nitro": 40000000 + }, + "transfer_rates": { + "starter": 80, + "basic": 320, + "hardened": 800, + "blazing": 3200, + "niotic": 8000, + "spirited": 32000, + "nitro": 160000 + }, + "generation_rates": { + "starter": 10, + "basic": 30, + "hardened": 100, + "blazing": 300, + "niotic": 800, + "spirited": 3000, + "nitro": 15000 + } + }, + "magmators": { + "capacities": { + "starter": 20000, + "basic": 80000, + "hardened": 200000, + "blazing": 800000, + "niotic": 2000000, + "spirited": 8000000, + "nitro": 40000000 + }, + "transfer_rates": { + "starter": 80, + "basic": 320, + "hardened": 800, + "blazing": 3200, + "niotic": 8000, + "spirited": 32000, + "nitro": 160000 + }, + "generation_rates": { + "starter": 10, + "basic": 30, + "hardened": 100, + "blazing": 300, + "niotic": 800, + "spirited": 3000, + "nitro": 15000 + } + }, + "reactors": { + "capacities": { + "starter": 250000, + "basic": 1000000, + "hardened": 2500000, + "blazing": 10000000, + "niotic": 25000000, + "spirited": 100000000, + "nitro": 500000000 + }, + "transfer_rates": { + "starter": 1000, + "basic": 4000, + "hardened": 10000, + "blazing": 40000, + "niotic": 100000, + "spirited": 400000, + "nitro": 2000000 + }, + "generation_rates": { + "starter": 150, + "basic": 700, + "hardened": 2000, + "blazing": 7000, + "niotic": 18000, + "spirited": 60000, + "nitro": 300000 + } + }, + "solar_panels": { + "capacities": { + "starter": 20000, + "basic": 80000, + "hardened": 200000, + "blazing": 800000, + "niotic": 2000000, + "spirited": 8000000, + "nitro": 40000000 + }, + "transfer_rates": { + "starter": 80, + "basic": 320, + "hardened": 800, + "blazing": 3200, + "niotic": 8000, + "spirited": 32000, + "nitro": 160000 + }, + "generation_rates": { + "starter": 10, + "basic": 30, + "hardened": 50, + "blazing": 100, + "niotic": 200, + "spirited": 400, + "nitro": 1000 + } + }, + "thermo_generators": { + "capacities": { + "starter": 20000, + "basic": 80000, + "hardened": 200000, + "blazing": 800000, + "niotic": 2000000, + "spirited": 8000000, + "nitro": 40000000 + }, + "transfer_rates": { + "starter": 80, + "basic": 320, + "hardened": 800, + "blazing": 3200, + "niotic": 8000, + "spirited": 32000, + "nitro": 160000 + }, + "generation_rates": { + "starter": 10, + "basic": 30, + "hardened": 50, + "blazing": 100, + "niotic": 200, + "spirited": 400, + "nitro": 1000 + } + } + }, + // Configuration of energy values for other devices. + "devices": { + "batteries": { + "capacities": { + "starter": 1000000, + "basic": 4000000, + "hardened": 10000000, + "blazing": 40000000, + "niotic": 100000000, + "spirited": 400000000, + "nitro": 2000000000 + }, + "transfer_rates": { + "starter": 1000, + "basic": 4000, + "hardened": 10000, + "blazing": 40000, + "niotic": 100000, + "spirited": 400000, + "nitro": 2000000 + } + }, + "cables": { + "transfer_rates": { + "starter": 500, + "basic": 2000, + "hardened": 5000, + "blazing": 20000, + "niotic": 50000, + "spirited": 200000, + "nitro": 1000000 + } + }, + "dischargers": { + "capacities": { + "starter": 1000000, + "basic": 4000000, + "hardened": 10000000, + "blazing": 40000000, + "niotic": 100000000, + "spirited": 400000000, + "nitro": 2000000000 + }, + "transfer_rates": { + "starter": 1000, + "basic": 4000, + "hardened": 10000, + "blazing": 40000, + "niotic": 100000, + "spirited": 400000, + "nitro": 2000000 + } + }, + "ender_cells": { + "transfer_rates": { + "starter": 1000, + "basic": 4000, + "hardened": 10000, + "blazing": 40000, + "niotic": 100000, + "spirited": 400000, + "nitro": 2000000 + }, + "channels": { + "starter": 1, + "basic": 2, + "hardened": 3, + "blazing": 5, + "niotic": 7, + "spirited": 9, + "nitro": 12 + } + }, + "ender_gates": { + "transfer_rates": { + "starter": 500, + "basic": 2000, + "hardened": 5000, + "blazing": 20000, + "niotic": 50000, + "spirited": 200000, + "nitro": 1000000 + }, + "channels": { + "starter": 1, + "basic": 2, + "hardened": 3, + "blazing": 5, + "niotic": 7, + "spirited": 9, + "nitro": 12 + } + }, + "energy_cells": { + "capacities": { + "starter": 1000000, + "basic": 4000000, + "hardened": 10000000, + "blazing": 40000000, + "niotic": 100000000, + "spirited": 400000000, + "nitro": 2000000000 + }, + "transfer_rates": { + "starter": 1000, + "basic": 4000, + "hardened": 10000, + "blazing": 40000, + "niotic": 100000, + "spirited": 400000, + "nitro": 2000000 + } + }, + "energizing_rods": { + "capacities": { + "starter": 10000, + "basic": 40000, + "hardened": 100000, + "blazing": 400000, + "niotic": 1000000, + "spirited": 4000000, + "nitro": 20000000 + }, + "transfer_rates": { + "starter": 100, + "basic": 400, + "hardened": 1000, + "blazing": 4000, + "niotic": 10000, + "spirited": 40000, + "nitro": 200000 + } + }, + "hoppers": { + "capacities": { + "starter": 1000000, + "basic": 4000000, + "hardened": 10000000, + "blazing": 40000000, + "niotic": 100000000, + "spirited": 400000000, + "nitro": 2000000000 + }, + "transfer_rates": { + "starter": 1000, + "basic": 4000, + "hardened": 10000, + "blazing": 40000, + "niotic": 100000, + "spirited": 400000, + "nitro": 2000000 + }, + "charging_rates": { + "starter": 500, + "basic": 2000, + "hardened": 5000, + "blazing": 20000, + "niotic": 50000, + "spirited": 200000, + "nitro": 1000000 + } + }, + "player_transmitters": { + "capacities": { + "starter": 1000000, + "basic": 4000000, + "hardened": 10000000, + "blazing": 40000000, + "niotic": 100000000, + "spirited": 400000000, + "nitro": 2000000000 + }, + "transfer_rates": { + "starter": 1000, + "basic": 4000, + "hardened": 10000, + "blazing": 40000, + "niotic": 100000, + "spirited": 400000, + "nitro": 2000000 + }, + "charging_rates": { + "starter": 500, + "basic": 2000, + "hardened": 5000, + "blazing": 20000, + "niotic": 50000, + "spirited": 200000, + "nitro": 1000000 + } + } + } +} \ No newline at end of file diff --git a/config/probablychests.toml b/config/probablychests.toml new file mode 100644 index 0000000..64fbe3b --- /dev/null +++ b/config/probablychests.toml @@ -0,0 +1,17 @@ +[mimicSettings] +mimicDifficulty = "MEDIUM" +spawnNaturalMimics = true +naturalMimicSpawnRate = 0.5 +allowPetMimics = true +doPetMimicLimit = false +petMimicLimit = 2 +abandonedMimicTimer = 5 +allowPetMimicLocking = true +[worldGen] +potSpawnChance = 0.4 +chestSpawnChance = 0.6 +surfaceChestSpawnChance = 0.6 +secretMimicChance = 0.2 +[chestSettings] +allowChestLocking = true +enableLockedChestOwners = true diff --git a/config/projectile_damage.json b/config/projectile_damage.json new file mode 100644 index 0000000..35c8d50 --- /dev/null +++ b/config/projectile_damage.json @@ -0,0 +1,7 @@ +{ + "status_effect_impact_multiplier_per_stack": 0.2, + "default_bow_damage": 6.0, + "default_crossbow_damage": 9.0, + "add_default_attributes_for_unspecified_bows": false, + "add_default_attributes_for_unspecified_crossbows": false +} \ No newline at end of file diff --git a/config/quickshulkerconfig.json5 b/config/quickshulkerconfig.json5 new file mode 100644 index 0000000..47e18f9 --- /dev/null +++ b/config/quickshulkerconfig.json5 @@ -0,0 +1,28 @@ +{ + // Activation key + "keybinding": "key.keyboard.k", + // Right Clicking with shulker in hand opens it + "rightClickToOpen": true, + // Hitting the keybind with shulker in hand opens it + "keybind": true, + // Hitting the keybind while hovering over shulker in inv opens it + "keybingInInv": true, + // Right Clicking a shulker in your inv opens it + "rightClickInv": true, + // Right Clicking the opened shulker in your inv closes it + "rightClickClose": false, + // Right Clicking a shulker with an item inserts it + "supportsBundlingInsert": true, + // Right Clicking an item with a shulker inserts it + "supportsBundlingPickup": true, + // Right Clicking an empty slot with a shulker extracts an item + "supportsBundlingExtract": true, + // Enable opening Shulker Boxes + "quickShulkerBox": true, + // Enable opening Crafting Tables + "quickCraftingTables": true, + // Enable opening Stonecutter + "quickStonecutter": true, + // Enable opening EnderChest + "quickEChest": true +} \ No newline at end of file diff --git a/config/rare-ice.properties b/config/rare-ice.properties new file mode 100644 index 0000000..546aac8 --- /dev/null +++ b/config/rare-ice.properties @@ -0,0 +1,4 @@ +#Rare Ice Configuration +#Fri Feb 17 20:13:10 CET 2023 +probabilityOfRareIce=3 +allowInsertingItemsToIce=true diff --git a/config/reacharound.json b/config/reacharound.json new file mode 100644 index 0000000..dda508e --- /dev/null +++ b/config/reacharound.json @@ -0,0 +1,12 @@ +{ + "enabled": true, + "mode": 0, + "indicatorStyle": 0, + "indicatorVertical": "| |", + "indicatorHorizontal": "{ }", + "indicatorColor": -1, + "indicatorColorObstructed": -43691, + "indicatorAnimationDuration": 5, + "indicatorAnimationInterpolation": 2, + "indicatorAnimationFadeInterpolation": 2 +} \ No newline at end of file diff --git a/config/reborncore/misc.json b/config/reborncore/misc.json new file mode 100644 index 0000000..bc03c3f --- /dev/null +++ b/config/reborncore/misc.json @@ -0,0 +1,12 @@ +{ + "config": { + "Selected Energy system": { + "comment": "Possible values are: E (was FE, EU)", + "value": "E" + }, + "Enable Seasonal Easter Eggs": { + "comment": "Disable this is you don\u0027t want seasonal easter eggs", + "value": true + } + } +} \ No newline at end of file diff --git a/config/redbits.json b/config/redbits.json new file mode 100644 index 0000000..fecdb6c --- /dev/null +++ b/config/redbits.json @@ -0,0 +1,6 @@ +{ + "disable_burnout": true, + "jukebox_integration": true, + "campfire_integration": true, + "add_guide_to_loot_tables": true +} \ No newline at end of file diff --git a/config/repurposed_structures.json b/config/repurposed_structures.json new file mode 100644 index 0000000..4435820 --- /dev/null +++ b/config/repurposed_structures.json @@ -0,0 +1,4 @@ +{ + "importModdedItems": true, + "blacklistedRSLoottablesFromImportingModdedItems": "" +} \ No newline at end of file diff --git a/config/respawnablepets.json b/config/respawnablepets.json new file mode 100644 index 0000000..3778396 --- /dev/null +++ b/config/respawnablepets.json @@ -0,0 +1,3 @@ +{ + "timeToRespawn": -1 +} \ No newline at end of file diff --git a/config/rightclickharvest.json b/config/rightclickharvest.json new file mode 100644 index 0000000..3b11900 --- /dev/null +++ b/config/rightclickharvest.json @@ -0,0 +1,5 @@ +{ + "requireHoe": true, + "harvestInRadius": true, + "useHunger": true +} \ No newline at end of file diff --git a/config/rottencreatures.json b/config/rottencreatures.json new file mode 100644 index 0000000..4a050df --- /dev/null +++ b/config/rottencreatures.json @@ -0,0 +1,12 @@ +{ + "mobSpawns": { + "burned_weight": 20, + "frostbitten_weight": 80, + "glacial_hunter_weight": 20, + "swampy_weight": 80, + "undead_miner_weight": 20, + "mummy_weight": 20, + "dead_beard_weight": 10, + "immortal_chance": 0.025 + } +} \ No newline at end of file diff --git a/config/roughlyenoughitems/config.json5 b/config/roughlyenoughitems/config.json5 new file mode 100644 index 0000000..6d51d4a --- /dev/null +++ b/config/roughlyenoughitems/config.json5 @@ -0,0 +1,206 @@ +{ + "basics": { + "favorites": [ + "{id:\"ftbteams:my_team\",json:'{\"group\":\"ftblibrary:info\",\"icon\":\"ftbteams:textures/teams.png\",\"x\":0,\"click\":\"ftbteams:open_gui\",\"loading_screen\":true}',type:\"ftblibrary:sidebar_button\"}", + "{id:\"ftbchunks:chunks\",json:'{\"group\":\"ftblibrary:util\",\"icon\":\"ftblibrary:icons/map\",\"x\":310,\"click\":\"ftbchunks:open_gui\"}',type:\"ftblibrary:sidebar_button\"}", + "{id:\"ftbquests:quests\",json:'{\"group\":\"ftblibrary:info\",\"icon\":\"ftbquests:item/book\",\"x\":610,\"click\":\"ftbquests:open_gui\",\"required_server_mods\":[\"ftbquests\"],\"custom_text\":true}',type:\"ftblibrary:sidebar_button\"}" + ], + "hiddenFavorites": [], + "displayHistory": [], + // Declares whether cheating mode is on. + "cheating": false, + "favoritesEnabled": true, + "keyBindings": { + "recipeKeybind": { + "keyCode": "key.keyboard.r", + "modifier": 0 + }, + "usageKeybind": { + "keyCode": "key.keyboard.u", + "modifier": 0 + }, + "hideKeybind": { + "keyCode": "key.keyboard.o", + "modifier": 2 + }, + "previousPageKeybind": { + "keyCode": "key.keyboard.unknown", + "modifier": 0 + }, + "nextPageKeybind": { + "keyCode": "key.keyboard.unknown", + "modifier": 0 + }, + "focusSearchFieldKeybind": { + "keyCode": "key.keyboard.unknown", + "modifier": 0 + }, + "copyRecipeIdentifierKeybind": { + "keyCode": "key.mouse.middle", + "modifier": 0 + }, + "favoriteKeybind": { + "keyCode": "key.keyboard.a", + "modifier": 0 + }, + "exportImageKeybind": { + "keyCode": "key.keyboard.f8", + "modifier": 0 + }, + "previousScreenKeybind": { + "keyCode": "key.keyboard.backspace", + "modifier": 0 + } + }, + // Declares whether REI is visible. + "overlayVisible": true, + "cheatingStyle": "GIVE", + "motion": { + "favoritesAnimation": true + } + }, + "advanced": { + "filtering": { + "shouldFilterDisplays": true, + "filteringRules": [ + "{id:\"roughlyenoughitems:manual\",rule:{}}", + "{id:\"roughlyenoughitems:basic\",rule:{}}", + "{id:\"roughlyenoughitems:hidden_from_recipe_viewers\",rule:{}}" + ], + "filteringQuickCraftCategories": { }, + "filteredStacks": [ + "{Count:1b,id:\"blockus:birch_barrel\",type:\"minecraft:item\"}", + "{Count:1b,id:\"indrev:bronze_sword\",tag:{Damage:0},type:\"minecraft:item\"}", + "{Count:1b,id:\"techreborn:steel_leggings\",tag:{Damage:0},type:\"minecraft:item\"}", + "{Count:1b,id:\"blockus:white_oak_barrel\",type:\"minecraft:item\"}", + "{Count:1b,id:\"bewitchment:raw_silver\",type:\"minecraft:item\"}", + "{Count:1b,id:\"indrev:bronze_boots\",tag:{Damage:0},type:\"minecraft:item\"}", + "{Count:1b,id:\"indrev:silver_helmet\",tag:{Damage:0},type:\"minecraft:item\"}", + "{Count:1b,id:\"indrev:silver_chestplate\",tag:{Damage:0},type:\"minecraft:item\"}", + "{Count:1b,id:\"techreborn:steel_helmet\",tag:{Damage:0},type:\"minecraft:item\"}", + "{Count:1b,id:\"indrev:bronze_chestplate\",tag:{Damage:0},type:\"minecraft:item\"}", + "{Count:1b,id:\"blockus:bamboo_barrel\",type:\"minecraft:item\"}", + "{Count:1b,id:\"blockus:jungle_barrel\",type:\"minecraft:item\"}", + "{Count:1b,id:\"kibe:pocket_crafting_table\",type:\"minecraft:item\"}", + "{Count:1b,id:\"techreborn:steel_chestplate\",tag:{Damage:0},type:\"minecraft:item\"}", + "{Count:1b,id:\"techreborn:steel_boots\",tag:{Damage:0},type:\"minecraft:item\"}", + "{Count:1b,id:\"blockus:crimson_barrel\",type:\"minecraft:item\"}", + "{Count:1b,id:\"indrev:bronze_helmet\",tag:{Damage:0},type:\"minecraft:item\"}", + "{Count:1b,id:\"indrev:bronze_leggings\",tag:{Damage:0},type:\"minecraft:item\"}", + "{Count:1b,id:\"indrev:bronze_shovel\",tag:{Damage:0},type:\"minecraft:item\"}", + "{Count:1b,id:\"blockus:warped_barrel\",type:\"minecraft:item\"}", + "{Count:1b,id:\"croptopia:knife\",type:\"minecraft:item\"}", + "{Count:1b,id:\"blockus:charred_barrel\",type:\"minecraft:item\"}", + "{Count:1b,id:\"indrev:bronze_pickaxe\",tag:{Damage:0},type:\"minecraft:item\"}", + "{Count:1b,id:\"blockus:acacia_barrel\",type:\"minecraft:item\"}", + "{Count:1b,id:\"blockus:dark_oak_barrel\",type:\"minecraft:item\"}", + "{Count:1b,id:\"indrev:silver_leggings\",tag:{Damage:0},type:\"minecraft:item\"}", + "{Count:1b,id:\"indrev:silver_boots\",tag:{Damage:0},type:\"minecraft:item\"}", + "{Count:1b,id:\"techreborn:brass_storage_block\",type:\"minecraft:item\"}", + "{Count:1b,id:\"bewitchment:silver_ingot\",type:\"minecraft:item\"}", + "{Count:1b,id:\"indrev:bronze_hoe\",tag:{Damage:0},type:\"minecraft:item\"}", + "{Count:1b,id:\"indrev:bronze_axe\",tag:{Damage:0},type:\"minecraft:item\"}", + "{Count:1b,id:\"blockus:oak_barrel\",type:\"minecraft:item\"}" + ] + }, + "enableJeiCompatibilityLayer": true, + "tooltips": { + // Declares whether REI should append mod names to entries. + "appendModNames": true, + // Declares whether favorites tooltip should be displayed. + "displayFavoritesTooltip": false, + "displayIMEHints": true + }, + "layout": { + // The ordering of the items on the entry panel. + "entryPanelOrdering": "REGISTRY_ASCENDING", + // Declares the maximum amount of recipes displayed in a page if possible. + "maxRecipesPerPage": 8, + // Declares the maximum amount of recipes displayed in a page if possible. + "maxRecipesPageHeight": 300, + // Declares whether entry rendering time should be debugged. + "debugRenderTimeRequired": false, + // Merges displays with equal contents under 1 display. + "mergeDisplayUnderOne": true, + "favoriteAddWidgetMode": "ALWAYS_VISIBLE" + }, + "accessibility": { + "entrySize": 1.0, + // Declares the position of the entry panel. + "displayPanelLocation": "RIGHT", + // Declares how the scrollbar in composite screen should act. + "compositeScrollBarPermanent": false, + "toastDisplayedOnCopyIdentifier": true, + // Declares whether REI should use compact tabs for categories. + "useCompactTabs": true, + // Declares whether REI should use compact tab buttons for categories. + "useCompactTabButtons": false + }, + "search": { + // Declares whether search time should be debugged. + "debugSearchTimeRequired": false, + // Declares whether REI should search async. + "asyncSearch": true, + // Declares how many entries should be grouped one async search. + "asyncSearchPartitionSize": 100, + "patchAsyncThreadCrash": true, + "tooltipSearch": "ALWAYS", + "tagSearch": "PREFIX", + "identifierSearch": "ALWAYS", + "modSearch": "PREFIX" + }, + "commands": { + // Declares the command used to change gamemode. + "gamemodeCommand": "/gamemode {gamemode}", + // Declares the command used in servers to cheat items. + "giveCommand": "/give {player_name} {item_identifier}{nbt} {count}", + // Declares the command used to change weather. + "weatherCommand": "/weather {weather}", + // Declares the command used to change time. + "timeCommand": "/time set {time}" + }, + "miscellaneous": { + // Declares whether arrows in containers should be clickable. + "clickableRecipeArrows": true, + "registerRecipesInAnotherThread": true, + "newFastEntryRendering": true, + "cachingFastEntryRendering": false + } + }, + "appearance": { + "recipeScreenType": "ORIGINAL", + // Declares the appearance of REI windows. + "theme": "LIGHT", + "layout": { + // Declares the position of the search field. + "searchFieldLocation": "CENTER", + // Declares the position of the config button. + "configButtonLocation": "LOWER", + // Declares whether the craftable filter button is enabled. + "showCraftableOnlyButton": true + }, + // Declares the appearance of recipe's border. + "recipeBorder": "DEFAULT", + // Declares whether entry panel is scrolled. + "scrollingEntryListWidget": false, + "horizontalEntriesBoundaries": 1.0, + "verticalEntriesBoundaries": 1.0, + "horizontalEntriesBoundariesColumns": 50, + "verticalEntriesBoundariesRows": 1000, + "favoritesHorizontalEntriesBoundaries": 1.0, + "favoritesHorizontalEntriesBoundariesColumns": 50, + "syntaxHighlightingMode": "COLORFUL", + "isFocusModeZoomed": false + }, + "functionality": { + "inputMethod": null, + // Declares whether REI should remove the recipe book. + "disableRecipeBook": true, + // Declares whether mob effects should be on the left side instead of the right side. + "leftSideMobEffects": true, + // Declares whether subsets is enabled. + "isSubsetsEnabled": false, + "allowInventoryHighlighting": true, + "itemCheatingMode": "REI_LIKE" + } +} \ No newline at end of file diff --git a/config/roughlyenoughitems/hints.json b/config/roughlyenoughitems/hints.json new file mode 100644 index 0000000..1b89cad --- /dev/null +++ b/config/roughlyenoughitems/hints.json @@ -0,0 +1 @@ +{"UUID":"381134440bc045029a4c17903067907c","shownHints":["text.rei.hint.favorites.discover"]} \ No newline at end of file diff --git a/config/roughlyenoughitems/pinyin.properties b/config/roughlyenoughitems/pinyin.properties new file mode 100644 index 0000000..5554ad8 --- /dev/null +++ b/config/roughlyenoughitems/pinyin.properties @@ -0,0 +1,2 @@ +#Pinyin Options +#Fri Feb 17 20:15:59 CET 2023 diff --git a/config/roughlyenoughitems/pinyin_double.properties b/config/roughlyenoughitems/pinyin_double.properties new file mode 100644 index 0000000..7d4b6a1 --- /dev/null +++ b/config/roughlyenoughitems/pinyin_double.properties @@ -0,0 +1,3 @@ +#Double Pinyin Options +#Fri Feb 17 20:15:59 CET 2023 +Converter=sougou diff --git a/config/rrp.properties b/config/rrp.properties new file mode 100644 index 0000000..51639db --- /dev/null +++ b/config/rrp.properties @@ -0,0 +1,5 @@ +#number of threads RRP should use for generating resources +#Sun Oct 23 17:07:23 CEST 2022 +debug\ performance=false +threads=1 +dump\ assets=false diff --git a/config/sdrp-common.json b/config/sdrp-common.json new file mode 100644 index 0000000..04bda3c --- /dev/null +++ b/config/sdrp-common.json @@ -0,0 +1,6 @@ +{ + "clientId": 1033721224678887484, + "enabled": true, + "screenEvent": true, + "clientJoinEvent": true +} \ No newline at end of file diff --git a/config/shulkerboxtooltip.json5 b/config/shulkerboxtooltip.json5 new file mode 100644 index 0000000..790b4ac --- /dev/null +++ b/config/shulkerboxtooltip.json5 @@ -0,0 +1,156 @@ +{ + "preview": { + /* Toggles the shulker box preview. + (default value: true) + */ + "enable": true, + /* Swaps the preview modes. + If true, pressing the preview key will show the full preview instead. + (default value: false) + */ + "swapModes": false, + /* If on, the preview is always displayed, regardless of the preview key being pressed. + (default value: false) + */ + "alwaysOn": false, + /* In compact mode, how should items with the same ID but different NBT data be compacted? + IGNORE: Ignores NBT data + FIRST_ITEM: Items are displayed as all having the same NBT as the first item + SEPARATE: Separates items with different NBT data + (default value: SEPARATE) + */ + "compactPreviewNbtBehavior": "SEPARATE", + /* The max number of items in a row. + May not affect modded containers. + (default value: 9) + */ + "defaultMaxRowSize": 9, + /* If on, the client will try to send packets to servers to allow extra preview information such as ender chest previews. + (default value: true) + */ + "serverIntegration": true, + /* The theme to use for preview windows. + MOD_LIGHT: ShulkerBoxTooltip's style with vanilla colors. + MOD_DARK: ShulkerBoxTooltip's style with gray preview windows instead of white. + VANILLA: Mimics the style of vanilla bundle previews. + (default value: MOD_LIGHT) + */ + "theme": "MOD_LIGHT", + /* The position of the preview window. + INSIDE: Inside the item's tooltip. + OUTSIDE: Outside the item's tooltip, moves depending on the screen borders. + OUTSIDE_TOP: Always at the top of the item's tooltip. + OUTSIDE_BOTTOM: Always at the bottom of the item's tooltip. + (default value: INSIDE) + */ + "position": "INSIDE", + /* If on, large item counts in compact previews will be shortened. + (default value: true) + */ + "shortItemCounts": true + }, + "tooltip": { + /* Controls whether the key hints in the container's tooltip should be displayed. + (default value: true) + */ + "showKeyHints": true, + /* The tooltip to use. + VANILLA: The vanilla tooltip (shows the first 5 items) + MOD: The mod's tooltip + NONE: No tooltip + (default value: MOD) + */ + "type": "MOD", + /* Shows info about the current loot table of the item if present. + Visible only when Tooltip Type is set to Modded. + HIDE: No loot table info, default. + SIMPLE: Displays whether the stack uses a loot table. + ADVANCED: Shows the loot table used by the item. + (default value: HIDE) + */ + "lootTableInfoType": "HIDE", + /* If on, the mod hides the custom text on shulker box tooltips. + Use this option when a server-side preview data pack clashes with the mod. + (default value: false) + */ + "hideShulkerBoxLore": false + }, + "colors": { + /* Controls whether the preview window should be colored. + (default value: true) + */ + "coloredPreview": true, + "colors": { + "shulkerboxtooltip:shulker_boxes": { + // (default value: 0x976797) + "shulker_box": 0x976797, + // (default value: 0xf9fffe) + "white_shulker_box": 0xf9fffe, + // (default value: 0xf98026) + "orange_shulker_box": 0xf98026, + // (default value: 0xc74ebd) + "magenta_shulker_box": 0xc74ebd, + // (default value: 0x3ab3da) + "light_blue_shulker_box": 0x3ab3da, + // (default value: 0xfed83d) + "yellow_shulker_box": 0xfed83d, + // (default value: 0x80c726) + "lime_shulker_box": 0x80c726, + // (default value: 0xf38baa) + "pink_shulker_box": 0xf38baa, + // (default value: 0x474f52) + "gray_shulker_box": 0x474f52, + // (default value: 0x9d9d97) + "light_gray_shulker_box": 0x9d9d97, + // (default value: 0x269c9c) + "cyan_shulker_box": 0x269c9c, + // (default value: 0x8932b8) + "purple_shulker_box": 0x8932b8, + // (default value: 0x3c44aa) + "blue_shulker_box": 0x3c44aa, + // (default value: 0x835432) + "brown_shulker_box": 0x835432, + // (default value: 0x5e7c26) + "green_shulker_box": 0x5e7c26, + // (default value: 0xb02e26) + "red_shulker_box": 0xb02e26, + // (default value: 0x262626) + "black_shulker_box": 0x262626 + }, + "shulkerboxtooltip:default": { + // (default value: 0xffffff) + "default": 0xffffff, + // (default value: 0xb4b41) + "ender_chest": 0xb4b41 + } + } + }, + "controls": { + /* Press this key when hovering a container stack to open the preview window. + (default value: key.keyboard.left.shift) + */ + "previewKey": { + "code": "key.keyboard.left.shift" + }, + /* Press this key when hovering a container stack to open the full preview window. + (default value: key.keyboard.left.alt) + */ + "fullPreviewKey": { + "code": "key.keyboard.left.alt" + } + }, + "server": { + /* If on, the server will be able to provide extra information about containers to the clients with the mod installed. + Disabling this option will disable all of the options below. + (default value: true) + */ + "clientIntegration": true, + /* Changes the way the ender chest content preview is synchronized. + NONE: No synchronization, prevents clients from seeing a preview of their ender chest. + ACTIVE: Ender chest contents are synchronized when changed. + PASSIVE: Ender chest contents are synchronized when the client opens a preview. + (default value: ACTIVE) + */ + "enderChestSyncType": "ACTIVE" + } +} \ No newline at end of file diff --git a/config/sidebar_buttons.json b/config/sidebar_buttons.json new file mode 100644 index 0000000..4cf2a20 --- /dev/null +++ b/config/sidebar_buttons.json @@ -0,0 +1,17 @@ +{ + "ftbteams": { + "my_team": true + }, + "ftbquests": { + "quests": true + }, + "ftblibrary": { + "toggle.gamemode": true, + "toggle.rain": true, + "toggle.day": true, + "toggle.night": true + }, + "ftbchunks": { + "chunks": true + } +} \ No newline at end of file diff --git a/config/sihywtcamd/arthropod.json b/config/sihywtcamd/arthropod.json new file mode 100644 index 0000000..c97e67d --- /dev/null +++ b/config/sihywtcamd/arthropod.json @@ -0,0 +1,15 @@ +{ + "general": { + "noFallDamage": true, + "larvaeSpeedBonus": true + }, + "silverfish": { + "infestedEverywhere": true + }, + "spider": { + "baby": true, + "webProjectileGoal": false, + "caveSpiderJockey": true, + "caveSpiderNaturalSpawn": true + } +} \ No newline at end of file diff --git a/config/sihywtcamd/boss.json b/config/sihywtcamd/boss.json new file mode 100644 index 0000000..a89f2f3 --- /dev/null +++ b/config/sihywtcamd/boss.json @@ -0,0 +1,4 @@ +{ + "witherIncreasedHealth": true, + "witherSpawnSkeletons": true +} \ No newline at end of file diff --git a/config/sihywtcamd/end.json b/config/sihywtcamd/end.json new file mode 100644 index 0000000..72894f2 --- /dev/null +++ b/config/sihywtcamd/end.json @@ -0,0 +1,5 @@ +{ + "endermanBlindness": false, + "shulkerBlindness": false, + "endermiteInChorus": true +} \ No newline at end of file diff --git a/config/sihywtcamd/illager.json b/config/sihywtcamd/illager.json new file mode 100644 index 0000000..2edc0de --- /dev/null +++ b/config/sihywtcamd/illager.json @@ -0,0 +1,20 @@ +{ + "pillager": { + "moreEnchants": true, + "speedBonus": false + }, + "vindicator": { + "spawnInPatrols": true, + "speedBonus": false + }, + "evoker": { + "stopArrows": true, + "increasedHealth": true + }, + "illusionerInMansions": true, + "ravagerInPatrols": true, + "witch": { + "fleeGoal": true, + "moreSpawn": true + } +} \ No newline at end of file diff --git a/config/sihywtcamd/nether.json b/config/sihywtcamd/nether.json new file mode 100644 index 0000000..8448f18 --- /dev/null +++ b/config/sihywtcamd/nether.json @@ -0,0 +1,9 @@ +{ + "blazeFireCollision": true, + "ghastIncreasedHealth": true, + "magmaCubeFireCollision": true, + "piglin": { + "goldenArmor": 1, + "rideHoglin": true + } +} \ No newline at end of file diff --git a/config/sihywtcamd/overworld.json b/config/sihywtcamd/overworld.json new file mode 100644 index 0000000..03b1dce --- /dev/null +++ b/config/sihywtcamd/overworld.json @@ -0,0 +1,28 @@ +{ + "general": { + "mobsLessFear": true, + "merchantHostility": true + }, + "creeper": { + "explosionFatigue": true, + "explosionWeakness": true, + "chainExplosions": true + }, + "phantom": { + "throughBlocks": false, + "lightFear": true, + "translucent": false + }, + "slime": { + "biggerSize": true, + "canMerge": true + }, + "vex": { + "dieWithEvoker": true, + "naturalSpawnDarkForest": true + }, + "guardian": { + "naturalSpawn": false, + "silentKill": true + } +} \ No newline at end of file diff --git a/config/sihywtcamd/skeleton.json b/config/sihywtcamd/skeleton.json new file mode 100644 index 0000000..02eb4af --- /dev/null +++ b/config/sihywtcamd/skeleton.json @@ -0,0 +1,19 @@ +{ + "general": { + "fleeGoal": true, + "swimGoal": true + }, + "skeleton": { + "spectralArrow": true + }, + "stray": { + "betterSlowness": true, + "frozenArrows": true + }, + "witherSkeleton": { + "baby": true, + "fireResistant": true, + "bow": true, + "netheriteSword": true + } +} \ No newline at end of file diff --git a/config/sihywtcamd/zombie.json b/config/sihywtcamd/zombie.json new file mode 100644 index 0000000..4d1a6f9 --- /dev/null +++ b/config/sihywtcamd/zombie.json @@ -0,0 +1,17 @@ +{ + "general": { + "attackHeal": true, + "knockbackResistance": true, + "brainless": true, + "leaderAndSiege": true + }, + "husk": { + "fireResistant": true + }, + "drowned": { + "tridentSpawn": true, + "highVelocity": true, + "betterAnimation": true, + "guardianJockeySpawn": true + } +} \ No newline at end of file diff --git a/config/simplyswords/backupconfig.json b/config/simplyswords/backupconfig.json new file mode 100644 index 0000000..fe0bb32 --- /dev/null +++ b/config/simplyswords/backupconfig.json @@ -0,0 +1,4 @@ +{ + "regen_simplyswords_config_file": false, + "config_version": 1.40 +} \ No newline at end of file diff --git a/config/simplyswords/booleans.json5 b/config/simplyswords/booleans.json5 new file mode 100644 index 0000000..d303bc7 --- /dev/null +++ b/config/simplyswords/booleans.json5 @@ -0,0 +1,9 @@ +{ + "display_config_outdated_warning": true, + "add_weapons_to_loot_tables": true, + "loot_can_be_found_in_villages": true, + "enable_weapon_impact_sounds": true, + "enable_weapon_footfalls": true, + "enable_passive_particles": true, + "compat_gobber_end_weapons_unbreakable": true +} \ No newline at end of file diff --git a/config/simplyswords/effects_config.json5 b/config/simplyswords/effects_config.json5 new file mode 100644 index 0000000..5f85243 --- /dev/null +++ b/config/simplyswords/effects_config.json5 @@ -0,0 +1,273 @@ +{ +// -- EFFECTS CONFIGURATION -- + +//Chance range 0-100, where 100 = 100% chance to occur +//Radius is measured in blocks +//Duration in ticks, where 20 is equivalent to one second + +// ---------------------------- +// -- Runic Power: Swiftness -- +// ---------------------------- + "speed_chance": 15.0, + "speed_duration": 300.0, + +// ----------------------- +// -- Runic Power: Slow -- +// ----------------------- + "slowness_chance": 50.0, + "slowness_duration": 50.0, + +// ------------------------- +// -- Runic Power: Poison -- +// ------------------------- + "toxin_chance": 15.0, + "toxin_duration": 150.0, + +// ------------------------- +// -- Runic Power: Freeze -- +// ------------------------- + "freeze_chance": 15.0, + "freeze_duration": 120.0, + +// --------------------------- +// -- Runic Power: Wildfire -- +// --------------------------- + "wildfire_chance": 10.0, + "wildfire_duration": 180.0, + "wildfire_radius": 10.0, + +// ------------------------ +// -- Runic Power: Float -- +// ------------------------ + "levitation_chance": 15.0, + "levitation_duration": 50.0, + +// ------------------------- +// -- Runic Power: Zephyr -- +// ------------------------- + "zephyr_chance": 15.0, + "zephyr_duration": 180.0, + +// ---------------------------- +// -- Runic Power: Shielding -- +// ---------------------------- + "shielding_chance": 15.0, + "shielding_duration": 60.0, + +// ---------------------------- +// -- Runic Power: Stoneskin -- +// ---------------------------- + "stoneskin_chance": 15.0, + "stoneskin_duration": 120.0, + +// ----------------------------- +// -- Runic Power: Trailblaze -- +// ----------------------------- + "trailblaze_chance": 15.0, + "trailblaze_duration": 120.0, + +// ------------------------- +// -- Runic Power: Weaken -- +// ------------------------- + "weaken_chance": 15.0, + "weaken_duration": 120.0, + +// --------------------------- +// -- Runic Power: Unstable -- +// --------------------------- + "unstable_frequency": 140.0, + "unstable_duration": 140.0, + +// --------------------------------- +// -- Runic Power: Active Defence -- +// --------------------------------- + "active_defence_frequency": 20.0, + "active_defence_radius": 5.0, + +// ----------------------------- +// -- Runic Power: Frost Ward -- +// ----------------------------- + "frostward_frequency": 20.0, + "frostward_radius": 5.0, + "frostward_slow_duration": 60.0, + +// ---------------------------- +// -- Unique Effect: Watcher -- +// -- Restore amount refers to health gained from each enemy in range -- +// ---------------------------- + "watcher_chance": 5.0, + "watcher_restore_amount": 0.5, + "watcher_radius": 8.0, + +// ------------------------- +// -- Unique Effect: Omen -- +// -- Absorption amount refers to the tier of regeneration gained on proc -- +// -- Instantkill Threshold refers to the % of maxhealth an enemy must be UNDER in order for the effect to proc. Where 1 = 100% -- +// ------------------------- + "omen_chance": 75.0, + "omen_absorption_amount": 1.0, + "omen_instantkill_threshold": 0.25, + +// ------------------------------- +// -- Unique Effect: Soul Steal -- +// Duration refers to the haste, slow, and glow effects +// ------------------------------- + "steal_chance": 25.0, + "steal_duration": 400.0, + "steal_invis_duration": 120.0, + "steal_blind_duration": 200.0, + "steal_radius": 30.0, + +// ---------------------------- +// -- Unique Effect: Gravity -- +// NOT YET IMPLEMENTED +// ---------------------------- + "gravity_chance": 35.0, + "gravity_duration": 250.0, + "gravity_radius": 10.0, + +// ------------------------------ +// -- Unique Effect: Soul Meld -- +// ------------------------------ + "soulmeld_chance": 75.0, + "soulmeld_duration": 250.0, + "soulmeld_radius": 5.0, + +// ------------------------------ +// -- Unique Effect: Soul Rend -- +// ------------------------------ + "soulrend_chance": 85.0, + "soulrend_duration": 500.0, + "soulrend_rend_damage_multiplier": 3.0, + "soulrend_rend_heal_multiplier": 0.5, + "soulrend_radius": 10.0, + "soulrend_max_stacks": 8.0, + +// ----------------------------- +// -- Unique Effect: Ferocity -- +// ----------------------------- + "ferocity_chance": 75.0, + "ferocity_duration": 100.0, + "ferocity_max_stacks": 15.0, + "ferocity_strength_tier": 2.0, + +// ------------------------------ +// -- Unique Effect: Ember Ire -- +// ------------------------------ + "ember_ire_chance": 15.0, + "ember_ire_duration": 150.0, + +// ---------------------------------- +// -- Unique Effect: Volcanic Fury -- +// ---------------------------------- + "volcanic_fury_chance": 25.0, + "volcanic_fury_radius": 3.0, + "volcanic_fury_cooldown": 300.0, + "volcanic_fury_damage": 3.0, + +// -------------------------- +// -- Unique Effect: Storm -- +// -------------------------- + "storm_chance": 15.0, + "storm_radius": 10.0, + +// --------------------------- +// -- Unique Effect: Plague -- +// --------------------------- + "plague_chance": 55.0, + +// ------------------------------ +// -- Unique Effect: Brimstone -- +// ------------------------------ + "brimstone_chance": 15.0, + +// ---------------------------- +// -- Unique Effect: Bramble -- +// ---------------------------- + "bramble_chance": 45.0, + "bramble_radius": 10.0, + +// -------------------------------- +// -- Unique Effect: Soul Tether -- +// -------------------------------- + "soultether_range": 32.0, + "soultether_radius": 8.0, + "soultether_duration": 120.0, + "soultether_ignite_duration": 120.0, + "soultether_resistance_duration": 60.0, + +// ------------------------------- +// -- Unique Effect: Frost Fury -- +// ------------------------------- + "frostfury_cooldown": 380.0, + "frostfury_radius": 3.0, + "frostfury_damage": 18.0, + "frostfury_chance": 15.0, + "frostfury_duration": 80.0, + +// -------------------------------- +// -- Unique Effect: Molten Roar -- +// -------------------------------- + "moltenroar_cooldown": 320.0, + "moltenroar_radius": 5.0, + "moltenroar_knockback_strength": 5.0, + "moltenroar_chance": 15.0, + "moltenroar_duration": 100.0, + +// ---------------------------------- +// -- Unique Effect: Frost Shatter -- +// ---------------------------------- + "frostshatter_radius": 3.0, + "frostshatter_damage": 18.0, + "frostshatter_chance": 15.0, + "frostshatter_duration": 80.0, + +// ------------------------------- +// -- Unique Effect: Permafrost -- +// ------------------------------- + "permafrost_radius": 4.0, + "permafrost_damage": 1.0, + "permafrost_cooldown": 600.0, + "permafrost_duration": 200.0, + +// ----------------------------------- +// -- Unique Effect: Arcane Assault -- +// ----------------------------------- + "arcaneassault_radius": 6.0, + "arcaneassault_damage": 1.0, + "arcaneassault_cooldown": 220.0, + "arcaneassault_chance": 25.0, + "arcaneassault_duration": 120.0, + +// ---------------------------------- +// -- Unique Effect: Thunder Blitz -- +// ---------------------------------- + "thunderblitz_radius": 2.0, + "thunderblitz_damage": 3.0, + "thunderblitz_cooldown": 250.0, + "thunderblitz_chance": 15.0, + +// ------------------------------- +// -- Unique Effect: Storm Jolt -- +// ------------------------------- + "stormjolt_cooldown": 100.0, + "stormjolt_chance": 15.0, + +// --------------------------------- +// -- Unique Effect: Soul Anguish -- +// --------------------------------- + "soulanguish_radius": 3.0, + "soulanguish_damage": 1.0, + "soulanguish_cooldown": 700.0, + "soulanguish_duration": 500.0, + "soulanguish_heal": 0.5, + "soulanguish_range": 22.0, + +// ---------------------------------- +// -- Unique Effect: Shock Deflect -- +// ---------------------------------- + "shockdeflect_block_duration": 35.0, + "shockdeflect_damage": 12.0, + "shockdeflect_cooldown": 90.0, + "shockdeflect_parry_duration": 10.0 +} \ No newline at end of file diff --git a/config/simplyswords/general_config.json5 b/config/simplyswords/general_config.json5 new file mode 100644 index 0000000..91b16d4 --- /dev/null +++ b/config/simplyswords/general_config.json5 @@ -0,0 +1,19 @@ +{ +// -- GENERAL CONFIGURATION -- + +// -- Loot Table Weights -- +// The chances of loot appearing in chests. +// 1 = 100% chance +// Values are very sensitive - recommend keeping changes small +// Simply Swords loot has a chance to appear in any chest vanilla or modded, except villager chests +// ------------------------ + +// Standard Loot: Iron > Gold Weapons. Default: 0.08 + "standard_loot_table_weight": 0.08, + +// Rare Loot: Diamond & Runic Weapons. Default: 0.008 + "rare_loot_table_weight": 0.01, + +// Unique Loot: Unique Weapons. Default: 0.002 + "unique_loot_table_weight": 0.008 +} \ No newline at end of file diff --git a/config/simplyswords/weapon_attributes.json5 b/config/simplyswords/weapon_attributes.json5 new file mode 100644 index 0000000..91fef58 --- /dev/null +++ b/config/simplyswords/weapon_attributes.json5 @@ -0,0 +1,132 @@ +{ +// -- WEAPON ATTRIBUTES CONFIGURATION -- +// These values should be THE SAME ON BOTH CLIENT AND SERVER, otherwise damage tooltips will display incorrect on the client +// The damage values of weapons can be modified by adjusting their weights +// This is not the outputted damage value you see in game, but it affects it directly +// Calculation: vanilla tool material damage + base_modifier + positive_modifier - negative_modifier = actual modifier + +// -- Positive Damage Modifiers -- +// Example use-case: Adding 3 to a value below will INCREASE the in-game damage of that weapon type by 3 +// ------------------------------- + "longsword_positive_damage_modifier": 0.0, + "twinblade_positive_damage_modifier": 0.0, + "rapier_positive_damage_modifier": 0.0, + "katana_positive_damage_modifier": 0.0, + "sai_positive_damage_modifier": 0.0, + "spear_positive_damage_modifier": 0.0, + "glaive_positive_damage_modifier": 0.0, + "warglaive_positive_damage_modifier": 0.0, + "cutlass_positive_damage_modifier": 0.0, + "claymore_positive_damage_modifier": 2.0, + "greataxe_positive_damage_modifier": 3.0, + "greathammer_positive_damage_modifier": 4.0, + "chakram_positive_damage_modifier": 0.0, + "scythe_positive_damage_modifier": 1.0, + +// -- Negative Damage Modifiers -- +// Example use-case: Adding 3 to a value below will DECREASE the in-game damage of that weapon type by 3 +// ------------------------------- + "longsword_negative_damage_modifier": 0.0, + "twinblade_negative_damage_modifier": 0.0, + "rapier_negative_damage_modifier": 1.0, + "katana_negative_damage_modifier": 0.0, + "sai_negative_damage_modifier": 3.0, + "spear_negative_damage_modifier": 0.0, + "glaive_negative_damage_modifier": 0.0, + "warglaive_negative_damage_modifier": 0.0, + "cutlass_negative_damage_modifier": 0.0, + "claymore_negative_damage_modifier": 0.0, + "greataxe_negative_damage_modifier": 0.0, + "greathammer_negative_damage_modifier": 0.0, + "chakram_negative_damage_modifier": 1.0, + "scythe_negative_damage_modifier": 0.0, + +// -- Base Damage Modifiers -- +// Positive & Negative damage modifiers scale off these base values +// --------------------------- + "iron_damage_modifier": 3.0, + "gold_damage_modifier": 2.0, + "diamond_damage_modifier": 3.0, + "netherite_damage_modifier": 3.0, + "runic_damage_modifier": 3.0, + +// -- Attack Speed Modifiers -- +// Recommended range: -1.0 to -3.7, with -1.0 being fast and -3.7 being slow +// ---------------------------- + "longsword_attackspeed": -2.4, + "twinblade_attackspeed": -2.0, + "rapier_attackspeed": -1.8, + "katana_attackspeed": -2.0, + "sai_attackspeed": -1.5, + "spear_attackspeed": -2.7, + "glaive_attackspeed": -2.6, + "warglaive_attackspeed": -2.2, + "cutlass_attackspeed": -2.0, + "claymore_attackspeed": -2.8, + "greataxe_attackspeed": -3.1, + "greathammer_attackspeed": -3.2, + "chakram_attackspeed": -3.0, + "scythe_attackspeed": -2.7, + + +// -- UNIQUE ATTRIBUTES CONFIGURATION -- +// Uniques scale a little bit differently and only require one modifier +// This is not the outputted damage value you see in game, but it affects it directly +// Calculation: Vanilla netherite tool damage + damage_modifier = actual modifier + +// -- Damage Modifiers -- +// Example use-case: Adding 3 to a value below will INCREASE the in-game damage of that weapon by 3 +// ---------------------- + "brimstone_damage_modifier": 6.0, + "thewatcher_damage_modifier": 6.0, + "stormsedge_damage_modifier": 3.0, + "stormbringer_damage_modifier": 3.0, + "swordonastick_damage_modifier": 5.0, + "bramblethorn_damage_modifier": 6.0, + "watchingwarglaive_damage_modifier": 3.0, + "longswordofplague_damage_modifier": 3.0, + "emberblade_damage_modifier": 3.0, + "hearthflame_damage_modifier": 8.0, + "soulkeeper_damage_modifier": 8.0, + "twistedblade_damage_modifier": 4.0, + "soulstealer_damage_modifier": 0.0, + "soulrender_damage_modifier": 4.0, + "mjolnir_damage_modifier": 3.0, + "thedispatcher_damage_modifier": 4.0, + "soulpyre_damage_modifier": 7.0, + "frostfall_damage_modifier": 5.0, + "moltenedge_damage_modifier": 4.0, + "livyatan_damage_modifier": 4.0, + "icewhisper_damage_modifier": 7.0, + "arcanethyst_damage_modifier": 7.0, + "thunderbrand_damage_modifier": 7.0, + "lichblade_damage_modifier": 7.0, + +// -- Attack Speed Modifiers -- +// Recommended range: -1.0 to -3.7, with -1.0 being fast and -3.7 being slow +// ---------------------------- + "brimstone_attackspeed": -2.8, + "thewatcher_attackspeed": -2.8, + "stormsedge_attackspeed": -2.0, + "stormbringer_attackspeed": -2.4, + "swordonastick_attackspeed": -2.6, + "bramblethorn_attackspeed": -1.8, + "watchingwarglaive_attackspeed": -2.2, + "longswordofplague_attackspeed": -2.4, + "emberblade_attackspeed": -2.4, + "hearthflame_attackspeed": -3.2, + "soulkeeper_attackspeed": -2.9, + "twistedblade_attackspeed": -2.6, + "soulstealer_attackspeed": -1.5, + "soulrender_attackspeed": -2.4, + "mjolnir_attackspeed": -3.0, + "thedispatcher_attackspeed": -2.0, + "soulpyre_attackspeed": -3.0, + "frostfall_attackspeed": -2.5, + "moltenedge_attackspeed": -2.1, + "livyatan_attackspeed": -2.1, + "icewhisper_attackspeed": -3.1, + "arcanethyst_attackspeed": -3.1, + "thunderbrand_attackspeed": -3.1, + "lichblade_attackspeed": -3.1 +} \ No newline at end of file diff --git a/config/slightguimodifications/background.png b/config/slightguimodifications/background.png new file mode 100644 index 0000000..01ab8e9 Binary files /dev/null and b/config/slightguimodifications/background.png differ diff --git a/config/slightguimodifications/buttons.png b/config/slightguimodifications/buttons.png new file mode 100644 index 0000000..49de70d Binary files /dev/null and b/config/slightguimodifications/buttons.png differ diff --git a/config/slightguimodifications/config.json5 b/config/slightguimodifications/config.json5 new file mode 100644 index 0000000..e585bcb --- /dev/null +++ b/config/slightguimodifications/config.json5 @@ -0,0 +1,65 @@ +{ + "fluidAdvancements": false, + "fluidStatusEffects": false, + // Whether we should unlimit the hard 60 fps limit placed on the title screen. + "unlimitTitleScreenFps": true, + "openingAnimation": { + "fluidChatOpening": true, + "fluidOpenSlideFromBottom": false, + "fluidOpenFade": false, + "fluidAnimationDuration": 209, + "affectsGameMenus": true, + "affectsInventories": false, + "ignoreSlideWhenRedirected": true, + "ignoreFadeWhenRedirected": false + }, + "textFieldModifications": { + // Whether this module is enabled. + "enabled": true, + /* Set to Color to use the Border and Background Color. + Set to Texture to use resource pack: + /assets/minecraft/textures/gui/text_field.png + + More documentations on website. + */ + "backgroundMode": "TEXTURE", + "borderColor": 16334429, + "backgroundColor": 0, + "selectionMode": "INVERT", + // Whether Text Fields should allow right click actions. + "rightClickActions": false + }, + "sliderModifications": { + // Whether this module is enabled. + "enabled": true, + "grabberWidth": 8, + /* Whether to use custom texture: + /assets/slightguimodifications/textures/gui/slider(_hovered).png + or + /config/slightguimodifications/slider(_hovered).png + */ + "customBackgroundTexture": false + }, + "debugInformation": { + "showFps": false + }, + "customScaling": { + "vanillaScaleSlider": false, + "scale": 1.0 + }, + "slotHighlight": { + // Whether this module is enabled. + "enabled": true, + "color": -2130706433 + }, + "tooltipModifications": { + // Whether this module is enabled. + "enabled": false, + "backgroundColor": -267386864, + "outlineGradientTopColor": 1347420415, + "outlineGradientBottomColor": 1344798847 + }, + // Whether GUI should allow right click actions. + "rightClickActions": true, + "satisfyingScreenshots": false +} \ No newline at end of file diff --git a/config/slightguimodifications/config_button.png b/config/slightguimodifications/config_button.png new file mode 100644 index 0000000..2e0397e Binary files /dev/null and b/config/slightguimodifications/config_button.png differ diff --git a/config/slightguimodifications/config_button_hovered.png b/config/slightguimodifications/config_button_hovered.png new file mode 100644 index 0000000..7c41cce Binary files /dev/null and b/config/slightguimodifications/config_button_hovered.png differ diff --git a/config/slightguimodifications/cts.groovy b/config/slightguimodifications/cts.groovy new file mode 100644 index 0000000..d60b784 --- /dev/null +++ b/config/slightguimodifications/cts.groovy @@ -0,0 +1,152 @@ + +mainMenu { + enabled = true + + splashText { + enabled = true + splashesEnabled = false + } + + background { + clearBackgrounds() + backgroundStayLength = 50000 // 50 seconds + backgroundFadeLength = 2000 // 2 seconds fade + renderGradientShade = false + image { texture = file("config/slightguimodifications/background.png") } + } + + removeMinecraftLogo() + removeEditionBadge() + clearAllButtons() + + label { + position { + x = 2 + y { + it - 20 + } + } + + text = literal("All of Fabric 6 - 1.4.3") + shadow = true + } + + button { + position { + x {it / 2} + y {it / 2 + 5} + } + width = 150 + height = 20 + align = "center" + text = translatable("menu.singleplayer") + color = 0x0000000 + onClicked = singleplayer() + } + button { + position { + x {it / 2} + y {it / 2 + 30} + } + width = 150 + height = 20 + align = "center" + + text = translatable("menu.multiplayer") + onClicked = multiplayer() + } + + button { + position { + x {it / 2} + y { it / 2 + 55} + } + width = 150 + height = 20 + align = "center" + + text = literal("Mods") + onClicked = modMenu() + } + + button { + position { + x {it / 2} + y { it / 2 + 80} + } + width = 150 + height = 20 + align = "center" + + text = literal("Rent A Server") + onClicked = url("https://www.bisecthosting.com/AOF") + } + + /* + button { + position { + x {it / 2 + 230} + y {it / 2} + } + width = 70 + height = 20 + + text = literal("Reload") + onClicked = reloadCts() + } + */ + + button { + position { + x {it / 2 - 20} + y { it / 2 + 105} + } + width = 25 + height = 25 + align = "center" + + texture = file("config/slightguimodifications/languages_button.png") + hoveredTexture = file("config/slightguimodifications/languages_button_hovered.png") + onClicked = language() + } + + button { + position { + x {it / 2 + 60} + y { it / 2 + 105} + } + width = 25 + height = 25 + align = "center" + + texture = file("config/slightguimodifications/exit_button.png") + hoveredTexture = file("config/slightguimodifications/exit_button_hovered.png") + onClicked = exit() + } + button { + position { + x {it / 2 + 20} + y { it / 2 + 105} + } + width = 25 + height = 25 + align = "center" + + texture = file("config/slightguimodifications/config_button.png") + hoveredTexture = file("config/slightguimodifications/config_button_hovered.png") + onClicked = options() + } + button { + position { + x {it / 2 - 60} + y { it / 2 + 105} + } + width = 25 + height = 25 + align = "center" + + texture = file("config/slightguimodifications/discord_button.png") + hoveredTexture = file("config/slightguimodifications/discord_button_hovered.png") + onClicked = url("https://discord.gg/6rkdm48") + } +} \ No newline at end of file diff --git a/config/slightguimodifications/discord_button.png b/config/slightguimodifications/discord_button.png new file mode 100644 index 0000000..a81c8b0 Binary files /dev/null and b/config/slightguimodifications/discord_button.png differ diff --git a/config/slightguimodifications/discord_button_hovered.png b/config/slightguimodifications/discord_button_hovered.png new file mode 100644 index 0000000..ae14932 Binary files /dev/null and b/config/slightguimodifications/discord_button_hovered.png differ diff --git a/config/slightguimodifications/exit_button.png b/config/slightguimodifications/exit_button.png new file mode 100644 index 0000000..b080dec Binary files /dev/null and b/config/slightguimodifications/exit_button.png differ diff --git a/config/slightguimodifications/exit_button_hovered.png b/config/slightguimodifications/exit_button_hovered.png new file mode 100644 index 0000000..71d1c60 Binary files /dev/null and b/config/slightguimodifications/exit_button_hovered.png differ diff --git a/config/slightguimodifications/languages_button.png b/config/slightguimodifications/languages_button.png new file mode 100644 index 0000000..da2601e Binary files /dev/null and b/config/slightguimodifications/languages_button.png differ diff --git a/config/slightguimodifications/languages_button_hovered.png b/config/slightguimodifications/languages_button_hovered.png new file mode 100644 index 0000000..6631157 Binary files /dev/null and b/config/slightguimodifications/languages_button_hovered.png differ diff --git a/config/slightguimodifications/text_field.png b/config/slightguimodifications/text_field.png new file mode 100644 index 0000000..f113839 Binary files /dev/null and b/config/slightguimodifications/text_field.png differ diff --git a/config/sodium-extra-options.json b/config/sodium-extra-options.json new file mode 100644 index 0000000..caec4ea --- /dev/null +++ b/config/sodium-extra-options.json @@ -0,0 +1,64 @@ +{ + "animation_settings": { + "animation": true, + "water": true, + "lava": true, + "fire": true, + "portal": true, + "block_animations": true, + "sculk_sensor": true + }, + "particle_settings": { + "particles": true, + "rain_splash": true, + "block_break": true, + "block_breaking": true, + "other": {} + }, + "detail_settings": { + "sky": true, + "sun_moon": true, + "stars": true, + "rain_snow": true, + "biome_colors": true, + "sky_colors": true + }, + "render_settings": { + "fog_distance": 0, + "fog_start": 100, + "multi_dimension_fog_control": false, + "dimensionFogDistance": { + "minecraft:overworld": 0 + }, + "use_linear_flat_color_blender": false, + "light_updates": true, + "item_frame": true, + "armor_stand": true, + "painting": true, + "piston": true, + "beacon_beam": true, + "enchanting_table_book": true, + "item_frame_name_tag": true, + "player_name_tag": true + }, + "extra_settings": { + "overlay_corner": "TOP_LEFT", + "text_contrast": "NONE", + "show_fps": false, + "show_f_p_s_extended": true, + "show_coords": false, + "reduce_resolution_on_mac": true, + "use_adaptive_sync": false, + "cloud_height": 192, + "toasts": true, + "advancement_toast": true, + "recipe_toast": true, + "system_toast": true, + "tutorial_toast": true, + "instant_sneak": false, + "prevent_shaders": false + }, + "notification_settings": { + "hide_r_s_o_recommendation": false + } +} \ No newline at end of file diff --git a/config/sodium-extra.properties b/config/sodium-extra.properties new file mode 100644 index 0000000..dde224b --- /dev/null +++ b/config/sodium-extra.properties @@ -0,0 +1,7 @@ +# This is the configuration file for Sodium Extra. +# This file exists for debugging purposes and should not be configured otherwise. +# +# You can find information on editing this file and all the available options here: +# https://github.com/FlashyReese/sodium-extra-fabric/wiki/Configuration-File +# +# By default, this file will be empty except for this notice. diff --git a/config/sodium-mixins.properties b/config/sodium-mixins.properties new file mode 100644 index 0000000..2c04ad8 --- /dev/null +++ b/config/sodium-mixins.properties @@ -0,0 +1,6 @@ +# This is the configuration file for Sodium. +# +# You can find information on editing this file and all the available options here: +# https://github.com/jellysquid3/sodium-fabric/wiki/Configuration-File +# +# By default, this file will be empty except for this notice. diff --git a/config/sodium-options.json b/config/sodium-options.json new file mode 100644 index 0000000..dede9ea --- /dev/null +++ b/config/sodium-options.json @@ -0,0 +1,26 @@ +{ + "quality": { + "weather_quality": "DEFAULT", + "leaves_quality": "DEFAULT", + "enable_vignette": true + }, + "advanced": { + "arena_memory_allocator": "ASYNC", + "allow_direct_memory_access": true, + "enable_memory_tracing": false, + "use_advanced_staging_buffers": true, + "cpu_render_ahead_limit": 3 + }, + "performance": { + "chunk_builder_threads": 0, + "always_defer_chunk_updates": false, + "animate_only_visible_textures": true, + "use_entity_culling": true, + "use_particle_culling": true, + "use_fog_occlusion": true, + "use_block_face_culling": true + }, + "notifications": { + "hide_donation_button": false + } +} \ No newline at end of file diff --git a/config/spell_engine/client.json5 b/config/spell_engine/client.json5 new file mode 100644 index 0000000..1fd6bca --- /dev/null +++ b/config/spell_engine/client.json5 @@ -0,0 +1,16 @@ +{ + "autoRelease": true, + "highlightTarget": true, + "stickyTarget": true, + "filterInvalidTargets": true, + "restartCastingWhenSwitchingSpell": false, + "collapseSpellHotbar": true, + "collapsedIndicators": true, + "indicateActiveHotbar": true, + "showFocusedHotbarOnly": false, + "lockHotbarOnRightClick": false, + "unlockHotbarOnEscape": false, + "alwaysShowFullTooltip": false, + "showSpellBindingTooltip": true, + "showSpellCastErrors": true +} \ No newline at end of file diff --git a/config/spell_engine/enchantments.json b/config/spell_engine/enchantments.json new file mode 100644 index 0000000..85c0863 --- /dev/null +++ b/config/spell_engine/enchantments.json @@ -0,0 +1,9 @@ +{ + "infinity": { + "enabled": true, + "max_level": 1, + "min_cost": 20, + "step_cost": 30, + "bonus_per_level": 1.0 + } +} \ No newline at end of file diff --git a/config/spell_engine/hud_config.json b/config/spell_engine/hud_config.json new file mode 100644 index 0000000..b17c422 --- /dev/null +++ b/config/spell_engine/hud_config.json @@ -0,0 +1,40 @@ +{ + "castbar": { + "base": { + "origin": "BOTTOM", + "offset": { + "field_1343": 0.0, + "field_1342": -27.0 + } + }, + "target": { + "visible": false, + "offset": { + "field_1343": 0.0, + "field_1342": -12.0 + } + }, + "icon": { + "visible": true, + "offset": { + "field_1343": -8.0, + "field_1342": -25.0 + } + }, + "width": 172 + }, + "hotbar": { + "origin": "BOTTOM", + "offset": { + "field_1343": -160.0, + "field_1342": -11.0 + } + }, + "error_message": { + "origin": "BOTTOM", + "offset": { + "field_1343": 0.0, + "field_1342": -80.0 + } + } +} \ No newline at end of file diff --git a/config/spell_engine/server.json5 b/config/spell_engine/server.json5 new file mode 100644 index 0000000..29bcecd --- /dev/null +++ b/config/spell_engine/server.json5 @@ -0,0 +1,32 @@ +{ + // Spell caster items in the offhand can be used + "offhand_casting_allowed": false, + // Allow spells to bypass invulnerability frames. This is required in order for high attack frequency spells (such as beams) to work. + "bypass_iframes": true, + // Spell haste reduces the cooldown time of abilities + "haste_affects_cooldown": true, + // Spell costs exhausts (hunger) will be multiplied with this value. Set `0` for no exhaust. + "spell_cost_exhaust_multiplier": 1.0, + // Spells should cost items. Set `false` to remove rune (or other item) cost from all spells. + "spell_cost_item_allowed": true, + // Spells should damage items on use. Set `false` to disable. + "spell_cost_durability_allowed": true, + // If set true, a Fireball doesn't collide with an ally, a healing projectile doesn't collide with an enemy + "projectiles_pass_thru_irrelevant_targets": true, + /* Allow actions based on relations: + +----------------+-----------+----------+----------+ + | | FRIENDLY | NEUTRAL | HOSTILE | + +----------------+-----------+----------+----------+ + | DIRECT DAMAGE | 🚫 | ✅ | ✅ | + | AREA DAMAGE | 🚫 | 🚫 | ✅ | + | DIRECT HEALING | ✅ | ✅ | 🚫 | + | AREA HEALING | ✅ | 🚫 | 🚫 | + +----------------+-----------+----------+----------+ + Entities within the same team are considered FRIENDLY + */ + "player_relation_to_teamless_players": "NEUTRAL", + "player_relation_to_villagers": "NEUTRAL", + "player_relation_to_passives": "HOSTILE", + "player_relation_to_hostiles": "HOSTILE", + "player_relation_to_other": "HOSTILE" +} \ No newline at end of file diff --git a/config/spell_power/attributes.json b/config/spell_power/attributes.json new file mode 100644 index 0000000..7033e09 --- /dev/null +++ b/config/spell_power/attributes.json @@ -0,0 +1,4 @@ +{ + "base_spell_critical_chance_percentage": 5.0, + "base_spell_critical_damage_percentage": 50.0 +} \ No newline at end of file diff --git a/config/spell_power/enchantments.json b/config/spell_power/enchantments.json new file mode 100644 index 0000000..e2cca73 --- /dev/null +++ b/config/spell_power/enchantments.json @@ -0,0 +1,65 @@ +{ + "spell_power": { + "requires": "MAGICAL_WEAPON", + "enabled": true, + "max_level": 5, + "min_cost": 10, + "step_cost": 9, + "bonus_per_level": 0.05 + }, + "soulfrost": { + "requires": "MAGICAL_ARMOR", + "enabled": true, + "max_level": 5, + "min_cost": 10, + "step_cost": 9, + "bonus_per_level": 0.05 + }, + "sunfire": { + "requires": "MAGICAL_ARMOR", + "enabled": true, + "max_level": 5, + "min_cost": 10, + "step_cost": 9, + "bonus_per_level": 0.05 + }, + "energize": { + "requires": "MAGICAL_ARMOR", + "enabled": false, + "max_level": 5, + "min_cost": 10, + "step_cost": 9, + "bonus_per_level": 0.05 + }, + "critical_chance": { + "requires": "MAGICAL_ARMOR", + "enabled": true, + "max_level": 5, + "min_cost": 10, + "step_cost": 12, + "bonus_per_level": 0.04 + }, + "critical_damage": { + "requires": "MAGICAL_ARMOR", + "enabled": true, + "max_level": 5, + "min_cost": 10, + "step_cost": 12, + "bonus_per_level": 0.1 + }, + "haste": { + "requires": "MAGICAL_WEAPON", + "enabled": true, + "max_level": 5, + "min_cost": 15, + "step_cost": 17, + "bonus_per_level": 0.05 + }, + "magic_protection": { + "enabled": true, + "max_level": 4, + "min_cost": 3, + "step_cost": 6, + "bonus_per_level": 2.0 + } +} \ No newline at end of file diff --git a/config/spell_power/status_effects.json b/config/spell_power/status_effects.json new file mode 100644 index 0000000..48d88ab --- /dev/null +++ b/config/spell_power/status_effects.json @@ -0,0 +1,58 @@ +{ + "effects": { + "healing": { + "raw_id": 733, + "color": 6750054, + "udid": "4eccd93c-4a63-11ed-b878-0242ac120002", + "bonus_per_stack": 0.2 + }, + "arcane": { + "raw_id": 730, + "color": 16738047, + "udid": "e8222db4-6c3c-4bbe-bacb-6e8d07e96e8b", + "bonus_per_stack": 0.2 + }, + "soul": { + "raw_id": 735, + "color": 3003610, + "udid": "5515bafc-4a63-11ed-b878-0242ac120002", + "bonus_per_stack": 0.2 + }, + "critical_chance": { + "raw_id": 736, + "color": 16777164, + "udid": "0e0ddd12-0646-42b7-8daf-36b4ccf524df", + "bonus_per_stack": 0.05 + }, + "critical_damage": { + "raw_id": 737, + "color": 16764108, + "udid": "0612ed2a-3ce5-11ed-b878-0242ac120002", + "bonus_per_stack": 0.1 + }, + "lightning": { + "raw_id": 734, + "color": 16777113, + "udid": "48a773c8-4a63-11ed-b878-0242ac120002", + "bonus_per_stack": 0.2 + }, + "frost": { + "raw_id": 732, + "color": 13434879, + "udid": "41569be6-3cce-11ed-a261-0242ac120002", + "bonus_per_stack": 0.2 + }, + "haste": { + "raw_id": 738, + "color": 16764159, + "udid": "092f4f58-3ce5-11ed-b878-0242ac120002", + "bonus_per_stack": 0.05 + }, + "fire": { + "raw_id": 731, + "color": 16724736, + "udid": "3c06c1d4-3cce-11ed-a261-0242ac120002", + "bonus_per_stack": 0.2 + } + } +} \ No newline at end of file diff --git a/config/spiceoffabric.hjson b/config/spiceoffabric.hjson new file mode 100644 index 0000000..5b0a86d --- /dev/null +++ b/config/spiceoffabric.hjson @@ -0,0 +1,88 @@ +{ + // Must be set on the server! + // Whether the players will be able to see how many foods ago they ate an item directly on the item. + // When set to SIMPLE, just this information will be shown. + // If set to EXTENDED, there'll also be information on how many other foods the player needs to eat to restore the nutrition value. + // With NONE this tooltip is hidden. + // default: NONE + show-last-eaten-tips: NONE + // Edit the expressions that are used for calculating the player stats after respawning. + // Expressions are mathematical terms with the following variables: + // hunger is the amount of hunger the player had when dying + // saturation is the amount of hunger the player had when dying + respawn: { + // Expression that determines the hunger level after a fresh respawn + // default: max(14, hunger) + // Must be a valid expression + hunger: max(14, hunger) + // Expression that determines the saturation level after a fresh respawn + // default: saturation + // Must be a valid expression + saturation: saturation + // Sets whether the food history should be cleaned at death + // default: false + reset-history: false + // Sets whether the player's maximum hearts should be reset in carrot mode after death + // default: false + reset-carrot-mode: false + } + // Change the expressions used for calculating the various food properties. + // Expressions are mathematical terms with the following variables: + // timesEaten is the number of times the current food + // hungerValue is the game defined hunger value for the current item + // saturationValue is the saturation modifier defined for the current item + // consumeDuration is the time in ticks it takes the player to consume the current item + food: { + // Expression that determines the food level to restore when eating a food item + // default: hungerValue * power(0.7, timesEaten) + // Must be a valid expression + hunger: hungerValue + // Expression that determines the saturation modifier for a food item + // default: saturationValue + // Must be a valid expression + saturation: saturationValue + // Expression that determines the time requited to consume an item, given in ticks + // default: consumeDuration * power(1.3, timesEaten) + // Must be a valid expression + consume-duration: consumeDuration + // Sets the amount of last eaten foods to use for the calculations in this category + // default: 20 + // Must be greater or equal to 0 + history-length: 0 + } + // The good ol' carrot style. + // Carrot style means, that you start with a certain amount of hearts and gain more by eating unique foods. + carrot: { + // Enables the carrot style module. + // default: false + enable: true + // Specifies an offset in health points (half hearts) from default health. + // Default health in vanilla is 20 but that may change through mods like Origins. + // The resulting value will be floored before use. + // default: 0.6 * baseHealth + max(2 * floor(log2(uniqueFoodsEaten)), 0) + health-formula: 1.0 * baseHealth + max(2 * floor(log2(uniqueFoodsEaten)), 0) + // Specifies the maximum number of health points (half hearts) a player can get to through carrot mode. + // When 0, carrot mode is effectively disabled. (Why would you do this? :P) + // When -1, you can gain a basically infinite amount of hearts. + // default: -1 + // Must be inclusively between -1 and 200 + max-health: -1 + } + // Settings concerning the items of this mod. + // + // Install the mod "Polymer" if you want to use these items server-side only. + // You can generate the resource pack with the command "/polymer generate". + // + // Otherwise the mod has to be installed on the client as well. + items: { + // Enable a low end food container that can be crafted from paper and holds up to 5 stacks of food. + // default: false + enable-paper-bag: false + // Enable a food container that can be crafted from planks and gold and holds up to 9 stacks of food. + // default: false + enable-lunch-box: false + // Enable a food container that can be crafted from bamboo and holds up to 9 stacks of food. + // default: false + enable-picnic-basket: false + } +} \ No newline at end of file diff --git a/config/spirit.json b/config/spirit.json new file mode 100644 index 0000000..3a03f69 --- /dev/null +++ b/config/spirit.json @@ -0,0 +1 @@ +DataResult[Left[{"crudeSoulCrystalCap":256,"initialTierName":"spirit.soul_cage.tier_0","showChippedError":true,"collectFromSoulless":false,"soulPedestalRange":3}]] \ No newline at end of file diff --git a/config/status-effect-bars.json b/config/status-effect-bars.json new file mode 100644 index 0000000..98fdd50 --- /dev/null +++ b/config/status-effect-bars.json @@ -0,0 +1,27 @@ +{ + "colorMode": "EFFECT_COLOR", + "backgroundColor": -2147483648, + "beneficialForegroundColor": -2130706433, + "harmfulForegroundColor": -2130706433, + "neutralForegroundColor": -2130706433, + "maxRemainingDuration": 2147483647, + "minAmbientAge": 90, + "hudLayout": { + "enabled": true, + "direction": "LEFT_TO_RIGHT", + "relativeToEnd": true, + "thickness": 1, + "collinearPadding": 3, + "collinearOffset": 0, + "orthogonalOffset": 2 + }, + "inventoryLayout": { + "enabled": true, + "direction": "LEFT_TO_RIGHT", + "relativeToEnd": true, + "thickness": 1, + "collinearPadding": 4, + "collinearOffset": 0, + "orthogonalOffset": 3 + } +} \ No newline at end of file diff --git a/config/stoneholm.json5 b/config/stoneholm.json5 new file mode 100644 index 0000000..4bc0da5 --- /dev/null +++ b/config/stoneholm.json5 @@ -0,0 +1,4 @@ +{ + // How many iterations of jigsaw generation we do when generating the village. (Default: 10) + "VILLAGE_SIZE": 10 +} \ No newline at end of file diff --git a/config/strongersnowballs.json b/config/strongersnowballs.json new file mode 100644 index 0000000..eab2086 --- /dev/null +++ b/config/strongersnowballs.json @@ -0,0 +1,10 @@ +{ + "snowballDamage": 3.0, + "slownessEffect": { + "enabled": true, + "durationTicks": 35, + "amplifier": 10, + "chance": 1.0 + }, + "damageAllMobs": false +} \ No newline at end of file diff --git a/config/supplementaries-client.json b/config/supplementaries-client.json new file mode 100644 index 0000000..7070d3a --- /dev/null +++ b/config/supplementaries-client.json @@ -0,0 +1,115 @@ +{ + "blocks": { + "globe": { + "random_world": true + }, + "notice_board": { + "centered_text": true + }, + "clock_block": { + "24h_format": true + }, + "pedestal": { + "spin": true, + "speed": 2.0, + "fancy_renderers": true + }, + "bubble_block": { + "wobble": 0.2, + "grow_speed": 0.4 + }, + "item_shelf": { + "supported_blocks": true + }, + "wind_vane": { + "power_scaling": 3.0, + "max_angle_1": 30.0, + "max_angle_2": 10.0, + "period_1": 450.0, + "period_2": 150.0 + }, + "flag": { + "slowness": 100, + "wavyness": 4.0, + "intensity": 1.0, + "intensity_increment": 0.3, + "fanciness": "FABULOUS", + "render_as_banner": false + }, + "captured_mobs": { + "tickable_inside_jars": [ + "iceandfire:pixie", + "druidcraft:dreadfish", + "druidcraft:lunar_moth", + "alexsmobs:hummingbird" + ] + }, + "wall_lantern": { + "fast_lanterns": false + }, + "hanging_sign": { + "fast_signs": false + }, + "bamboo_spikes": { + "populate_creative_tab": true + }, + "turn_table": { + "turn_particles": true + }, + "speaker_block": { + "mute_narrator": false + }, + "rope": { + "wobbling_amplitude": 1.2, + "wobbling_period": 12.0 + } + }, + "particles": { + "turn_particle": { + "initial_color": "2a77ea", + "fade_color": "32befa" + } + }, + "general": { + "config_button": false, + "tooltip_hints": true, + "placeable_tooltips": true, + "custom_configured_screen": true, + "test1": 0.0, + "test2": 0.0, + "test3": 0.0 + }, + "tweaks": { + "brewing_stand_colors": true, + "crossbows_colors": true, + "clock_right_click": true, + "compass_right_click": false, + "placeable_books_glint": false, + "banner_pattern_tooltip": true, + "paintings_tooltip": true, + "mob_head_shaders": true + }, + "items": { + "slingshot": { + "overlay": true, + "stasis_block_outline": true, + "block_outline_color": "ffffff66", + "projectile_scale": 0.5 + }, + "quiver": { + "armor_render_offset": -1.0, + "render_mode": "THIGH", + "skeleton_render_mode": "THIGH", + "overlay": true, + "mouse_movement_in_gui": true, + "gui_x_offset": 0, + "gui_y_offset": 0 + }, + "wrench": { + "turn_particles": true + }, + "flute": { + "note_particles": true + } + } +} \ No newline at end of file diff --git a/config/supplementaries-common.json b/config/supplementaries-common.json new file mode 100644 index 0000000..aac3c18 --- /dev/null +++ b/config/supplementaries-common.json @@ -0,0 +1,361 @@ +{ + "redstone": { + "speaker_block": { + "enabled": true, + "narrator_enabled": true, + "range": 64 + }, + "bellows": { + "enabled": true, + "base_period": 78, + "power_scaling": 2.0, + "base_velocity_scaling": 5.0, + "velocity_changed_flag": true, + "range": 5 + }, + "spring_launcher": { + "enabled": true, + "velocity": 1.5, + "fall_height_required": 5 + }, + "enderman_head": { + "enabled": true, + "ticks_to_increase_power": 15, + "work_from_any_side": false + }, + "turn_table": { + "enabled": true, + "rotate_entities": true + }, + "wind_vane": true, + "clock_block": true, + "redstone_illuminator": true, + "crank": true, + "faucet": true, + "cog_block": true, + "gold_door": true, + "gold_trapdoor": true, + "lock_block": true, + "dispenser_minecart": true, + "crystal_display": true, + "relayer": true, + "pulley_block": true + }, + "utilities": { + "rope": { + "enabled": true, + "block_side_attachment": true, + "slide_on_fall": true, + "rope_override": "supplementaries:rope" + }, + "jar": { + "enabled": true, + "capacity": 12, + "drink_from_jar": false, + "drink_from_jar_item": false, + "jar_auto_detect": false, + "jar_capture": true, + "jar_cookies": true, + "jar_liquids": true + }, + "hourglass": { + "enabled": true, + "sugar_time": 40, + "sand_time": 70, + "concrete_time": 105, + "dust_time": 150, + "glowstone_time": 190, + "blaze_powder_time": 277, + "redstone_time": 400, + "slime_time": 1750, + "honey_time": 2000 + }, + "cage": { + "enabled": true, + "allow_all_mobs": false, + "cage_allow_all_babies": false, + "cage_auto_detect": false, + "persistent_mobs": false, + "health_threshold": 100 + }, + "safe": { + "enabled": true, + "prevent_breaking": false, + "simple_safes": false + }, + "sack": { + "enabled": true, + "sack_penalty": true, + "sack_increment": 2, + "slots": 9 + }, + "bamboo_spikes": { + "enabled": true, + "tipped_spikes": true, + "player_loot": false, + "alternative_mode": true + }, + "urn": { + "enabled": true, + "critter_spawn_chance": 0.009999999776482582, + "cave_urns": { + "enabled": true, + "attempts_per_patch": 4, + "spawn_attempts": 7 + } + }, + "soap": { + "enabled": true, + "clean_blacklist": [ + "minecraft:glazed_terracotta" + ] + }, + "flax": { + "enabled": true, + "wild_flax": { + "enabled": true, + "rarity": 6, + "attempts_per_patch": 35 + } + }, + "fodder": true, + "present": true + }, + "building": { + "blackboard": { + "enabled": true, + "colored_blackboard": true, + "interaction_mode": "BOTH" + }, + "timber_frame": { + "enabled": true, + "swap_on_shift": false, + "axes_strip": true, + "replace_daub": true + }, + "iron_gate": { + "enabled": true, + "double_opening": true, + "door-like_gates": false + }, + "item_shelf": { + "enabled": true, + "climbable_shelves": false + }, + "sugar_cube": { + "enabled": true, + "horse_speed_duration": 10 + }, + "planter": { + "enabled": true, + "broken_by_sapling": true + }, + "notice_board": { + "enabled": true, + "allow_any_item": false + }, + "pedestal": { + "enabled": true, + "crystal_enchanting": 3 + }, + "ash": { + "enabled": true, + "ash_from_fire": true, + "rain_wash_ash": true, + "basalt_ash": { + "enabled": true, + "attempts_per_patch": 36, + "spawn_attempts": 15 + } + }, + "flag": { + "enabled": true, + "stick_pole": true, + "pole_length": 16 + }, + "goblet": { + "enabled": true, + "allow_drinking": true + }, + "globe": { + "enabled": true, + "sepia_globe": true, + "chance": 2 + }, + "sign_post": { + "enabled": true, + "way_sign": { + "enabled": true, + "show_distance_text": true + } + }, + "daub": true, + "ash_brick": true, + "lapis_bricks": true, + "deepslate_lamp": true, + "end_stone_lamp": true, + "blackstone_lamp": true, + "stone_lamp": true, + "stone_tile": true, + "blackstone_tile": true, + "sconce": true, + "sconce_lever": true, + "sconce_green": false, + "pancake": true, + "netherite_door": true, + "netherite_trapdoor": true, + "silver_door": true, + "silver_trapdoor": true, + "lead_door": true, + "lead_trapdoor": true, + "hanging_sign": true, + "crimson_lantern": true, + "copper_lantern": true, + "checker_block": true, + "raked_gravel": true, + "feather_block": true, + "statue": true, + "flower_box": true, + "doormat": true, + "flint_block": true, + "candle_holder": true + }, + "tools": { + "quiver": { + "enabled": true, + "use_without_slow": true, + "slots": 6, + "quiver_skeleton_chance": 0.2, + "only_works_in_curio": false, + "quiver_pickup": true + }, + "bubble_blower": { + "enabled": true, + "stasis_cost": 5, + "bubble_block": { + "lifetime": 1200, + "break_when_touched": true, + "feather_falling_prevents_breaking": true + } + }, + "wrench": { + "enabled": true, + "bypass_when_on": "MAIN_HAND" + }, + "rope_arrow": { + "enabled": true, + "capacity": 32, + "exclusive_to_crossbows": false + }, + "flute": { + "enabled": true, + "unbound_radius": 64, + "bound_distance": 64 + }, + "bomb": { + "enabled": true, + "explosion_radius": 2.0, + "break_blocks": "WEAK", + "bomb_fuse": 0, + "blue_bomb": { + "explosion_radius": 5.15, + "break_blocks": "WEAK" + } + }, + "slingshot": { + "enabled": true, + "range_multiplier": 1.0, + "charge_time": 20, + "stasis_deceleration": 0.9625, + "unrestricted_enderman_intercept": true + }, + "antique_ink": true, + "candy": true, + "stasis": true + }, + "general": { + "creative_tab": false, + "dispensers": true, + "jar_tab": false, + "debug_save_dynamic_pack": false, + "server_protection": false, + "red_merchant_spawn_multiplier": 1.0 + }, + "tweaks": { + "shulker_helmet": { + "enabled": true + }, + "traders_open_doors": { + "enabled": true + }, + "dispenser_tweaks": { + "axe_strip": true, + "shoot_ender_pearls": true + }, + "cake_tweaks": { + "double_cake": true, + "directional_cake": true + }, + "mob_head_tweaks": { + "skull_piles": true, + "skull_candles": true, + "multiple_candles": true + }, + "hanging_flower_pots": { + "enabled": true + }, + "throwable_bricks": { + "enabled": true + }, + "lantern_tweaks": { + "enabled": true, + "high_priority": true, + "mod_blacklist": [ + "extlights", + "betterendforge", + "tconstruct", + "enigmaticlegacy" + ], + "fallin_lanterns": "ON" + }, + "bells_tweaks": { + "chain_ringing": true, + "chain_length": 16 + }, + "placeable_sticks": { + "sticks": true, + "blaze_rods": true + }, + "placeable_gunpowder": { + "enabled": true, + "speed": 2, + "spread_age": 2 + }, + "raked_gravel": { + "enabled": true + }, + "bottle_xp": { + "enabled": false, + "cost": 2 + }, + "map_tweaks": { + "random_adventurer_maps": true, + "block_map_markers": true + }, + "ceiling_banners": { + "enabled": true + }, + "placeable_books": { + "enabled": true, + "book_power": 1.0, + "enchanted_book_power": 1.334, + "mixed_books": false + }, + "zombie_horse": { + "zombie_horse_conversion": true, + "rotten_flesh": 64, + "rideable_underwater": true, + "zombie_horse_inverse_conversion": true + } + } +} \ No newline at end of file diff --git a/config/supplementaries-registry.json b/config/supplementaries-registry.json new file mode 100644 index 0000000..a6d236a --- /dev/null +++ b/config/supplementaries-registry.json @@ -0,0 +1,100 @@ +{ + "general": { + "creative_tab": false, + "dispensers": true, + "jar_tab": false, + "custom_configured_screen": true, + "debug_save_dynamic_pack": false + }, + "blocks": { + "planter": true, + "clock_block": true, + "pedestal": true, + "wind_vane": true, + "redstone_illuminator": true, + "notice_board": true, + "crank": true, + "jar": true, + "faucet": true, + "turn_table": true, + "spring_launcher": true, + "speaker_block": true, + "sign_post": true, + "hanging_sign": true, + "bellows": true, + "sconce": true, + "sconce_green": false, + "cage": true, + "item_shelf": true, + "sconce_lever": true, + "cog_block": true, + "globe": true, + "hourglass": true, + "sack": true, + "blackboard": true, + "safe": true, + "copper_lantern": true, + "gold_trapdoor": true, + "gold_door": true, + "bamboo_spikes": true, + "bamboo_spikes_tipped": true, + "stone_lamp": true, + "end_stone_lamp": true, + "blackstone_lamp": true, + "deepslate_lamp": true, + "checker_block": true, + "netherite_door": true, + "netherite_trapdoor": true, + "lock_block": true, + "flax": true, + "rope": true, + "pulley_block": true, + "fodder": true, + "crimson_lantern": true, + "daub": true, + "wattle_and_daub": true, + "timber_frame": true, + "flag": true, + "stone_tile": true, + "goblet": true, + "raked_gravel": true, + "statue": true, + "iron_gate": true, + "feather_block": true, + "flint_block": true, + "urn": true, + "ash": true, + "ash_bricks": true, + "doormat": true, + "flower_box": true, + "blackstone_tile": true, + "globe_sepia": true, + "present": true, + "sugar_cube": true, + "crystal_display": true, + "lapis_bricks": true, + "relayer": true, + "candle_holder": true, + "enderman_head": true, + "silver_trapdoor": true, + "silver_door": true, + "lead_trapdoor": true, + "lead_door": true + }, + "items": { + "flute": true, + "stasis": true, + "dispenser_minecart": true, + "soap": true, + "bubble_blower": true, + "antique_ink": true, + "shulker_shell": true, + "candy": true, + "wrench": true, + "quiver": true, + "slingshot": true, + "rope_arrow": true, + "bomb": true, + "pancake": true + } +} \ No newline at end of file diff --git a/config/survivalisland.json b/config/survivalisland.json new file mode 100644 index 0000000..52d4f95 --- /dev/null +++ b/config/survivalisland.json @@ -0,0 +1,13 @@ +{ + "islandSize": 128.0, + "islandSeperation": 800, + "domainWarpNoise": { + "octaves": 1, + "horizontalFrequency": 24.0, + "verticalFrequency": 24.0, + "amplitude": 14.0, + "lacunarity": 1.9, + "persistence": 1.9 + }, + "hardcoreMode": false +} \ No newline at end of file diff --git a/config/swampier_swamps.json5 b/config/swampier_swamps.json5 new file mode 100644 index 0000000..63ae39d --- /dev/null +++ b/config/swampier_swamps.json5 @@ -0,0 +1,75 @@ +{ + "SSCommonConfig": { + /* This can be used to adjust how far away from Water, Fertile Farmland + can turn into Moist Fertile Farmland. Vanilla Farmland uses 4 as its value. + */ + "waterRange": 3, + // The multiplier used to speed up Crop growth. + "growthMultiplier": 6, + // This can be used to alter how big the Swamp Gas explosions are. + "explosionStrength": 6, + /* Whether the Swamp Gas Cloud will give Living Entities negative effects, + when they walk through it (for example Effects like Poison). + */ + "givesNegativeEffects": true, + // This can be used to prevent Swamp Gas from being used as Furnace Fuel. + "isFurnaceFuel": true, + // How long the Swamp Gas fuels a Furnace. (Measured in Ticks) + "burnTime": 4000, + // This can be used to prevent Frogs from becoming "killers" when named Swallow Me Waldo. + "allowWaldo": true, + /* This value is a Damage multiplier for the "Swallow Me Waldo" Frog, meaning + the value used will be multiplied with the Waldo Frogs base damage. (10 by Default) + This can get out of hand quickly, so be careful with it. Unless you want a + Frog that can swallow a Wither. + */ + "waldoDamageModifier": 2, + /* This can be used to disable all changes done to Brewing by Swampier Swamps, in case + of compatibility issues, or any other reason. + The changes are: + * Altered Leaping Potion Recipe to use Frog Legs instead of Rabbit Paws + + Added Recipe for Luck Potions, crafted with Rabbit Paws + */ + "alterRecipes": true, + /* Used to determine whether Bald Cypress Trees can grow from planting Oak Saplings + in a 2x2 pattern. (Like Big Jungle Trees) + Values: + 0: Disables Bald Cypress growth from Oak Saplings completely + 1: Bald Cypresses only grow from Oak Saplings, in Biomes specified in #can_bald_cypress_grow_in + 2: Enables Bald Cypress growth from Oak Saplings, in all biomes + */ + "growBaldCypressFromSaplings": 2, + /* This is used to determine whether Lily Pads break once they reach their final sink stage. + Values: + true: Lily Pads will break + false: Lily Pads wont break, and instead become collision-less (like dripleafs) + */ + "doLilyPadsBreak": true, + /* Whether Lily Pads should grow. To be specific, this makes Small Lily Pads grow into + Lily Pads, which grow into Large Lily Pads. And lastly Large Lily Pads create Small + ones around themselves. + Values: + 0: Disables Lily Pad growth completely + 1: Lily Pads only grow in Biomes specified in #can_lily_pad_grow_in + 2: Enables Lily Pad growth in all biomes + */ + "shouldLilyPadsGrow": 1, + /* These values control how long it takes for the Lily Pad to advance/reset its sink stage. + This is measured in ticks. + */ + "lilyPadSinkTimeStage1": 5, + "lilyPadSinkTimeStage2": 5, + "lilyPadSinkTimeStage3": 10, + "lilyPadResetTime": 20 + }, + "SSClientConfig": { + /* Toggles whether Dragonflies should be rendered with size variations. This + setting is purely cosmetic, and does not affect the Hit Boxes. + */ + "randomizeDragonflySizes": true, + /* This value is used to Randomize the Dragonfly sizes, smaller values result + in smaller difference in between the Dragonfly sizes. + */ + "dragonflySizeModifier": 10 + } +} \ No newline at end of file diff --git a/config/takesapillage.json b/config/takesapillage.json new file mode 100644 index 0000000..9297d9c --- /dev/null +++ b/config/takesapillage.json @@ -0,0 +1,5 @@ +{ + "REPLACE_IRON_GOLEMS": false, + "REMOVE_BAD_OMEN": false, + "DO_PILLAGE_SIEGES": true +} \ No newline at end of file diff --git a/config/techreborn/generators.json b/config/techreborn/generators.json new file mode 100644 index 0000000..8cdec23 --- /dev/null +++ b/config/techreborn/generators.json @@ -0,0 +1,206 @@ +{ + "lightning_rod": { + "LightningRodChanceOfStrike": { + "comment": "Chance of lightning striking a rod (Range: 0-70)", + "value": 24 + }, + "LightningRodMaxOutput": { + "comment": "Lightning Rod Max Output (Energy per tick)", + "value": 2048 + }, + "LightningRodMaxEnergy": { + "comment": "Lightning Rod Max Energy", + "value": 100000000 + }, + "LightningRodBaseStrikeEnergy": { + "comment": "Base amount of Energy per strike", + "value": 262144 + } + }, + "dragon_egg_siphoner": { + "DragonEggSiphonerMaxEnergy": { + "comment": "Dragon Egg Siphoner Max Energy", + "value": 1000 + }, + "DragonEggSiphonerMaxOutput": { + "comment": "Dragon Egg Siphoner Max Output (Energy per tick)", + "value": 128 + }, + "DragonEggSiphonerEnergyPerTick": { + "comment": "Dragon Egg Siphoner Energy Per Tick", + "value": 4 + } + }, + "water_mill": { + "WaterMillMaxOutput": { + "comment": "Water Mill Max Output (Energy per tick)", + "value": 32 + }, + "WaterMillMaxEnergy": { + "comment": "Water Mill Max Energy", + "value": 1000 + }, + "WaterMillEnergyPerTick": { + "comment": "Water Mill generation rate per water block (Energy per tick)", + "value": 0.1 + } + }, + "wind_mill": { + "WindMillMaxEnergy": { + "comment": "Wind Mill Max Energy", + "value": 10000 + }, + "WindMillMaxOutput": { + "comment": "Wind Mill Max Output (Energy per tick)", + "value": 128 + }, + "WindMillEnergyPerTick": { + "comment": "Wind Mill generation rate (Energy Per Tick)", + "value": 2 + }, + "WindMillThunderMultiplier": { + "comment": "Wind Mill Thunder Multiplier", + "value": 1.25 + } + }, + "plasma_generator": { + "PlasmaGeneratorEnergyPerTick": { + "comment": "Plasma Generator Energy Per Tick", + "value": 400 + }, + "PlasmaGeneratorMaxOutput": { + "comment": "Plasma Generator Max Output (Energy per tick)", + "value": 2048 + }, + "PlasmaGeneratorMaxEnergy": { + "comment": "Plasma Generator Max Energy", + "value": 500000000 + } + }, + "solarPanelBasic": { + "basicNightRate": { + "comment": "Generation rate during night for Basic Solar Panel (Energy per tick)", + "value": 0 + }, + "basicDayRate": { + "comment": "Generation rate during day for Basic Solar Panel (Energy per tick)", + "value": 3 + } + }, + "thermal_generator": { + "ThermalGeneratorMaxEnergy": { + "comment": "Thermal Generator Max Energy", + "value": 1000000 + }, + "ThermalGeneratorEnergyPerTick": { + "comment": "Thermal Generator Energy Per Tick", + "value": 16 + }, + "ThermalGeneratorMaxOutput": { + "comment": "Thermal Generator Max Output (Energy per tick)", + "value": 128 + } + }, + "solarPanelAdvanced": { + "advancedNightRate": { + "comment": "Generation rate during night for Advanced Solar Panel (Energy per tick)", + "value": 0 + }, + "advancedDayRate": { + "comment": "Generation rate during day for Advanced Solar Panel (Energy per tick)", + "value": 12 + } + }, + "solarPanelQuantum": { + "quantumNightRate": { + "comment": "Generation rate during night for Quantum Solar Panel (Energy per tick)", + "value": 32 + }, + "quantumDayRate": { + "comment": "Generation rate during day for Quantum Solar Panel (Energy per tick)", + "value": 512 + } + }, + "solarPanelIndustrial": { + "industrialNightRate": { + "comment": "Generation rate during night for Industrial Solar Panel (Energy per tick)", + "value": 4 + }, + "industrialDayRate": { + "comment": "Generation rate during day for Industrial Solar Panel (Energy per tick)", + "value": 24 + } + }, + "generator": { + "GeneratorMaxOutput": { + "comment": "Solid Fuel Generator Max Output (Energy per tick)", + "value": 32 + }, + "GeneratorMaxEnergy": { + "comment": "Solid Fuel Generator Max Energy", + "value": 10000 + }, + "GeneratorEnergyOutput": { + "comment": "Solid Fuel Generator Energy Per Tick", + "value": 10 + } + }, + "semifluid_generator": { + "SemifluidGeneratorMaxEnergy": { + "comment": "Semifluid Generator Max Energy", + "value": 1000000 + }, + "SemifluidGeneratorMaxOutput": { + "comment": "Semifluid Generator Max Output (Energy per tick)", + "value": 128 + }, + "SemifluidGeneratorEnergyPerTick": { + "comment": "Semifluid Generator Energy Per Tick", + "value": 8 + } + }, + "gas_generator": { + "GasGeneratorMaxEnergy": { + "comment": "Gas Generator Max Energy", + "value": 1000000 + }, + "GasGeneratorMaxOutput": { + "comment": "Gas Generator Max Output (Energy per tick)", + "value": 128 + }, + "GasGeneratorEnergyPerTick": { + "comment": "Gas Generator Energy Per Tick", + "value": 16 + } + }, + "solarPanelGeneral": { + "internalCapacity": { + "comment": "Multiplier for internal capacity of solar panels (multiplier * day generation rate)", + "value": 2000 + } + }, + "solarPanelUltimate": { + "ultimateDayRate": { + "comment": "Generation rate during day for Ultimate Solar Panel (Energy per tick)", + "value": 48 + }, + "ultimateNightRate": { + "comment": "Generation rate during night for Ultimate Solar Panel (Energy per tick)", + "value": 8 + } + }, + "diesel_generator": { + "DieselGeneratorMaxEnergy": { + "comment": "Diesel Generator Max Energy", + "value": 10000 + }, + "DieselGeneratorMaxOutput": { + "comment": "Diesel Generator Max Output (Energy per tick)", + "value": 32 + }, + "DieselGeneratorEnergyPerTick": { + "comment": "Diesel Generator Energy Per Tick", + "value": 20 + } + } +} \ No newline at end of file diff --git a/config/techreborn/items.json b/config/techreborn/items.json new file mode 100644 index 0000000..c5a84f2 --- /dev/null +++ b/config/techreborn/items.json @@ -0,0 +1,206 @@ +{ + "power": { + "nanoSaberDamage": { + "comment": "Damage value for the Nano Saber", + "value": 20 + }, + "industrialJackhammerCost": { + "comment": "Energy Cost for Industrial Jackhammer", + "value": 150 + }, + "basicJackhammerCharge": { + "comment": "Energy Capacity for Basic Jackhammer", + "value": 10000 + }, + "cloakingDeviceCharge": { + "comment": "Energy Capacity for Cloaking Device", + "value": 40000000 + }, + "LithiumBatpackCharge": { + "comment": "Energy Capacity for Lithium Batpack", + "value": 600000 + }, + "basicJackhammerCost": { + "comment": "Energy Cost for Basic Jackhammer", + "value": 50 + }, + "clockingDeviceEnergyUsage": { + "comment": "Cloaking device energy usage", + "value": 10 + }, + "lapotronicOrbMaxCharge": { + "comment": "Energy Capacity for Lapotronic Orb", + "value": 100000000 + }, + "advancedDrillCost": { + "comment": "Energy Cost for Advanced Drill", + "value": 100 + }, + "nanoSaberCharge": { + "comment": "Energy Capacity for Nano Saber", + "value": 1000000 + }, + "quantumSuitBreathingCost": { + "comment": "Quantum Suit Breathing Cost", + "value": 20 + }, + "advancedJackhammerCharge": { + "comment": "Energy Capacity for Advanced Jackhammer", + "value": 100000 + }, + "electricTreetapCost": { + "comment": "Energy Cost for Electric Treetap", + "value": 50 + }, + "advancedChainsawCost": { + "comment": "Energy Cost for Advanced Chainsaw", + "value": 100 + }, + "basicChainsawCharge": { + "comment": "Energy Capacity for Basic Chainsaw", + "value": 10000 + }, + "industrialChainsawCharge": { + "comment": "Energy Capacity for Industrial Chainsaw", + "value": 1000000 + }, + "quantumSuitFlyingCost": { + "comment": "Quantum Suit Flying Cost", + "value": 50 + }, + "lapotronCrystalMaxCharge": { + "comment": "Energy Capacity for Lapotron Crystal", + "value": 10000000 + }, + "quantumSuitSwimmingCost": { + "comment": "Quantum Suit Swimming Cost", + "value": 20 + }, + "rockCutterCharge": { + "comment": "Energy Capacity for Rock Cutter", + "value": 10000 + }, + "energyCrystalMaxCharge": { + "comment": "Energy Capacity for Energy Crystal", + "value": 1000000 + }, + "omniToolCharge": { + "comment": "Energy Capacity for Omni Tool", + "value": 1000000 + }, + "advancedDrillCharge": { + "comment": "Energy Capacity for Advanced Drill", + "value": 100000 + }, + "quantumSuitSprintingCost": { + "comment": "Quantum Suit Sprinting Cost", + "value": 20 + }, + "lithiumIonBatteryMaxCharge": { + "comment": "Energy Capacity for Lithium Ion Battery", + "value": 100000 + }, + "advancedChainsawCharge": { + "comment": "Energy Capacity for Advanced Chainsaw", + "value": 100000 + }, + "lapotronPackCharge": { + "comment": "Energy Capacity for Lapotron Pack", + "value": 100000000 + }, + "basicDrillCharge": { + "comment": "Energy Capacity for Basic Drill", + "value": 10000 + }, + "industrialJackhammerCharge": { + "comment": "Energy Capacity for Industrial Jackhammer", + "value": 1000000 + }, + "quantumSuitFireExtinguishCost": { + "comment": "Quantum Suit Cost for Fire Extinguish", + "value": 50 + }, + "nanoSaberCost": { + "comment": "Energy Cost for Nano Saber", + "value": 150 + }, + "quantumSuitCapacity": { + "comment": "Quantum Suit Energy Capacity", + "value": 40000000 + }, + "rockCutterCost": { + "comment": "Energy Cost for Rock Cutter", + "value": 10 + }, + "advancedJackhammerCost": { + "comment": "Energy Cost for Advanced Jackhammer", + "value": 100 + }, + "quantumSuitEnableSprint": { + "comment": "Enable Sprint Speed increase for Quantum Legs", + "value": true + }, + "omniToolHitCost": { + "comment": "Hit Energy Cost for Omni Tool", + "value": 125 + }, + "redCellBatteryMaxCharge": { + "comment": "Energy Capacity for Red Cell Battery", + "value": 10000 + }, + "basicChainsawCost": { + "comment": "Energy Cost for Basic Chainsaw", + "value": 50 + }, + "basicDrillCost": { + "comment": "Energy Cost for Basic Drill", + "value": 50 + }, + "industrialDrillCost": { + "comment": "Energy Cost for Industrial Drill", + "value": 150 + }, + "quantumSuitEnableFlight": { + "comment": "Enable Flight for Quantum Chest", + "value": true + }, + "omniToolCost": { + "comment": "Energy Cost for Omni Tool", + "value": 100 + }, + "industrialChainsawCost": { + "comment": "Energy Cost for Industrial Chainsaw", + "value": 150 + }, + "quantumSuitDamageAbsorbCost": { + "comment": "Quantum Suit Cost for Damage Absorbed", + "value": 10.0 + }, + "industrialDrillCharge": { + "comment": "Energy Capacity for Industrial Drill", + "value": 1000000 + }, + "electricTreetapCharge": { + "comment": "Energy Capacity for Electric Treetap", + "value": 10000 + } + }, + "upgrades": { + "overclocker_speed": { + "comment": "Overclocker behavior speed multiplier", + "value": 0.25 + }, + "super_conductor": { + "comment": "Energy flow power increase", + "value": 1.0 + }, + "overclocker_power": { + "comment": "Overclocker behavior power multiplier", + "value": 0.75 + }, + "energy_storage": { + "comment": "Energy storage behavior extra power", + "value": 40000.0 + } + } +} \ No newline at end of file diff --git a/config/techreborn/machines.json b/config/techreborn/machines.json new file mode 100644 index 0000000..ff399d4 --- /dev/null +++ b/config/techreborn/machines.json @@ -0,0 +1,503 @@ +{ + "elevator": { + "AllowElevatingThroughBlocks": { + "comment": "Allow elevating through blocks (i.e. non air)", + "value": true + }, + "ElevatorMaxInput": { + "comment": "Elevator Max Input (Energy per tick)", + "value": 32 + }, + "ElevatorEnergyPerBlock": { + "comment": "Elevator Energy used per vertical block of transportation", + "value": 2 + }, + "ElevatorMaxEnergy": { + "comment": "Elevator Max Energy", + "value": 1000 + } + }, + "lesu": { + "LesuMaxEnergyPerBlock": { + "comment": "LESU Max Energy Per Block", + "value": 1000000 + }, + "LesuExtraIO": { + "comment": "LESU Extra I/O Multiplier", + "value": 1 + }, + "LesuBaseOutput": { + "comment": "LESU Base Output", + "value": 5 + } + }, + "block_placer": { + "BlockPlacerMaxEnergy": { + "comment": "Block Placer Max Energy", + "value": 1000 + }, + "BlockPlacerMaxInput": { + "comment": "Block Placer Max Input (Energy per tick)", + "value": 32 + }, + "BlockPlacerBaseBreakTime": { + "comment": "How many ticks a block of hardness 1 requires to be placed", + "value": 100 + }, + "BlockPlacerEnergyPerTick": { + "comment": "Block Placer Energy usage Per Tick", + "value": 5 + } + }, + "rolling_machine": { + "RollingMachineMaxEnergy": { + "comment": "Rolling Machine Max Energy", + "value": 10000 + }, + "RollingMachineMaxInput": { + "comment": "Rolling Machine Max Input (Energy per tick)", + "value": 32 + } + }, + "assembling_machine": { + "AssemblingMachineMaxEnergy": { + "comment": "Assembling Machine Max Energy", + "value": 10000 + }, + "AssemblingMachineMaxInput": { + "comment": "Assembling Machine Max Input (Energy per tick)", + "value": 128 + } + }, + "vacuumfreezer": { + "VacuumFreezerMaxEnergy": { + "comment": "Vacuum Freezer Max Energy", + "value": 64000 + }, + "VacuumFreezerInput": { + "comment": "Vacuum Freezer Max Input (Energy per tick)", + "value": 64 + } + }, + "launchpad": { + "LaunchpadMaxEnergy": { + "comment": "Launchpad Max Energy", + "value": 40000 + }, + "LaunchpadSpeedLow": { + "comment": "Launchpad Low Speed", + "value": 1.0 + }, + "LaunchpadEnergyExtreme": { + "comment": "Launchpad Extreme Energy", + "value": 20000 + }, + "LaunchpadSpeedExtreme": { + "comment": "Launchpad Extreme Speed", + "value": 10.0 + }, + "LaunchpadInterval": { + "comment": "Launchpad Launch Interval in Ticks \u003e 0", + "value": 100 + }, + "LaunchpadDefaultSelection": { + "comment": "Launchpad Default Selection (0-3 for Low-Extreme)", + "value": 0 + }, + "LaunchpadEnergyMedium": { + "comment": "Launchpad Medium Energy", + "value": 6000 + }, + "LaunchpadMaxInput": { + "comment": "Launchpad Max Input (Energy per tick)", + "value": 128 + }, + "LaunchpadSpeedHigh": { + "comment": "Launchpad High Speed", + "value": 5.0 + }, + "LaunchpadSpeedMedium": { + "comment": "Launchpad Medium Speed", + "value": 3.0 + }, + "LaunchpadEnergyLow": { + "comment": "Launchpad Low Energy", + "value": 1000 + }, + "LaunchpadEnergyHigh": { + "comment": "Launchpad High Energy", + "value": 10000 + } + }, + "storage": { + "AdvancedStorageMaxStorage": { + "comment": "Maximum amount of items an Advanced Storage Unit can store", + "value": 32768 + }, + "BasicStorageUnitMaxStorage": { + "comment": "Maximum amount of items a Basic Storage Unit can store", + "value": 8192 + }, + "CrudeStorageUnitMaxStorage": { + "comment": "Maximum amount of items a Crude Storage Unit can store", + "value": 2048 + }, + "IndustrialStorageMaxStorage": { + "comment": "Maximum amount of items an Industrial Storage Unit can store (Compat: \u003e\u003d 32768)", + "value": 65536 + }, + "BasicTankUnitCapacity": { + "comment": "How much liquid a Basic Tank Unit can take (Value in buckets, 1000 Mb)", + "value": 128 + }, + "IndustrialTankUnitCapacity": { + "comment": "How much liquid an Industrial Tank Unit can take (Value in buckets, 1000 Mb)", + "value": 1024 + }, + "QuantumTankUnitCapacity": { + "comment": "How much liquid a Quantum Tank Unit can take (Value in buckets, 1000 Mb)(Compat: \u003d\u003d MAX_VALUE)", + "value": 2147483 + }, + "QuantumStorageUnitMaxStorage": { + "comment": "Maximum amount of items a Quantum Storage Unit can store (Compat: \u003d\u003d MAX_VALUE)", + "value": 2147483647 + }, + "AdvancedTankUnitMaxStorage": { + "comment": "How much liquid an Advanced Tank Unit can take (Value in buckets, 1000 Mb)", + "value": 512 + } + }, + "matter_fabricator": { + "MatterFabricatorEnergyPerAmp": { + "comment": "Matter Fabricator EU per amplifier unit, multiply this with the rate for total Energy", + "value": 5 + }, + "MatterFabricatorFabricationRate": { + "comment": "Matter Fabricator Fabrication Rate, amount of amplifier units per UUM", + "value": 6000 + }, + "MatterFabricatorMaxInput": { + "comment": "Matter Fabricator Max Input (Energy per tick)", + "value": 8192 + }, + "MatterFabricatorMaxEnergy": { + "comment": "Matter Fabricator Max Energy", + "value": 10000000 + } + }, + "Distillation_tower": { + "DistillationTowerMaxEnergy": { + "comment": "Distillation Tower Max Energy", + "value": 10000 + }, + "DistillationTowerMaxInput": { + "comment": "Distillation Tower Max Input (Energy per tick)", + "value": 128 + } + }, + "grinder": { + "GrinderInput": { + "comment": "Grinder Max Input (Energy per tick)", + "value": 32 + }, + "GrinderMaxEnergy": { + "comment": "Grinder Max Energy", + "value": 1000 + } + }, + "compressor": { + "CompressorMaxEnergy": { + "comment": "Compressor Max Energy", + "value": 1000 + }, + "CompressorInput": { + "comment": "Compressor Max Input (Energy per tick)", + "value": 32 + } + }, + "fluidreplicator": { + "FluidReplicatorMaxEnergy": { + "comment": "Fluid Replicator Max Energy", + "value": 400000 + }, + "FluidReplicatorMaxInput": { + "comment": "Fluid Replicator Max Input (Energy per tick)", + "value": 256 + } + }, + "charge_bench": { + "ChargeBenchMaxInput": { + "comment": "Charge Bench Max Input (Energy per tick)", + "value": 512 + }, + "ChargeBenchMaxEnergy": { + "comment": "Charge Bench Max Energy", + "value": 100000000 + }, + "ChargeBenchMaxOutput": { + "comment": "Charge Bench Max Output (Energy per tick)", + "value": 512 + } + }, + "electric_furnace": { + "ElectricFurnaceMaxEnergy": { + "comment": "Electric Furnace Max Energy", + "value": 1000 + }, + "ElectricFurnaceInput": { + "comment": "Electric Furnace Max Input (Energy per tick)", + "value": 32 + } + }, + "player_detector": { + "PlayerDetectorMaxEnergy": { + "comment": "Player Detector Max Energy", + "value": 10000 + }, + "PlayerDetectorEnergyUsage": { + "comment": "Player Detector Energy Consumption per second", + "value": 1 + }, + "PlayerDetectorMaxInput": { + "comment": "Player Detector Max Input (Energy per tick)", + "value": 32 + }, + "PlayerDetectorMaxRadius": { + "comment": "Player Detector maximum detection radius", + "value": 128 + } + }, + "implosion_compressor": { + "ImplosionCompressorMaxInput": { + "comment": "Implosion Compressor Max Input (Energy per tick)", + "value": 64 + }, + "ImplosionCompressorMaxEnergy": { + "comment": "Implosion Compressor Max Energy", + "value": 64000 + } + }, + "iron_machine": { + "cooking_scale": { + "comment": "Multiplier for vanilla furnace item cook time", + "value": 1.25 + }, + "fuel_scale": { + "comment": "Multiplier for vanilla furnace item burn time", + "value": 1.25 + } + }, + "greenhouse_controller": { + "GreenhouseControllerMaxEnergy": { + "comment": "Greenhouse Controller Max Energy", + "value": 1000 + }, + "GreenhouseControllerEnergyPerTick": { + "comment": "Greenhouse Controller Energy usage Per Tick", + "value": 2 + }, + "GreenhouseControllerEnergyPerHarvest": { + "comment": "Greenhouse Controller Energy usage Per Harvest", + "value": 100 + }, + "GreenhouseControllerEnergyPerBonemeal": { + "comment": "Greenhouse Controller Energy usage Per Bonemeal", + "value": 50 + }, + "GreenhouseControllerMaxInput": { + "comment": "Greenhouse Controller Max Input (Energy per tick)", + "value": 32 + } + }, + "industrial_furnace": { + "IndustrialFurnaceMaxInput": { + "comment": "Industrial Blast Furnace Max Input (Energy per tick)", + "value": 128 + }, + "IndustrialFurnaceMaxEnergy": { + "comment": "Industrial Blast Furnace Max Energy", + "value": 40000 + } + }, + "chemical_reactor": { + "ChemicalReactorMaxInput": { + "comment": "Chemical Reactor Max Input (Energy per tick)", + "value": 128 + }, + "ChemicalReactorMaxEnergy": { + "comment": "Chemical Reactor Max Energy", + "value": 10000 + } + }, + "recycler": { + "RecyclerInput": { + "comment": "Recycler Max Input (Energy per tick)", + "value": 32 + }, + "RecyclerChance": { + "comment": "Recycler Chance to produce scrap (1 out of chance)", + "value": 6 + }, + "RecyclerBlacklist": { + "comment": "Recycler blacklist", + "value": [ + "techreborn:scrap_box", + "techreborn:scrap" + ] + }, + "RecyclerMaxEnergy": { + "comment": "Recycler Max Energy", + "value": 1000 + } + }, + "industrial_grinder": { + "IndustrialGrinderMaxEnergy": { + "comment": "Industrial Grinder Max Energy", + "value": 10000 + }, + "IndustrialGrinderMaxInput": { + "comment": "Industrial Grinder Max Input (Energy per tick)", + "value": 128 + } + }, + "aesu": { + "AesuMaxEnergy": { + "comment": "AESU Max Energy", + "value": 100000000 + } + }, + "alloy_smelter": { + "AlloySmelterMaxInput": { + "comment": "Alloy Smelter Max Input (Energy per tick)", + "value": 32 + }, + "AlloySmelterMaxEnergy": { + "comment": "Alloy Smelter Max Energy", + "value": 1000 + } + }, + "industrial_electrolyzer": { + "IndustrialElectrolyzerMaxEnergy": { + "comment": "Industrial Electrolyzer Max Energy", + "value": 10000 + }, + "IndustrialElectrolyzerMaxInput": { + "comment": "Industrial Electrolyzer Max Input (Energy per tick)", + "value": 128 + } + }, + "fusion_reactor": { + "FusionReactorMaxEnergy": { + "comment": "Fusion Reactor Max Energy", + "value": 100000000 + }, + "FusionReactorMaxOutput": { + "comment": "Fusion Reactor Max Output (Energy per tick)", + "value": 1000000 + }, + "FusionReactorMaxInput": { + "comment": "Fusion Reactor Max Input (Energy per tick)", + "value": 8192 + }, + "FusionReactorMaxCoilSize": { + "comment": "Fusion Reactor Max Coil size (Radius)", + "value": 50 + } + }, + "centrifuge": { + "CentrifugeMaxEnergy": { + "comment": "Centrifuge Max Energy", + "value": 10000 + }, + "CentrifugeMaxInput": { + "comment": "Centrifuge Max Input (Energy per tick)", + "value": 32 + } + }, + "drain": { + "TicksUntilNextDrainAttempt": { + "comment": "How many ticks should go between two drain attempts. 0 or negative will disable drain.", + "value": 10 + } + }, + "industrial_sawmill": { + "IndustrialSawmillMaxEnergy": { + "comment": "Industrial Sawmill Max Energy", + "value": 10000 + }, + "IndustrialSawmillMaxInput": { + "comment": "Industrial Sawmill Max Input (Energy per tick)", + "value": 128 + } + }, + "scrapboxinator": { + "ScrapboxinatorMaxEnergy": { + "comment": "Scrapboxinator Max Energy", + "value": 1000 + }, + "ScrapboxinatorMaxInput": { + "comment": "Scrapboxinator Max Input (Energy per tick)", + "value": 32 + } + }, + "block_breaker": { + "BlockBreakerBaseBreakTime": { + "comment": "How many ticks a block of hardness 1 requires to be broken", + "value": 100 + }, + "BlockBreakerEnergyPerTick": { + "comment": "Block Breaker Energy usage Per Tick", + "value": 5 + }, + "BlockBreakerMaxInput": { + "comment": "Block Breaker Max Input (Energy per tick)", + "value": 32 + }, + "BlockBreakerMaxEnergy": { + "comment": "Block Breaker Max Energy", + "value": 1000 + } + }, + "solid_canning_machine": { + "solidCanningMachineMaxEnergy": { + "comment": "Solid Canning Machine Max Energy", + "value": 1000 + }, + "solidCanningMachineMaxInput": { + "comment": "Solid Canning Machine Max Input (Energy per tick)", + "value": 32 + } + }, + "extractor": { + "ExtractorInput": { + "comment": "Extractor Max Input (Energy per tick)", + "value": 32 + }, + "ExtractorMaxEnergy": { + "comment": "Extractor Max Energy", + "value": 1000 + } + }, + "chunk_loader": { + "ChunkLoaderMaxRadius": { + "comment": "Chunk Loader Max Radius", + "value": 5 + } + }, + "autocrafter": { + "AutoCrafterInput": { + "comment": "AutoCrafting Table Max Input (Energy per tick)", + "value": 32 + }, + "AutoCrafterMaxEnergy": { + "comment": "AutoCrafting Table Max Energy", + "value": 10000 + } + }, + "idsu": { + "IdsuMaxEnergy": { + "comment": "IDSU Max Energy", + "value": 1000000000 + } + } +} \ No newline at end of file diff --git a/config/techreborn/misc.json b/config/techreborn/misc.json new file mode 100644 index 0000000..cf6f5f8 --- /dev/null +++ b/config/techreborn/misc.json @@ -0,0 +1,62 @@ +{ + "general": { + "manualRefund": { + "comment": "Allow refunding items used to craft the manual", + "value": true + }, + "MachineSoundVolume": { + "comment": "Machines crafting sound volume (0 - disabled, 1 - max)", + "value": 1.0 + }, + "DispenserScrapbox": { + "comment": "Dispensers will open scrapboxes", + "value": true + }, + "vanillaUnlockRecipes": { + "comment": "Enable recipe unlocks only with vanilla mechanic, instead of getting all of them at once", + "value": false + }, + "IC2TransformersStyle": { + "comment": "Input from dots side, output from other sides, like in IC2.", + "value": true + } + }, + "nuke": { + "radius": { + "comment": "Nuke explosion radius", + "value": 40 + }, + "fusetime": { + "comment": "Nuke fuse time (ticks)", + "value": 400 + }, + "enabled": { + "comment": "Should the nuke explode, set to false to prevent block damage", + "value": true + } + }, + "resin_basin": { + "saptime": { + "comment": "How long it takes to harvest one sap (ticks)", + "value": 80 + }, + "SapCheckTime": { + "comment": "How often to check for sap (will check if world time % this number is zero)", + "value": 50 + } + }, + "cable": { + "uninsulatedElectrocutionSound": { + "comment": "When true an uninsulated cable will create a spark sound when an entity touches it", + "value": true + }, + "uninsulatedElectrocutionDamage": { + "comment": "When true an uninsulated cable will cause damage to entities", + "value": true + }, + "uninsulatedElectrocutionParticles": { + "comment": "When true an uninsulated cable will create a spark when an entity touches it", + "value": true + } + } +} \ No newline at end of file diff --git a/config/techreborn/world.json b/config/techreborn/world.json new file mode 100644 index 0000000..b926172 --- /dev/null +++ b/config/techreborn/world.json @@ -0,0 +1,34 @@ +{ + "generation": { + "enableOilLakeGeneration": { + "comment": "When enabled oil lakes will generate in the world", + "value": true + }, + "enableRubberTreeGeneration": { + "comment": "When enabled rubber trees will generate in the world", + "value": true + }, + "enableOreGeneration": { + "comment": "When enabled ores will generate in the world", + "value": true + } + }, + "loot": { + "enableEndLoot": { + "comment": "When true TechReborn will add ingots, machine frames and circuits to The End loot chests.", + "value": false + }, + "enableNetherLoot": { + "comment": "When true TechReborn will add ingots, machine frames and circuits to Nether loot chests.", + "value": false + }, + "enableOverworldLoot": { + "comment": "When true TechReborn will add ingots, machine frames and circuits to OverWorld loot chests.", + "value": false + }, + "enableFishingJunkLoot": { + "comment": "When true TechReborn will add items to fishing junk loot.", + "value": false + } + } +} \ No newline at end of file diff --git a/config/tempad.json b/config/tempad.json new file mode 100644 index 0000000..ed0da00 --- /dev/null +++ b/config/tempad.json @@ -0,0 +1,21 @@ +{ + "timedoorPlacementOffsetInBlocks": 3, + "timedoorCloseWaitingTimeInTicks": 60, + "onEntityThroughDoorAdditionalTimeInTicks": 40, + "timedoorUsageType": "TIMER", + "kangTimedoorUsageType": "UNLIMITED", + "configurationOptionsForTempad": { + "timedoor_cooldown_if_usage_type_is_set_to_TIMER": 180, + "timedoor_experience_cost_if_usage_type_is_set_to_EXP_POINTS": 100, + "timedoor_experience_level_cost_if_usage_type_is_set_to_EXP_LEVELS": 5, + "timedoor_energy_capacity_if_usage_type_is_set_to_ENERGY": 1000000, + "timedoor_energy_cost_if_usage_type_is_set_to_ENERGY": 100000 + }, + "configurationOptionsForHeWhoRemainsTempad": { + "timedoor_cooldown_if_usage_type_is_set_to_TIMER": 60, + "timedoor_experience_cost_if_usage_type_is_set_to_EXP_POINTS": 60, + "timedoor_experience_level_cost_if_usage_type_is_set_to_EXP_LEVELS": 3, + "timedoor_energy_capacity_if_usage_type_is_set_to_ENERGY": 5000000, + "timedoor_energy_cost_if_usage_type_is_set_to_ENERGY": 25000 + } +} \ No newline at end of file diff --git a/config/tempad_client.json b/config/tempad_client.json new file mode 100644 index 0000000..889eaab --- /dev/null +++ b/config/tempad_client.json @@ -0,0 +1,36 @@ +{ + "color": -37120, + "colorOptions": [ + 16777215, + 16061186, + 16218885, + 16291078, + 16429830, + 16502529, + 16708356, + 15465989, + 13368579, + 8584705, + 5504512, + 5504644, + 5504689, + 5439199, + 5439224, + 4578046, + 3849726, + 2790395, + 1466107, + 400123, + 4659964, + 6625788, + 8133116, + 9443838, + 11737597, + 14031100, + 15997180, + 15607984, + 15480709, + 15415392 + ], + "timedoorFancy": true +} \ No newline at end of file diff --git a/config/terrablender.toml b/config/terrablender.toml new file mode 100644 index 0000000..69d2f44 --- /dev/null +++ b/config/terrablender.toml @@ -0,0 +1,18 @@ +#General settings +general = {} + +#Generation settings +[generation_settings] + #The size of overworld biome regions from each mod that uses TerraBlender. + #Range: 2-6 + overworld_region_size = 3 + #The weighting of vanilla biome regions in the nether. + #Range: 0-2147483647 + vanilla_nether_region_weight = 4 + #The size of nether biome regions from each mod that uses TerraBlender. + #Range: 2-6 + nether_region_size = 3 + #The weighting of vanilla biome regions in the overworld. + #Range: 0-2147483647 + vanilla_overworld_region_weight = 3 + diff --git a/config/the-graveyard-biomes_config.json5 b/config/the-graveyard-biomes_config.json5 new file mode 100644 index 0000000..3736441 --- /dev/null +++ b/config/the-graveyard-biomes_config.json5 @@ -0,0 +1,66 @@ +{ + // Welcome to The Graveyard Biomes Config! + // + // Configure the weight of the biomes by changing "theGraveyardBiomesWeight". + // Configure which minecraft biomes can be replaced by The Graveyard biomes. + // A full list of all the biomes can be found here https:minecraft.fandom.com/wiki/Biome#Biome_IDs. + // Configure fog density and fog height. + "biomeConfigEntries": { + "haunted_lakes": { + "canGenerate": true, + "replaceableBiomes": [ + "swamp" + ] + }, + "haunted_forest": { + "canGenerate": true, + "replaceableBiomes": [ + "windswept_forest" + ] + }, + "eroded_haunted_forest": { + "canGenerate": true, + "replaceableBiomes": [ + "meadow" + ] + }, + "ancient_dead_coral_reef": { + "canGenerate": true, + "replaceableBiomes": [ + "beach" + ] + }, + "deep_dark_forest": { + "canGenerate": true, + "replaceableBiomes": [ + "dark_forest" + ] + } + }, + "biomeFogConfigEntries": { + "haunted_forest_fog": { + "enabled": true, + "density": 0.35, + "minY": 63, + "maxY": 148 + }, + "haunted_lakes_fog": { + "enabled": true, + "density": 0.3, + "minY": 63, + "maxY": 128 + }, + "eroded_haunted_forest_fog": { + "enabled": true, + "density": 0.35, + "minY": 93, + "maxY": 160 + } + }, + "miscConfigEntries": { + "useSoulLanternsInHauntedLakes": false + }, + "biomeGeneration": { + "theGraveyardBiomesWeight": 1 + } +} diff --git a/config/the_bumblezone.json b/config/the_bumblezone.json new file mode 100644 index 0000000..6bc223e --- /dev/null +++ b/config/the_bumblezone.json @@ -0,0 +1,49 @@ +{ + "beehemothTriggersWrath": false, + "allowWrathOfTheHiveOutsideBumblezone": false, + "showWrathOfTheHiveParticles": true, + "aggressiveBees": true, + "aggressionTriggerRadius": 64, + "howLongWrathOfTheHiveLasts": 1680, + "howLongProtectionOfTheHiveLasts": 1680, + "speedBoostLevel": 2, + "absorptionBoostLevel": 1, + "strengthBoostLevel": 2, + "dispensersDropGlassBottles": false, + "broodBlocksBeeSpawnCapacity": 80, + "crystallineFlowerConsumeItemEntities": true, + "crystallineFlowerConsumeExperienceOrbEntities": true, + "crystallineFlowerConsumeExperienceUI": true, + "crystallineFlowerConsumeItemUI": true, + "crystallineFlowerEnchantingPowerAllowedPerTier": 6, + "crystallineFlowerExtraTierCost": 3, + "crystallineFlowerExtraXpNeededForTiers": 3, + "fogBrightnessPercentage": 110.0, + "fogReducer": 4.0, + "enableDimensionFog": true, + "onlyOverworldHivesTeleports": false, + "forceExitToOverworld": false, + "seaLevelOrHigherExitTeleporting": true, + "warnPlayersOfWrongBlockUnderHive": true, + "generateBeenest": true, + "teleportationMode": 3, + "enableExitTeleportation": true, + "enableEntranceTeleportation": true, + "forceBumblezoneOriginMobToOverworldCenter": true, + "defaultDimension": "minecraft:overworld", + "beeDungeonRarity": 1, + "spiderInfestedBeeDungeonRarity": 8, + "spawnerRateSpiderBeeDungeon": 0.2, + "beehemothSpeed": 0.95, + "specialBeeSpawning": true, + "nearbyBeesPerPlayerInBz": 25, + "keepEssenceOfTheBeesOnRespawning": true, + "musicDiscTimeLengthFlightOfTheBumblebee": 84, + "musicDiscTimeLengthHoneyBee": 216, + "allowFriendsAndFoesBeekeeperTradesCompat": true, + "allowEnderpearledLlamaramaBumbleLlamaTeleporation": true, + "lgbtBeeRate": 0.015, + "ukraineBeeRate": 0.01, + "enableAltBeeSkinRenderer": true, + "playWrathOfHiveEffectMusic": true +} \ No newline at end of file diff --git a/config/tiered.json5 b/config/tiered.json5 new file mode 100644 index 0000000..7a6af53 --- /dev/null +++ b/config/tiered.json5 @@ -0,0 +1,19 @@ +{ + // Items in for example mineshaft chests get modifiers + "lootContainerModifier": true, + // Crafted items get modifiers + "craftingModifier": false, + // Merchant items get modifiers + "merchantModifier": true, + // Decreases the biggest weights by this modifier + "reforge_modifier": 0.8999999761581421, + // Modify the biggest weights by this modifier per smithing level + "levelz_reforge_modifier": 0.009999999776482582, + // Modify the biggest weights by this modifier per luck + "luck_reforge_modifier": 0.019999999552965164, + "showReforgingTab": true, + "xIconPosition": 0, + "yIconPosition": 0, + "tieredTooltip": true, + "centerName": true +} \ No newline at end of file diff --git a/config/tips.json b/config/tips.json new file mode 100644 index 0000000..f11db56 --- /dev/null +++ b/config/tips.json @@ -0,0 +1,6 @@ +{ + "defaultCycleTime": 5000, + "ignoredNamespaces": [], + "ignoredTips": [], + "useAmericanEnglishAsDefault": false +} \ No newline at end of file diff --git a/config/toastmanager-client.toml b/config/toastmanager-client.toml new file mode 100644 index 0000000..716f749 --- /dev/null +++ b/config/toastmanager-client.toml @@ -0,0 +1,50 @@ + +#Client Configuration +[client] + + [client.blocked_toasts] + # If advancement toasts are blocked. + advancements = false + # If recipe toasts are blocked. + recipes = true + # If system toasts are blocked. + system = false + # If tutorial toasts are blocked. + tutorial = true + # If all vanilla toasts are blocked. + global_vanilla = false + # If all non-vanilla toasts are blocked. + global_modded = false + # If all toasts are blocked. + global = false + # Toast classes that are blocked from being shown. + blocked_classes = [] + + [client.visual_options] + # How long a toast must be on the screen for, in ticks. Use 0 to use the default time. + #Range: 0 ~ 4000 + force_time = 0 + # If toasts are translucent. (Must restart Minecraft to apply changes.) + translucent = true + # If toasts are transparent. Overrides translucency. (Must restart Minecraft to apply changes.) + transparent = false + # How many toasts will be displayed on screen at once. + #Range: 1 ~ 7 + toast_count = 3 + # The X offset for toasts to be drawn at. + #Range: -8192 ~ 8192 + x_offset = 0 + # The Y offset for toasts to be drawn at. + #Range: -8192 ~ 8192 + y_offset = 0 + # If toasts automatically pop into the screen without animations. + no_slide = false + # If toasts show on the left of the screen. + start_left = false + # If toasts will come in from the top of the screen, rather than the side. + top_down = false + + [client.debug] + # If toast class names are printed to the log file when they are shown. + print_classes = false + diff --git a/config/toolstats.json b/config/toolstats.json new file mode 100644 index 0000000..e0f909b --- /dev/null +++ b/config/toolstats.json @@ -0,0 +1,10 @@ +{ + "showEnchantability": true, + "alwaysShowEnchantability": false, + "showRepairCost": true, + "alwaysShowRepairCost": false, + "showHarvestLevel": true, + "showEfficiency": true, + "showDurability": true, + "alwaysShowDurability": false +} \ No newline at end of file diff --git a/config/tr7zwDonorSettings.json b/config/tr7zwDonorSettings.json new file mode 100644 index 0000000..78b9226 --- /dev/null +++ b/config/tr7zwDonorSettings.json @@ -0,0 +1,4 @@ +{ + "version": 1, + "enabled": true +} \ No newline at end of file diff --git a/config/tramplenomore.json b/config/tramplenomore.json new file mode 100644 index 0000000..6f00292 --- /dev/null +++ b/config/tramplenomore.json @@ -0,0 +1,6 @@ +{ + "featherFalling": true, + "taggedItems": true, + "taggedEntities": true, + "creativeMode": true +} \ No newline at end of file diff --git a/config/travelersbackpack.json5 b/config/travelersbackpack.json5 new file mode 100644 index 0000000..da91d97 --- /dev/null +++ b/config/travelersbackpack.json5 @@ -0,0 +1,54 @@ +{ + "backpackSettings": { + "disableCrafting": false, + // Enables wearing backpack directly from ground + "enableBackpackBlockQuickEquip": true, + // Backpack immune to any damage source (lava, fire), can't be destroyed, never disappears as floating item + "invulnerableBackpack": true, + "tanksCapacity": 324000, + // Places backpack at place where player died + "backpackDeathPlace": true, + // Places backpack at place where player died, replacing all blocks that are breakable and do not have inventory (backpackDeathPlace must be true in order to work) + "backpackForceDeathPlace": false, + "enableSleepingBagSpawnPoint": false, + /* If true, backpack can only be worn by placing it in curios 'Back' slot + WARNING - Remember to TAKE OFF BACKPACK BEFORE enabling or disabling this integration!! - if not you'll lose your backpack + */ + "trinketsIntegration": false + }, + "world": { + // Enables backpacks spawning in loot chests + "enableLoot": true + }, + "abilities": { + "enableBackpackAbilities": true, + "forceAbilityEnabled": false + }, + "slownessDebuff": { + // Player gets slowness effect, if carries too many backpacks in inventory + "tooManyBackpacksSlowness": true, + // Maximum number of backpacks, which can be carried in inventory, without slowness effect + "maxNumberOfBackpacks": 3, + "slownessPerExcessedBackpack": 1 + }, + "client": { + // Enables tool cycling via keybind (Default Z) + scroll combination, while backpack is worn + "enableToolCycling": true, + // Enables tip, how to obtain a backpack, if there's no crafting recipe for it + "obtainTips": true, + // Render tools in tool slots on the backpack, while worn + "renderTools": true, + // Render backpack if elytra is present + "renderBackpackWithElytra": true, + // Disable backpack rendering + "disableBackpackRender": false, + "overlay": { + // Enables tanks and tool slots overlay, while backpack is worn + "enableOverlay": true, + // Offsets to left side + "offsetX": 20, + // Offsets to up + "offsetY": 30 + } + } +} \ No newline at end of file diff --git a/config/trofers-common.toml b/config/trofers-common.toml new file mode 100644 index 0000000..87d7d2d --- /dev/null +++ b/config/trofers-common.toml @@ -0,0 +1,9 @@ +#The chance a non-boss entity from a supported mod drops a trophy when killed by a player +#No trophies will drop from entities when this value is set to 0 +#Range: 0.0 ~ 1.0 +trophy_chance = 0.001 +#Whether trophies can drop loot when right-clicked +enable_trophy_loot = true +#Whether trophies can apply status effects when right-clicked +enable_trophy_effects = true + diff --git a/config/twilightforest-client.toml b/config/twilightforest-client.toml new file mode 100644 index 0000000..a33c1e0 --- /dev/null +++ b/config/twilightforest-client.toml @@ -0,0 +1,15 @@ +#Make cicadas silent for those having sound library problems, or otherwise finding them annoying. +silentCicadas = false +#Make cicadas silent when sitting on your head. If the above option is already true, this won't have any effect. +silentCicadasOnHead = false +#Controls whether various effects from the mod are rendered while in first-person view. Turn this off if you find them distracting. +firstPersonEffects = true +#Rotate trophy heads on item model. Has no performance impact at all. For those who don't like fun. +rotateTrophyHeadsGui = true +#Disable the nag screen when Optifine is installed. +disableOptifineNagScreen = false +#Disables the toasts that appear when a biome is locked. Not recommended if you're not familiar with progression. +disableLockedBiomeToasts = false +#Renders a little check mark or x above your crosshair depending on if fed the Quest Ram that color of wool. Turn this off if you find it intrusive. +questRamWoolIndicator = true + diff --git a/config/twilightforest-common.toml b/config/twilightforest-common.toml new file mode 100644 index 0000000..e418b89 --- /dev/null +++ b/config/twilightforest-common.toml @@ -0,0 +1,89 @@ +#The dimension you can always travel to the Twilight Forest from, as well as the dimension you will return to. Defaults to the overworld. (domain:regname). +originDimension = "minecraft:overworld" +#Allow portals to the Twilight Forest to be made outside of the 'origin' dimension. May be considered an exploit. +allowPortalsInOtherDimensions = false +#Allow portals only for admins (Operators). This severely reduces the range in which the mod usually scans for valid portal conditions, and it scans near ops only. +adminOnlyPortals = false +#Disable Twilight Forest portal creation entirely. Provided for server operators looking to restrict action to the dimension. +disablePortalCreation = false +#Determines if new portals should be pre-checked for safety. If enabled, portals will fail to form rather than redirect to a safe alternate destination. +#Note that enabling this also reduces the rate at which portal formation checks are performed. +checkPortalDestination = false +#Set this true if you want the lightning that zaps the portal to not set things on fire. For those who don't like fun. +portalLightning = false +#If false, the return portal will require the activation item. +shouldReturnPortalBeUsable = true +#Use a valid advancement resource location as a string. For example, using the string "minecraft:story/mine_diamond" will lock the portal behind the "Diamonds!" advancement. Invalid/Empty Advancement resource IDs will leave the portal entirely unlocked. +portalUnlockedByAdvancement = "" +#The max amount of water spaces the mod will check for when creating a portal. Very high numbers may cause issues. +#Range: > 4 +maxPortalSize = 64 +#If true, Keepsake Caskets that are spawned when a player dies will not be accessible by other players. Use this if you dont want people taking from other people's death caskets. NOTE: server operators will still be able to open locked caskets. +uuid_locking = false +#If true, disables the ability to make Skull Candles by right clicking a vanilla skull with a candle. Turn this on if you're having mod conflict issues for some reason. +skull_candles = false + +#Settings that are not reversible without consequences. +["Dimension Settings"] + #If true, the return portal will spawn for new players that were sent to the TF if `spawn_in_tf` is true. + portalForNewPlayer = false + #If true, players spawning for the first time will spawn in the Twilight Forest. + newPlayersSpawnInTF = false + +#Settings for all things related to the uncrafting table. +["Uncrafting Table"] + #Setting this to true will make it so you dont have to pay XP to repair and recraft stuff in the uncrafting table. This wont affect uncrafting cost. + #If you're confused about what repairing and recrafting are, you can read about them here: http://benimatic.com/tfwiki/index.php?title=Uncrafting_Table + #If you want to disable the xp cost for uncrafting, see the above option. + disableRepairingXpCost = false + #If true, this will invert the above uncrafting recipe list from a blacklist to a whitelist. + flipRecipeList = false + #Setting this to true will make it so you dont have to pay XP to uncraft stuff. This will only affect uncrafting. + #If you want to disable the xp cost for repairing and recrafting, see the below option. + disableUncraftingXpCost = false + #If true, this will invert the above option from a blacklist to a whitelist. + flipIdList = true + #Here, you can disable all items from certain mods from being uncrafted. + #Input a valid mod id to disable all uncrafting recipes from that mod. + #Example: "twilightforest" will disable all uncrafting recipes from this mod. + blacklistedUncraftingModIds = [] + #If you don't want to disable uncrafting altogether, and would rather disable certain recipes, this is for you. + #To add a recipe, add the mod id followed by the name of the recipe. You can check this in things like JEI. + #Example: "twilightforest:firefly_particle_spawner" will disable uncrafting the particle spawner into a firefly jar, firefly, and poppy. + #If an item has multiple crafting recipes and you wish to disable them all, add the item to the "twilightforest:banned_uncraftables" item tag. + #If you have a problematic ingredient, like infested towerwood for example, add the item to the "twilightforest:banned_uncrafting_ingredients" item tag. + disableUncraftingRecipes = ["twilightforest:giant_log_to_oak_planks"] + #Disable the uncrafting function of the uncrafting table. Recommended as a last resort if there's too many things to change about its behavior. + disableUncrafting = true + +#Settings for all things related to the magic trees. +["Magic Trees"] + #If true, prevents the Minewood Core from functioning. + disableMiningCore = false + #Defines the radius at which the Timewood Core works. Can be a number anywhere between 1 and 128. + #Range: 1 ~ 128 + timeCoreRange = 16 + #Defines the radius at which the Transformation Core works. Can be a number anywhere between 1 and 128. + #Range: 1 ~ 128 + transformationCoreRange = 16 + #If true, prevents the Timewood Core from functioning. + disableTimeCore = false + #Defines the radius at which the Minewood Core works. Can be a number anywhere between 1 and 128. + #Range: 1 ~ 128 + miningCoreRange = 16 + #If true, prevents the Transformation Core from functioning. + disableTransformationCore = false + #Defines the radius at which the Sortingwood Core works. Can be a number anywhere between 1 and 128. + #Range: 1 ~ 128 + sortingCoreRange = 16 + #If true, prevents the Sortingwood Core from functioning. + disableSortingCore = false + +#We recommend downloading the Shield Parry mod for parrying, but these controls remain for without. +["Shield Parrying"] + #The amount of ticks after raising a shield that makes it OK to parry a projectile. + #Range: > 0 + shieldParryTicksArrow = 40 + #Set to true to parry non-Twilight projectiles. + parryNonTwilightAttacks = false + diff --git a/config/untitledduckmod.json b/config/untitledduckmod.json new file mode 100644 index 0000000..3795d9f --- /dev/null +++ b/config/untitledduckmod.json @@ -0,0 +1,6 @@ +{ + "duck_spawn_weight": 6, + "duck_group_size": 4, + "goose_spawn_weight": 4, + "goose_group_size": 4 +} \ No newline at end of file diff --git a/config/vanilla-hammers.json b/config/vanilla-hammers.json new file mode 100644 index 0000000..890a8b8 --- /dev/null +++ b/config/vanilla-hammers.json @@ -0,0 +1,5 @@ +{ + "enableExtraMaterials": true, + "durabilityModifier": 5, + "breakSpeedMultiplier": 1.0 +} diff --git a/config/villagerfix.json5 b/config/villagerfix.json5 new file mode 100644 index 0000000..d449b1d --- /dev/null +++ b/config/villagerfix.json5 @@ -0,0 +1,6 @@ +{ + // Hero Of The Villager Discount 0.2 = 20% + "baseVillagerOfTheHeroDiscount": 0.2, + "extraVillagerOfTheHeroDiscount": 0.05, + "maxReputationDiscount": 0.2 +} \ No newline at end of file diff --git a/config/visuality.json b/config/visuality.json new file mode 100644 index 0000000..9913cdc --- /dev/null +++ b/config/visuality.json @@ -0,0 +1,42 @@ +{ + "slimeEnabled": true, + "chargeEnabled": true, + "sparkleEnabled": true, + "soulEnabled": true, + "waterCircles": { + "density": 10, + "radius": 16, + "enabled": true, + "colored": true + }, + "hitParticlesEnabled": true, + "hitParticleEntries": [ + "minecraft:skeleton/visuality:bone", + "minecraft:skeleton_horse/visuality:bone", + "minecraft:stray/visuality:bone", + "minecraft:wither_skeleton/visuality:wither_bone", + "minecraft:chicken/visuality:feather", + "minecraft:villager/visuality:emerald" + ], + "shinyArmorEnabled": true, + "shinyArmorEntries": [ + "minecraft:golden_helmet", + "minecraft:golden_chestplate", + "minecraft:golden_leggings", + "minecraft:golden_boots", + "minecraft:diamond_helmet", + "minecraft:diamond_chestplate", + "minecraft:diamond_leggings", + "minecraft:diamond_boots" + ], + "shinyBlocksEnabled": true, + "shinyBlockEntries": [ + "minecraft:gold_ore", + "minecraft:deepslate_gold_ore", + "minecraft:nether_gold_ore", + "minecraft:diamond_ore", + "minecraft:deepslate_diamond_ore", + "minecraft:emerald_ore", + "minecraft:deepslate_emerald_ore" + ] +} \ No newline at end of file diff --git a/config/voidtotem.toml b/config/voidtotem.toml new file mode 100644 index 0000000..d1e8ba3 --- /dev/null +++ b/config/voidtotem.toml @@ -0,0 +1,9 @@ +ADD_END_CITY_TREASURE = true +BLACKLISTED_DIMENSIONS = [] +DISPLAY_TOTEM_ON_CHEST = true +GIVE_TOTEM_EFFECTS = false +IS_INVERTED_BLACKLIST = false +NEEDS_TOTEM = true +SHOW_TOTEM_TOOLTIP = false +TELEPORT_HEIGHT_OFFSET = 64 +USE_TOTEM_FROM_INVENTORY = false diff --git a/config/voidz.json5 b/config/voidz.json5 new file mode 100644 index 0000000..b1eb94f --- /dev/null +++ b/config/voidz.json5 @@ -0,0 +1,5 @@ +{ + "allow_boss_respawn": false, + // In ticks: 20 = 1sec + "boss_respawn_time": 72000 +} \ No newline at end of file diff --git a/config/waila/blacklist.json b/config/waila/blacklist.json new file mode 100644 index 0000000..d5353ea --- /dev/null +++ b/config/waila/blacklist.json @@ -0,0 +1,22 @@ +{ + "blocks": [ + "minecraft:barrier", + "minecraft:structure_void" + ], + "blockEntityTypes": [], + "entityTypes": [ + "minecraft:area_effect_cloud", + "minecraft:experience_orb", + "minecraft:fireball", + "minecraft:firework_rocket", + "minecraft:snowball", + "minecraft:wither", + "minecraft:ender_dragon" + ], + "configVersion": 0, + "pluginHash": [ + 1510828157, + 0, + 1532117445 + ] +} \ No newline at end of file diff --git a/config/waila/megane.json b/config/waila/megane.json new file mode 100644 index 0000000..07a1976 --- /dev/null +++ b/config/waila/megane.json @@ -0,0 +1,56 @@ +{ + "configVersion": 4, + "inventory": { + "enabled": false, + "itemCount": true, + "nbt": false, + "maxWidth": 9, + "maxHeight": 3, + "blacklist": [] + }, + "entityInventory": { + "enabled": false, + "itemCount": true, + "nbt": false, + "maxWidth": 9, + "maxHeight": 3, + "blacklist": [] + }, + "energy": { + "enabled": true, + "expandWhenSneak": false, + "colors": { + "megane": 7408640, + "indrev": 3885790, + "modern_industrialization": 11993088 + }, + "units": { + "megane": "E", + "indrev": "LF", + "modern_industrialization": "EU" + }, + "blacklist": [ + "appliedenergistics2:energy_acceptor" + ] + }, + "fluid": { + "enabled": true, + "expandWhenSneak": false, + "blacklist": [] + }, + "progress": { + "enabled": true, + "showWhenZero": false, + "blacklist": [] + }, + "effect": { + "enabled": true, + "level": true, + "roman": false, + "hidden": false, + "blacklist": [] + }, + "catchServerErrors": true, + "spawnEgg": false, + "playerHead": true +} \ No newline at end of file diff --git a/config/waila/megane_modules.json b/config/waila/megane_modules.json new file mode 100644 index 0000000..f72945c --- /dev/null +++ b/config/waila/megane_modules.json @@ -0,0 +1,37 @@ +{ + "modules": { + "megane-kibe": { + "lol.bai.megane.module.kibe.MeganeKibe": true + }, + "megane-modern-dynamics": { + "lol.bai.megane.module.moderndynamics.MeganeModernDynamics": true + }, + "megane-reborn-core": { + "lol.bai.megane.module.reborncore.MeganeRebornCore": true + }, + "megane-industrial-revolution": { + "lol.bai.megane.module.indrev.MeganeIndustrialRevolution": true + }, + "megane-fabric-transfer": { + "lol.bai.megane.module.fabrictransfer.MeganeFabricTransfer": true + }, + "megane-tech-reborn": { + "lol.bai.megane.module.techreborn.MeganeTechReborn": true + }, + "modern_industrialization": { + "aztech.modern_industrialization.compat.megane.MIMeganeModule": true + }, + "megane-luggage": { + "lol.bai.megane.module.luggage.MeganeLuggage": true + }, + "megane-applied-energistics-2": { + "lol.bai.megane.module.ae2.MeganeAppliedEnergistics2": true + }, + "megane-reborn-energy": { + "lol.bai.megane.module.rebornenergy.MeganeRebornEnergy": true + }, + "megane-vanilla": { + "lol.bai.megane.module.vanilla.MeganeVanilla": true + } + } +} \ No newline at end of file diff --git a/config/waila/waila.json b/config/waila/waila.json new file mode 100644 index 0000000..8392b94 --- /dev/null +++ b/config/waila/waila.json @@ -0,0 +1,56 @@ +{ + "general": { + "displayTooltip": true, + "shiftForDetails": false, + "hideShiftText": false, + "displayMode": "TOGGLE", + "hideFromPlayerList": true, + "hideFromDebug": true, + "enableTextToSpeech": false, + "rateLimit": 250 + }, + "overlay": { + "position": { + "align": { + "x": "CENTER", + "y": "TOP" + }, + "anchor": { + "x": "CENTER", + "y": "TOP" + }, + "x": 0, + "y": 4, + "bossBarsOverlap": false + }, + "color": { + "alpha": 75, + "themes": [ + { + "id": "waila:dark", + "backgroundColor": 1250067, + "gradientStart": 3684408, + "gradientEnd": 2368548, + "fontColor": 10526880 + }, + { + "id": "waila:vanilla", + "backgroundColor": 1048592, + "gradientStart": 5243135, + "gradientEnd": 2621567, + "fontColor": 10526880 + } + ], + "activeTheme": "waila:dark" + }, + "scale": 1.0 + }, + "formatter": { + "modName": "§9§o%s", + "blockName": "§f%s", + "fluidName": "§f%s", + "entityName": "§f%s", + "registryName": "§8%s" + }, + "configVersion": 1 +} \ No newline at end of file diff --git a/config/waila/waila_plugins.json b/config/waila/waila_plugins.json new file mode 100644 index 0000000..0f65cd6 --- /dev/null +++ b/config/waila/waila_plugins.json @@ -0,0 +1,48 @@ +{ + "waila": { + "show_blocks": true, + "show_fluids": false, + "show_entities": true, + "show_icon": true, + "icon_position": "MIDDLE", + "show_mod_name": true, + "show_registry": false + }, + "minecraft": { + "item_entity": true, + "pet.owner": true, + "pet.hide_unknown_owner": false, + "attribute.block_position": false, + "attribute.block_state": false, + "attribute.entity_position": false, + "attribute.health": true, + "attribute.absorption": true, + "attribute.armor": true, + "attribute.compact": false, + "attribute.icon_per_line": 10, + "attribute.long_health_max": 20, + "attribute.long_armor_max": 20, + "furnace_contents": true, + "jukebox.record": true, + "timer.grow": true, + "timer.breed": true, + "override.trapped_chest": true, + "override.powder_snow": true, + "override.infested": true, + "breaking_progress.enabled": true, + "breaking_progress.color": -1426063361, + "breaking_progress.bottom_only": true, + "spawner_type": true, + "crop_progress": true, + "redstone.lever": true, + "redstone.repeater": true, + "redstone.comparator": true, + "redstone.level": true, + "player_head.name": true, + "level.composter": true, + "level.honey": true, + "note_block.type": true, + "note_block.note": "SHARP", + "note_block.int_value": false + } +} \ No newline at end of file diff --git a/config/wands.json b/config/wands.json new file mode 100644 index 0000000..c5bb619 --- /dev/null +++ b/config/wands.json @@ -0,0 +1,62 @@ +{ + "blocks_per_xp": 0.0, + "stone_wand_limit": 16, + "iron_wand_limit": 32, + "diamond_wand_limit": 64, + "netherite_wand_limit": 256, + "creative_wand_limit": 512, + "stone_wand_durability": 256, + "iron_wand_durability": 512, + "diamond_wand_durability": 2048, + "netherite_wand_durability": 4096, + "destroy_in_survival_drop": true, + "survival_unenchanted_drops": true, + "allow_wand_to_break": false, + "allow_offhand_to_break": false, + "mend_tools": true, + "enable_vein_mode": true, + "enable_blast_mode": true, + "magic_bag_1_limit": 17280, + "magic_bag_2_limit": 172800, + "wand_mode_display_x_pos": 75.0, + "wand_mode_display_y_pos": 100.0, + "wand_tools_display_x_pos": 0.0, + "wand_tools_display_y_pos": 100.0, + "preview_opacity": 0.8, + "fancy_preview": true, + "block_outlines": true, + "fill_outlines": true, + "copy_outlines": true, + "paste_outlines": true, + "no_lines": false, + "fat_lines": true, + "render_last": false, + "show_tools_info": true, + "check_advancements": false, + "advancement_allow_stone_wand": "", + "advancement_allow_iron_wand": "", + "advancement_allow_diamond_wand": "", + "advancement_allow_netherite_wand": "", + "fat_lines_width": 0.025, + "block_outline_color": "220,220,220,255", + "bounding_box_color": "0,0,200,255", + "destroy_color": "220,0,0,255", + "tool_use_color": "240,240,0,255", + "start_color": "0,200,200,255", + "end_color": "0,200,0,255", + "line_color": "200,0,200,200", + "paste_bb_color": "80,40,0,255", + "block_color": "255,255,255,255", + "str_pickaxe_allowed": [ + "minecraft:sea_lantern" + ], + "str_axe_allowed": [], + "str_shovel_allowed": [], + "str_hoe_allowed": [ + "minecraft:moss_block" + ], + "str_shears_allowed": [ + "minecraft:moss_block" + ], + "str_denied": [] +} \ No newline at end of file diff --git a/config/wizards/items.json b/config/wizards/items.json new file mode 100644 index 0000000..9e2844b --- /dev/null +++ b/config/wizards/items.json @@ -0,0 +1,425 @@ +{ + "weapons": { + "staff_netherite_fire": { + "attack_damage": 4.0, + "attack_speed": -3.0, + "spell_attributes": [ + { + "name": "fire", + "value": 5.0, + "operation": "ADDITION" + } + ] + }, + "staff_netherite_frost": { + "attack_damage": 4.0, + "attack_speed": -3.0, + "spell_attributes": [ + { + "name": "frost", + "value": 5.0, + "operation": "ADDITION" + } + ] + }, + "staff_netherite_arcane": { + "attack_damage": 4.0, + "attack_speed": -3.0, + "spell_attributes": [ + { + "name": "arcane", + "value": 5.0, + "operation": "ADDITION" + } + ] + }, + "wand_fire": { + "attack_damage": 2.0, + "attack_speed": -2.4, + "spell_attributes": [ + { + "name": "fire", + "value": 2.0, + "operation": "ADDITION" + } + ] + }, + "staff_arcane": { + "attack_damage": 4.0, + "attack_speed": -3.0, + "spell_attributes": [ + { + "name": "arcane", + "value": 4.0, + "operation": "ADDITION" + } + ] + }, + "wand_novice": { + "attack_damage": 2.0, + "attack_speed": -2.4, + "spell_attributes": [ + { + "name": "fire", + "value": 1.0, + "operation": "ADDITION" + } + ] + }, + "wand_arcane": { + "attack_damage": 2.0, + "attack_speed": -2.4, + "spell_attributes": [ + { + "name": "arcane", + "value": 2.0, + "operation": "ADDITION" + } + ] + }, + "staff_frost": { + "attack_damage": 4.0, + "attack_speed": -3.0, + "spell_attributes": [ + { + "name": "frost", + "value": 4.0, + "operation": "ADDITION" + } + ] + }, + "wand_netherite_arcane": { + "attack_damage": 2.0, + "attack_speed": -2.4, + "spell_attributes": [ + { + "name": "arcane", + "value": 3.0, + "operation": "ADDITION" + } + ] + }, + "staff_fire": { + "attack_damage": 4.0, + "attack_speed": -3.0, + "spell_attributes": [ + { + "name": "fire", + "value": 4.0, + "operation": "ADDITION" + } + ] + }, + "wand_frost": { + "attack_damage": 2.0, + "attack_speed": -2.4, + "spell_attributes": [ + { + "name": "frost", + "value": 2.0, + "operation": "ADDITION" + } + ] + }, + "wand_netherite_fire": { + "attack_damage": 2.0, + "attack_speed": -2.4, + "spell_attributes": [ + { + "name": "fire", + "value": 3.0, + "operation": "ADDITION" + } + ] + }, + "wand_netherite_frost": { + "attack_damage": 2.0, + "attack_speed": -2.4, + "spell_attributes": [ + { + "name": "frost", + "value": 3.0, + "operation": "ADDITION" + } + ] + } + }, + "armor_sets": { + "arcane_robe": { + "armor_toughness": 0.0, + "knockback_resistance": 0.0, + "head": { + "armor": 1, + "spell_attributes": [ + { + "name": "arcane", + "value": 0.25, + "operation": "MULTIPLY_BASE" + }, + { + "name": "critical_damage", + "value": 0.1, + "operation": "MULTIPLY_BASE" + } + ] + }, + "chest": { + "armor": 3, + "spell_attributes": [ + { + "name": "arcane", + "value": 0.25, + "operation": "MULTIPLY_BASE" + }, + { + "name": "critical_damage", + "value": 0.1, + "operation": "MULTIPLY_BASE" + } + ] + }, + "legs": { + "armor": 2, + "spell_attributes": [ + { + "name": "arcane", + "value": 0.25, + "operation": "MULTIPLY_BASE" + }, + { + "name": "critical_damage", + "value": 0.1, + "operation": "MULTIPLY_BASE" + } + ] + }, + "feet": { + "armor": 1, + "spell_attributes": [ + { + "name": "arcane", + "value": 0.25, + "operation": "MULTIPLY_BASE" + }, + { + "name": "critical_damage", + "value": 0.1, + "operation": "MULTIPLY_BASE" + } + ] + } + }, + "fire_robe": { + "armor_toughness": 0.0, + "knockback_resistance": 0.0, + "head": { + "armor": 1, + "spell_attributes": [ + { + "name": "fire", + "value": 0.25, + "operation": "MULTIPLY_BASE" + }, + { + "name": "critical_chance", + "value": 0.02, + "operation": "MULTIPLY_BASE" + } + ] + }, + "chest": { + "armor": 3, + "spell_attributes": [ + { + "name": "fire", + "value": 0.25, + "operation": "MULTIPLY_BASE" + }, + { + "name": "critical_chance", + "value": 0.02, + "operation": "MULTIPLY_BASE" + } + ] + }, + "legs": { + "armor": 2, + "spell_attributes": [ + { + "name": "fire", + "value": 0.25, + "operation": "MULTIPLY_BASE" + }, + { + "name": "critical_chance", + "value": 0.02, + "operation": "MULTIPLY_BASE" + } + ] + }, + "feet": { + "armor": 1, + "spell_attributes": [ + { + "name": "fire", + "value": 0.25, + "operation": "MULTIPLY_BASE" + }, + { + "name": "critical_chance", + "value": 0.02, + "operation": "MULTIPLY_BASE" + } + ] + } + }, + "frost_robe": { + "armor_toughness": 0.0, + "knockback_resistance": 0.0, + "head": { + "armor": 1, + "spell_attributes": [ + { + "name": "frost", + "value": 0.25, + "operation": "MULTIPLY_BASE" + }, + { + "name": "haste", + "value": 0.03, + "operation": "MULTIPLY_BASE" + } + ] + }, + "chest": { + "armor": 3, + "spell_attributes": [ + { + "name": "frost", + "value": 0.25, + "operation": "MULTIPLY_BASE" + }, + { + "name": "haste", + "value": 0.03, + "operation": "MULTIPLY_BASE" + } + ] + }, + "legs": { + "armor": 2, + "spell_attributes": [ + { + "name": "frost", + "value": 0.25, + "operation": "MULTIPLY_BASE" + }, + { + "name": "haste", + "value": 0.03, + "operation": "MULTIPLY_BASE" + } + ] + }, + "feet": { + "armor": 1, + "spell_attributes": [ + { + "name": "frost", + "value": 0.25, + "operation": "MULTIPLY_BASE" + }, + { + "name": "haste", + "value": 0.03, + "operation": "MULTIPLY_BASE" + } + ] + } + }, + "wizard_robe": { + "armor_toughness": 0.0, + "knockback_resistance": 0.0, + "head": { + "armor": 1, + "spell_attributes": [ + { + "name": "arcane", + "value": 1.0, + "operation": "ADDITION" + }, + { + "name": "fire", + "value": 1.0, + "operation": "ADDITION" + }, + { + "name": "frost", + "value": 1.0, + "operation": "ADDITION" + } + ] + }, + "chest": { + "armor": 3, + "spell_attributes": [ + { + "name": "arcane", + "value": 1.0, + "operation": "ADDITION" + }, + { + "name": "fire", + "value": 1.0, + "operation": "ADDITION" + }, + { + "name": "frost", + "value": 1.0, + "operation": "ADDITION" + } + ] + }, + "legs": { + "armor": 2, + "spell_attributes": [ + { + "name": "arcane", + "value": 1.0, + "operation": "ADDITION" + }, + { + "name": "fire", + "value": 1.0, + "operation": "ADDITION" + }, + { + "name": "frost", + "value": 1.0, + "operation": "ADDITION" + } + ] + }, + "feet": { + "armor": 1, + "spell_attributes": [ + { + "name": "arcane", + "value": 1.0, + "operation": "ADDITION" + }, + { + "name": "fire", + "value": 1.0, + "operation": "ADDITION" + }, + { + "name": "frost", + "value": 1.0, + "operation": "ADDITION" + } + ] + } + } + } +} \ No newline at end of file diff --git a/config/wizards/loot.json b/config/wizards/loot.json new file mode 100644 index 0000000..bd6fe17 --- /dev/null +++ b/config/wizards/loot.json @@ -0,0 +1,125 @@ +{ + "item_groups": { + "staves_tier_1": { + "ids": [ + "wizards:staff_arcane", + "wizards:staff_fire", + "wizards:staff_frost" + ], + "chance": 0.3, + "weight": 1 + }, + "robes_tier_1": { + "ids": [ + "wizards:wizard_robe_head", + "wizards:wizard_robe_chest", + "wizards:wizard_robe_legs", + "wizards:wizard_robe_feet" + ], + "chance": 0.25, + "weight": 1 + }, + "robes_tier_2": { + "ids": [ + "wizards:arcane_robe_head", + "wizards:arcane_robe_chest", + "wizards:arcane_robe_legs", + "wizards:arcane_robe_feet", + "wizards:fire_robe_head", + "wizards:fire_robe_chest", + "wizards:fire_robe_legs", + "wizards:fire_robe_feet", + "wizards:frost_robe_head", + "wizards:frost_robe_chest", + "wizards:frost_robe_legs", + "wizards:frost_robe_feet" + ], + "chance": 0.5, + "weight": 1 + }, + "wands_tier_1": { + "ids": [ + "wizards:wand_arcane", + "wizards:wand_fire", + "wizards:wand_frost" + ], + "chance": 0.3, + "weight": 1 + }, + "wands_tier_0": { + "ids": [ + "wizards:wand_novice" + ], + "chance": 1.0, + "weight": 1 + } + }, + "loot_tables": { + "minecraft:chests/bastion_treasure": [ + "staves_tier_1", + "robes_tier_1" + ], + "minecraft:chests/underwater_ruin_small": [ + "staves_tier_1" + ], + "minecraft:chests/woodland_mansion": [ + "staves_tier_1", + "robes_tier_1" + ], + "minecraft:chests/end_city_treasure": [ + "staves_tier_1", + "robes_tier_2" + ], + "minecraft:chests/abandoned_mineshaft": [ + "wands_tier_0" + ], + "minecraft:chests/shipwreck_supply": [ + "wands_tier_0" + ], + "minecraft:chests/nether_bridge": [ + "staves_tier_1" + ], + "minecraft:chests/underwater_ruin_big": [ + "staves_tier_1", + "robes_tier_1" + ], + "minecraft:chests/pillager_outpost": [ + "wands_tier_1" + ], + "minecraft:chests/simple_dungeon": [ + "wands_tier_1" + ], + "minecraft:chests/ruined_portal": [ + "wands_tier_0" + ], + "minecraft:chests/desert_pyramid": [ + "wands_tier_1" + ], + "minecraft:chests/bastion_bridge": [ + "wands_tier_1" + ], + "minecraft:chests/shipwreck_treasure": [ + "robes_tier_1" + ], + "minecraft:chests/jungle_temple": [ + "wands_tier_1" + ], + "minecraft:chests/ancient_city": [ + "staves_tier_1", + "robes_tier_2" + ], + "minecraft:chests/stronghold_crossing": [ + "wands_tier_1" + ], + "minecraft:chests/igloo_chest": [ + "wands_tier_0" + ], + "minecraft:chests/bastion_other": [ + "staves_tier_1" + ], + "minecraft:chests/stronghold_library": [ + "staves_tier_1", + "robes_tier_2" + ] + } +} \ No newline at end of file diff --git a/config/wizards/world_gen.json b/config/wizards/world_gen.json new file mode 100644 index 0000000..09f6d8a --- /dev/null +++ b/config/wizards/world_gen.json @@ -0,0 +1,39 @@ +{ + "entries": [ + { + "pool": "minecraft:village/desert/houses", + "structure": "wizards:village/desert/wizard_tower", + "weight": 1 + }, + { + "pool": "minecraft:village/desert/houses", + "structure": "wizards:village/desert/wizard_tower_2", + "weight": 4 + }, + { + "pool": "minecraft:village/savanna/houses", + "structure": "wizards:village/savanna/wizard_tower", + "weight": 3 + }, + { + "pool": "minecraft:village/plains/houses", + "structure": "wizards:village/plains/wizard_tower", + "weight": 4 + }, + { + "pool": "minecraft:village/taiga/houses", + "structure": "wizards:village/taiga/wizard_tower", + "weight": 4 + }, + { + "pool": "minecraft:village/snowy/houses", + "structure": "wizards:village/snowy/wizard_tower", + "weight": 1 + }, + { + "pool": "minecraft:village/snowy/houses", + "structure": "wizards:village/snowy/wizard_tower_2", + "weight": 4 + } + ] +} \ No newline at end of file diff --git a/config/yigd.toml b/config/yigd.toml new file mode 100644 index 0000000..5125e50 --- /dev/null +++ b/config/yigd.toml @@ -0,0 +1,163 @@ +[graveSettings] +generateGraves = true +retrievalType = "ON_USE" +compactRetrieveItems = true +retrievalRequireShovel = false +dropType = "IN_INVENTORY" +dropPlayerHead = false +dropGraveBlock = false +requireGraveItem = false +generateEmptyGraves = false +ignoreSpawnProtection = true +deathInSpawnProtection = "CREATE_GRAVE" +priority = "GRAVE" +unlockableGraves = true +deleteEnchantments = ["minecraft:vanishing_curse", "vanishing_curse"] +soulboundEnchantments = ["yigd:soulbound"] +loseSoulboundLevelOnDeath = false +voidSlots = [] +soulboundSlots = [] +applyBindingCurse = true +useLastGroundPos = false +trySoft = false +trySoftApproach = "RADIUS" +tryStrict = true +replaceWhenClaimed = true +persistGraves = false +blacklistDimensions = [] +graveInVoid = true +ignoreDeathTypes = [] +graveSpawnHeight = 2 +lastResort = "DROP_ITEMS" +putXpInGrave = true +defaultXpDrop = false +xpDropPercent = 50 +tellDeathPos = true +maxGraveBackups = 50 + +[graveSettings.graveRobbing] +enableRobbing = true +onlyMurderer = false +afterTime = 1 +timeType = "HOURS" +robPriority = "INVENTORY" +tellRobber = true +notifyWhenRobbed = true + +[graveSettings.graveDeletion] +canDelete = false +afterTime = 1 +timeType = "HOURS" +dropInventory = false + +[graveSettings.itemLoss] +enableLoss = false +ignoreSoulboundItems = true +affectStacks = false +usePercentRange = false +lossRangeFrom = 0 +lossRangeTo = 5 +percentChanceOfLoss = 100 + +[graveSettings.randomSpawnSettings] +percentSpawnChance = 0 +spawnEntity = "minecraft:zombie" +spawnNbt = "{ArmorItems:[{},{},{},{id:\"minecraft:player_head\",tag:{SkullOwner:{Name:\"${name}\",Id:\"${uuid}\"}},Count:1b}]}" + +[graveSettings.blockUnderGrave] +generateBlockUnder = true +inOverWorld = "minecraft:cobblestone" +inNether = "minecraft:soul_soil" +inTheEnd = "minecraft:end_stone" +inCustom = "minecraft:dirt" +generateWhenProtected = false + +[graveSettings.graveCompatConfig] +levelzXpInGraves = true +levelzXpDropPercent = 100 +claimRuleOverride = "CREATE_GRAVE" +prioritiseTheGraveyardGraves = false +graveyardSearchRadius = 10 +keepAllTrinkets = false + +[graveSettings.graveRenderSettings] +useRenderFeatures = true +useSpecialBlockRenderer = true +renderGraveSkull = true +renderGraveOwner = true +textShadow = true +adaptRenderer = false +glowingGrave = true +glowMinDistance = 0 +glowMaxDistance = 10 + +[graveSettings.graveRenderSettings.guiTextColors] +graveSelectGraveLocation = 13369548 +graveSelectItemSize = 204 +graveSelectLevelSize = 2725384 +graveSelectTitle = 5592405 +graveSelectPageView = 30464 +graveSelectShowAvailableCheckbox = 7829367 +graveSelectShowClaimedCheckbox = 7829367 +graveSelectShowDestroyedCheckbox = 7829367 +graveSelectShowStatusCheckbox = 7829367 +graveViewLockGrave = 0 +graveViewUnlockGrave = 0 +graveViewRestoreGrave = 0 +graveViewDeleteGrave = 0 +graveViewRobGrave = 0 +graveViewGiveKey = 0 +graveViewDeathMessage = 11141120 +graveViewDeathDimension = 21956 +graveViewCoordinates = 12255419 +graveViewModItemSize = 5592405 +graveViewLevelSize = 2725384 +claimedBy = 0 +playerSelectPlayerName = 16384 +playerSelectGraveCount = 5592405 +playerSelectTitle = 5592405 +playerSelectPageView = 30464 +playerSelectIncludeAvailableCheckbox = 7829367 +playerSelectIncludeClaimedCheckbox = 7829367 +playerSelectIncludeDestroyedCheckbox = 7829367 +playerSelectShowZeroCheckbox = 7829367 +playerSelectSearchBar = 16777215 +[utilitySettings.soulboundEnchant] +enabled = true +isTreasure = false +villagerTrade = true +tableAndLoot = false +[utilitySettings.deathSightEnchant] +enabled = false +isTreasure = true +villagerTrade = true +tableAndLoot = true +[utilitySettings.scrollItem] +scrollType = "DISABLED" +retrieveOnRespawn = true +[utilitySettings.graveKeySettings] +enableKeys = false +alwaysRequire = false +retrieveOnRespawn = true +getFromGui = false +rebindable = false +graveKeySpecification = "PLAYER" +[utilitySettings.graveCompassSettings] +receiveOnDeath = false +tryDeleteOnClaim = true +[commandToggles] +coreCommandName = "yigd" +retrieveGrave = true +robGrave = true +selfView = true +adminView = true +moderateGraves = true +clearGraveBackups = true +whitelist = true +whitelistAdd = true +whitelistRemove = true +whitelistToggle = true +coordinateToggle = true +[debugConfig] +clearInventoryOnRespawn = false +createGraveBeforeDeathMessage = false diff --git a/config/yungsextras-fabric-1_19.toml b/config/yungsextras-fabric-1_19.toml new file mode 100644 index 0000000..e69de29 diff --git a/index.toml b/index.toml new file mode 100644 index 0000000..54aaf18 --- /dev/null +++ b/index.toml @@ -0,0 +1,7157 @@ +hash-format = "sha256" + +[[files]] +file = "config/MouseTweaks.cfg" +hash = "4069ce1a439d8c37453c1b1e9f2037e0942674c7e48723a39b37eab245792ad4" + +[[files]] +file = "config/NoChatReports/NCR-Client.json" +hash = "e916169096a79d36ea551d84ba7da4083cbdc49374bafa605c93cf893e93149c" + +[[files]] +file = "config/NoChatReports/NCR-Common.json" +hash = "bbc93e6b3cb7a917334cbbb3d1b0775a1cb3244ebc2075e4fa1fb7420e32cea7" + +[[files]] +file = "config/NoChatReports/NCR-Encryption.json" +hash = "ba5e0e63cd9b06f69f19a66e99cd8f2d327421344123215c067a427a161558f1" + +[[files]] +file = "config/NoChatReports/NCR-ServerWhitelist.json" +hash = "8f9ffa9d1d8d97d7c310dc4949b113fb4ac5510699085d7c9666fb96ec5b9059" + +[[files]] +file = "config/NoChatReports/README.md" +hash = "c52b76ccad2bd1063a22c7f6bb9e7c5db6b00fb53a6fd605585972ee0e5fc01f" + +[[files]] +file = "config/PaginatedAdvancements.json5" +hash = "3f57e22a489277c2a92932c0ce9713617f1f8c05ab24c3d9bb755ad48278c85f" + +[[files]] +file = "config/Revelationary.json" +hash = "320e0fc1914b7d05a550207449dfc99ce3d88cdddb376ba1828d2a10b5d1f9e0" + +[[files]] +file = "config/Revelationary.json5" +hash = "e2fc3211b240f5f4c802afd965c8b446a85c8e9f78f537dbf65fde9411e9d3b0" + +[[files]] +file = "config/Spectrum.json5" +hash = "596b10ce67f3475af202f2a5a4c51c6f4a6fbbdb134e82e61254a16e6dde5ad1" + +[[files]] +file = "config/YungsExtras/README.txt" +hash = "2e494050535555835f5d0cc89bde1207711e208e9a190ce9dce798ad80d5216f" + +[[files]] +file = "config/YungsExtras/fabric-1_19/README.txt" +hash = "589122f27daf80f48e4e1196b283e42559beecde99a6312a7375b45919e4e6f7" + +[[files]] +file = "config/YungsExtras/fabric-1_19/wishing_wells.json" +hash = "0fc1c310651e1198ea94d15ab805efb0fb294050d342fa47aabc4eab0ea8abed" + +[[files]] +file = "config/ad_astra.json" +hash = "616e8e6c09c7ad322641f383686a725511bfb3f641b5b59f009486bd42ab43a6" + +[[files]] +file = "config/adaptive-tooltips.json" +hash = "c7201bc48409d611ff9608a4932f46ceef3ec1f2cf1c2437d76520ece00f16df" + +[[files]] +file = "config/advancementplaques-common.toml" +hash = "55cb8108a3a4d405ce373f0d389ca347b4ae404016b0d1d8422fc326a71ea7e2" + +[[files]] +file = "config/adventurez.json5" +hash = "0f84e468802d5b3cf0e95e466361ec9b469c3efc19a1a006184b20a1c05e8bb4" + +[[files]] +file = "config/ae2/client.json" +hash = "d3e7030c1e712e1d10f07716ac18e6499a6963507e68fd1a74ccdee8fd7c823d" + +[[files]] +file = "config/ae2/common.json" +hash = "dd1dcd2e2f1e6d51454626374c3667e50a39e38029d4ea8943632fa0d3a229df" + +[[files]] +file = "config/almostunified/debug.json" +hash = "4f1808d3941300cf6e2c53b5a37f2808a4d904e63597cd4e03a03d19e4762fef" + +[[files]] +file = "config/almostunified/duplicates.json" +hash = "120aea36316bbda69c8c35f7cac74f36202da8c2845b6514fccfd4181efdc884" + +[[files]] +file = "config/almostunified/startup.json" +hash = "ad711622f9b8c5cc8115f52396f5d82587b809fb20cbf9d94c7744aeebcaf4d5" + +[[files]] +file = "config/almostunified/unify.json" +hash = "d3e01992b538c04ac006449bdcce7ed872cb55c2d8dd2a985dd8db3b27b88b3b" + +[[files]] +file = "config/almostunified/unify.json.bak" +hash = "0d29d29e9665153d0cf92f2109ae97756a3a786b0c7e833ade495dfe76f74fc5" + +[[files]] +file = "config/ambientsounds-client.json" +hash = "213ff0d3925ffc6291faeaeeff8075af01237dc2ad05480e72b7d226efd6187d" + +[[files]] +file = "config/appleskin.json5" +hash = "ae87f2d1b38dfd4b1e0767dfeb539261deaaf4fd2eb73692afcbaac7147855b9" + +[[files]] +file = "config/archeology.json" +hash = "9f7bade3c5c88cc4ef1d2b433e2d9c5a52f69ea230b1509c2525026a8560898f" + +[[files]] +file = "config/architects_palette.json5" +hash = "5154ec80974fcee32f9be4f57e9836f2f679e23ea12ee17530a18cba931ad712" + +[[files]] +file = "config/armorsoundtweak.toml" +hash = "ad16e42990d4c5d559f1f286e21b14e5c717df4a6d1fa279970127bc60eb7b05" + +[[files]] +file = "config/artifacts/general.toml" +hash = "fb0f6d6e2f4e0bb23ed45b33cf959e0df4f1747040e7ce964aeac9131d9da337" + +[[files]] +file = "config/artifacts/worldgen.toml" +hash = "a0d46432e3479f0c51eaf2c752152ea19d733ecde1cf8acef73960e8479782ce" + +[[files]] +file = "config/attributefix.json" +hash = "aaeed25eb7023f64255d3b2393cd2a9332461d68f66509b33d211f4db578a1a3" + +[[files]] +file = "config/authme.json5" +hash = "abc3e0e4c6c3120dcbc22fecfae1966d0a040aa9464913fd2ff3aa5b1f606023" + +[[files]] +file = "config/bedbenefits.json" +hash = "cea91e314349a043577554d5da998fec075c3b2d2ec5db1a7816e8c2d7f6f8d4" + +[[files]] +file = "config/besmirchment.json" +hash = "5f1c8e34db8c9c31239a82ba8630c28bccc5748eb84d1134d206ec8851ed5ed2" + +[[files]] +file = "config/bettercombat/client.json5" +hash = "775fa0ed0b90d50b90a85f0594769d3da9f7450b390b28b62a1787d4ab848c67" + +[[files]] +file = "config/bettercombat/fallback_compatibility.json" +hash = "5421a11dc71fc220315e048716ce342949832996843affb482797d20a4532fa2" + +[[files]] +file = "config/bettercombat/server.json5" +hash = "60eb93bce590d93a1cf59af7064fefa254d54d30f5dd1937134e00868ceb980d" + +[[files]] +file = "config/betterdeserttemples-fabric-1_19.toml" +hash = "06a1b8b7774df6bef4dc9b82e140a4211d41c93178ee0d9d25105d05a6c20566" + +[[files]] +file = "config/betterdeserttemples/README.txt" +hash = "3646bc39be8c42a1432506e77721f3b963d33948d4bbd4cd5a10703834979116" + +[[files]] +file = "config/betterdeserttemples/fabric-1_19/README.txt" +hash = "80ba474fdd1912739a1dc3326de6539ccfceb9d5c97f540131b567e295a7b112" + +[[files]] +file = "config/betterdeserttemples/fabric-1_19/armorstands.json" +hash = "5c0bf809869c3b0cad3cf7f39e41a7c3cace03cbb6330b4381c3e84a87e93a1b" + +[[files]] +file = "config/betterdeserttemples/fabric-1_19/itemframes.json" +hash = "a06535f285b4500ecdc36376659a77fea7607ab7f4966bfdcb39164da961d071" + +[[files]] +file = "config/betterdungeons-fabric-1_19.toml" +hash = "c0809814af173f138d83495d36aabcccda93ba2f2a49ec5b7e1c87a201efee77" + +[[files]] +file = "config/bettermineshafts-fabric-1_19.toml" +hash = "d486f4672659b59f9a855d9ebce345d8a983c504d24b99613ce280db657c40f5" + +[[files]] +file = "config/betteroceanmonuments-fabric-1_19.toml" +hash = "dbba9af53d8bfb9f46cb4c9ab525a72026ad0a13c36e8dd8efe7398a767c3187" + +[[files]] +file = "config/betterpingdisplay.json" +hash = "d9b413555ca6e7add44924c507e5ec5dc8db060f9b04fdfefcd505e61faec0e0" + +[[files]] +file = "config/betterstats.properties" +hash = "f65a3ae825615f8b99c6e4f9bf779fe7b2fad5e55d737d23fee6e8128de5feb8" + +[[files]] +file = "config/betterstrongholds-fabric-1_19.toml" +hash = "2dae469f9196a363cb5e9fb614788224a713378f22300a1afd6486f1d43766a2" + +[[files]] +file = "config/betterstrongholds/README.txt" +hash = "70aadca974d0adfe90f98930e23c15076b3d2e625c88e8c2aa6721d91a8c035f" + +[[files]] +file = "config/betterstrongholds/fabric-1_19/README.txt" +hash = "c857bda54ab01ca5db21cfe085dc75dcbb13d26054463cf301c74023783612fc" + +[[files]] +file = "config/betterstrongholds/fabric-1_19/armorstands.json" +hash = "7569c171d398d7117d12a00fb88016b6955d796186dd84e64e2ea18e6f0f1277" + +[[files]] +file = "config/betterstrongholds/fabric-1_19/itemframes.json" +hash = "91000ffb5537bd8683e87280a607886750f7986119db151c25402a6f2aad6450" + +[[files]] +file = "config/betterstrongholds/fabric-1_19/ores.json" +hash = "a958f3bb95baee5c0c031c1b63d6e1754dd63bd45e2b139bddc955fc6c9f92f7" + +[[files]] +file = "config/betterstrongholds/fabric-1_19/rareblocks.json" +hash = "5ad74727bfbd607151d1d930d6fb4e9b260b2e606c9d483403123ade0e82137a" + +[[files]] +file = "config/betterwitchhuts-fabric-1_19.toml" +hash = "063ce4f60934ab166dade45375ef5518df74be2c6c1e1f1a52ec181013803197" + +[[files]] +file = "config/bewitchment.json" +hash = "fd0438ed8e0f925c3a28eab46e479ca42027bf266ff0dff2fae7a9880f9af9f0" + +[[files]] +file = "config/bhmenu/bhmenu-client.properties" +hash = "826cfa7a87e43aef287618c9cb6e9cfa4b501a39a0f56f39791b515a73ca1a91" + +[[files]] +file = "config/biomemakeover.json" +hash = "0ce6031880e8ac1424b91b3244d1c73aaee4c2f465bafd12ff1b116da79376f8" + +[[files]] +file = "config/bosses_of_mass_destruction.json5" +hash = "a246a1c2f9e576e459fe0ba21d2a92c8c1e6347cdd7965400b542f6ebbf2ad0c" + +[[files]] +file = "config/botania-client.json5" +hash = "3af2bcf73d631d6f0ce4486193d75a57f7843c7e6bf03c53397e36e6d0789ee8" + +[[files]] +file = "config/botania-common.json5" +hash = "34e9ccc5d052f8791f8feb8af97fe578c1c1435e7426accd87a75a687cfba544" + +[[files]] +file = "config/brazier-client.toml" +hash = "3a69cc19c6ede77d08e00d637e36b52c84e2689a1805ed9bd0d4cc453286e7a4" + +[[files]] +file = "config/brazier-common.toml" +hash = "a09289defa941a6aeb7ca963c57aff48c7297db2455a9cc1dc965c4e1c5d964c" + +[[files]] +file = "config/builtinservers.json" +hash = "1acf39504bd4b9b548be05e5061581c78a362f1a61993ad2c033c82453de87fa" + +[[files]] +file = "config/bwncr.toml" +hash = "4a3e5c2643b3e40f9a5edd3d540f788818dfdf382c19340393a47efefd52ecde" + +[[files]] +file = "config/bwplus.json" +hash = "ffad83e8dcd60cfe5745490ebd4e27cfb4d0afb58738e25e28521dc3f527257c" + +[[files]] +file = "config/byg/README.txt" +hash = "716925cf1fd06d3d981aac5adbdc7a84dae30dbb64b17b0c25a8f739be01883d" + +[[files]] +file = "config/byg/backups/last_working_configs_backup.zip" +hash = "2298925081ac6eec96fb9443a350a3ce6714d08a2f186723d7027cb478005647" + +[[files]] +file = "config/byg/biomepedia.json5" +hash = "d9b7c4d1b5445c9b34618918f94f190e2f9dd5312ae1e241e11ac796edf7e31c" + +[[files]] +file = "config/byg/client/biomepedia_inventory.json5" +hash = "fe34189905301fc2821a96e626544c1fdfb2da66fda123d7f38886b088c78f97" + +[[files]] +file = "config/byg/config_versions.json5" +hash = "8f4186c227a695fde8942363956bf88a7c96ee95e077a389be4ca92c5a42407e" + +[[files]] +file = "config/byg/end-biomes.json5" +hash = "08f3326b9f2b62917a215b8030a3d4abff0fbe584c73f9e863c0cc988c01a380" + +[[files]] +file = "config/byg/growing-patterns.json5" +hash = "7775c7c5b40f3c4ee9159caad0a7c2a84a7c61619fc47a9d66e0626a72861bc6" + +[[files]] +file = "config/byg/nether-biomes.json5" +hash = "3ae4eb6e44fe760e794faee6cef8c35d0ac4e139460e4f81c8d1f951e1811efd" + +[[files]] +file = "config/byg/overworld/biome_selectors/beach_biomes/beach_biomes_1.json5" +hash = "0e53d280eb90fb3c42f66b0ce58d4e08e638a51d676671ee5588846da14f70b8" + +[[files]] +file = "config/byg/overworld/biome_selectors/beach_biomes/beach_biomes_vanilla.json5" +hash = "6dd230fc4c56de80747e8e9c55b819c30a90c04b27694111f0318f6988ca1d33" + +[[files]] +file = "config/byg/overworld/biome_selectors/middle_biomes/middle_biomes_1.json5" +hash = "498379b746679a6a8d3d504e39137c46a0ab4fc7e4e7a348e11ab7145a89d94b" + +[[files]] +file = "config/byg/overworld/biome_selectors/middle_biomes/middle_biomes_2.json5" +hash = "2ba82a56ac3b6015fceb920c7928211fa217a306525cd8e3d50c43f34a3495d6" + +[[files]] +file = "config/byg/overworld/biome_selectors/middle_biomes/middle_biomes_3.json5" +hash = "9788dfd410e0574b18b30357a0ef070a6d298ca920a7014b332dceb90c11411a" + +[[files]] +file = "config/byg/overworld/biome_selectors/middle_biomes/middle_biomes_vanilla.json5" +hash = "f78eacc414033fd7f75d1515835e6952225b9eeb8527db35927f6aba19be2db6" + +[[files]] +file = "config/byg/overworld/biome_selectors/middle_biomes_variant/middle_biomes_variant_vanilla.json5" +hash = "2c98b46f5859bfad90f6381cba3072bc272ea49c59036e85d4bc19c4d78e3bcb" + +[[files]] +file = "config/byg/overworld/biome_selectors/oceans/oceans_1.json5" +hash = "15eefb2eb101d0ae7e317c16607787a42da09c083cab0ca18449afddad7f69f0" + +[[files]] +file = "config/byg/overworld/biome_selectors/oceans/oceans_vanilla.json5" +hash = "e759bdca66716ef1c839a0da99b2dbc30983ac49411773f67df86efc2967575c" + +[[files]] +file = "config/byg/overworld/biome_selectors/peak_biomes/peak_biomes_1.json5" +hash = "27c4f1ac223676791f862d972f7383be1bbb05dd303e92c910f99ed341d32a1f" + +[[files]] +file = "config/byg/overworld/biome_selectors/peak_biomes/peak_biomes_vanilla.json5" +hash = "1d67c6d3f53e21ea538ff516c56301e334ca509b461e4d0a5cb914e48388e1e9" + +[[files]] +file = "config/byg/overworld/biome_selectors/peak_biomes_variant/peak_biomes_variant_vanilla.json5" +hash = "5eb3f8ee44e14ad8ad7952bf38af861585022222c0458b5241d163adeb1aca2c" + +[[files]] +file = "config/byg/overworld/biome_selectors/plateau_biomes/plateau_biomes_1.json5" +hash = "ca2ab4127f58816c0ab0ad1dbc2a87bbefe3620b9d8adfbf8038f11c271c49cc" + +[[files]] +file = "config/byg/overworld/biome_selectors/plateau_biomes/plateau_biomes_2.json5" +hash = "81e7e5301a05ac24b4099eb406a5fe1c0a757e785329d073a7517b3f209fd7d4" + +[[files]] +file = "config/byg/overworld/biome_selectors/plateau_biomes/plateau_biomes_3.json5" +hash = "81e7e5301a05ac24b4099eb406a5fe1c0a757e785329d073a7517b3f209fd7d4" + +[[files]] +file = "config/byg/overworld/biome_selectors/plateau_biomes/plateau_biomes_vanilla.json5" +hash = "01e9ef99c0ce3d25dbd4f70244add31a7538bd844878de320cd903c74eee36ef" + +[[files]] +file = "config/byg/overworld/biome_selectors/plateau_biomes_variant/plateau_biomes_variant_vanilla.json5" +hash = "efcd0e3145f0b2a9853609e0a89161da94f68bb48104cd105dd61e8eda313c79" + +[[files]] +file = "config/byg/overworld/biome_selectors/shattered_biomes/shattered_biomes_vanilla.json5" +hash = "1af3e3dfc20312ec48227dec225ad4ef2922e5b5fb3e402be3e56ffae73514dd" + +[[files]] +file = "config/byg/overworld/biome_selectors/slope_biomes/slope_biomes_1.json5" +hash = "0ba37f84e834fc492cbd1e95e8a4876fa9bd75b9a6a2777ca3402b60a031e482" + +[[files]] +file = "config/byg/overworld/biome_selectors/slope_biomes/slope_biomes_vanilla.json5" +hash = "49119e306636691780508164929efd5846fb03c9f2c8be13e3b7ee7406563d32" + +[[files]] +file = "config/byg/overworld/biome_selectors/slope_biomes_variant/slope_biomes_variant_vanilla.json5" +hash = "115c27d732c71b6fcc7daa358607f0ae1f27ac447485f0523e385cd2f085a584" + +[[files]] +file = "config/byg/overworld/byg-overworld-biomes.json5" +hash = "36979e8631491446dbc5de230cb3aadf7c6440b7a20fcbae045497ba4f3932e5" + +[[files]] +file = "config/byg/overworld/regions/rare_region_1.json5" +hash = "179a4d61cf995a0d2f54a2ccd09774eb33b84080fe3ec66b154d2694016b8a29" + +[[files]] +file = "config/byg/overworld/regions/region_1.json5" +hash = "f3fdb1f8ebe3959e1a73d7bd9e5d5fca5313a8b5110b6482309374d622a12a22" + +[[files]] +file = "config/byg/overworld/regions/region_2.json5" +hash = "e9d107cc77c0f771458d80c4c852d19d7fbaa4eeb25cab58e866910e04843c00" + +[[files]] +file = "config/byg/overworld/regions/region_3.json5" +hash = "8fcadaf16f568fcddfc127cf91f429ad100f07283b7f149e291e1228355580d5" + +[[files]] +file = "config/byg/settings.json5" +hash = "c60d4e23d3d8a9c84b97b54a35d02fd822ee7b2d7ce10f45b9daa6185013f4cb" + +[[files]] +file = "config/byg/surface_rules/end_surface_rules.json5" +hash = "3515ed2d93cf2664da9548beb6871e9f059ff2fcc2d42c52e7aa84307dafc2b2" + +[[files]] +file = "config/byg/surface_rules/nether_surface_rules.json5" +hash = "1c2e8e069f5b766411dabbe843d0fc905ad94785eaa111a56806e8f96c692461" + +[[files]] +file = "config/byg/surface_rules/overworld_surface_rules.json5" +hash = "4bba5dd7791bf595a1c4c07c865ad3901acb3fa764765c28a4b61dc14255ae3c" + +[[files]] +file = "config/byg/trades.json5" +hash = "eded6ed7561d972854bfa91e2a1d30af7ab11a25e77303de22833b1c5d576f48" + +[[files]] +file = "config/campanion.json" +hash = "256e6f1c80b8bddf8ebba8d4aacfb769c046c5b688201be5ccaf7bb29d657d80" + +[[files]] +file = "config/cardinal-components-api.properties" +hash = "f7e7f346e0724cf9cfb77f44dec2e7d202ea2507729ec7b95ee6a8f089c82982" + +[[files]] +file = "config/carryon-common.json" +hash = "2e008fbe47146e9492dc2de77a9c279bee8ec394defa7ffb993c249b2a190ddb" + +[[files]] +file = "config/chefsdelightconfig.properties" +hash = "bcb8c213ca3a8458320f9656f5d05006f9154492991e12a4a072d3359fc4c30a" + +[[files]] +file = "config/chiselsandbits-client.json" +hash = "436aee414d8629929967cb902ed34cc1dd84d4d14fa72ac8b3522c6ffbf03e68" + +[[files]] +file = "config/chiselsandbits-common.json" +hash = "f8f359b5d7fd7f616642b82d073157a33b8feec8246cf805c35808cfddd2fbff" + +[[files]] +file = "config/chiselsandbits-server.json" +hash = "980171ca682011053caf5d286034bab9a5fd28a59ff0a24189ed627eeee1d419" + +[[files]] +file = "config/clienttweaks.toml" +hash = "bb471e27dd897625f01b6e5607e8ab60febd10cf576f280e1d0b086714e9f840" + +[[files]] +file = "config/compressor/compressor.properties" +hash = "e6c187be09b9fca9924b1b5b8d7e6cf334e4ca42e9d9d76e5c3f07c1630ef873" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_andesite.json" +hash = "7599247b979e853c48c73ed90d403c0afc3e12df2cedc5c7c6684a402920cab4" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_basalt.json" +hash = "907843362831aa4c1d53b284485931f0c9fff0e8c38c8967b7d205520d408030" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_blackstone.json" +hash = "c3aa535ab95f68a379362d9b9fc63e38bfa3dba74da472b5b94986d333e60de7" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_cobbled_deepslate.json" +hash = "86c500b90912227d3515fa992c609bbaefd3dccf91c9f56d3e02074ac08caae2" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_cobblestone.json" +hash = "9a9d28f4809488d8c7d65c2a7fc4a9a7decef4a33f9164233c86f3cd525fa41d" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_deepslate.json" +hash = "04ed3d0e74b0f0cd5db003b79e29ba933e10c19c824cec5454f78466ae2c2e52" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_diorite.json" +hash = "05265f909f0b0e9a753c9cac96b17ece74ddcf5c69b4e75d27f61dcc7d7faa5c" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_dirt.json" +hash = "253b48399cfaaf4fc0aa932e872316887f3fc5bcd8cecab4630db02bd91c373a" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_end_stone.json" +hash = "a64d8289b52e106de25ff5661fcb64968c1bc56650f2fe68bd9e455925c7b836" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_granite.json" +hash = "5399da31a0161cc47d9259aba5c2e20d5e29ec95a64d3caf275666cbe88ccc7b" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_gravel.json" +hash = "4e9a029e221b17ac9fd67eb04a2d370d860f5d9a658ab22574f89b5325db073e" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_netherrack.json" +hash = "c722a2aaa9b8d17434b9171e8a8dede2f057d4f98b2c10b8bb7ad2b0df1d3ebe" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_sand.json" +hash = "8dafa2d7403ac752caa5b33ab3b672f0809faab303a673a0d9a90a8c97ba350a" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_stone.json" +hash = "a9868ea53755c64efeb608f745e44961660329c3531099bd400723a76d3de590" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_andesite.json" +hash = "25533759de117accd12b5e4790749983a5bcff2f5580e7f5d38d3ad6c2a93fdb" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_basalt.json" +hash = "2a23a0e410bf40c04d95e93661e8f51f4da3916b33b2ac77fecb2302ab80ac13" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_blackstone.json" +hash = "0af07b062a1f13908cc049a780a3357715662d1a80d95f81f0e863d6be9d0e07" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_cobbled_deepslate.json" +hash = "5bc1662518068937ef333a3ee5cb6f5db1f9f2d8693f611755e38944e213e31f" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_cobblestone.json" +hash = "e53b60588429bf52b4d09e1bc04c9337c2a3a47c0fd2423112d7ffbcd08a15aa" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_deepslate.json" +hash = "80d319c64247d3ce258d66172dd993d99543241ef22471281fc2055d137168b0" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_diorite.json" +hash = "2be2e62ac9169e2c44d17cfa82302e74d71b9bffdc94bcb06e269a5acc5d5c44" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_dirt.json" +hash = "b7e4227d295024deed33aad7810dae7d8957175b05bc6dd7a9998be8987adf16" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_end_stone.json" +hash = "8b2e405e1c7f7967ea8ffc36b0a6dd9a43ed714a8699d1f0e389cacaa149579d" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_granite.json" +hash = "d8b69bc91e1257b6bafa318b061d91450d2bd4ecbae44c4671333271dd0eb96f" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_gravel.json" +hash = "ae8ab43f5ad1f21121778e6fa7c442494c1f6231d36d5f0df5f20da4b012c025" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_netherrack.json" +hash = "90f3e8b7d6983ccd35da48e17788fe907d22cce49b638a914d5654f9bb8e13ab" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_sand.json" +hash = "d6059a723af8cd2cad0cfc54d733fb9ad1eb61f3b1097042ca39f67c4b8ed30e" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_stone.json" +hash = "8eb8c655df5bfb4cfe92fb5550c3d1899bfc5c2e71354d0d5200bc14d5e5cccc" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_andesite.json" +hash = "ad9685ffc7c26cd18e8c6f4de18502c3fb62b0f7a1a70bdd0463f940c1bab8e2" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_basalt.json" +hash = "998055986fbb233044d7d064dc9765f356d25145f8e9d1f333288566cbd75a22" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_blackstone.json" +hash = "91a4685c0f5df468510210391a0ca56b34a7d0c84ca5b5b4cab9ed43f36130d7" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_cobbled_deepslate.json" +hash = "8b94d5b06376cc2b8ca07dd1be38ccfba7e4bef431e8d5cb8e4be5a146a91d3b" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_cobblestone.json" +hash = "3448e6f396ee61b9e1a7b5aed9f046b560f3aa4a2950ca8da4156b4edc4e8984" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_deepslate.json" +hash = "b8df988fb1f29ee31d8d864029f464651bb7eaffdbc7a28b7d97b8fda161b65f" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_diorite.json" +hash = "2012e6b9341389743d483473697ce4ad9b77e7735b37a725e957841facf03bad" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_dirt.json" +hash = "00b6d6771d4fbb7b7d91d8eebcea549dbac2d15a129d4714ab94564f206d8387" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_end_stone.json" +hash = "5d6bde03070137a440a73c49a37c9a85d42f7c14a908173561683225c30bfd27" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_granite.json" +hash = "a12aeb095f37f380b0567ab30dcaf5d50a880468e9593561213340f4d9ef98d9" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_gravel.json" +hash = "54a8025a3e41e8b5f0d42a1b7880eb60bbd5a64e4d1989d254c25774f009601e" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_netherrack.json" +hash = "1efe428b6b737233310d20391e7696523090262e2f8b9e4540e0a13d182d1a81" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_sand.json" +hash = "40580f2d3c552fe32547c3970bdb30c6c3fb0090a0f08adfa635b9ee5aa201cc" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_stone.json" +hash = "1e8207303f6dd735727ada4c9cb9143da72bd958a0dbb2d203a65f943251b7c6" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_andesite.json" +hash = "fcecf981bccd0a4ed841ad4f4a33b85d87d095027b7b66f55df5e2e1e70e58bf" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_basalt.json" +hash = "79ad7bd9b4ff26748c4c02e04f01e58e534ab33070ad6413ebf9dcc8c63d2ec3" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_blackstone.json" +hash = "73141b5ad9e30c8dbea9e7b63b8d8997e26b4a898025e8841d966cb05930560e" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_cobbled_deepslate.json" +hash = "25baed3076461e898c8d16cec6beb62147c7cd125836af6153061d72a81badf6" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_cobblestone.json" +hash = "fa04c3fcefcdac1a2eb2a3fb21f58fab22a54764e5694aa04af12981c7531713" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_deepslate.json" +hash = "6b0e2089f8b5d7392e2bd78ff0505b88c3cff2fd1b575af750337833e54c30e6" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_diorite.json" +hash = "8817d58da1a0dc5ebc95a9d7ea2f34184a78bfe36477524f79c78fcab40f4199" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_dirt.json" +hash = "fe0b4acb43e42354002a16f7dd60ae03c161b9d3de4469a8b08ea017d078a86f" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_end_stone.json" +hash = "798b4c45ce80cddff7d4f01140d85d5a9fddd14c337aa8319a3bd1d61b268b85" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_granite.json" +hash = "8c1563790bd8e2c73e12b35643c3258248ed6006f8bce9d6bf3547607a9135b9" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_gravel.json" +hash = "0d611d98c7546059a7a8cd4251e072a5d427eb11f568c7f074177e87de38a934" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_netherrack.json" +hash = "33665c9ffabd938acfcb2e54caad21e32ea3dd0c6b0859c518774cf44c01ce3d" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_sand.json" +hash = "1130c988aed4a5046196dfde449fcacaef741953fd7b4bc313e8d093fadbee18" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_stone.json" +hash = "956ca72b0d8d58107fba9def9b500391244f6925400c9f199c47e579bcc77a0e" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_andesite.json" +hash = "bb75ec173c78cec0b2527d2dfce7711e35480e9ca9189527b4c107baa7e831c2" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_basalt.json" +hash = "1ec8021fcf5effda3231adb0ef2a6c4e698496b8bd53d0bfaa1324053e65263c" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_blackstone.json" +hash = "daa1d36d8379bed7c0ce4e62a6b6df0a8c73501aa4d4bd5465952be24244cbbf" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_cobbled_deepslate.json" +hash = "b0a6d83efc0525d1bad3885fbb6172e3c46347af07bde4c6f0cbd46fe26d7c6c" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_cobblestone.json" +hash = "4876b175fb598dea3d9f2fee7105c76abc7f116d05dae425ed803f960962766a" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_deepslate.json" +hash = "5d73c7444370e4ec84720528772cf5ca04572cdab6babe83d35be24874763a66" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_diorite.json" +hash = "7f04ed63c70cd283eb71ab46a5ce933d4a5a2add55dfb1e0520a57fb7c9358fd" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_dirt.json" +hash = "4fd999241b1ecc2c99b6e7a6cf67398fb596c9c4da479caea668ab9fd98c155d" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_end_stone.json" +hash = "978770a2dd2253fd3c1d7f38386c5d70fd713904372af871c5515dff2f1099af" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_granite.json" +hash = "b78d6ea2a445be4e23f6a7ee0e955a0754dea4dc6112fbe47d9713cf13b49379" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_gravel.json" +hash = "abe0a5d0ef52e9245cbefee65bc8ab5c99a902b9c538a218608c1700d35da286" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_netherrack.json" +hash = "13061ac8eb06c399edb5dac9fc5fd76de098ad2cdd632fc85b8fea6d7d0b1ed9" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_sand.json" +hash = "45547a316d1b4ac5f0b8f01118788c2b5b6534f9bf497af9e1cf2545d6c76ddd" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_stone.json" +hash = "686ce66749f2726a32b715b8ebcf2d3516206fbad61785eb70558a6fedd847df" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_andesite.json" +hash = "69595849c80f60b0d857d8cac236f4baf69a7902967fe9fcb5558745f673cdf2" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_basalt.json" +hash = "b8c4a03e5f22f4995834a5c9827abfe661e944bd1ded88a7ec55fad2129d09a3" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_blackstone.json" +hash = "70dbc10ba7aaf775363ea7e5601f66dc105d80ee2ca9da8efff192e8211e8eeb" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_cobbled_deepslate.json" +hash = "77bd72f07acf704ab8f2deae6b13314978e0df1a9b233c409da224dc0080de3f" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_cobblestone.json" +hash = "42aebabdc3c96f34e1661b52024b28c32633a11cf00f63bd345d21e93257c1ed" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_deepslate.json" +hash = "b9df4bcde42d82bc8fad1116dd1a670ddfc85e4d499c56836130fc290fbf3dfa" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_diorite.json" +hash = "f1c2bceb2f853340c63fd0f3d92b24b684977c3d7b35557d85b9bd12f3b84d08" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_dirt.json" +hash = "dbc6a2d6b7dc31d6c6b1420938f55834de677a5f0739012085d5b24c90213fe2" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_end_stone.json" +hash = "8e7d60bbebe4e0f147b46babb570e159c2c8d7eb6f4f0f0c037500537ee3359c" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_granite.json" +hash = "cb0415604386f2c0b0903e8ff10297c74751ac89f9de2478550fb9c1f5db8297" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_gravel.json" +hash = "8626370230d4542bd3bcdff1f514a0f57834063d6089c0358cb3729dc23fcc7c" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_netherrack.json" +hash = "60dfbacf8737a0ae068c626a0cd67899e14c81bb090280c0055dc1ed069d3372" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_sand.json" +hash = "d629324484df5a789fdd97368c06140c8722c7340b6ede5c96279245d05405d0" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_stone.json" +hash = "d048f401d5bbe34e8ade5853f9623efb15e240e7498ae02980dc33e4c778dfb2" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_andesite.json" +hash = "c5c9e67306dd626bcf37310f95d2d8e7f9fad7e497942ff91b823e18bd43f5d0" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_basalt.json" +hash = "9a2647b29c51d401e659c27c7369cb09592e045310efe3c6e470ccb5bc5a5ca2" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_blackstone.json" +hash = "44ea9110e9570e21f8c137e8b031f9d632dddcb4841bd1b35854f0eed913f256" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_cobbled_deepslate.json" +hash = "ad4aaa3a0d7d287066407db9d95ee9c0174d3a70b8e24a574482e2b95af553ba" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_cobblestone.json" +hash = "bdec353eafaa47cac93ceef5c97788314290397f7c1df2e2fb4a7eae68345510" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_deepslate.json" +hash = "9661e28961ac246111516917aa707e131edee1560bfe3d3f9562390a661e00e5" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_diorite.json" +hash = "3884b3b0f898cf167d593200682e5c9b7d7b445c36ea70b9c54dfcf4b991a3e8" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_dirt.json" +hash = "b22ca9d81af16ac0b61bb0a3c4f44a15286c015ae886cc26ce87a61f0cba20b3" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_end_stone.json" +hash = "396a262f074affa7729778f58182bbc66f7ee37c88e6cc69769cb77df9054693" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_granite.json" +hash = "0a833d9a242abbf41066e53c9cdf0cf0560b90128cfcea9fcfe33704e1bfe3db" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_gravel.json" +hash = "6c175248f54743e787ebbfcb87fd5d7d409fbb8f42784bc1952fce727f1fbe2e" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_netherrack.json" +hash = "d49f4cd42206092af3120bd4a139d20393b73fa4c2bbe3bb7924610936b147cd" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_sand.json" +hash = "43421798bddab9fbb5e4c2c72b68531d41861af44ab71aa46e8fd33a02ad3b9a" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_stone.json" +hash = "5f31e03f1bc024703b9c89cb54b604c6200941e0b4c2f06466bc8637176a6114" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_andesite.json" +hash = "9bdffa4c16697d41a1f9ca88dba1f6c12324ad68d9f12ef9c1c354bd156118e7" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_basalt.json" +hash = "fbb4dc4086a4a78dfd3f9cf44b87e42a435de1257648fbd09f525458d13b6580" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_blackstone.json" +hash = "839b80acffdbce2a4aacdba64cd941db3a3768cb95544e90afb80184b87ff588" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_cobbled_deepslate.json" +hash = "d21e4fa07f0410041b354401ce5a969d8f7a3a4f48ad38a7ef3c56271333c92d" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_cobblestone.json" +hash = "22fdaa1f82fe890672fe806b6b24e9be297858c0eb7f8d1ef86c30692f04c41b" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_deepslate.json" +hash = "767cf4c830335758454bd85b3898df54dd6803f25162e53bddc9e3cb37e6cf90" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_diorite.json" +hash = "5aa6a93577e9908d2bee3833f34e814e625ab239207f7c74d7621a59ab4c5799" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_dirt.json" +hash = "d8e331b9f3babeee7627c016b5697337bd243262e947e456bd07d885a5a23713" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_end_stone.json" +hash = "5b587d7bfcdc72485f72b15cf63ab3a38cc9caf883bce69d1d3aa68134b4f6de" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_granite.json" +hash = "c521ccf5bcf16247d27d6fdc2491b1cac0efd29b17231463eddf7051364ab08c" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_gravel.json" +hash = "1c2ebf7639c23a5f6b2618262610eab18f3da8f930fa0a7e31854ff499ae0fc8" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_netherrack.json" +hash = "5e070787fb0b6a782cd377f641db54dc30afe45b6927139d86eefcde7a4609c2" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_sand.json" +hash = "608b108f936bbd43554ac00d0809f9fa5a6ec5f71903eb071655702ffb28bf6a" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_stone.json" +hash = "1a38087a603a591f4b5fbc2956a3345cbddee12fb2d0ab03478320ff07a4a002" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_andesite.json" +hash = "162560de0a34579fd594c7f2337f7253b955ea3f173514e96d96e171efa1b586" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_basalt.json" +hash = "a850e98375eab3cbf377201885a62314bc447c7ad8b7ed305541ad371a8de2d3" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_blackstone.json" +hash = "0de4b9bd9aeea6528d473306efbae45d38c5cad71121c0e0973d8f3332365d16" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_cobbled_deepslate.json" +hash = "eefe278d77b037e928a747a47335b840a84b917f4e1985160bac1f40a1a0c394" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_cobblestone.json" +hash = "a7870a87c1590002bb243d41972b3a570d3d8000648eceacf2f7600324fd8f21" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_deepslate.json" +hash = "597a5c809b2564c92834469785f43538a8ba863be025ebf6468f9b116d1aec61" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_diorite.json" +hash = "43b4fc3e003d6ce906801bee73969d9d5345fd6a02bc39442f00dfe91ac175ab" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_dirt.json" +hash = "1a7a7f0ca23191b2c016f8614a0fe68320a3e87c46eac96229408b7a0aec7a90" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_end_stone.json" +hash = "e72c276e783b5b904d15c33e8a3d53ccfb3b5e3cc588e2fe7999e99e93463127" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_granite.json" +hash = "19f64ee496840d09a229d447725b36ade0c28551b840c2c7af282000368ad008" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_gravel.json" +hash = "6c400e02f79c2ab3f1978caf3b80a6372a23b2a1f2feadc6879a30718ef42f1b" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_netherrack.json" +hash = "4975ff607348fb806e1661614a97f8c5d2207cd237cbbef0e2355f5141c876fc" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_sand.json" +hash = "b4f235da487a0498ed2f1a882f63394ea895265c628ed3895aa56d67a1889dd4" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_stone.json" +hash = "ccd812d7079ad4819f6ef7e5ab363be9e1da6689e0948080f577fa75ff221e55" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_andesite.json" +hash = "b87a57a395419de61fc55ce65843778a5af47052eb8d19ace67b1ebfa8c080fa" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_basalt.json" +hash = "0627c6df768997ff24a5ebfb2800da77f4ca01a7a6510e1e8b02be664f887176" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_blackstone.json" +hash = "ca8af57b6b1e32d235696b64c660b8342eb02b03026271971d8948ac551c5c66" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_cobbled_deepslate.json" +hash = "e7db0c15a6a199ca31325b30dbc3c4917e9cbbd1d761f50595c19e579efc756c" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_cobblestone.json" +hash = "3d6599482118c91e085f398d44d2acf44193654f6df8c5604c52ded7ad6ea211" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_deepslate.json" +hash = "881d211e12cdd93cb3db375c62d7f8ed8fb3293150433cfbc6843d7a62984500" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_diorite.json" +hash = "009e6ed678678e47cb5a77259cb6d6c7296c0ddf77a13524ef5b9ec894d5df0c" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_dirt.json" +hash = "eac695af5aa4ccec3b314cfebaa55b166adc0f0ac954c4d04087c6380381e7ac" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_end_stone.json" +hash = "cb8602ae2800decc86f841eb581751442058c703c78f67992280a9da9453b3d0" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_granite.json" +hash = "a4e29879be752cc0d071129196eb5bfda995b10e42c1970e6b56b2ad45a1b5e1" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_gravel.json" +hash = "47d2b4e518a4eccc16f92cb658ac8f45915a966150f95a17b946452ba5cb957c" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_netherrack.json" +hash = "c236d267b40eba66ad14f3d373036ad25457bbf624ca3ab06fbfaeb3c0f8f2f0" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_sand.json" +hash = "48c638b3d88070d3a492b8fcb78b489277de6cc95db4cd16a3a3c5b8ee053e35" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_stone.json" +hash = "8ccf31bbc4fadfca9318db4d27c0111afba750f2df9e72e6c6ab6f30ae538497" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_andesite.json" +hash = "8fb9115cce6a935ce8e8ec9430a591618d94fdac23752a70cfb2aee45658c0d1" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_basalt.json" +hash = "80a51772183c3c742ce973c20a929f42bdc0557370364eb76f9ad32ced9d6438" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_blackstone.json" +hash = "3c4f7ceb5bd92d4f347add15fc39b8e3d23e31ebe084a51ae5dffda65e88620a" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_cobbled_deepslate.json" +hash = "d90f607be0adb9f7f7a0b676c6e97e49b17987005b424226b4eec26935ec665e" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_cobblestone.json" +hash = "5f6b73689bd81140d02071e6b080a6a9119874aac959c07e287aa6679ce9e0f3" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_deepslate.json" +hash = "28b9cf30f1b1a03b5d3c50b3f264e94a0f3e8de8e56f33ed8ea309267e1c62c2" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_diorite.json" +hash = "b84cde4c16c6c18e42eb330c4147a8422cc4474ebb8f184421a9aa60f2556956" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_dirt.json" +hash = "4662f72eb292550cc88ec039baa4f3901db258ad9c4229cd99d3ca0b72762b66" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_end_stone.json" +hash = "dcb6f8237323d36ee05428054b87923930f2d1f6d5dd378c5c7bc760c9717606" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_granite.json" +hash = "5be00c4f695c14b94025afae47e614ce560f31b019ea0f85cec06e7ac8a59bb4" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_gravel.json" +hash = "1208c9a98ade902b5df075dcdb0d219693c636e669fe4bd66817ebed39c4523a" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_netherrack.json" +hash = "59bbf981a09e793d2af7add5ef149e1be329c711b46e16bb0a4054f45809baec" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_sand.json" +hash = "9f4e9567dadce8656b60054499776c78ce77eef5162cd2c809cf96f922ae2f13" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_stone.json" +hash = "ca032ea5c2173dddd4a151e34a412656c42e01acca8f675915e79f265b9b8fe9" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_andesite.json" +hash = "c6a3a783b78eceae6f0d992d263fbc2d55211be035a31d967aef67f56bc121f0" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_basalt.json" +hash = "ab81bb903b4e43f7b725f747aec4083c6aa78b5c5be50fac54e523a2964b51e7" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_blackstone.json" +hash = "bab0065aa8eeb8ba4426211c97a11f4b0e0f2cf1daf9d47c155aee509c5c8a2c" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_cobbled_deepslate.json" +hash = "d6cec2c404b517ba3c1b9477efd5c08545bfe670937c99b03c29a1a98d45935c" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_cobblestone.json" +hash = "b206053cb25ba885c0450c3767af6d428cd44b22d4f24afe10d4fdd628b72d54" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_deepslate.json" +hash = "a14c724a77282104c3d59ffa4f6aaedcfc9752ecea8d19c3802c9b7ed439a578" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_diorite.json" +hash = "81b6ae63e541f8885c45f1524a08ebcb97c3b952621a11afa6bb7b464331b946" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_dirt.json" +hash = "669d08c2a8b4e41316ad101c053682bc360df16e2cc2c7b157d27886bb118fa2" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_end_stone.json" +hash = "b28ed2647f994d84c694c8bbcde15c39d3ec6f4a6a0500b3b514d167e9e544ac" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_granite.json" +hash = "92f1067278d9b3776ad0ca240ca07188cbf6270df4b96e0507fbfa84fe581a7a" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_gravel.json" +hash = "8809f39af70297ab5503a7ef8be15ea153c051777b69e87a05c75cc4112354b6" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_netherrack.json" +hash = "b6ad76567640eb38c34225244c5f96e05289c6cc1a4ee6edf87bf70599b698c9" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_sand.json" +hash = "e3be2bdcb0ec4fd8a0c4ce052264507c3a8292f6a07e5cbcff87b6e354ac5cb1" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_stone.json" +hash = "d56e17d337151c8169b2dbfab9b798836f17389afc0fa21d95d04166673ffacc" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_andesite.json" +hash = "a15aa92b693ef7ecb4249606e399d104da6677d1e206cb1b71c7405f3646e9c5" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_basalt.json" +hash = "5524bf7391239f0163adb171b450a85a1378e3e4b376d6f8a50e9ccc841441f7" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_blackstone.json" +hash = "334eebaca0ded0828eaa1d4a15ccff71cc747ab2d9c5ef4da324ae8580538877" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_cobbled_deepslate.json" +hash = "e25aa390c7e83322044a3daf52a0286fb441af2027768cde61881e17bde002cc" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_cobblestone.json" +hash = "0a6a33946d61065e0c48387d695e3311b0fa42f4f0633be0644f6ff179f0ed37" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_deepslate.json" +hash = "f78c4adc06ef15787dcc5d817a554a59cd5875fe112cc64c45375478e0b493ce" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_diorite.json" +hash = "a01c56fa5bfc38e60644ce5a064e5dbb7a3c2f8ee113afbf1a15fead828571f1" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_dirt.json" +hash = "fbced8d372b41b586d7e1fb482ff924befa740ddbb2259dad3b298ebc8fda58f" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_end_stone.json" +hash = "12b1d9bf3883191cb495932bb2c9c0ac5ecec033f63a38c1dacea8607f6e114a" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_granite.json" +hash = "02cee88ed090987b67d207dcfd027d9ebfe7b043795596848a265016ba1b8859" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_gravel.json" +hash = "5befbe1f0e069eb06c0016fb68b6e8792aa943946293803685919066d0b4c048" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_netherrack.json" +hash = "7f15ae7c1e1ed48c3c97b6ca50f4befab24a5cd63d287a26f8c41a7cb192aba5" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_sand.json" +hash = "c4daf8b5d6b0d045866cd05c1aa232a99226aba2337d904fafc8251f6f903b1e" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_stone.json" +hash = "2a24cae4eff1b65dddf4d35a206aea40f31755825f8fa3be35daafdb0e37355f" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_andesite.json" +hash = "b993c2ed82e18b5e561445ca2545ba370300aae75d27cface3753defb2c3d055" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_basalt.json" +hash = "49c2003f6274fe986270ac1f2405604c3dd653d21bfa6b05a282d7dda2e95342" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_blackstone.json" +hash = "9636c3246aeeefb9e6341a9e5c7c200dd6e7d7feabdfe29379301bdeb83f17f8" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_cobbled_deepslate.json" +hash = "52d90193731f2f01ee5ec0013f36e7ebe744024b2ad354c5f9d1117c4b4dc199" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_cobblestone.json" +hash = "42399f6016a403a6d7691ad100460ac86ea0ac6d2de2bac588b338179fc2fac5" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_deepslate.json" +hash = "5a07f3a59226c786bc5da8f33ebfba184c1c2ffce72b160b357bc20840915a2f" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_diorite.json" +hash = "fcc3179a43fa3971e4e785b9d272ace6dd5e546789c97427e8f9ceb0cae61910" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_dirt.json" +hash = "409173f5367eef2690176b13d35d3930d3a53cee5c10cdcdb4ee931e4916f3ac" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_end_stone.json" +hash = "08556e7b00792a7db071c42fab9c75d9f329babf53d49bb0b2a054c79de103ca" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_granite.json" +hash = "436ab3a03ff97352d6bb3798a126467d6c0abc73fff4d6841952bb5dd5042604" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_gravel.json" +hash = "9a1c5b40a40264c031c6210aa4dd36b497319a84c614da6ab49736fef0bffbba" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_netherrack.json" +hash = "071588cdca671ed1708ed658faa2a320b11feedc5ccc27f0c80769853ec31844" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_sand.json" +hash = "45821711a670b9693f7bf7f75ccdad572f2ca4e90bebe636d895d0290e349bbb" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_stone.json" +hash = "18f6ab8cdc4e41f887552968acc1a8e7911043bc129e8cb7a5c2ebf56a10e5e8" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_andesite.json" +hash = "d5a9365db8856b50376dd1620a613fc6c7c88b27f3051ed763e3a489e40192da" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_basalt.json" +hash = "ca8703ab5861645ab90159c2421009c45480c87be5a415046b731889c0eb90ad" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_blackstone.json" +hash = "2b1b4cdc72774afe4223c8f074bfc33710bd7fa1bd5340a9ae4c3d4a369bd4e7" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_cobbled_deepslate.json" +hash = "8d189fd68e42cbc77ee91d5e3f4a2eec7c19c32fc752b387573dafa01d5bf5a0" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_cobblestone.json" +hash = "6f654d9889cbcf71f83639f64e6192c08035e4030934e095d8391bab86f64ede" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_deepslate.json" +hash = "abd45286bbc9ca1f41e68238a20c0bd56efab9e79672cfc16fe792f1c24a51e3" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_diorite.json" +hash = "20f8ee1aaaf741caefca7a148add82977fb89ae15fd9b384cbf971d13da285ff" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_dirt.json" +hash = "80468cd2680d0cde8d2f057cf6af67aea3dfecec4f0a78b136ec87295f3cf208" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_end_stone.json" +hash = "5cbed9e7c509405938316d3ac24e27c99d5fe5c4abc86bd03cb9a2096e4a9e74" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_granite.json" +hash = "b23d00ac4dde8b43c494575291c71838e48bd9bd0fa30b68a5f61069ca85dd37" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_gravel.json" +hash = "e2d18b5a452047c10e50f8f7fb95b7b9454b0fe1cc46ef10855ede40c1571fed" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_netherrack.json" +hash = "c069f272f7b32d89a685ce53b442cfc5fefb22bdf448119a259a75113aa90e97" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_sand.json" +hash = "9250e8617bad1fdd2d1a2004532a9f6b976ac16d67b4b96bed06a8c34902ca8f" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_stone.json" +hash = "2592bd4c79a9c19dbe7bf632458b644ed0c75ee1585d6458d4f06861b13d19ec" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_andesite.json" +hash = "4c22f1cf8c6a5690e98c66089e72f9c0f9728066eb9d66900db09789642deeb6" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_basalt.json" +hash = "260657b29ddb8517d0b377653288b73532726bfe76a0d1318d8ff0823590c654" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_blackstone.json" +hash = "065c062e9860d44b615e577f032dfb84eda1fe6203c1ac3891832ba91207d2da" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_cobbled_deepslate.json" +hash = "ae4e17e1d826aa21417e2fce834644d2092bcccc5c506e592721b76a540aa061" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_cobblestone.json" +hash = "f7160c83aad4a64274575546ffbd33cad82da9582665c52e0d9a91435aa3fb09" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_deepslate.json" +hash = "205d883c69be51ee9b816c0fa6ac2c23dbbf2a52b610db6af1cfb7842a983d1e" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_diorite.json" +hash = "69c9736f3ec779a142c50ca02ba564cdc0ae7f5b59be2c50f38da73f62b2105c" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_dirt.json" +hash = "9da09667bad9eb66aa1d419a1701f8d5bf8226187e59bb4f38996514f961452e" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_end_stone.json" +hash = "e309e2f09ebc2ae6e2b5937ec97f8451757d89d48c8444cf2cd87687e02d7511" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_granite.json" +hash = "3f0a66ae145374f70a0ccbf0219363309923146ae65b58f9d268a8ea19a06471" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_gravel.json" +hash = "b749f6ddc50dcaceb3472408de1b3131ffcd6c5f2652ec3498f83a08fff45827" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_netherrack.json" +hash = "45bc348b31f907597d2bd2da12b9058bbad5ea1ea9ba4efde5924cc0af9a05c2" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_sand.json" +hash = "4cc077a6a4f16992669a3f13ab961a97f57bad85f3b62357f0f9e05fd10d0f32" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_stone.json" +hash = "1e8fb4841f18145a681611b8c4464973bbeb1fe2618fc31d43f9f9ddda938308" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_andesite.json" +hash = "162560de0a34579fd594c7f2337f7253b955ea3f173514e96d96e171efa1b586" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_basalt.json" +hash = "a850e98375eab3cbf377201885a62314bc447c7ad8b7ed305541ad371a8de2d3" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_blackstone.json" +hash = "0de4b9bd9aeea6528d473306efbae45d38c5cad71121c0e0973d8f3332365d16" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_cobbled_deepslate.json" +hash = "eefe278d77b037e928a747a47335b840a84b917f4e1985160bac1f40a1a0c394" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_cobblestone.json" +hash = "a7870a87c1590002bb243d41972b3a570d3d8000648eceacf2f7600324fd8f21" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_deepslate.json" +hash = "597a5c809b2564c92834469785f43538a8ba863be025ebf6468f9b116d1aec61" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_diorite.json" +hash = "43b4fc3e003d6ce906801bee73969d9d5345fd6a02bc39442f00dfe91ac175ab" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_dirt.json" +hash = "1a7a7f0ca23191b2c016f8614a0fe68320a3e87c46eac96229408b7a0aec7a90" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_end_stone.json" +hash = "e72c276e783b5b904d15c33e8a3d53ccfb3b5e3cc588e2fe7999e99e93463127" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_granite.json" +hash = "19f64ee496840d09a229d447725b36ade0c28551b840c2c7af282000368ad008" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_gravel.json" +hash = "6c400e02f79c2ab3f1978caf3b80a6372a23b2a1f2feadc6879a30718ef42f1b" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_netherrack.json" +hash = "4975ff607348fb806e1661614a97f8c5d2207cd237cbbef0e2355f5141c876fc" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_sand.json" +hash = "b4f235da487a0498ed2f1a882f63394ea895265c628ed3895aa56d67a1889dd4" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_stone.json" +hash = "ccd812d7079ad4819f6ef7e5ab363be9e1da6689e0948080f577fa75ff221e55" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_andesite.json" +hash = "b87a57a395419de61fc55ce65843778a5af47052eb8d19ace67b1ebfa8c080fa" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_basalt.json" +hash = "0627c6df768997ff24a5ebfb2800da77f4ca01a7a6510e1e8b02be664f887176" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_blackstone.json" +hash = "ca8af57b6b1e32d235696b64c660b8342eb02b03026271971d8948ac551c5c66" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_cobbled_deepslate.json" +hash = "e7db0c15a6a199ca31325b30dbc3c4917e9cbbd1d761f50595c19e579efc756c" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_cobblestone.json" +hash = "3d6599482118c91e085f398d44d2acf44193654f6df8c5604c52ded7ad6ea211" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_deepslate.json" +hash = "881d211e12cdd93cb3db375c62d7f8ed8fb3293150433cfbc6843d7a62984500" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_diorite.json" +hash = "009e6ed678678e47cb5a77259cb6d6c7296c0ddf77a13524ef5b9ec894d5df0c" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_dirt.json" +hash = "eac695af5aa4ccec3b314cfebaa55b166adc0f0ac954c4d04087c6380381e7ac" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_end_stone.json" +hash = "cb8602ae2800decc86f841eb581751442058c703c78f67992280a9da9453b3d0" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_granite.json" +hash = "a4e29879be752cc0d071129196eb5bfda995b10e42c1970e6b56b2ad45a1b5e1" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_gravel.json" +hash = "47d2b4e518a4eccc16f92cb658ac8f45915a966150f95a17b946452ba5cb957c" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_netherrack.json" +hash = "c236d267b40eba66ad14f3d373036ad25457bbf624ca3ab06fbfaeb3c0f8f2f0" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_sand.json" +hash = "48c638b3d88070d3a492b8fcb78b489277de6cc95db4cd16a3a3c5b8ee053e35" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_stone.json" +hash = "8ccf31bbc4fadfca9318db4d27c0111afba750f2df9e72e6c6ab6f30ae538497" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_andesite.json" +hash = "8fb9115cce6a935ce8e8ec9430a591618d94fdac23752a70cfb2aee45658c0d1" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_basalt.json" +hash = "80a51772183c3c742ce973c20a929f42bdc0557370364eb76f9ad32ced9d6438" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_blackstone.json" +hash = "3c4f7ceb5bd92d4f347add15fc39b8e3d23e31ebe084a51ae5dffda65e88620a" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_cobbled_deepslate.json" +hash = "d90f607be0adb9f7f7a0b676c6e97e49b17987005b424226b4eec26935ec665e" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_cobblestone.json" +hash = "5f6b73689bd81140d02071e6b080a6a9119874aac959c07e287aa6679ce9e0f3" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_deepslate.json" +hash = "28b9cf30f1b1a03b5d3c50b3f264e94a0f3e8de8e56f33ed8ea309267e1c62c2" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_diorite.json" +hash = "b84cde4c16c6c18e42eb330c4147a8422cc4474ebb8f184421a9aa60f2556956" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_dirt.json" +hash = "4662f72eb292550cc88ec039baa4f3901db258ad9c4229cd99d3ca0b72762b66" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_end_stone.json" +hash = "dcb6f8237323d36ee05428054b87923930f2d1f6d5dd378c5c7bc760c9717606" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_granite.json" +hash = "5be00c4f695c14b94025afae47e614ce560f31b019ea0f85cec06e7ac8a59bb4" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_gravel.json" +hash = "1208c9a98ade902b5df075dcdb0d219693c636e669fe4bd66817ebed39c4523a" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_netherrack.json" +hash = "59bbf981a09e793d2af7add5ef149e1be329c711b46e16bb0a4054f45809baec" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_sand.json" +hash = "9f4e9567dadce8656b60054499776c78ce77eef5162cd2c809cf96f922ae2f13" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_stone.json" +hash = "ca032ea5c2173dddd4a151e34a412656c42e01acca8f675915e79f265b9b8fe9" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_andesite.json" +hash = "c6a3a783b78eceae6f0d992d263fbc2d55211be035a31d967aef67f56bc121f0" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_basalt.json" +hash = "ab81bb903b4e43f7b725f747aec4083c6aa78b5c5be50fac54e523a2964b51e7" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_blackstone.json" +hash = "bab0065aa8eeb8ba4426211c97a11f4b0e0f2cf1daf9d47c155aee509c5c8a2c" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_cobbled_deepslate.json" +hash = "d6cec2c404b517ba3c1b9477efd5c08545bfe670937c99b03c29a1a98d45935c" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_cobblestone.json" +hash = "b206053cb25ba885c0450c3767af6d428cd44b22d4f24afe10d4fdd628b72d54" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_deepslate.json" +hash = "a14c724a77282104c3d59ffa4f6aaedcfc9752ecea8d19c3802c9b7ed439a578" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_diorite.json" +hash = "81b6ae63e541f8885c45f1524a08ebcb97c3b952621a11afa6bb7b464331b946" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_dirt.json" +hash = "669d08c2a8b4e41316ad101c053682bc360df16e2cc2c7b157d27886bb118fa2" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_end_stone.json" +hash = "b28ed2647f994d84c694c8bbcde15c39d3ec6f4a6a0500b3b514d167e9e544ac" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_granite.json" +hash = "92f1067278d9b3776ad0ca240ca07188cbf6270df4b96e0507fbfa84fe581a7a" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_gravel.json" +hash = "8809f39af70297ab5503a7ef8be15ea153c051777b69e87a05c75cc4112354b6" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_netherrack.json" +hash = "b6ad76567640eb38c34225244c5f96e05289c6cc1a4ee6edf87bf70599b698c9" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_sand.json" +hash = "e3be2bdcb0ec4fd8a0c4ce052264507c3a8292f6a07e5cbcff87b6e354ac5cb1" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_stone.json" +hash = "d56e17d337151c8169b2dbfab9b798836f17389afc0fa21d95d04166673ffacc" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_andesite.json" +hash = "a15aa92b693ef7ecb4249606e399d104da6677d1e206cb1b71c7405f3646e9c5" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_basalt.json" +hash = "5524bf7391239f0163adb171b450a85a1378e3e4b376d6f8a50e9ccc841441f7" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_blackstone.json" +hash = "334eebaca0ded0828eaa1d4a15ccff71cc747ab2d9c5ef4da324ae8580538877" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_cobbled_deepslate.json" +hash = "e25aa390c7e83322044a3daf52a0286fb441af2027768cde61881e17bde002cc" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_cobblestone.json" +hash = "0a6a33946d61065e0c48387d695e3311b0fa42f4f0633be0644f6ff179f0ed37" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_deepslate.json" +hash = "f78c4adc06ef15787dcc5d817a554a59cd5875fe112cc64c45375478e0b493ce" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_diorite.json" +hash = "a01c56fa5bfc38e60644ce5a064e5dbb7a3c2f8ee113afbf1a15fead828571f1" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_dirt.json" +hash = "fbced8d372b41b586d7e1fb482ff924befa740ddbb2259dad3b298ebc8fda58f" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_end_stone.json" +hash = "12b1d9bf3883191cb495932bb2c9c0ac5ecec033f63a38c1dacea8607f6e114a" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_granite.json" +hash = "02cee88ed090987b67d207dcfd027d9ebfe7b043795596848a265016ba1b8859" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_gravel.json" +hash = "5befbe1f0e069eb06c0016fb68b6e8792aa943946293803685919066d0b4c048" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_netherrack.json" +hash = "7f15ae7c1e1ed48c3c97b6ca50f4befab24a5cd63d287a26f8c41a7cb192aba5" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_sand.json" +hash = "c4daf8b5d6b0d045866cd05c1aa232a99226aba2337d904fafc8251f6f903b1e" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_stone.json" +hash = "2a24cae4eff1b65dddf4d35a206aea40f31755825f8fa3be35daafdb0e37355f" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_andesite.json" +hash = "b993c2ed82e18b5e561445ca2545ba370300aae75d27cface3753defb2c3d055" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_basalt.json" +hash = "49c2003f6274fe986270ac1f2405604c3dd653d21bfa6b05a282d7dda2e95342" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_blackstone.json" +hash = "9636c3246aeeefb9e6341a9e5c7c200dd6e7d7feabdfe29379301bdeb83f17f8" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_cobbled_deepslate.json" +hash = "52d90193731f2f01ee5ec0013f36e7ebe744024b2ad354c5f9d1117c4b4dc199" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_cobblestone.json" +hash = "42399f6016a403a6d7691ad100460ac86ea0ac6d2de2bac588b338179fc2fac5" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_deepslate.json" +hash = "5a07f3a59226c786bc5da8f33ebfba184c1c2ffce72b160b357bc20840915a2f" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_diorite.json" +hash = "fcc3179a43fa3971e4e785b9d272ace6dd5e546789c97427e8f9ceb0cae61910" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_dirt.json" +hash = "409173f5367eef2690176b13d35d3930d3a53cee5c10cdcdb4ee931e4916f3ac" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_end_stone.json" +hash = "08556e7b00792a7db071c42fab9c75d9f329babf53d49bb0b2a054c79de103ca" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_granite.json" +hash = "436ab3a03ff97352d6bb3798a126467d6c0abc73fff4d6841952bb5dd5042604" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_gravel.json" +hash = "9a1c5b40a40264c031c6210aa4dd36b497319a84c614da6ab49736fef0bffbba" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_netherrack.json" +hash = "071588cdca671ed1708ed658faa2a320b11feedc5ccc27f0c80769853ec31844" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_sand.json" +hash = "45821711a670b9693f7bf7f75ccdad572f2ca4e90bebe636d895d0290e349bbb" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_stone.json" +hash = "18f6ab8cdc4e41f887552968acc1a8e7911043bc129e8cb7a5c2ebf56a10e5e8" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_andesite.json" +hash = "d5a9365db8856b50376dd1620a613fc6c7c88b27f3051ed763e3a489e40192da" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_basalt.json" +hash = "ca8703ab5861645ab90159c2421009c45480c87be5a415046b731889c0eb90ad" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_blackstone.json" +hash = "2b1b4cdc72774afe4223c8f074bfc33710bd7fa1bd5340a9ae4c3d4a369bd4e7" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_cobbled_deepslate.json" +hash = "8d189fd68e42cbc77ee91d5e3f4a2eec7c19c32fc752b387573dafa01d5bf5a0" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_cobblestone.json" +hash = "6f654d9889cbcf71f83639f64e6192c08035e4030934e095d8391bab86f64ede" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_deepslate.json" +hash = "abd45286bbc9ca1f41e68238a20c0bd56efab9e79672cfc16fe792f1c24a51e3" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_diorite.json" +hash = "20f8ee1aaaf741caefca7a148add82977fb89ae15fd9b384cbf971d13da285ff" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_dirt.json" +hash = "80468cd2680d0cde8d2f057cf6af67aea3dfecec4f0a78b136ec87295f3cf208" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_end_stone.json" +hash = "5cbed9e7c509405938316d3ac24e27c99d5fe5c4abc86bd03cb9a2096e4a9e74" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_granite.json" +hash = "b23d00ac4dde8b43c494575291c71838e48bd9bd0fa30b68a5f61069ca85dd37" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_gravel.json" +hash = "e2d18b5a452047c10e50f8f7fb95b7b9454b0fe1cc46ef10855ede40c1571fed" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_netherrack.json" +hash = "c069f272f7b32d89a685ce53b442cfc5fefb22bdf448119a259a75113aa90e97" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_sand.json" +hash = "9250e8617bad1fdd2d1a2004532a9f6b976ac16d67b4b96bed06a8c34902ca8f" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_stone.json" +hash = "2592bd4c79a9c19dbe7bf632458b644ed0c75ee1585d6458d4f06861b13d19ec" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_andesite.json" +hash = "4c22f1cf8c6a5690e98c66089e72f9c0f9728066eb9d66900db09789642deeb6" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_basalt.json" +hash = "260657b29ddb8517d0b377653288b73532726bfe76a0d1318d8ff0823590c654" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_blackstone.json" +hash = "065c062e9860d44b615e577f032dfb84eda1fe6203c1ac3891832ba91207d2da" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_cobbled_deepslate.json" +hash = "ae4e17e1d826aa21417e2fce834644d2092bcccc5c506e592721b76a540aa061" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_cobblestone.json" +hash = "f7160c83aad4a64274575546ffbd33cad82da9582665c52e0d9a91435aa3fb09" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_deepslate.json" +hash = "205d883c69be51ee9b816c0fa6ac2c23dbbf2a52b610db6af1cfb7842a983d1e" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_diorite.json" +hash = "69c9736f3ec779a142c50ca02ba564cdc0ae7f5b59be2c50f38da73f62b2105c" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_dirt.json" +hash = "9da09667bad9eb66aa1d419a1701f8d5bf8226187e59bb4f38996514f961452e" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_end_stone.json" +hash = "e309e2f09ebc2ae6e2b5937ec97f8451757d89d48c8444cf2cd87687e02d7511" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_granite.json" +hash = "3f0a66ae145374f70a0ccbf0219363309923146ae65b58f9d268a8ea19a06471" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_gravel.json" +hash = "b749f6ddc50dcaceb3472408de1b3131ffcd6c5f2652ec3498f83a08fff45827" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_netherrack.json" +hash = "45bc348b31f907597d2bd2da12b9058bbad5ea1ea9ba4efde5924cc0af9a05c2" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_sand.json" +hash = "4cc077a6a4f16992669a3f13ab961a97f57bad85f3b62357f0f9e05fd10d0f32" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_stone.json" +hash = "1e8fb4841f18145a681611b8c4464973bbeb1fe2618fc31d43f9f9ddda938308" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_andesite.json" +hash = "0499660d6e89a504c1a7698cfef270e2ef9a6c658ddfa0a7963704f3349d945b" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_basalt.json" +hash = "16115ff994d4325330f3cbc16132fe2bbd37d0b455ab2b20151616faea5bcdfd" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_blackstone.json" +hash = "2faa5478edc47f5ef301cc2897b7731c702988f06f9090bda2afad23e52ec178" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_cobbled_deepslate.json" +hash = "47ad2332df0b9abe5e4ba0648bcd2f2869740d270bc86db6a4a09aabba905426" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_cobblestone.json" +hash = "c3f8049d808d0dfc7d854691509ea66c8501fca81096d3dd6bfeae9f5485e0f6" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_deepslate.json" +hash = "32619d16d51ae87f2d3733f4c03253d037abfaa11640e74fa2ebdcaa3de2f2cb" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_diorite.json" +hash = "7bf1c811be5b6949bb4cce3304bd060358fc4486bd0e7a824654a4a44c52ba1a" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_dirt.json" +hash = "bcaf1cbe70c9e4c833809fe99b85965a8c3de08fa74097e3a1ac58ff66144ea7" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_end_stone.json" +hash = "14f6511e4ba4f71a95f664e5f5ac1affea9ccaff94b8ff28e8eda7642d1f00c9" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_granite.json" +hash = "1ba1b38514f1c96c8913d67708ef58c222c525f5aef396a63e7a0677c34a1893" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_gravel.json" +hash = "434ec2ba6cd9037b6f8d0e602735597e8d6ca30a0ec95f48c6a195b485bfdf3e" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_netherrack.json" +hash = "c6f2604bb2b501f44cf8fe0b6444d1283adb799aad9e53c3d170648332ab69a6" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_sand.json" +hash = "0835e5a22b97eb856d08156a0324ec4a79e1148b3f023d60bf8ffe5159df4402" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_stone.json" +hash = "92bf2b1c36259c308d43fb789045fd997e4fd48a6f3260ee35bd636ef5a37a3a" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_andesite.json" +hash = "c30880de810f86b6d1d4ea693a49f9e5e3a9f3398299a8e7d13003e6ed934f22" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_basalt.json" +hash = "908df238758edaa82e3934c65f6be521be4d093826b7d3fe067cd2ea8623dc18" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_blackstone.json" +hash = "f44ba4fe6879f6ec0c65c63e4ea59f2d34434dc7019e8cc91837edbf18ded8db" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_cobbled_deepslate.json" +hash = "45b3b4aea0de5215674b4999dacb48f8fa46b517a2995e6a494e32b0f24ef26e" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_cobblestone.json" +hash = "c2d7fda05c7d66c42bc692be3a69666947f040bebe92e658f23ceeca7b8c2adc" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_deepslate.json" +hash = "5d3d435ff2b789ef9185c6455362d1727df40d5089d29dd78f92d7ec27abb9dc" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_diorite.json" +hash = "0b8c160d5346dde1bfdfe9d6d1e3cc41425529f2bcdeadbe50de5a0faeb31f5d" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_dirt.json" +hash = "5eb57227d15b45a4798985ea51f493650abdeebc567d5032af411d92d5938bc7" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_end_stone.json" +hash = "451da19fd149e825643814eb83ffe0c56469b23b8d0f3b43962da0a1da0335ff" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_granite.json" +hash = "86bef9dd82b10aaf0319f38e0305e8f46fc985f6b0be976f12a7aa4c52f285a8" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_gravel.json" +hash = "77ed79a84e6087246cafa516cfe8cad8bccccc226919d83544317fc729b6fab6" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_netherrack.json" +hash = "6a448a0e6028aff8c8dd3cd62db058b45a485f0c8ab5d331ab823eccf6f4f214" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_sand.json" +hash = "b97af197afdb2af404c3a466c6e302367d690f5bd2e3cb4d4a6c181f1b5b698f" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_stone.json" +hash = "5be7f78b35491bb0361e0ec10a086f71f5f3aa0d819951579f9d5b9b0406c0f9" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_andesite.json" +hash = "9e55347d93e31c8f83be923bf7ed2b863e0c55be17d4965146b8e0d4f1a7ecfb" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_basalt.json" +hash = "d3f14ef8e23082a278fada6cf0d6e95a5868ec99cddf2ad027fd9d3b24b6ae66" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_blackstone.json" +hash = "8946297c1d32e3c6df9a55c805b2e770d7ae6dc4dec86af014b6b52f35fdbab7" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_cobbled_deepslate.json" +hash = "9bd88b2b838102972a5e0e450663acd552b3066d11044354831a5c75146bb7d6" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_cobblestone.json" +hash = "b4f42c3f7e83c95344994da1ead6ceafb1bd32fe374ddd30edce7a493d492223" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_deepslate.json" +hash = "d5e72d7a73e0ab535e7585eae1e5cc13699f26eb0d77f02fa28bda2fd5d97ba8" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_diorite.json" +hash = "ba73d8030b7cd6bd97d0e4695cf6b7f5b2ab89a89928d805d7fae81d15f9592a" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_dirt.json" +hash = "46e75a70d333e4338324867b456d1add513d3ff829645e4e15c84fae3e0d681a" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_end_stone.json" +hash = "0a24337eae257168c21fb82124e931b755458b36ef5e2133fa2a76bd11f8b655" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_granite.json" +hash = "902c64aba4dc4be42c504c466c09e8ee1b6bc95d9fccaf8f703cfc9f323690c1" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_gravel.json" +hash = "e19bfdfb764919d8f90f8d2bf7d308032f86f0b9e4e76f8acb38030e83fee619" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_netherrack.json" +hash = "5d3bd662f903c6a7542cb78d1e15c8682931d3daf1734bf749d15076ba2ba6b5" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_sand.json" +hash = "3c77e45460e1926d683391561ac49417be2554cb6090a1ca674f5fc36689c57e" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_stone.json" +hash = "83738cff69f3b5b1778c838d0ad4de8d02f1389f4331e6693d3d612bd0cc988e" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_andesite.json" +hash = "b4451f480e43c862176cbff4319542b098ea99acf685d5bc97ba1125fd9bc7ac" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_basalt.json" +hash = "17a3773a36dace8363b43b89315dd81c84a6b09ed781c91b5c0167ce3cf5f98b" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_blackstone.json" +hash = "36835dd065ac5cda81c07c0306c7a85dcd8226120399592fe9a81f1181e32ae7" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_cobbled_deepslate.json" +hash = "150d3f9deff6b41ef06cc2453c2de5a9b7095eaca2a185b135886361f12c77a9" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_cobblestone.json" +hash = "8cfd7c48877b3c43980709bf64e4f2d45d3e84506d3928a80a96572646f024e4" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_deepslate.json" +hash = "49c73548706c93783f55f0aa6c8d8aa03a340fa7b37254833ea0d71cfbf0f2c2" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_diorite.json" +hash = "81447bf198f61437ca20fa88dfabefb064d35ea13611c72d4eff622421e70770" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_dirt.json" +hash = "a3b264fc7cac0cbdd3e7860b94f5edbc5703a524e97f3801e57edeb87b912c22" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_end_stone.json" +hash = "25bd4443e636c4b707aeb492d284147a2d6feea35bc221b3cbd9ba7dc51cee30" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_granite.json" +hash = "50f65e0f14aea709a344c8dfa1278c1db3dae4fc3a8c075d40353dc835851466" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_gravel.json" +hash = "a33117a9eaa2b723bd7ec1fd338fc0f4fd76136ca2305193817d71b73d86b57d" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_netherrack.json" +hash = "42cb410c0a3eeb87cc808a988eec8739ee8ffd656cdafb223feac7f20ea4b6a3" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_sand.json" +hash = "5f647f773c9e64a69a2df4988ee0fdf2b65c3b080121de421e8a16ed13b59380" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_stone.json" +hash = "5804d6c6c6cf273756ba44cd189bd67880ba0ca7e2637ccc8ac38f49e46c3ae6" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_andesite.json" +hash = "d13da0963e746309ffb1e01ce7440f5c11420a029d259236ec0c51dc4c68e628" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_basalt.json" +hash = "9eba54ad97a839b1888ae47b6bdb5774693c98905a1256ec0a1eaec35201e759" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_blackstone.json" +hash = "e3c6e25057cfb34263ad88bc0450dfc54c796bc1ae09dd14d6836cab93969d20" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_cobbled_deepslate.json" +hash = "efe9fc309cdaf53953002ef243f60987f612e5d101a0788ee175af01e83ad757" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_cobblestone.json" +hash = "262c50d6d852ae01812e1a59896f929e5e7d50b822e54ae015c4d545dc4e1c5b" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_deepslate.json" +hash = "b675a6d7b4adcadcebcdac76c7611a9f80e558e77e048154e4eaf2ce11af4683" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_diorite.json" +hash = "df1a3906dcc2e4b2f9dd06723b0367392a09548b50ab57c66558bd50ced8bd84" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_dirt.json" +hash = "22475aa02a8c1771f3a09faf46f70713e418d95cf2883fbfdd012c3c9e644d5c" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_end_stone.json" +hash = "53717a563afdb3460f27cd70463316f23fcf194f55ec4d27cecadf63597d4222" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_granite.json" +hash = "ac2545f9fe4fd4121e4b8ef95449ab7d29ba08dbf2a8d3e9fb784f878bf82b6c" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_gravel.json" +hash = "2f0eead6967156c894183dc0deef8f39910887c880c4163be2bf9a336a762654" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_netherrack.json" +hash = "70c9f81534f23d3387c43a64531d812a79c79695847791a64e92e4f5e7a806e6" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_sand.json" +hash = "e6c9801d89903c9434e03667e695be4eaf122e576e7027c980b926e55fda42d9" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_stone.json" +hash = "ea63d650199a2596d51aea6959f63dd96da0af17ff0ff66abdef34f120c8fc41" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_andesite.json" +hash = "0d293d6c4570da6b2adec3d45b980208f3568b39c3077e30aea9ca7d21092b93" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_basalt.json" +hash = "4d0eb68be9a1fbd5fe64779c8853d8468cb1385e13aedd03115c9816c741760c" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_blackstone.json" +hash = "347243c0bae541097505cf3db22535de461a377cdafa325330136aca35609eef" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_cobbled_deepslate.json" +hash = "22f6cbfd70fc0ad4194e78cf94c3303df9624a227b37e27f41bf7461e857f675" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_cobblestone.json" +hash = "bac7b14021129f63b9d0153491e15920e258f96300437210d861160af956cc95" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_deepslate.json" +hash = "48a614066bdd0380afff37c64edcbe96ed359bbf7c0d2256b1f8cbc63a2c1e4a" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_diorite.json" +hash = "3b24119e1741913d8d8463c385e798817a79643ae14175cbf1c36576873d564b" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_dirt.json" +hash = "5c056eb1e060be54a89d79206b99139f0e4274ebd09aa11be7ce36cfc59c4e11" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_end_stone.json" +hash = "13ab5621ece131d917c2ef17c75c4b5eca4cf6192f446d40cfc8427768e493df" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_granite.json" +hash = "3dba6f6ed3e15d06166600d86a490939b4d69dc57bc33f69326f0ddefb9d79db" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_gravel.json" +hash = "868682bbc0714e5acbef968e3eb25a1df68797607d3facc1005b71705f102d4f" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_netherrack.json" +hash = "fa76c4285c29eafae1d86fe0c3f3bb04f38704579986d62e4b72efbe64a9a178" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_sand.json" +hash = "90f071e840d160a0a83727bf1d9a5c47fb0c4c2010eb839c29aede79ad0afb70" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_stone.json" +hash = "ee4673dc62fd768164cb22436d49ef923d1eccf356eb67329b2c049c9fd0e6b7" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_andesite.json" +hash = "28dc5b9cd3424c8300e4110e65cf7cae63ee6767fbbc0232f53a21acb25f5600" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_basalt.json" +hash = "4e9a4bbfb83bc98cde727ac454779cbd956f2d4077d947242a14c88831d9e2aa" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_blackstone.json" +hash = "7f1ef199c55504c13eb37687654b929f71c5632dc11e9d4596be7f668316a8b7" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_cobbled_deepslate.json" +hash = "0c3d50f54e6b2b3b86eb15032198b3e3f764eb826874cb4f1b9a0eae1b1892a5" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_cobblestone.json" +hash = "c47eb4102d639c5f6887b6337a38e329ca87cf254197f38a8391fb34e17ad893" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_deepslate.json" +hash = "4a73fbe0de4336da28d7d2b4f20455fc7870aea812182661451dbd311e7165bf" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_diorite.json" +hash = "89d523a9776dda0a69ac8bf0ce65b05cc659c0ca83f8e801f4dd28fb5ef1dea7" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_dirt.json" +hash = "3a8457bcddd73239ae9828011ba977d07bbe1a8068b47dcd249a1129a6d4e7e4" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_end_stone.json" +hash = "0c23d80ba38b4888b27dc53846f6ca30a1b53f08d8af6003a73092ad0f8e5758" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_granite.json" +hash = "321bd1672f1fc72bfb1696ee30ebd0c529d0bed07464c7fcef343cf099da80f7" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_gravel.json" +hash = "40996b29254d4410367da6de5d9965baae212b0a070b9a515509b2c998f36ec9" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_netherrack.json" +hash = "ca3ff695d4e1c709df2ea0826c9b16978af259cfe96cebbb2330152ed5ce1627" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_sand.json" +hash = "3f4912447538b94ae3a067cb249e20e8d0b339becfc680f6734311f16574610b" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_stone.json" +hash = "1959152db0e01466d78901e27ec244e204977b078c10d2f4deac456b0b51b506" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_andesite.json" +hash = "3bdfb0628079cc4a62408691e95897c43629a1885b4392100c60a206e8463cd4" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_basalt.json" +hash = "bc99653db0e1ad175145225a9b422ac9673ad3937e4decfa04dfda963f5f33f7" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_blackstone.json" +hash = "e00f719d06f53315b4b540e8f6d333e7661c384d5e0e777db4a346451b8f99fd" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_cobbled_deepslate.json" +hash = "dc00a60cb54182b46e5ac906c746350f5244fd1027314bef39916a3c10dd8da8" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_cobblestone.json" +hash = "9114cf9cebab4f4adb0e9a2fee8bcc12fd2f2c820037d7b7707240ffcc369562" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_deepslate.json" +hash = "c557d7bc7a044028cacb88e4b89b7a9b0700ec1c4d46ec8190ae3de68cf3dbe2" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_diorite.json" +hash = "f763ed9086c07a642a0b58ddf04e6633f133ead3d85bbc181565973f69b4841f" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_dirt.json" +hash = "7787c19cd893084a3e18934482c62653b45f4f14ea531a9b8f65cf19645e7f87" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_end_stone.json" +hash = "e0c5859cb2f40281ba8dc7e4214acc03be65b8550476a1bdc06583bc76800a54" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_granite.json" +hash = "a629f5a57886da418df066de68398187926758dcdfaf5891bbd5fead114460cc" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_gravel.json" +hash = "135de8d03629782dc3fc04292fb249131c55b9fd65c1e655704acfa0385c0184" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_netherrack.json" +hash = "f14ff95aa76771d9f857ac67dc13b628ff25079a10d15bc4ec6710d737db2331" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_sand.json" +hash = "a586bd5756aa6fa3e626faaba1d30bf06820b6adb40da2867559fc01fc8dd082" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_stone.json" +hash = "4d7d38670f9406e4ab9d38c2eaf399cbada76fb8800e56e65853151c43888f0d" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/minecraft/tags/blocks/mineable/pickaxe.json" +hash = "580e048b74f12a9d1163b439359dc9f62a50ed012919356248e817ce89a12335" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/data/minecraft/tags/blocks/needs_stone_tool.json" +hash = "580e048b74f12a9d1163b439359dc9f62a50ed012919356248e817ce89a12335" + +[[files]] +file = "config/compressor/resourcepacks/compressor/resources/pack.png" +hash = "a09e9bb8fdb1d53c353fc0b275da9a03876c4122c7c8efad397bfe131a2434d0" + +[[files]] +file = "config/computercraft-client.toml" +hash = "8e1af48fbafb26e374fb91793cd950e32dc4008e423267f8d2006c2350bfd567" + +[[files]] +file = "config/config.json" +hash = "34d491fbe66f38a45f28b9ad2928588df546b38b658d97c8430c077ebd2005a5" + +[[files]] +file = "config/connectiblechains.toml" +hash = "a78c8a42b2fd624f6c51cd6a68f20b69ea3f540a505e838f5b33a782ea01b55f" + +[[files]] +file = "config/connectivity.json" +hash = "a17f84d0c9a37e9ea618679133dc4498c270753517e12974cb9e07611a716201" + +[[files]] +file = "config/continuity.json" +hash = "00267a602028cbb037dcb0b5f803db31bed284235ca9c1ea189ad4179311a2f4" + +[[files]] +file = "config/cookingforblockheads.toml" +hash = "42695bb95965a735d510815df9f66eda78806cb4658a855fadbea9ac55444faa" + +[[files]] +file = "config/couplings.toml" +hash = "8f21e1d2ab33895afdd19f7712cba62de94771583919c4b10f42cbd0b639a400" + +[[files]] +file = "config/coxinhautilities.json" +hash = "4c0f589283ab2878ecdfdcb4e3a7c74b3f19d9ed810449ada2401894feb486e0" + +[[files]] +file = "config/craftingtweaks.toml" +hash = "8830d327f96393c7952f119a69679025a5f1f21cffa278356503021d55d861b2" + +[[files]] +file = "config/create-client.toml" +hash = "cd4cd1842e6ad582af49b91296541b2c3488e8a54884873bd0d149ec97386556" + +[[files]] +file = "config/create-common.toml" +hash = "e14d4a4663c240564ed221a6cf11063b9ac6497e7a6da575b2c98f98fb4e3b81" + +[[files]] +file = "config/createaddition-common.toml" +hash = "a424e2cb4f8cefff5f0f0e1feb791e7ff7a34e32f18d2584f87cfbb7fc7ce6dc" + +[[files]] +file = "config/creeperoverhaul.json" +hash = "ea3d433bdb2c1b1958f90e92229949aebe5e40691b977cf17b815b975d2876e8" + +[[files]] +file = "config/croptopia/croptopia.conf" +hash = "e2acf56333fe4ea7be9bf4b9aaee87fccc69fe4a89f5ad8f83073418d8051fc4" + +[[files]] +file = "config/croptosis/config.json" +hash = "15cad2cce926e91bd59ebaeeaafba36e678e99af7110611eea62bb45f387c8d8" + +[[files]] +file = "config/crowdin.txt" +hash = "fadbd1094e4079597c631b59da43ea2e315aa610c47282045384e888894ecc41" + +[[files]] +file = "config/ctm.json" +hash = "108892821d53d2d12cbc07e37028e3c350a0d179a6620fc4e2067b6dcb9d6caa" + +[[files]] +file = "config/darkmodeeverywhere-client.toml" +hash = "9ce81fa1bcb45c83e86595432dad6a1d43bd99c3e1e72993a0827a0f80dc08a7" + +[[files]] +file = "config/darkmodeeverywhereshaders.json" +hash = "9896f8052dd4267d53ad63feb22f9e0a8b51c582cf99f5d69fd615f47175a875" + +[[files]] +file = "config/de/mari_023/ae2wtlib.json5" +hash = "7e11a218f0d09f7c0a0d8c52b17abf7c0614173efa69adc17576f5b60ead7853" + +[[files]] +file = "config/deeperdarker-client.json5" +hash = "257c1be96ae69f4b01c2c69bdb6d78605f59175819fb007d0bf245bf48444c4a" + +[[files]] +file = "config/deeperdarker.json5" +hash = "8cfe72ec7a3a2b927a497379ba4830c0491fd07ca539b1435828ff34400a5a31" + +[[files]] +file = "config/deepslatecutting.properties" +hash = "30b0eb3487adddfd0fc041817011389eeb8c277e3f892ba95788096b4217c6fb" + +[[files]] +file = "config/defaultoptions.toml" +hash = "3e93640912ed3a9ddf871b45ccf373d7d8db57e50bcc2798e9b7112b2e031c67" + +[[files]] +file = "config/defaultoptions/keybindings.txt" +hash = "4d384a0deecfb1971ef20bc37f57db16c194cbf0f12acc63a8901dbeb3e1d7a1" + +[[files]] +file = "config/defaultoptions/options.txt" +hash = "340f71a779ac0a516c81772dcd10a0678d2b630773b7210f6d49ea827f0ba586" + +[[files]] +file = "config/defaultoptions/servers.dat" +hash = "e20de8eff14a093fb2e737eaff2987778037475430dbdfa04ef82773e8b543ee" + +[[files]] +file = "config/dml-refabricated.json" +hash = "bd9a5a778c3e88ab8d893db0c8211d2c161bd8d249478b451af42bee0d44fe2b" + +[[files]] +file = "config/doodads.toml" +hash = "7d10268401b09c00ac1fdb6bee51497a819d4e454ee29208aa17d8e1ea85e8fc" + +[[files]] +file = "config/dracomelette.json" +hash = "3d6d9d8c21bbcab0d141f4fe8f59fbaec75c2f435b8fd7780982181f7b667153" + +[[files]] +file = "config/dragonfight.json" +hash = "a823f421836c3a5b38a12f84dbb09b97cc890e43abe61c5993c41e45159008cd" + +[[files]] +file = "config/dragonloot.json5" +hash = "2150eb47d56f949a7673dfb188a98ef397e5bad8fd77d72dc3377c8a08e77501" + +[[files]] +file = "config/dummmmmmy-client.json" +hash = "c7bd299aac21e98749ba5509faf508dfbd2c33f589c20ec898e131e206987f24" + +[[files]] +file = "config/dummmmmmy-common.json" +hash = "05bc246cebd1654657d894c583894f218f934b29b86ea54aac63948b3b9afc4d" + +[[files]] +file = "config/dusk.json" +hash = "d56ddf822d43b0d59aa5e82280cb9fb010920dc5adecf08bd2ef13330020a075" + +[[files]] +file = "config/dynamicfps.toml" +hash = "f5474c5f2aa9e04cc88211eb6c0b7c4d3835814ba7047252edf624355862caa6" + +[[files]] +file = "config/ecologics.json" +hash = "6b8db1b8c3f9dfb655a2db483db7c02972b147eb53591945b4782f9049054168" + +[[files]] +file = "config/effecttooltips.json" +hash = "01993d23443937fdb1ac62e2f1707c00ffe5f0b94d45a1edbff927417fb49ebe" + +[[files]] +file = "config/emojiful.json" +hash = "7eaad91440b8bec1158393c8c859edc737c3ec68fca19f6c2cc872fbd0c3a2fd" + +[[files]] +file = "config/entityculling.json" +hash = "45ac68cd66f12e7eba25b1f079d293fecbd1d1b5397489033246ec6e9b13b3fd" + +[[files]] +file = "config/equipmentcompare-common.toml" +hash = "44059014501c0e36179d6c4e1cd993c6f84b9760635c29820b37a608c4518285" + +[[files]] +file = "config/extraalchemy.json" +hash = "977f03455b4517949daa1848af0daff283e359ad4ec14487e8e49dfe16519a16" + +[[files]] +file = "config/fabric/indigo-renderer.properties" +hash = "2a253e05ef91be8619f380946e12ab19813fe7af241864b40485561e52ab5945" + +[[files]] +file = "config/fabric_loader_dependencies.json" +hash = "a4a43f89be3d0b9825724af9fd330366f841aef8857cb0dc8614d6b20449045d" + +[[files]] +file = "config/farmersdelight.json" +hash = "b2606eb3d93a91367310e2f36955c7b9d6436ebbca757d88ee4d660b3dd217e3" + +[[files]] +file = "config/farmersrespite-common.toml" +hash = "7686416efe9b55666d12d8ac3d66a2b9f8993ee54747332d1cea7f6d6f565eef" + +[[files]] +file = "config/farmingforblockheads.toml" +hash = "eb726d43445b55ce3b4e8f9557c767ad759481ab4b6f8ada9107de4941a0fb6c" + +[[files]] +file = "config/farmingforblockheads/MarketRegistry.json" +hash = "efbcd828f240b85bace5d704fe629e9c733c19a9c3c399cf2c0fd54bed7a8051" + +[[files]] +file = "config/ferritecore.mixin.properties" +hash = "647c97bf8ba08a082324b85ed87ae43356109953b4140fe57847cf7b97448ecd" + +[[files]] +file = "config/fertilization.toml" +hash = "52c0130541ea7a79e337b54c9a4ba7edc3c1cd86814e4271a1f53be7a92934f9" + +[[files]] +file = "config/findme.json" +hash = "4e0913a2fef137b2ba6345a2ce3e6104fb0872efe194c5eb7cbb75782b933fc6" + +[[files]] +file = "config/fishofthieves.json" +hash = "01bd28a5d1006204f62ec85250567270f9477d5a4289ca232b54cd2ee580e212" + +[[files]] +file = "config/flywheel.json" +hash = "aa84b01d7366b116d590d52adff2acef9212f9395eb53e9db9fa9090c6a9b02d" + +[[files]] +file = "config/friendlyfire.json" +hash = "4cd92b247c2adf950b0b79507d295ff0d8e00082bb65dd1e0bb428363428ce64" + +[[files]] +file = "config/ftbquests/quests/chapter_groups.snbt" +hash = "063f55673e56ccd8b3c8b0b4154855d1cf16ba83ade55deb2c5ff1e1a1631047" + +[[files]] +file = "config/ftbquests/quests/chapters/ad_astra.snbt" +hash = "c9f9375d7d47dade0d9c8df27626ebd1d4b330b94e32d7167e632aef4f3dc5f1" + +[[files]] +file = "config/ftbquests/quests/chapters/adventurer.snbt" +hash = "217a7da339309d087d6af708fc89bb9bc68c6966dc9a7e931ea560282b8eb852" + +[[files]] +file = "config/ftbquests/quests/chapters/agriculture.snbt" +hash = "4a5c3110611fe266df4bfd89c4f91643979035c193a6fc94ac16f0b7f335b6ca" + +[[files]] +file = "config/ftbquests/quests/chapters/applied_energistics.snbt" +hash = "765e911baeff5c7b8b39d003ca97a0ecea549f98b59f17f6de38cbf5669fb780" + +[[files]] +file = "config/ftbquests/quests/chapters/bewitchment.snbt" +hash = "3f89b44480fdc0564ed046fecd0eebf277a2d57da5a6c82dfaacabc57960de6d" + +[[files]] +file = "config/ftbquests/quests/chapters/botania.snbt" +hash = "af98f86f4fcf749616b63c3b950c8bf560b0b243f1822813114ac8a6d930bf26" + +[[files]] +file = "config/ftbquests/quests/chapters/create.snbt" +hash = "415bd277319d5eb71d296fa80e27531d242369f363f450d403db3f16a769c885" + +[[files]] +file = "config/ftbquests/quests/chapters/deep_mob_learning.snbt" +hash = "4cca8484a78a762b8cb24911f238c52a1615477a792240f027a6d71ffe6a5770" + +[[files]] +file = "config/ftbquests/quests/chapters/getting_started.snbt" +hash = "7a69a9d05dafb2c1f57143a2cba8d1b95b0071fcc189fd42e70b837c507f46fe" + +[[files]] +file = "config/ftbquests/quests/chapters/hex_crafting.snbt" +hash = "6008eebbb4486ad8e38d2a73f18df9f23993c3a9d063ca510342981adc973713" + +[[files]] +file = "config/ftbquests/quests/chapters/industrial_revolution.snbt" +hash = "548854670f7be2b0ebd68b71750d78453e3f3e2a181aef17da6c1fcd18b17049" + +[[files]] +file = "config/ftbquests/quests/chapters/infinity.snbt" +hash = "f9e62a6aa63fa498a24bb911ccade397e080ac6d0c727231c49a35ce95e6d86a" + +[[files]] +file = "config/ftbquests/quests/chapters/kibe.snbt" +hash = "2439c44a7b34424350c64204597a7c0d8d045a1b3478ef65aa74f20de419c7a9" + +[[files]] +file = "config/ftbquests/quests/chapters/modern_industrialization.snbt" +hash = "81e8d149ebc4404628f9a9b5a1a10d0f3418b30aec49cd6190b1ff542e697646" + +[[files]] +file = "config/ftbquests/quests/chapters/powah.snbt" +hash = "ebaaae9c6a1fdd1dfc2ec8004fb1039a1f67f6a51e2a47301869d0af0f27f371" + +[[files]] +file = "config/ftbquests/quests/chapters/spectrum.snbt" +hash = "f733ecb57537c6d453472763283357f87e69110bc0285508880caad47253fad1" + +[[files]] +file = "config/ftbquests/quests/chapters/spirit.snbt" +hash = "0a1a35518bdceaa334069ffa9a9fd5d2fbcb5b3d48a935defb0372c30920e06b" + +[[files]] +file = "config/ftbquests/quests/chapters/storage.snbt" +hash = "259befca61437bee3c8f833b74a840d06f62e50a47351d1635e3c35666dde7d8" + +[[files]] +file = "config/ftbquests/quests/chapters/tech_reborn.snbt" +hash = "39004bbd409fe40532c10cff781b1d7fd76fcecdeafaf4208a603f5de8ae1b84" + +[[files]] +file = "config/ftbquests/quests/chapters/tools_and_armor.snbt" +hash = "fd0e36a12fb0811355680b264bb61df1dbaa96a128216476f955850c953a5476" + +[[files]] +file = "config/ftbquests/quests/data.snbt" +hash = "fb85c225cd1a34f7d389e54cd04660efc285d2b08d9f1ef1808acded104457c5" + +[[files]] +file = "config/ftbultimine.snbt" +hash = "0fd2188ab6ddfffbcde591c0d9f4c80a5d325c765b02c85123cebe3324439e8b" + +[[files]] +file = "config/fullturtlearmor - Fabric.toml" +hash = "08c6f738d18e26a60d45e8e908bb06acc467aabab1a56335958d988fa2af6347" + +[[files]] +file = "config/fwaystones/config.json5" +hash = "8d489627e8b3a29f718d73a2bb0fae2578af65f607b205aaa50f7b7dd4da2c9f" + +[[files]] +file = "config/geodes.properties" +hash = "9cdb380990565b4f83b10c737758b8a9bbffc705f7bf8975358ccadc3cc06994" + +[[files]] +file = "config/graveyard/the-graveyard-2.1-config.json5" +hash = "b0172acfed143cff363511b3e1b56dc9d2ad6ee210f864e9facf09f82cacd66f" + +[[files]] +file = "config/graveyard/the-graveyard-2.2-config.json5" +hash = "54d8264d54346463a891f2e04536c429f22ff50e1051935e38756522ffb922f2" + +[[files]] +file = "config/guardvillagers.json" +hash = "5c4c0004bf6cdfd35db002f507075693ad85804fa46bacb02051af336d6473c2" + +[[files]] +file = "config/harvest_scythes/config.json" +hash = "198f4179286b1a600e80984f2bb79cddbb10a80c19607dbfaa9e1a42bbee9447" + +[[files]] +file = "config/healingcampfire-fabric.json5" +hash = "66cb4fa208703d9f68183988cc1d8bec10a9786683775e3c09da618bb59a35ae" + +[[files]] +file = "config/healthoverlay.json5" +hash = "9d60721aa76f0974fcb6a8bf73b074ece68efd89fd9be03856659049053c1f7e" + +[[files]] +file = "config/hexal/client.json5" +hash = "257c1be96ae69f4b01c2c69bdb6d78605f59175819fb007d0bf245bf48444c4a" + +[[files]] +file = "config/hexal/common.json5" +hash = "257c1be96ae69f4b01c2c69bdb6d78605f59175819fb007d0bf245bf48444c4a" + +[[files]] +file = "config/hexal/server.json5" +hash = "2c73d386a66dda0ddea7626646c6cdabdfff524cb0fa79f4ec32d16e77a7e8f5" + +[[files]] +file = "config/hexcasting-client.json5" +hash = "858311028032f346bc3223d63de1589ccff4cd0f94fc7fe6eaa5e00896486abf" + +[[files]] +file = "config/hexcasting-common.json5" +hash = "292a9bd8bf48eed20799cb29ef7e12d95f7335863f0689f642eb56e9e9b09f5c" + +[[files]] +file = "config/hexcasting-server.json5" +hash = "ecf117d6308c6ae6420d2827ae0327558fa66a84921aead4c739aab779280909" + +[[files]] +file = "config/hexcasting/client.json5" +hash = "744c22b76d27156184f4f7769b2719ae0685daf4485ef4909c44bde0d9055ce1" + +[[files]] +file = "config/hexcasting/common.json5" +hash = "7bd1d0980a96e0151222fa60abcbb4db568382c4cc5a87e6c4280de6c3026a3f" + +[[files]] +file = "config/hexcasting/server.json5" +hash = "24856cb942c858d38bbeb55d1fcfe380f22e911aea38404f8ed24f7d3050a800" + +[[files]] +file = "config/hookshot.json5" +hash = "a51633be8b8bf8cb5a1684ae4645b704141939532a43213d91cf96683396157e" + +[[files]] +file = "config/horseexpert-client.toml" +hash = "f51be58da0b8479dacad5a4bd5c9732419dac86ffbedbcf4ce94c7c818f51da5" + +[[files]] +file = "config/immersive_armors.json" +hash = "6dded94b6f6cd5be90c92e7a620eed3cee5ac9ea0c83bffd279d15041baa7cd0" + +[[files]] +file = "config/indium-renderer.properties" +hash = "1e0a10723ec644fcb52bde65f91a1941eec95a23ede9823d2637e92c5bf031f8" + +[[files]] +file = "config/indrev/cables.json" +hash = "9183a2eadef32624ee9a8ed193ac1b61d3b2ce0511f6e0c182f3a2d9bb170a83" + +[[files]] +file = "config/indrev/generators.json" +hash = "7e76e3fd7ff40190b24aa76efdea7afc315a87e426ac8d7ce0e0f42a1f4e52c6" + +[[files]] +file = "config/indrev/hud.json" +hash = "273c14e99b9b938007693c86b53cd7d697080b38705b1962cfe38104656bcf2d" + +[[files]] +file = "config/indrev/machines.json" +hash = "6fbf00f4491111f1be29b4a6dbe172aa90df35cadd5d5ce2cf350bd10e11cbe7" + +[[files]] +file = "config/indrev/mining_rig_config.json" +hash = "1b3d8f89cf452fa40d603de831aed8f582b00a8667a3f30a05527d9aa735cd21" + +[[files]] +file = "config/indrev/oregen.json" +hash = "eeb28d4ce11f90899591df4554778202b8e80e5cabc8905d9ace10624cc4f1da" + +[[files]] +file = "config/indrev/upgrades.json" +hash = "ebbb00fcd5f6a560a60c43c86b71a49a035f154799b6135c1627f14d5f5f72b5" + +[[files]] +file = "config/inmis.json" +hash = "e411d391f3091075769080ebfa29e357d85a43882099112d2a4327c517cd4d03" + +[[files]] +file = "config/inventoryessentials.toml" +hash = "766c28ea8ef5bb673974bd34c8fd84e81e557eab978ff8cf8a06a88e2cac3108" + +[[files]] +file = "config/inventoryhud.json" +hash = "eb268951c8d3f944366562bddd276d383da537e5ee644e6f42561c42d393fb39" + +[[files]] +file = "config/inventorysorter/blacklist.json5" +hash = "9f36f88fdb87b6320507f049e9eff15a6622655666bac5122c1c9f694dd2e3d7" + +[[files]] +file = "config/inventorysorter/config.json5" +hash = "a268d42b2f32c72e44c27b8294c5db1468cec68e733993713bc6dd1a4d3a7ee3" + +[[files]] +file = "config/iris.properties" +hash = "c56cd75a9cf86258181ff26248455016be99e16a37ceb2b57ebdd73a86ffcf8c" + +[[files]] +file = "config/ironchests/chests/copper.json" +hash = "397cb49cc265439602b3a7ff48f33fbfe0ee105fc50128abde9b4fe94057b83f" + +[[files]] +file = "config/ironchests/chests/crystal.json" +hash = "2e8153887e5b318a5f6eb4d6b9a1c62e1de2cb276cf98ccc16657be8b5a7726c" + +[[files]] +file = "config/ironchests/chests/diamond.json" +hash = "5cdc5f24d4c644ba15acc1109eb175504ca40b26ff86a86375afc70a4a680914" + +[[files]] +file = "config/ironchests/chests/dirt.json" +hash = "8aa98677b7d58f96ce1f207e94ef25ff4fed35e022d0608f2e754e4db059e95e" + +[[files]] +file = "config/ironchests/chests/gold.json" +hash = "33bcb33b8116d495cb9f5acec82774b8b78d042592ff413e4ddcddf3a5cc3851" + +[[files]] +file = "config/ironchests/chests/iron.json" +hash = "6510c23e033c9a3b8864cc069003211e90c72d734aacbbde89ad40021d0f3aee" + +[[files]] +file = "config/ironchests/chests/netherite.json" +hash = "b3d596288f7be269c0716b36dc3391e0e520a06077948519bd8f319dd7cdd2d4" + +[[files]] +file = "config/ironchests/chests/obsidian.json" +hash = "185e00b64329877cf68b00853d4552dfdaa53865a2d64c72b1623f150beca21a" + +[[files]] +file = "config/ironchests/defaults.lock" +hash = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" + +[[files]] +file = "config/ironchests/upgrade_types/copper.json" +hash = "779c2e1458ebf42a28ff4e0fe756c1038128451f14df2242ce5f822a9a30bce3" + +[[files]] +file = "config/ironchests/upgrade_types/crystal.json" +hash = "d9b7c11ecd0a19a3a9206b0855de5c50d466dd6593c7f033bbee4499576229c9" + +[[files]] +file = "config/ironchests/upgrade_types/diamond.json" +hash = "f0a0f6505fdc4fc55f75f1d1b0d9e8073cfb47bfda9a48468933635605609f0f" + +[[files]] +file = "config/ironchests/upgrade_types/gold.json" +hash = "8280c1f053f4203c01d711fd38ffce529fcea71fcfdd5f5f870fff15517c4bfa" + +[[files]] +file = "config/ironchests/upgrade_types/iron.json" +hash = "b3952947a43d5cc2ae7944ea748a9af124b8f46b6b0e78fcd7b9f449f8b681ea" + +[[files]] +file = "config/ironchests/upgrade_types/netherite.json" +hash = "6e992d0b961f1163dfe5cdd7b7769c568f8ab00411ea25be7c52bcc2088f5492" + +[[files]] +file = "config/ironchests/upgrade_types/obsidian.json" +hash = "949bad15aa6fb5d810b99bd59c799bab72e31f6aca971c195c09bc86bb994980" + +[[files]] +file = "config/itemmodelfix.json" +hash = "f67460631e5dd59fd646347174cfe7b8de38be6556bb928bea4619cbd6f32616" + +[[files]] +file = "config/kibe.json" +hash = "d6966418105364d776e15e5adc212678f019b0df7c17fc16dac70d5705a9550a" + +[[files]] +file = "config/kleeslabs.toml" +hash = "98a1a66c5dcef33f5aa42e7dbe6f15765098795065ce45db0fcdc95ab4239e67" + +[[files]] +file = "config/labels-client.json" +hash = "8a7783972031b3f984ae341f497966fbe0689548fa7e09452fde5de741b1fad7" + +[[files]] +file = "config/legendarytooltips-common.toml" +hash = "b2d8f61b74837a52c344b308032a66c32bb01b4fdb2959a3ec87eb5ac6e06514" + +[[files]] +file = "config/libgui.json5" +hash = "6814fc05aa8d6664712b056cfd6cb51cb4bafeabe3f274b9cf5e19e27eff406d" + +[[files]] +file = "config/lightoverlay.properties" +hash = "88372e9eee5d21754b83cf7ce9362d18d37c620ce6c12fd3c12102d058f3dd4b" + +[[files]] +file = "config/lithium.properties" +hash = "f438b7ac138456cd1096ab5c6f1857d88682a378d2cb32394617afd43931af23" + +[[files]] +file = "config/logbegone.toml" +hash = "7d073a04e96f579a3eddbe137748fa0b589f918b10e3950da3e794c2f5d25a17" + +[[files]] +file = "config/logprot.json" +hash = "1c4f9534fab963ff3b0f73a00e4eb4157494ca2d3ab61bdd26a5ddc02faebe4e" + +[[files]] +file = "config/lootr.json" +hash = "24e44a3f5cc691554b30356977abc94df3b198367a8c0e410a93da65ae7a8b36" + +[[files]] +file = "config/magna.json" +hash = "6749b1d63e487d30f5ef70f945edbd36643353bf5c38081443593d8e702d66ed" + +[[files]] +file = "config/mcdar.json5" +hash = "1e00a2c040e99fa18bae7f486dab3d39be1e73d8ccf1210236336f78d05106ce" + +[[files]] +file = "config/merequester.json" +hash = "badd9bf46e2aa26dbe294d6d77b97aba659ea08fe7bfdb907b1327fa8e24b06e" + +[[files]] +file = "config/midnightlib.json" +hash = "b38d5209ee96802fe6a3f9a329411715c65a6026eb6bd7374a28fc324cef6724" + +[[files]] +file = "config/minecarttweaks.json" +hash = "ad1f3d2a4741ee5f1202073663ac922a784c3109a8018f5cca91bae5d6459628" + +[[files]] +file = "config/minecells-client.json5" +hash = "406475c74726de3c609cfeae045b36677817fc29edbc26cbcc8a2bbf59c66311" + +[[files]] +file = "config/minecells-common.json5" +hash = "d1379b40dc4920f7d5bc742ed1465b1d784ea5179c634b43c1f06279331a63ac" + +[[files]] +file = "config/mininggadgets-client.toml" +hash = "7eb70257593da06f682a3ddda54a9d260d4fc514f645237f5ca74b08f8da61a6" + +[[files]] +file = "config/mininggadgets-common.toml" +hash = "96da483e0274b0f05651038291f7f2213d854272bc4fc679a2b1549ed00abacf" + +[[files]] +file = "config/mobscarecrows.json" +hash = "2923c65fc2f2f078d3124763eb16567257af7d5b892631c97d3f37e30ba4a016" + +[[files]] +file = "config/modern_industrialization.toml" +hash = "36bfa9732f340127f1464a773619a61e7d2d3516ec473feacd2cd3fd09366c9c" + +[[files]] +file = "config/modmenu.json" +hash = "5b88e2be3af6f02567c21d15a5c47ceaada7ed5be09996209ff4ff6b5b476ace" + +[[files]] +file = "config/morevillagers.json" +hash = "832818b27a76df025a408d353f3aada9195a0a6f0eed5269ddb795d65501078a" + +[[files]] +file = "config/naturalist.json" +hash = "3176b1f126168a4ebd7692cd40334630552884a1c4e727449d61a057ae100c4f" + +[[files]] +file = "config/naturescompass.json" +hash = "a6a872fbce46949e96a433d5a088084d77c30e388b6da1542ffd8b773e682b4c" + +[[files]] +file = "config/noindium.json" +hash = "0ec99e2aebcefedcf1d5681b6d9cd83d5ed6af32cb8004db0d0699c47beb1164" + +[[files]] +file = "config/notes.json" +hash = "e2802e707d82dd0e4aa19841d63ff659beacf7b5e938e84214a9038fc4efae77" + +[[files]] +file = "config/nyfsquivers_config.json" +hash = "a96d58f80d3fcce0760e476f098d5f335078d7fe39c0dd8ecc1c493b199a6609" + +[[files]] +file = "config/pal.properties" +hash = "f8a494333fc87e63d226674189914211b55917a40ac76b7c8c69a39d9baef89f" + +[[files]] +file = "config/paragon.json5" +hash = "dfffffe4bfa570e8b1090d889ff4635ad7e96c15134748ac84937b75c5ea0c9d" + +[[files]] +file = "config/patchouli.json5" +hash = "f025fe9200c89f808a4459ce10b332a2f763c3d6d9622de61b10278e54161117" + +[[files]] +file = "config/patchoulibutton.json5" +hash = "47dcbfa33d7c80d19c4ca3a231c6c0058fb901ec132c8eb119b7ed05c899cf7a" + +[[files]] +file = "config/paucal-common.json5" +hash = "578d70785fa4caf0a65127b9dc0f01f8c41e442824d7eb00a023ba7e8139ef96" + +[[files]] +file = "config/paxi/datapack_load_order.json" +hash = "d0aaf3172f34275479f0669aa5b0a94b85788ae638f3062b948ec49d31c38293" + +[[files]] +file = "config/paxi/datapacks/Repurposed_Structures-Better_Desert_Temples_v6.zip" +hash = "2bedbd549e5b836d71c2edba54ed675908f2a80a2a0b8709de645fb125a3238a" + +[[files]] +file = "config/paxi/datapacks/Repurposed_Structures-Better_Dungeons_v4.zip" +hash = "f91cbb7eaba6bacaaff5b982348d872887bb5325a78df2b55071781ae9147872" + +[[files]] +file = "config/paxi/datapacks/Repurposed_Structures-Better_Monuments_v4.zip" +hash = "85de82afd3c1e996f5978f2778a037a72842e134939ef6f7e46a9f84c8cd88d8" + +[[files]] +file = "config/paxi/datapacks/Repurposed_Structures-Better_Strongholds_v4.zip" +hash = "8cdbff46c57521fa2961866b85f2ae5d286da998180f9e4ea4ddea2c7129c687" + +[[files]] +file = "config/paxi/datapacks/Repurposed_Structures-Better_Witch_Huts_v3.zip" +hash = "ce20fcf1705162ba280b802d5dac3f20fded0546d7ad07125462876579565600" + +[[files]] +file = "config/paxi/datapacks/Repurposed_Structures-Chef's_Delight_v1.zip" +hash = "34563ac0392d33f2fdd9f7e978a22697ee16d1dc80c52130e91652b4ec9c933a" + +[[files]] +file = "config/paxi/datapacks/Repurposed_Structures-Farmers_Delight_v5.zip" +hash = "ca74e19d82104e5ae4a695574e9c0ba83bf757f88d42a83beace19a0a93b62a2" + +[[files]] +file = "config/paxi/datapacks/Repurposed_Structures-More_Villagers_v8.zip" +hash = "36d76014f9a164c6da24ce78fc07ab95646ec07ed98d84bc75ca3abbd0aa1dc5" + +[[files]] +file = "config/paxi/datapacks/Repurposed_Structures-Oh_The_Biomes_Youll_Go_v2.zip" +hash = "93dfec00e8d47e6f0ee1fa7eb62675666a2d3c90e0fcd69da388702dcc829100" + +[[files]] +file = "config/paxi/datapacks/Repurposed_Structures-VillagersPlus_v1.zip" +hash = "4df1072e59e0d85e6cd45401d6d55ec08f51ff909e2ec9d2b52519b4fa10929f" + +[[files]] +file = "config/paxi/datapacks/Repurposed_Structures-Wizards_v2.zip" +hash = "67639470389aec4ed452f6d280ad5651c7d713eed47637ec5be057c0d1de0e1d" + +[[files]] +file = "config/paxi/resourcepack_load_order.json" +hash = "d0aaf3172f34275479f0669aa5b0a94b85788ae638f3062b948ec49d31c38293" + +[[files]] +file = "config/pehkui/config.json" +hash = "da8d75e7d024d9cfcc20bd1fd67766ba9d0fd4ddf449f873a3bd15eabdf0e5dd" + +[[files]] +file = "config/pling.json" +hash = "405c250d23760fbc3c64d8023f07fe030cfed3b65ed74f5bf4c122c1a5953e76" + +[[files]] +file = "config/powah.json5" +hash = "1c26da8cf17ee60d578231b9afb0f2299ad26374d9bbde17cce02e02cfd84164" + +[[files]] +file = "config/probablychests.toml" +hash = "b86077bd38fe181569acf1c364dc16001346dd8470aba5a3c783e3499477d429" + +[[files]] +file = "config/projectile_damage.json" +hash = "8c3eb2a4150a8575e522c02acbdd88f7d6a387e9caf07da4683d6df4b4abac29" + +[[files]] +file = "config/quickshulkerconfig.json5" +hash = "3244506d38efb766e02fc41c1fad15135b32cc144bfb12e8aaad36a034faf20d" + +[[files]] +file = "config/rare-ice.properties" +hash = "6533bf53158b24fc0f93a3346d6f7f0809037140884fe60c05deb88cbd523b56" + +[[files]] +file = "config/reacharound.json" +hash = "9240e617374d7c0691c537b940b1c5d417a94c4301908a1d9fbf08506a346ab1" + +[[files]] +file = "config/reborncore/misc.json" +hash = "820f40848e6daeb5d9c1998f04082cc419865c84b968cbdcc6c2e39798bd1f71" + +[[files]] +file = "config/redbits.json" +hash = "ef140292a75807306416d84a65f7f92f088104a633ebc596baadc16d251325ce" + +[[files]] +file = "config/repurposed_structures.json" +hash = "14e4fe1ded11fa49bfc3479a8e7efdda0e5bc7333d6c9723b44c87306619d8ab" + +[[files]] +file = "config/respawnablepets.json" +hash = "721894a1f8c8a02554fd83bdfa29b67f3a42800b4b9bc3f6dbecfc64ec3483a6" + +[[files]] +file = "config/rightclickharvest.json" +hash = "528c0d17326fe0594c54ccded0424d68cb99ac058007b777faa626532078d9b9" + +[[files]] +file = "config/rottencreatures.json" +hash = "9bcfa5011c57cf036970d664799e62e9ae40c2576e3a24acfc4c1390266f0f03" + +[[files]] +file = "config/roughlyenoughitems/config.json5" +hash = "7f4e8b962a809787b727b84966f575574d7afe8ec11f7ce0679f99646c7572d4" + +[[files]] +file = "config/roughlyenoughitems/hints.json" +hash = "322dcd5989b2eec8d406a245f193d05307091ec5f5127db65c18dfdbf50e769b" + +[[files]] +file = "config/roughlyenoughitems/pinyin.properties" +hash = "cdd5fbf61fedcbabd3586d944ae0819c3149e9cfda7cda987f3059c426beb878" + +[[files]] +file = "config/roughlyenoughitems/pinyin_double.properties" +hash = "2877eb09be8d6801b0313bf236127ac81b48bc947aa421b6952111af369bb46f" + +[[files]] +file = "config/rrp.properties" +hash = "b691a75798e0c53651f9a8efdc76befc7a68ebb2ac8a8a4ef6ae3090104f39b0" + +[[files]] +file = "config/sdrp-common.json" +hash = "4da15b5b3e92b435e19c903b0ece61aba1a7d317812434d711ad713551d37e21" + +[[files]] +file = "config/shulkerboxtooltip.json5" +hash = "2d7668cfa3ce58578952b09f03d2e02ad77558761480fe6479947bee0c2c7706" + +[[files]] +file = "config/sidebar_buttons.json" +hash = "c08a0b6c31c13c3b586a9d4d46e23f13a1fc03ef509db802f8ce27e95a33a1a1" + +[[files]] +file = "config/sihywtcamd/arthropod.json" +hash = "2d660739e3081adf8aa99e34bbc120a5810084077ecd6a5823df2c44250eb561" + +[[files]] +file = "config/sihywtcamd/boss.json" +hash = "2b5ae127bd8aac2a7862eba9cd85eb31c253df8cf1909d31e35de70464f77579" + +[[files]] +file = "config/sihywtcamd/end.json" +hash = "c2c351442ccc7c99f7899556b2917cbf5ecc58c59e6560398956d5cf0d8ace21" + +[[files]] +file = "config/sihywtcamd/illager.json" +hash = "9e08b945c3836dc483e2c169a2209113a945b647b17a0040a82ff599b95563cb" + +[[files]] +file = "config/sihywtcamd/nether.json" +hash = "f3f7dd1c45bc2380ae42ec976048a0122c41c477ebcbd2f8887ea0fd2a592f0f" + +[[files]] +file = "config/sihywtcamd/overworld.json" +hash = "dd2f40dc5d06e050d93973e54a106b91cdfa06be6d2ac21ee91b96fafee5b1e9" + +[[files]] +file = "config/sihywtcamd/skeleton.json" +hash = "d167bd250569396349382988a915aaea23562354e7b66746930883f2b5d45125" + +[[files]] +file = "config/sihywtcamd/zombie.json" +hash = "1355603c0fd3cdd0b2211b1a01d754f36f7fa1c135d94ccad89b9196e1f02218" + +[[files]] +file = "config/simplyswords/backupconfig.json" +hash = "ceaa2b977a936bda7ea127ff19c821e3bc8925c9cea8ed0d52892eb7ae711815" + +[[files]] +file = "config/simplyswords/booleans.json5" +hash = "82b9a64f03518bbef8abae0fc7e62a16c308002fe9aedaed6f2db106d81ca3ea" + +[[files]] +file = "config/simplyswords/effects_config.json5" +hash = "4d1429e07e783c86008e7a98c07f33004aff6dd1190dc8de278914ff635333a8" + +[[files]] +file = "config/simplyswords/general_config.json5" +hash = "c96171f3c7c672e66d27913ef4fb721d74a6688e556334d6e286eeb9458f1f13" + +[[files]] +file = "config/simplyswords/weapon_attributes.json5" +hash = "1e5395dea554151f6dede2fa2510c56e0824433576bc1091c1424a4a990ff184" + +[[files]] +file = "config/slightguimodifications/background.png" +hash = "c3fc224c1923dd5b6b0b5116d30b428ae6e71d54ba72682fbf2f7800ce866071" + +[[files]] +file = "config/slightguimodifications/buttons.png" +hash = "7b2ae130b670ee115c22c67b448e415c60380eb27cebff4703e74b2056556893" + +[[files]] +file = "config/slightguimodifications/config.json5" +hash = "65fbca90957849b3da9382894fb658a3417b36b2734dd63857b844db000552af" + +[[files]] +file = "config/slightguimodifications/config_button.png" +hash = "dd7912b77a1e5ef12fa7762d2457c6ef7c87ea529f6dc052128a3ea8b35bc436" + +[[files]] +file = "config/slightguimodifications/config_button_hovered.png" +hash = "8fffc69dec826d695ab04b747ed1968bef3b7012dec2e83f5fc2aae1df9e7118" + +[[files]] +file = "config/slightguimodifications/cts.groovy" +hash = "acb0b57c5e7548e3929881b0db5714bc0f75fede60d66c043320288a0f4af8db" + +[[files]] +file = "config/slightguimodifications/discord_button.png" +hash = "c227f40cf6199257d2eca42c9ce1225fdd27bb8fb1e9d651c9cb864bf3f15d97" + +[[files]] +file = "config/slightguimodifications/discord_button_hovered.png" +hash = "c38361e602e9486f9e8eb7bae28340722071db06f306a4589b9613d590bc8d6e" + +[[files]] +file = "config/slightguimodifications/exit_button.png" +hash = "8bc0ffc704329e1d973faca3068331fe60bb0f9f275b144ae504d1dc8dd2710c" + +[[files]] +file = "config/slightguimodifications/exit_button_hovered.png" +hash = "24b1f7e25e73868ecc860ad1467654e2d05f74cc87944b4bb611d257b05d8e62" + +[[files]] +file = "config/slightguimodifications/languages_button.png" +hash = "983a0c07ae5d9399d5ce072a561681c8712041e62a85674700dbe9ad1a901c1b" + +[[files]] +file = "config/slightguimodifications/languages_button_hovered.png" +hash = "30ba6629b2c18376f3d89ea4558db6a5555aa161e1d379979e5839dd9085a715" + +[[files]] +file = "config/slightguimodifications/text_field.png" +hash = "58caf9cadbdb72a595a9b81ef3de1fa2a7fcd04c4e02c157071721a9918d3245" + +[[files]] +file = "config/sodium-extra-options.json" +hash = "8e222bb8df0618b9184ad0a1bd2547729590982c2644bd92deba430834c73a94" + +[[files]] +file = "config/sodium-extra.properties" +hash = "a2f1b47c1eaa119ab34727f1d43c2506cb3d7f17ba8fb4efb49e20c8e0b58e70" + +[[files]] +file = "config/sodium-mixins.properties" +hash = "051558518a6f3350fadb1546346d937e7f78f69834a075bf91b59921f151cc26" + +[[files]] +file = "config/sodium-options.json" +hash = "52fa21d31fc7a3f71311430a38f783f63923ebe84fc19823b7a5c2a087a45cf7" + +[[files]] +file = "config/spell_engine/client.json5" +hash = "ad7ed573a05686dcedea6f9f91173766b0a7888a7116defad5c8a9a3b15ddd40" + +[[files]] +file = "config/spell_engine/enchantments.json" +hash = "504170b7a22b5f6a18d1ae510b66386f0af3a9fe24ea98af2175ad9cf2b5ba8e" + +[[files]] +file = "config/spell_engine/hud_config.json" +hash = "5c0a2e094bcb14a0c8be72dafadc7c52dfe0738f0fb52ef8b2c9b1549e50b543" + +[[files]] +file = "config/spell_engine/server.json5" +hash = "c0dd4b5046762438d14ac17afa1f167c3e3fe1704bb93dc631a16102736ebfa3" + +[[files]] +file = "config/spell_power/attributes.json" +hash = "2e9f95c46b571e1e7cbe091e14fef0f0f7ed64b1f853f1dea87754890dad2984" + +[[files]] +file = "config/spell_power/enchantments.json" +hash = "79ee8aefc4543b03f102695d425e5d1c2712e2f470ea07aaa06bb7aa9a0a700a" + +[[files]] +file = "config/spell_power/status_effects.json" +hash = "f238c09cbad672111939e99c4b6353ff41a40cb613fc455bac1199b0388e21f2" + +[[files]] +file = "config/spiceoffabric.hjson" +hash = "f605fd997f391be0b3eb23681b9e427b955b3f7e631c9d577f29d60250922d65" + +[[files]] +file = "config/spirit.json" +hash = "b0d611c08c5f80c73d94474196671588c18a9a506488ce8ed11804d10aa11039" + +[[files]] +file = "config/status-effect-bars.json" +hash = "9d6b9cee844e073d40de18fdfb268c267978a3cb0e64f1d1f17f79e6bf688a70" + +[[files]] +file = "config/stoneholm.json5" +hash = "38dfd2d9bb5286298bd0fc9bb43782319e0c6f9519b890c31e4a554c32b15d84" + +[[files]] +file = "config/strongersnowballs.json" +hash = "ce8df65427eb49712784f636b430bee1a4d441db377fd90db08cc47ea90875e9" + +[[files]] +file = "config/supplementaries-client.json" +hash = "5e7003e5ae5b93552388c2931bb8e865bc6bb776f96261a72ee453e2967626d7" + +[[files]] +file = "config/supplementaries-common.json" +hash = "ccfaf71442b972c07d7ada12c6384bc05d2ab2fbba5b01789d17b3cf3d8123d1" + +[[files]] +file = "config/supplementaries-registry.json" +hash = "096d9af6145e4a673e1e2a27d02a53495e70e858bdecb6b7dff0a72ecbb60fd2" + +[[files]] +file = "config/survivalisland.json" +hash = "ce14d081c7128193a348c0ccd99de3a8650ea4255d6933d426c4c3a6357e7d2b" + +[[files]] +file = "config/swampier_swamps.json5" +hash = "f0d1467404999e415d913697779c42eed8a9692b96fec1534780f7c3a6b63961" + +[[files]] +file = "config/takesapillage.json" +hash = "7fe9e7d22086ac115c6a85448cf6207792487ef50f506460dc816fd4ad08b1f2" + +[[files]] +file = "config/techreborn/generators.json" +hash = "734be3731d1972aef664fd75644dfbb8e4a376a8888420fc2560b65abb2700d7" + +[[files]] +file = "config/techreborn/items.json" +hash = "b4c488c2115b9a7f1905e081402921c3df5b796fceaaa59ff5ace88aaea8ce18" + +[[files]] +file = "config/techreborn/machines.json" +hash = "2fe7deabba83f93dfced589e8b095c55c2fd10a60c64362adf657a1bdf5f20ab" + +[[files]] +file = "config/techreborn/misc.json" +hash = "aaeb6d0faf6f2b0aa9580b763c9be1abcbdb789038e7599296b671bbedabed67" + +[[files]] +file = "config/techreborn/world.json" +hash = "e67cebe12e61f0eec7a28563295f5e25e82c766a72cb9ad9ec5e93168ee2ede7" + +[[files]] +file = "config/tempad.json" +hash = "10aee7125be54dbc1ca906e3505e5074c84790d04c0836ae8a22bc3db259218c" + +[[files]] +file = "config/tempad_client.json" +hash = "9b93026de9c7f203cefbb49730fcf5c875d40280eaf0369d4a9b841043cd297b" + +[[files]] +file = "config/terrablender.toml" +hash = "0c0d1489a998b94f3c83ee3ed4fefe1f33e6d62ff57e816c57f3197a4a3611f0" + +[[files]] +file = "config/the-graveyard-biomes_config.json5" +hash = "e87dd7627245258210bdefa39d76bdee8db22a6ca45bb78aeb359b19c11cbca1" + +[[files]] +file = "config/the_bumblezone.json" +hash = "cf4c49c56dcf7fce346e4ea10f65b4a11055c71470b998b49102b03adb9e3b34" + +[[files]] +file = "config/tiered.json5" +hash = "c658146459d0500b1e773801e8e4f678f1e3071f37171cba183e19804154086f" + +[[files]] +file = "config/tips.json" +hash = "6bc5cb5174ca34f0b508f7af7809db1309874ac6847825b565a47408bff069b8" + +[[files]] +file = "config/toastmanager-client.toml" +hash = "1340599cf4c3da49fcee3aca64bedcc2a282994817e58b4379fe6e3647734819" + +[[files]] +file = "config/toolstats.json" +hash = "16fc089a922d3cb3836746a0b58210b9991caba2adfe15306f2098bb995d44a7" + +[[files]] +file = "config/tr7zwDonorSettings.json" +hash = "b4f660488920eac2dffd3c2208d281e92e1444e6f9c7808461a2687347c787d5" + +[[files]] +file = "config/tramplenomore.json" +hash = "f9434861a26d650934e26a9aabb98eb8537f4e78de027af832af77256f9e982c" + +[[files]] +file = "config/travelersbackpack.json5" +hash = "38c088078db90630fab8ffa56e3711d994e57633a130203e0730803b2430f884" + +[[files]] +file = "config/trofers-common.toml" +hash = "7d53d906614db6ea999d36cc042fbee91a9048cca738fe06f7c2fde777a4f633" + +[[files]] +file = "config/twilightforest-client.toml" +hash = "1137dd622c8013b54ab26f2262ae5d7f19f26564100aabf9bee0d1f48c3b8243" + +[[files]] +file = "config/twilightforest-common.toml" +hash = "7842c49892fa3efb6268c80045af726e1efa776e3fb395e0040e29ec40c23b00" + +[[files]] +file = "config/untitledduckmod.json" +hash = "6641317fbdfebfa6dc84e091ebe4e1856557f141029095b10481e47e502c74db" + +[[files]] +file = "config/vanilla-hammers.json" +hash = "0a6a111fa8f62e49754253433639863bb2514147577bb241f3c4d83d63605c12" + +[[files]] +file = "config/villagerfix.json5" +hash = "8d0eec706b2b2736946426514f78ccb1657bd26b486a28fc21439c8729403749" + +[[files]] +file = "config/visuality.json" +hash = "88d657f8162309d18cd50a9d38b6e166b00e36c8ed9f69f5637067e0b1523427" + +[[files]] +file = "config/voidtotem.toml" +hash = "fff61f6d96a211539afdb685332f5907e98888344a866316b0abf3a69c03772c" + +[[files]] +file = "config/voidz.json5" +hash = "f4c5a0d0a31bbc198b8ecc26cdc58851cf1e102a1e5ec3ee1c8e4302fd0b1dc7" + +[[files]] +file = "config/waila/blacklist.json" +hash = "760ab982beaffd4b9a370fcf9d8a62981046a510cddcb4edfa311dfd5341196d" + +[[files]] +file = "config/waila/megane.json" +hash = "747465780694ae9ce493fae7791c8b1f9eb314f5b35c07ac5b53b390649146b3" + +[[files]] +file = "config/waila/megane_modules.json" +hash = "713cfc4d07da3b5e53e3941224ba6d8e4d4bc7b3c084b621c714195b59c83a84" + +[[files]] +file = "config/waila/waila.json" +hash = "1fdd6cd3b5482e5474f849fe28be11b0869886af8ceea7de2f9fecce0cffccb7" + +[[files]] +file = "config/waila/waila_plugins.json" +hash = "bb8899f152bc4b1526adb27f192903afa2aca49c5cd25ca6570e3a2e3e3026ef" + +[[files]] +file = "config/wands.json" +hash = "c1ca62a06fa00982157cbd68cd13f4b488dd13f1f335291ffe24550611f3a746" + +[[files]] +file = "config/wizards/items.json" +hash = "9998b5271fecc5a28e13b02a62159ac62a5a14aa0f20479435fc0b624ab8919d" + +[[files]] +file = "config/wizards/loot.json" +hash = "7fb6037cdfcae16a415391673efd68b4f716c6a170d960baaf1c00854323810f" + +[[files]] +file = "config/wizards/world_gen.json" +hash = "f802631d89241c1658085b892c8c9089cd7cc9af0d00284c231ac694c5f4c222" + +[[files]] +file = "config/yigd.toml" +hash = "3fe32487221f8aa35e6f31647078a3484c3da586b76c20ee96dfef4d21d45dc3" + +[[files]] +file = "config/yungsextras-fabric-1_19.toml" +hash = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" + +[[files]] +file = "kubejs/README.txt" +hash = "02d6feb3afe1d9c96e137f8baaa71de982f1af0a2b37fbcba73f34ee59ebbd4d" + +[[files]] +file = "kubejs/assets/advancementplaques/textures/gui/plaques.png" +hash = "33ad3c43923f711f56bdadc77bd6a424effc3b46e4190d9da51a0f1d51351031" + +[[files]] +file = "kubejs/assets/aof/font/icons.json" +hash = "7870a626a156909513a6c4ae8eb52461d246daf0e129de31310e9fb37d0322dc" + +[[files]] +file = "kubejs/assets/aof/textures/other/aof6_bannerA.png" +hash = "3e49ea787283b920451e41d4c6a7716945caf8e67816af2a2b9b6adf950f17b3" + +[[files]] +file = "kubejs/assets/aof/textures/other/aof6_bannerB.png" +hash = "2ebd748253fddd9834546b4126f7cf754bd8ec763dbc24f4d46915180744c6f9" + +[[files]] +file = "kubejs/assets/aof/textures/other/aof6_bannerC.png" +hash = "6ec85a2306cc3a109eedde2895b64117b642a4f4f9b3d7e3380e300c03c14f74" + +[[files]] +file = "kubejs/assets/aof/textures/other/logo.png" +hash = "0bb45a9c33133c8477990d5e3c6484b042ecc859860f7a174e04eb27d5551cdf" + +[[files]] +file = "kubejs/assets/aof/textures/other/space_split.png" +hash = "71ae32f5b07d03ac34c3c5fac0026012f7319bc6ca8a2ebcbf7f8a5ce82cd927" + +[[files]] +file = "kubejs/assets/artifality/lang/en_us.json" +hash = "e4a6c91b764c0d333c2e4dc6a2a8286af5249fe3cb1b0417ebd6f6e976e52ddc" + +[[files]] +file = "kubejs/assets/chalk/lang/en_us.json" +hash = "725548e98ed401076b020b28859973150d46e2ed0ee1094e12c34bbdf9c96ee0" + +[[files]] +file = "kubejs/assets/croptopia/lang/en_us.json" +hash = "d14202e93d0fbf596b2a52efb9b87f38e5234adbf5aa4c246dc03c3bb9b99bbc" + +[[files]] +file = "kubejs/assets/dankstorage/models/block/core.json" +hash = "b43f10781ff3a90bb28b6a642147461ef078b7223d03bccc2ee530071a7ba4ff" + +[[files]] +file = "kubejs/assets/dankstorage/textures/block/dank_1.png" +hash = "b4af9ed03f5efa876d488b87c0bd28b81cf15e1395422e9066cb715a997a3402" + +[[files]] +file = "kubejs/assets/dankstorage/textures/block/dank_2.png" +hash = "03fa79c9263e45cd2b2486fc088b3515d21575ed1375a58c3bf026265bb2baff" + +[[files]] +file = "kubejs/assets/dankstorage/textures/block/dank_3.png" +hash = "01f536281f975f615f1750f86f2a964a53c08764a5420ad94aa3b01be19bb823" + +[[files]] +file = "kubejs/assets/dankstorage/textures/block/dank_4.png" +hash = "b6d32123e121aea26dfda2f15549f878d7b7a2420c87afb6d947fe6fd63d5cc3" + +[[files]] +file = "kubejs/assets/dankstorage/textures/block/dank_5.png" +hash = "0046dcb5d1b5933d7fd50df749ee1e31fcd45f482df70ea19ca495e2198a7e99" + +[[files]] +file = "kubejs/assets/dankstorage/textures/block/dank_6.png" +hash = "eb0b1e30aefed63528017ff0b6fbb5df4fd3b4a9bd52d6c993b44fd1776f3e75" + +[[files]] +file = "kubejs/assets/dankstorage/textures/block/dank_7.png" +hash = "695195689b56e75288895cb5abfa7748e12df2609b2dba6ed079684726989bc4" + +[[files]] +file = "kubejs/assets/kubejs/textures/item/aof6_logo.png" +hash = "a2491aa5cc1aeecc84b3ce075a5a57be69a8f6a91623a99d813d736b0daaec50" + +[[files]] +file = "kubejs/assets/kubejs/textures/item/completionist.png" +hash = "dfd8c9023fbdd32eb2ef56301e0b67598c0f490ed18468cb47ee539f79940712" + +[[files]] +file = "kubejs/assets/minecraft/font/default.json" +hash = "63bda3cea817de1e7a3352b1281aa4f4499faffbd5237a871bb76b0a32b4e94e" + +[[files]] +file = "kubejs/assets/minecraft/lang/de_de.json" +hash = "5aecd9f79d06bba39eea4b5aeec0dde3deebf63bb7f5689277dd1242d73a362b" + +[[files]] +file = "kubejs/assets/minecraft/lang/en_au.json" +hash = "012a0765db9dd95887b01a022b2bd17a0f308199012424dbd44a535ffa985e75" + +[[files]] +file = "kubejs/assets/minecraft/lang/en_ca.json" +hash = "92260968b5a52174a6332252c07a87e8546ce39e48263dcee90aad476ad7d339" + +[[files]] +file = "kubejs/assets/minecraft/lang/en_gb.json" +hash = "4b586634ec5c84fd1375aeb76560c6817deae9b7b1a05ef18f612fcef56f1426" + +[[files]] +file = "kubejs/assets/minecraft/lang/en_nz.json" +hash = "f9c83a37749b0e1324b1cd7d28c37c3466eb95d65dc1530a07330aa33e0c8890" + +[[files]] +file = "kubejs/assets/minecraft/lang/en_us.json" +hash = "3db7101eb543e9c221b46c3732d7ca2b7c3a868fbf8335bd226c700d42681ede" + +[[files]] +file = "kubejs/assets/minecraft/lang/es_ar.json" +hash = "68896a3a2d84d6e1b000365965799ad76a2c94cfdf7494d44b1d9d23955d37b9" + +[[files]] +file = "kubejs/assets/minecraft/lang/es_cl.json" +hash = "89fefc514bd4b1b7bae3b860ba0024e3d66c0762eff1e75043d1893d772446d2" + +[[files]] +file = "kubejs/assets/minecraft/lang/es_ec.json" +hash = "331b0ab0f098e3185d51e6dcf240ddf4842c34c80a4e34f586dba2becedacf96" + +[[files]] +file = "kubejs/assets/minecraft/lang/es_es.json" +hash = "85947c6b65e94363e3b0ae1f0d525b46b6ee347724d26beafc19522a0ada2f39" + +[[files]] +file = "kubejs/assets/minecraft/lang/es_mx.json" +hash = "e75d5324ebac33fa5b5b2f15093587041dab14e5e08dd7ba07df30b0c2630149" + +[[files]] +file = "kubejs/assets/minecraft/lang/es_uy.json" +hash = "e03e002579b045f3e4e4d66a7e2594a75a020186877d6549e675ab2504763ad2" + +[[files]] +file = "kubejs/assets/minecraft/lang/es_ve.json" +hash = "376574eefe25d10c669629039110ea33772feea07cab50acf80344e3b679aede" + +[[files]] +file = "kubejs/assets/minecraft/lang/fr_fr.json" +hash = "e39a0863ad23c83230ae45191fb80a03b5523c5b26cf6c1dca30f3ba5d9f0843" + +[[files]] +file = "kubejs/assets/minecraft/lang/ja_jp.json" +hash = "3ae363306cb41d6fe5facc3149134584b93d98c00403baaa79860947ff18017a" + +[[files]] +file = "kubejs/assets/minecraft/lang/lzh.json" +hash = "241a4a074dfd3494f833a8281487799927295f949665ddeba2ae07299435f127" + +[[files]] +file = "kubejs/assets/minecraft/lang/pt_br.json" +hash = "defcb800a8b05aab940934d4808f0fc0e6df7950a46c7332d2ff4cfc1518af3d" + +[[files]] +file = "kubejs/assets/minecraft/lang/pt_pt.json" +hash = "2948c171bbdb47e5182dee062174286d8a09d418a0494bc48a7b7c1d91f6f89f" + +[[files]] +file = "kubejs/assets/minecraft/lang/ru_ru.json" +hash = "4be3d15801fb157929683611b3041691fde6db824e7ab722369a174438fe7b6f" + +[[files]] +file = "kubejs/assets/minecraft/lang/zh_cn.json" +hash = "9b68d97f14e50613695cbf5617cbccfa7332d4b0940d749b3e26fe377d0bc782" + +[[files]] +file = "kubejs/assets/minecraft/lang/zh_hk.json" +hash = "6ed9dc0999afe91ec631f1952eef5e11ae317aa1faa2105a5949d4b912f093ec" + +[[files]] +file = "kubejs/assets/minecraft/lang/zh_tw.json" +hash = "954a5a1eac893629f8495037aea1c3f24720b3ce934b1955174deaaed8c58839" + +[[files]] +file = "kubejs/assets/minecraft/textures/font/enderdragon.png" +hash = "d9951d86f4d47e50a81a8185a057e9b0a9e139ae11dad97985c2e69e87441c24" + +[[files]] +file = "kubejs/assets/minecraft/textures/font/ferrous.png" +hash = "7dc2b4ef2f049d98e5b9c3326ccb2636d940dfb4e18f48351f638ee6d66b6dee" + +[[files]] +file = "kubejs/assets/minecraft/textures/font/frostmaw.png" +hash = "e8a7ecf5c421ed3f9278fca978e89a3db0139729b32d6b97f200774e67f1fda9" + +[[files]] +file = "kubejs/assets/minecraft/textures/font/raid.png" +hash = "956ab67c0ae7f62cbe382fff1f1b894cd7713c22ba19b45d036f916c49fde620" + +[[files]] +file = "kubejs/assets/minecraft/textures/font/wither.png" +hash = "15e0a3278e2e1550f165bd5b24fd4a850f07b69895b622c717df854ceffc649f" + +[[files]] +file = "kubejs/assets/minecraft/textures/gui/bars.png" +hash = "8a570f64426d93c301bdcd4db5c4bff150b2f9c458dba864e4c3dca62b2f0fa8" + +[[files]] +file = "kubejs/assets/minecraft/textures/models/armor/glitch_layer_1.png" +hash = "c36c89a9bd37f582d4166a6265f40ecaa56e5b26165ad54465d12fbaa1b6cebf" + +[[files]] +file = "kubejs/assets/minecraft/textures/models/armor/glitch_layer_2.png" +hash = "125dff437db2383ac4a062357339802a6a59bfd4194140769ce4f2a69fc3eeff" + +[[files]] +file = "kubejs/assets/naturecompass/lang/en_us.json" +hash = "deda28900eee60daf0fdbad03b727f65d5661c15944bc56fbdfeeef7ba82232a" + +[[files]] +file = "kubejs/assets/patchoulibutton/lang/en_us.json" +hash = "becd0b43e3231719f68a761fd54819dc79205af7f8bf6912fff50ab6b485ff1d" + +[[files]] +file = "kubejs/assets/rare-ice/lang/en_us.json" +hash = "df281bf0901f89d270903850619c385c37c3d15fd6810e8fa8650230b080048c" + +[[files]] +file = "kubejs/assets/spirit/textures/quests/diagram.png" +hash = "9c274aa4404ab8256c8fe7f2a8fbe25e656ddedf6532beaced22e474b401f941" + +[[files]] +file = "kubejs/client_scripts/categories.js" +hash = "4b3c873d4a7a4a3576d3f0d5cfac8cd9968e6396e4ef1090b0afd46bcaca7b7a" + +[[files]] +file = "kubejs/client_scripts/collapsed_entries.js" +hash = "23982dc1fbf741a0bddfa13aece428098f41472e4578c2186b7a3e0a5c578a2a" + +[[files]] +file = "kubejs/client_scripts/rei.js" +hash = "c8cd474be0c3786a5f762e710be06014e533f0b6d0a80ec675feca454c335222" + +[[files]] +file = "kubejs/config/client.properties" +hash = "1face60e5e3da12e7a8cdfa5e515c653d645f58f63a53e4ecf1cae13f733b75b" + +[[files]] +file = "kubejs/config/common.properties" +hash = "f1c336044e8d66b2139060fa40721d177bcbacbf2b743ca1ac81b050d6e3ee4d" + +[[files]] +file = "kubejs/config/packicon.png" +hash = "a2491aa5cc1aeecc84b3ce075a5a57be69a8f6a91623a99d813d736b0daaec50" + +[[files]] +file = "kubejs/data/aof/loot_tables/loot_bags/ad_astra_common.json" +hash = "0e9b15ba61b0e0742fe33015784915fb5b8ad17680db1640ecd54838b2c3bf87" + +[[files]] +file = "kubejs/data/aof/loot_tables/loot_bags/ad_astra_epic.json" +hash = "e651d3622aae9bf3d68935a4728afe92172f66b3e5f65d3594f4da0507a396a9" + +[[files]] +file = "kubejs/data/aof/loot_tables/loot_bags/ad_astra_legendary.json" +hash = "1a86e86f13fcf88665081b3adc130f965cde201ebe3224f1161f4d2ce6b43902" + +[[files]] +file = "kubejs/data/aof/loot_tables/loot_bags/ad_astra_rare.json" +hash = "90ac73046b08ff1c95157b35c1275709c668bef9b0e1a3b2a6443e86150de4ed" + +[[files]] +file = "kubejs/data/aof/loot_tables/loot_bags/agriculturist_loot.json" +hash = "7a5948ee31219f63d8da6663d4bd1314de1a6454026362f4e5939d11f18f2cc3" + +[[files]] +file = "kubejs/data/aof/loot_tables/loot_bags/artifacts_loot.json" +hash = "8b604b32db51d98499867df8a2cd66ba4ea8200aea014523c90da59a5eb01b22" + +[[files]] +file = "kubejs/data/aof/loot_tables/loot_bags/create_common.json" +hash = "28048b5c456728cdcbc718d23488485a469c6aaf3c622e75826e6ed851311b28" + +[[files]] +file = "kubejs/data/aof/loot_tables/loot_bags/create_epic.json" +hash = "7a1ebd61446575f2aba82fa5a70eb212b2322c5b534a52800f85db92922aeb79" + +[[files]] +file = "kubejs/data/aof/loot_tables/loot_bags/create_legendary.json" +hash = "a62689e8a1a35d837c012d85c55e34b6920ed9761399e972ba48f727c9d1c57e" + +[[files]] +file = "kubejs/data/aof/loot_tables/loot_bags/create_rare.json" +hash = "933b0f341aeba69a441692e827df22eeccba0ab705589aa68ae8caf2876dab5e" + +[[files]] +file = "kubejs/data/aof/loot_tables/loot_bags/industrial_revolution_loot_common.json" +hash = "a53bf31713417d09b18e9c07306dfc51268dd06d122e981681b11a531620dc99" + +[[files]] +file = "kubejs/data/aof/loot_tables/loot_bags/industrial_revolution_loot_rare.json" +hash = "19fdb05941fb0c53fc8c0381f41342fad486a3e7e52b7266875eecd7c7c84ca2" + +[[files]] +file = "kubejs/data/aof/loot_tables/loot_bags/logistics_loot.json" +hash = "31c769b2e8741602a9a234169b939e0f823e7212e5abf0bbac0bc2f5d7907af7" + +[[files]] +file = "kubejs/data/aof/loot_tables/loot_bags/magic_common.json" +hash = "7221df28b1bc8d5f6815337da8ce9fe2ae07f4ffc80c88c6e3f29d11aaffb023" + +[[files]] +file = "kubejs/data/aof/loot_tables/loot_bags/magic_epic.json" +hash = "4d512e12d2502b65d37c46ca282b7fa61a33223649046937896dae9833fbc1aa" + +[[files]] +file = "kubejs/data/aof/loot_tables/loot_bags/magic_legendary.json" +hash = "d9e39e5c83809e541d26e1f500282b9b9110a1a6c98c05be24806d0bb68d536b" + +[[files]] +file = "kubejs/data/aof/loot_tables/loot_bags/magic_rare.json" +hash = "6977f8b6c6784c5dec6fded54ae654d6bc7e9d77cab6a874122ca993dd9df8f4" + +[[files]] +file = "kubejs/data/aof/loot_tables/loot_bags/modern_industrialization_common.json" +hash = "bb3f1771bc81c3fe9edbe57db501071a387ddc0425ed0c171f6e5d77202a8621" + +[[files]] +file = "kubejs/data/aof/loot_tables/loot_bags/modern_industrialization_epic.json" +hash = "6f14524784f3b5a1b22436548eac06589b9be8e55bc10ab2cc44b5cfe980fe83" + +[[files]] +file = "kubejs/data/aof/loot_tables/loot_bags/modern_industrialization_legendary.json" +hash = "151d233819771a654a0f1626470e1480235f8cc722894e95d547458b1b7bea38" + +[[files]] +file = "kubejs/data/aof/loot_tables/loot_bags/modern_industrialization_rare.json" +hash = "6ea221d33c386fc77b0c35cff0bbf21244878bc1f02502b37f4236228de50f7b" + +[[files]] +file = "kubejs/data/aof/loot_tables/loot_bags/tech_reborn_common.json" +hash = "757b60e7abf69f139b47f262c0002334958e34b92bc147a9fa1824661900c92e" + +[[files]] +file = "kubejs/data/aof/loot_tables/loot_bags/tech_reborn_epic.json" +hash = "ac9745dac4496222f70bc36887079b055e003a32db8c759bc25a88b8db0e68a4" + +[[files]] +file = "kubejs/data/aof/loot_tables/loot_bags/tech_reborn_rare.json" +hash = "184e8aecf9641b6125f3d56bcef26586179241d443d17c78ed7274f4e1db79b1" + +[[files]] +file = "kubejs/data/aof/loot_tables/loot_bags/utilities_loot.json" +hash = "e2c5053415cec5e2875114d298b3745b65bf1801cc08c01bc9cbecd388b6f897" + +[[files]] +file = "kubejs/data/aof/recipes/loot_bags/ad_astra/common.json" +hash = "5738b5b31db45e4c169b21b7af6565d7fabf4513c0dbfbc01a3cf5093fb79b46" + +[[files]] +file = "kubejs/data/aof/recipes/loot_bags/ad_astra/epic.json" +hash = "e955b574e24a9c46874273ebccb97b0bc8c8323d6f3a0b6e5a38944f84e52ebe" + +[[files]] +file = "kubejs/data/aof/recipes/loot_bags/ad_astra/legendary.json" +hash = "ad676dc0c52b4d03014db35f9e36be712f974b98636676ea39d2c77aaaa6c96f" + +[[files]] +file = "kubejs/data/aof/recipes/loot_bags/ad_astra/rare.json" +hash = "de53ea10831da4cbdc871a35d2ce7b0369136cde9bd735b2a423a8a22194c520" + +[[files]] +file = "kubejs/data/aof/recipes/loot_bags/create/common.json" +hash = "9540a74021bc1237a0746c4f390510ae753d264151d4430f14dabc4f4e78252b" + +[[files]] +file = "kubejs/data/aof/recipes/loot_bags/create/epic.json" +hash = "3c45b12ebf1cdc52e7bf54e51dad50bd202ef411137fe6072dfad7ed457a86b3" + +[[files]] +file = "kubejs/data/aof/recipes/loot_bags/create/legendary.json" +hash = "810bac46d0c6cc5c1aeefae8912c42e07018051cdeaf498b677344f5a9821450" + +[[files]] +file = "kubejs/data/aof/recipes/loot_bags/create/rare.json" +hash = "f5f81922ec5d1e9adfcfd364b3f1e6b236ea0efd8015d142df9533e27b86d517" + +[[files]] +file = "kubejs/data/aof/recipes/loot_bags/ind_rev/common.json" +hash = "782f7b66432118fa7c188ec40fd24b213be821f8990cedcde759525cacde73ac" + +[[files]] +file = "kubejs/data/aof/recipes/loot_bags/ind_rev/rare.json" +hash = "c2a7ee289af4ed393c7f0f97472cb46c1474f110d21b37795e6ff004873872ce" + +[[files]] +file = "kubejs/data/aof/recipes/loot_bags/magic/common.json" +hash = "74605d43cb7fb4758d90a8ae74e6df8415579ebb4bb19b033bc03ab0c70a8d51" + +[[files]] +file = "kubejs/data/aof/recipes/loot_bags/magic/epic.json" +hash = "bb5f1a1ec113e82494c679dfa3f82779ced7e95c163f378333d22b5c75b9941d" + +[[files]] +file = "kubejs/data/aof/recipes/loot_bags/magic/legendary.json" +hash = "a9c1a4e0204e8d787040ba0042ebc72ca30f2f5d949d40559fb905d309311c3a" + +[[files]] +file = "kubejs/data/aof/recipes/loot_bags/magic/rare.json" +hash = "1ada7e34c7e09eb77e98657b1ad58fa483ddafc69c9f543af2456d97a33e28ce" + +[[files]] +file = "kubejs/data/aof/recipes/loot_bags/mi/common.json" +hash = "d1278cdb99b510215766281125bafba9009f7a9df849b77749b146cf6718bbd5" + +[[files]] +file = "kubejs/data/aof/recipes/loot_bags/mi/epic.json" +hash = "560e455bba8a300dc0376db90503f7a86ad2300a67c9aea3f4336d0fa16da5f2" + +[[files]] +file = "kubejs/data/aof/recipes/loot_bags/mi/legendary.json" +hash = "97b603ae36b31a33090cf70d19414241179c3c96b70322afb70b098509ddaded" + +[[files]] +file = "kubejs/data/aof/recipes/loot_bags/mi/rare.json" +hash = "2f3382ab5a73d117889d54a8bf5caf513afd853f2d0b63b9144c2d0bcb10b1ca" + +[[files]] +file = "kubejs/data/aof/recipes/loot_bags/misc/agriculturist.json" +hash = "f4e3f955615dd332983132aa8a0c052beabe7f59ced7deff1ee3167ead4a75ac" + +[[files]] +file = "kubejs/data/aof/recipes/loot_bags/misc/artifacts.json" +hash = "b69568b89d0ff8b210a967c0d2b1d88b7dc8b0a0bec0efebef6fcb26d8a349b0" + +[[files]] +file = "kubejs/data/aof/recipes/loot_bags/misc/logistics.json" +hash = "2b3798c0db14571698b6622a713da2500197f7697a072f27456d2eba1e873d54" + +[[files]] +file = "kubejs/data/aof/recipes/loot_bags/misc/utilities.json" +hash = "e9d03c20a793ddee527be21ad12b821e75706bf531711a296bad3427111e1575" + +[[files]] +file = "kubejs/data/aof/recipes/loot_bags/powah/common.json" +hash = "b2ea4258d55770ced721b7037810104a1e9996f442956fb36caf26d60bb48335" + +[[files]] +file = "kubejs/data/aof/recipes/loot_bags/powah/epic.json" +hash = "37e117769b88216e0bd2d8e55d4fa7eac2d8d7fdf2ce2facdee1be675f7bc25d" + +[[files]] +file = "kubejs/data/aof/recipes/loot_bags/powah/legendary.json" +hash = "d0c3b38c319fb8aad0b6db71b0e45e4bebaf27070aa1834f620ce5de6c12395b" + +[[files]] +file = "kubejs/data/aof/recipes/loot_bags/powah/rare.json" +hash = "3d13ef985c0bf8ffe17c9e1348e9c7daab8c0dbd39fc27999c9f3af5b22b8c31" + +[[files]] +file = "kubejs/data/aof/recipes/loot_bags/tech_reborn/common.json" +hash = "f94b4cb1b2fc735398523363e63475f19bd01462dac2d47f79e1867ca150a73a" + +[[files]] +file = "kubejs/data/aof/recipes/loot_bags/tech_reborn/epic.json" +hash = "e21d71b0e8b9188c4303ff9b5cbe4a34035f345c875c46bfb2d38f0128d1ea48" + +[[files]] +file = "kubejs/data/aof/recipes/loot_bags/tech_reborn/legendary.json" +hash = "2aedf628a01d7688e725733c1d3ceeed7e86316c1fd412cca72e6bc4a7d7cc58" + +[[files]] +file = "kubejs/data/aof/recipes/loot_bags/tech_reborn/rare.json" +hash = "a1920cb722b1f669dcfb3285064018c6ed33afc0d9ae75dfab8b838f52f1e1a3" + +[[files]] +file = "kubejs/data/artifacts/loot_tables/artifacts.json" +hash = "f7b576b006722873ef07c8eeec0b432433250090fd963045a371ec1911edefd4" + +[[files]] +file = "kubejs/data/artifacts/loot_tables/inject/entities/cow.json" +hash = "83bbbfcf99612b49830a656037535525a168dde7c4c9a901b17bbda38fca26f7" + +[[files]] +file = "kubejs/data/bewitchment/loot_tables/blocks/deepslate_silver_ore.json" +hash = "c219cd2026536ff4d79a5ea6f15f4644f07b75375c9fb2a3c4c9095d99461b02" + +[[files]] +file = "kubejs/data/bewitchment/loot_tables/blocks/silver_ore.json" +hash = "7015ba5c478a00cc3e75f14b8c4656db6451e2595f7e46577a72db5538f84b8a" + +[[files]] +file = "kubejs/data/botanytrees/recipes/bewitchment/cypress_sapling.json" +hash = "113ed047aacdbbb0b53b0b41daa89245760cda10c0eba0a717b7bfe836fe97b7" + +[[files]] +file = "kubejs/data/botanytrees/recipes/bewitchment/dragons_blood_sapling.json" +hash = "69d3cc98709fe7503afc4a0120d2392773ab4292611f2d5595d2154f1c499e3f" + +[[files]] +file = "kubejs/data/botanytrees/recipes/bewitchment/elder_sapling.json" +hash = "e320527d5299c5075c800703ddc5f2cdc08ba3a351fdf4fadf84eb3a64bb2bc6" + +[[files]] +file = "kubejs/data/botanytrees/recipes/bewitchment/juniper_sapling.json" +hash = "6cbbd797fc6f317cf79504e13dc1aa0d671951aa60de14f5b303c73263570243" + +[[files]] +file = "kubejs/data/botanytrees/recipes/biomemakeover/ancient_oak.json" +hash = "ca76df2a4f12b9b4758be7c249e808f6fed018e77b8a526b3ae965bcebde04ac" + +[[files]] +file = "kubejs/data/botanytrees/recipes/biomemakeover/blighted_balsa.json" +hash = "d99423cf494a7527bc2f329668c0cc37fd794266211a2c72c6b754cda782332a" + +[[files]] +file = "kubejs/data/botanytrees/recipes/biomemakeover/swamp_cypress.json" +hash = "7f9ec1c608eabbb60b281cdb4ab5d83f13d0dee903af9738c313dac39bc1a721" + +[[files]] +file = "kubejs/data/botanytrees/recipes/biomemakeover/willow.json" +hash = "29089bf61e6511685f6f1e4f09787bcff8abc40e2d6c5e0b3996fa399bae1f5e" + +[[files]] +file = "kubejs/data/botanytrees/recipes/byg/araucaria.json" +hash = "c6e8a2048e3de2e6083e15e8041fff1fd700e4068c2b67de92182f58160ccdc9" + +[[files]] +file = "kubejs/data/botanytrees/recipes/byg/aspen.json" +hash = "893604a9ffbced886b745439792fdd197b75915d5643334aa55d227c7d8dda0d" + +[[files]] +file = "kubejs/data/botanytrees/recipes/byg/baobab.json" +hash = "629ecc75bde1a161487b38ea0afc4f9a5970943b84b14fb8be0bb726a8e27451" + +[[files]] +file = "kubejs/data/botanytrees/recipes/byg/blue_enchanted.json" +hash = "b06a90db14a23d401e36b1f36d04260cbd81e54a3a041f17f1df1fa6192644e1" + +[[files]] +file = "kubejs/data/botanytrees/recipes/byg/blue_spruce.json" +hash = "78df9b4916b036e5504da6edaced1b5d775ef56a57347090dd85ff5964a709a0" + +[[files]] +file = "kubejs/data/botanytrees/recipes/byg/brown_birch.json" +hash = "fd50a84ade447b5fb7b1f30891c025fa7e09d35c5f73d5f480166efc448758ea" + +[[files]] +file = "kubejs/data/botanytrees/recipes/byg/brown_oak.json" +hash = "a9984264af5ee7b6f75e08c9972ef4a33bf50cf08d3a08420910ab5e13259f6a" + +[[files]] +file = "kubejs/data/botanytrees/recipes/byg/brown_zelkova.json" +hash = "ebed0dbbce869a2d2ab709c1440375c79692d5e340e10bd107ea5347b18527db" + +[[files]] +file = "kubejs/data/botanytrees/recipes/byg/cika.json" +hash = "59a3206c07a7a40e7127a1c7c297ea2402302e291900733b0a2cac33c92a2419" + +[[files]] +file = "kubejs/data/botanytrees/recipes/byg/cypress.json" +hash = "3864850d6c0ab46dd0662c46f9c3f39b27c9988ba3d3395e1f148149ae204fdf" + +[[files]] +file = "kubejs/data/botanytrees/recipes/byg/ebony.json" +hash = "8daa2e193a32e8b3dfeb52ff1e223473618acf20fadfeefbceb9ecd2f709ac93" + +[[files]] +file = "kubejs/data/botanytrees/recipes/byg/ether.json" +hash = "f218f99d33c806eaeac9beceb020a95450daca8e0233ce6ffc218ffaaa67e8ea" + +[[files]] +file = "kubejs/data/botanytrees/recipes/byg/fir.json" +hash = "8d3ad8418bb534d3fb3718b9cbaf5e2ad927caa4aaf8aa4c069430f3bed2df96" + +[[files]] +file = "kubejs/data/botanytrees/recipes/byg/green_enchanted.json" +hash = "174c8bdb5203c526e43b2fcb8e77750f447673a0dfddca8492560d5c802fd9b9" + +[[files]] +file = "kubejs/data/botanytrees/recipes/byg/holly.json" +hash = "f124b0250c9fd78d48db7c035471ec70c2b13ac9960c81edba74e3c5febc10d3" + +[[files]] +file = "kubejs/data/botanytrees/recipes/byg/indigo_jacaranda.json" +hash = "b3d306892769279aae889ec83139e40fdf681e914e711bab9321af47eed982a0" + +[[files]] +file = "kubejs/data/botanytrees/recipes/byg/jacaranda.json" +hash = "cbe119ff36f2f7b1a4cb19ff86e407e9fb496a19ec51d82ba80fd5832c5ee9b7" + +[[files]] +file = "kubejs/data/botanytrees/recipes/byg/joshua.json" +hash = "e217a7780cf8f9b1760041904446a6217e21781b77ea3d91e1c2258a6968c397" + +[[files]] +file = "kubejs/data/botanytrees/recipes/byg/lament.json" +hash = "ed9b31225dc746be48835c5a96bf8886e32066cfc97c217e730a1904b8cdec45" + +[[files]] +file = "kubejs/data/botanytrees/recipes/byg/mahogany.json" +hash = "2ea8071b96ccf3c32bd72276ac6d148e8a689990a244207b7a95584ad7c0563a" + +[[files]] +file = "kubejs/data/botanytrees/recipes/byg/mangrove.json" +hash = "18cc0d639f7f97ab5b02a850d2c9d9fec03bae670007b50e70a049cd8d477b8d" + +[[files]] +file = "kubejs/data/botanytrees/recipes/byg/maple.json" +hash = "770d1be590290b5b85006ef65443c3c818442e44803de549a07643b0a44be156" + +[[files]] +file = "kubejs/data/botanytrees/recipes/byg/nightshade.json" +hash = "098fb13c08a3483f4f719e8ccf056f15ed9f92319512de9377c4a2b979bca284" + +[[files]] +file = "kubejs/data/botanytrees/recipes/byg/orange_birch.json" +hash = "43583d89131126eb551c9b8447f09b3eae5ad367d8b7bbd97a1591ccd966f273" + +[[files]] +file = "kubejs/data/botanytrees/recipes/byg/orange_oak.json" +hash = "40e0a8f34c15eefe05f17a93584417cf224aed6bd08a505dee26c3855865368d" + +[[files]] +file = "kubejs/data/botanytrees/recipes/byg/orange_spruce.json" +hash = "3485a170a2ffddf0085d69841f1a8cdf386619b958d0f11807ffa6521bd84e6f" + +[[files]] +file = "kubejs/data/botanytrees/recipes/byg/orchard.json" +hash = "0d631d2438a3ddbe049ffe729439fe7600e572d94408145685380879eec33109" + +[[files]] +file = "kubejs/data/botanytrees/recipes/byg/palm.json" +hash = "d20980ee756e0612d7f5f88ed1057d63ef96b97bb00e026a8de599cdb3bb034d" + +[[files]] +file = "kubejs/data/botanytrees/recipes/byg/palo_verde.json" +hash = "d6245bf36f19decfba0b83061a527d39ff5c508b96ada0c320fc985d71f8cc36" + +[[files]] +file = "kubejs/data/botanytrees/recipes/byg/pine.json" +hash = "6bc6d6816ff69864e31f03dfe85a9ce18fcb1c617de656a1f4ce5feeb7f563ed" + +[[files]] +file = "kubejs/data/botanytrees/recipes/byg/pink_cherry.json" +hash = "7a5864c82935f3d36670a41203686b52b7f1c5e54ff8fa09d44a913f694a2cf3" + +[[files]] +file = "kubejs/data/botanytrees/recipes/byg/rainbow_eucalyptus.json" +hash = "d08bee63df4923b1199c3ca9dfe85066e0aec7be68e62ff61a2da8947917ffa5" + +[[files]] +file = "kubejs/data/botanytrees/recipes/byg/red_birch.json" +hash = "52e62ca2c31229055209b966a80ab0c4e5b42942fc86334c896ba9043cf0eeff" + +[[files]] +file = "kubejs/data/botanytrees/recipes/byg/red_maple.json" +hash = "3a28541909cb28bb91507754794bc573c01e6e3149e8b3ca6f210f4d57061b80" + +[[files]] +file = "kubejs/data/botanytrees/recipes/byg/red_oak.json" +hash = "ba947525e450700f6d1edd536ed65468696d4eac0b997c65ed69b1ef5b56a359" + +[[files]] +file = "kubejs/data/botanytrees/recipes/byg/red_spruce.json" +hash = "3bff7353be07b4b930c1dbb57caf7e48057233bc988d04942534a2426ab22c80" + +[[files]] +file = "kubejs/data/botanytrees/recipes/byg/redwood.json" +hash = "28aa442106ea088a2e081a9176162f1fef6e690ba8a875f1a7cb9d0b986f7447" + +[[files]] +file = "kubejs/data/botanytrees/recipes/byg/silver_maple.json" +hash = "834cac6eb6abf990722ca839abb863dfab89a8d321e466f5c141cd9ade4930ac" + +[[files]] +file = "kubejs/data/botanytrees/recipes/byg/skyris.json" +hash = "da1be4292e41051e8cea37e73b93e2a64ce03bb28ce117e34ad5a64ef8e9672f" + +[[files]] +file = "kubejs/data/botanytrees/recipes/byg/white_cherry.json" +hash = "8ab929f828b1c0dbb50276018f00ae6d6d197203035ac51fafbfcf50699f6728" + +[[files]] +file = "kubejs/data/botanytrees/recipes/byg/willow.json" +hash = "e9a54c8ed25443a86d37c48098b8397e2f9542c218099b8328014d054724a48c" + +[[files]] +file = "kubejs/data/botanytrees/recipes/byg/witch_hazel.json" +hash = "87fb4190c13d9e611be5429aadffcb122eceb1436f6fc6f4df14c4cc4b4d2c1c" + +[[files]] +file = "kubejs/data/botanytrees/recipes/byg/withering_oak.json" +hash = "0a2b542e8090a948ea0e945a96aea0465e8e3851187c07be71d266b5e4746d0f" + +[[files]] +file = "kubejs/data/botanytrees/recipes/byg/yellow_birch.json" +hash = "4f8adb0b61d501de99f7cc6a972146cdc45f6ecd940c2eb493a8ddd4e5b75980" + +[[files]] +file = "kubejs/data/botanytrees/recipes/byg/yellow_spruce.json" +hash = "74f1d22b9e7a48d8e0eba4ff1945a8d01e2230710d770cab93d2fd625404ac2f" + +[[files]] +file = "kubejs/data/botanytrees/recipes/byg/zelkova.json" +hash = "048804d1fc0ae26ddc7c593ef3774d51f73be7996de721d20481a68d80dea7f6" + +[[files]] +file = "kubejs/data/botanytrees/recipes/colorful-azaleas/blue_azalea.json" +hash = "6ed18c518c935cc1bba6e1c63111a3c8569b6f94c1bc7dc090c8a1ef92001583" + +[[files]] +file = "kubejs/data/botanytrees/recipes/colorful-azaleas/orange_azalea.json" +hash = "53ee6c6873153cfc558eab8cd99cab1125cea67cc05f5a9a8cbeba0b5965bede" + +[[files]] +file = "kubejs/data/botanytrees/recipes/colorful-azaleas/pink_azalea.json" +hash = "1a0093256eac980ab28275432b78e4877c6c6017611ba49604112c8f0501ee63" + +[[files]] +file = "kubejs/data/botanytrees/recipes/colorful-azaleas/purple_azalea.json" +hash = "4ae493c808a086dd9bac7035122678973be2f14cf0a2178a9e0ef1fe78478015" + +[[files]] +file = "kubejs/data/botanytrees/recipes/colorful-azaleas/red_azalea.json" +hash = "03fdb940ffb25f416705a3fe3fbeef6d5df6745c9f6fbc622e8c5c0da4e0dc54" + +[[files]] +file = "kubejs/data/botanytrees/recipes/colorful-azaleas/yellow_azalea.json" +hash = "a3a5f32efae5bf22b93a5488224eefa6175884b22f800203aa3baa5cd557efe4" + +[[files]] +file = "kubejs/data/botanytrees/recipes/croptopia/almond.json" +hash = "9e8113280e36cf1128250dec7c9004e2c0f7cef105a90a540f1c84e4e48b5bf1" + +[[files]] +file = "kubejs/data/botanytrees/recipes/croptopia/apple.json" +hash = "f61cb4edb05f8d96a6889e2e553db60867965d1b70d75e68d5dc5dd768fee61f" + +[[files]] +file = "kubejs/data/botanytrees/recipes/croptopia/apricot.json" +hash = "16b278fbad20f74276ca80dd8788719f38240efd2b990e9b0ec88b00c6107a9c" + +[[files]] +file = "kubejs/data/botanytrees/recipes/croptopia/avocado.json" +hash = "4c031f84542c911e6725bd7386cfb3d5e7a7fcf7fe600bb845e5919e793c47f0" + +[[files]] +file = "kubejs/data/botanytrees/recipes/croptopia/banana.json" +hash = "2c71afb1f13ecf6becdbfe7d04deabf58062b0fd9933a4359a69f4508218551b" + +[[files]] +file = "kubejs/data/botanytrees/recipes/croptopia/cashew.json" +hash = "d448de28bb692569c2925c17be2126bbbc86f5b0849aaf61264b07b4f0db7d75" + +[[files]] +file = "kubejs/data/botanytrees/recipes/croptopia/cherry.json" +hash = "22413de1990a564385f50407973a916b104626bf83ce4ea06a7c552d4a061bdc" + +[[files]] +file = "kubejs/data/botanytrees/recipes/croptopia/cinnamon.json" +hash = "3ef33acfdb3022e4d9c9da86d2af9ff5dad9a5f6d57ab616d4c55e02fee71925" + +[[files]] +file = "kubejs/data/botanytrees/recipes/croptopia/coconut.json" +hash = "22b13210e07d42623e760c40ce9ef121a7e0a897390187b3eb24ecc68983b47b" + +[[files]] +file = "kubejs/data/botanytrees/recipes/croptopia/date.json" +hash = "e316cfd09f03eaa5903635e5288e02230c574b49e6a852221fc3512fc0c9f948" + +[[files]] +file = "kubejs/data/botanytrees/recipes/croptopia/dragonfruit.json" +hash = "fcc5e70e915af3ba6acb975aae993861359e096fd08f7125a23bd16875286c0c" + +[[files]] +file = "kubejs/data/botanytrees/recipes/croptopia/fig.json" +hash = "0840345e151e0c5b3e2d1685b6dc1618a17973bb1550c79fa4a593d7a192de28" + +[[files]] +file = "kubejs/data/botanytrees/recipes/croptopia/grapefruit.json" +hash = "10d3f865a7026998989ba3fa43103687e0b7d1360d24a6414baaf29d2108c2f1" + +[[files]] +file = "kubejs/data/botanytrees/recipes/croptopia/kumquat.json" +hash = "2891e64f45892ad6c8d0abfb59fd60aa96044ed1f04bde6d47e4262e9e8ed1a1" + +[[files]] +file = "kubejs/data/botanytrees/recipes/croptopia/lemon.json" +hash = "b19e047cb0761a7bd810c03c60a4be616163f98e646427b561673195c2d51bc7" + +[[files]] +file = "kubejs/data/botanytrees/recipes/croptopia/lime.json" +hash = "d05dc66da5200ad65ee738ed1d02d7c6e0ac7a61a4b9b180c48453fc11aaa651" + +[[files]] +file = "kubejs/data/botanytrees/recipes/croptopia/mango.json" +hash = "31863ae0edf4170f4d8bdf9109636b96cac20b4d5a3372534790a8e5278c57ac" + +[[files]] +file = "kubejs/data/botanytrees/recipes/croptopia/nectarine.json" +hash = "41ccbd745b0aa6a48cf8b90d554fc7956bd2167b508111efe4cbab578a6f635f" + +[[files]] +file = "kubejs/data/botanytrees/recipes/croptopia/nutmeg.json" +hash = "44c9ff68c91f174d2a3ff515cfba0eed8e34ac6df98d8e021006d659dbb00984" + +[[files]] +file = "kubejs/data/botanytrees/recipes/croptopia/orange.json" +hash = "48a70b2d7dfbcf6ec9dc8c49206ae2b1ec90e29017ea80609ab4ac7f78252155" + +[[files]] +file = "kubejs/data/botanytrees/recipes/croptopia/peach.json" +hash = "7774571660706c082b91adf75a1e25a5ebd22b2102f140a22b91442fc7bfa6fe" + +[[files]] +file = "kubejs/data/botanytrees/recipes/croptopia/pear.json" +hash = "bf982d6f95ba69da1f9216756b880ea3ceb191efdaa7f802985264cb2c936b2d" + +[[files]] +file = "kubejs/data/botanytrees/recipes/croptopia/pecan.json" +hash = "23247c1fc98f3bebbb9b7bbf6d48ad45e10e61e13fde4859a30c048f3393c882" + +[[files]] +file = "kubejs/data/botanytrees/recipes/croptopia/persimmon.json" +hash = "9cb25c55fdfbf0f1997dd36e42ea174cce1db74ea3d048e46785cf0b776b63d2" + +[[files]] +file = "kubejs/data/botanytrees/recipes/croptopia/plum.json" +hash = "a2de0d8ea5196f7b1a9bd860270e35a6f7584ddb7f4f4588a9019111feca8715" + +[[files]] +file = "kubejs/data/botanytrees/recipes/croptopia/starfruit.json" +hash = "71ed7b281eff73075879c8dc0dcd1d9e49622ba9907ac508b400021ce1f5a8fe" + +[[files]] +file = "kubejs/data/botanytrees/recipes/croptopia/walnut.json" +hash = "0b4aa1e3a33ae4146d32a2be339e554912a89879d3c333aa3f5b4345adea9c71" + +[[files]] +file = "kubejs/data/botanytrees/recipes/ecologics/walnut.json" +hash = "2f113e9b1a4181b944f004a58d33e281f8d1145f046b3850cc0570613d411b4d" + +[[files]] +file = "kubejs/data/botanytrees/recipes/minecraft/azalea.json" +hash = "887193d1b9ea08e2b88ca799056f86ccb194b4b5cdfd5122af0922aa89f1523c" + +[[files]] +file = "kubejs/data/botanytrees/recipes/minecraft/flowering_azalea.json" +hash = "5d335a8dcb5695f2cd4c6345d6b6c8b014d48e06ed9bef973780a7120e871f19" + +[[files]] +file = "kubejs/data/botanytrees/recipes/spectrum/black_sapling.json" +hash = "e915279d7688a295ae1b3254ba93df784fbeadcb11a7bc3f8ccd880a828c5eff" + +[[files]] +file = "kubejs/data/botanytrees/recipes/spectrum/blue_sapling.json" +hash = "0fd01ffe2d83182568fe56c5ca3b648f4a4f127bd781ade790128cced361c0c4" + +[[files]] +file = "kubejs/data/botanytrees/recipes/spectrum/brown_sapling.json" +hash = "5f406bd57ae71ef48e4c7a34a6827590fe5beefb4fab34a8b2371311ebebb069" + +[[files]] +file = "kubejs/data/botanytrees/recipes/spectrum/cyan_sapling.json" +hash = "7d947e43ea658e9ed7ab85bf3aab7a976321d5e775de6c5cedd7d2a0508381a1" + +[[files]] +file = "kubejs/data/botanytrees/recipes/spectrum/gray_sapling.json" +hash = "4f3e964f792cc08be1079a451b4c41882424044cb0c9a22dd3e7f1d7bb3687b6" + +[[files]] +file = "kubejs/data/botanytrees/recipes/spectrum/green_sapling.json" +hash = "52bb8a23d31160e3cdd44c5141ce677345b2254082439c643346652c5fb1eef7" + +[[files]] +file = "kubejs/data/botanytrees/recipes/spectrum/light_blue_sapling.json" +hash = "23ee1ca0f3bbed4d1fa4fecc6a2e979065a4e643e76d91d660bce7ac519636e8" + +[[files]] +file = "kubejs/data/botanytrees/recipes/spectrum/light_gray_sapling.json" +hash = "1408725d6189d41cae0788df444d66e65bdb1f949b44d61e872eee2f243c75b4" + +[[files]] +file = "kubejs/data/botanytrees/recipes/spectrum/lime_sapling.json" +hash = "4be7bb9dfc22bce26abf33c5ef1b03edc5ac5e7acb544294742c83c8238422b9" + +[[files]] +file = "kubejs/data/botanytrees/recipes/spectrum/magenta_sapling.json" +hash = "d47e1343d3ca9bb1b64a64c30297246fb0396068389640a2e16875b64901ffc1" + +[[files]] +file = "kubejs/data/botanytrees/recipes/spectrum/orange_sapling.json" +hash = "9005d2c386280ba487ae9a418114fc11039bf1a111be647487235e446cf48fd5" + +[[files]] +file = "kubejs/data/botanytrees/recipes/spectrum/pink_sapling.json" +hash = "b164cbb62887c304f3ac746a46c71cfa7b8a07fb216b3ee27bd6eecb2e443915" + +[[files]] +file = "kubejs/data/botanytrees/recipes/spectrum/purple_sapling.json" +hash = "343775c466ee162e57e9798f378a2f11034dd816e2461247bdf186c47809ccb9" + +[[files]] +file = "kubejs/data/botanytrees/recipes/spectrum/red_sapling.json" +hash = "1083897f98e96bca302fec41896de6774f78a4ffa5a4a4fe849ebdb0ccb3dd3c" + +[[files]] +file = "kubejs/data/botanytrees/recipes/spectrum/white_sapling.json" +hash = "cdf841d4ee62ddc1c3aa83650b5454dc9d6ff1a441f9513b0f98959a7de2e05b" + +[[files]] +file = "kubejs/data/botanytrees/recipes/spectrum/yellow_sapling.json" +hash = "391c669204c1a45e174f975d7ed75db4ea096db6f15ea8370255874852c7b019" + +[[files]] +file = "kubejs/data/botanytrees/recipes/techreborn/rubber.json" +hash = "b1aded9e5d6c3130358ce8965516c5657dacd64996972db759ba63ef4e07df44" + +[[files]] +file = "kubejs/data/botanytrees/recipes/twilightforest/canopy.json" +hash = "bb8a24545b3abb697db50146beb60481cd0616023feb419aa6c32d6106bbba08" + +[[files]] +file = "kubejs/data/botanytrees/recipes/twilightforest/darkwood.json" +hash = "d37b99777e358c0525c9416a3226da3bd1c8c36b977caba609c3cfea018e21a0" + +[[files]] +file = "kubejs/data/botanytrees/recipes/twilightforest/mangrove.json" +hash = "143bf927167e35c44acf5d8c5ca9f87d9fee8ee146f32be60a15176670836b94" + +[[files]] +file = "kubejs/data/botanytrees/recipes/twilightforest/miners_tree.json" +hash = "e1a7c6b7d798efd4626ee2d7e061cc5a2d2916f50d6b17d7ae7e7a6f28d75020" + +[[files]] +file = "kubejs/data/botanytrees/recipes/twilightforest/rainbow_oak.json" +hash = "c527b2df55e2685330e0f4844cf087b2f727b4406146e309737cd77141c8c01e" + +[[files]] +file = "kubejs/data/botanytrees/recipes/twilightforest/sickly_twilight_oak.json" +hash = "7ccd0ed504a6585426c4d3cb439e489a3541053dad11ce5dd628cae134b43365" + +[[files]] +file = "kubejs/data/botanytrees/recipes/twilightforest/sortingwood.json" +hash = "58dfc66be04936e94a74566b117036c56c8c20c341a508107445d6117384343b" + +[[files]] +file = "kubejs/data/botanytrees/recipes/twilightforest/time_tree.json" +hash = "273f19f7ffde14075d2d182596a5cf0a798e7e9623d64b2e8906c0dbc54eb41b" + +[[files]] +file = "kubejs/data/botanytrees/recipes/twilightforest/transformation.json" +hash = "aa020bd40c15edbc7679ce209b5244e50523c08fb1c223bff294fd84e746bb64" + +[[files]] +file = "kubejs/data/botanytrees/recipes/vinery/cherry_sapling.json" +hash = "d08cc9d16feba819538d2b93921ae775a1c580b366390e32597ed198b53e3d71" + +[[files]] +file = "kubejs/data/botanytrees/recipes/vinery/old_cherry_sapling.json" +hash = "41faf5f1d0fd5686c16e022d969dbd7ca36df62a5611c92932c53d17abf8685c" + +[[files]] +file = "kubejs/data/botanytrees/recipes/vinery/red_grape_seeds.json" +hash = "1e53a6e8e0a50ae0d3b9c19b753130b616d22e34135c2f30c27dd064f3b662e2" + +[[files]] +file = "kubejs/data/botanytrees/recipes/vinery/white_grape_seeds.json" +hash = "b460cb1c40354cc0f9c5e31bcd04b24fb080695311c26aed12e665601ce3ae90" + +[[files]] +file = "kubejs/data/byg/advancements/biomepedia_gift.json" +hash = "ae562343c895e036c55bbc3adf03087ee246185666bb859e6dbc935afbf9c757" + +[[files]] +file = "kubejs/data/chalk/lang/en_us.json" +hash = "3123a21ce819c71848a5788ac9c9e82f39964afc830d27fc9df8e79d5878b39e" + +[[files]] +file = "kubejs/data/croptopia/loot_tables/blocks/cabbage_crop.json" +hash = "c07626799e87684e8cad9f4cf7c1d7b311e829e5b5912d3c0134a678f0abc7f0" + +[[files]] +file = "kubejs/data/croptopia/loot_tables/blocks/coffee_crop.json" +hash = "2c00d882c4cdce07587463a5127f8a224e43372f2b46fe6abd9e83222d1d7c34" + +[[files]] +file = "kubejs/data/croptopia/loot_tables/blocks/garlic_crop.json" +hash = "0dda55d57bf5c6d3d116b9f0ea65dc78544f1e4baf51ff997c118b99975e9d37" + +[[files]] +file = "kubejs/data/croptopia/loot_tables/blocks/onion_crop.json" +hash = "bcc823907159534b8084231a6c1c9ab3168e53ba5c6d8afd4979637d066d7dec" + +[[files]] +file = "kubejs/data/croptopia/loot_tables/blocks/rice_crop.json" +hash = "4e471362d9c8d75731cb4f4d74ce934c9562a0543cbb7ceaeb0c7c1ea70e7175" + +[[files]] +file = "kubejs/data/croptopia/loot_tables/blocks/tomato_crop.json" +hash = "09c59e4c006fc42d16612b0b140305a0c0c09e2576623fb9bdae9b65a16f8abb" + +[[files]] +file = "kubejs/data/emojiful/recipes/aof.json" +hash = "ea3379399d3c18b3754209232231fe797f9f56f8cc53d55106a6dc50a5cf7ea3" + +[[files]] +file = "kubejs/data/emojiful/recipes/concern.json" +hash = "ddb14efbe6c35f11ab2b4b48803d2261cb404bc679b73aba8ec05c2432256e13" + +[[files]] +file = "kubejs/data/emojiful/recipes/confused.json" +hash = "6c9d09d51fdb14fd30b4a484c5b04bfd579c0a92cde16f7c9316bf178f71ee78" + +[[files]] +file = "kubejs/data/emojiful/recipes/hyperrage.json" +hash = "2589854a99a8b900fa67e37e92d563bf081c71a0ab401692da73a6bbcf5ef210" + +[[files]] +file = "kubejs/data/emojiful/recipes/ioa.json" +hash = "5880e4cc963f8916106340d3c98514dd91d64edd764e74328f2dc48ff306044d" + +[[files]] +file = "kubejs/data/emojiful/recipes/irritater.json" +hash = "2bccf6e0d571703bb8b674c2bf5270579809b003b4ab6e2cce531e4cc5cfbc74" + +[[files]] +file = "kubejs/data/emojiful/recipes/kekw.json" +hash = "7a832b37db493d886076fc327df76c0e130cdb546c007921f905bce918f32719" + +[[files]] +file = "kubejs/data/emojiful/recipes/lisa_stare.json" +hash = "f9f53c6cab4ae2cd48158f62ce7d18bf8c80d02458fab69ed25ecd59546d66ca" + +[[files]] +file = "kubejs/data/emojiful/recipes/omg.json" +hash = "7a3bbc897612c34445d0cdb73b94806fef36b0cc79d59b76a14ac3b1d10a8950" + +[[files]] +file = "kubejs/data/emojiful/recipes/pepecough.json" +hash = "37f861bff1656d3f5eb8418036434c455c22a3d5ebe20260af9594dacae6b78a" + +[[files]] +file = "kubejs/data/emojiful/recipes/pepecringe.json" +hash = "2d77755840241bfd094020c7cbcab19371eb23ff6edd35e4cc0ebe19ce07a6a1" + +[[files]] +file = "kubejs/data/emojiful/recipes/pepedance.json" +hash = "797fa83d21d96ba206296a27885b0e61cb9b7e83471bd2ca1fcf622612421647" + +[[files]] +file = "kubejs/data/emojiful/recipes/pepedriving.json" +hash = "43792a1a23f23c1bccc7c29ba73c9f96e0431b20056c8987737698a51b668af6" + +[[files]] +file = "kubejs/data/emojiful/recipes/pepeevil.json" +hash = "1683127c7c8bdf370b029a195a42247ce793623f9aef9f131a78a12186b18e58" + +[[files]] +file = "kubejs/data/emojiful/recipes/pepehehe.json" +hash = "f8a96400e7d65fc12942f4164a2245f8ddedf036a7a14bde0a256e94b8bf20dd" + +[[files]] +file = "kubejs/data/emojiful/recipes/pepelaugh.json" +hash = "4478d3d24cbc5817a4989f23250c90a8afa3af72ac5bdcf6a3553787c088432f" + +[[files]] +file = "kubejs/data/emojiful/recipes/pepelurk.json" +hash = "3a7d24c8fdb0ac4ba5d5ad387880b7ec5cf061f8ebe8b7755656b9fd21d3e820" + +[[files]] +file = "kubejs/data/emojiful/recipes/pepeno.json" +hash = "56537f2d7fbac782f1f7ef01636c066b22e5e7d8d8cafed56a198bee37d357c2" + +[[files]] +file = "kubejs/data/emojiful/recipes/pepepoint.json" +hash = "cfc81a6fefd2279eb10000458658fcdcc3156568f6615c7fa282075d0270ef26" + +[[files]] +file = "kubejs/data/emojiful/recipes/peperee.json" +hash = "9e0137401b4f17e979e9ff987c3cb44808eb5fddbe6cc2b1cfb00aa21d4329dc" + +[[files]] +file = "kubejs/data/emojiful/recipes/pepesad.json" +hash = "40f44a37c077debb75d01a6bcef0a0503a3ccd19bcb6d753694c7ace76fc9e3a" + +[[files]] +file = "kubejs/data/emojiful/recipes/pepesadge.json" +hash = "f9fc91916e04fa4611446cf72820538d31d3f98ca68ba5cbe9e271f7b7c2a6b7" + +[[files]] +file = "kubejs/data/emojiful/recipes/pepesimp.json" +hash = "a74096519d6fea11606b1bbd9af12b2e8fbd122f4d2162d9a5cbdc49527d423c" + +[[files]] +file = "kubejs/data/emojiful/recipes/pepesip.json" +hash = "0389ca861e3919e6318d1dfb51f2ea89d90dbcffc24511235f260b1f16a6dac2" + +[[files]] +file = "kubejs/data/emojiful/recipes/sad.json" +hash = "ebdf549d40a9f01bb4f682effb86d1d5553a931cfea59e2af351b44d16e20ad0" + +[[files]] +file = "kubejs/data/emojiful/recipes/smart.json" +hash = "915c6e08c7b73870fc943d51de622205c4c4268eccfdd2a59d7bfe546aa058cf" + +[[files]] +file = "kubejs/data/emojiful/recipes/sus.json" +hash = "3f4da92e8e0714acf355ba35db373439e7f6eb1fc343860d46b60563b4e5dbb2" + +[[files]] +file = "kubejs/data/emojiful/recipes/taterdance.json" +hash = "9c18b53e787617371078c593c654b819ad063d340db269828393a5120c9e7a49" + +[[files]] +file = "kubejs/data/emojiful/recipes/thonkcool.json" +hash = "9dec75e55b5366fed8231e6b2d5c801f5fc65cfd434b48eb863115aa505d4f79" + +[[files]] +file = "kubejs/data/emojiful/recipes/tiny_potato.json" +hash = "c621e71f7ef85fb84ed94fa659918176f4a1db5b935abfb8bc38d88eb9aec8b3" + +[[files]] +file = "kubejs/data/emojiful/recipes/ugh.json" +hash = "d205edb9e2ab33fef83a235515a6fffb7dc32939644adbfee34a2f8df68b1cb7" + +[[files]] +file = "kubejs/data/emojiful/recipes/vibing.json" +hash = "4883a0bd52717c5aad7f52661982594a61b2ee7878c225bc030bb569d63f5df9" + +[[files]] +file = "kubejs/data/emojiful/recipes/what.json" +hash = "96f489d76ce6f18de0144c65485a54975b20e5f22e5e80f365b11e47db2889ce" + +[[files]] +file = "kubejs/data/emojiful/recipes/whiskey0.json" +hash = "40e72def32d33836023f94abf29b8234f2deee0535b499a6cfc2aae8cfb2a27c" + +[[files]] +file = "kubejs/data/emojiful/recipes/whiskey9.json" +hash = "6c0e12270cb077b631297e6a539d2527bdd7090ef3d4f7f3c2b5c2e0bbbe1a15" + +[[files]] +file = "kubejs/data/fishofthieves/loot_tables/blocks/earthworms_drops.json" +hash = "44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a" + +[[files]] +file = "kubejs/data/ftbchunks/tags/blocks/edit_whitelist.json" +hash = "423adc08d96c65c5d8ba07196e3d7318e7fd41aef77f23d219139d8662c78ab3" + +[[files]] +file = "kubejs/data/ftbchunks/tags/blocks/interact_whitelist.json" +hash = "fa1da49e5dded51001a3dee978dc899976c7c90894d4ada758d306783a3ee06e" + +[[files]] +file = "kubejs/data/hexcasting/advancements/grant_patchi_book.json" +hash = "44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a" + +[[files]] +file = "kubejs/data/indrev/loot_tables/blocks/deepslate_silver_ore.json" +hash = "9d3278927dc22a917044ac4a6b4f9ac22428b0e8f2827b6adb3f95455f26b79d" + +[[files]] +file = "kubejs/data/indrev/loot_tables/blocks/silver_ore.json" +hash = "bf0c24fe8b423163a4312913b82dd0c5bb5b33635678bc2a948e8f3de9bcad9f" + +[[files]] +file = "kubejs/data/indrev/veintypes/bauxite.json" +hash = "962967d18fe1c33c674e68eed720a2225aec2667c313dca9dbde21eaf779c13a" + +[[files]] +file = "kubejs/data/indrev/veintypes/certus_quartz.json" +hash = "2d23fef93dd42509345fe2ed706951e8fd6b19153f075dc769208ed054d1cf56" + +[[files]] +file = "kubejs/data/indrev/veintypes/coal.json" +hash = "52b965c20c50a9a5c8354b35f7c6bf3c5bec39f0989e5f3dacef016f62fee901" + +[[files]] +file = "kubejs/data/indrev/veintypes/copper.json" +hash = "9339b15503d3d821ced7e146e6158bbd57ec5ed7b8002d0e3968ad1d5cc2ba5b" + +[[files]] +file = "kubejs/data/indrev/veintypes/gold.json" +hash = "00049a480bcdd5edcb2f034d8b90fd57e01891f3e746ffd7bfb49aba14f073c0" + +[[files]] +file = "kubejs/data/indrev/veintypes/iridium.json" +hash = "58d681ea7c573874faf61c8ece98c6d2f21b9c2fc87f91d5b9f6978f4816a526" + +[[files]] +file = "kubejs/data/indrev/veintypes/iron.json" +hash = "056287dbc6b433ebd608e548c52e7ac1d303c6e2b2fd9f9984b798dec70371d6" + +[[files]] +file = "kubejs/data/indrev/veintypes/nikolite.json" +hash = "a230cb0ec33ed5d40b14b8dc4577ffca1fbb9bfe178f799b823891d437e70861" + +[[files]] +file = "kubejs/data/indrev/veintypes/quartz.json" +hash = "6111b3dcdd566cfd4caf5c84e09f2c70262b2c6500022f4bc9c1c23ff03543b2" + +[[files]] +file = "kubejs/data/indrev/veintypes/silver.json" +hash = "81a9a426f74bc17c04883192d97b67aca485177ce3d0ebde510fe02941f6d57b" + +[[files]] +file = "kubejs/data/indrev/veintypes/tin.json" +hash = "17fdbefc1713cdf73c0259b366e15965b3687d568c6dd3fe520fb6327af7fee4" + +[[files]] +file = "kubejs/data/indrev/veintypes/tungsten.json" +hash = "23561c653a80b8e850335b43a48ddf0cd839d2e5176d7da7fa5db8ebd01ef58f" + +[[files]] +file = "kubejs/data/minecells/tags/worldgen/biome/valid_portal_biomes.json" +hash = "b3c1c51e3ce3abe77453b5563883e391595701f61528dd58ccb973473f8e8688" + +[[files]] +file = "kubejs/data/minecells/worldgen/structure/portal.json" +hash = "b2cf868edfa203c2c3a79ced9b578a79adc9c29912048324108beb7602f5c557" + +[[files]] +file = "kubejs/data/minecraft/tags/functions/load.json" +hash = "71ac5f8c8cb563667a097dc318d2dbc41b3817c8cd4e82f5ea7d1c47b3da5320" + +[[files]] +file = "kubejs/data/mininggadgets/recipes/mininggadget.json" +hash = "a2980edb944f826c9f6096fb70b446864efb03923750bd0f61d5f7b806d77978" + +[[files]] +file = "kubejs/data/mininggadgets/recipes/mininggadget_fancy.json" +hash = "61312f62de9b6683f34ca2a7e258a2b07b4c32f5d0073cb1467850ea8dfda2eb" + +[[files]] +file = "kubejs/data/mininggadgets/recipes/mininggadget_simple.json" +hash = "7cfbb1cd0ec91ca20bab9d06ebd79cc809a9bee22d6499aadcae9dccbfa9c0d3" + +[[files]] +file = "kubejs/data/mininggadgets/recipes/modificationtable.json" +hash = "79133152890cc17546185933a2422225c54190c565b96e51e755a7b713d070b7" + +[[files]] +file = "kubejs/data/mininggadgets/recipes/upgrade_empty.json" +hash = "77d500f5a0a90755dfa4b4000b9c579eadc732cc216ded4d41f006914749d6db" + +[[files]] +file = "kubejs/data/mininggadgets/recipes/upgrade_magnet.json" +hash = "221f751dde157476c6cd3799ac18e66f66245cdd18f0cd4ba4269785414a4ce4" + +[[files]] +file = "kubejs/data/modern_industrialization/loot_tables/blocks/deepslate_salt_ore.json" +hash = "d8014d9f83f9b1f3b6c310206d2f3b9ea18e0e377ab7de5c7666a68049272c02" + +[[files]] +file = "kubejs/data/modern_industrialization/loot_tables/blocks/salt_ore.json" +hash = "bbfe75731a834188a816bf4f04e75e4aa134c4786c3657e75e0a0679f76d0570" + +[[files]] +file = "kubejs/data/spectrum/recipes/anvil_crushing/vanilla_items/iron_nuggets_from_chain_anvil_crushing.json" +hash = "59d75fa7b077db506f46b271c4b5a4ee55cf501a0a378e76290f2c1f6bab9f61" + +[[files]] +file = "kubejs/data/techreborn/loot_tables/blocks/deepslate_silver_ore.json" +hash = "5160da31661ee869559bc3c315fb335c44ad16f50efff94c895f0feaf8b1bd2d" + +[[files]] +file = "kubejs/data/techreborn/loot_tables/blocks/silver_ore.json" +hash = "4fe9361b7fd1248f735f1ee971eface7cac04a1bc12e03289422ed89aaf2e2fa" + +[[files]] +file = "kubejs/data/techreborn/recipes/blast_furnace/silicon_dust.json" +hash = "9a916410e9547fc421f997039be576f87ae4a0eea4ba19f5bacf1bc58c8377a1" + +[[files]] +file = "kubejs/data/techreborn/recipes/blast_furnace/silicon_dust2.json" +hash = "af8ebc5e5f07f71459b922847742fd96de5de283dd915736c4c9abd9d46065e4" + +[[files]] +file = "kubejs/data/trofers/trofers/angel_ring.json" +hash = "fd554e0530098e12268f75065bce9bc386390ca2b70d0fd6fb603c8cd2e49282" + +[[files]] +file = "kubejs/data/trofers/trofers/boss_rush.json" +hash = "ee000fb2e11c61f6ec502896517ca432a7f52daca5364b38ff8adb1a11ca7490" + +[[files]] +file = "kubejs/data/trofers/trofers/completionist.json" +hash = "f2d966787d065faf76e56261f62a5e447fa3c5bdca5fba8a199033932b215088" + +[[files]] +file = "kubejs/data/trofers/trofers/cooking.json" +hash = "0935d962df9222b2b32911fe8c06333bda234a3258452399b6a8c0acc3f6fe49" + +[[files]] +file = "kubejs/data/trofers/trofers/ender_dragon.json" +hash = "ed84e1e96a20bfff6d1e9536a11d01f31aeaadffda2b3f23c093f9c174a9f2a3" + +[[files]] +file = "kubejs/data/trofers/trofers/quantum.json" +hash = "55131a45e44ff4ecdae4fee8f50d4f0c101b9afc4d5021160334b8fb86b18f92" + +[[files]] +file = "kubejs/data/trofers/trofers/terra.json" +hash = "9fcfc5533d26bff54bff7e4f953e815928c4d81806a1ff66a19d995acbfaaa0f" + +[[files]] +file = "kubejs/data/twilightforest/loot_tables/blocks/uncrafting_table.json" +hash = "0a9ee573822db16209e18d8b2622b4e6b08d0e7ae0d1cc8f9dbc1e623ee5e8f5" + +[[files]] +file = "kubejs/data/twilightforest/loot_tables/structures/graveyard.json" +hash = "594a8c51062daf8feef678d537794867f6bc8ba61b4c0d62b053928443f23867" + +[[files]] +file = "kubejs/data/twilightforest/loot_tables/structures/hill_2.json" +hash = "ca33eefc580b4754be4332d07a2737faad28efd73c45cff0c0373c5dc0806eef" + +[[files]] +file = "kubejs/data/twilightforest/recipes/jeed/blindness.json" +hash = "9b74e88d52fef54d4a1adc3997ffedb0a5b2a20c05ca6d9c31179eed06b83778" + +[[files]] +file = "kubejs/data/twilightforest/recipes/jeed/fire_resistance.json" +hash = "942947892ce617f8bad99872430fc0d5d79bc1c4d46c843ad6a9e9d60b128ae7" + +[[files]] +file = "kubejs/data/twilightforest/recipes/jeed/frosted.json" +hash = "e6a80538e6f0fc0d01586a0a125c7b060c87dd5d88439f108aaeebe87ab8e7ab" + +[[files]] +file = "kubejs/data/twilightforest/recipes/jeed/hunger.json" +hash = "bb24e4a65a13b01a0914ce880472eada726ae94f7955b30977defcca081a9a66" + +[[files]] +file = "kubejs/data/twilightforest/recipes/jeed/poison.json" +hash = "fa6e2784ba8930310236379a7b81c9b8f667037e4cd728b2896e55152e879727" + +[[files]] +file = "kubejs/data/twilightforest/recipes/jeed/regeneration.json" +hash = "ec6bf2d6a16fcdd755309762ed05624adf91ed93345c8852dc11e8c0a59ca94d" + +[[files]] +file = "kubejs/data/twilightforest/recipes/jeed/resistance.json" +hash = "c47d8cb49de0ffb38f8c84948462e8fd66036a8a32b34c4d08ac9d7181431281" + +[[files]] +file = "kubejs/data/twilightforest/recipes/jeed/slowness.json" +hash = "c12f30403b897e3183ab153ef8cb58e31e2aa287087162228e1160f687284a65" + +[[files]] +file = "kubejs/exported/tags/ae2/keytypes.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/bewitchment/contracts.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/bewitchment/curses.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/bewitchment/fortunes.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/bewitchment/ritual_functions.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/bewitchment/sigils.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/bewitchment/transformations.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/botania/brews.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/byg/blending_function.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/byg/villager_trades_item_listing.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/connectiblechains/chain_types.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/datacriteria/container.txt" +hash = "51a68814cf2a7789c420ba0b272dabdc7645ea8b2ebe8cb9cdbe19d074d2d5e8" + +[[files]] +file = "kubejs/exported/tags/hexcasting/iota_type.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/incubus_core/condition.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/incubus_core/material.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/ingredient-extension-api/ingredient_serializers.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/activity.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/ancientscale_variant.txt" +hash = "455d8c2bac788965adbb97694aa7f04f22f7a87c2c30d7364b398a409f164b4e" + +[[files]] +file = "kubejs/exported/tags/minecraft/attribute.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/banner_pattern.txt" +hash = "65cb91cb1ab2aae4cd3dc3b6947dd13e7081ba02d9d7cf5cff6542eb2047cd1a" + +[[files]] +file = "kubejs/exported/tags/minecraft/battlegill_variant.txt" +hash = "7f6cecdde3f5d81e1922cc5ba307916149367c70e4ecf0e225a1693f441ae09e" + +[[files]] +file = "kubejs/exported/tags/minecraft/block.txt" +hash = "ba0cf68dd14416bb5c8d4afb3e3b07234100709dca9c5292bee8f2a3402d0eb3" + +[[files]] +file = "kubejs/exported/tags/minecraft/block_entity_type.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/block_predicate_type.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/cat_variant.txt" +hash = "a64cd5e878d0e273b06175ecb66d51080711c3ec0581d5c024b5f846d81dc900" + +[[files]] +file = "kubejs/exported/tags/minecraft/chat_type.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/chunk_status.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/command_argument_type.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/custom_stat.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/devilfish_variant.txt" +hash = "d75d54f796fb594549a3aedc97566ab9fb23f047058e348ec9a5fb524f03933c" + +[[files]] +file = "kubejs/exported/tags/minecraft/dimension_type.txt" +hash = "c5d3168a0149801765838c2678532002915b7a8acc265cec1ca720e91c9c3fcd" + +[[files]] +file = "kubejs/exported/tags/minecraft/enchantment.txt" +hash = "7bb02011623b001853ddfff61ad717ae708afdc1f2cd4806ed25955bbf3d862b" + +[[files]] +file = "kubejs/exported/tags/minecraft/entity_type.txt" +hash = "face8eef6606fe321d31d79ea122575c3cacd46dd8fcbe8b7ecb0e8b6b619a7e" + +[[files]] +file = "kubejs/exported/tags/minecraft/float_provider_type.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/fluid.txt" +hash = "6a3624995166d90279fa8ca53bf3196429eaafe8ef8629794c35f286390d422f" + +[[files]] +file = "kubejs/exported/tags/minecraft/frog_variant.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/game_event.txt" +hash = "318410ac86cb0fd49cc03aed6337ac710e36aa213deaa96f9c7edeeedfd3da12" + +[[files]] +file = "kubejs/exported/tags/minecraft/height_provider_type.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/instrument.txt" +hash = "7890da5267fdebb7b03c88535490de4ef794c6746f9d73805100715c88737c7d" + +[[files]] +file = "kubejs/exported/tags/minecraft/int_provider_type.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/islehopper_variant.txt" +hash = "4b0ca920362adb1f2ed6417d8292135b35b8e41a7b6763c96fa542ff08329d7f" + +[[files]] +file = "kubejs/exported/tags/minecraft/item.txt" +hash = "2afeee76d940147614d234b32341c71a95c2c758d078e20182652e2238e5542c" + +[[files]] +file = "kubejs/exported/tags/minecraft/loot_condition_type.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/loot_function_type.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/loot_nbt_provider_type.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/loot_number_provider_type.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/loot_pool_entry_type.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/loot_score_provider_type.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/memory_module_type.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/menu.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/mob_effect.txt" +hash = "b620882e9a2528be6a90d7c98786cde7bce30f8d06a01a49842892931d7c7aed" + +[[files]] +file = "kubejs/exported/tags/minecraft/painting_variant.txt" +hash = "7acb1e4f84f66f5b15c0429ca4d33084c16d359dd65297844218d37e01c30586" + +[[files]] +file = "kubejs/exported/tags/minecraft/particle_type.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/plentifin_variant.txt" +hash = "9c79f443d9d16d4d58b4bf413d0187542c19f71f9010e6aa8b64b473d5b109da" + +[[files]] +file = "kubejs/exported/tags/minecraft/point_of_interest_type.txt" +hash = "0e11deabac542d34b4cdfeaffe2bd44e0f334ca811cf3bfec2329ecac69718bc" + +[[files]] +file = "kubejs/exported/tags/minecraft/pondie_variant.txt" +hash = "60aed67386fb03dd9390ae1510c866a2f7d411904023c4561906199d51711247" + +[[files]] +file = "kubejs/exported/tags/minecraft/pos_rule_test.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/position_source_type.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/potion.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/recipe_serializer.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/recipe_type.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/rule_test.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/schedule.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/sensor_type.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/sound_event.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/splashtail_variant.txt" +hash = "6bec33a180f60cb9414a2bb999b6521c475f071a71bb6c7c79c8dca3f8d58f14" + +[[files]] +file = "kubejs/exported/tags/minecraft/stat_type.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/stormfish_variant.txt" +hash = "83218c54df5f920fbdb0423591d4409891cfe59a6d64214b1a6a6ba916dcee8d" + +[[files]] +file = "kubejs/exported/tags/minecraft/villager_profession.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/villager_type.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/wildsplash_variant.txt" +hash = "bd0a943157167d6e7ad45e01473b25c3e0c4eecd6a8e66ff1f07807f6b781771" + +[[files]] +file = "kubejs/exported/tags/minecraft/worldgen/biome.txt" +hash = "1ccdd5a8f4aca7e8e2c5b800617155a1f5ac9b05753e71918ae0c9bb898a3b85" + +[[files]] +file = "kubejs/exported/tags/minecraft/worldgen/biome_source.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/worldgen/block_state_provider_type.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/worldgen/carver.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/worldgen/chunk_generator.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/worldgen/configured_carver.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/worldgen/configured_feature.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/worldgen/density_function.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/worldgen/density_function_type.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/worldgen/feature.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/worldgen/feature_size_type.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/worldgen/flat_level_generator_preset.txt" +hash = "c48cf870c371e90d338f6c8fbba570f43dc75a29413a1899421d4466ad09a5ae" + +[[files]] +file = "kubejs/exported/tags/minecraft/worldgen/foliage_placer_type.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/worldgen/material_condition.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/worldgen/material_rule.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/worldgen/noise.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/worldgen/noise_settings.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/worldgen/placed_feature.txt" +hash = "0966ab5ca4d57de58e843130c2b12289eae882af9cc4ad28cf9092b495bd9364" + +[[files]] +file = "kubejs/exported/tags/minecraft/worldgen/placement_modifier_type.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/worldgen/processor_list.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/worldgen/root_placer_type.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/worldgen/structure.txt" +hash = "b345ec9f2d7141107861d3e7d6d93baed28752ba614a173d21e9b58d71ea9e8c" + +[[files]] +file = "kubejs/exported/tags/minecraft/worldgen/structure_piece.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/worldgen/structure_placement.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/worldgen/structure_pool_element.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/worldgen/structure_processor.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/worldgen/structure_set.txt" +hash = "81c023e3ed9b711b62dd24e74b9d6b3e0bd6de773c149dc49bc259521fafb294" + +[[files]] +file = "kubejs/exported/tags/minecraft/worldgen/structure_type.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/worldgen/template_pool.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/worldgen/tree_decorator_type.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/worldgen/trunk_placer_type.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/minecraft/worldgen/world_preset.txt" +hash = "f8ba223eededcb7565c964e8a242eb98080952afe30be30e95f6ae0b8d7fadc6" + +[[files]] +file = "kubejs/exported/tags/minecraft/wrecker_variant.txt" +hash = "4d3c9ea1bb3a52fa0e7a0aabcd3ee8423a455ad6ec5ce275e4e90646e0c7a8c0" + +[[files]] +file = "kubejs/exported/tags/moonlight/moonlight/map_markers.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/moonlight/moonlight/soft_fluids.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/porting_lib/global_loot_modifier_serializers.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/repurposed_structures/json_conditions.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/serialization_hooks/ingredient_deserializers.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/serialization_hooks/value_deserializers.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/the_bumblezone/biome_height.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/tweed4/serializers.txt" +hash = "a7009504e55da87cda6cd85edbc751ab1054f0363b58532c543e59e0c847eaa5" + +[[files]] +file = "kubejs/exported/tags/tweed4/tailors.txt" +hash = "a7009504e55da87cda6cd85edbc751ab1054f0363b58532c543e59e0c847eaa5" + +[[files]] +file = "kubejs/exported/tags/twilightforest/dwarf_rabbit_variant.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/exported/tags/twilightforest/tiny_bird_variant.txt" +hash = "01f5cb460691fd9c2f7ef49791ece9c341ebaee049c9f0b4ba345fb7e02b6205" + +[[files]] +file = "kubejs/server_scripts/first_join.js" +hash = "cef813b8bf96dcd4af17375d1f35664d6ef54d0878717bd1116249981e431d0c" + +[[files]] +file = "kubejs/server_scripts/recipetypes/ad_astra/shaped.js" +hash = "1ee15b1dbb2afea399d48defd76d0cd912f1cc943cea96623b0237b177fa4798" + +[[files]] +file = "kubejs/server_scripts/recipetypes/bewitchment/shaped.js" +hash = "d264f0aa3a67ae922ea8c7f67a122e8d98c441ab3b4aab02c8ef5bb9c502ca02" + +[[files]] +file = "kubejs/server_scripts/recipetypes/blast/shaped.js" +hash = "b5d4c634055e036b36a51c6baae35e24a506729f1f846bb1ab4428392f55bb88" + +[[files]] +file = "kubejs/server_scripts/recipetypes/blockus/shaped.js" +hash = "c2335a39176d1a2eefaaacfeb5497383aa15a46880009afa54d8d799f05a4a5a" + +[[files]] +file = "kubejs/server_scripts/recipetypes/building_wands/shaped.js" +hash = "ff750fdccd523baf3c619c9cea49ea54422c58ab6683151e6b5fbb1de6df1c69" + +[[files]] +file = "kubejs/server_scripts/recipetypes/byg/shaped.js.disabled" +hash = "2bce816063f293e7c968c3bf22c2b3afc188fcd873b4e99f67206b85e1bfae1e" + +[[files]] +file = "kubejs/server_scripts/recipetypes/cacao/shaped.js" +hash = "a3ba9249916c8d8d7996ffd824cd38e6274bb17d60f8d822b6205406945898f3" + +[[files]] +file = "kubejs/server_scripts/recipetypes/campanion/shaped.js" +hash = "5949080c0ec85eef0be09cc21be550997b46d6c2f5b21d80642e8105636a6698" + +[[files]] +file = "kubejs/server_scripts/recipetypes/colorful_azaleas/shaped.js" +hash = "490e1ea46d68da2d9b0e64b7ca05e4c3237934bb317f3edbcba57e082935560b" + +[[files]] +file = "kubejs/server_scripts/recipetypes/cookingforblockheads/shaped.js" +hash = "bc27bbfe94873ed14844a921cb194a9f90d5df227eaa29c583afa156646d6dee" + +[[files]] +file = "kubejs/server_scripts/recipetypes/coxinha/shaped.js" +hash = "13bd5576f1e0f94b07bcc46436122acffe9a9d1e8cfc28ec5461f9f03bf731cc" + +[[files]] +file = "kubejs/server_scripts/recipetypes/create/crushing.js" +hash = "d3ae3f12f9223b1af2137d41c994581a9e26fc8dcb3bcc0bc6f26c77b118e623" + +[[files]] +file = "kubejs/server_scripts/recipetypes/create/pressing.js" +hash = "56453f0c9a32c40c8afedc05dfcb9ead2a77c02f0e48232e38c09d4f2dea5471" + +[[files]] +file = "kubejs/server_scripts/recipetypes/croptopia/shaped.js" +hash = "dd39ff744903e5ce01d3fc3e9ef60d74476df03159fcd7fd4d2b83ac5b89141e" + +[[files]] +file = "kubejs/server_scripts/recipetypes/deeperdarker/shaped.js" +hash = "beb3a5d017fdfe12cb6dc028e8c0d729e60cb66777d2a0d2a9676465c078629c" + +[[files]] +file = "kubejs/server_scripts/recipetypes/hex_casting/shaped.js" +hash = "b472196170f08d1581afbf3cd207e2a37dde8e087ed1ca0a31cc7fcabbe2ecfd" + +[[files]] +file = "kubejs/server_scripts/recipetypes/indrev/compressing.js" +hash = "ec934de86cf9fd4f92f4f664ef4ef7db6d8ee59dbea16371ccb878c0340701a1" + +[[files]] +file = "kubejs/server_scripts/recipetypes/indrev/pulverizer.js" +hash = "c038dfc7a20f3e70e7ad91090dbb5004c383fc78cc6dcc18a2c340b9c45c80db" + +[[files]] +file = "kubejs/server_scripts/recipetypes/indrev/recycle.js" +hash = "175e208905ff351001d21ffcdd61e532eb02d1f847fc1c8e8598db4984e56c9c" + +[[files]] +file = "kubejs/server_scripts/recipetypes/indrev/shaped.js" +hash = "aec8e739bab748ea7693c24ff9e3f1e6d9ab37e790ab595733049ce3871563c9" + +[[files]] +file = "kubejs/server_scripts/recipetypes/kibe/shaped.js" +hash = "3603f64b82dad36f95aebac6be768b6e237adf17fa2ed5a0eeb1b2bd58763e54" + +[[files]] +file = "kubejs/server_scripts/recipetypes/macaw/shaped.js" +hash = "198a3a14b362ba1fadd12489db1d25c1397ba75ebf447aa7135493b02ddc6c2a" + +[[files]] +file = "kubejs/server_scripts/recipetypes/minecraft/shaped.js" +hash = "8c07bbac116c164e8a6eb93d641ede4ddd97f93f9be55f047a6e74b8b2b7e0db" + +[[files]] +file = "kubejs/server_scripts/recipetypes/modern_industrialization/compressor.js" +hash = "6445cf248ba4b735c5cfb00220ab1ce9003bbefb4b798000057fc5f50ce71456" + +[[files]] +file = "kubejs/server_scripts/recipetypes/modern_industrialization/electrolyzer.js" +hash = "49a0e29632dbadf8065808018c0a3e2d89e7b5c90651bbadcabbd4e8daccc1d8" + +[[files]] +file = "kubejs/server_scripts/recipetypes/modern_industrialization/macerator.js" +hash = "26faee45eb34ecf69acbee1b13bee3dee0b60d5e2de511514d9188eb8b9045b5" + +[[files]] +file = "kubejs/server_scripts/recipetypes/modern_industrialization/quarry.js" +hash = "2c1dd23b47a8054f6213945dd7c229f4e63a15c83076d351a463db5d21279028" + +[[files]] +file = "kubejs/server_scripts/recipetypes/modern_industrialization/shaped.js" +hash = "3e7cf4c8d862ffae6fe2c3edd1de4d908df95f056f8d3ddd1bffffecb0f88f1d" + +[[files]] +file = "kubejs/server_scripts/recipetypes/powah/energizing.js" +hash = "5573713c2e8492adbac9a5d52033a81a381f650c1ecddf37b71c3019bc59f198" + +[[files]] +file = "kubejs/server_scripts/recipetypes/supplementaries/shaped.js" +hash = "c2d41665ffdbe1f50f5298ac947890fd6f15df5eee0c4005e88e3a84f17f96bf" + +[[files]] +file = "kubejs/server_scripts/recipetypes/techreborn/centrifuge.js" +hash = "77dc965e9b2e3430acaaf2d723a13e4c2de976106df3aafb5690851e17c90374" + +[[files]] +file = "kubejs/server_scripts/recipetypes/techreborn/shaped.js" +hash = "34a808e6a048fea97c0c7e0b2229fbebecef37dd9c1f129fdd0cd65aff310d12" + +[[files]] +file = "kubejs/server_scripts/recipetypes/techreborn/vacuum_freezer.js" +hash = "ce1b040bbe8911e307300ffa3c46f887469b77fe45a781df608022fc1b6015a8" + +[[files]] +file = "kubejs/server_scripts/recipetypes/tinycoal/shaped.js" +hash = "52da1a1abd534c9c37a8b91dce4de3867258eea8a3b177ee70d27558aac89500" + +[[files]] +file = "kubejs/server_scripts/recipetypes/travelersbackpack/shaped.js" +hash = "44fba3f51ce970ba9d703c67f7f79ed6ec0bff96deef05c8232ad7d53193d080" + +[[files]] +file = "kubejs/server_scripts/recipetypes/twilight_forest/shaped.js.disabled" +hash = "bef2f96c6b36e38c29338b9c67293d43199327a7d21ab8127c5efbd10bacf259" + +[[files]] +file = "kubejs/server_scripts/recipetypes/vinery/shaped.js" +hash = "33840e631811b79158f9c74e34d22f8208dad3eabe3aaf43ace0f6f0e5f6346c" + +[[files]] +file = "kubejs/server_scripts/removals.js" +hash = "7a794cc271888fafd4a2635e30a2cf769915ed4aabd5e6b9b46177ce2cbaadf7" + +[[files]] +file = "kubejs/server_scripts/replace_inputs.js" +hash = "4e6ec335be712ca27561f493c111d1986eeeaf0c2f170b28d636aac9acd54ccb" + +[[files]] +file = "kubejs/server_scripts/tags/flowers.js" +hash = "9901a38fc6d16c6cb3a56332904ea3daf5a7bd356f60eac0a3101dad0f10d58d" + +[[files]] +file = "kubejs/server_scripts/tags/general.js" +hash = "3da954114237a04ebf2b6fd3aba1286e652a4fd3b204c9c6957d8fcced3a9f04" + +[[files]] +file = "kubejs/server_scripts/tags/logs.js" +hash = "0e3ca56456603444a3cc61aa1a9c16c49d9e6250455a6e9153f6a49a137be02c" + +[[files]] +file = "kubejs/server_scripts/tags/materials.js" +hash = "a8eae40e8ced62f4e60a762e13e2a828171f97032fd72fa1bf58473385de2463" + +[[files]] +file = "kubejs/server_scripts/tags/replicator_blacklist.js" +hash = "4f0c515061fd1d006f1b1671b2dea9bef24dbaba3b380c3466d8131726222816" + +[[files]] +file = "kubejs/server_scripts/unification/farming.js" +hash = "09a18171bccb8cdd34ede844a6a3a37401917b03036ad944a9eed788bd30882a" + +[[files]] +file = "kubejs/startup_scripts/items.js" +hash = "fb4d971280bb039d05a57c4f3303449f6d4ea2c9cf8bface1929f57fe439292f" + +[[files]] +file = "kubejs/startup_scripts/worldgen.js" +hash = "def942ef906210d6ac1d07bb066cf28fdf28874990dbd1ed5ef76635e4621161" + +[[files]] +file = "mods/accelerated-decay.pw.toml" +hash = "4d09afbccd4c5469b88602e12add007210bd3578c6313b2c8138937d1d547caf" +metafile = true + +[[files]] +file = "mods/adaptive-tooltips.pw.toml" +hash = "c5d54e5780fc73581eaadbf3defdc8201b8c3081aabef9564fae91f4f6c95168" +metafile = true + +[[files]] +file = "mods/advanced-netherite-fabric.pw.toml" +hash = "ca1eeb27afc5f93827ed0bb0089e551b92f10c8289a34726cead10031a8f674d" +metafile = true + +[[files]] +file = "mods/advancement-plaques-fabric.pw.toml" +hash = "1109c3e17cfa710ecafee28572d31cc8cce2a372f5ab0a71e4c89c057e80d90a" +metafile = true + +[[files]] +file = "mods/advancements-debug.pw.toml" +hash = "24085c5f01e5011fcc499dbb442d9c6bca379a1a604cb45e5811e03c17b65e41" +metafile = true + +[[files]] +file = "mods/adventurez.pw.toml" +hash = "69ff69fc11e380ea960d04b809f724275866e96f4fe7600a64e420357632a725" +metafile = true + +[[files]] +file = "mods/aeronautics.pw.toml" +hash = "1094d740eeb51f7fb4743991e0af485a11046493ceb80d7ae594895fa14e14fb" +metafile = true + +[[files]] +file = "mods/almost-unified.pw.toml" +hash = "8598169aebd33b9b231f8badeaa898ed997b913565020c88eda99cc1d8414d1d" +metafile = true + +[[files]] +file = "mods/ambientsounds.pw.toml" +hash = "222161c6cc9458fd7de3efbf9e99a3173a0bd99ad53ca311bd1597d57c7273b8" +metafile = true + +[[files]] +file = "mods/animal-feeding-trough.pw.toml" +hash = "f989d5c9cce4f8279a63a15fea7b868c8420593a5ee2d9829c1062d751edba75" +metafile = true + +[[files]] +file = "mods/another-furniture.pw.toml" +hash = "110104a692a585005b21072118d2bdf0b068f06acbfe5c7bca5393a741463f5f" +metafile = true + +[[files]] +file = "mods/antighost.pw.toml" +hash = "e8de5feaf8b78bd44e38d9502937ea49cfc6679ebc82e2d45eb36d2340115c93" +metafile = true + +[[files]] +file = "mods/appleskin.pw.toml" +hash = "8fb3a2375531693a1fc0ac755bba4599e9c8331a399f51e1b1e1b9976109c22d" +metafile = true + +[[files]] +file = "mods/applied-botanics-addon.pw.toml" +hash = "f023c3b9f3f49ad1a2f2987f26faf0e087d3dabe15eec0ab4c5098264ad8feef" +metafile = true + +[[files]] +file = "mods/applied-energistics-2-wireless-terminals.pw.toml" +hash = "0576012cd187e4268bc3f3ba65ce8f8087d39af1a41ba7bb69a0044e0f6949c4" +metafile = true + +[[files]] +file = "mods/applied-energistics-2.pw.toml" +hash = "145450dccaf54135c1a412dad1a39f297d9f26c969ebd33a71041d6604aed292" +metafile = true + +[[files]] +file = "mods/archeology.pw.toml" +hash = "b117bf83ad41f51fcd4ada3ae3276b68abc0c66f5703454a17d6a94f17f55409" +metafile = true + +[[files]] +file = "mods/architects-palette-fabric.pw.toml" +hash = "ca60abcfe34cce382cd93ef7e4cfe2e9a959d1389470256f5787f3db8396f9f0" +metafile = true + +[[files]] +file = "mods/architectury-api.pw.toml" +hash = "ff2b30a400a50042f2562cb86b5ecd7b24ae1b747fea712fa4001dc674ff3ed1" +metafile = true + +[[files]] +file = "mods/arrp.pw.toml" +hash = "067c297842985d85d68b3ac840c58aa006e8959a0b2f3ad25a1967b07c05b41d" +metafile = true + +[[files]] +file = "mods/artifacts-fabric.pw.toml" +hash = "fc341fd6b62ac129f6d6fc6f5cd0102355b911f033238360d4f052050c597d95" +metafile = true + +[[files]] +file = "mods/attributefix.pw.toml" +hash = "05190346d8cd9d0144dfeac6c68f766fb9f34e0b916483d5360b4883b60b282d" +metafile = true + +[[files]] +file = "mods/auth-me.pw.toml" +hash = "14f6487cec8bf86ca0124058bd11d54120afd601ef613448c875536db137acc4" +metafile = true + +[[files]] +file = "mods/auto-workstations-fabric.pw.toml" +hash = "33337cc0c7f53dac5ad2ebef06857d7a90b780c0a9a68d0aca9b712ea6d7e22d" +metafile = true + +[[files]] +file = "mods/autotag.pw.toml" +hash = "4e37e489f2b31f26e0c07866b6248e75b27a7396aada3f3f7c18c488fdc1bc74" +metafile = true + +[[files]] +file = "mods/axolotl-bucket-fix.pw.toml" +hash = "a7558893b89df6b3e67eac25ec1a1c3cad2e6bb43ecb1fbdde34275fdd232ad6" +metafile = true + +[[files]] +file = "mods/bad-wither-no-cookie-reloaded.pw.toml" +hash = "9efcdd458f181b58419881cfcaaf7bda2832de2e374844a647d668af849657b2" +metafile = true + +[[files]] +file = "mods/badpackets.pw.toml" +hash = "d9023cc86074ad3e3fec8a7a5ec8ad456fcac04ebd1342ff803d0551fa7d8e56" +metafile = true + +[[files]] +file = "mods/balm-fabric.pw.toml" +hash = "a95722a1164bcc8feba04a737e37502dc22d393c3c24149ae1a71d901328d546" +metafile = true + +[[files]] +file = "mods/bamboo-combat.pw.toml" +hash = "94177282fe47998311bd7beb87793c2806ce9ae2c4922da82f6c14fada6d0bf8" +metafile = true + +[[files]] +file = "mods/bamboo-everything.pw.toml" +hash = "3d9b3b9e18c1a1eac8917dbd45366c3842a9d75ca1e098c8c88973bcbf674306" +metafile = true + +[[files]] +file = "mods/beaconoverhaul.pw.toml" +hash = "106eda8cef592638c91c0dea3dd310de630c8029285359ed0f7e08a09e346ad8" +metafile = true + +[[files]] +file = "mods/bed-benefits.pw.toml" +hash = "60c0883a47f95617498e4825d923b6d8bfc368a2efa2cfd3daa1d54b7c6fa6de" +metafile = true + +[[files]] +file = "mods/besmirchment-2.pw.toml" +hash = "9c9ed74bb9f5a05bfc015aeebfb9bc17dfa0cca113094181ad45901194659287" +metafile = true + +[[files]] +file = "mods/better-combat-by-daedelus.pw.toml" +hash = "ae6082ca007fb28b89ce9b9a0c9a8956a978d92800a71f4af00ad6209aedd8cb" +metafile = true + +[[files]] +file = "mods/better-lily-pads.pw.toml" +hash = "9f97fb4cdf8ff7af2b2b2f53ff2ce55ea854dcc7b8f9281b9c79c75da15a6b9d" +metafile = true + +[[files]] +file = "mods/better-mount-hud.pw.toml" +hash = "144497c2f1558f0d2c9960107f94b506ff80300cda833406a4089b9c9d97df6a" +metafile = true + +[[files]] +file = "mods/better-ping-display-fabric.pw.toml" +hash = "dfc995603786d283e6423fcee1c7191e4f877284e4c50d1d681901a5498bca01" +metafile = true + +[[files]] +file = "mods/better-stats.pw.toml" +hash = "3de7dd33f58b65a90b47b05533bc2b351f1a5f926afb85d6a324823291bb1836" +metafile = true + +[[files]] +file = "mods/bewitchment-plus.pw.toml" +hash = "b26e6787d3c454bb05a40aaba03312550be330034c61d6ff7dc9a18e9515d5bb" +metafile = true + +[[files]] +file = "mods/bewitchment.pw.toml" +hash = "9d390f8378b38aa1ca9402721380827357552e12cff6c02cf272a9bfa8c39efa" +metafile = true + +[[files]] +file = "mods/biome-makeover.pw.toml" +hash = "807727163c764f49133319211fa4d88a9880cab38b77e31ea379fc9ac6bded45" +metafile = true + +[[files]] +file = "mods/bisecthosting-server-integration-menu-fabric.pw.toml" +hash = "4d7b48f528934a0eef59e55f77773b53da207d30daad7d6559f77035934871a5" +metafile = true + +[[files]] +file = "mods/blast.pw.toml" +hash = "2a92db14f344c0a03eed49f7c5dccd49837bf1d81dc97c9b37793e5b75fbceb4" +metafile = true + +[[files]] +file = "mods/blockus.pw.toml" +hash = "bb3238ceb56c13b0a37e89c8836e0a56c63159b74c2f4e0dbfb93018c06bcd81" +metafile = true + +[[files]] +file = "mods/bone-zone.pw.toml" +hash = "4d4313376f09ff43fc11e9bb817d2106d5b6bb20730085deee7dd76618f0c17f" +metafile = true + +[[files]] +file = "mods/bookshelf.pw.toml" +hash = "b22fb603eab45ffe52a5ef7d44835cb41590646adecfe467ddd91d66f6570588" +metafile = true + +[[files]] +file = "mods/bosses-of-mass-destruction.pw.toml" +hash = "ca55cf03f10f766e8c4680ab1b41e7b7645e7df87524580d3ad55a7a47fd7b0a" +metafile = true + +[[files]] +file = "mods/botania-fabric.pw.toml" +hash = "07c348d8cda9b2f6fda5653f8d0a95584330b8d705dcae6112749ab1d9e6ef33" +metafile = true + +[[files]] +file = "mods/botany-pots.pw.toml" +hash = "e15e468cd895015937cb7b6395759966db94aa3c41aa0ee69f0b11d2eab12797" +metafile = true + +[[files]] +file = "mods/botany-trees.pw.toml" +hash = "f038f7140f36b7d346ce7f8f238bc19d456ee98fde40cfe4f52793e4e567021b" +metafile = true + +[[files]] +file = "mods/botarium.pw.toml" +hash = "c16c821d42e7e7a5dfdbe01a0bde660feb98218e5a2e7d7506da7818606216c5" +metafile = true + +[[files]] +file = "mods/bow-infinity-fix.pw.toml" +hash = "f9187aaa8bd12594c3f074d7af0fdac1950795c77cf6286f0ca319edae1ae636" +metafile = true + +[[files]] +file = "mods/brazier.pw.toml" +hash = "a0a68b4b28d1a6a9bb9a0a4b56d602373992100021c40c17b9696c03500d97b4" +metafile = true + +[[files]] +file = "mods/brewin-and-chewin-fabric.pw.toml" +hash = "a17de7346e8b008806e8dfe2aa90d8af98920c4e2d86935aeef039e8de5fd205" +metafile = true + +[[files]] +file = "mods/building-wands.pw.toml" +hash = "eb8726d0829182b429700cab5a4f3ad5508aec042554908c24d7117831040945" +metafile = true + +[[files]] +file = "mods/builtin-servers.pw.toml" +hash = "8c3138891aa6f8013f856a1e14456bfbec70660830c6c5e96cf1d1bfb3d1cae0" +metafile = true + +[[files]] +file = "mods/bushier-flowers.pw.toml" +hash = "20e5906f9f7918d58a4e90e1e89691a1fac8ce351ce23a98c694acf19b42c2a7" +metafile = true + +[[files]] +file = "mods/calibrated.pw.toml" +hash = "6a9318b185fe384965d33b1432d3fe9cfe9532d3239bda8d5eb9d30722103adf" +metafile = true + +[[files]] +file = "mods/campanion.pw.toml" +hash = "6c743277551d075f01822089cd00d8a15f05de30e02e64ca13563bdc41ecdee3" +metafile = true + +[[files]] +file = "mods/can-i-mine-this-block.pw.toml" +hash = "b2e05910ec1eb57efcf9fc8714668ee733d4a8631383399e92fc20debb0d1e1f" +metafile = true + +[[files]] +file = "mods/cardinal-components.pw.toml" +hash = "731ca7e4b551386efbe40e01ed518778d62db30c0ca8cceab8bebf7f6dff326b" +metafile = true + +[[files]] +file = "mods/catwalks-inc.pw.toml" +hash = "c0d1ff66a10e5853ae48c6021bbe4709461f451e71494f2f806004ece7b2965b" +metafile = true + +[[files]] +file = "mods/cc-restitched.pw.toml" +hash = "071d3136a96f205bc989c5bcb9b7ec74057f2f0f2a9f1500c18835f07b2a8cbc" +metafile = true + +[[files]] +file = "mods/chalk-fabric.pw.toml" +hash = "56a7b25d5c90a7c976967e066c32633bde1dcbcb79476c8a8636dabbdd30fc99" +metafile = true + +[[files]] +file = "mods/charm-of-undying-fabric.pw.toml" +hash = "d9ebd61b15db17061ca3ace40f4053b2c15f216e631a14eee887db64d3eeb326" +metafile = true + +[[files]] +file = "mods/chassis.pw.toml" +hash = "d1b4aa9ac82b96143e8525b5e54e6e83a96fd1e1c16dc6218c2f169edcccd405" +metafile = true + +[[files]] +file = "mods/chefs-delight-fabric.pw.toml" +hash = "f25a30bcadf84bf0d39ede821c371d4a2987c98f64990a38601b58ae58f7328c" +metafile = true + +[[files]] +file = "mods/cherished-worlds-fabric.pw.toml" +hash = "f0b517284e0b31c7b3dbefd9e215a9dc26d59a13be815c3daa86b01587e22995" +metafile = true + +[[files]] +file = "mods/chimes.pw.toml" +hash = "909b55ac783674e90b97d08098f3d2ef7d111011b5a607a1eb30821150b60166" +metafile = true + +[[files]] +file = "mods/chisels-bits-for-fabric.pw.toml" +hash = "6ed2fd042de07f548825be98a42a7a592ab3f91eb36bc0fc28a52f5a1eb43780" +metafile = true + +[[files]] +file = "mods/choicetheorems-overhauled-village.pw.toml" +hash = "84a1a3a815599153c7e9a827fa4db951174abf8da7b05483dfd569ec741404d3" +metafile = true + +[[files]] +file = "mods/cleancut.pw.toml" +hash = "7ea37e2cbe755149aaaf569fd9999541fc766c6057fc7a062a715af51b387b93" +metafile = true + +[[files]] +file = "mods/client-tweaks-fabric.pw.toml" +hash = "7504e8df57aa1cf658b368ebd6b76de22513259a3ecce1504d128c357fab192e" +metafile = true + +[[files]] +file = "mods/cloth-api.pw.toml" +hash = "a24a98749cf572397b9c0ed2a892814b7ce93bb743a73510a348f150ae8745a9" +metafile = true + +[[files]] +file = "mods/cloth-config.pw.toml" +hash = "c3c73a4ae07f1ab6de623b37007df3581286fe3495377af6d3da4b105892adb2" +metafile = true + +[[files]] +file = "mods/clumps.pw.toml" +hash = "84070bb5bd5ac094b111c08dcafdfa71e885c4cb5187097615e7b5ad2b6ebac8" +metafile = true + +[[files]] +file = "mods/colorful-subtitles.pw.toml" +hash = "03b5eb0f55147afddae6ed081ca8457d6f847d57d6dbcf568207f658a26605fc" +metafile = true + +[[files]] +file = "mods/colorfulazaleas.pw.toml" +hash = "e58fd0fa4e41586fd1481681ca236aaf36764659260e2858cddb7dc1c2f16ae9" +metafile = true + +[[files]] +file = "mods/compressor.pw.toml" +hash = "61077864613448a1270059a07f98a2e7907466134a4f10596589b1c0fc90d42c" +metafile = true + +[[files]] +file = "mods/connectible-chains.pw.toml" +hash = "b3085e8b4dddd54ff1de3e96b0dccf69caeeb7eba4586a0e517d73c2cc7fd1dd" +metafile = true + +[[files]] +file = "mods/connectivity.pw.toml" +hash = "0318b9dd838aec0a1b7d5393a80e0119efabbb4dba692ae8dbb239cd849876bd" +metafile = true + +[[files]] +file = "mods/continuity.pw.toml" +hash = "3f4979b3bf621ce00e3ca876df47c2467fafac3118779bd8cb6800f31dc4f625" +metafile = true + +[[files]] +file = "mods/controlling.pw.toml" +hash = "c28d737b72469888790e82be2278b748f99759f68d601f0ae9ed27c342546d5d" +metafile = true + +[[files]] +file = "mods/convenient-decor.pw.toml" +hash = "e5b7e7879483175cd2fe8075657a1992f3c51e2881bcf553357eae5ea8cfd78c" +metafile = true + +[[files]] +file = "mods/convenient-name-tags.pw.toml" +hash = "d578fb367eba89773b378af63f8b4372f19a06f4c5e3ba3c852c29ce0cd9802a" +metafile = true + +[[files]] +file = "mods/cooking-for-blockheads-fabric.pw.toml" +hash = "f187553ffddf63b7d4b042c3c5fdca783ed7ccf2d0a0b6e83f5fbcb759a5e04c" +metafile = true + +[[files]] +file = "mods/couplings.pw.toml" +hash = "113845c6f34fc699d57dffe95e5c3ddd41cb996ddeb04ec21529e3159c3dc3bf" +metafile = true + +[[files]] +file = "mods/coxinha-utilities.pw.toml" +hash = "ca4f856cc7551f5ed4a81ea8feb9ce7bc4bd8b81a04309daec4a6844ee07bb67" +metafile = true + +[[files]] +file = "mods/crafting-tweaks-fabric.pw.toml" +hash = "24c73ddf1c3496f897bc543f7f8f46c7a9cd06d7609c9b93bb0f39e7a58c656c" +metafile = true + +[[files]] +file = "mods/crawl.pw.toml" +hash = "99f471325f79754905177fb82b696e66302bd9a5b9ac3419278d482e8929d7ce" +metafile = true + +[[files]] +file = "mods/create-fabric.pw.toml" +hash = "1e80eff1198aef1a2d09defca78a2e8af8821fe2f2625eb692fc55f2b89816b5" +metafile = true + +[[files]] +file = "mods/createaddition.pw.toml" +hash = "8260c756c1da49c5c97ef81d1442018979d6979aac0e37a79c864a680e15cf5d" +metafile = true + +[[files]] +file = "mods/creativecore.pw.toml" +hash = "1b2f9d83d8133cbd0575aebc8a98d40d023c8ae5cb7bb9735cf3700ec2865fd3" +metafile = true + +[[files]] +file = "mods/creeper-overhaul.pw.toml" +hash = "c260f534ab479644b4f8cb52334fda29db09e54762f1e5da207d301ff8b1c6d8" +metafile = true + +[[files]] +file = "mods/croptopia.pw.toml" +hash = "3318c70374f860b9b2ab3699621a7ace4a199dd63f06d3b5c6892067ec5f269d" +metafile = true + +[[files]] +file = "mods/croptopias-chocolaterie-fabric.pw.toml" +hash = "6cabca7aac31f4520421d2b8bc5347c098b9101f75cfe6e991b9b58c6f3c5bb4" +metafile = true + +[[files]] +file = "mods/croptosis.pw.toml" +hash = "3628b136509721c3645128e4cbd9c9062dcae7a6ae2138e5f31e820efe0fe602" +metafile = true + +[[files]] +file = "mods/dank-storage-fabric.pw.toml" +hash = "67c358d2b2e8f4262d74c2ae3a25f25006b2ad71610046ccbe171d241d12a824" +metafile = true + +[[files]] +file = "mods/dark-mode-everywhere-fabric.pw.toml" +hash = "3824b27ea071582b28029bacb43aac13808fca0b8799a96b6df3423ddad4c31f" +metafile = true + +[[files]] +file = "mods/dark-utilities.pw.toml" +hash = "2632c878d81dfab8f5c8e1e36c5a0373afa80d2c36f9a8caa478ba9575731d93" +metafile = true + +[[files]] +file = "mods/decorative-blocks.pw.toml" +hash = "06118184bb0ec6bfd407aa120fa28fce9031ddedab3c710a315b161fa1d1a6b1" +metafile = true + +[[files]] +file = "mods/deep-mob-learning-refabricated.pw.toml" +hash = "5ac20b2023b94bf442fa673efa8aca3410841e2b2cdbfff5f3b80bfe7d42bc44" +metafile = true + +[[files]] +file = "mods/deeperdarker.pw.toml" +hash = "9012673e65b555deb5e2fa77db9cc1b73c85eb312fa5e639f510e49ad08988d0" +metafile = true + +[[files]] +file = "mods/deepslatecutting.pw.toml" +hash = "ba1e28a3a0c1f87a08d6fa7a617aa1026d86950bd4994a1b0a438bd253a1eae8" +metafile = true + +[[files]] +file = "mods/default-options-fabric.pw.toml" +hash = "35556bca74a08d72ceeaf341556582d84f27e59064b36cdb73a8c1406f866558" +metafile = true + +[[files]] +file = "mods/displaycase.pw.toml" +hash = "edc67ee4412e3c1269328ed023a738c04f9079145fd274c10fcf7ed82915fa65" +metafile = true + +[[files]] +file = "mods/doodads-fabric.pw.toml" +hash = "b5d29c7ca2aa83ac31f4a37e4d183235b600e72c0a4153b10bff487c7073d9a5" +metafile = true + +[[files]] +file = "mods/dracomelette.pw.toml" +hash = "554a0f49035ac6e856dc5e009e57dd530d912a968d20b7ecb63037b54f7805be" +metafile = true + +[[files]] +file = "mods/dragonloot.pw.toml" +hash = "c5d0af364faec673113d95fa2feeec4594603e5ef66b1f12a61cdfeadc471c70" +metafile = true + +[[files]] +file = "mods/drink-beer-unofficial-clockwerk-edition.pw.toml" +hash = "2e281465a7988a444ae0c03da2480eb6e26f56e2151ad69a055a9f11f5213ffa" +metafile = true + +[[files]] +file = "mods/duckling.pw.toml" +hash = "5d1bc03ab200de1c0095b2eb8be4354f6860e1ace61abac4d8e53b29fc4c044d" +metafile = true + +[[files]] +file = "mods/dusk.pw.toml" +hash = "da083a40171a243962b2903e1107aa86a0909c1b1dd6b76b3bd8656952d46baa" +metafile = true + +[[files]] +file = "mods/dyed.pw.toml" +hash = "6d9a1556ea34fcaa55f1273307c915d4164a870a61a992963460b6d86f6eae6a" +metafile = true + +[[files]] +file = "mods/dynamic-fps.pw.toml" +hash = "0db89b28d9d11cd967580baed30d7ba8930b3c3a9b9e7426a92664a1f48ef24c" +metafile = true + +[[files]] +file = "mods/ecologics.pw.toml" +hash = "4ae65ae9f012e7b1d27fa2934185dfbd35f6009d850c5d3662d3c10cc9a64be4" +metafile = true + +[[files]] +file = "mods/effect-tooltips.pw.toml" +hash = "f0d35d45c54384c7bfa14fa05870300b67cd54d0fe0d993b3d2291eee3469a26" +metafile = true + +[[files]] +file = "mods/elytra-slot-fabric.pw.toml" +hash = "dd37b331789c533eb47ecc8e6783214f09560ff292d37e0f0a3b8329721ec7e4" +metafile = true + +[[files]] +file = "mods/emerald-geodes.pw.toml" +hash = "e9eb69347665c1fbca946686bcd64f1b4705160b1ac2dc83b13b1f17b4d00f32" +metafile = true + +[[files]] +file = "mods/emojiful.pw.toml" +hash = "8c4e940904b898bfa969a70045ecea49588f70d09413d45e1c41cb437bf27789" +metafile = true + +[[files]] +file = "mods/entityculling.pw.toml" +hash = "9c47af1e8926a86dbfc7dc526af0fa64d1e9fc6db8368495d4a7ce989918f61c" +metafile = true + +[[files]] +file = "mods/equipment-compare-fabric.pw.toml" +hash = "6eeae038d7939a1cc7e6e79238451867efedcbf8c6f37316865d4589e3777b7e" +metafile = true + +[[files]] +file = "mods/extra-alchemy.pw.toml" +hash = "27ab71c3e408e9f9779eef5e16a158e0f0c70fd1f417f9102e2c03c05ae21e89" +metafile = true + +[[files]] +file = "mods/fabric-api.pw.toml" +hash = "732c0ed4b6a24c7ed37e0bb8b9b3ce554d9657cc7b7ee2d89afa10625f46538f" +metafile = true + +[[files]] +file = "mods/fabric-disable-custom-worlds-advice.pw.toml" +hash = "e16c3c7b7f85abcd007de5f7d4066284781700c1798d2e339b28af1193829235" +metafile = true + +[[files]] +file = "mods/fabric-extended-armor-bars-forked.pw.toml" +hash = "ca813bb576d2ef3279ccd7523c640ce6fa8c242803a0a490e665750cd9fc0bed" +metafile = true + +[[files]] +file = "mods/fabric-language-kotlin.pw.toml" +hash = "617ad00be9c1d9df4cd143bae57279e63d744e3441774e633d421ac5daccc955" +metafile = true + +[[files]] +file = "mods/fabric-waystones.pw.toml" +hash = "2a6f76ef73860e2590543341c5f81b3c43f927c9f0b26c21ff9c0b9698554609" +metafile = true + +[[files]] +file = "mods/farmers-delight-fabric.pw.toml" +hash = "166af52f9b92d1b99b9108da9ec1584e5cb1a8b8483f11eace113a83b466091a" +metafile = true + +[[files]] +file = "mods/farmers-respite-fabric.pw.toml" +hash = "6d1fb32e4ebdb49d136e30df9c825e1bf45786e531435b3e2dda21fbb6de024f" +metafile = true + +[[files]] +file = "mods/farming-for-blockheads-fabric.pw.toml" +hash = "e444825581f2eec5eebf0854dedd0db8f06d2c7f83cb7cc5296b1d73e9bcc572" +metafile = true + +[[files]] +file = "mods/ferritecore-fabric.pw.toml" +hash = "1dae1ed95575e8248b9fa840f1a7c22d68c86dfc3f94a199a4115e2b12d5adc0" +metafile = true + +[[files]] +file = "mods/fertilization-fabric.pw.toml" +hash = "3b52b59e59974fb8777056c1f2c373c4188f7fcf94d85ffeca7eaa3ccf7a4290" +metafile = true + +[[files]] +file = "mods/findme.pw.toml" +hash = "cab631f9d9278bb45a19bf4334cd0cfb5ffc1160cd8a07065714dedb4fed731a" +metafile = true + +[[files]] +file = "mods/fish-of-thieves.pw.toml" +hash = "bf7ced4503e0886e6f3f1f679e9d5435cb6bde7a28c016293e674243e48715b6" +metafile = true + +[[files]] +file = "mods/fix-experience-bug.pw.toml" +hash = "627336b8e823ffcb097b0b30167a3a10dabc3c71f1b888ca09c79d106eea0a9a" +metafile = true + +[[files]] +file = "mods/forge-config-api-port-fabric.pw.toml" +hash = "51b6409bfebbafd3e2a55d4adee8fd73d4a3c17de2ad4853e4897d3043e9da7a" +metafile = true + +[[files]] +file = "mods/friendly-fire.pw.toml" +hash = "391af3da306f57234fa78588dad12a00bb4405ecef04feebd87995bf46e7b179" +metafile = true + +[[files]] +file = "mods/ftb-chunks-fabric.pw.toml" +hash = "d30726cc7c3f7e819c38764c73351807fcb56bc14de011fdeabe298069b53255" +metafile = true + +[[files]] +file = "mods/ftb-library-fabric.pw.toml" +hash = "ef85214468f623d4230b403161f52fe8c9259aa2f204223bbf2ab2a762289728" +metafile = true + +[[files]] +file = "mods/ftb-quests-fabric.pw.toml" +hash = "5c7ef1d183a6f605bd269e4b171aeb7a7c5b95897bf6ada86c251a866e4b317e" +metafile = true + +[[files]] +file = "mods/ftb-teams-fabric.pw.toml" +hash = "7b4a6673987fc6becfc09a3e01ccce288113cfaefbbf1ad6f3bfa796c75d501a" +metafile = true + +[[files]] +file = "mods/ftb-ultimine-fabric.pw.toml" +hash = "4113feaab7b1ea0542f7cb8408fdf0e0ff78bc9bc922190a7d0f8e6020eaa24c" +metafile = true + +[[files]] +file = "mods/fuel-info.pw.toml" +hash = "4b0088014b4bd256c71d5898e6d16a3ba56b73f2ae58753db3afab5c0392ae2a" +metafile = true + +[[files]] +file = "mods/full-turtle-armor.pw.toml" +hash = "658f256024fc207b429107d0ed4aa81c2d70638466792c9f38866de1f6acebd5" +metafile = true + +[[files]] +file = "mods/geckolib.pw.toml" +hash = "c762832a629cd85927c22b535e4fefb5efd80bacd3c784fd55e1da8a2715575f" +metafile = true + +[[files]] +file = "mods/glassential-fabric.pw.toml" +hash = "4c75f90f837e8fe39be804877e6577e04dceab4a9edf947f86104368cb93cb8f" +metafile = true + +[[files]] +file = "mods/go-fish.pw.toml" +hash = "869af50c062e2a2319c9af813598da5e4352953f8a2fb4b1aa386daa12ec1672" +metafile = true + +[[files]] +file = "mods/guard-villagers-fabric.pw.toml" +hash = "0cb84364fa307d06185dfafc4f3fa8706fd9c60128abf8b65fae109ead7dfcca" +metafile = true + +[[files]] +file = "mods/handcrafted.pw.toml" +hash = "9cc7a6717f214c350f79d2974e6b48a97e77b705f3f2cda0507b1a4c89764155" +metafile = true + +[[files]] +file = "mods/harvest-scythes.pw.toml" +hash = "73ed2a92a3b7160735c3dd2c88d79236a9a945f0c1d3b54c0fb7eb1992dec917" +metafile = true + +[[files]] +file = "mods/health-overlay-fabric.pw.toml" +hash = "182efe76ae2e3300e7ca1918c535fa4b659fa9c1d8acd840bf62586bf06a5587" +metafile = true + +[[files]] +file = "mods/hexal.pw.toml" +hash = "0b6ae294f027f261b23c258f530c99253fd0705d003d20f49166d48af97cab66" +metafile = true + +[[files]] +file = "mods/hexcasting.pw.toml" +hash = "fda7c004bd2c7d60d2d3bda94a3c839da723e78d437d1f39ac041f7609b5db91" +metafile = true + +[[files]] +file = "mods/highlight.pw.toml" +hash = "f9bc943941a37dc1d097271801dfe6c3af3210c2b94ac2a0c86f46afa8370e60" +metafile = true + +[[files]] +file = "mods/iceberg-fabric.pw.toml" +hash = "9a2f80adb3ee17c60a6ec5e0bb8800aa37345655fcba54cfd2f9da5e768b9887" +metafile = true + +[[files]] +file = "mods/icy-incitement.pw.toml" +hash = "dde391462b40dcf214bcd433fd69bb680792d08a3ecbe4f35f79017cdefbea1a" +metafile = true + +[[files]] +file = "mods/immersive-armors.pw.toml" +hash = "cc228e59498bc41b8b8c1ceced753ca91837ff6ddf7fd5c568c9be50cf0d03fb" +metafile = true + +[[files]] +file = "mods/impaled.pw.toml" +hash = "232c69d47c4466a97e5e6717940d57407438a99cb91b665349fb4282d8f76243" +metafile = true + +[[files]] +file = "mods/indium.pw.toml" +hash = "7c3e839ecd643c10c6f905e193b6edc18c978e4be202a031cffd0b3a45266ece" +metafile = true + +[[files]] +file = "mods/industrial-revolution.pw.toml" +hash = "fb7a3cd21ae04e61e5166622dbad8b0f5f85510ff7d2f09f12d5264a0539065d" +metafile = true + +[[files]] +file = "mods/ingredient-extension-api.pw.toml" +hash = "49ae038ac73483db0da9d34422656829397c5285cae5f82f1c86cab6cc93aef5" +metafile = true + +[[files]] +file = "mods/inmis.pw.toml" +hash = "f33cb6b8cbbbe875d2e70d680658dd69b118aa0bed21e9b046e6958c5f4c5477" +metafile = true + +[[files]] +file = "mods/inventory-essentials-fabric.pw.toml" +hash = "434b8aa43d500d77e565e6903425a92ad492c8147490e3588b54d462256f283b" +metafile = true + +[[files]] +file = "mods/inventory-sorting.pw.toml" +hash = "c24cdfd72b2bdfc43e9f7ed7f2cc2ab67ef4abfaaaf92f21ebfd373d5163b4c0" +metafile = true + +[[files]] +file = "mods/irisshaders.pw.toml" +hash = "c2c9da2d2c1be1e25528e872a6645fb31bc6aed7d20d2762952f4e8125d9a9b4" +metafile = true + +[[files]] +file = "mods/ironchests.pw.toml" +hash = "ddcdb12edcd3d5a57ce2c0432fd235539764c4849f1f2098e091d290d1f451c5" +metafile = true + +[[files]] +file = "mods/it-takes-a-pillage-fabric.pw.toml" +hash = "08469edc3728f89e436047f4016adb687ab14e2ad6b4f2752ad58b0a9b21ba62" +metafile = true + +[[files]] +file = "mods/item-filters.pw.toml" +hash = "3e1e8c00bc5bc09edd818450dde13da4983702b8c92b8178c9c51fccbd7a633d" +metafile = true + +[[files]] +file = "mods/item-model-fix.pw.toml" +hash = "0cb1859becba06e139f96d2f99d6a6840d4bf20818753ec6b28f495f1716a4b3" +metafile = true + +[[files]] +file = "mods/jamlib.pw.toml" +hash = "07440b33c32e9b1c3b84ee11ed64ffac2d321ff15cb58a869195995316974677" +metafile = true + +[[files]] +file = "mods/jump-over-fences-forge.pw.toml" +hash = "7e63262cb6bfa9757a0787c61fc515bc9f1dc5f63a53b9f6f16969ef7fa870b0" +metafile = true + +[[files]] +file = "mods/just-another-void-dimension.pw.toml" +hash = "ca6bf1c9732c17773e1b012bd498a8a2be8beb658336eff79aa713e7c8b85420" +metafile = true + +[[files]] +file = "mods/kibe.pw.toml" +hash = "0eeb385119b33f98c17e7eb8c1b87e845c6c23e00e51af65deb2d3971a7c2d82" +metafile = true + +[[files]] +file = "mods/kleeslabs-fabric.pw.toml" +hash = "6b562b8c2e670f9544b066972f81505c13e2088d2ee567742ba21be49cebd975" +metafile = true + +[[files]] +file = "mods/kubejs.pw.toml" +hash = "eac5e11f4f5d18cc618aa6452690d3aba7ed95accd4b830190d01946d99aeb2f" +metafile = true + +[[files]] +file = "mods/labels.pw.toml" +hash = "399dd43e5177971f4bd1f201d18ab0ef6b554ae89ac96fc252b8b8d67978cd64" +metafile = true + +[[files]] +file = "mods/lazydfu.pw.toml" +hash = "e75515de6f60227e731affe8077018bd68d8556ebd62032a5e5bd5217b28d44f" +metafile = true + +[[files]] +file = "mods/legendary-tooltips-fabric.pw.toml" +hash = "70d7f9b16fffbf8999a373d3b008e6b0b7b782b9de14575826a0b2c86797636b" +metafile = true + +[[files]] +file = "mods/lets-do-wine.pw.toml" +hash = "01c3c022ee34d6648d52ada3cb908e4406346e69ddc9618f5893fc0c85c7ea3e" +metafile = true + +[[files]] +file = "mods/light-overlay.pw.toml" +hash = "70fd6405f34b01b503b5aa10176a5f011c963290e75b23aa9b9d19e3bc1dc177" +metafile = true + +[[files]] +file = "mods/lithium.pw.toml" +hash = "a317e0de4cd8515129f88831f220e733cbd50b7bcef4c3213d8748b42b2b0e9e" +metafile = true + +[[files]] +file = "mods/log-begone.pw.toml" +hash = "d008cd6cc505263e78f09c90f85cf8ddb5ed73a854c4383c8d0b966124b1bbca" +metafile = true + +[[files]] +file = "mods/login-protection.pw.toml" +hash = "a80160377d220c8e9aa3026a4e68941af37d23713ca1787936a3c7c98cb22ca9" +metafile = true + +[[files]] +file = "mods/loot-integrations.pw.toml" +hash = "85defec476428961c5d3c7f830f3b7cdf4becec19ae8469ca61a5e49c993f67d" +metafile = true + +[[files]] +file = "mods/lootr-fabric.pw.toml" +hash = "de55e473653cdd5046f3f79220f6aa9d1cf0eccfe97e8902c72935d0bbb0272e" +metafile = true + +[[files]] +file = "mods/luggage.pw.toml" +hash = "3e08c149f207a3ba1cffa49686e993414f944df896e094e29a169c7b387b4318" +metafile = true + +[[files]] +file = "mods/macaws-bridges.pw.toml" +hash = "46abacb059a2af9fe270f2be6c714ac7d5eeee71b4a9fa2f20ac047438a12cab" +metafile = true + +[[files]] +file = "mods/macaws-doors.pw.toml" +hash = "9bd46b5d5a2346aaa9da4cef1b5c5683d8621e8d1d89d2634e51614f3a7ca093" +metafile = true + +[[files]] +file = "mods/macaws-fences-and-walls.pw.toml" +hash = "b16dd6d03444954164f412bdbbf33c23e88a28daf83fa4628027c6b3e167107a" +metafile = true + +[[files]] +file = "mods/macaws-lights-and-lamps.pw.toml" +hash = "f4fdb82265f6fcff7dafcff59bd579ac335b37b16808e094e940d819233cfe77" +metafile = true + +[[files]] +file = "mods/macaws-paintings.pw.toml" +hash = "f2b787b718283a97f997fb0138a04a790bedf65f6d7edfd30728da9dda692e5a" +metafile = true + +[[files]] +file = "mods/macaws-paths-and-pavings.pw.toml" +hash = "867d03dd010e40e9391cd6a9a314a0accf77a3798510a4bcc9391269f451e6b6" +metafile = true + +[[files]] +file = "mods/macaws-roofs.pw.toml" +hash = "cabcb70039cecbc8489c034c4b8379c8766c49e175aa4464ccb5612fb17c7e78" +metafile = true + +[[files]] +file = "mods/macaws-trapdoors.pw.toml" +hash = "50d92251e3359b1d63e1ddcfeff1625ba4159a408b246cb55b4af4aa213a61df" +metafile = true + +[[files]] +file = "mods/macaws-windows.pw.toml" +hash = "5ee8fe6018c7ad0fba0a3aa434aae95c7c3aee860f14262276459c4cfbbde17c" +metafile = true + +[[files]] +file = "mods/max-health-fix.pw.toml" +hash = "352970387606deb41cca35a1316f4ae09331142962fbd923ff998265decfb362" +metafile = true + +[[files]] +file = "mods/mega-cells.pw.toml" +hash = "d6eaac207c310945436227bbddea46cc83bf5420270cfc55697a1d446a1cb2f2" +metafile = true + +[[files]] +file = "mods/megane.pw.toml" +hash = "6810b9366ae8b05c2046e3f8ae4c12769efeed7393ed2dd8b991136d3c2eb3f2" +metafile = true + +[[files]] +file = "mods/merequester.pw.toml" +hash = "ed56f79d2ff9bcdee4bb98ce9b6e363560987ab4e79fa880a697ac45b1b8e649" +metafile = true + +[[files]] +file = "mods/midnightlib.pw.toml" +hash = "3a73a952e139f4f845dad83f2e206830ba5533cad7ab857e9843a038940d8b33" +metafile = true + +[[files]] +file = "mods/minecells.pw.toml" +hash = "21c215faa14da4ef0d9aed2348e1981b08436628352dacad0f244b293058ef51" +metafile = true + +[[files]] +file = "mods/mining-gadgets-fabric.pw.toml" +hash = "3eadbfd7aa141cf0f3fcc6cc08fc4856370ace7534515b13b247c3ab918724b9" +metafile = true + +[[files]] +file = "mods/mmmmmmmmmmmm.pw.toml" +hash = "9f79bac5bd6b8bc274c9432324c06b9bad88d048afa682cc1cf76211474c6bb4" +metafile = true + +[[files]] +file = "mods/mob-scarecrows.pw.toml" +hash = "633990f96e15b07dab59b895b36b9b8250b0c6d28791ba3f087152331841a91c" +metafile = true + +[[files]] +file = "mods/mob-vote-2022.pw.toml" +hash = "b61e2e72e835c22eef193407b70fce4f4e6d3c71d13dc4882497d988b789f628" +metafile = true + +[[files]] +file = "mods/modern-dynamics.pw.toml" +hash = "9b5a81554ef16472b77060f3cc1f37da7b1394fc05112e4eff0ed7dc5f04a7bf" +metafile = true + +[[files]] +file = "mods/modern-industrialization.pw.toml" +hash = "918d72fd155a74bb5c4ab465e1a4ab5d2b11760838dc629b4e3ad60403f82e62" +metafile = true + +[[files]] +file = "mods/modmenu.pw.toml" +hash = "407a1746052dea96d1ea847aee9fef2ec9bd40548217ea366d1ebe2a2a4f9ce9" +metafile = true + +[[files]] +file = "mods/more-totems-of-undying.pw.toml" +hash = "2972071d2b1cc67ac09a1a4418b094a9220c2678d06b82d59baac00cb10c6ad4" +metafile = true + +[[files]] +file = "mods/more-villagers-fabric.pw.toml" +hash = "ff6a43dcc382e17d47694ada1e704b7023d33a96aac2c78f6651109a332e56b5" +metafile = true + +[[files]] +file = "mods/moreachievements-fabric.pw.toml" +hash = "d602b291152996f52711c231759c66d08e1497d5e663ef188f66116b9d0cff75" +metafile = true + +[[files]] +file = "mods/mouse-tweaks.pw.toml" +hash = "5c90923f6dea8b6f7ecd190f82726d844ad4a738d68d6b048b38c9b939d70ae9" +metafile = true + +[[files]] +file = "mods/muffins-slime-golem.pw.toml" +hash = "1066d724534cbf62eda466cdfc9449f85135abbb69b315ad55b29e1b144a8501" +metafile = true + +[[files]] +file = "mods/naturalist.pw.toml" +hash = "928049dc37b7b41a8d7cadf9977d183527c74744f9dce884c9c04a76b3276832" +metafile = true + +[[files]] +file = "mods/natures-compass.pw.toml" +hash = "1191c0ed4c2be46db9814885dc1beb33d22a2175758ad0af8a5a53afe851d7c6" +metafile = true + +[[files]] +file = "mods/nears.pw.toml" +hash = "01e9143370b4192e5884605978e244964918ea54563bfafbcfec7c9a0866fe46" +metafile = true + +[[files]] +file = "mods/nether-depths-upgrade.pw.toml" +hash = "c0c61de6194eec7b72147277346134c72ee5f1737a62e1ae641801812405eb28" +metafile = true + +[[files]] +file = "mods/netherportalfix-fabric.pw.toml" +hash = "7505d1cbb6304cfc22f5fd1b6ebe1f20e72ac30e027793663b50349eb36f3392" +metafile = true + +[[files]] +file = "mods/nethers-delight-fabric.pw.toml" +hash = "f94e8ea94e15eb30a7b946fc64a30ae87b71f5ddad7547692bf004b99aaf2375" +metafile = true + +[[files]] +file = "mods/nikolite-expansion.pw.toml" +hash = "80548f4e9a600897541020dc0a702bcd4afb918f9b388dada855cb8b1f045b17" +metafile = true + +[[files]] +file = "mods/no-chat-reports.pw.toml" +hash = "f1c5339de1b7ffa1d2e8b8e0c4d08802de33dc47dd9cd19c1b997f959e5c308c" +metafile = true + +[[files]] +file = "mods/nyfs-quivers.pw.toml" +hash = "97029d746ba1c7d584d10d1d1e65f8861c1cc7313d8dce3a72681f75c54cf538" +metafile = true + +[[files]] +file = "mods/oh-the-biomes-youll-go-fabric.pw.toml" +hash = "9e538cf089ca697fdd2e932f36857651d392e6f00debf8cce24508f3ce744b63" +metafile = true + +[[files]] +file = "mods/owo-lib.pw.toml" +hash = "542bf57886a2714d641245a2cb033394feac17934a115922022a24ff269f42e2" +metafile = true + +[[files]] +file = "mods/paginated-advancements.pw.toml" +hash = "fafe0c88aeee0fc17a2155c61be90f609aaf9077753260b47f973bcf61160c9c" +metafile = true + +[[files]] +file = "mods/patchouli-fabric.pw.toml" +hash = "0103115337ebe895bb4802a4de51d9ea8f130112581b9cdf28ed3abee59d50de" +metafile = true + +[[files]] +file = "mods/patchoulibutton.pw.toml" +hash = "b5315770e52ec019e9ad4e7882ef4cb350736e7ed9fbcd17bf553441e923e666" +metafile = true + +[[files]] +file = "mods/paucal.pw.toml" +hash = "c64f8051b4c8cd2d1ecc17347eb986f7fec0613622cf993c92c323e8b6d9d4c7" +metafile = true + +[[files]] +file = "mods/paxi-fabric.pw.toml" +hash = "5d674c0a1cc601b03eb9e2a63d2e20e5204e2f7a9d0631422f9cc734db72ce4e" +metafile = true + +[[files]] +file = "mods/pehkui.pw.toml" +hash = "ef1b4a441c1f88eb1bb320da4ceb47c8cfc36b53edfd126e8b79eabfe162a14c" +metafile = true + +[[files]] +file = "mods/piercing-paxels.pw.toml" +hash = "f0d52e9934858d634b3040752471d9906f917b4bf63a62a706789fd04db3ab57" +metafile = true + +[[files]] +file = "mods/pig-pen-cipher.pw.toml" +hash = "e45a5f9fe3d6400fb4c70a25dddb811a6ffa9566963f93a2f574e6e0c3c248c1" +metafile = true + +[[files]] +file = "mods/playdate.pw.toml" +hash = "9b5c36de14ae77307d31526e94bd866071b3cbbe75da61159b49953d821c9789" +metafile = true + +[[files]] +file = "mods/playeranimator.pw.toml" +hash = "199f730eda58ce45cfc01f2470c06ad9d7c526a6f66a42d46322fc19da21faa1" +metafile = true + +[[files]] +file = "mods/pling.pw.toml" +hash = "dfc73c6ed21d8be632f3d253bd23a921b1e690107a0cd70c63c55a5568278bfd" +metafile = true + +[[files]] +file = "mods/portable-tables.pw.toml" +hash = "187594ab74960cde36d3e10b3c97648bdecda3450b771fdd3f7702c9aa85897b" +metafile = true + +[[files]] +file = "mods/powah-rearchitected.pw.toml" +hash = "724ff70e627d0d2b405b3c0c1c4d36627be03fa6f91ab81e57deb092262c44fa" +metafile = true + +[[files]] +file = "mods/prism-fabric.pw.toml" +hash = "ad2cabc8f0042248e26eb19c78f68ab9adde8a2a8e35979f84950b98a32c34f3" +metafile = true + +[[files]] +file = "mods/probably-chests.pw.toml" +hash = "1bdc50191c758d34a756ba1d72e07c299b88af8d03c9968fd6733102fe66efb3" +metafile = true + +[[files]] +file = "mods/projectile-damage-attribute.pw.toml" +hash = "cd43fb2a7f93086636e78c0957f8abe81daf9c7074927b09ee1771e26c2571c9" +metafile = true + +[[files]] +file = "mods/pyrotastic.pw.toml" +hash = "4d025c33f484e43c3cfbb3da39018692aba1b1b178d431e80e56ecd06ecd31e5" +metafile = true + +[[files]] +file = "mods/quick-shulker.pw.toml" +hash = "5f1398bac85eb2e34ae5dc5fb07386339f1f979ff6e98bb26577f2297474cc21" +metafile = true + +[[files]] +file = "mods/rare-ice.pw.toml" +hash = "fc4c395cb098a8db7a53979c261071a32cf3b7317fc7ec1c18a4a1270f635a15" +metafile = true + +[[files]] +file = "mods/reacharound.pw.toml" +hash = "d736b94c9b482e1aaa173c34aa6e4b73635eceefaceefa5c07e3735fed2a550e" +metafile = true + +[[files]] +file = "mods/reaper.pw.toml" +hash = "1a851cf3cc5b02a157d3098da30a1bf29e1b1fc89ca2eb40950c7a2c7a1996fe" +metafile = true + +[[files]] +file = "mods/rebind-narrator.pw.toml" +hash = "4b4d562f4ad08a1c2eb345c9edf7d6bf41e3f8e517924f41e99ba5bbdbd06843" +metafile = true + +[[files]] +file = "mods/reborncore.pw.toml" +hash = "e4badf81eabfe1f6cd95e36bc8e3d4a63281f7c97406be76437c2ef49e189f99" +metafile = true + +[[files]] +file = "mods/red-bits.pw.toml" +hash = "d88d97be9d38addd9c89eb99d6122c521f0bf80278ceb7751f7dc1c02a381075" +metafile = true + +[[files]] +file = "mods/reeses-sodium-options.pw.toml" +hash = "87e71b5daeb15cbe28c108fe2dae85a61997bd644f53affb69b77c314611dc0e" +metafile = true + +[[files]] +file = "mods/repurposed-structures-fabric.pw.toml" +hash = "729a9ee157117edf8bc0a09bb6258b4464b45768d321806bddb0407f4e10689c" +metafile = true + +[[files]] +file = "mods/resourceful-config.pw.toml" +hash = "09d595a779813b05bb98d92132b6521a328cc31e467318406b843fbe508e0b3f" +metafile = true + +[[files]] +file = "mods/resourceful-lib.pw.toml" +hash = "efed158b58d5ba64a5dd90911985c451f40bbe9cdf74728db3d443d5133d587a" +metafile = true + +[[files]] +file = "mods/resourceful-lootbags.pw.toml" +hash = "c44192d1a8935032af47d4ca859227d12fdc4c732c6ba1ed09e3640324e16706" +metafile = true + +[[files]] +file = "mods/respawnable-pets.pw.toml" +hash = "a59a019dfc9acfe260858dde3f30ed7d3e9ea4a5d5eca4e16fd944a7541c778e" +metafile = true + +[[files]] +file = "mods/revelationary.pw.toml" +hash = "47b8ef1546014aaa2f11d7d1bfac937206c6e750043f4c3a2fabd05d341bd123" +metafile = true + +[[files]] +file = "mods/rhino.pw.toml" +hash = "b89b80eb0d3278cfa9ecb4aba3ae23b7efc92707d87a98ffbccd700a631fc720" +metafile = true + +[[files]] +file = "mods/rightclickharvest.pw.toml" +hash = "0dba52958fd6a8f9a1118550a12e2a58badca0f5514ef82c7b29c059026a4d5f" +metafile = true + +[[files]] +file = "mods/river-redux.pw.toml" +hash = "e8167269eccd07667c82fb4dad839821a40ecff40434c3a96ab15ad26af46046" +metafile = true + +[[files]] +file = "mods/rotten-creatures.pw.toml" +hash = "9ab9a2d0adb8853355c114a1c1475571fb521c5ede781029589d4363e22e74fe" +metafile = true + +[[files]] +file = "mods/roughly-enough-items.pw.toml" +hash = "5af44ce069cd98ed5da80ee20c2ececcf4d06d2aa2969ac8c26dd1ce9dd669d6" +metafile = true + +[[files]] +file = "mods/roughly-enough-loot-tables.pw.toml" +hash = "4270ea77fa4f2d308b2299b469643f4eb5b19f7dc706af35a6e747fcfd478a38" +metafile = true + +[[files]] +file = "mods/roughly-enough-professions-rep.pw.toml" +hash = "e64337931128cd8c50f91178c56e2f73724bbcfef8dc112286e4a024b2cd8d2f" +metafile = true + +[[files]] +file = "mods/roughly-enough-resources.pw.toml" +hash = "6f46cfcca55777b06ce0bf646a815aed4fbc4eb19e21e055a8e6528e41397278" +metafile = true + +[[files]] +file = "mods/roughly-enough-trades.pw.toml" +hash = "2e2e572b27d72c75407f1d58486284bd689a6049f7db07b4d2e47b4d20542ff1" +metafile = true + +[[files]] +file = "mods/rune-crafting.pw.toml" +hash = "21029ec331c30e014f930c2d62c4c57aea824fb0d8f4d7065be7065bd3573314" +metafile = true + +[[files]] +file = "mods/runelic.pw.toml" +hash = "5025f1c261af118b0b00566ea9f0cc37a502fc9572fc7388b55028c23f34baa1" +metafile = true + +[[files]] +file = "mods/savage-ender-dragon.pw.toml" +hash = "229e5b49dd87791b526db9192517274b54c087dd7782bba77b17e32a34de02a0" +metafile = true + +[[files]] +file = "mods/selene.pw.toml" +hash = "a243327d90ad1e54920df9ff58625080348a771d8ac98573544667dee6783bbc" +metafile = true + +[[files]] +file = "mods/show-me-what-you-got.pw.toml" +hash = "d8b366e849bb1eb654beb97e03bf12a8d52a165bf2a1f745d1c326985a773b9a" +metafile = true + +[[files]] +file = "mods/shroom-dealers.pw.toml" +hash = "201b51465ad0b4ceba13c655dfed417847a181f71af1a6e18a9c245f8d6a6663" +metafile = true + +[[files]] +file = "mods/shulkerboxtooltip.pw.toml" +hash = "80575a5f4bfcb012bcd1e2472d715fe497922674be91fdb8308f6ef8f9392bfa" +metafile = true + +[[files]] +file = "mods/sihywtcamd.pw.toml" +hash = "8f9a668234c5789f7271f20822f733513af805b74c9f116508a846330b90d950" +metafile = true + +[[files]] +file = "mods/simple-discord-rich-presence.pw.toml" +hash = "a24471aa1e5442c00d2d411ad3701745f24edaae7b447c1790108db4a0a6e8c5" +metafile = true + +[[files]] +file = "mods/simply-swords.pw.toml" +hash = "1ef195ef38347edf2cc23cb1cc0996dfe20481ef4e61f4ba854c53e862b90635" +metafile = true + +[[files]] +file = "mods/slight-gui-modifications.pw.toml" +hash = "01de3b1e55700fe8e53443ddec1cf9cc247e7d0619185a2a2ce1e271d150a1da" +metafile = true + +[[files]] +file = "mods/slimyboyos.pw.toml" +hash = "0de7f69f8efb8bd112c0103c36aa6ac06166c2eaeb5675b3eb7a3d6174d41e8a" +metafile = true + +[[files]] +file = "mods/small-ships.pw.toml" +hash = "523d0e734dd89fb95590ac6658b13859173b83b69bdfae6ccc78f736cde1d4bf" +metafile = true + +[[files]] +file = "mods/sodium-extra.pw.toml" +hash = "041586c4b0119445ffadaf3a16c6cd4092f91a060b160ce6cbc16d560a65a5c8" +metafile = true + +[[files]] +file = "mods/sodium.pw.toml" +hash = "d816ebefd14031acd676b2e7dc2d77ea7e1370903ddac480865fb68540216032" +metafile = true + +[[files]] +file = "mods/spark.pw.toml" +hash = "2a9edf87d60100a2d1f6e9fd56b15c5d31951024d8953b0cb77e4af778df3420" +metafile = true + +[[files]] +file = "mods/spectrum.pw.toml" +hash = "e5f86304c2e94d964c790011760cb0a97e3b8ca37fca037137d106b08bd0c870" +metafile = true + +[[files]] +file = "mods/spell-engine.pw.toml" +hash = "c7f3895f661269eefb1d83ca4f1af82b44b9e6363c1495c758e209f70e374d3a" +metafile = true + +[[files]] +file = "mods/spell-power.pw.toml" +hash = "daced962430c467d5346194b4b95ae4e3278ed2f86a9726c9da211560e9df55d" +metafile = true + +[[files]] +file = "mods/spice-of-fabric.pw.toml" +hash = "bd79b4ada29ad82643686a1598114d1654a31ef19ab50574607b666c08bf584a" +metafile = true + +[[files]] +file = "mods/spirit.pw.toml" +hash = "783a0c72f09deb30640db2c52d2fcc20a8317e10c44c4b1dc444e167fabd50b8" +metafile = true + +[[files]] +file = "mods/srias-flowers.pw.toml" +hash = "5dda077c2a2b9bd2b09afe70abbaedae953d1f8896782fd7a8df10e26c6cf037" +metafile = true + +[[files]] +file = "mods/starlight.pw.toml" +hash = "7b110f0f87bb5f21381cc9c2338be6689219a36ef13cb34c22e745df4e6afbff" +metafile = true + +[[files]] +file = "mods/status-effect-bars.pw.toml" +hash = "40da095cbae844935e9647b5b41aeb2358d887f974996062c6fd062ef0d31a0d" +metafile = true + +[[files]] +file = "mods/stoneholm.pw.toml" +hash = "a99056e0e39b3e1ad57294363b5bdf26f54bb92fe6a9b10c17583e359401ec5a" +metafile = true + +[[files]] +file = "mods/stronger-snowballs.pw.toml" +hash = "4003e0ed57fce8884cb8db43a3e3f98438b9ebdf5d242ef39fd9233ae3b12529" +metafile = true + +[[files]] +file = "mods/structory-towers.pw.toml" +hash = "b69bb36e39cd8ed8171a373a0cef0a131e05fcd56adac72dd95f40e243160efb" +metafile = true + +[[files]] +file = "mods/structory.pw.toml" +hash = "1416161702c00780b4253fcc81cf50799a54c2de08b1b3563a1f3d748a543607" +metafile = true + +[[files]] +file = "mods/subterrestrial.pw.toml" +hash = "05987112c63f4d8bc1995d0b3b1cba18983ff81df0cb034d53dd77e466302d2d" +metafile = true + +[[files]] +file = "mods/supplementaries.pw.toml" +hash = "c3925d12665f2c5314adabde6070b74a984637922eb7286f16630377942656f2" +metafile = true + +[[files]] +file = "mods/survival-island.pw.toml" +hash = "f0eb49e8aa45761e9b12b4bc52629a989549a68f9182888cb08e53167205825b" +metafile = true + +[[files]] +file = "mods/techreborn.pw.toml" +hash = "7d4ce0df929ce3534b5b35222a00ee370eb578a7c2acf976a59d6c3614087335" +metafile = true + +[[files]] +file = "mods/tempad.pw.toml" +hash = "3cb4bde32e21f70881e99fb0e0054962fe3479676cf22e12f510915e3162d8b4" +metafile = true + +[[files]] +file = "mods/terrablender-fabric.pw.toml" +hash = "d8811e747723a11a540557e9d602fe16fbbd55fdeb120342f008108f89e8226b" +metafile = true + +[[files]] +file = "mods/the-bumblezone-fabric.pw.toml" +hash = "ae64eb8911d95357cd0aa49fb735d400566ee1d066da0304af9a1f46f9471e15" +metafile = true + +[[files]] +file = "mods/the-graveyard-fabric.pw.toml" +hash = "9fd2c11c710ea1b8f63ba9313c42f8a7e88d6ed5550d54c015880d7d9080e621" +metafile = true + +[[files]] +file = "mods/the-splash-milk.pw.toml" +hash = "4d81fd8283484ab2d6621e798babb17e930f61f3b5682cc08bb90d5ef1bc76c4" +metafile = true + +[[files]] +file = "mods/the-twilight-forest.pw.toml" +hash = "1dfbe2c85dfbc214cc7982893afa96850bcddf43b537b24f7067a05227abc092" +metafile = true + +[[files]] +file = "mods/tieredz.pw.toml" +hash = "793c562c55ab5ccc7e74220ab6e65c108c9820040d60394567f5125046a7db97" +metafile = true + +[[files]] +file = "mods/tiny-coal.pw.toml" +hash = "519f0bb2904d3ef8d0f1b894c1d5e9336171792342aeb72141fd47acdafc51fd" +metafile = true + +[[files]] +file = "mods/tips.pw.toml" +hash = "0e82de825f8fd7cd81eec13a5a3c7d45853fbd19ba5cdcb29c5f496c71324fc4" +metafile = true + +[[files]] +file = "mods/toast-manager.pw.toml" +hash = "5eaa5695eb83ba34e0459283307ab27c260ada3adc73af3fffa7dbf212111f22" +metafile = true + +[[files]] +file = "mods/tool-stats.pw.toml" +hash = "521add4bc99f6c84dbce15562df96cae716d71adb45fe0b45222cdc1b303feba" +metafile = true + +[[files]] +file = "mods/towers-of-the-wild-additional-additions.pw.toml" +hash = "0cfcdb588b6db15d5273803603f192817bfebbf49c5d992319f6ad866098daab" +metafile = true + +[[files]] +file = "mods/trample-no-more.pw.toml" +hash = "22bfe9b6a66f55c2f8dd667857e24ec87c5626de6660a9752b15e920fb04f085" +metafile = true + +[[files]] +file = "mods/travelers-backpack-fabric.pw.toml" +hash = "1ef31378a0b15a515cbce4f1ef6a6f6f5204be89db50b346c1a44cca35c58fe2" +metafile = true + +[[files]] +file = "mods/trinkets.pw.toml" +hash = "bbd4ba6c9d65822511fcb47417a613481337b11f4fa0ec85080e823bc0c1b662" +metafile = true + +[[files]] +file = "mods/trofers-fabric.pw.toml" +hash = "ddc9d6f8834c0b68302f723e4398a076a8c538411c5b57a8f1fcf40529b2b0f1" +metafile = true + +[[files]] +file = "mods/vanilla-hammers.pw.toml" +hash = "b4918263643e419327c16c4493991cf62ba37b273b93cd5ed77f5b2ae02e07d2" +metafile = true + +[[files]] +file = "mods/villager-hats-mod.pw.toml" +hash = "2c13a9cc765786b466e5a9c3bdc20aecfc758b4ca584a4f2c2faa3d2f498ea72" +metafile = true + +[[files]] +file = "mods/villager-trading-station.pw.toml" +hash = "42f1f9453d86c9be3b952347ceef57c391adf5a089a007a4d6c87a33cdbe82de" +metafile = true + +[[files]] +file = "mods/villagersplus-fabric.pw.toml" +hash = "c64ff8146f82cfe0e963aa9d5522bd1f95fba06b2255d269da619bc64c4ab6fb" +metafile = true + +[[files]] +file = "mods/visuality.pw.toml" +hash = "982ad5242db0a63779f0738334eda8f8a8c5b12e309006c99692606d6f5c3837" +metafile = true + +[[files]] +file = "mods/vitalize.pw.toml" +hash = "ed650b292be7ace56175d253150b85ea0edfb6f46930041f391a1114c84f2126" +metafile = true + +[[files]] +file = "mods/voidtotem-fabric.pw.toml" +hash = "d887c88b5f9815a44efb39716ead198c2770d61752f72574c79e14b4ccf9434e" +metafile = true + +[[files]] +file = "mods/voidz.pw.toml" +hash = "b2fac38d8f4c2247d947510d7c62d4893f28c77795df6236ab057b982590588b" +metafile = true + +[[files]] +file = "mods/what-the-bucket.pw.toml" +hash = "e530fb2f3692c6c4125c831ea960d19ef549c504c046001e696fc319ec4aea73" +metafile = true + +[[files]] +file = "mods/when-dungeons-arise-fabric.pw.toml" +hash = "0d0eed7a6276bf9faed316a1baba988c4d3bffe1591a8ac1ba7bc49c63957e72" +metafile = true + +[[files]] +file = "mods/wizards.pw.toml" +hash = "30695e64c9a88f971c0b5a5c4d89c51eb24b35ba6a5ebbd6d690348ad93e42e0" +metafile = true + +[[files]] +file = "mods/wmitaf.pw.toml" +hash = "2a16400b1c97dd7cbb525f1bacf75a95b9167f91395776dc6597dba76d634d46" +metafile = true + +[[files]] +file = "mods/wolf-armor-compat.pw.toml" +hash = "a2b4cec56a99207d86e03a3f43b5e1436187cd8cd2779c464c9b5bf6d7e7f8d3" +metafile = true + +[[files]] +file = "mods/wolves-with-armor.pw.toml" +hash = "d04ed576d5b608fb146186e00c22b45a7de3c0da1e194d22de0ae1ba8aebb8a5" +metafile = true + +[[files]] +file = "mods/wthit.pw.toml" +hash = "16029401cc8b1bb21674ad10d7111db507e003d8a7c9ba7d7132888e11262ef6" +metafile = true + +[[files]] +file = "mods/xl-packets-fabric.pw.toml" +hash = "2c3859d6f191e9f1761b29fe6886635e0e84466681f0d526b08b16fa177a6a2f" +metafile = true + +[[files]] +file = "mods/xp-obelisk.pw.toml" +hash = "6fa5ddc5851724fea6d8e3617da620a5543eaeef9c8b4fb22499baca7f63dc00" +metafile = true + +[[files]] +file = "mods/yacl.pw.toml" +hash = "fe29fcc69744fa90f4fd35890cc44033d1b5bca0e0d45cb40c89250eabad6ab3" +metafile = true + +[[files]] +file = "mods/youre-in-grave-danger.pw.toml" +hash = "7ea2524e033e5c0e36fe61e2643eddbbda8439eaebf7c3ddd2df1714ab2fe517" +metafile = true + +[[files]] +file = "mods/yungs-api-fabric.pw.toml" +hash = "cd37432982096708513ea99f46734d3407f26e1b69df399722de5fd4e089e10a" +metafile = true + +[[files]] +file = "mods/yungs-better-desert-temples-fabric.pw.toml" +hash = "1469f6544880a7c8962d4e277f3c00f54ec08a3bdb20ddeb9e11a8a36d839021" +metafile = true + +[[files]] +file = "mods/yungs-better-dungeons-fabric.pw.toml" +hash = "6b98f78113cddfd12400b0e981de0a3c427ca9db42a11d6d438ed728133a790c" +metafile = true + +[[files]] +file = "mods/yungs-better-mineshafts-fabric.pw.toml" +hash = "17d172d8eba1234a2eeb7569b080ff17424f2aeee6b2949f9498230f1c71bca9" +metafile = true + +[[files]] +file = "mods/yungs-better-ocean-monuments-fabric.pw.toml" +hash = "feb38d4a8ed796be0dd60f50bd0f56a83a6df5f6fb57d13bad5bd0481017ec12" +metafile = true + +[[files]] +file = "mods/yungs-better-strongholds-fabric.pw.toml" +hash = "f226c76915922eff0167fac761a4961576cb4ea0159871c4796813c93511073a" +metafile = true + +[[files]] +file = "mods/yungs-better-witch-huts-fabric.pw.toml" +hash = "e217989faf390b38782c83f9ef1002a95a69c37754d975833b69fcc843b7eeef" +metafile = true + +[[files]] +file = "mods/yungs-bridges-fabric.pw.toml" +hash = "a4ed395ffbaa758f6b20cb9f2513189bc803c6998091bff839d9dbdeb8c4ad75" +metafile = true + +[[files]] +file = "mods/yungs-extras-fabric.pw.toml" +hash = "b2b5c11320601e1bccb196404515ad8f6b35ccb6db508db785806d483b71085b" +metafile = true + +[[files]] +file = "resourcepacks/repurposed-structures-better-desert-temples-compat.pw.toml" +hash = "20db1e5bf9eb3ec945c137f54908739befb8aa86d75c2da984e675c7405a86a2" +metafile = true + +[[files]] +file = "resourcepacks/repurposed-structures-better-dungeons-datapack.pw.toml" +hash = "d0fd2765616017d4eb12c3d3f62a8d4bf0fb61766a1a43536421dfe9169a2197" +metafile = true + +[[files]] +file = "resourcepacks/repurposed-structures-better-ocean-monuments.pw.toml" +hash = "d3fc8a9d0f81655517729d3a6403ba0f81ed721d2633775cc77f09d692d528e4" +metafile = true + +[[files]] +file = "resourcepacks/repurposed-structures-better-strongholds-datapack.pw.toml" +hash = "fc5bcb2dbbc670e0e9c63dda5ed778835f629590da1dc4dd493dfd14067f9fed" +metafile = true + +[[files]] +file = "resourcepacks/repurposed-structures-better-witch-huts-compat.pw.toml" +hash = "fca74934f92bb9f8165afa9f72f4045567916aa6eae1700d3045e35c5f9f33b3" +metafile = true + +[[files]] +file = "resourcepacks/repurposed-structures-chefs-delight-compat.pw.toml" +hash = "43fcb132bc5d3efdfd4bb283aec08d803f43c916d17b793f035bff0208f0926f" +metafile = true + +[[files]] +file = "resourcepacks/repurposed-structures-farmers-delight-datapack.pw.toml" +hash = "5a562fa55deb08a11c2cb2fb4e8f67646e1fd33749cb5df4313fe4e85a0809a5" +metafile = true + +[[files]] +file = "resourcepacks/repurposed-structures-more-villagers-datapack.pw.toml" +hash = "639c170425cb70ffbdcefb1e78d41ff6e7d84039a4ded0bb6bb87a23fe723d6a" +metafile = true + +[[files]] +file = "resourcepacks/repurposed-structures-oh-the-biomes-youll-go.pw.toml" +hash = "20c6ad852ac0a3d60b9bfc4203f600bc4d8ede26e51726ac72f483894bff29f6" +metafile = true + +[[files]] +file = "resourcepacks/repurposed-structures-villagerplus-compat-datapack.pw.toml" +hash = "0c1cbbc3726910e481a4ab0b9597b60ae50f936a2e332ecf495628131d312739" +metafile = true + +[[files]] +file = "resourcepacks/repurposed-structures-wizards-compat-datapack.pw.toml" +hash = "c9b72909e4cb21aad69a5726305da39ccc10d39d843f4d77b92d88bf6c585772" +metafile = true + +[[files]] +file = "shaderpacks/ComplementaryReimagined_r1.3.2.zip" +hash = "523e55a1b5a39d4f6c38b30b1384167ba663cf1a7281249bb35ca9a65f79b9b3" + +[[files]] +file = "shaderpacks/ComplementaryShaders_v4.6.zip" +hash = "aa7f493d7d95e3b6785beba19cd2a5d5df579e6f66dbc56e3de7c4cfdc0aea74" diff --git a/kubejs/README.txt b/kubejs/README.txt new file mode 100644 index 0000000..665a708 --- /dev/null +++ b/kubejs/README.txt @@ -0,0 +1,15 @@ +Find more info on the website: https://kubejs.com/ + +Directory information: + +assets - Acts as a resource pack, you can put any client resources in here, like textures, models, etc. Example: assets/kubejs/textures/item/test_item.png +data - Acts as a datapack, you can put any server resources in here, like loot tables, functions, etc. Example: data/kubejs/loot_tables/blocks/test_block.json + +startup_scripts - Scripts that get loaded once during game startup - Used for adding items and other things that can only happen while the game is loading (Can be reloaded with /kubejs reload_startup_scripts, but it may not work!) +server_scripts - Scripts that get loaded every time server resources reload - Used for modifying recipes, tags, loot tables, and handling server events (Can be reloaded with /reload) +client_scripts - Scripts that get loaded every time client resources reload - Used for JEI events, tooltips and other client side things (Can be reloaded with F3+T) + +config - KubeJS config storage. This is also the only directory that scripts can access other than world directory +exported - Data dumps like texture atlases end up here + +You can find type-specific logs in logs/kubejs/ directory \ No newline at end of file diff --git a/kubejs/assets/advancementplaques/textures/gui/plaques.png b/kubejs/assets/advancementplaques/textures/gui/plaques.png new file mode 100644 index 0000000..1a9e5f9 Binary files /dev/null and b/kubejs/assets/advancementplaques/textures/gui/plaques.png differ diff --git a/kubejs/assets/aof/font/icons.json b/kubejs/assets/aof/font/icons.json new file mode 100644 index 0000000..e7fa6d2 --- /dev/null +++ b/kubejs/assets/aof/font/icons.json @@ -0,0 +1,40 @@ +{ + "providers": [ + { + "type": "bitmap", + "file": "aof:other/aof6_bannerA.png", + "ascent": 7, + "height": 60, + "chars": ["a"] + }, + { + "type": "bitmap", + "file": "aof:other/aof6_bannerB.png", + "ascent": 7, + "height": 60, + "chars": ["b"] + }, + { + "type": "bitmap", + "file": "aof:other/aof6_bannerC.png", + "ascent": 7, + "height": 60, + "chars": ["c"] + }, + { + "type": "bitmap", + "file": "aof:other/logo.png", + "ascent": 7, + "height": 60, + "chars": ["d"] + }, + { + "type": "space", + "advances": { + " ": 4, + ".": -1, + "-": -91 + } + } + ] +} diff --git a/kubejs/assets/aof/textures/other/aof6_bannerA.png b/kubejs/assets/aof/textures/other/aof6_bannerA.png new file mode 100644 index 0000000..0358677 Binary files /dev/null and b/kubejs/assets/aof/textures/other/aof6_bannerA.png differ diff --git a/kubejs/assets/aof/textures/other/aof6_bannerB.png b/kubejs/assets/aof/textures/other/aof6_bannerB.png new file mode 100644 index 0000000..a0a9d28 Binary files /dev/null and b/kubejs/assets/aof/textures/other/aof6_bannerB.png differ diff --git a/kubejs/assets/aof/textures/other/aof6_bannerC.png b/kubejs/assets/aof/textures/other/aof6_bannerC.png new file mode 100644 index 0000000..4dacd71 Binary files /dev/null and b/kubejs/assets/aof/textures/other/aof6_bannerC.png differ diff --git a/kubejs/assets/aof/textures/other/logo.png b/kubejs/assets/aof/textures/other/logo.png new file mode 100644 index 0000000..7da1153 Binary files /dev/null and b/kubejs/assets/aof/textures/other/logo.png differ diff --git a/kubejs/assets/aof/textures/other/space_split.png b/kubejs/assets/aof/textures/other/space_split.png new file mode 100644 index 0000000..6e70543 Binary files /dev/null and b/kubejs/assets/aof/textures/other/space_split.png differ diff --git a/kubejs/assets/artifality/lang/en_us.json b/kubejs/assets/artifality/lang/en_us.json new file mode 100644 index 0000000..fb8c952 --- /dev/null +++ b/kubejs/assets/artifality/lang/en_us.json @@ -0,0 +1,5 @@ +{ + "block.artifality.budding_life_crystal": "Budding Life Crystal", + "block.artifality.budding_lunar_crystal": "Budding Lunar Crystal", + "block.artifality.budding_incremental_crystal": "Budding Incremental Crystal" +} \ No newline at end of file diff --git a/kubejs/assets/chalk/lang/en_us.json b/kubejs/assets/chalk/lang/en_us.json new file mode 100644 index 0000000..d28af73 --- /dev/null +++ b/kubejs/assets/chalk/lang/en_us.json @@ -0,0 +1,3 @@ +{ + "item.chalk.chalk": "Chalk " + } \ No newline at end of file diff --git a/kubejs/assets/croptopia/lang/en_us.json b/kubejs/assets/croptopia/lang/en_us.json new file mode 100644 index 0000000..36ec888 --- /dev/null +++ b/kubejs/assets/croptopia/lang/en_us.json @@ -0,0 +1,4 @@ +{ + "item.croptopia.guide": "Croptopia Guide ", + "block.croptopia.cinnamon_leaves": "Cinnamon Leaves" +} \ No newline at end of file diff --git a/kubejs/assets/dankstorage/models/block/core.json b/kubejs/assets/dankstorage/models/block/core.json new file mode 100644 index 0000000..6a03bf1 --- /dev/null +++ b/kubejs/assets/dankstorage/models/block/core.json @@ -0,0 +1,22 @@ +{ + "credit": "Made with Blockbench", + "parent": "block/block", + "textures": { + "1": "dankstorage:block/dank_1", + "particle": "dankstorage:block/dank_edge" + }, + "elements": [ + { + "from": [4, 4, 4], + "to": [12, 12, 12], + "faces": { + "north": {"uv": [0, 0, 8, 8], "texture": "#1"}, + "east": {"uv": [0, 0, 8, 8], "texture": "#1"}, + "south": {"uv": [0, 0, 8, 8], "texture": "#1"}, + "west": {"uv": [0, 0, 8, 8], "texture": "#1"}, + "up": {"uv": [0, 0, 8, 8], "texture": "#1"}, + "down": {"uv": [0, 0, 8, 8], "texture": "#1"} + } + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/dankstorage/textures/block/dank_1.png b/kubejs/assets/dankstorage/textures/block/dank_1.png new file mode 100644 index 0000000..38336f1 Binary files /dev/null and b/kubejs/assets/dankstorage/textures/block/dank_1.png differ diff --git a/kubejs/assets/dankstorage/textures/block/dank_2.png b/kubejs/assets/dankstorage/textures/block/dank_2.png new file mode 100644 index 0000000..68eb78e Binary files /dev/null and b/kubejs/assets/dankstorage/textures/block/dank_2.png differ diff --git a/kubejs/assets/dankstorage/textures/block/dank_3.png b/kubejs/assets/dankstorage/textures/block/dank_3.png new file mode 100644 index 0000000..a4f4e86 Binary files /dev/null and b/kubejs/assets/dankstorage/textures/block/dank_3.png differ diff --git a/kubejs/assets/dankstorage/textures/block/dank_4.png b/kubejs/assets/dankstorage/textures/block/dank_4.png new file mode 100644 index 0000000..2c9328e Binary files /dev/null and b/kubejs/assets/dankstorage/textures/block/dank_4.png differ diff --git a/kubejs/assets/dankstorage/textures/block/dank_5.png b/kubejs/assets/dankstorage/textures/block/dank_5.png new file mode 100644 index 0000000..6885f01 Binary files /dev/null and b/kubejs/assets/dankstorage/textures/block/dank_5.png differ diff --git a/kubejs/assets/dankstorage/textures/block/dank_6.png b/kubejs/assets/dankstorage/textures/block/dank_6.png new file mode 100644 index 0000000..9e21977 Binary files /dev/null and b/kubejs/assets/dankstorage/textures/block/dank_6.png differ diff --git a/kubejs/assets/dankstorage/textures/block/dank_7.png b/kubejs/assets/dankstorage/textures/block/dank_7.png new file mode 100644 index 0000000..217ee2a Binary files /dev/null and b/kubejs/assets/dankstorage/textures/block/dank_7.png differ diff --git a/kubejs/assets/kubejs/textures/item/aof6_logo.png b/kubejs/assets/kubejs/textures/item/aof6_logo.png new file mode 100644 index 0000000..bae8fa9 Binary files /dev/null and b/kubejs/assets/kubejs/textures/item/aof6_logo.png differ diff --git a/kubejs/assets/kubejs/textures/item/completionist.png b/kubejs/assets/kubejs/textures/item/completionist.png new file mode 100644 index 0000000..18b7dba Binary files /dev/null and b/kubejs/assets/kubejs/textures/item/completionist.png differ diff --git a/kubejs/assets/minecraft/font/default.json b/kubejs/assets/minecraft/font/default.json new file mode 100644 index 0000000..3c59f88 --- /dev/null +++ b/kubejs/assets/minecraft/font/default.json @@ -0,0 +1,30 @@ +{ + "providers": [ + + { "type": "bitmap", + "file": "minecraft:font/frostmaw.png", + "ascent": 13, "height": 52, + "chars": ["\uE905"] + }, + { "type": "bitmap", + "file": "minecraft:font/ferrous.png", + "ascent": 13, "height": 52, + "chars": ["\uE904"] + }, + { "type": "bitmap", + "file": "minecraft:font/raid.png", + "ascent": 13, "height": 52, + "chars": ["\uE903"] + }, + { "type": "bitmap", + "file": "minecraft:font/wither.png", + "ascent": 13, "height": 52, + "chars": ["\uE906"] + }, + { "type": "bitmap", + "file": "minecraft:font/enderdragon.png", + "ascent": 13, "height": 52, + "chars": ["\uE907"] + } + ] +} diff --git a/kubejs/assets/minecraft/lang/de_de.json b/kubejs/assets/minecraft/lang/de_de.json new file mode 100644 index 0000000..e3be7ed --- /dev/null +++ b/kubejs/assets/minecraft/lang/de_de.json @@ -0,0 +1,12 @@ +{ + "language.name": "Deutsch", + "language.region": "Deutschland", + "language.code": "de_de", + + "entity.minecraft.wither": "\uE906", + "entity.minecraft.ender_dragon": "\uE907", + "event.minecraft.raid": "\uE903", + "event.minecraft.raid.raiders_remaining": "", + "event.minecraft.raid.victory": "", + "event.minecraft.raid.defeat": "" +} diff --git a/kubejs/assets/minecraft/lang/en_au.json b/kubejs/assets/minecraft/lang/en_au.json new file mode 100644 index 0000000..d4a458f --- /dev/null +++ b/kubejs/assets/minecraft/lang/en_au.json @@ -0,0 +1,12 @@ +{ + "language.name": "English", + "language.region": "Australia", + "language.code": "en_au", + + "event.minecraft.raid": "\uE903", + "entity.minecraft.wither": "\uE906", + "entity.minecraft.ender_dragon": "\uE907", + "event.minecraft.raid.raiders_remaining": "", + "event.minecraft.raid.victory": "", + "event.minecraft.raid.defeat": "" +} \ No newline at end of file diff --git a/kubejs/assets/minecraft/lang/en_ca.json b/kubejs/assets/minecraft/lang/en_ca.json new file mode 100644 index 0000000..300cd85 --- /dev/null +++ b/kubejs/assets/minecraft/lang/en_ca.json @@ -0,0 +1,12 @@ +{ + "language.name": "English", + "language.region": "Canada", + "language.code": "en_ca", + + "event.minecraft.raid": "\uE903", + "entity.minecraft.wither": "\uE906", + "entity.minecraft.ender_dragon": "\uE907", + "event.minecraft.raid.raiders_remaining": "", + "event.minecraft.raid.victory": "", + "event.minecraft.raid.defeat": "" +} \ No newline at end of file diff --git a/kubejs/assets/minecraft/lang/en_gb.json b/kubejs/assets/minecraft/lang/en_gb.json new file mode 100644 index 0000000..5109ebb --- /dev/null +++ b/kubejs/assets/minecraft/lang/en_gb.json @@ -0,0 +1,12 @@ +{ + "language.name": "English", + "language.region": "United Kingdom", + "language.code": "en_gb", + + "event.minecraft.raid": "\uE903", + "entity.minecraft.wither": "\uE906", + "entity.minecraft.ender_dragon": "\uE907", + "event.minecraft.raid.raiders_remaining": "", + "event.minecraft.raid.victory": "", + "event.minecraft.raid.defeat": "" +} \ No newline at end of file diff --git a/kubejs/assets/minecraft/lang/en_nz.json b/kubejs/assets/minecraft/lang/en_nz.json new file mode 100644 index 0000000..73ead3d --- /dev/null +++ b/kubejs/assets/minecraft/lang/en_nz.json @@ -0,0 +1,12 @@ +{ + "language.name": "English", + "language.region": "New Zealand", + "language.code": "en_nz", + + "event.minecraft.raid": "\uE903", + "entity.minecraft.wither": "\uE906", + "entity.minecraft.ender_dragon": "\uE907", + "event.minecraft.raid.raiders_remaining": "", + "event.minecraft.raid.victory": "", + "event.minecraft.raid.defeat": "" +} \ No newline at end of file diff --git a/kubejs/assets/minecraft/lang/en_us.json b/kubejs/assets/minecraft/lang/en_us.json new file mode 100644 index 0000000..2bdb0c4 --- /dev/null +++ b/kubejs/assets/minecraft/lang/en_us.json @@ -0,0 +1,12 @@ +{ + "language.name": "English", + "language.region": "United States", + "language.code": "en_us", + + "event.minecraft.raid": "\uE903", + "entity.minecraft.wither": "\uE906", + "entity.minecraft.ender_dragon": "\uE907", + "event.minecraft.raid.raiders_remaining": "", + "event.minecraft.raid.victory": "", + "event.minecraft.raid.defeat": "" +} \ No newline at end of file diff --git a/kubejs/assets/minecraft/lang/es_ar.json b/kubejs/assets/minecraft/lang/es_ar.json new file mode 100644 index 0000000..730deab --- /dev/null +++ b/kubejs/assets/minecraft/lang/es_ar.json @@ -0,0 +1,12 @@ +{ + "language.name": "Español", + "language.region": "Argentina", + "language.code": "es_ar", + + "entity.minecraft.wither": "\uE906", + "entity.minecraft.ender_dragon": "\uE907", + "event.minecraft.raid": "\uE903", + "event.minecraft.raid.raiders_remaining": "", + "event.minecraft.raid.victory": "", + "event.minecraft.raid.defeat": "" +} diff --git a/kubejs/assets/minecraft/lang/es_cl.json b/kubejs/assets/minecraft/lang/es_cl.json new file mode 100644 index 0000000..2644aac --- /dev/null +++ b/kubejs/assets/minecraft/lang/es_cl.json @@ -0,0 +1,12 @@ +{ + "language.name": "Español", + "language.region": "Chile", + "language.code": "es_cl", + + "entity.minecraft.wither": "\uE906", + "entity.minecraft.ender_dragon": "\uE907", + "event.minecraft.raid": "\uE903", + "event.minecraft.raid.raiders_remaining": "", + "event.minecraft.raid.victory": "", + "event.minecraft.raid.defeat": "" +} diff --git a/kubejs/assets/minecraft/lang/es_ec.json b/kubejs/assets/minecraft/lang/es_ec.json new file mode 100644 index 0000000..e2f6190 --- /dev/null +++ b/kubejs/assets/minecraft/lang/es_ec.json @@ -0,0 +1,12 @@ +{ + "language.name": "Español", + "language.region": "Ecuador", + "language.code": "es_ec", + + "entity.minecraft.wither": "\uE906", + "entity.minecraft.ender_dragon": "\uE907", + "event.minecraft.raid": "\uE903", + "event.minecraft.raid.raiders_remaining": "", + "event.minecraft.raid.victory": "", + "event.minecraft.raid.defeat": "" +} diff --git a/kubejs/assets/minecraft/lang/es_es.json b/kubejs/assets/minecraft/lang/es_es.json new file mode 100644 index 0000000..97754a5 --- /dev/null +++ b/kubejs/assets/minecraft/lang/es_es.json @@ -0,0 +1,12 @@ +{ + "language.name": "Español", + "language.region": "España", + "language.code": "es_es", + + "entity.minecraft.wither": "\uE906", + "entity.minecraft.ender_dragon": "\uE907", + "event.minecraft.raid": "\uE903", + "event.minecraft.raid.raiders_remaining": "", + "event.minecraft.raid.victory": "", + "event.minecraft.raid.defeat": "" +} diff --git a/kubejs/assets/minecraft/lang/es_mx.json b/kubejs/assets/minecraft/lang/es_mx.json new file mode 100644 index 0000000..01340a4 --- /dev/null +++ b/kubejs/assets/minecraft/lang/es_mx.json @@ -0,0 +1,12 @@ +{ + "language.name": "Español", + "language.region": "México", + "language.code": "es_mx", + + "entity.minecraft.wither": "\uE906", + "entity.minecraft.ender_dragon": "\uE907", + "event.minecraft.raid": "\uE903", + "event.minecraft.raid.raiders_remaining": "", + "event.minecraft.raid.victory": "", + "event.minecraft.raid.defeat": "" +} diff --git a/kubejs/assets/minecraft/lang/es_uy.json b/kubejs/assets/minecraft/lang/es_uy.json new file mode 100644 index 0000000..c12065e --- /dev/null +++ b/kubejs/assets/minecraft/lang/es_uy.json @@ -0,0 +1,12 @@ +{ + "language.name": "Español", + "language.region": "Uruguay", + "language.code": "es_uy", + + "entity.minecraft.wither": "\uE906", + "entity.minecraft.ender_dragon": "\uE907", + "event.minecraft.raid": "\uE903", + "event.minecraft.raid.raiders_remaining": "", + "event.minecraft.raid.victory": "", + "event.minecraft.raid.defeat": "" +} diff --git a/kubejs/assets/minecraft/lang/es_ve.json b/kubejs/assets/minecraft/lang/es_ve.json new file mode 100644 index 0000000..3fa413e --- /dev/null +++ b/kubejs/assets/minecraft/lang/es_ve.json @@ -0,0 +1,12 @@ +{ + "language.name": "Español", + "language.region": "Venezuela", + "language.code": "es_ve", + + "entity.minecraft.wither": "\uE906", + "entity.minecraft.ender_dragon": "\uE907", + "event.minecraft.raid": "\uE903", + "event.minecraft.raid.raiders_remaining": "", + "event.minecraft.raid.victory": "", + "event.minecraft.raid.defeat": "" +} diff --git a/kubejs/assets/minecraft/lang/fr_fr.json b/kubejs/assets/minecraft/lang/fr_fr.json new file mode 100644 index 0000000..8aef325 --- /dev/null +++ b/kubejs/assets/minecraft/lang/fr_fr.json @@ -0,0 +1,12 @@ +{ + "language.name": "Français", + "language.region": "France", + "language.code": "fr_fr", + + "entity.minecraft.wither": "\uE906", + "event.minecraft.raid": "\uE903", + "entity.minecraft.ender_dragon": "\uE907", + "event.minecraft.raid.raiders_remaining": "", + "event.minecraft.raid.victory": "", + "event.minecraft.raid.defeat": "" +} diff --git a/kubejs/assets/minecraft/lang/ja_jp.json b/kubejs/assets/minecraft/lang/ja_jp.json new file mode 100644 index 0000000..3c41969 --- /dev/null +++ b/kubejs/assets/minecraft/lang/ja_jp.json @@ -0,0 +1,12 @@ +{ + "language.name": "日本語", + "language.region": "日本", + "language.code": "ja_jp", + + "event.minecraft.raid": "\uE903", + "entity.minecraft.wither": "\uE906", + "entity.minecraft.ender_dragon": "\uE907", + "event.minecraft.raid.raiders_remaining": "", + "event.minecraft.raid.victory": "", + "event.minecraft.raid.defeat": "" +} \ No newline at end of file diff --git a/kubejs/assets/minecraft/lang/lzh.json b/kubejs/assets/minecraft/lang/lzh.json new file mode 100644 index 0000000..b0bc490 --- /dev/null +++ b/kubejs/assets/minecraft/lang/lzh.json @@ -0,0 +1,12 @@ +{ + "language.name": "文言", + "language.region": "華夏", + "language.code": "lzh", + + "event.minecraft.raid": "\uE903", + "entity.minecraft.wither": "\uE906", + "entity.minecraft.ender_dragon": "\uE907", + "event.minecraft.raid.raiders_remaining": "", + "event.minecraft.raid.victory": "", + "event.minecraft.raid.defeat": "" +} \ No newline at end of file diff --git a/kubejs/assets/minecraft/lang/pt_br.json b/kubejs/assets/minecraft/lang/pt_br.json new file mode 100644 index 0000000..b159f18 --- /dev/null +++ b/kubejs/assets/minecraft/lang/pt_br.json @@ -0,0 +1,12 @@ +{ + "language.name": "Português", + "language.region": "Brasil", + "language.code": "pt_br", + + "event.minecraft.raid": "\uE903", + "entity.minecraft.wither": "\uE906", + "entity.minecraft.ender_dragon": "\uE907", + "event.minecraft.raid.raiders_remaining": "", + "event.minecraft.raid.victory": "", + "event.minecraft.raid.defeat": "" +} \ No newline at end of file diff --git a/kubejs/assets/minecraft/lang/pt_pt.json b/kubejs/assets/minecraft/lang/pt_pt.json new file mode 100644 index 0000000..1a0ee97 --- /dev/null +++ b/kubejs/assets/minecraft/lang/pt_pt.json @@ -0,0 +1,12 @@ +{ + "language.name": "Português", + "language.region": "Portugal", + "language.code": "pt_pt", + + "event.minecraft.raid": "\uE903", + "entity.minecraft.wither": "\uE906", + "entity.minecraft.ender_dragon": "\uE907", + "event.minecraft.raid.raiders_remaining": "", + "event.minecraft.raid.victory": "", + "event.minecraft.raid.defeat": "" +} \ No newline at end of file diff --git a/kubejs/assets/minecraft/lang/ru_ru.json b/kubejs/assets/minecraft/lang/ru_ru.json new file mode 100644 index 0000000..c184c65 --- /dev/null +++ b/kubejs/assets/minecraft/lang/ru_ru.json @@ -0,0 +1,12 @@ +{ + "language.name": "Русский", + "language.region": "Russkiy", + "language.code": "ru_ru", + + "event.minecraft.raid": "\uE903", + "entity.minecraft.wither": "\uE906", + "entity.minecraft.ender_dragon": "\uE907", + "event.minecraft.raid.raiders_remaining": "", + "event.minecraft.raid.victory": "", + "event.minecraft.raid.defeat": "" +} \ No newline at end of file diff --git a/kubejs/assets/minecraft/lang/zh_cn.json b/kubejs/assets/minecraft/lang/zh_cn.json new file mode 100644 index 0000000..6388970 --- /dev/null +++ b/kubejs/assets/minecraft/lang/zh_cn.json @@ -0,0 +1,12 @@ +{ + "language.name": "简体中文", + "language.region": "中国大陆", + "language.code": "zh_cn", + + "event.minecraft.raid": "\uE903", + "entity.minecraft.wither": "\uE906", + "entity.minecraft.ender_dragon": "\uE907", + "event.minecraft.raid.raiders_remaining": "", + "event.minecraft.raid.victory": "", + "event.minecraft.raid.defeat": "" +} \ No newline at end of file diff --git a/kubejs/assets/minecraft/lang/zh_hk.json b/kubejs/assets/minecraft/lang/zh_hk.json new file mode 100644 index 0000000..e2a8bd2 --- /dev/null +++ b/kubejs/assets/minecraft/lang/zh_hk.json @@ -0,0 +1,12 @@ +{ + "language.name": "简体中文", + "language.region": "香港特別行政區", + "language.code": "zh_hk", + + "event.minecraft.raid": "\uE903", + "entity.minecraft.wither": "\uE906", + "entity.minecraft.ender_dragon": "\uE907", + "event.minecraft.raid.raiders_remaining": "", + "event.minecraft.raid.victory": "", + "event.minecraft.raid.defeat": "" +} \ No newline at end of file diff --git a/kubejs/assets/minecraft/lang/zh_tw.json b/kubejs/assets/minecraft/lang/zh_tw.json new file mode 100644 index 0000000..f41aaf0 --- /dev/null +++ b/kubejs/assets/minecraft/lang/zh_tw.json @@ -0,0 +1,12 @@ +{ + "language.name": "简体中文", + "language.region": "台灣", + "language.code": "zh_tw", + + "event.minecraft.raid": "\uE903", + "entity.minecraft.wither": "\uE906", + "entity.minecraft.ender_dragon": "\uE907", + "event.minecraft.raid.raiders_remaining": "", + "event.minecraft.raid.victory": "", + "event.minecraft.raid.defeat": "" +} \ No newline at end of file diff --git a/kubejs/assets/minecraft/textures/font/enderdragon.png b/kubejs/assets/minecraft/textures/font/enderdragon.png new file mode 100644 index 0000000..05ab20e Binary files /dev/null and b/kubejs/assets/minecraft/textures/font/enderdragon.png differ diff --git a/kubejs/assets/minecraft/textures/font/ferrous.png b/kubejs/assets/minecraft/textures/font/ferrous.png new file mode 100644 index 0000000..e37d12f Binary files /dev/null and b/kubejs/assets/minecraft/textures/font/ferrous.png differ diff --git a/kubejs/assets/minecraft/textures/font/frostmaw.png b/kubejs/assets/minecraft/textures/font/frostmaw.png new file mode 100644 index 0000000..11d1cd2 Binary files /dev/null and b/kubejs/assets/minecraft/textures/font/frostmaw.png differ diff --git a/kubejs/assets/minecraft/textures/font/raid.png b/kubejs/assets/minecraft/textures/font/raid.png new file mode 100644 index 0000000..9331b6f Binary files /dev/null and b/kubejs/assets/minecraft/textures/font/raid.png differ diff --git a/kubejs/assets/minecraft/textures/font/wither.png b/kubejs/assets/minecraft/textures/font/wither.png new file mode 100644 index 0000000..5268769 Binary files /dev/null and b/kubejs/assets/minecraft/textures/font/wither.png differ diff --git a/kubejs/assets/minecraft/textures/gui/bars.png b/kubejs/assets/minecraft/textures/gui/bars.png new file mode 100644 index 0000000..7e5ce02 Binary files /dev/null and b/kubejs/assets/minecraft/textures/gui/bars.png differ diff --git a/kubejs/assets/minecraft/textures/models/armor/glitch_layer_1.png b/kubejs/assets/minecraft/textures/models/armor/glitch_layer_1.png new file mode 100644 index 0000000..dfc3ae7 Binary files /dev/null and b/kubejs/assets/minecraft/textures/models/armor/glitch_layer_1.png differ diff --git a/kubejs/assets/minecraft/textures/models/armor/glitch_layer_2.png b/kubejs/assets/minecraft/textures/models/armor/glitch_layer_2.png new file mode 100644 index 0000000..a63b3a3 Binary files /dev/null and b/kubejs/assets/minecraft/textures/models/armor/glitch_layer_2.png differ diff --git a/kubejs/assets/naturecompass/lang/en_us.json b/kubejs/assets/naturecompass/lang/en_us.json new file mode 100644 index 0000000..b58dcc3 --- /dev/null +++ b/kubejs/assets/naturecompass/lang/en_us.json @@ -0,0 +1,3 @@ +{ + "item.naturescompass.naturescompass": "Nature's Compass " +} \ No newline at end of file diff --git a/kubejs/assets/patchoulibutton/lang/en_us.json b/kubejs/assets/patchoulibutton/lang/en_us.json new file mode 100644 index 0000000..ee736b2 --- /dev/null +++ b/kubejs/assets/patchoulibutton/lang/en_us.json @@ -0,0 +1,4 @@ +{ + "screen.patchoulibutton": "Guide Books", + "screen.patchoulibutton.title": "Guide Books" +} \ No newline at end of file diff --git a/kubejs/assets/rare-ice/lang/en_us.json b/kubejs/assets/rare-ice/lang/en_us.json new file mode 100644 index 0000000..1c44cfa --- /dev/null +++ b/kubejs/assets/rare-ice/lang/en_us.json @@ -0,0 +1,3 @@ +{ + "block.rare-ice.rare_ice": "Ice" + } \ No newline at end of file diff --git a/kubejs/assets/spirit/textures/quests/diagram.png b/kubejs/assets/spirit/textures/quests/diagram.png new file mode 100644 index 0000000..dd55db0 Binary files /dev/null and b/kubejs/assets/spirit/textures/quests/diagram.png differ diff --git a/kubejs/client_scripts/categories.js b/kubejs/client_scripts/categories.js new file mode 100644 index 0000000..a9cb466 --- /dev/null +++ b/kubejs/client_scripts/categories.js @@ -0,0 +1,4 @@ +REIEvents.removeCategories((event) => { + + event.yeet('minecraft:plugins/tag') + }) \ No newline at end of file diff --git a/kubejs/client_scripts/collapsed_entries.js b/kubejs/client_scripts/collapsed_entries.js new file mode 100644 index 0000000..d7cb87c --- /dev/null +++ b/kubejs/client_scripts/collapsed_entries.js @@ -0,0 +1,4 @@ +REIEvents.groupEntries(event => { + const block_bit = Item.of('chiselsandbits:block_bit') + event.groupSameItem('kubejs:rei_groups/chiselsandbits/block_bit', 'Chiselled bits', block_bit) +}); \ No newline at end of file diff --git a/kubejs/client_scripts/rei.js b/kubejs/client_scripts/rei.js new file mode 100644 index 0000000..23b9a9d --- /dev/null +++ b/kubejs/client_scripts/rei.js @@ -0,0 +1,23 @@ + +const DELETED_ITEMS = [ + 'croptosis:fertilized_sand', + 'croptosis:fertilized_farmland', + 'croptosis:fertilized_dirt', + 'croptosis:potash_ore', + 'croptosis:apatite_ore', + 'croptosis:deepslate_apatite_ore', + 'croptosis:potash_block', + 'croptosis:apatite_block', + 'croptosis:feather_meal', + 'croptosis:rotten_pile', + 'croptosis:apatite', + 'croptosis:potash', + 'croptosis:potash_pieces', + 'nethersdelight:iron_machete', + 'nethersdelight:diamond_machete', + 'nethersdelight:netherite_machete', + 'nethersdelight:golden_machete', +]; +REIEvents.hide('item', (event) => { + DELETED_ITEMS.forEach(id => event.hide(id)); +}); diff --git a/kubejs/config/client.properties b/kubejs/config/client.properties new file mode 100644 index 0000000..73ade79 --- /dev/null +++ b/kubejs/config/client.properties @@ -0,0 +1,15 @@ +#KubeJS Client Properties +#Mon Dec 06 13:25:44 CET 2021 +backgroundColor=1F1F1F +barBorderColor=C8D059 +exportAtlases=false +menuBackgroundBrightness=64 +disableRecipeBook=false +title=All of Fabric 6 - 1.19.2 +barColor=C8D059 +overrideColors=true +fmlLogColor=ECEFF4 +showTagNames=true +fmlMemoryColor=ECEFF4 +menuBackgroundScale=32.0 +menuInnerBackgroundBrightness=32 diff --git a/kubejs/config/common.properties b/kubejs/config/common.properties new file mode 100644 index 0000000..85233d9 --- /dev/null +++ b/kubejs/config/common.properties @@ -0,0 +1,11 @@ +#KubeJS Common Properties +#Sun Oct 23 18:43:04 CEST 2022 +announceReload=true +disableClassFilter=false +serverOnly=false +hideServerScriptErrors=false +saveDevPropertiesInConfig=false +packmode=default +printRemappedClasses=false +debugInfo=false +enableES6=false diff --git a/kubejs/config/packicon.png b/kubejs/config/packicon.png new file mode 100644 index 0000000..bae8fa9 Binary files /dev/null and b/kubejs/config/packicon.png differ diff --git a/kubejs/data/aof/loot_tables/loot_bags/ad_astra_common.json b/kubejs/data/aof/loot_tables/loot_bags/ad_astra_common.json new file mode 100644 index 0000000..987a9ca --- /dev/null +++ b/kubejs/data/aof/loot_tables/loot_bags/ad_astra_common.json @@ -0,0 +1,186 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "weight": 2, + "name": "ad_astra:oxygen_gear", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "ad_astra:coal_generator", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "ad_astra:steel_tank", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "ad_astra:iron_sliding_door", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "ad_astra:launch_pad", + "functions": [ + { + "function": "set_count", + "count": 9 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "ad_astra:steel_engine", + "functions": [ + { + "function": "set_count", + "count": 4 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "ad_astra:oil_bucket", + "functions": [ + { + "function": "set_count", + "count": 3 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "ad_astra:rocket_fin", + "functions": [ + { + "function": "set_count", + "count": 2 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "ad_astra:steel_sliding_door", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "modern_industrialization:steel_plate", + "functions": [ + { + "function": "set_count", + "count": 4 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "ad_astra:oxygen_tank", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "modern_industrialization:iron_plate", + "functions": [ + { + "function": "set_count", + "count": 16 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "ad_astra:steel_cable", + "functions": [ + { + "function": "set_count", + "count": 4 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "modern_industrialization:steel_ingot", + "functions": [ + { + "function": "set_count", + "count": 4 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "ad_astra:oxygen_bucket", + "functions": [ + { + "function": "set_count", + "count": 3 + } + ] + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "ad_astra:compressor", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/aof/loot_tables/loot_bags/ad_astra_epic.json b/kubejs/data/aof/loot_tables/loot_bags/ad_astra_epic.json new file mode 100644 index 0000000..11f6373 --- /dev/null +++ b/kubejs/data/aof/loot_tables/loot_bags/ad_astra_epic.json @@ -0,0 +1,230 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "weight": 2, + "name": "ad_astra:desh_cable", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "modern_industrialization:steel_plate", + "functions": [ + { + "function": "set_count", + "count": 12 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "ad_astra:ice_shard", + "functions": [ + { + "function": "set_count", + "count": 16 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "ad_astra:ostrum_ingot", + "functions": [ + { + "function": "set_count", + "count": 4 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "ad_astra:desh_ingot", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "ad_astra:oxygen_bucket", + "functions": [ + { + "function": "set_count", + "count": 3 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "ad_astra:ostrum_plate", + "functions": [ + { + "function": "set_count", + "count": 4 + } + ] + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "modern_industrialization:steel_ingot", + "functions": [ + { + "function": "set_count", + "count": 12 + } + ] + }, + { + "type": "minecraft:item", + "weight": 4, + "name": "ad_astra:cheese", + "functions": [ + { + "function": "set_count", + "count": 16 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "ad_astra:desh_fluid_pipe", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "ad_astra:solar_panel", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "ad_astra:steel_cable", + "functions": [ + { + "function": "set_count", + "count": 12 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "ad_astra:desh_plate", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "ad_astra:fuel_bucket", + "functions": [ + { + "function": "set_count", + "count": 3 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "ad_astra:rocket_fin", + "functions": [ + { + "function": "set_count", + "count": 2 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "ad_astra:oxygen_distributor", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "ad_astra:ostrum_sliding_door", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "ad_astra:ostrum_engine", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "ad_astra:ostrum_tank", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "ad_astra:ostrum_fluid_pipe", + "functions": [ + { + "function": "set_count", + "count": 4 + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/aof/loot_tables/loot_bags/ad_astra_legendary.json b/kubejs/data/aof/loot_tables/loot_bags/ad_astra_legendary.json new file mode 100644 index 0000000..38d7cb1 --- /dev/null +++ b/kubejs/data/aof/loot_tables/loot_bags/ad_astra_legendary.json @@ -0,0 +1,219 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "ad_astra:ostrum_ingot", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "ad_astra:cryo_freezer", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "ad_astra:desh_cable", + "functions": [ + { + "function": "set_count", + "count": 16 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "ad_astra:rocket_fin", + "functions": [ + { + "function": "set_count", + "count": 2 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "ad_astra:calorite_engine", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "ad_astra:calorite_plate", + "functions": [ + { + "function": "set_count", + "count": 4 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "ad_astra:steel_cable", + "functions": [ + { + "function": "set_count", + "count": 20 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "ad_astra:ostrum_fluid_pipe", + "functions": [ + { + "function": "set_count", + "count": 12 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "ad_astra:oxygen_bucket", + "functions": [ + { + "function": "set_count", + "count": 3 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "ad_astra:ostrum_plate", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "ad_astra:cryo_fuel_bucket", + "functions": [ + { + "function": "set_count", + "count": 3 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "ad_astra:ice_shard", + "functions": [ + { + "function": "set_count", + "count": 64 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "ad_astra:solar_panel", + "functions": [ + { + "function": "set_count", + "count": 2 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "ad_astra:oxygen_sensor", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "ad_astra:calorite_tank", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "ad_astra:energizer", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "ad_astra:desh_fluid_pipe", + "functions": [ + { + "function": "set_count", + "count": 16 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "ad_astra:calorite_ingot", + "functions": [ + { + "function": "set_count", + "count": 4 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "ad_astra:calorite_sliding_door", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/aof/loot_tables/loot_bags/ad_astra_rare.json b/kubejs/data/aof/loot_tables/loot_bags/ad_astra_rare.json new file mode 100644 index 0000000..8a17eb4 --- /dev/null +++ b/kubejs/data/aof/loot_tables/loot_bags/ad_astra_rare.json @@ -0,0 +1,230 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "weight": 3, + "name": "modern_industrialization:steel_plate", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "ad_astra:desh_engine", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "ad_astra:solar_panel", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "ad_astra:fuel_bucket", + "functions": [ + { + "function": "set_count", + "count": 3 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "ad_astra:oxygen_tank", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "ad_astra:desh_fluid_pipe", + "functions": [ + { + "function": "set_count", + "count": 4 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "ad_astra:oxygen_bucket", + "functions": [ + { + "function": "set_count", + "count": 3 + } + ] + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "ad_astra:steel_cable", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "modern_industrialization:steel_ingot", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "ad_astra:oxygen_loader", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "ad_astra:wrench", + "functions": [ + { + "function": "set_count", + "count": 4 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "ad_astra:rocket_fin", + "functions": [ + { + "function": "set_count", + "count": 2 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "ad_astra:desh_sliding_door", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "ad_astra:fuel_refinery", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "ad_astra:desh_tank", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "ad_astra:oxygen_gear", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "ad_astra:desh_ingot", + "functions": [ + { + "function": "set_count", + "count": 4 + } + ] + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "ad_astra:desh_cable", + "functions": [ + { + "function": "set_count", + "count": 4 + } + ] + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "ad_astra:desh_plate", + "functions": [ + { + "function": "set_count", + "count": 4 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "ad_astra:airlock", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/aof/loot_tables/loot_bags/agriculturist_loot.json b/kubejs/data/aof/loot_tables/loot_bags/agriculturist_loot.json new file mode 100644 index 0000000..1084cf3 --- /dev/null +++ b/kubejs/data/aof/loot_tables/loot_bags/agriculturist_loot.json @@ -0,0 +1,625 @@ + { + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "farmersdelight:pumpkin_soup", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "farmersdelight:baked_cod_stew", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "farmingforblockheads:green_fertilizer", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "farmingforblockheads:red_fertilizer", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "farmingforblockheads:yellow_fertilizer", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "farmersdelight:noodle_soup", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "farmersdelight:bacon_and_eggs", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "farmersdelight:pasta_with_meatballs", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "farmersdelight:pasta_with_mutton_chop", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "farmersdelight:roasted_mutton_chops", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "farmersdelight:vegetable_noodles", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "farmersdelight:steak_and_potatoes", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "farmersdelight:fruit_salad", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "farmersdelight:mixed_salad", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "farmersdelight:nether_salad", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "farmersdelight:barbecue_stick", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "farmersdelight:egg_sandwich", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "farmersdelight:chicken_sandwich", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, { + "type": "minecraft:item", + "weight": 1, + "name": "farmersdelight:hamburger", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "farmersdelight:bacon_sandwich", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "farmersdelight:mutton_wrap", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "farmersdelight:fish_stew", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "farmersdelight:vegetable_soup", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "farmersdelight:chicken_soup", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "farmersdelight:beef_stew", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "farmersdelight:cooked_rice", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "farmersdelight:cabbage_rolls", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "farmersdelight:stuffed_potato", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "farmersdelight:dumplings", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "croptopia:ham_sandwich", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "croptopia:peanut_butter_and_jam", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "croptopia:blt", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "croptopia:grilled_cheese", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "croptopia:tuna_sandwich", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "croptopia:cheeseburger", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "croptopia:hamburger", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "croptopia:tofuburger", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "croptopia:pizza", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "croptopia:tea", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "croptopia:trifle", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "croptopia:tres_leche_cake", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "croptopia:eton_mess", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "croptopia:sticky_toffee_pudding", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "croptopia:treacle_tart", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "croptopia:scones", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "croptopia:sushi", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "croptopia:lemon_chicken", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "croptopia:fried_chicken", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "croptopia:chicken_and_noodles", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "croptopia:chicken_and_dumplings", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "croptopia:tofu_and_dumplings", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "farmersdelight:flint_knife", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "farmersdelight:iron_knife", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "farmersdelight:golden_knife", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "farmersdelight:diamond_knife", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "vinery:cooking_pot", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + } + ] + } + ] + } \ No newline at end of file diff --git a/kubejs/data/aof/loot_tables/loot_bags/artifacts_loot.json b/kubejs/data/aof/loot_tables/loot_bags/artifacts_loot.json new file mode 100644 index 0000000..31aeb7b --- /dev/null +++ b/kubejs/data/aof/loot_tables/loot_bags/artifacts_loot.json @@ -0,0 +1,636 @@ + { + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "artifacts:umbrella", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "artifacts:plastic_drinking_hat", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "artifacts:novelty_drinking_hat", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "artifacts:snorkel", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "artifacts:night_vision_goggles", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "artifacts:villager_hat", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "artifacts:superstitious_hat", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "artifacts:lucky_scarf", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "artifacts:scarf_of_invisibility", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "artifacts:panic_necklace", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "artifacts:shock_pendant", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "artifacts:flame_pendant", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "artifacts:thorn_pendant", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "artifacts:charm_of_sinking", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "artifacts:obsidian_skull", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, { + "type": "minecraft:item", + "weight": 1, + "name": "artifacts:antidote_vessel", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "artifacts:universal_attractor", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "artifacts:crystal_heart", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "artifacts:helium_flamingo", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "artifacts:power_glove", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "artifacts:fire_gauntlet", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "artifacts:pocket_piston", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "artifacts:vampiric_glove", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "artifacts:golden_hook", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "artifacts:bunny_hoppers", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "artifacts:kitty_slippers", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "artifacts:running_shoes", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "artifacts:steadfast_spikes", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "artifacts:flippers", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "artifacts:whoopee_cushion", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "artifacts:digging_claws", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "artifacts:cloud_in_a_bottle", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "artifacts:cross_necklace", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "artifacts:feral_claws", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "artifacts:aqua_dashers", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "doodads:spore_sword", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "doodads:duct_tape", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "doodads:paintbrush", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "doodads:beaver_teeth", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "doodads:ender_goggles", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "doodads:speed_boots", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "doodads:bendy_straw", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "doodads:soggy_glove", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "doodads:magic_plum", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "doodads:glare_staff", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "doodads:rubber_band", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "doodads:scissors", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "doodads:blossom_belt", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "doodads:loggers_glove", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "doodads:sun_ring", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "doodads:moon_ring", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "doodads:celestial_ring", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "doodads:cactus_ring", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "doodads:midnights_eye", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "doodads:glare_plushie", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "doodads:slimey_shoes", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "doodads:shulker_aglet", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + } + ] + } + ] + } \ No newline at end of file diff --git a/kubejs/data/aof/loot_tables/loot_bags/create_common.json b/kubejs/data/aof/loot_tables/loot_bags/create_common.json new file mode 100644 index 0000000..dd5ad40 --- /dev/null +++ b/kubejs/data/aof/loot_tables/loot_bags/create_common.json @@ -0,0 +1,131 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "create:shaft", + "functions": [ + { + "count": 8, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "create:cogwheel", + "functions": [ + { + "count": 4, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "create:large_cogwheel", + "functions": [ + { + "count": 2, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "create:water_wheel", + "functions": [ + { + "count": 1, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "create:andesite_alloy", + "functions": [ + { + "count": 32, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "create:belt_connector", + "functions": [ + { + "count": 4, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "create:depot", + "functions": [ + { + "count": 2, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "create:encased_chain_drive", + "functions": [ + { + "count": 2, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "create:andesite_casing", + "functions": [ + { + "count": 4, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "create:andesite_encased_large_cogwheel", + "functions": [ + { + "count": 2, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "create:goggles", + "functions": [ + { + "count": 1, + "function": "set_count" + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/aof/loot_tables/loot_bags/create_epic.json b/kubejs/data/aof/loot_tables/loot_bags/create_epic.json new file mode 100644 index 0000000..3734139 --- /dev/null +++ b/kubejs/data/aof/loot_tables/loot_bags/create_epic.json @@ -0,0 +1,120 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "create:andesite_casing", + "functions": [ + { + "count": 8, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "create:blaze_burner", + "functions": [ + { + "count": 1, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "create:brass_casing", + "functions": [ + { + "count": 4, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "create:brass_encased_shaft", + "functions": [ + { + "count": 4, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "create:brass_ingot", + "functions": [ + { + "count": 12, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "create:copper_casing", + "functions": [ + { + "count": 6, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "create:encased_fan", + "functions": [ + { + "count": 4, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "create:experience_nugget", + "functions": [ + { + "count": 20, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "create:mechanical_crafter", + "functions": [ + { + "count": 12, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "create:blaze_cake", + "functions": [ + { + "count": 4, + "function": "set_count" + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/aof/loot_tables/loot_bags/create_legendary.json b/kubejs/data/aof/loot_tables/loot_bags/create_legendary.json new file mode 100644 index 0000000..80fc5b6 --- /dev/null +++ b/kubejs/data/aof/loot_tables/loot_bags/create_legendary.json @@ -0,0 +1,120 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "create:railway_casing", + "functions": [ + { + "count": 4, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "create:brass_casing", + "functions": [ + { + "count": 8, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "create:copper_casing", + "functions": [ + { + "count": 12, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "create:andesite_casing", + "functions": [ + { + "count": 16, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "create:track_observer", + "functions": [ + { + "count": 1, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "create:train_door", + "functions": [ + { + "count": 1, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "create:train_trapdoor", + "functions": [ + { + "count": 2, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "create:track_signal", + "functions": [ + { + "count": 1, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "create:sturdy_sheet", + "functions": [ + { + "count": 8, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "create:experience_nugget", + "functions": [ + { + "count": 32, + "function": "set_count" + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/aof/loot_tables/loot_bags/create_rare.json b/kubejs/data/aof/loot_tables/loot_bags/create_rare.json new file mode 100644 index 0000000..ae06bd2 --- /dev/null +++ b/kubejs/data/aof/loot_tables/loot_bags/create_rare.json @@ -0,0 +1,219 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "create:andesite_alloy", + "functions": [ + { + "count": 48, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "create:andesite_casing", + "functions": [ + { + "count": 6, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "create:steam_engine", + "functions": [ + { + "count": 1, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "create:cogwheel", + "functions": [ + { + "count": 4, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "create:copper_casing", + "functions": [ + { + "count": 4, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "create:depot", + "functions": [ + { + "count": 2, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "create:encased_chain_drive", + "functions": [ + { + "count": 2, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "create:fluid_pipe", + "functions": [ + { + "count": 12, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "create:item_drain", + "functions": [ + { + "count": 2, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "create:mechanical_pump", + "functions": [ + { + "count": 2, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "create:smart_fluid_pipe", + "functions": [ + { + "count": 1, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "create:spout", + "functions": [ + { + "count": 2, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "create:mechanical_mixer", + "functions": [ + { + "count": 1, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "create:mechanical_saw", + "functions": [ + { + "count": 1, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "create:mechanical_plough", + "functions": [ + { + "count": 1, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "create:encased_fan", + "functions": [ + { + "count": 2, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "create:crushing_wheel", + "functions": [ + { + "count": 2, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:copper_ingot", + "functions": [ + { + "count": 18, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "create:empty_blaze_burner", + "functions": [ + { + "count": 1, + "function": "set_count" + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/aof/loot_tables/loot_bags/industrial_revolution_loot_common.json b/kubejs/data/aof/loot_tables/loot_bags/industrial_revolution_loot_common.json new file mode 100644 index 0000000..5b7935e --- /dev/null +++ b/kubejs/data/aof/loot_tables/loot_bags/industrial_revolution_loot_common.json @@ -0,0 +1,109 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:iron_ingot", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "minecraft:iron_ingot", + "functions": [ + { + "function": "set_count", + "count": 24 + } + ] + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "indrev:nikolite_dust", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "indrev:nikolite_ingot", + "functions": [ + { + "function": "set_count", + "count": 4 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "indrev:nikolite_ingot", + "functions": [ + { + "function": "set_count", + "count": 6 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "indrev:battery", + "functions": [ + { + "function": "set_count", + "count": 2 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "indrev:machine_block", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "indrev:circuit_mk1", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "indrev:circuit_mk2", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + } + ] + } + ] + } \ No newline at end of file diff --git a/kubejs/data/aof/loot_tables/loot_bags/industrial_revolution_loot_rare.json b/kubejs/data/aof/loot_tables/loot_bags/industrial_revolution_loot_rare.json new file mode 100644 index 0000000..43513c6 --- /dev/null +++ b/kubejs/data/aof/loot_tables/loot_bags/industrial_revolution_loot_rare.json @@ -0,0 +1,98 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "weight": 3, + "name": "modern_industrialization:diamond_dust", + "functions": [ + { + "function": "set_count", + "count": 4 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "modern_industrialization:diamond_dust", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:netherite_scrap", + "functions": [ + { + "function": "set_count", + "count": 4 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "indrev:enriched_nikolite_dust", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "indrev:enriched_nikolite_ingot", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "indrev:circuit_mk3", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "indrev:circuit_mk4", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "indrev:portable_charger", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + } + ] + } + ] + } \ No newline at end of file diff --git a/kubejs/data/aof/loot_tables/loot_bags/logistics_loot.json b/kubejs/data/aof/loot_tables/loot_bags/logistics_loot.json new file mode 100644 index 0000000..7cc3928 --- /dev/null +++ b/kubejs/data/aof/loot_tables/loot_bags/logistics_loot.json @@ -0,0 +1,229 @@ + { + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "ae2:logic_processor", + "functions": [ + { + "function": "set_count", + "count": 2 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "ae2:calculation_processor", + "functions": [ + { + "function": "set_count", + "count": 2 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "ae2:engineering_processor", + "functions": [ + { + "function": "set_count", + "count": 2 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "ae2:certus_quartz_crystal", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "ae2:ender_dust", + "functions": [ + { + "function": "set_count", + "count": 4 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "ae2:silicon", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "ae2:fluix_glass_cable", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "ae2:fluix_smart_cable", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "ae2:formation_core", + "functions": [ + { + "function": "set_count", + "count": 2 + } + ] + }, { + "type": "minecraft:item", + "weight": 2, + "name": "ae2:annihilation_core", + "functions": [ + { + "function": "set_count", + "count": 2 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "ironchests:iron_chest", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "ironchests:gold_chest", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "techreborn:crude_storage_unit", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "techreborn:basic_storage_unit", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "techreborn:basic_tank_unit", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "coxinhautilities:portable_tank_mk1", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "coxinhautilities:portable_tank_mk2", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "dankstorage:dank_1", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "kibe:white_sleeping_bag", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "dml-refabricated:soot_redstone", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + } + ] + } + ] + } \ No newline at end of file diff --git a/kubejs/data/aof/loot_tables/loot_bags/magic_common.json b/kubejs/data/aof/loot_tables/loot_bags/magic_common.json new file mode 100644 index 0000000..392bef1 --- /dev/null +++ b/kubejs/data/aof/loot_tables/loot_bags/magic_common.json @@ -0,0 +1,472 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "bewitchment:aconite_seeds", + "functions": [ + { + "count": 2, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "hexcasting:amethyst_dust_block", + "functions": [ + { + "count": 4, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:amethyst_shard", + "functions": [ + { + "count": 12, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "bewitchment:belladonna_seeds", + "functions": [ + { + "count": 2, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:black_mystical_flower", + "functions": [ + { + "count": 8, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:blue_mystical_flower", + "functions": [ + { + "count": 8, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:brown_mystical_flower", + "functions": [ + { + "count": 8, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "hexcasting:charged_amethyst", + "functions": [ + { + "count": 4, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:cyan_mystical_flower", + "functions": [ + { + "count": 8, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "hexcasting:cypher", + "functions": [ + { + "count": 1, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:fertilizer", + "functions": [ + { + "count": 8, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:gray_mystical_flower", + "functions": [ + { + "count": 8, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:green_mystical_flower", + "functions": [ + { + "count": 8, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "hexcasting:lens", + "functions": [ + { + "count": 1, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:light_blue_mystical_flower", + "functions": [ + { + "count": 8, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:light_gray_mystical_flower", + "functions": [ + { + "count": 8, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:lime_mystical_flower", + "functions": [ + { + "count": 8, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:livingrock", + "functions": [ + { + "count": 8, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:livingwood_log", + "functions": [ + { + "count": 8, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:magenta_mystical_flower", + "functions": [ + { + "count": 8, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:mana_cookie", + "functions": [ + { + "count": 4, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:mana_pearl", + "functions": [ + { + "count": 2, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:mana_powder", + "functions": [ + { + "count": 12, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:manasteel_ingot", + "functions": [ + { + "count": 4, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "bewitchment:mandrake_seeds", + "functions": [ + { + "count": 2, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:orange_mystical_flower", + "functions": [ + { + "count": 8, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:pink_mystical_flower", + "functions": [ + { + "count": 8, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:purple_mystical_flower", + "functions": [ + { + "count": 8, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:red_mystical_flower", + "functions": [ + { + "count": 8, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "hexcasting:scroll_small", + "functions": [ + { + "count": 4, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "spirit:soul_glass", + "functions": [ + { + "count": 12, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "spirit:soul_slate", + "functions": [ + { + "count": 6, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "hexcasting:sub_sandwich", + "functions": [ + { + "count": 8, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "hexcasting:birch_staff", + "functions": [ + { + "count": 1, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "hexcasting:crimson_staff", + "functions": [ + { + "count": 1, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "hexcasting:dark_oak_staff", + "functions": [ + { + "count": 1, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "hexcasting:jungle_staff", + "functions": [ + { + "count": 1, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "hexcasting:oak_staff", + "functions": [ + { + "count": 1, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "hexcasting:spruce_staff", + "functions": [ + { + "count": 1, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "hexcasting:warped_staff", + "functions": [ + { + "count": 1, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:white_mystical_flower", + "functions": [ + { + "count": 8, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:yellow_mystical_flower", + "functions": [ + { + "count": 8, + "function": "set_count" + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/aof/loot_tables/loot_bags/magic_epic.json b/kubejs/data/aof/loot_tables/loot_bags/magic_epic.json new file mode 100644 index 0000000..b0deac5 --- /dev/null +++ b/kubejs/data/aof/loot_tables/loot_bags/magic_epic.json @@ -0,0 +1,329 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "hexcasting:amethyst_dust_block", + "functions": [ + { + "count": 16, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:amethyst_shard", + "functions": [ + { + "count": 24, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "hexcasting:artifact", + "functions": [ + { + "count": 1, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "hexcasting:charged_amethyst", + "functions": [ + { + "count": 16, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:dreamwood_log", + "functions": [ + { + "count": 8, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:elementium_ingot", + "functions": [ + { + "count": 1, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:elven_spreader", + "functions": [ + { + "count": 2, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:endoflame", + "functions": [ + { + "count": 4, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:fertilizer", + "functions": [ + { + "count": 32, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:hopperhock", + "functions": [ + { + "count": 1, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "hexcasting:lens", + "functions": [ + { + "count": 1, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:livingrock", + "functions": [ + { + "count": 32, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:livingwood_log", + "functions": [ + { + "count": 32, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:magnet_ring", + "functions": [ + { + "count": 1, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:mana_cookie", + "functions": [ + { + "count": 12, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:mana_diamond", + "functions": [ + { + "count": 4, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:mana_pearl", + "functions": [ + { + "count": 8, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:mana_powder", + "functions": [ + { + "count": 32, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:mana_ring", + "functions": [ + { + "count": 1, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:manasteel_ingot", + "functions": [ + { + "count": 12, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:manaweave_cloth", + "functions": [ + { + "count": 8, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "spirit:pedestal", + "functions": [ + { + "count": 4, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "hexcasting:scroll", + "functions": [ + { + "count": 4, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "spirit:soul_crystal_shard", + "functions": [ + { + "count": 1, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "spirit:soul_glass", + "functions": [ + { + "count": 32, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "spirit:soul_slate", + "functions": [ + { + "count": 20, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "spirit:soul_steel_ingot", + "functions": [ + { + "count": 4, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "hexcasting:sub_sandwich", + "functions": [ + { + "count": 16, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:terrasteel_nugget", + "functions": [ + { + "count": 3, + "function": "set_count" + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/aof/loot_tables/loot_bags/magic_legendary.json b/kubejs/data/aof/loot_tables/loot_bags/magic_legendary.json new file mode 100644 index 0000000..f263830 --- /dev/null +++ b/kubejs/data/aof/loot_tables/loot_bags/magic_legendary.json @@ -0,0 +1,384 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "hexcasting:amethyst_dust_block", + "functions": [ + { + "count": 24, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:amethyst_shard", + "functions": [ + { + "count": 40, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "hexcasting:artifact", + "functions": [ + { + "count": 1, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "spirit:broken_spawner", + "functions": [ + { + "count": 1, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "hexcasting:charged_amethyst", + "functions": [ + { + "count": 24, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "spirit:crude_soul_crystal", + "functions": [ + { + "count": 1, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "spirit:crystal_pedestal", + "functions": [ + { + "count": 1, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:dreamwood_log", + "functions": [ + { + "count": 12, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:elementium_ingot", + "functions": [ + { + "count": 2, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:elven_spreader", + "functions": [ + { + "count": 2, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:entropinnyum", + "functions": [ + { + "count": 1, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:fertilizer", + "functions": [ + { + "count": 48, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:hopperhock", + "functions": [ + { + "count": 1, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "hexcasting:lens", + "functions": [ + { + "count": 1, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:livingrock", + "functions": [ + { + "count": 64, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:livingwood_log", + "functions": [ + { + "count": 64, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:magnet_ring_greater", + "functions": [ + { + "count": 1, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:mana_cookie", + "functions": [ + { + "count": 16, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:mana_diamond", + "functions": [ + { + "count": 8, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:mana_pearl", + "functions": [ + { + "count": 12, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:mana_powder", + "functions": [ + { + "count": 48, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:mana_ring_greater", + "functions": [ + { + "count": 1, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:manasteel_ingot", + "functions": [ + { + "count": 20, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:manaweave_cloth", + "functions": [ + { + "count": 12, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "spirit:pedestal", + "functions": [ + { + "count": 4, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:rosa_arcana", + "functions": [ + { + "count": 1, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "spirit:soul_crystal", + "functions": [ + { + "count": 1, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "spirit:soul_glass", + "functions": [ + { + "count": 48, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "spirit:soul_slate", + "functions": [ + { + "count": 40, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "spirit:soul_steel_ingot", + "functions": [ + { + "count": 8, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "hexcasting:spellbook", + "functions": [ + { + "count": 1, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "hexcasting:sub_sandwich", + "functions": [ + { + "count": 24, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:terrasteel_nugget", + "functions": [ + { + "count": 6, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:thermalily", + "functions": [ + { + "count": 1, + "function": "set_count" + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/aof/loot_tables/loot_bags/magic_rare.json b/kubejs/data/aof/loot_tables/loot_bags/magic_rare.json new file mode 100644 index 0000000..ee1faa8 --- /dev/null +++ b/kubejs/data/aof/loot_tables/loot_bags/magic_rare.json @@ -0,0 +1,516 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "bewitchment:aconite_seeds", + "functions": [ + { + "count": 8, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "hexcasting:amethyst_dust_block", + "functions": [ + { + "count": 8, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:amethyst_shard", + "functions": [ + { + "count": 16, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "bewitchment:belladonna_seeds", + "functions": [ + { + "count": 8, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:black_mystical_flower", + "functions": [ + { + "count": 12, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:blue_mystical_flower", + "functions": [ + { + "count": 12, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:brown_mystical_flower", + "functions": [ + { + "count": 12, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "hexcasting:charged_amethyst", + "functions": [ + { + "count": 8, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:cyan_mystical_flower", + "functions": [ + { + "count": 12, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:fertilizer", + "functions": [ + { + "count": 16, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:gray_mystical_flower", + "functions": [ + { + "count": 12, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:green_mystical_flower", + "functions": [ + { + "count": 12, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:hydroangeas", + "functions": [ + { + "count": 4, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "hexcasting:lens", + "functions": [ + { + "count": 1, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:light_blue_mystical_flower", + "functions": [ + { + "count": 12, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:light_gray_mystical_flower", + "functions": [ + { + "count": 12, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:lime_mystical_flower", + "functions": [ + { + "count": 12, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:livingrock", + "functions": [ + { + "count": 16, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:livingwood_log", + "functions": [ + { + "count": 16, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:magenta_mystical_flower", + "functions": [ + { + "count": 12, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:mana_cookie", + "functions": [ + { + "count": 8, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:mana_pearl", + "functions": [ + { + "count": 4, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:mana_pool", + "functions": [ + { + "count": 1, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:mana_powder", + "functions": [ + { + "count": 24, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:mana_spreader", + "functions": [ + { + "count": 2, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:mana_tablet", + "functions": [ + { + "count": 1, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:manasteel_ingot", + "functions": [ + { + "count": 8, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "bewitchment:mandrake_seeds", + "functions": [ + { + "count": 8, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:orange_mystical_flower", + "functions": [ + { + "count": 12, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:pink_mystical_flower", + "functions": [ + { + "count": 12, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:purple_mystical_flower", + "functions": [ + { + "count": 12, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:red_mystical_flower", + "functions": [ + { + "count": 12, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "hexcasting:scroll_medium", + "functions": [ + { + "count": 4, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "spirit:soul_glass", + "functions": [ + { + "count": 20, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "spirit:soul_slate", + "functions": [ + { + "count": 12, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "hexcasting:sub_sandwich", + "functions": [ + { + "count": 12, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "hexcasting:trinket", + "functions": [ + { + "count": 1, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "hexcasting:birch_staff", + "functions": [ + { + "count": 1, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "hexcasting:crimson_staff", + "functions": [ + { + "count": 1, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "hexcasting:dark_oak_staff", + "functions": [ + { + "count": 1, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "hexcasting:jungle_staff", + "functions": [ + { + "count": 1, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "hexcasting:oak_staff", + "functions": [ + { + "count": 1, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "hexcasting:spruce_staff", + "functions": [ + { + "count": 1, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "hexcasting:warped_staff", + "functions": [ + { + "count": 1, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:white_mystical_flower", + "functions": [ + { + "count": 12, + "function": "set_count" + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "botania:yellow_mystical_flower", + "functions": [ + { + "count": 12, + "function": "set_count" + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/aof/loot_tables/loot_bags/modern_industrialization_common.json b/kubejs/data/aof/loot_tables/loot_bags/modern_industrialization_common.json new file mode 100644 index 0000000..1a0851d --- /dev/null +++ b/kubejs/data/aof/loot_tables/loot_bags/modern_industrialization_common.json @@ -0,0 +1,142 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:coal_ore", + "functions": [ + { + "function": "set_count", + "count": 32 + } + ] + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "modern_industrialization:lignite_coal_ore", + "functions": [ + { + "function": "set_count", + "count": 64 + } + ] + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:iron_ore", + "functions": [ + { + "function": "set_count", + "count": 16 + } + ] + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:copper_ore", + "functions": [ + { + "function": "set_count", + "count": 32 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "modern_industrialization:tin_ore", + "functions": [ + { + "function": "set_count", + "count": 16 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "minecraft:bricks", + "functions": [ + { + "function": "set_count", + "count": 16 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "modern_industrialization:bronze_ingot", + "functions": [ + { + "function": "set_count", + "count": 16 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "modern_industrialization:steel_ingot", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "modern_industrialization:resistor", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "modern_industrialization:capacitor", + "functions": [ + { + "function": "set_count", + "count": 4 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "modern_industrialization:inductor", + "functions": [ + { + "function": "set_count", + "count": 4 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "modern_industrialization:gold_drill", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + } + ] + } + ] + } \ No newline at end of file diff --git a/kubejs/data/aof/loot_tables/loot_bags/modern_industrialization_epic.json b/kubejs/data/aof/loot_tables/loot_bags/modern_industrialization_epic.json new file mode 100644 index 0000000..a03cfa1 --- /dev/null +++ b/kubejs/data/aof/loot_tables/loot_bags/modern_industrialization_epic.json @@ -0,0 +1,197 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "modern_industrialization:aluminum_ingot", + "functions": [ + { + "function": "set_count", + "count": 64 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "modern_industrialization:stainless_steel_ingot", + "functions": [ + { + "function": "set_count", + "count": 32 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "modern_industrialization:titanium_ingot", + "functions": [ + { + "function": "set_count", + "count": 16 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "modern_industrialization:battery_alloy_plate", + "functions": [ + { + "function": "set_count", + "count": 32 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "modern_industrialization:electronic_circuit", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "modern_industrialization:electronic_circuit", + "functions": [ + { + "function": "set_count", + "count": 16 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "modern_industrialization:digital_circuit", + "functions": [ + { + "function": "set_count", + "count": 4 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "modern_industrialization:advanced_machine_hull", + "functions": [ + { + "function": "set_count", + "count": 2 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "modern_industrialization:mv_steam_turbine", + "functions": [ + { + "function": "set_count", + "count": 2 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "modern_industrialization:motor", + "functions": [ + { + "function": "set_count", + "count": 16 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "modern_industrialization:pump", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "modern_industrialization:large_motor", + "functions": [ + { + "function": "set_count", + "count": 4 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "modern_industrialization:large_pump", + "functions": [ + { + "function": "set_count", + "count": 2 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "modern_industrialization:turbo_upgrade", + "functions": [ + { + "function": "set_count", + "count": 4 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "modern_industrialization:highly_advanced_upgrade", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "modern_industrialization:stainless_steel_drill", + "functions": [ + { + "function": "set_count", + "count": 2 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "modern_industrialization:titanium_drill", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + } + ] + } + ] + } \ No newline at end of file diff --git a/kubejs/data/aof/loot_tables/loot_bags/modern_industrialization_legendary.json b/kubejs/data/aof/loot_tables/loot_bags/modern_industrialization_legendary.json new file mode 100644 index 0000000..743f2cb --- /dev/null +++ b/kubejs/data/aof/loot_tables/loot_bags/modern_industrialization_legendary.json @@ -0,0 +1,121 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "modern_industrialization:platinum_ingot", + "functions": [ + { + "function": "set_count", + "count": 64 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "modern_industrialization:processing_unit", + "functions": [ + { + "function": "set_count", + "count": 16 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "modern_industrialization:turbo_machine_hull", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "modern_industrialization:highly_advanced_machine_hull", + "functions": [ + { + "function": "set_count", + "count": 4 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "modern_industrialization:hv_steam_turbine", + "functions": [ + { + "function": "set_count", + "count": 4 + } + ] + }, + + { + "type": "minecraft:item", + "weight": 2, + "name": "modern_industrialization:advanced_motor", + "functions": [ + { + "function": "set_count", + "count": 32 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "modern_industrialization:advanced_pump", + "functions": [ + { + "function": "set_count", + "count": 16 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "modern_industrialization:large_advanced_motor", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "modern_industrialization:large_advanced_pump", + "functions": [ + { + "function": "set_count", + "count": 4 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "modern_industrialization:highly_advanced_upgrade", + "functions": [ + { + "function": "set_count", + "count": 4 + } + ] + } + ] + } + ] + } \ No newline at end of file diff --git a/kubejs/data/aof/loot_tables/loot_bags/modern_industrialization_rare.json b/kubejs/data/aof/loot_tables/loot_bags/modern_industrialization_rare.json new file mode 100644 index 0000000..e58fa21 --- /dev/null +++ b/kubejs/data/aof/loot_tables/loot_bags/modern_industrialization_rare.json @@ -0,0 +1,175 @@ + { + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "weight": 2, + "name": "modern_industrialization:steel_ingot", + "functions": [ + { + "function": "set_count", + "count": 16 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "modern_industrialization:iron_gear", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "modern_industrialization:bronze_gear", + "functions": [ + { + "function": "set_count", + "count": 4 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "modern_industrialization:steel_gear", + "functions": [ + { + "function": "set_count", + "count": 4 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "modern_industrialization:fluid_pipe", + "functions": [ + { + "function": "set_count", + "count": 16 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "modern_industrialization:item_pipe", + "functions": [ + { + "function": "set_count", + "count": 16 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "modern_industrialization:analog_circuit", + "functions": [ + { + "function": "set_count", + "count": 4 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "modern_industrialization:basic_machine_hull", + "functions": [ + { + "function": "set_count", + "count": 2 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "modern_industrialization:lv_steam_turbine", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "modern_industrialization:motor", + "functions": [ + { + "function": "set_count", + "count": 4 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "modern_industrialization:resistor", + "functions": [ + { + "function": "set_count", + "count": 64 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "modern_industrialization:basic_upgrade", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "modern_industrialization:advanced_upgrade", + "functions": [ + { + "function": "set_count", + "count": 4 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "modern_industrialization:bronze_drill", + "functions": [ + { + "function": "set_count", + "count": 4 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "modern_industrialization:steel_drill", + "functions": [ + { + "function": "set_count", + "count": 2 + } + ] + } + ] + } + ] + } \ No newline at end of file diff --git a/kubejs/data/aof/loot_tables/loot_bags/tech_reborn_common.json b/kubejs/data/aof/loot_tables/loot_bags/tech_reborn_common.json new file mode 100644 index 0000000..1a1153f --- /dev/null +++ b/kubejs/data/aof/loot_tables/loot_bags/tech_reborn_common.json @@ -0,0 +1,76 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "weight": 3, + "name": "modern_industrialization:iron_gear", + "functions": [ + { + "function": "set_count", + "count": 2 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "techreborn:refined_iron_ingot", + "functions": [ + { + "function": "set_count", + "count": 4 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "techreborn:rubber", + "functions": [ + { + "function": "set_count", + "count": 32 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "techreborn:basic_machine_frame", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "techreborn:basic_machine_casing", + "functions": [ + { + "function": "set_count", + "count": 2 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "techreborn:electronic_circuit", + "functions": [ + { + "function": "set_count", + "count": 2 + } + ] + } + ] + } + ] + } \ No newline at end of file diff --git a/kubejs/data/aof/loot_tables/loot_bags/tech_reborn_epic.json b/kubejs/data/aof/loot_tables/loot_bags/tech_reborn_epic.json new file mode 100644 index 0000000..88d08e7 --- /dev/null +++ b/kubejs/data/aof/loot_tables/loot_bags/tech_reborn_epic.json @@ -0,0 +1,131 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "techreborn:superconductor", + "functions": [ + { + "function": "set_count", + "count": 2 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "modern_industrialization:titanium_ingot", + "functions": [ + { + "function": "set_count", + "count": 4 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "techreborn:glassfiber_cable", + "functions": [ + { + "function": "set_count", + "count": 32 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "techreborn:industrial_machine_frame", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "techreborn:industrial_machine_casing", + "functions": [ + { + "function": "set_count", + "count": 2 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "techreborn:industrial_circuit", + "functions": [ + { + "function": "set_count", + "count": 2 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "techreborn:energy_flow_chip", + "functions": [ + { + "function": "set_count", + "count": 4 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "techreborn:overclocker_upgrade", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "modern_industrialization:platinum_ingot", + "functions": [ + { + "function": "set_count", + "count": 4 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "techreborn:industrial_solar_panel", + "functions": [ + { + "function": "set_count", + "count": 2 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "techreborn:uu_matter", + "functions": [ + { + "function": "set_count", + "count": 16 + } + ] + } + ] + } + ] + } \ No newline at end of file diff --git a/kubejs/data/aof/loot_tables/loot_bags/tech_reborn_rare.json b/kubejs/data/aof/loot_tables/loot_bags/tech_reborn_rare.json new file mode 100644 index 0000000..6c2d946 --- /dev/null +++ b/kubejs/data/aof/loot_tables/loot_bags/tech_reborn_rare.json @@ -0,0 +1,131 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "weight": 2, + "name": "modern_industrialization:iron_gear", + "functions": [ + { + "function": "set_count", + "count": 4 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "techreborn:refined_iron_ingot", + "functions": [ + { + "function": "set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "techreborn:insulated_copper_cable", + "functions": [ + { + "function": "set_count", + "count": 16 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "techreborn:advanced_machine_frame", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "techreborn:advanced_machine_casing", + "functions": [ + { + "function": "set_count", + "count": 4 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "techreborn:advanced_circuit", + "functions": [ + { + "function": "set_count", + "count": 2 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "techreborn:synthetic_redstone_crystal", + "functions": [ + { + "function": "set_count", + "count": 4 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "techreborn:overclocker_upgrade", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "modern_industrialization:steel_ingot", + "functions": [ + { + "function": "set_count", + "count": 4 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "techreborn:basic_solar_panel", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "techreborn:scrap_box", + "functions": [ + { + "function": "set_count", + "count": 32 + } + ] + } + ] + } + ] + } \ No newline at end of file diff --git a/kubejs/data/aof/loot_tables/loot_bags/utilities_loot.json b/kubejs/data/aof/loot_tables/loot_bags/utilities_loot.json new file mode 100644 index 0000000..369137e --- /dev/null +++ b/kubejs/data/aof/loot_tables/loot_bags/utilities_loot.json @@ -0,0 +1,262 @@ + { + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "kibe:white_glider", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "kibe:cursed_droplets", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "coxinhautilities:potato_battery", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "coxinhautilities:baked_potato_battery", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "coxinhautilities:poisonous_potato_battery", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "coxinhautilities:portable_tank_mk1", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "coxinhautilities:portable_tank_mk2", + "functions": [ + { + "function": "set_count", + "count": 4 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "coxinhautilities:portable_tank_mk3", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "coxinhautilities:grannys_sink", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "coxinhautilities:wooden_hopper", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "coxinhautilities:ender_orchid_seeds", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "kibe:liquid_xp_bucket", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "kibe:white_elevator", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "kibe:diamond_ring", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "coxinhautilities:fluid_trash_can", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, { + "type": "minecraft:item", + "weight": 1, + "name": "coxinhautilities:energy_trash_can", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "kibe:cooler", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "kibe:entangled_tank", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "darkutils:charm_sleep", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "kibe:entangled_chest", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "kibe:entangled_bucket", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "kibe:entangled_bag", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "coxinhautilities:cardboard_box", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + } + ] + } + ] + } \ No newline at end of file diff --git a/kubejs/data/aof/recipes/loot_bags/ad_astra/common.json b/kubejs/data/aof/recipes/loot_bags/ad_astra/common.json new file mode 100644 index 0000000..660023c --- /dev/null +++ b/kubejs/data/aof/recipes/loot_bags/ad_astra/common.json @@ -0,0 +1,95 @@ +{ + "type": "lootbags:loot", + "name": "Ad Astra! Common Lootbag", + "color": "#b380ed", + "rarity": "COMMON", + "output": { + "entries": [ + { + "weight": 2, + "stack": "ad_astra:oxygen_gear" + }, + { + "weight": 3, + "stack": "ad_astra:coal_generator" + }, + { + "weight": 1, + "stack": "ad_astra:steel_tank" + }, + { + "weight": 2, + "stack": "ad_astra:iron_sliding_door" + }, + { + "weight": 2, + "stack": "ad_astra:launch_pad" + }, + { + "weight": 1, + "stack": "ad_astra:steel_engine" + }, + { + "weight": 2, + "stack": { + "id": "ad_astra:oil_bucket", + "count": 3 + } + }, + { + "weight": 2, + "stack": { + "id": "ad_astra:rocket_fin", + "count": 2 + } + }, + { + "weight": 1, + "stack": "ad_astra:steel_sliding_door" + }, + { + "weight": 1, + "stack": { + "id": "modern_industrialization:steel_plate", + "count": 4 + } + }, + { + "weight": 2, + "stack": "ad_astra:oxygen_tank" + }, + { + "weight": 3, + "stack": { + "id": "modern_industrialization:iron_plate", + "count": 16 + } + }, + { + "weight": 2, + "stack": { + "id": "ad_astra:steel_cable", + "count": 4 + } + }, + { + "weight": 1, + "stack": { + "id": "modern_industrialization:steel_ingot", + "count": 4 + } + }, + { + "weight": 2, + "stack": { + "id": "ad_astra:oxygen_bucket", + "count": 3 + } + }, + { + "weight": 3, + "stack": "ad_astra:compressor" + } + ] + } +} \ No newline at end of file diff --git a/kubejs/data/aof/recipes/loot_bags/ad_astra/epic.json b/kubejs/data/aof/recipes/loot_bags/ad_astra/epic.json new file mode 100644 index 0000000..56cd3c0 --- /dev/null +++ b/kubejs/data/aof/recipes/loot_bags/ad_astra/epic.json @@ -0,0 +1,9 @@ +{ + "type": "lootbags:loot", + "name": "Ad Astra! Epic Lootbag", + "color": "#b380ed", + "rarity": "EPIC", + "output": { + "table": "aof:loot_bags/ad_astra_epic" + } +} \ No newline at end of file diff --git a/kubejs/data/aof/recipes/loot_bags/ad_astra/legendary.json b/kubejs/data/aof/recipes/loot_bags/ad_astra/legendary.json new file mode 100644 index 0000000..f25c8e7 --- /dev/null +++ b/kubejs/data/aof/recipes/loot_bags/ad_astra/legendary.json @@ -0,0 +1,9 @@ +{ + "type": "lootbags:loot", + "name": "Ad Astra! Legendary Lootbag", + "color": "#b380ed", + "rarity": "LEGENDARY", + "output": { + "table": "aof:loot_bags/ad_astra_legendary" + } +} \ No newline at end of file diff --git a/kubejs/data/aof/recipes/loot_bags/ad_astra/rare.json b/kubejs/data/aof/recipes/loot_bags/ad_astra/rare.json new file mode 100644 index 0000000..2167315 --- /dev/null +++ b/kubejs/data/aof/recipes/loot_bags/ad_astra/rare.json @@ -0,0 +1,9 @@ +{ + "type": "lootbags:loot", + "name": "Ad Astra! Rare Lootbag", + "color": "#b380ed", + "rarity": "RARE", + "output": { + "table": "aof:loot_bags/ad_astra_rare" + } +} \ No newline at end of file diff --git a/kubejs/data/aof/recipes/loot_bags/create/common.json b/kubejs/data/aof/recipes/loot_bags/create/common.json new file mode 100644 index 0000000..60d45d9 --- /dev/null +++ b/kubejs/data/aof/recipes/loot_bags/create/common.json @@ -0,0 +1,9 @@ +{ + "type": "lootbags:loot", + "name": "Create Common Lootbag", + "color": "#edaf80", + "rarity": "COMMON", + "output": { + "table": "aof:loot_bags/create_common" + } +} \ No newline at end of file diff --git a/kubejs/data/aof/recipes/loot_bags/create/epic.json b/kubejs/data/aof/recipes/loot_bags/create/epic.json new file mode 100644 index 0000000..f303abf --- /dev/null +++ b/kubejs/data/aof/recipes/loot_bags/create/epic.json @@ -0,0 +1,9 @@ +{ + "type": "lootbags:loot", + "name": "Create Epic Lootbag", + "color": "#edaf80", + "rarity": "EPIC", + "output": { + "table": "aof:loot_bags/create_epic" + } +} \ No newline at end of file diff --git a/kubejs/data/aof/recipes/loot_bags/create/legendary.json b/kubejs/data/aof/recipes/loot_bags/create/legendary.json new file mode 100644 index 0000000..e1c69cd --- /dev/null +++ b/kubejs/data/aof/recipes/loot_bags/create/legendary.json @@ -0,0 +1,9 @@ +{ + "type": "lootbags:loot", + "name": "Create Legendary Lootbag", + "color": "#edaf80", + "rarity": "LEGENDARY", + "output": { + "table": "aof:loot_bags/create_legendary" + } +} \ No newline at end of file diff --git a/kubejs/data/aof/recipes/loot_bags/create/rare.json b/kubejs/data/aof/recipes/loot_bags/create/rare.json new file mode 100644 index 0000000..348ed71 --- /dev/null +++ b/kubejs/data/aof/recipes/loot_bags/create/rare.json @@ -0,0 +1,9 @@ +{ + "type": "lootbags:loot", + "name": "Create Rare Lootbag", + "color": "#edaf80", + "rarity": "RARE", + "output": { + "table": "aof:loot_bags/create_rare" + } +} \ No newline at end of file diff --git a/kubejs/data/aof/recipes/loot_bags/ind_rev/common.json b/kubejs/data/aof/recipes/loot_bags/ind_rev/common.json new file mode 100644 index 0000000..2b50cc4 --- /dev/null +++ b/kubejs/data/aof/recipes/loot_bags/ind_rev/common.json @@ -0,0 +1,9 @@ +{ + "type": "lootbags:loot", + "name": "Industrial Revolution Common Lootbag", + "color": "#7b73f0", + "rarity": "COMMON", + "output": { + "table": "aof:loot_bags/industrial_revolution_loot_common" + } +} \ No newline at end of file diff --git a/kubejs/data/aof/recipes/loot_bags/ind_rev/rare.json b/kubejs/data/aof/recipes/loot_bags/ind_rev/rare.json new file mode 100644 index 0000000..443f864 --- /dev/null +++ b/kubejs/data/aof/recipes/loot_bags/ind_rev/rare.json @@ -0,0 +1,9 @@ +{ + "type": "lootbags:loot", + "name": "Industrial Revolution Rare Lootbag", + "color": "#7b73f0", + "rarity": "RARE", + "output": { + "table": "aof:loot_bags/industrial_revolution_loot_rare" + } +} \ No newline at end of file diff --git a/kubejs/data/aof/recipes/loot_bags/magic/common.json b/kubejs/data/aof/recipes/loot_bags/magic/common.json new file mode 100644 index 0000000..0feae7a --- /dev/null +++ b/kubejs/data/aof/recipes/loot_bags/magic/common.json @@ -0,0 +1,9 @@ +{ + "type": "lootbags:loot", + "name": "Magic Common Lootbag", + "color": "#ff8afb", + "rarity": "COMMON", + "output": { + "table": "aof:loot_bags/magic_common" + } +} \ No newline at end of file diff --git a/kubejs/data/aof/recipes/loot_bags/magic/epic.json b/kubejs/data/aof/recipes/loot_bags/magic/epic.json new file mode 100644 index 0000000..7f3e429 --- /dev/null +++ b/kubejs/data/aof/recipes/loot_bags/magic/epic.json @@ -0,0 +1,9 @@ +{ + "type": "lootbags:loot", + "name": "Magic Epic Lootbag", + "color": "#ff8afb", + "rarity": "EPIC", + "output": { + "table": "aof:loot_bags/magic_epic" + } +} \ No newline at end of file diff --git a/kubejs/data/aof/recipes/loot_bags/magic/legendary.json b/kubejs/data/aof/recipes/loot_bags/magic/legendary.json new file mode 100644 index 0000000..37c51db --- /dev/null +++ b/kubejs/data/aof/recipes/loot_bags/magic/legendary.json @@ -0,0 +1,9 @@ +{ + "type": "lootbags:loot", + "name": "Magic Legendary Lootbag", + "color": "#ff8afb", + "rarity": "LEGENDARY", + "output": { + "table": "aof:loot_bags/magic_legendary" + } +} \ No newline at end of file diff --git a/kubejs/data/aof/recipes/loot_bags/magic/rare.json b/kubejs/data/aof/recipes/loot_bags/magic/rare.json new file mode 100644 index 0000000..9deae82 --- /dev/null +++ b/kubejs/data/aof/recipes/loot_bags/magic/rare.json @@ -0,0 +1,9 @@ +{ + "type": "lootbags:loot", + "name": "Magic Rare Lootbag", + "color": "#ff8afb", + "rarity": "RARE", + "output": { + "table": "aof:loot_bags/magic_rare" + } +} \ No newline at end of file diff --git a/kubejs/data/aof/recipes/loot_bags/mi/common.json b/kubejs/data/aof/recipes/loot_bags/mi/common.json new file mode 100644 index 0000000..4de723c --- /dev/null +++ b/kubejs/data/aof/recipes/loot_bags/mi/common.json @@ -0,0 +1,9 @@ +{ + "type": "lootbags:loot", + "name": "Modern Industrialization Common Lootbag", + "color": "#faa243", + "rarity": "COMMON", + "output": { + "table": "aof:loot_bags/modern_industrialization_common" + } +} \ No newline at end of file diff --git a/kubejs/data/aof/recipes/loot_bags/mi/epic.json b/kubejs/data/aof/recipes/loot_bags/mi/epic.json new file mode 100644 index 0000000..24b974f --- /dev/null +++ b/kubejs/data/aof/recipes/loot_bags/mi/epic.json @@ -0,0 +1,9 @@ +{ + "type": "lootbags:loot", + "name": "Modern Industrialization Epic Lootbag", + "color": "#faa243", + "rarity": "EPIC", + "output": { + "table": "aof:loot_bags/modern_industrialization_epic" + } +} \ No newline at end of file diff --git a/kubejs/data/aof/recipes/loot_bags/mi/legendary.json b/kubejs/data/aof/recipes/loot_bags/mi/legendary.json new file mode 100644 index 0000000..7024cd9 --- /dev/null +++ b/kubejs/data/aof/recipes/loot_bags/mi/legendary.json @@ -0,0 +1,9 @@ +{ + "type": "lootbags:loot", + "name": "Modern Industrialization Legendary Lootbag", + "color": "#faa243", + "rarity": "LEGENDARY", + "output": { + "table": "aof:loot_bags/modern_industrialization_legendary" + } +} \ No newline at end of file diff --git a/kubejs/data/aof/recipes/loot_bags/mi/rare.json b/kubejs/data/aof/recipes/loot_bags/mi/rare.json new file mode 100644 index 0000000..67a633c --- /dev/null +++ b/kubejs/data/aof/recipes/loot_bags/mi/rare.json @@ -0,0 +1,9 @@ +{ + "type": "lootbags:loot", + "name": "Modern Industrialization Rare Lootbag", + "color": "#faa243", + "rarity": "RARE", + "output": { + "table": "aof:loot_bags/modern_industrialization_rare" + } +} \ No newline at end of file diff --git a/kubejs/data/aof/recipes/loot_bags/misc/agriculturist.json b/kubejs/data/aof/recipes/loot_bags/misc/agriculturist.json new file mode 100644 index 0000000..35dcbeb --- /dev/null +++ b/kubejs/data/aof/recipes/loot_bags/misc/agriculturist.json @@ -0,0 +1,9 @@ +{ + "type": "lootbags:loot", + "name": "Agriculturist Lootbag", + "color": "#59de5b", + "rarity": "UNCOMMON", + "output": { + "table": "aof:loot_bags/agriculturist_loot" + } +} \ No newline at end of file diff --git a/kubejs/data/aof/recipes/loot_bags/misc/artifacts.json b/kubejs/data/aof/recipes/loot_bags/misc/artifacts.json new file mode 100644 index 0000000..aa71ff2 --- /dev/null +++ b/kubejs/data/aof/recipes/loot_bags/misc/artifacts.json @@ -0,0 +1,9 @@ +{ + "type": "lootbags:loot", + "name": "Artifact Lootbag", + "color": "#f5b949", + "rarity": "LEGENDARY", + "output": { + "table": "aof:loot_bags/artifacts_loot" + } +} \ No newline at end of file diff --git a/kubejs/data/aof/recipes/loot_bags/misc/logistics.json b/kubejs/data/aof/recipes/loot_bags/misc/logistics.json new file mode 100644 index 0000000..95fc65e --- /dev/null +++ b/kubejs/data/aof/recipes/loot_bags/misc/logistics.json @@ -0,0 +1,9 @@ +{ + "type": "lootbags:loot", + "name": "Logistics & Storage Lootbag", + "color": "#ff8afb", + "rarity": "UNCOMMON", + "output": { + "table": "aof:loot_bags/logistics_loot" + } +} \ No newline at end of file diff --git a/kubejs/data/aof/recipes/loot_bags/misc/utilities.json b/kubejs/data/aof/recipes/loot_bags/misc/utilities.json new file mode 100644 index 0000000..f829b7e --- /dev/null +++ b/kubejs/data/aof/recipes/loot_bags/misc/utilities.json @@ -0,0 +1,9 @@ +{ + "type": "lootbags:loot", + "name": "Utilities Lootbag", + "color": "#66ffb5", + "rarity": "UNCOMMON", + "output": { + "table": "aof:loot_bags/utilities_loot" + } +} \ No newline at end of file diff --git a/kubejs/data/aof/recipes/loot_bags/powah/common.json b/kubejs/data/aof/recipes/loot_bags/powah/common.json new file mode 100644 index 0000000..11298bc --- /dev/null +++ b/kubejs/data/aof/recipes/loot_bags/powah/common.json @@ -0,0 +1,95 @@ +{ + "type": "lootbags:loot", + "name": "Powah! Common Lootbag", + "color": "#e0ca87", + "rarity": "COMMON", + "output": { + "entries": [ + { + "weight": 1, + "stack": { + "id": "powah:energy_cable_starter", + "count": 8 + } + }, + { + "weight": 1, + "stack": "powah:energy_cell_starter" + }, + { + "weight": 3, + "stack": { + "id": "powah:dielectric_paste", + "count": 16 + } + }, + { + "weight": 3, + "stack": { + "id": "powah:thermoelectric_plate", + "count": 4 + } + }, + { + "weight": 3, + "stack": { + "id": "powah:dielectric_rod", + "count": 8 + } + }, + { + "weight": 3, + "stack": { + "id": "powah:dielectric_casing", + "count": 2 + } + }, + { + "weight": 3, + "stack": { + "id": "powah:photoelectric_pane", + "count": 4 + } + }, + { + "weight": 3, + "stack": "powah:wrench" + }, + { + "weight": 3, + "stack": { + "id": "powah:dry_ice", + "count": 8 + } + }, + { + "weight": 3, + "stack": { + "id": "powah:capacitor_basic_tiny", + "count": 16 + } + }, + { + "weight": 1, + "stack": { + "id": "powah:steel_energized", + "count": 2 + } + }, + { + "weight": 2, + "stack": { + "id": "minecraft:iron_ingot", + "count": 16 + } + }, + { + "weight": 1, + "stack": { + "id": "powah:uraninite", + "count": 8 + } + } + ] + } +} \ No newline at end of file diff --git a/kubejs/data/aof/recipes/loot_bags/powah/epic.json b/kubejs/data/aof/recipes/loot_bags/powah/epic.json new file mode 100644 index 0000000..4a1885b --- /dev/null +++ b/kubejs/data/aof/recipes/loot_bags/powah/epic.json @@ -0,0 +1,91 @@ +{ + "type": "lootbags:loot", + "name": "Powah! Epic Lootbag", + "color": "#e0ca87", + "rarity": "EPIC", + "output": { + "entries": [ + { + "weight": 1, + "stack": { + "id": "powah:energy_cable_niotic", + "count": 16 + } + }, + { + "weight": 1, + "stack": "powah:energy_cell_niotic" + }, + { + "weight": 2, + "stack": { + "id": "powah:dielectric_paste", + "count": 32 + } + }, + { + "weight": 2, + "stack": { + "id": "powah:thermoelectric_plate", + "count": 12 + } + }, + { + "weight": 2, + "stack": { + "id": "powah:dielectric_rod", + "count": 32 + } + }, + { + "weight": 2, + "stack": { + "id": "powah:dielectric_casing", + "count": 6 + } + }, + { + "weight": 3, + "stack": { + "id": "powah:photoelectric_pane", + "count": 12 + } + }, + { + "weight": 3, + "stack": { + "id": "powah:dry_ice", + "count": 64 + } + }, + { + "weight": 3, + "stack": { + "id": "powah:capacitor_basic_large", + "count": 16 + } + }, + { + "weight": 3, + "stack": { + "id": "powah:crystal_niotic", + "count": 4 + } + }, + { + "weight": 2, + "stack": { + "id": "powah:crystal_spirited", + "count": 4 + } + }, + { + "weight": 3, + "stack": { + "id": "powah:uraninite", + "count": 16 + } + } + ] + } +} \ No newline at end of file diff --git a/kubejs/data/aof/recipes/loot_bags/powah/legendary.json b/kubejs/data/aof/recipes/loot_bags/powah/legendary.json new file mode 100644 index 0000000..8749767 --- /dev/null +++ b/kubejs/data/aof/recipes/loot_bags/powah/legendary.json @@ -0,0 +1,91 @@ +{ + "type": "lootbags:loot", + "name": "Powah! Legendary Lootbag", + "color": "#e0ca87", + "rarity": "LEGENDARY", + "output": { + "entries": [ + { + "weight": 1, + "stack": { + "id": "powah:energy_cable_nitro", + "count": 16 + } + }, + { + "weight": 1, + "stack": "powah:energy_cell_nitro" + }, + { + "weight": 1, + "stack": { + "id": "powah:dielectric_paste", + "count": 48 + } + }, + { + "weight": 1, + "stack": { + "id": "powah:thermoelectric_plate", + "count": 16 + } + }, + { + "weight": 1, + "stack": { + "id": "powah:dielectric_rod", + "count": 48 + } + }, + { + "weight": 1, + "stack": { + "id": "powah:dielectric_casing", + "count": 8 + } + }, + { + "weight": 2, + "stack": { + "id": "powah:photoelectric_pane", + "count": 16 + } + }, + { + "weight": 3, + "stack": { + "id": "powah:dry_ice", + "count": 64 + } + }, + { + "weight": 2, + "stack": { + "id": "powah:capacitor_hardened", + "count": 16 + } + }, + { + "weight": 1, + "stack": { + "id": "powah:crystal_nitro", + "count": 4 + } + }, + { + "weight": 3, + "stack": { + "id": "powah:crystal_spirited", + "count": 4 + } + }, + { + "weight": 3, + "stack": { + "id": "powah:uraninite", + "count": 24 + } + } + ] + } +} \ No newline at end of file diff --git a/kubejs/data/aof/recipes/loot_bags/powah/rare.json b/kubejs/data/aof/recipes/loot_bags/powah/rare.json new file mode 100644 index 0000000..36a6498 --- /dev/null +++ b/kubejs/data/aof/recipes/loot_bags/powah/rare.json @@ -0,0 +1,95 @@ +{ + "type": "lootbags:loot", + "name": "Powah! Rare Lootbag", + "color": "#e0ca87", + "rarity": "RARE", + "output": { + "entries": [ + { + "weight": 1, + "stack": { + "id": "powah:energy_cable_hardened", + "count": 16 + } + }, + { + "weight": 1, + "stack": "powah:energy_cell_hardened" + }, + { + "weight": 3, + "stack": { + "id": "powah:dielectric_paste", + "count": 24 + } + }, + { + "weight": 3, + "stack": { + "id": "powah:thermoelectric_plate", + "count": 8 + } + }, + { + "weight": 3, + "stack": { + "id": "powah:dielectric_rod", + "count": 24 + } + }, + { + "weight": 3, + "stack": { + "id": "powah:dielectric_casing", + "count": 4 + } + }, + { + "weight": 3, + "stack": { + "id": "powah:photoelectric_pane", + "count": 8 + } + }, + { + "weight": 2, + "stack": "powah:wrench" + }, + { + "weight": 3, + "stack": { + "id": "powah:dry_ice", + "count": 48 + } + }, + { + "weight": 3, + "stack": { + "id": "powah:capacitor_basic", + "count": 16 + } + }, + { + "weight": 1, + "stack": { + "id": "powah:crystal_niotic", + "count": 4 + } + }, + { + "weight": 1, + "stack": { + "id": "powah:crystal_blazing", + "count": 4 + } + }, + { + "weight": 2, + "stack": { + "id": "powah:uraninite", + "count": 12 + } + } + ] + } +} \ No newline at end of file diff --git a/kubejs/data/aof/recipes/loot_bags/tech_reborn/common.json b/kubejs/data/aof/recipes/loot_bags/tech_reborn/common.json new file mode 100644 index 0000000..7f2d22c --- /dev/null +++ b/kubejs/data/aof/recipes/loot_bags/tech_reborn/common.json @@ -0,0 +1,9 @@ +{ + "type": "lootbags:loot", + "name": "Tech Reborn Common Lootbag", + "color": "#388eff", + "rarity": "COMMON", + "output": { + "table": "aof:loot_bags/tech_reborn_common" + } +} \ No newline at end of file diff --git a/kubejs/data/aof/recipes/loot_bags/tech_reborn/epic.json b/kubejs/data/aof/recipes/loot_bags/tech_reborn/epic.json new file mode 100644 index 0000000..eadb85c --- /dev/null +++ b/kubejs/data/aof/recipes/loot_bags/tech_reborn/epic.json @@ -0,0 +1,9 @@ +{ + "type": "lootbags:loot", + "name": "Tech Reborn Epic Lootbag", + "color": "#388eff", + "rarity": "EPIC", + "output": { + "table": "aof:loot_bags/tech_reborn_epic" + } +} \ No newline at end of file diff --git a/kubejs/data/aof/recipes/loot_bags/tech_reborn/legendary.json b/kubejs/data/aof/recipes/loot_bags/tech_reborn/legendary.json new file mode 100644 index 0000000..960fe5e --- /dev/null +++ b/kubejs/data/aof/recipes/loot_bags/tech_reborn/legendary.json @@ -0,0 +1,9 @@ +{ + "type": "lootbags:loot", + "name": "Tech Reborn Legendary Lootbag", + "color": "#388eff", + "rarity": "LEGENDARY", + "output": { + "table": "aof:loot_bags/tech_reborn_legendary" + } +} \ No newline at end of file diff --git a/kubejs/data/aof/recipes/loot_bags/tech_reborn/rare.json b/kubejs/data/aof/recipes/loot_bags/tech_reborn/rare.json new file mode 100644 index 0000000..6cb84de --- /dev/null +++ b/kubejs/data/aof/recipes/loot_bags/tech_reborn/rare.json @@ -0,0 +1,9 @@ +{ + "type": "lootbags:loot", + "name": "Tech Reborn Rare Lootbag", + "color": "#388eff", + "rarity": "RARE", + "output": { + "table": "aof:loot_bags/tech_reborn_rare" + } +} \ No newline at end of file diff --git a/kubejs/data/artifacts/loot_tables/artifacts.json b/kubejs/data/artifacts/loot_tables/artifacts.json new file mode 100644 index 0000000..052d6df --- /dev/null +++ b/kubejs/data/artifacts/loot_tables/artifacts.json @@ -0,0 +1,186 @@ +{ + "pools": [ + { + "name": "main", + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 8, + "name": "artifacts:snorkel" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "artifacts:night_vision_goggles" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "artifacts:panic_necklace" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "artifacts:shock_pendant" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "artifacts:flame_pendant" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "artifacts:thorn_pendant" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "artifacts:flippers" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "artifacts:obsidian_skull" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "artifacts:fire_gauntlet" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "artifacts:feral_claws" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "artifacts:pocket_piston" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "artifacts:power_glove" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "artifacts:cross_necklace" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "artifacts:antidote_vessel" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "artifacts:lucky_scarf" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "artifacts:superstitious_hat" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "artifacts:scarf_of_invisibility" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "artifacts:digging_claws" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "artifacts:steadfast_spikes" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "artifacts:universal_attractor" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "artifacts:kitty_slippers" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "artifacts:running_shoes" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "artifacts:bunny_hoppers" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "artifacts:crystal_heart" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "artifacts:villager_hat" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "artifacts:cloud_in_a_bottle" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "artifacts:vampiric_glove" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "artifacts:golden_hook" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "artifacts:charm_of_sinking" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "artifacts:aqua_dashers" + }, + { + "type": "minecraft:loot_table", + "weight": 8, + "name": "artifacts:items/drinking_hat" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "artifacts:umbrella" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "artifacts:whoopee_cushion" + }, + { + "type": "minecraft:item", + "weight": 4, + "name": "artifacts:helium_flamingo" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "artifacts:everlasting_beef" + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/artifacts/loot_tables/inject/entities/cow.json b/kubejs/data/artifacts/loot_tables/inject/entities/cow.json new file mode 100644 index 0000000..1af4103 --- /dev/null +++ b/kubejs/data/artifacts/loot_tables/inject/entities/cow.json @@ -0,0 +1,40 @@ +{ + "type": "minecraft:entity", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "function": "minecraft:furnace_smelt", + "conditions": [ + { + "condition": "minecraft:entity_properties", + "predicate": { + "flags": { + "is_on_fire": true + } + }, + "entity": "this" + } + ] + } + ], + "name": "artifacts:everlasting_beef" + } + ], + "conditions": [ + { + "condition": "artifacts:configurable_random_chance", + "default_probability": 0.0 + }, + { + "condition": "minecraft:killed_by_player" + } + ] + } + ] + } \ No newline at end of file diff --git a/kubejs/data/bewitchment/loot_tables/blocks/deepslate_silver_ore.json b/kubejs/data/bewitchment/loot_tables/blocks/deepslate_silver_ore.json new file mode 100644 index 0000000..01f7fbf --- /dev/null +++ b/kubejs/data/bewitchment/loot_tables/blocks/deepslate_silver_ore.json @@ -0,0 +1,49 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "conditions": [ + { + "condition": "match_tool", + "predicate": { + "enchantments": [ + { + "enchantment": "silk_touch", + "levels": { + "min": 1 + } + } + ] + } + } + ], + "name": "bewitchment:deepslate_silver_ore" + }, + { + "type": "minecraft:item", + "functions": [ + { + "function": "apply_bonus", + "enchantment": "fortune", + "formula": "ore_drops" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "modern_industrialization:raw_silver" + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/bewitchment/loot_tables/blocks/silver_ore.json b/kubejs/data/bewitchment/loot_tables/blocks/silver_ore.json new file mode 100644 index 0000000..f5292e9 --- /dev/null +++ b/kubejs/data/bewitchment/loot_tables/blocks/silver_ore.json @@ -0,0 +1,49 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "conditions": [ + { + "condition": "match_tool", + "predicate": { + "enchantments": [ + { + "enchantment": "silk_touch", + "levels": { + "min": 1 + } + } + ] + } + } + ], + "name": "bewitchment:silver_ore" + }, + { + "type": "minecraft:item", + "functions": [ + { + "function": "apply_bonus", + "enchantment": "fortune", + "formula": "ore_drops" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "modern_industrialization:raw_silver" + } + ] + } + ] + } + ] + } \ No newline at end of file diff --git a/kubejs/data/botanytrees/recipes/bewitchment/cypress_sapling.json b/kubejs/data/botanytrees/recipes/bewitchment/cypress_sapling.json new file mode 100644 index 0000000..439407d --- /dev/null +++ b/kubejs/data/botanytrees/recipes/bewitchment/cypress_sapling.json @@ -0,0 +1,43 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "bewitchment:cypress_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "bewitchment:cypress_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "bewitchment:cypress_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "bewitchment:cypress_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.01, + "output": { + "item": "bewitchment:cypress_bark" + } + }, + { + "chance": 0.01, + "output": { + "item": "bewitchment:cypress_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/bewitchment/dragons_blood_sapling.json b/kubejs/data/botanytrees/recipes/bewitchment/dragons_blood_sapling.json new file mode 100644 index 0000000..74b2261 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/bewitchment/dragons_blood_sapling.json @@ -0,0 +1,43 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "bewitchment:dragons_blood_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "bewitchment:dragons_blood_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "bewitchment:dragons_blood_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "bewitchment:dragons_blood_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.01, + "output": { + "item": "bewitchment:dragons_blood_resin" + } + }, + { + "chance": 0.01, + "output": { + "item": "bewitchment:dragons_blood_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/bewitchment/elder_sapling.json b/kubejs/data/botanytrees/recipes/bewitchment/elder_sapling.json new file mode 100644 index 0000000..091dfce --- /dev/null +++ b/kubejs/data/botanytrees/recipes/bewitchment/elder_sapling.json @@ -0,0 +1,43 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "bewitchment:elder_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "bewitchment:elder_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "bewitchment:elder_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "bewitchment:elder_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.01, + "output": { + "item": "bewitchment:elder_bark" + } + }, + { + "chance": 0.01, + "output": { + "item": "bewitchment:elder_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/bewitchment/juniper_sapling.json b/kubejs/data/botanytrees/recipes/bewitchment/juniper_sapling.json new file mode 100644 index 0000000..6c3d3b0 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/bewitchment/juniper_sapling.json @@ -0,0 +1,43 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "bewitchment:juniper_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "bewitchment:juniper_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "bewitchment:juniper_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "bewitchment:juniper_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.01, + "output": { + "item": "bewitchment:juniper_bark" + } + }, + { + "chance": 0.01, + "output": { + "item": "bewitchment:juniper_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/biomemakeover/ancient_oak.json b/kubejs/data/botanytrees/recipes/biomemakeover/ancient_oak.json new file mode 100644 index 0000000..dd628a4 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/biomemakeover/ancient_oak.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "biomemakeover:ancient_oak_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "biomemakeover:ancient_oak_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "biomemakeover:ancient_oak_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "biomemakeover:ancient_oak_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "biomemakeover:ancient_oak_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/biomemakeover/blighted_balsa.json b/kubejs/data/botanytrees/recipes/biomemakeover/blighted_balsa.json new file mode 100644 index 0000000..383e665 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/biomemakeover/blighted_balsa.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "biomemakeover:blighted_balsa_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "biomemakeover:blighted_balsa_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "biomemakeover:blighted_balsa_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "biomemakeover:blighted_balsa_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "biomemakeover:blighted_balsa_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/biomemakeover/swamp_cypress.json b/kubejs/data/botanytrees/recipes/biomemakeover/swamp_cypress.json new file mode 100644 index 0000000..05536a9 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/biomemakeover/swamp_cypress.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "biomemakeover:swamp_cypress_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "biomemakeover:swamp_cypress_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "biomemakeover:swamp_cypress_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "biomemakeover:swamp_cypress_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "biomemakeover:swamp_cypress_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/biomemakeover/willow.json b/kubejs/data/botanytrees/recipes/biomemakeover/willow.json new file mode 100644 index 0000000..0606b86 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/biomemakeover/willow.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "biomemakeover:willow_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "biomemakeover:willow_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "biomemakeover:willow_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "biomemakeover:willow_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "biomemakeover:willow_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/byg/araucaria.json b/kubejs/data/botanytrees/recipes/byg/araucaria.json new file mode 100644 index 0000000..75f92e6 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/byg/araucaria.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "byg:araucaria_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "byg:araucaria_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "byg:araucaria_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "byg:pine_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "byg:araucaria_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/byg/aspen.json b/kubejs/data/botanytrees/recipes/byg/aspen.json new file mode 100644 index 0000000..64037d2 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/byg/aspen.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "byg:aspen_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "byg:aspen_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "byg:aspen_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "byg:aspen_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "byg:aspen_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/byg/baobab.json b/kubejs/data/botanytrees/recipes/byg/baobab.json new file mode 100644 index 0000000..fa7dabb --- /dev/null +++ b/kubejs/data/botanytrees/recipes/byg/baobab.json @@ -0,0 +1,53 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "byg:baobab_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "byg:baobab_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "byg:baobab_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "byg:baobab_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.20, + "output": { + "item": "byg:baobab_fruit" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "byg:baobab_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/byg/blue_enchanted.json b/kubejs/data/botanytrees/recipes/byg/blue_enchanted.json new file mode 100644 index 0000000..86e420a --- /dev/null +++ b/kubejs/data/botanytrees/recipes/byg/blue_enchanted.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "byg:blue_enchanted_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "byg:blue_enchanted_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "byg:blue_enchanted_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "byg:blue_enchanted_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "byg:blue_enchanted_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/byg/blue_spruce.json b/kubejs/data/botanytrees/recipes/byg/blue_spruce.json new file mode 100644 index 0000000..db49e7b --- /dev/null +++ b/kubejs/data/botanytrees/recipes/byg/blue_spruce.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "byg:blue_spruce_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "byg:blue_spruce_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "byg:blue_spruce_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "minecraft:spruce_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "byg:blue_spruce_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/byg/brown_birch.json b/kubejs/data/botanytrees/recipes/byg/brown_birch.json new file mode 100644 index 0000000..c335e16 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/byg/brown_birch.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "byg:brown_birch_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "byg:brown_birch_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "byg:brown_birch_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "minecraft:birch_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "byg:brown_birch_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/byg/brown_oak.json b/kubejs/data/botanytrees/recipes/byg/brown_oak.json new file mode 100644 index 0000000..9b42bfc --- /dev/null +++ b/kubejs/data/botanytrees/recipes/byg/brown_oak.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "byg:brown_oak_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "byg:brown_oak_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "byg:brown_oak_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "minecraft:oak_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "byg:brown_oak_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/byg/brown_zelkova.json b/kubejs/data/botanytrees/recipes/byg/brown_zelkova.json new file mode 100644 index 0000000..f6fe0d1 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/byg/brown_zelkova.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "byg:brown_zelkova_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "byg:brown_zelkova_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "byg:brown_zelkova_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "byg:zelkova_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "byg:brown_zelkova_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/byg/cika.json b/kubejs/data/botanytrees/recipes/byg/cika.json new file mode 100644 index 0000000..7e773ba --- /dev/null +++ b/kubejs/data/botanytrees/recipes/byg/cika.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "byg:cika_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "byg:cika_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "byg:cika_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "byg:cika_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "byg:cika_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/byg/cypress.json b/kubejs/data/botanytrees/recipes/byg/cypress.json new file mode 100644 index 0000000..552d652 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/byg/cypress.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "byg:cypress_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "byg:cypress_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "byg:cypress_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "byg:cypress_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "byg:cypress_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/byg/ebony.json b/kubejs/data/botanytrees/recipes/byg/ebony.json new file mode 100644 index 0000000..6131a77 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/byg/ebony.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "byg:ebony_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "byg:ebony_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "byg:ebony_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "byg:ebony_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "byg:ebony_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/byg/ether.json b/kubejs/data/botanytrees/recipes/byg/ether.json new file mode 100644 index 0000000..7e66f22 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/byg/ether.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "byg:ether_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "byg:ether_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "byg:ether_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "byg:ether_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "byg:ether_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/byg/fir.json b/kubejs/data/botanytrees/recipes/byg/fir.json new file mode 100644 index 0000000..90911c9 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/byg/fir.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "byg:fir_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "byg:fir_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "byg:fir_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "byg:fir_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "byg:fir_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/byg/green_enchanted.json b/kubejs/data/botanytrees/recipes/byg/green_enchanted.json new file mode 100644 index 0000000..e04f4c6 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/byg/green_enchanted.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "byg:green_enchanted_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "byg:green_enchanted_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "byg:green_enchanted_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "byg:green_enchanted_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "byg:green_enchanted_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/byg/holly.json b/kubejs/data/botanytrees/recipes/byg/holly.json new file mode 100644 index 0000000..0361339 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/byg/holly.json @@ -0,0 +1,53 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "byg:holly_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "byg:holly_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "byg:holly_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "byg:holly_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.20, + "output": { + "item": "byg:holly_berries" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "byg:holly_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/byg/indigo_jacaranda.json b/kubejs/data/botanytrees/recipes/byg/indigo_jacaranda.json new file mode 100644 index 0000000..1c05af9 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/byg/indigo_jacaranda.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "byg:indigo_jacaranda_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "byg:indigo_jacaranda_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "byg:indigo_jacaranda_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "byg:jacaranda_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "byg:indigo_jacaranda_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/byg/jacaranda.json b/kubejs/data/botanytrees/recipes/byg/jacaranda.json new file mode 100644 index 0000000..f31fad8 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/byg/jacaranda.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "byg:jacaranda_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "byg:jacaranda_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "byg:jacaranda_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "byg:jacaranda_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "byg:jacaranda_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/byg/joshua.json b/kubejs/data/botanytrees/recipes/byg/joshua.json new file mode 100644 index 0000000..1460b49 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/byg/joshua.json @@ -0,0 +1,53 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "byg:joshua_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "byg:joshua_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "byg:joshua_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "minecraft:oak_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.20, + "output": { + "item": "byg:joshua_fruit" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "byg:joshua_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/byg/lament.json b/kubejs/data/botanytrees/recipes/byg/lament.json new file mode 100644 index 0000000..de46f07 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/byg/lament.json @@ -0,0 +1,53 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "byg:lament_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "byg:lament_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "byg:lament_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "byg:lament_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.10, + "output": { + "item": "minecraft:shroomlight" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "byg:lament_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/byg/mahogany.json b/kubejs/data/botanytrees/recipes/byg/mahogany.json new file mode 100644 index 0000000..3876173 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/byg/mahogany.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "byg:mahogany_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "byg:mahogany_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "byg:mahogany_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "byg:mahogany_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "byg:mahogany_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/byg/mangrove.json b/kubejs/data/botanytrees/recipes/byg/mangrove.json new file mode 100644 index 0000000..8acf506 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/byg/mangrove.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "byg:mangrove_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "byg:mangrove_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "byg:mangrove_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "byg:mangrove_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "byg:mangrove_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/byg/maple.json b/kubejs/data/botanytrees/recipes/byg/maple.json new file mode 100644 index 0000000..cd8c59d --- /dev/null +++ b/kubejs/data/botanytrees/recipes/byg/maple.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "byg:maple_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "byg:maple_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "byg:maple_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "byg:maple_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "byg:maple_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/byg/nightshade.json b/kubejs/data/botanytrees/recipes/byg/nightshade.json new file mode 100644 index 0000000..74d83b1 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/byg/nightshade.json @@ -0,0 +1,53 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "byg:nightshade_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "byg:nightshade_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "byg:nightshade_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "byg:nightshade_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.15, + "output": { + "item": "byg:imbued_nightshade_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "byg:nightshade_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/byg/orange_birch.json b/kubejs/data/botanytrees/recipes/byg/orange_birch.json new file mode 100644 index 0000000..f4882b3 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/byg/orange_birch.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "byg:orange_birch_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "byg:orange_birch_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "byg:orange_birch_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "minecraft:birch_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "byg:orange_birch_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/byg/orange_oak.json b/kubejs/data/botanytrees/recipes/byg/orange_oak.json new file mode 100644 index 0000000..61d21ab --- /dev/null +++ b/kubejs/data/botanytrees/recipes/byg/orange_oak.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "byg:orange_oak_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "byg:orange_oak_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "byg:orange_oak_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "minecraft:oak_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "byg:orange_oak_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/byg/orange_spruce.json b/kubejs/data/botanytrees/recipes/byg/orange_spruce.json new file mode 100644 index 0000000..22777f3 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/byg/orange_spruce.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "byg:orange_spruce_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "byg:orange_spruce_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "byg:orange_spruce_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "minecraft:spruce_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "byg:orange_spruce_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/byg/orchard.json b/kubejs/data/botanytrees/recipes/byg/orchard.json new file mode 100644 index 0000000..77b7a95 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/byg/orchard.json @@ -0,0 +1,53 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "byg:orchard_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "byg:orchard_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "byg:orchard_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "minecraft:oak_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:apple" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "byg:orchard_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/byg/palm.json b/kubejs/data/botanytrees/recipes/byg/palm.json new file mode 100644 index 0000000..9a0ee7e --- /dev/null +++ b/kubejs/data/botanytrees/recipes/byg/palm.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "byg:palm_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "byg:palm_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "byg:palm_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "byg:palm_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "byg:palm_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/byg/palo_verde.json b/kubejs/data/botanytrees/recipes/byg/palo_verde.json new file mode 100644 index 0000000..d36e325 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/byg/palo_verde.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "byg:palo_verde_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "byg:palo_verde_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "byg:palo_verde_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "byg:palo_verde_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "byg:palo_verde_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/byg/pine.json b/kubejs/data/botanytrees/recipes/byg/pine.json new file mode 100644 index 0000000..d0e6d09 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/byg/pine.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "byg:pine_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "byg:pine_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "byg:pine_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "byg:pine_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "byg:pine_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/byg/pink_cherry.json b/kubejs/data/botanytrees/recipes/byg/pink_cherry.json new file mode 100644 index 0000000..ba09bcd --- /dev/null +++ b/kubejs/data/botanytrees/recipes/byg/pink_cherry.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "byg:pink_cherry_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "byg:pink_cherry_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "byg:pink_cherry_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "byg:cherry_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "byg:pink_cherry_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/byg/rainbow_eucalyptus.json b/kubejs/data/botanytrees/recipes/byg/rainbow_eucalyptus.json new file mode 100644 index 0000000..df500de --- /dev/null +++ b/kubejs/data/botanytrees/recipes/byg/rainbow_eucalyptus.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "byg:rainbow_eucalyptus_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "byg:rainbow_eucalyptus_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "byg:rainbow_eucalyptus_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "byg:rainbow_eucalyptus_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "byg:rainbow_eucalyptus_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/byg/red_birch.json b/kubejs/data/botanytrees/recipes/byg/red_birch.json new file mode 100644 index 0000000..6b34586 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/byg/red_birch.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "byg:red_birch_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "byg:red_birch_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "byg:red_birch_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "minecraft:birch_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "byg:red_birch_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/byg/red_maple.json b/kubejs/data/botanytrees/recipes/byg/red_maple.json new file mode 100644 index 0000000..2d9236b --- /dev/null +++ b/kubejs/data/botanytrees/recipes/byg/red_maple.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "byg:red_maple_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "byg:red_maple_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "byg:red_maple_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "byg:maple_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "byg:red_maple_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/byg/red_oak.json b/kubejs/data/botanytrees/recipes/byg/red_oak.json new file mode 100644 index 0000000..503bf4b --- /dev/null +++ b/kubejs/data/botanytrees/recipes/byg/red_oak.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "byg:red_oak_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "byg:red_oak_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "byg:red_oak_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "minecraft:oak_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "byg:red_oak_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/byg/red_spruce.json b/kubejs/data/botanytrees/recipes/byg/red_spruce.json new file mode 100644 index 0000000..3db3154 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/byg/red_spruce.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "byg:red_spruce_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "byg:red_spruce_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "byg:red_spruce_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "minecraft:spruce_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "byg:red_spruce_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/byg/redwood.json b/kubejs/data/botanytrees/recipes/byg/redwood.json new file mode 100644 index 0000000..6dcf60e --- /dev/null +++ b/kubejs/data/botanytrees/recipes/byg/redwood.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "byg:redwood_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "byg:redwood_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "byg:redwood_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "byg:redwood_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "byg:redwood_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/byg/silver_maple.json b/kubejs/data/botanytrees/recipes/byg/silver_maple.json new file mode 100644 index 0000000..15a4934 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/byg/silver_maple.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "byg:silver_maple_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "byg:silver_maple_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "byg:silver_maple_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "byg:maple_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "byg:silver_maple_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/byg/skyris.json b/kubejs/data/botanytrees/recipes/byg/skyris.json new file mode 100644 index 0000000..a8b03aa --- /dev/null +++ b/kubejs/data/botanytrees/recipes/byg/skyris.json @@ -0,0 +1,53 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "byg:skyris_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "byg:skyris_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "byg:skyris_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "byg:skyris_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.20, + "output": { + "item": "byg:green_apple" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "byg:skyris_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/byg/white_cherry.json b/kubejs/data/botanytrees/recipes/byg/white_cherry.json new file mode 100644 index 0000000..7445587 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/byg/white_cherry.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "byg:white_cherry_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "byg:white_cherry_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "byg:white_cherry_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "byg:cherry_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "byg:white_cherry_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/byg/willow.json b/kubejs/data/botanytrees/recipes/byg/willow.json new file mode 100644 index 0000000..227bd78 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/byg/willow.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "byg:willow_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "byg:willow_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "byg:willow_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "byg:willow_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "byg:willow_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/byg/witch_hazel.json b/kubejs/data/botanytrees/recipes/byg/witch_hazel.json new file mode 100644 index 0000000..3ad8f9e --- /dev/null +++ b/kubejs/data/botanytrees/recipes/byg/witch_hazel.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "byg:witch_hazel_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "byg:witch_hazel_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "byg:witch_hazel_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "byg:witch_hazel_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "byg:witch_hazel_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/byg/withering_oak.json b/kubejs/data/botanytrees/recipes/byg/withering_oak.json new file mode 100644 index 0000000..c72a462 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/byg/withering_oak.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "byg:withering_oak_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "byg:withering_oak_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "byg:withering_oak_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "byg:withering_oak_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "byg:withering_oak_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/byg/yellow_birch.json b/kubejs/data/botanytrees/recipes/byg/yellow_birch.json new file mode 100644 index 0000000..66961d9 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/byg/yellow_birch.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "byg:yellow_birch_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "byg:yellow_birch_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "byg:yellow_birch_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "minecraft:birch_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "byg:yellow_birch_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/byg/yellow_spruce.json b/kubejs/data/botanytrees/recipes/byg/yellow_spruce.json new file mode 100644 index 0000000..19c0de9 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/byg/yellow_spruce.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "byg:yellow_spruce_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "byg:yellow_spruce_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "byg:yellow_spruce_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "minecraft:spruce_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "byg:yellow_spruce_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/byg/zelkova.json b/kubejs/data/botanytrees/recipes/byg/zelkova.json new file mode 100644 index 0000000..f78d3ea --- /dev/null +++ b/kubejs/data/botanytrees/recipes/byg/zelkova.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "byg:zelkova_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "byg:zelkova_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "byg:zelkova_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "byg:zelkova_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "byg:zelkova_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/colorful-azaleas/blue_azalea.json b/kubejs/data/botanytrees/recipes/colorful-azaleas/blue_azalea.json new file mode 100644 index 0000000..52ed9e0 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/colorful-azaleas/blue_azalea.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "colorful-azaleas:blue_azalea_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "colorful-azaleas:blue_azalea_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "colorful-azaleas:blue_azalea_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "colorful-azaleas:azule_azalea_wood" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "colorful-azaleas:blue_azalea_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/colorful-azaleas/orange_azalea.json b/kubejs/data/botanytrees/recipes/colorful-azaleas/orange_azalea.json new file mode 100644 index 0000000..30eb8ee --- /dev/null +++ b/kubejs/data/botanytrees/recipes/colorful-azaleas/orange_azalea.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "colorful-azaleas:orange_azalea_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "colorful-azaleas:orange_azalea_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "colorful-azaleas:orange_azalea_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "colorful-azaleas:tecal_azalea_wood" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "colorful-azaleas:orange_azalea_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/colorful-azaleas/pink_azalea.json b/kubejs/data/botanytrees/recipes/colorful-azaleas/pink_azalea.json new file mode 100644 index 0000000..41ee08a --- /dev/null +++ b/kubejs/data/botanytrees/recipes/colorful-azaleas/pink_azalea.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "colorful-azaleas:pink_azalea_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "colorful-azaleas:pink_azalea_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "colorful-azaleas:pink_azalea_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "colorful-azaleas:bright_azalea_wood" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "colorful-azaleas:pink_azalea_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/colorful-azaleas/purple_azalea.json b/kubejs/data/botanytrees/recipes/colorful-azaleas/purple_azalea.json new file mode 100644 index 0000000..6ca350f --- /dev/null +++ b/kubejs/data/botanytrees/recipes/colorful-azaleas/purple_azalea.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "colorful-azaleas:purple_azalea_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "colorful-azaleas:purple_azalea_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "colorful-azaleas:purple_azalea_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "colorful-azaleas:walnut_azalea_wood" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "colorful-azaleas:purple_azalea_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/colorful-azaleas/red_azalea.json b/kubejs/data/botanytrees/recipes/colorful-azaleas/red_azalea.json new file mode 100644 index 0000000..4b8f5b6 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/colorful-azaleas/red_azalea.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "colorful-azaleas:red_azalea_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "colorful-azaleas:red_azalea_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "colorful-azaleas:red_azalea_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "colorful-azaleas:roze_azalea_wood" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "colorful-azaleas:red_azalea_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/colorful-azaleas/yellow_azalea.json b/kubejs/data/botanytrees/recipes/colorful-azaleas/yellow_azalea.json new file mode 100644 index 0000000..a4ba6bd --- /dev/null +++ b/kubejs/data/botanytrees/recipes/colorful-azaleas/yellow_azalea.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "colorful-azaleas:yellow_azalea_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "colorful-azaleas:yellow_azalea_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "colorful-azaleas:yellow_azalea_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "colorful-azaleas:fiss_azalea_wood" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "colorful-azaleas:yellow_azalea_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/croptopia/almond.json b/kubejs/data/botanytrees/recipes/croptopia/almond.json new file mode 100644 index 0000000..b6754c6 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/croptopia/almond.json @@ -0,0 +1,53 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "croptopia:almond_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "croptopia:almond_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "croptopia:almond_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "minecraft:dark_oak_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.20, + "output": { + "item": "croptopia:almond" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "croptopia:almond_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/croptopia/apple.json b/kubejs/data/botanytrees/recipes/croptopia/apple.json new file mode 100644 index 0000000..87e073c --- /dev/null +++ b/kubejs/data/botanytrees/recipes/croptopia/apple.json @@ -0,0 +1,53 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "croptopia:apple_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "croptopia:apple_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "croptopia:apple_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "minecraft:oak_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:apple" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "croptopia:apple_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/croptopia/apricot.json b/kubejs/data/botanytrees/recipes/croptopia/apricot.json new file mode 100644 index 0000000..a37ab21 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/croptopia/apricot.json @@ -0,0 +1,53 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "croptopia:apricot_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "croptopia:apricot_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "croptopia:apricot_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "minecraft:oak_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.20, + "output": { + "item": "croptopia:apricot" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "croptopia:apricot_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/croptopia/avocado.json b/kubejs/data/botanytrees/recipes/croptopia/avocado.json new file mode 100644 index 0000000..6a151ac --- /dev/null +++ b/kubejs/data/botanytrees/recipes/croptopia/avocado.json @@ -0,0 +1,53 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "croptopia:avocado_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "croptopia:avocado_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "croptopia:avocado_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "minecraft:spruce_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.20, + "output": { + "item": "croptopia:avocado" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "croptopia:avocado_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/croptopia/banana.json b/kubejs/data/botanytrees/recipes/croptopia/banana.json new file mode 100644 index 0000000..f8153be --- /dev/null +++ b/kubejs/data/botanytrees/recipes/croptopia/banana.json @@ -0,0 +1,53 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "croptopia:banana_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "croptopia:banana_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "croptopia:banana_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "minecraft:jungle_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.20, + "output": { + "item": "croptopia:banana" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "croptopia:banana_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/croptopia/cashew.json b/kubejs/data/botanytrees/recipes/croptopia/cashew.json new file mode 100644 index 0000000..090adbc --- /dev/null +++ b/kubejs/data/botanytrees/recipes/croptopia/cashew.json @@ -0,0 +1,53 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "croptopia:cashew_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "croptopia:cashew_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "croptopia:cashew_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "minecraft:dark_oak_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.20, + "output": { + "item": "croptopia:cashew" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "croptopia:cashew_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/croptopia/cherry.json b/kubejs/data/botanytrees/recipes/croptopia/cherry.json new file mode 100644 index 0000000..ccd40a4 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/croptopia/cherry.json @@ -0,0 +1,53 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "croptopia:cherry_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "croptopia:cherry_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "croptopia:cherry_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "minecraft:oak_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.20, + "output": { + "item": "croptopia:cherry" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "croptopia:cherry_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/croptopia/cinnamon.json b/kubejs/data/botanytrees/recipes/croptopia/cinnamon.json new file mode 100644 index 0000000..c17df8e --- /dev/null +++ b/kubejs/data/botanytrees/recipes/croptopia/cinnamon.json @@ -0,0 +1,53 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "croptopia:cinnamon_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "croptopia:cinnamon_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "croptopia:cinnamon_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "croptopia:cinnamon_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.20, + "output": { + "item": "croptopia:cinnamon" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "croptopia:cinnamon_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/croptopia/coconut.json b/kubejs/data/botanytrees/recipes/croptopia/coconut.json new file mode 100644 index 0000000..9e5fcf2 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/croptopia/coconut.json @@ -0,0 +1,53 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "croptopia:coconut_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "croptopia:coconut_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "croptopia:coconut_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "minecraft:jungle_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.20, + "output": { + "item": "croptopia:coconut" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "croptopia:coconut_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/croptopia/date.json b/kubejs/data/botanytrees/recipes/croptopia/date.json new file mode 100644 index 0000000..84ce66d --- /dev/null +++ b/kubejs/data/botanytrees/recipes/croptopia/date.json @@ -0,0 +1,53 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "croptopia:date_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "croptopia:date_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "croptopia:date_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "minecraft:jungle_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.20, + "output": { + "item": "croptopia:date" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "croptopia:date_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/croptopia/dragonfruit.json b/kubejs/data/botanytrees/recipes/croptopia/dragonfruit.json new file mode 100644 index 0000000..01c6f8c --- /dev/null +++ b/kubejs/data/botanytrees/recipes/croptopia/dragonfruit.json @@ -0,0 +1,53 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "croptopia:dragonfruit_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "croptopia:dragonfruit_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "croptopia:dragonfruit_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "minecraft:jungle_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.20, + "output": { + "item": "croptopia:dragonfruit" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "croptopia:dragonfruit_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/croptopia/fig.json b/kubejs/data/botanytrees/recipes/croptopia/fig.json new file mode 100644 index 0000000..2b8d619 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/croptopia/fig.json @@ -0,0 +1,53 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "croptopia:fig_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "croptopia:fig_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "croptopia:fig_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "minecraft:jungle_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.20, + "output": { + "item": "croptopia:fig" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "croptopia:fig_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/croptopia/grapefruit.json b/kubejs/data/botanytrees/recipes/croptopia/grapefruit.json new file mode 100644 index 0000000..7a21c74 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/croptopia/grapefruit.json @@ -0,0 +1,53 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "croptopia:grapefruit_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "croptopia:grapefruit_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "croptopia:grapefruit_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "minecraft:jungle_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.20, + "output": { + "item": "croptopia:grapefruit" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "croptopia:grapefruit_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/croptopia/kumquat.json b/kubejs/data/botanytrees/recipes/croptopia/kumquat.json new file mode 100644 index 0000000..4178e1f --- /dev/null +++ b/kubejs/data/botanytrees/recipes/croptopia/kumquat.json @@ -0,0 +1,53 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "croptopia:kumquat_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "croptopia:kumquat_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "croptopia:kumquat_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "minecraft:jungle_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.20, + "output": { + "item": "croptopia:kumquat" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "croptopia:kumquat_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/croptopia/lemon.json b/kubejs/data/botanytrees/recipes/croptopia/lemon.json new file mode 100644 index 0000000..14fe46e --- /dev/null +++ b/kubejs/data/botanytrees/recipes/croptopia/lemon.json @@ -0,0 +1,53 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "croptopia:lemon_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "croptopia:lemon_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "croptopia:lemon_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "minecraft:oak_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.20, + "output": { + "item": "croptopia:lemon" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "croptopia:lemon_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/croptopia/lime.json b/kubejs/data/botanytrees/recipes/croptopia/lime.json new file mode 100644 index 0000000..e9bbc13 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/croptopia/lime.json @@ -0,0 +1,53 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "croptopia:lime_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "croptopia:lime_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "croptopia:lime_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "minecraft:oak_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.20, + "output": { + "item": "croptopia:lime" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "croptopia:lime_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/croptopia/mango.json b/kubejs/data/botanytrees/recipes/croptopia/mango.json new file mode 100644 index 0000000..70ec721 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/croptopia/mango.json @@ -0,0 +1,53 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "croptopia:mango_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "croptopia:mango_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "croptopia:mango_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "minecraft:jungle_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.20, + "output": { + "item": "croptopia:mango" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "croptopia:mango_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/croptopia/nectarine.json b/kubejs/data/botanytrees/recipes/croptopia/nectarine.json new file mode 100644 index 0000000..215d4b1 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/croptopia/nectarine.json @@ -0,0 +1,53 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "croptopia:nectarine_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "croptopia:nectarine_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "croptopia:nectarine_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "minecraft:oak_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.20, + "output": { + "item": "croptopia:nectarine" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "croptopia:nectarine_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/croptopia/nutmeg.json b/kubejs/data/botanytrees/recipes/croptopia/nutmeg.json new file mode 100644 index 0000000..643ce55 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/croptopia/nutmeg.json @@ -0,0 +1,53 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "croptopia:nutmeg_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "croptopia:nutmeg_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "croptopia:nutmeg_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "minecraft:jungle_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.20, + "output": { + "item": "croptopia:nutmeg" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "croptopia:nutmeg_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/croptopia/orange.json b/kubejs/data/botanytrees/recipes/croptopia/orange.json new file mode 100644 index 0000000..5d476a9 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/croptopia/orange.json @@ -0,0 +1,53 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "croptopia:orange_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "croptopia:orange_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "croptopia:orange_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "minecraft:oak_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.20, + "output": { + "item": "croptopia:orange" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "croptopia:orange_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/croptopia/peach.json b/kubejs/data/botanytrees/recipes/croptopia/peach.json new file mode 100644 index 0000000..bbfe003 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/croptopia/peach.json @@ -0,0 +1,53 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "croptopia:peach_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "croptopia:peach_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "croptopia:peach_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "minecraft:oak_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.20, + "output": { + "item": "croptopia:peach" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "croptopia:peach_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/croptopia/pear.json b/kubejs/data/botanytrees/recipes/croptopia/pear.json new file mode 100644 index 0000000..b3b16f1 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/croptopia/pear.json @@ -0,0 +1,53 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "croptopia:pear_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "croptopia:pear_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "croptopia:pear_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "minecraft:oak_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.20, + "output": { + "item": "croptopia:pear" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "croptopia:pear_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/croptopia/pecan.json b/kubejs/data/botanytrees/recipes/croptopia/pecan.json new file mode 100644 index 0000000..e6c5963 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/croptopia/pecan.json @@ -0,0 +1,53 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "croptopia:pecan_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "croptopia:pecan_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "croptopia:pecan_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "minecraft:dark_oak_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.20, + "output": { + "item": "croptopia:pecan" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "croptopia:pecan_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/croptopia/persimmon.json b/kubejs/data/botanytrees/recipes/croptopia/persimmon.json new file mode 100644 index 0000000..68c0b43 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/croptopia/persimmon.json @@ -0,0 +1,53 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "croptopia:persimmon_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "croptopia:persimmon_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "croptopia:persimmon_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "minecraft:jungle_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.20, + "output": { + "item": "croptopia:persimmon" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "croptopia:persimmon_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/croptopia/plum.json b/kubejs/data/botanytrees/recipes/croptopia/plum.json new file mode 100644 index 0000000..bc10065 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/croptopia/plum.json @@ -0,0 +1,53 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "croptopia:plum_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "croptopia:plum_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "croptopia:plum_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "minecraft:jungle_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.20, + "output": { + "item": "croptopia:plum" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "croptopia:plum_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/croptopia/starfruit.json b/kubejs/data/botanytrees/recipes/croptopia/starfruit.json new file mode 100644 index 0000000..bff1663 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/croptopia/starfruit.json @@ -0,0 +1,53 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "croptopia:starfruit_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "croptopia:starfruit_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "croptopia:starfruit_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "minecraft:oak_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.20, + "output": { + "item": "croptopia:starfruit" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "croptopia:starfruit_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/croptopia/walnut.json b/kubejs/data/botanytrees/recipes/croptopia/walnut.json new file mode 100644 index 0000000..883cc0b --- /dev/null +++ b/kubejs/data/botanytrees/recipes/croptopia/walnut.json @@ -0,0 +1,53 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "croptopia:walnut_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "croptopia:walnut_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "croptopia:walnut_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "minecraft:dark_oak_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.20, + "output": { + "item": "croptopia:walnut" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "croptopia:walnut_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/ecologics/walnut.json b/kubejs/data/botanytrees/recipes/ecologics/walnut.json new file mode 100644 index 0000000..67bb959 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/ecologics/walnut.json @@ -0,0 +1,53 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "ecologics:walnut_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "ecologics:walnut_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "ecologics:walnut_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "ecologics:walnut_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.25, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.25, + "output": { + "item": "ecologics:walnut" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.15, + "output": { + "item": "ecologics:walnut_sapling" + } + } + ] + } \ No newline at end of file diff --git a/kubejs/data/botanytrees/recipes/minecraft/azalea.json b/kubejs/data/botanytrees/recipes/minecraft/azalea.json new file mode 100644 index 0000000..027b125 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/minecraft/azalea.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "minecraft:azalea" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "minecraft:azalea" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "minecraft:azalea" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "ecologics:azalea_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "minecraft:azalea" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/minecraft/flowering_azalea.json b/kubejs/data/botanytrees/recipes/minecraft/flowering_azalea.json new file mode 100644 index 0000000..6dfb4fc --- /dev/null +++ b/kubejs/data/botanytrees/recipes/minecraft/flowering_azalea.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "minecraft:flowering_azalea" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "minecraft:flowering_azalea" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "minecraft:flowering_azalea" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "ecologics:flowering_azalea_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "minecraft:flowering_azalea" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/spectrum/black_sapling.json b/kubejs/data/botanytrees/recipes/spectrum/black_sapling.json new file mode 100644 index 0000000..8f28058 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/spectrum/black_sapling.json @@ -0,0 +1,43 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "spectrum:black_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "spectrum:black_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "spectrum:black_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "spectrum:black_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.10, + "output": { + "item": "spectrum:black_pigment" + } + }, + { + "chance": 0.01, + "output": { + "item": "spectrum:black_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/spectrum/blue_sapling.json b/kubejs/data/botanytrees/recipes/spectrum/blue_sapling.json new file mode 100644 index 0000000..34aab8b --- /dev/null +++ b/kubejs/data/botanytrees/recipes/spectrum/blue_sapling.json @@ -0,0 +1,43 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "spectrum:blue_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "spectrum:blue_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "spectrum:blue_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "spectrum:blue_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.10, + "output": { + "item": "spectrum:blue_pigment" + } + }, + { + "chance": 0.01, + "output": { + "item": "spectrum:blue_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/spectrum/brown_sapling.json b/kubejs/data/botanytrees/recipes/spectrum/brown_sapling.json new file mode 100644 index 0000000..f55f649 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/spectrum/brown_sapling.json @@ -0,0 +1,43 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "spectrum:brown_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "spectrum:brown_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "spectrum:brown_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "spectrum:brown_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.10, + "output": { + "item": "spectrum:brown_pigment" + } + }, + { + "chance": 0.01, + "output": { + "item": "spectrum:brown_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/spectrum/cyan_sapling.json b/kubejs/data/botanytrees/recipes/spectrum/cyan_sapling.json new file mode 100644 index 0000000..cbffdff --- /dev/null +++ b/kubejs/data/botanytrees/recipes/spectrum/cyan_sapling.json @@ -0,0 +1,43 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "spectrum:cyan_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "spectrum:cyan_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "spectrum:cyan_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "spectrum:cyan_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.10, + "output": { + "item": "spectrum:cyan_pigment" + } + }, + { + "chance": 0.01, + "output": { + "item": "spectrum:cyan_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/spectrum/gray_sapling.json b/kubejs/data/botanytrees/recipes/spectrum/gray_sapling.json new file mode 100644 index 0000000..7583c1b --- /dev/null +++ b/kubejs/data/botanytrees/recipes/spectrum/gray_sapling.json @@ -0,0 +1,43 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "spectrum:gray_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "spectrum:gray_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "spectrum:gray_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "spectrum:gray_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.10, + "output": { + "item": "spectrum:gray_pigment" + } + }, + { + "chance": 0.01, + "output": { + "item": "spectrum:gray_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/spectrum/green_sapling.json b/kubejs/data/botanytrees/recipes/spectrum/green_sapling.json new file mode 100644 index 0000000..b38f3c4 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/spectrum/green_sapling.json @@ -0,0 +1,43 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "spectrum:green_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "spectrum:green_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "spectrum:green_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "spectrum:green_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.10, + "output": { + "item": "spectrum:green_pigment" + } + }, + { + "chance": 0.01, + "output": { + "item": "spectrum:green_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/spectrum/light_blue_sapling.json b/kubejs/data/botanytrees/recipes/spectrum/light_blue_sapling.json new file mode 100644 index 0000000..a04ad69 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/spectrum/light_blue_sapling.json @@ -0,0 +1,43 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "spectrum:light_blue_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "spectrum:light_blue_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "spectrum:light_blue_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "spectrum:light_blue_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.10, + "output": { + "item": "spectrum:light_blue_pigment" + } + }, + { + "chance": 0.01, + "output": { + "item": "spectrum:light_blue_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/spectrum/light_gray_sapling.json b/kubejs/data/botanytrees/recipes/spectrum/light_gray_sapling.json new file mode 100644 index 0000000..6e1ed3b --- /dev/null +++ b/kubejs/data/botanytrees/recipes/spectrum/light_gray_sapling.json @@ -0,0 +1,43 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "spectrum:light_gray_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "spectrum:light_gray_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "spectrum:light_gray_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "spectrum:light_gray_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.10, + "output": { + "item": "spectrum:light_gray_pigment" + } + }, + { + "chance": 0.01, + "output": { + "item": "spectrum:light_gray_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/spectrum/lime_sapling.json b/kubejs/data/botanytrees/recipes/spectrum/lime_sapling.json new file mode 100644 index 0000000..848196f --- /dev/null +++ b/kubejs/data/botanytrees/recipes/spectrum/lime_sapling.json @@ -0,0 +1,43 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "spectrum:lime_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "spectrum:lime_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "spectrum:lime_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "spectrum:lime_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.10, + "output": { + "item": "spectrum:lime_pigment" + } + }, + { + "chance": 0.01, + "output": { + "item": "spectrum:lime_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/spectrum/magenta_sapling.json b/kubejs/data/botanytrees/recipes/spectrum/magenta_sapling.json new file mode 100644 index 0000000..23f2f33 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/spectrum/magenta_sapling.json @@ -0,0 +1,43 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "spectrum:magenta_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "spectrum:magenta_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "spectrum:magenta_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "spectrum:magenta_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.10, + "output": { + "item": "spectrum:magenta_pigment" + } + }, + { + "chance": 0.01, + "output": { + "item": "spectrum:magenta_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/spectrum/orange_sapling.json b/kubejs/data/botanytrees/recipes/spectrum/orange_sapling.json new file mode 100644 index 0000000..4612634 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/spectrum/orange_sapling.json @@ -0,0 +1,43 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "spectrum:orange_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "spectrum:orange_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "spectrum:orange_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "spectrum:orange_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.10, + "output": { + "item": "spectrum:orange_pigment" + } + }, + { + "chance": 0.01, + "output": { + "item": "spectrum:orange_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/spectrum/pink_sapling.json b/kubejs/data/botanytrees/recipes/spectrum/pink_sapling.json new file mode 100644 index 0000000..3e63c4f --- /dev/null +++ b/kubejs/data/botanytrees/recipes/spectrum/pink_sapling.json @@ -0,0 +1,43 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "spectrum:pink_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "spectrum:pink_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "spectrum:pink_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "spectrum:pink_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.10, + "output": { + "item": "spectrum:pink_pigment" + } + }, + { + "chance": 0.01, + "output": { + "item": "spectrum:pink_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/spectrum/purple_sapling.json b/kubejs/data/botanytrees/recipes/spectrum/purple_sapling.json new file mode 100644 index 0000000..0b02cf0 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/spectrum/purple_sapling.json @@ -0,0 +1,43 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "spectrum:purple_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "spectrum:purple_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "spectrum:purple_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "spectrum:purple_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.10, + "output": { + "item": "spectrum:purple_pigment" + } + }, + { + "chance": 0.01, + "output": { + "item": "spectrum:purple_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/spectrum/red_sapling.json b/kubejs/data/botanytrees/recipes/spectrum/red_sapling.json new file mode 100644 index 0000000..94e87cd --- /dev/null +++ b/kubejs/data/botanytrees/recipes/spectrum/red_sapling.json @@ -0,0 +1,43 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "spectrum:red_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "spectrum:red_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "spectrum:red_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "spectrum:red_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.10, + "output": { + "item": "spectrum:red_pigment" + } + }, + { + "chance": 0.01, + "output": { + "item": "spectrum:red_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/spectrum/white_sapling.json b/kubejs/data/botanytrees/recipes/spectrum/white_sapling.json new file mode 100644 index 0000000..585e2d2 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/spectrum/white_sapling.json @@ -0,0 +1,43 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "spectrum:white_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "spectrum:white_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "spectrum:white_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "spectrum:white_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.10, + "output": { + "item": "spectrum:white_pigment" + } + }, + { + "chance": 0.01, + "output": { + "item": "spectrum:white_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/spectrum/yellow_sapling.json b/kubejs/data/botanytrees/recipes/spectrum/yellow_sapling.json new file mode 100644 index 0000000..511764a --- /dev/null +++ b/kubejs/data/botanytrees/recipes/spectrum/yellow_sapling.json @@ -0,0 +1,43 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "spectrum:yellow_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "spectrum:yellow_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "spectrum:yellow_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "spectrum:yellow_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.10, + "output": { + "item": "spectrum:yellow_pigment" + } + }, + { + "chance": 0.01, + "output": { + "item": "spectrum:yellow_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/techreborn/rubber.json b/kubejs/data/botanytrees/recipes/techreborn/rubber.json new file mode 100644 index 0000000..d2c85a7 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/techreborn/rubber.json @@ -0,0 +1,53 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "techreborn:rubber_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "techreborn:rubber_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "techreborn:rubber_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "techreborn:rubber_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.20, + "output": { + "item": "techreborn:sap" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "techreborn:rubber_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/twilightforest/canopy.json b/kubejs/data/botanytrees/recipes/twilightforest/canopy.json new file mode 100644 index 0000000..a7616ea --- /dev/null +++ b/kubejs/data/botanytrees/recipes/twilightforest/canopy.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "twilightforest:canopy_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "twilightforest:canopy_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "twilightforest:canopy_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "twilightforest:canopy_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "twilightforest:canopy_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/twilightforest/darkwood.json b/kubejs/data/botanytrees/recipes/twilightforest/darkwood.json new file mode 100644 index 0000000..85b91fb --- /dev/null +++ b/kubejs/data/botanytrees/recipes/twilightforest/darkwood.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "twilightforest:darkwood_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "twilightforest:darkwood_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "twilightforest:darkwood_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "twilightforest:dark_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "twilightforest:darkwood_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/twilightforest/mangrove.json b/kubejs/data/botanytrees/recipes/twilightforest/mangrove.json new file mode 100644 index 0000000..f5acec4 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/twilightforest/mangrove.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "twilightforest:mangrove_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "twilightforest:mangrove_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "twilightforest:mangrove_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "twilightforest:mangrove_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "twilightforest:mangrove_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/twilightforest/miners_tree.json b/kubejs/data/botanytrees/recipes/twilightforest/miners_tree.json new file mode 100644 index 0000000..4b8b0af --- /dev/null +++ b/kubejs/data/botanytrees/recipes/twilightforest/miners_tree.json @@ -0,0 +1,53 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "twilightforest:mining_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "twilightforest:mining_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "twilightforest:mining_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "twilightforest:mining_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.05, + "output": { + "item": "twilightforest:mining_log_core" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "twilightforest:mining_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/twilightforest/rainbow_oak.json b/kubejs/data/botanytrees/recipes/twilightforest/rainbow_oak.json new file mode 100644 index 0000000..9f57a1a --- /dev/null +++ b/kubejs/data/botanytrees/recipes/twilightforest/rainbow_oak.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "twilightforest:rainbow_oak_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "twilightforest:rainbow_oak_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "twilightforest:rainbow_oak_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "minecraft:oak_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "twilightforest:rainbow_oak_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/twilightforest/sickly_twilight_oak.json b/kubejs/data/botanytrees/recipes/twilightforest/sickly_twilight_oak.json new file mode 100644 index 0000000..55b2a6d --- /dev/null +++ b/kubejs/data/botanytrees/recipes/twilightforest/sickly_twilight_oak.json @@ -0,0 +1,53 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "twilightforest:twilight_oak_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "twilightforest:twilight_oak_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "twilightforest:twilight_oak_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "twilightforest:twilight_oak_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.0005, + "output": { + "item": "twilightforest:hollow_oak_sapling" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "twilightforest:twilight_oak_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/twilightforest/sortingwood.json b/kubejs/data/botanytrees/recipes/twilightforest/sortingwood.json new file mode 100644 index 0000000..555605b --- /dev/null +++ b/kubejs/data/botanytrees/recipes/twilightforest/sortingwood.json @@ -0,0 +1,53 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "twilightforest:sorting_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "twilightforest:sorting_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "twilightforest:sorting_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "twilightforest:sorting_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.05, + "output": { + "item": "twilightforest:sorting_log_core" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "twilightforest:sorting_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/twilightforest/time_tree.json b/kubejs/data/botanytrees/recipes/twilightforest/time_tree.json new file mode 100644 index 0000000..1c46c22 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/twilightforest/time_tree.json @@ -0,0 +1,53 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "twilightforest:time_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "twilightforest:time_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "twilightforest:time_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "twilightforest:time_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.05, + "output": { + "item": "twilightforest:time_log_core" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.001, + "output": { + "item": "twilightforest:time_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/twilightforest/transformation.json b/kubejs/data/botanytrees/recipes/twilightforest/transformation.json new file mode 100644 index 0000000..73875e0 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/twilightforest/transformation.json @@ -0,0 +1,53 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "twilightforest:transformation_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "twilightforest:transformation_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "twilightforest:transformation_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "twilightforest:transformation_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.05, + "output": { + "item": "twilightforest:transformation_log_core" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "minecraft:stick" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "twilightforest:transformation_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/vinery/cherry_sapling.json b/kubejs/data/botanytrees/recipes/vinery/cherry_sapling.json new file mode 100644 index 0000000..869f521 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/vinery/cherry_sapling.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "vinery:cherry_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "vinery:cherry_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "vinery:cherry_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "vinery:cherry_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "vinery:cherry" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "vinery:cherry_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/vinery/old_cherry_sapling.json b/kubejs/data/botanytrees/recipes/vinery/old_cherry_sapling.json new file mode 100644 index 0000000..3f0e49e --- /dev/null +++ b/kubejs/data/botanytrees/recipes/vinery/old_cherry_sapling.json @@ -0,0 +1,45 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "vinery:old_cherry_sapling" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "vinery:old_cherry_sapling" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "vinery:old_cherry_sapling" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "vinery:old_cherry_log" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.20, + "output": { + "item": "vinery:cherry" + }, + "minRolls": 1, + "maxRolls": 2 + }, + { + "chance": 0.01, + "output": { + "item": "vinery:old_cherry_sapling" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/vinery/red_grape_seeds.json b/kubejs/data/botanytrees/recipes/vinery/red_grape_seeds.json new file mode 100644 index 0000000..4647d43 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/vinery/red_grape_seeds.json @@ -0,0 +1,37 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "vinery:red_grape_seeds" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "vinery:red_grape_seeds" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "vinery:red_grape_bush" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "vinery:red_grape" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.01, + "output": { + "item": "vinery:red_grape_seeds" + } + } + ] + } diff --git a/kubejs/data/botanytrees/recipes/vinery/white_grape_seeds.json b/kubejs/data/botanytrees/recipes/vinery/white_grape_seeds.json new file mode 100644 index 0000000..3b77747 --- /dev/null +++ b/kubejs/data/botanytrees/recipes/vinery/white_grape_seeds.json @@ -0,0 +1,37 @@ +{ + "bookshelf:load_conditions": [ + { + "type": "bookshelf:item_exists", + "values": [ + "vinery:white_grape_seeds" + ] + } + ], + "type": "botanypots:crop", + "seed": { + "item": "vinery:white_grape_seeds" + }, + "categories": [ + "dirt" + ], + "growthTicks": 2400, + "display": { + "block": "vinery:white_grape_bush" + }, + "drops": [ + { + "chance": 1.00, + "output": { + "item": "vinery:white_grape" + }, + "minRolls": 2, + "maxRolls": 4 + }, + { + "chance": 0.01, + "output": { + "item": "vinery:white_grape_seeds" + } + } + ] + } diff --git a/kubejs/data/byg/advancements/biomepedia_gift.json b/kubejs/data/byg/advancements/biomepedia_gift.json new file mode 100644 index 0000000..3c43658 --- /dev/null +++ b/kubejs/data/byg/advancements/biomepedia_gift.json @@ -0,0 +1,29 @@ +{ + "parent": "byg:root", + "criteria": { + "tick": { + "conditions": {}, + "trigger": "minecraft:tick" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "translate": "byg.advancements.biomepediagift.description" + }, + "frame": "task", + "hidden": true, + "icon": { + "item": "byg:biomepedia" + }, + "show_toast": false, + "title": { + "translate": "byg.advancements.biomepediagift.title" + } + }, + "requirements": [ + [ + "tick" + ] + ] + } \ No newline at end of file diff --git a/kubejs/data/chalk/lang/en_us.json b/kubejs/data/chalk/lang/en_us.json new file mode 100644 index 0000000..5a8e3f5 --- /dev/null +++ b/kubejs/data/chalk/lang/en_us.json @@ -0,0 +1,3 @@ +{ + "item.chalk.chalk": "The Chalk" + } \ No newline at end of file diff --git a/kubejs/data/croptopia/loot_tables/blocks/cabbage_crop.json b/kubejs/data/croptopia/loot_tables/blocks/cabbage_crop.json new file mode 100644 index 0000000..b2ec1db --- /dev/null +++ b/kubejs/data/croptopia/loot_tables/blocks/cabbage_crop.json @@ -0,0 +1,66 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "conditions": [ + { + "condition": "minecraft:block_state_property", + "block": "croptopia:cabbage_crop", + "properties": { + "age": "7" + } + } + ], + "name": "farmersdelight:cabbage" + }, + { + "type": "minecraft:item", + "name": "farmersdelight:cabbage_seeds" + } + ] + } + ] + }, + { + "rolls": 1.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "function": "minecraft:apply_bonus", + "enchantment": "minecraft:fortune", + "formula": "minecraft:binomial_with_bonus_count", + "parameters": { + "extra": 1, + "probability": 0.2714286 + } + } + ], + "name": "farmersdelight:cabbage_seeds" + } + ], + "conditions": [ + { + "condition": "minecraft:block_state_property", + "block": "croptopia:cabbage_crop", + "properties": { + "age": "7" + } + } + ] + } + ], + "functions": [ + { + "function": "minecraft:explosion_decay" + } + ] + } \ No newline at end of file diff --git a/kubejs/data/croptopia/loot_tables/blocks/coffee_crop.json b/kubejs/data/croptopia/loot_tables/blocks/coffee_crop.json new file mode 100644 index 0000000..2c8869f --- /dev/null +++ b/kubejs/data/croptopia/loot_tables/blocks/coffee_crop.json @@ -0,0 +1,66 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "conditions": [ + { + "condition": "minecraft:block_state_property", + "block": "croptopia:coffee_crop", + "properties": { + "age": "7" + } + } + ], + "name": "farmersrespite:coffee_beans" + }, + { + "type": "minecraft:item", + "name": "croptopia:coffee_seed" + } + ] + } + ] + }, + { + "rolls": 1.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "function": "minecraft:apply_bonus", + "enchantment": "minecraft:fortune", + "formula": "minecraft:binomial_with_bonus_count", + "parameters": { + "extra": 1, + "probability": 0.5714286 + } + } + ], + "name": "croptopia:coffee_seed" + } + ], + "conditions": [ + { + "condition": "minecraft:block_state_property", + "block": "croptopia:coffee_crop", + "properties": { + "age": "7" + } + } + ] + } + ], + "functions": [ + { + "function": "minecraft:explosion_decay" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/loot_tables/blocks/garlic_crop.json b/kubejs/data/croptopia/loot_tables/blocks/garlic_crop.json new file mode 100644 index 0000000..c020fd4 --- /dev/null +++ b/kubejs/data/croptopia/loot_tables/blocks/garlic_crop.json @@ -0,0 +1,66 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "conditions": [ + { + "condition": "minecraft:block_state_property", + "block": "croptopia:garlic_crop", + "properties": { + "age": "7" + } + } + ], + "name": "bewitchment:garlic" + }, + { + "type": "minecraft:item", + "name": "croptopia:garlic_seed" + } + ] + } + ] + }, + { + "rolls": 1.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "function": "minecraft:apply_bonus", + "enchantment": "minecraft:fortune", + "formula": "minecraft:binomial_with_bonus_count", + "parameters": { + "extra": 1, + "probability": 0.2714286 + } + } + ], + "name": "croptopia:garlic_seed" + } + ], + "conditions": [ + { + "condition": "minecraft:block_state_property", + "block": "croptopia:garlic_crop", + "properties": { + "age": "7" + } + } + ] + } + ], + "functions": [ + { + "function": "minecraft:explosion_decay" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/croptopia/loot_tables/blocks/onion_crop.json b/kubejs/data/croptopia/loot_tables/blocks/onion_crop.json new file mode 100644 index 0000000..86df77e --- /dev/null +++ b/kubejs/data/croptopia/loot_tables/blocks/onion_crop.json @@ -0,0 +1,66 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "conditions": [ + { + "condition": "minecraft:block_state_property", + "block": "croptopia:onion_crop", + "properties": { + "age": "7" + } + } + ], + "name": "farmersdelight:onion" + }, + { + "type": "minecraft:item", + "name": "farmersdelight:onion" + } + ] + } + ] + }, + { + "rolls": 1.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "function": "minecraft:apply_bonus", + "enchantment": "minecraft:fortune", + "formula": "minecraft:binomial_with_bonus_count", + "parameters": { + "extra": 1, + "probability": 0.2714286 + } + } + ], + "name": "farmersdelight:onion" + } + ], + "conditions": [ + { + "condition": "minecraft:block_state_property", + "block": "croptopia:onion_crop", + "properties": { + "age": "7" + } + } + ] + } + ], + "functions": [ + { + "function": "minecraft:explosion_decay" + } + ] + } \ No newline at end of file diff --git a/kubejs/data/croptopia/loot_tables/blocks/rice_crop.json b/kubejs/data/croptopia/loot_tables/blocks/rice_crop.json new file mode 100644 index 0000000..597d750 --- /dev/null +++ b/kubejs/data/croptopia/loot_tables/blocks/rice_crop.json @@ -0,0 +1,66 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "conditions": [ + { + "condition": "minecraft:block_state_property", + "block": "croptopia:rice_crop", + "properties": { + "age": "7" + } + } + ], + "name": "farmersdelight:rice" + }, + { + "type": "minecraft:item", + "name": "farmersdelight:rice" + } + ] + } + ] + }, + { + "rolls": 1.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "function": "minecraft:apply_bonus", + "enchantment": "minecraft:fortune", + "formula": "minecraft:binomial_with_bonus_count", + "parameters": { + "extra": 1, + "probability": 0.2714286 + } + } + ], + "name": "farmersdelight:rice" + } + ], + "conditions": [ + { + "condition": "minecraft:block_state_property", + "block": "croptopia:rice_crop", + "properties": { + "age": "7" + } + } + ] + } + ], + "functions": [ + { + "function": "minecraft:explosion_decay" + } + ] + } \ No newline at end of file diff --git a/kubejs/data/croptopia/loot_tables/blocks/tomato_crop.json b/kubejs/data/croptopia/loot_tables/blocks/tomato_crop.json new file mode 100644 index 0000000..fbb22e9 --- /dev/null +++ b/kubejs/data/croptopia/loot_tables/blocks/tomato_crop.json @@ -0,0 +1,66 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "conditions": [ + { + "condition": "minecraft:block_state_property", + "block": "croptopia:tomato_crop", + "properties": { + "age": "7" + } + } + ], + "name": "farmersdelight:tomato" + }, + { + "type": "minecraft:item", + "name": "farmersdelight:tomato_seeds" + } + ] + } + ] + }, + { + "rolls": 1.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "function": "minecraft:apply_bonus", + "enchantment": "minecraft:fortune", + "formula": "minecraft:binomial_with_bonus_count", + "parameters": { + "extra": 1, + "probability": 0.2714286 + } + } + ], + "name": "farmersdelight:tomato_seeds" + } + ], + "conditions": [ + { + "condition": "minecraft:block_state_property", + "block": "croptopia:tomato_crop", + "properties": { + "age": "7" + } + } + ] + } + ], + "functions": [ + { + "function": "minecraft:explosion_decay" + } + ] + } \ No newline at end of file diff --git a/kubejs/data/emojiful/recipes/aof.json b/kubejs/data/emojiful/recipes/aof.json new file mode 100644 index 0000000..5de3ec2 --- /dev/null +++ b/kubejs/data/emojiful/recipes/aof.json @@ -0,0 +1,6 @@ +{ + "category": "AOF", + "name": "aof", + "url": "https://cdn.discordapp.com/emojis/1008827862536687778.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/kubejs/data/emojiful/recipes/concern.json b/kubejs/data/emojiful/recipes/concern.json new file mode 100644 index 0000000..8b7f848 --- /dev/null +++ b/kubejs/data/emojiful/recipes/concern.json @@ -0,0 +1,6 @@ +{ + "category": "AOF", + "name": "concern", + "url": "https://cdn.discordapp.com/emojis/919506010220146698.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/kubejs/data/emojiful/recipes/confused.json b/kubejs/data/emojiful/recipes/confused.json new file mode 100644 index 0000000..08ffaca --- /dev/null +++ b/kubejs/data/emojiful/recipes/confused.json @@ -0,0 +1,6 @@ +{ + "category": "AOF", + "name": "confused", + "url": "https://cdn.discordapp.com/emojis/897571737271689278.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/kubejs/data/emojiful/recipes/hyperrage.json b/kubejs/data/emojiful/recipes/hyperrage.json new file mode 100644 index 0000000..48e90b9 --- /dev/null +++ b/kubejs/data/emojiful/recipes/hyperrage.json @@ -0,0 +1,6 @@ +{ + "category": "AOF", + "name": "hyperrage", + "url": "https://cdn.discordapp.com/emojis/921468510645919775.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/kubejs/data/emojiful/recipes/ioa.json b/kubejs/data/emojiful/recipes/ioa.json new file mode 100644 index 0000000..51940cb --- /dev/null +++ b/kubejs/data/emojiful/recipes/ioa.json @@ -0,0 +1,6 @@ +{ + "category": "AOF", + "name": "ioa", + "url": "https://cdn.discordapp.com/emojis/1033915324111798272.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/kubejs/data/emojiful/recipes/irritater.json b/kubejs/data/emojiful/recipes/irritater.json new file mode 100644 index 0000000..78f5144 --- /dev/null +++ b/kubejs/data/emojiful/recipes/irritater.json @@ -0,0 +1,6 @@ +{ + "category": "AOF", + "name": "irritater", + "url": "https://cdn.discordapp.com/emojis/902361165353615400.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/kubejs/data/emojiful/recipes/kekw.json b/kubejs/data/emojiful/recipes/kekw.json new file mode 100644 index 0000000..f309374 --- /dev/null +++ b/kubejs/data/emojiful/recipes/kekw.json @@ -0,0 +1,6 @@ +{ + "category": "AOF", + "name": "kekw", + "url": "https://cdn.discordapp.com/emojis/897572624765435944.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/kubejs/data/emojiful/recipes/lisa_stare.json b/kubejs/data/emojiful/recipes/lisa_stare.json new file mode 100644 index 0000000..6732ba9 --- /dev/null +++ b/kubejs/data/emojiful/recipes/lisa_stare.json @@ -0,0 +1,6 @@ +{ + "category": "AOF", + "name": "lisa_stare", + "url": "https://cdn.discordapp.com/emojis/923380029839269888.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/kubejs/data/emojiful/recipes/omg.json b/kubejs/data/emojiful/recipes/omg.json new file mode 100644 index 0000000..5d66427 --- /dev/null +++ b/kubejs/data/emojiful/recipes/omg.json @@ -0,0 +1,6 @@ +{ + "category": "AOF", + "name": "omg", + "url": "https://cdn.discordapp.com/emojis/1007510076615041115.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/kubejs/data/emojiful/recipes/pepecough.json b/kubejs/data/emojiful/recipes/pepecough.json new file mode 100644 index 0000000..b315c1a --- /dev/null +++ b/kubejs/data/emojiful/recipes/pepecough.json @@ -0,0 +1,6 @@ +{ + "category": "AOF", + "name": "pepecough", + "url": "https://cdn.discordapp.com/emojis/919663032215412777.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/kubejs/data/emojiful/recipes/pepecringe.json b/kubejs/data/emojiful/recipes/pepecringe.json new file mode 100644 index 0000000..9a8b6ec --- /dev/null +++ b/kubejs/data/emojiful/recipes/pepecringe.json @@ -0,0 +1,6 @@ +{ + "category": "AOF", + "name": "pepecringe", + "url": "https://cdn.discordapp.com/emojis/897578341018779708.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/kubejs/data/emojiful/recipes/pepedance.json b/kubejs/data/emojiful/recipes/pepedance.json new file mode 100644 index 0000000..1985241 --- /dev/null +++ b/kubejs/data/emojiful/recipes/pepedance.json @@ -0,0 +1,6 @@ +{ + "category": "AOF", + "name": "pepedance", + "url": "https://cdn.discordapp.com/emojis/897575920922165279.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/kubejs/data/emojiful/recipes/pepedriving.json b/kubejs/data/emojiful/recipes/pepedriving.json new file mode 100644 index 0000000..b916154 --- /dev/null +++ b/kubejs/data/emojiful/recipes/pepedriving.json @@ -0,0 +1,6 @@ +{ + "category": "AOF", + "name": "pepedriving", + "url": "https://cdn.discordapp.com/emojis/897576991103021106.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/kubejs/data/emojiful/recipes/pepeevil.json b/kubejs/data/emojiful/recipes/pepeevil.json new file mode 100644 index 0000000..ac01b36 --- /dev/null +++ b/kubejs/data/emojiful/recipes/pepeevil.json @@ -0,0 +1,6 @@ +{ + "category": "AOF", + "name": "pepeevil", + "url": "https://cdn.discordapp.com/emojis/897574068587470869.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/kubejs/data/emojiful/recipes/pepehehe.json b/kubejs/data/emojiful/recipes/pepehehe.json new file mode 100644 index 0000000..3441ee2 --- /dev/null +++ b/kubejs/data/emojiful/recipes/pepehehe.json @@ -0,0 +1,6 @@ +{ + "category": "AOF", + "name": "pepehehe", + "url": "https://cdn.discordapp.com/emojis/897577354988228608.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/kubejs/data/emojiful/recipes/pepelaugh.json b/kubejs/data/emojiful/recipes/pepelaugh.json new file mode 100644 index 0000000..5e76d3d --- /dev/null +++ b/kubejs/data/emojiful/recipes/pepelaugh.json @@ -0,0 +1,6 @@ +{ + "category": "AOF", + "name": "pepelaugh", + "url": "https://cdn.discordapp.com/emojis/921017479340371989.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/kubejs/data/emojiful/recipes/pepelurk.json b/kubejs/data/emojiful/recipes/pepelurk.json new file mode 100644 index 0000000..c296d12 --- /dev/null +++ b/kubejs/data/emojiful/recipes/pepelurk.json @@ -0,0 +1,6 @@ +{ + "category": "AOF", + "name": "pepelurk", + "url": "https://cdn.discordapp.com/emojis/897578965684875325.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/kubejs/data/emojiful/recipes/pepeno.json b/kubejs/data/emojiful/recipes/pepeno.json new file mode 100644 index 0000000..e0e66cd --- /dev/null +++ b/kubejs/data/emojiful/recipes/pepeno.json @@ -0,0 +1,6 @@ +{ + "category": "AOF", + "name": "pepeno", + "url": "https://cdn.discordapp.com/emojis/897574352160178206.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/kubejs/data/emojiful/recipes/pepepoint.json b/kubejs/data/emojiful/recipes/pepepoint.json new file mode 100644 index 0000000..92b981c --- /dev/null +++ b/kubejs/data/emojiful/recipes/pepepoint.json @@ -0,0 +1,6 @@ +{ + "category": "AOF", + "name": "pepepoint", + "url": "https://cdn.discordapp.com/emojis/897573884231045150.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/kubejs/data/emojiful/recipes/peperee.json b/kubejs/data/emojiful/recipes/peperee.json new file mode 100644 index 0000000..ce03ab0 --- /dev/null +++ b/kubejs/data/emojiful/recipes/peperee.json @@ -0,0 +1,6 @@ +{ + "category": "AOF", + "name": "peperee", + "url": "https://cdn.discordapp.com/emojis/897578565934129192.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/kubejs/data/emojiful/recipes/pepesad.json b/kubejs/data/emojiful/recipes/pepesad.json new file mode 100644 index 0000000..ae351c1 --- /dev/null +++ b/kubejs/data/emojiful/recipes/pepesad.json @@ -0,0 +1,6 @@ +{ + "category": "AOF", + "name": "pepesad", + "url": "https://cdn.discordapp.com/emojis/897576560998088765.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/kubejs/data/emojiful/recipes/pepesadge.json b/kubejs/data/emojiful/recipes/pepesadge.json new file mode 100644 index 0000000..a6f33a3 --- /dev/null +++ b/kubejs/data/emojiful/recipes/pepesadge.json @@ -0,0 +1,6 @@ +{ + "category": "AOF", + "name": "pepesadge", + "url": "https://cdn.discordapp.com/emojis/897576440063746108.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/kubejs/data/emojiful/recipes/pepesimp.json b/kubejs/data/emojiful/recipes/pepesimp.json new file mode 100644 index 0000000..7f52310 --- /dev/null +++ b/kubejs/data/emojiful/recipes/pepesimp.json @@ -0,0 +1,6 @@ +{ + "category": "AOF", + "name": "pepesimp", + "url": "https://cdn.discordapp.com/emojis/897573206951624704.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/kubejs/data/emojiful/recipes/pepesip.json b/kubejs/data/emojiful/recipes/pepesip.json new file mode 100644 index 0000000..ff9e95b --- /dev/null +++ b/kubejs/data/emojiful/recipes/pepesip.json @@ -0,0 +1,6 @@ +{ + "category": "AOF", + "name": "pepesip", + "url": "https://cdn.discordapp.com/emojis/897572929049595965.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/kubejs/data/emojiful/recipes/sad.json b/kubejs/data/emojiful/recipes/sad.json new file mode 100644 index 0000000..b95098d --- /dev/null +++ b/kubejs/data/emojiful/recipes/sad.json @@ -0,0 +1,6 @@ +{ + "category": "AOF", + "name": "sad", + "url": "https://cdn.discordapp.com/emojis/897571576906649661.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/kubejs/data/emojiful/recipes/smart.json b/kubejs/data/emojiful/recipes/smart.json new file mode 100644 index 0000000..94565ed --- /dev/null +++ b/kubejs/data/emojiful/recipes/smart.json @@ -0,0 +1,6 @@ +{ + "category": "AOF", + "name": "smart", + "url": "https://cdn.discordapp.com/emojis/897571419838349382.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/kubejs/data/emojiful/recipes/sus.json b/kubejs/data/emojiful/recipes/sus.json new file mode 100644 index 0000000..94dfcd3 --- /dev/null +++ b/kubejs/data/emojiful/recipes/sus.json @@ -0,0 +1,6 @@ +{ + "category": "AOF", + "name": "sus", + "url": "https://cdn.discordapp.com/emojis/897579186020057108.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/kubejs/data/emojiful/recipes/taterdance.json b/kubejs/data/emojiful/recipes/taterdance.json new file mode 100644 index 0000000..6dacf71 --- /dev/null +++ b/kubejs/data/emojiful/recipes/taterdance.json @@ -0,0 +1,6 @@ +{ + "category": "AOF", + "name": "taterdance", + "url": "https://cdn.discordapp.com/emojis/900834443126800456.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/kubejs/data/emojiful/recipes/thonkcool.json b/kubejs/data/emojiful/recipes/thonkcool.json new file mode 100644 index 0000000..dd8cbab --- /dev/null +++ b/kubejs/data/emojiful/recipes/thonkcool.json @@ -0,0 +1,6 @@ +{ + "category": "AOF", + "name": "thonkcool", + "url": "https://cdn.discordapp.com/emojis/897579436646465606.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/kubejs/data/emojiful/recipes/tiny_potato.json b/kubejs/data/emojiful/recipes/tiny_potato.json new file mode 100644 index 0000000..587c82c --- /dev/null +++ b/kubejs/data/emojiful/recipes/tiny_potato.json @@ -0,0 +1,6 @@ +{ + "category": "AOF", + "name": "tiny_potato", + "url": "https://cdn.discordapp.com/emojis/902361121338585229.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/kubejs/data/emojiful/recipes/ugh.json b/kubejs/data/emojiful/recipes/ugh.json new file mode 100644 index 0000000..e922811 --- /dev/null +++ b/kubejs/data/emojiful/recipes/ugh.json @@ -0,0 +1,6 @@ +{ + "category": "AOF", + "name": "ugh", + "url": "https://cdn.discordapp.com/emojis/921388029829079091.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/kubejs/data/emojiful/recipes/vibing.json b/kubejs/data/emojiful/recipes/vibing.json new file mode 100644 index 0000000..f290606 --- /dev/null +++ b/kubejs/data/emojiful/recipes/vibing.json @@ -0,0 +1,6 @@ +{ + "category": "AOF", + "name": "vibing", + "url": "https://cdn.discordapp.com/emojis/897571030346915850.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/kubejs/data/emojiful/recipes/what.json b/kubejs/data/emojiful/recipes/what.json new file mode 100644 index 0000000..570b0f8 --- /dev/null +++ b/kubejs/data/emojiful/recipes/what.json @@ -0,0 +1,6 @@ +{ + "category": "AOF", + "name": "what", + "url": "https://cdn.discordapp.com/emojis/897574240914653204.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/kubejs/data/emojiful/recipes/whiskey0.json b/kubejs/data/emojiful/recipes/whiskey0.json new file mode 100644 index 0000000..6695fe9 --- /dev/null +++ b/kubejs/data/emojiful/recipes/whiskey0.json @@ -0,0 +1,6 @@ +{ + "category": "AOF", + "name": "whiskey0", + "url": "https://cdn.discordapp.com/emojis/897589777015111731.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/kubejs/data/emojiful/recipes/whiskey9.json b/kubejs/data/emojiful/recipes/whiskey9.json new file mode 100644 index 0000000..269c39b --- /dev/null +++ b/kubejs/data/emojiful/recipes/whiskey9.json @@ -0,0 +1,6 @@ +{ + "category": "AOF", + "name": "whiskey9", + "url": "https://cdn.discordapp.com/emojis/897589729657249832.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/kubejs/data/fishofthieves/loot_tables/blocks/earthworms_drops.json b/kubejs/data/fishofthieves/loot_tables/blocks/earthworms_drops.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/kubejs/data/fishofthieves/loot_tables/blocks/earthworms_drops.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/kubejs/data/ftbchunks/tags/blocks/edit_whitelist.json b/kubejs/data/ftbchunks/tags/blocks/edit_whitelist.json new file mode 100644 index 0000000..6eae0f2 --- /dev/null +++ b/kubejs/data/ftbchunks/tags/blocks/edit_whitelist.json @@ -0,0 +1,17 @@ +{ + "replace": false, + "values": [ + { + "id": "gravestone:gravestone", + "required": false + }, + { + "id": "universal_graves:grave", + "required": false + }, + { + "id": "yigd:grave", + "required": false + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ftbchunks/tags/blocks/interact_whitelist.json b/kubejs/data/ftbchunks/tags/blocks/interact_whitelist.json new file mode 100644 index 0000000..5fd32b5 --- /dev/null +++ b/kubejs/data/ftbchunks/tags/blocks/interact_whitelist.json @@ -0,0 +1,92 @@ +{ + "replace": false, + "values": [ + "minecraft:crafting_table", + "minecraft:bell", + { + "id": "#tombstone:graves", + "required": false + }, + { + "id": "fwaystones:waystone", + "required": false + }, + { + "id": "fwaystones:desert_waystone", + "required": false + }, + { + "id": "fwaystones:red_desert_waystone", + "required": false + }, + { + "id": "fwaystones:stone_brick_waystone", + "required": false + }, + { + "id": "fwaystones:nether_brick_waystone", + "required": false + }, + { + "id": "fwaystones:red_nether_brick_waystone", + "required": false + }, + { + "id": "fwaystones:end_stone_brick_waystone", + "required": false + }, + { + "id": "fwaystones:blackstone_brick_waystone", + "required": false + }, + { + "id": "fwaystones:deepslate_brick_waystone", + "required": false + }, + { + "id": "minecraft:enchanting_table", + "required": false + }, + { + "id": "dark-enchanting:dark_enchanter", + "required": false + }, + { + "id": "infusion_table:infusion_table", + "required": false + }, + { + "id": "minecraft:anvil", + "required": false + }, + { + "id": "minecraft:chipped_anvil", + "required": false + }, + { + "id": "minecraft:damaged_anvil", + "required": false + }, + { + "id": "adorn:trading_station", + "required": false + }, + { + "id": "universal_graves:grave", + "required": false + }, + { + "id": "yigd:grave", + "required": false + }, + { + "id": "lootr:lootr_chest", + "required": false + }, + { + "id": "lootr:lootr_barrel", + "required": false + } + + ] +} \ No newline at end of file diff --git a/kubejs/data/hexcasting/advancements/grant_patchi_book.json b/kubejs/data/hexcasting/advancements/grant_patchi_book.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/kubejs/data/hexcasting/advancements/grant_patchi_book.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/kubejs/data/indrev/loot_tables/blocks/deepslate_silver_ore.json b/kubejs/data/indrev/loot_tables/blocks/deepslate_silver_ore.json new file mode 100644 index 0000000..0076acc --- /dev/null +++ b/kubejs/data/indrev/loot_tables/blocks/deepslate_silver_ore.json @@ -0,0 +1,49 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "conditions": [ + { + "condition": "minecraft:match_tool", + "predicate": { + "enchantments": [ + { + "enchantment": "minecraft:silk_touch", + "levels": { + "min": 1 + } + } + ] + } + } + ], + "name": "indrev:deepslate_silver_ore" + }, + { + "type": "minecraft:item", + "functions": [ + { + "function": "minecraft:apply_bonus", + "enchantment": "minecraft:fortune", + "formula": "minecraft:ore_drops" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "modern_industrialization:raw_silver" + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/indrev/loot_tables/blocks/silver_ore.json b/kubejs/data/indrev/loot_tables/blocks/silver_ore.json new file mode 100644 index 0000000..9694fc5 --- /dev/null +++ b/kubejs/data/indrev/loot_tables/blocks/silver_ore.json @@ -0,0 +1,49 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "conditions": [ + { + "condition": "minecraft:match_tool", + "predicate": { + "enchantments": [ + { + "enchantment": "minecraft:silk_touch", + "levels": { + "min": 1 + } + } + ] + } + } + ], + "name": "indrev:silver_ore" + }, + { + "type": "minecraft:item", + "functions": [ + { + "function": "minecraft:apply_bonus", + "enchantment": "minecraft:fortune", + "formula": "minecraft:ore_drops" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "modern_industrialization:raw_silver" + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/indrev/veintypes/bauxite.json b/kubejs/data/indrev/veintypes/bauxite.json new file mode 100644 index 0000000..ba6612d --- /dev/null +++ b/kubejs/data/indrev/veintypes/bauxite.json @@ -0,0 +1,48 @@ +{ + "containsMultiple": true, + "veins": [ + { + "id": "indrev:bauxite", + "optional": true, + "output": [ + { + "id": "modern_industrialization:bauxite_ore", + "weight": 6 + }, + { + "id": "minecraft:iron_ore", + "weight": 8 + }, + { + "id": "minecraft:stone", + "weight": 10 + }, + { + "id": "minecraft:dirt", + "weight": 2 + }, + { + "id": "minecraft:clay", + "weight": 1 + }, + { + "id": "minecraft:gravel", + "weight": 1 + } + ], + "sizeRange": [ + 3000, + 10000 + ], + "biomes": [ + { + "category": [ + "EXTREME_HILLS", + "MESA" + ], + "weight": 4 + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/indrev/veintypes/certus_quartz.json b/kubejs/data/indrev/veintypes/certus_quartz.json new file mode 100644 index 0000000..e2380eb --- /dev/null +++ b/kubejs/data/indrev/veintypes/certus_quartz.json @@ -0,0 +1,57 @@ +{ + "containsMultiple": true, + "veins": [ + { + "id": "indrev:certus_quartz", + "optional": true, + "output": [ + { + "id": "ae2:quartz_ore", + "weight": 8 + }, + { + "id": "minecraft:stone", + "weight": 20 + }, + { + "id": "minecraft:dirt", + "weight": 10 + }, + { + "id": "minecraft:clay", + "weight": 1 + }, + { + "id": "minecraft:gravel", + "weight": 4 + } + ], + "sizeRange": [ + 3000, + 8000 + ], + "biomes": [ + { + "category": [ + "EXTREME_HILLS", + "MESA" + ], + "weight": 5 + }, + { + "category": [ + "SAVANNA", + "DESERT" + ], + "weight": 3 + }, + { + "category": [ + "NETHER" + ], + "weight": 1 + } + ] + } + ] +} diff --git a/kubejs/data/indrev/veintypes/coal.json b/kubejs/data/indrev/veintypes/coal.json new file mode 100644 index 0000000..7031d3c --- /dev/null +++ b/kubejs/data/indrev/veintypes/coal.json @@ -0,0 +1,248 @@ +{ + "containsMultiple": true, + "veins": [ + { + "id": "indrev:peat", + "output": [ + { + "id": "minecraft:coal_ore", + "weight": 6 + }, + { + "id": "minecraft:stone", + "weight": 10 + }, + { + "id": "minecraft:dirt", + "weight": 6 + }, + { + "id": "minecraft:clay", + "weight": 1 + }, + { + "id": "minecraft:gravel", + "weight": 1 + } + ], + "sizeRange": [ + 1500, + 3000 + ], + "biomes": [ + { + "category": [ + "TAIGA", + "JUNGLE", + "PLAINS", + "ICY" + ], + "weight": 5 + }, + { + "category": [ + "FOREST", + "SWAMP" + ], + "weight": 4 + }, + { + "category": [ + "EXTREME_HILLS" + ], + "weight": 3 + }, + { + "category": [ + "OCEAN", + "DESERT", + "RIVER" + ], + "weight": 1 + } + ] + }, + { + "id": "indrev:lignite", + "output": [ + { + "id": "minecraft:coal_ore", + "weight": 8 + }, + { + "id": "minecraft:stone", + "weight": 10 + }, + { + "id": "minecraft:dirt", + "weight": 6 + }, + { + "id": "minecraft:clay", + "weight": 1 + }, + { + "id": "minecraft:gravel", + "weight": 1 + } + ], + "sizeRange": [ + 2000, + 4000 + ], + "biomes": [ + { + "category": [ + "TAIGA", + "JUNGLE", + "PLAINS", + "ICY" + ], + "weight": 5 + }, + { + "category": [ + "FOREST", + "SWAMP", + "SAVANNA" + ], + "weight": 4 + }, + { + "category": [ + "EXTREME_HILLS" + ], + "weight": 3 + }, + { + "category": [ + "OCEAN", + "DESERT", + "RIVER" + ], + "weight": 1 + } + ] + }, + { + "id": "indrev:bituminous", + "output": [ + { + "id": "minecraft:coal_ore", + "weight": 20 + }, + { + "id": "minecraft:diamond_ore", + "weight": 2 + }, + { + "id": "minecraft:stone", + "weight": 20 + }, + { + "id": "minecraft:dirt", + "weight": 10 + }, + { + "id": "minecraft:clay", + "weight": 1 + }, + { + "id": "minecraft:gravel", + "weight": 1 + } + ], + "sizeRange": [ + 4000, + 6000 + ], + "biomes": [ + { + "category": [ + "SAVANNA" + ], + "weight": 6 + }, + { + "category": [ + "EXTREME_HILLS", + "DESERT" + ], + "weight": 5 + }, + { + "category": [ + "MESA" + ], + "weight": 4 + }, + { + "category": [ + "PLAINS", + "FOREST" + ], + "weight": 3 + } + ] + }, + { + "id": "indrev:anthracite", + "output": [ + { + "id": "minecraft:coal_ore", + "weight": 24 + }, + { + "id": "minecraft:diamond_ore", + "weight": 3 + }, + { + "id": "minecraft:stone", + "weight": 10 + }, + { + "id": "minecraft:dirt", + "weight": 10 + }, + { + "id": "minecraft:clay", + "weight": 2 + }, + { + "id": "minecraft:gravel", + "weight": 2 + } + ], + "sizeRange": [ + 6000, + 10000 + ], + "biomes": [ + { + "category": [ + "DESERT" + ], + "weight": 5 + }, + { + "category": [ + "MESA" + ], + "weight": 4 + }, + { + "category": [ + "FOREST" + ], + "weight": 2 + }, + { + "category": [ + "PLAINS" + ], + "weight": 1 + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/indrev/veintypes/copper.json b/kubejs/data/indrev/veintypes/copper.json new file mode 100644 index 0000000..a3174e0 --- /dev/null +++ b/kubejs/data/indrev/veintypes/copper.json @@ -0,0 +1,51 @@ +{ + "id": "indrev:cuprite", + "output": [ + { + "id": "minecraft:copper_ore", + "weight": 8 + }, + { + "id": "minecraft:stone", + "weight": 10 + }, + { + "id": "minecraft:dirt", + "weight": 5 + }, + { + "id": "minecraft:clay", + "weight": 1 + }, + { + "id": "minecraft:gravel", + "weight": 1 + } + ], + "sizeRange": [ + 5000, + 8000 + ], + "biomes": [ + { + "category": [ + "SAVANNA" + ], + "weight": 6 + }, + { + "category": [ + "DESERT" + ], + "weight": 4 + }, + { + "category": [ + "EXTREME_HILLS", + "PLAINS", + "FOREST" + ], + "weight": 3 + } + ] +} diff --git a/kubejs/data/indrev/veintypes/gold.json b/kubejs/data/indrev/veintypes/gold.json new file mode 100644 index 0000000..37d2787 --- /dev/null +++ b/kubejs/data/indrev/veintypes/gold.json @@ -0,0 +1,108 @@ +{ + "containsMultiple": true, + "veins": [ + { + "id": "indrev:calaverite", + "output": [ + { + "id": "minecraft:gold_ore", + "weight": 8 + }, + { + "id": "minecraft:stone", + "weight": 10 + }, + { + "id": "minecraft:dirt", + "weight": 6 + }, + { + "id": "minecraft:clay", + "weight": 1 + }, + { + "id": "minecraft:gravel", + "weight": 1 + } + ], + "sizeRange": [ + 3000, + 7000 + ], + "biomes": [ + { + "category": [ + "DESERT" + ], + "weight": 5 + }, + { + "category": [ + "MESA", + "TAIGA", + "EXTREME_HILLS", + "DESERT" + ], + "weight": 4 + }, + { + "category": [ + "JUNGLE" + ], + "weight": 3 + }, + { + "category": [ + "FOREST", + "SWAMP" + ], + "weight": 2 + }, + { + "category": [ + "PLAINS", + "ICY" + ], + "weight": 1 + } + ] + }, + { + "id": "indrev:calaverite_nether", + "output": [ + { + "id": "minecraft:nether_gold_ore", + "weight": 64 + }, + { + "id": "minecraft:netherrack", + "weight": 80 + }, + { + "id": "minecraft:gravel", + "weight": 8 + }, + { + "id": "minecraft:soul_sand", + "weight": 6 + }, + { + "id": "minecraft:ancient_debris", + "weight": 1 + } + ], + "sizeRange": [ + 6000, + 8000 + ], + "biomes": [ + { + "category": [ + "NETHER" + ], + "weight": 1 + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/indrev/veintypes/iridium.json b/kubejs/data/indrev/veintypes/iridium.json new file mode 100644 index 0000000..49c6c0c --- /dev/null +++ b/kubejs/data/indrev/veintypes/iridium.json @@ -0,0 +1,48 @@ +{ + "containsMultiple": true, + "veins": [ + { + "id": "indrev:iridium", + "optional": true, + "output": [ + { + "id": "modern_industrialization:iridium_ore", + "weight": 2 + }, + { + "id": "minecraft:stone", + "weight": 15 + }, + { + "id": "minecraft:dirt", + "weight": 10 + }, + { + "id": "minecraft:clay", + "weight": 1 + }, + { + "id": "minecraft:gravel", + "weight": 1 + } + ], + "sizeRange": [ + 1000, + 3000 + ], + "biomes": [ + { + "category": [ + "EXTREME_HILLS", + "MESA", + "DESERT", + "PLAINS", + "TAIGA", + "ICY" + ], + "weight": 1 + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/indrev/veintypes/iron.json b/kubejs/data/indrev/veintypes/iron.json new file mode 100644 index 0000000..c4e7c91 --- /dev/null +++ b/kubejs/data/indrev/veintypes/iron.json @@ -0,0 +1,281 @@ +{ + "containsMultiple": true, + "veins": [ + { + "id": "indrev:siderite", + "output": [ + { + "id": "minecraft:iron_ore", + "weight": 6 + }, + { + "id": "minecraft:stone", + "weight": 10 + }, + { + "id": "minecraft:dirt", + "weight": 5 + }, + { + "id": "minecraft:clay", + "weight": 1 + }, + { + "id": "minecraft:gravel", + "weight": 1 + } + ], + "sizeRange": [ + 1500, + 3000 + ], + "biomes": [ + { + "category": [ + "PLAINS" + ], + "weight": 5 + }, + { + "category": [ + "SAVANNA", + "FOREST" + ], + "weight": 4 + }, + { + "category": [ + "SWAMP" + ], + "weight": 2 + }, + { + "category": [ + "ICY" + ], + "weight": 1 + } + ] + }, + { + "id": "indrev:limonite", + "output": [ + { + "id": "minecraft:iron_ore", + "weight": 8 + }, + { + "id": "minecraft:stone", + "weight": 10 + }, + { + "id": "minecraft:dirt", + "weight": 5 + }, + { + "id": "minecraft:clay", + "weight": 1 + }, + { + "id": "minecraft:gravel", + "weight": 1 + } + ], + "sizeRange": [ + 2000, + 4000 + ], + "biomes": [ + { + "category": [ + "SAVANNA" + ], + "weight": 6 + }, + { + "category": [ + "DESERT" + ], + "weight": 4 + }, + { + "category": [ + "EXTREME_HILLS", + "PLAINS", + "FOREST" + ], + "weight": 3 + } + ] + }, + { + "id": "indrev:hematite", + "output": [ + { + "id": "minecraft:iron_ore", + "weight": 10 + }, + { + "id": "minecraft:stone", + "weight": 10 + }, + { + "id": "minecraft:dirt", + "weight": 5 + }, + { + "id": "minecraft:clay", + "weight": 1 + }, + { + "id": "minecraft:gravel", + "weight": 1 + } + ], + "sizeRange": [ + 4000, + 6000 + ], + "biomes": [ + { + "category": [ + "TAIGA", + "EXTREME_HILLS", + "MESA", + "DESERT" + ], + "weight": 4 + }, + { + "category": [ + "JUNGLE" + ], + "weight": 3 + }, + { + "category": [ + "FOREST" + ], + "weight": 2 + }, + { + "category": [ + "PLAINS" + ], + "weight": 1 + } + ] + }, + { + "id": "indrev:magnetite", + "output": [ + { + "id": "minecraft:iron_ore", + "weight": 12 + }, + { + "id": "minecraft:stone", + "weight": 10 + }, + { + "id": "minecraft:dirt", + "weight": 5 + }, + { + "id": "minecraft:clay", + "weight": 1 + }, + { + "id": "minecraft:gravel", + "weight": 2 + } + ], + "sizeRange": [ + 6000, + 10000 + ], + "biomes": [ + { + "category": [ + "EXTREME_HILLS", + "MESA", + "DESERT" + ], + "weight": 4 + }, + { + "category": [ + "FOREST" + ], + "weight": 2 + }, + { + "category": [ + "PLAINS" + ], + "weight": 1 + } + ] + }, + { + "id": "indrev:chalcopryte", + "output": [ + { + "id": "minecraft:iron_ore", + "weight": 8 + }, + { + "id": "techreborn:copper_ore", + "weight": 7 + }, + { + "id": "minecraft:stone", + "weight": 10 + }, + { + "id": "minecraft:dirt", + "weight": 5 + }, + { + "id": "minecraft:clay", + "weight": 1 + }, + { + "id": "minecraft:gravel", + "weight": 1 + } + ], + "sizeRange": [ + 5000, + 8000 + ], + "biomes": [ + { + "category": [ + "PLAINS" + ], + "weight": 5 + }, + { + "category": [ + "SAVANNA", + "FOREST" + ], + "weight": 4 + }, + { + "category": [ + "SWAMP" + ], + "weight": 2 + }, + { + "category": [ + "ICY" + ], + "weight": 1 + } + ] + } + ] +} diff --git a/kubejs/data/indrev/veintypes/nikolite.json b/kubejs/data/indrev/veintypes/nikolite.json new file mode 100644 index 0000000..8de13ba --- /dev/null +++ b/kubejs/data/indrev/veintypes/nikolite.json @@ -0,0 +1,61 @@ +{ + "containsMultiple": true, + "veins": [ + { + "id": "indrev:nikolite", + "output": [ + { + "id": "indrev:nikolite_ore", + "weight": 8 + }, + { + "id": "minecraft:lapis_ore", + "weight": 6 + }, + { + "id": "minecraft:redstone_ore", + "weight": 4 + }, + { + "id": "minecraft:stone", + "weight": 10 + }, + { + "id": "minecraft:dirt", + "weight": 6 + }, + { + "id": "minecraft:clay", + "weight": 1 + }, + { + "id": "minecraft:gravel", + "weight": 1 + } + ], + "sizeRange": [ + 6000, + 10000 + ], + "biomes": [ + { + "category": [ + "TAIGA", + "ICY" + ], + "weight": 6 + }, + { + "category": [ + "FOREST", + "SWAMP", + "OCEAN", + "DESERT", + "RIVER" + ], + "weight": 1 + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/indrev/veintypes/quartz.json b/kubejs/data/indrev/veintypes/quartz.json new file mode 100644 index 0000000..dde61d6 --- /dev/null +++ b/kubejs/data/indrev/veintypes/quartz.json @@ -0,0 +1,42 @@ +{ + "containsMultiple": true, + "veins": [ + { + "id": "indrev:quartz", + "output": [ + { + "id": "minecraft:nether_quartz_ore", + "weight": 64 + }, + { + "id": "minecraft:netherrack", + "weight": 80 + }, + { + "id": "minecraft:gravel", + "weight": 20 + }, + { + "id": "minecraft:soul_sand", + "weight": 6 + }, + { + "id": "minecraft:ancient_debris", + "weight": 1 + } + ], + "sizeRange": [ + 6000, + 8000 + ], + "biomes": [ + { + "category": [ + "NETHER" + ], + "weight": 1 + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/indrev/veintypes/silver.json b/kubejs/data/indrev/veintypes/silver.json new file mode 100644 index 0000000..6ffb47a --- /dev/null +++ b/kubejs/data/indrev/veintypes/silver.json @@ -0,0 +1,163 @@ +{ + "containsMultiple": true, + "veins": [ + { + "id": "indrev:argentite", + "optional": true, + "output": [ + { + "id": "indrev:silver_ore", + "weight": 6 + }, + { + "id": "minecraft:gold_ore", + "weight": 3 + }, + { + "id": "minecraft:stone", + "weight": 10 + }, + { + "id": "minecraft:dirt", + "weight": 5 + }, + { + "id": "minecraft:clay", + "weight": 1 + }, + { + "id": "minecraft:gravel", + "weight": 1 + } + ], + "sizeRange": [ + 3000, + 8000 + ], + "biomes": [ + { + "category": [ + "EXTREME_HILLS", + "MESA" + ], + "weight": 5 + }, + { + "category": [ + "SAVANNA", + "DESERT" + ], + "weight": 3 + } + ] + }, + { + "id": "indrev:chlorargyrite", + "optional": true, + "output": [ + { + "id": "indrev:silver_ore", + "weight": 8 + }, + { + "id": "minecraft:gold_ore", + "weight": 3 + }, + { + "id": "minecraft:stone", + "weight": 10 + }, + { + "id": "minecraft:dirt", + "weight": 5 + }, + { + "id": "minecraft:clay", + "weight": 1 + }, + { + "id": "minecraft:gravel", + "weight": 1 + } + ], + "sizeRange": [ + 2000, + 4500 + ], + "biomes": [ + { + "category": [ + "EXTREME_HILLS", + "MESA" + ], + "weight": 5 + }, + { + "category": [ + "SAVANNA", + "DESERT" + ], + "weight": 3 + } + ] + }, + { + "id": "indrev:galena", + "optional": true, + "output": [ + { + "id": "indrev:silver_ore", + "weight": 7 + }, + { + "id": "techreborn:galena_ore", + "weight": 6 + }, + { + "id": "modern_industrialization:lead_ore", + "weight": 4 + }, + { + "id": "minecraft:gold_ore", + "weight": 1 + }, + { + "id": "minecraft:stone", + "weight": 14 + }, + { + "id": "minecraft:dirt", + "weight": 5 + }, + { + "id": "minecraft:clay", + "weight": 1 + }, + { + "id": "minecraft:gravel", + "weight": 1 + } + ], + "sizeRange": [ + 3000, + 6000 + ], + "biomes": [ + { + "category": [ + "EXTREME_HILLS", + "MESA" + ], + "weight": 5 + }, + { + "category": [ + "SAVANNA", + "DESERT" + ], + "weight": 3 + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/indrev/veintypes/tin.json b/kubejs/data/indrev/veintypes/tin.json new file mode 100644 index 0000000..6fac854 --- /dev/null +++ b/kubejs/data/indrev/veintypes/tin.json @@ -0,0 +1,120 @@ +{ + "containsMultiple": true, + "veins": [ + { + "id": "indrev:cassiterite", + "output": [ + { + "id": "modern_industrialization:tin_ore", + "weight": 8 + }, + { + "id": "minecraft:stone", + "weight": 10 + }, + { + "id": "minecraft:dirt", + "weight": 5 + }, + { + "id": "minecraft:clay", + "weight": 1 + }, + { + "id": "minecraft:gravel", + "weight": 1 + } + ], + "sizeRange": [ + 1500, + 3000 + ], + "biomes": [ + { + "category": [ + "PLAINS" + ], + "weight": 5 + }, + { + "category": [ + "SAVANNA", + "FOREST" + ], + "weight": 4 + }, + { + "category": [ + "SWAMP" + ], + "weight": 2 + }, + { + "category": [ + "ICY" + ], + "weight": 1 + } + ] + }, + { + "id": "indrev:stannite", + "output": [ + { + "id": "modern_industrialization:tin_ore", + "weight": 8 + }, + { + "id": "minecraft:copper_ore", + "weight": 6 + }, + { + "id": "minecraft:iron_ore", + "weight": 4 + }, + { + "id": "minecraft:stone", + "weight": 10 + }, + { + "id": "minecraft:dirt", + "weight": 5 + }, + { + "id": "minecraft:clay", + "weight": 1 + }, + { + "id": "minecraft:gravel", + "weight": 1 + } + ], + "sizeRange": [ + 2000, + 4000 + ], + "biomes": [ + { + "category": [ + "EXTREME_HILLS", + "MESA", + "DESERT" + ], + "weight": 4 + }, + { + "category": [ + "FOREST" + ], + "weight": 2 + }, + { + "category": [ + "PLAINS" + ], + "weight": 1 + } + ] + } + ] +} diff --git a/kubejs/data/indrev/veintypes/tungsten.json b/kubejs/data/indrev/veintypes/tungsten.json new file mode 100644 index 0000000..6841ac2 --- /dev/null +++ b/kubejs/data/indrev/veintypes/tungsten.json @@ -0,0 +1,171 @@ +{ + "containsMultiple": true, + "veins": [ + { + "id": "indrev:scheelite", + "optional": true, + "output": [ + { + "id": "modern_industrialization:tungsten_ore", + "weight": 6 + }, + { + "id": "minecraft:stone", + "weight": 10 + }, + { + "id": "minecraft:dirt", + "weight": 5 + }, + { + "id": "minecraft:clay", + "weight": 1 + }, + { + "id": "minecraft:gravel", + "weight": 1 + } + ], + "sizeRange": [ + 3000, + 8000 + ], + "biomes": [ + { + "category": [ + "DESERT" + ], + "weight": 5 + }, + { + "category": [ + "SAVANNA" + ], + "weight": 2 + } + ] + }, + { + "id": "indrev:wolframite", + "optional": true, + "output": [ + { + "id": "modern_industrialization:tungsten_ore", + "weight": 6 + }, + { + "id": "minecraft:iron_ore", + "weight": 6 + }, + { + "id": "techreborn:pyrite_ore", + "weight": 4 + }, + { + "id": "techreborn:galena_ore", + "weight": 4 + }, + { + "id": "minecraft:stone", + "weight": 10 + }, + { + "id": "minecraft:dirt", + "weight": 5 + }, + { + "id": "minecraft:clay", + "weight": 1 + }, + { + "id": "minecraft:gravel", + "weight": 1 + } + ], + "sizeRange": [ + 3000, + 8000 + ], + "biomes": [ + { + "category": [ + "DESERT" + ], + "weight": 5 + }, + { + "category": [ + "FOREST" + ], + "weight": 3 + }, + { + "category": [ + "SAVANNA", + "SWAMP" + ], + "weight": 2 + } + ] + }, + { + "id": "indrev:ferberite", + "optional": true, + "output": [ + { + "id": "modern_industrialization:tungsten_ore", + "weight": 6 + }, + { + "id": "minecraft:iron_ore", + "weight": 6 + }, + { + "id": "techreborn:pyrite_ore", + "weight": 4 + }, + { + "id": "minecraft:stone", + "weight": 10 + }, + { + "id": "minecraft:dirt", + "weight": 5 + }, + { + "id": "minecraft:clay", + "weight": 1 + }, + { + "id": "minecraft:gravel", + "weight": 1 + } + ], + "sizeRange": [ + 3000, + 8000 + ], + "biomes": [ + { + "category": [ + "DESERT" + ], + "weight": 5 + }, + { + "category": [ + "FOREST" + ], + "weight": 3 + }, + { + "category": [ + "SAVANNA", + "SWAMP" + ], + "weight": 2 + } + ] + } + ] +} diff --git a/kubejs/data/minecells/tags/worldgen/biome/valid_portal_biomes.json b/kubejs/data/minecells/tags/worldgen/biome/valid_portal_biomes.json new file mode 100644 index 0000000..f0069f0 --- /dev/null +++ b/kubejs/data/minecells/tags/worldgen/biome/valid_portal_biomes.json @@ -0,0 +1,9 @@ +{ + "replace": false, + "values": [ + "#minecraft:is_forest", + "#minecraft:is_taiga", + "#byg:is_plains", + "minecraft:plains" + ] +} \ No newline at end of file diff --git a/kubejs/data/minecells/worldgen/structure/portal.json b/kubejs/data/minecells/worldgen/structure/portal.json new file mode 100644 index 0000000..0b930cd --- /dev/null +++ b/kubejs/data/minecells/worldgen/structure/portal.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#minecells:valid_portal_biomes", + "step": "surface_structures", + "spawn_overrides": {}, + "terrain_adaptation": "beard_thin", + "start_pool": "minecells:portal", + "size": 1, + "start_height": { + "absolute": 0 + }, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "max_distance_from_center": 5, + "use_expansion_hack": false +} \ No newline at end of file diff --git a/kubejs/data/minecraft/tags/functions/load.json b/kubejs/data/minecraft/tags/functions/load.json new file mode 100644 index 0000000..c44c808 --- /dev/null +++ b/kubejs/data/minecraft/tags/functions/load.json @@ -0,0 +1,5 @@ +{ + "values": [ + "cancel_terralith:cancel_setup" + ] +} \ No newline at end of file diff --git a/kubejs/data/mininggadgets/recipes/mininggadget.json b/kubejs/data/mininggadgets/recipes/mininggadget.json new file mode 100644 index 0000000..29f715f --- /dev/null +++ b/kubejs/data/mininggadgets/recipes/mininggadget.json @@ -0,0 +1,28 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "d": { + "tag": "c:gems/diamond" + }, + "g": { + "tag": "c:ingots/gold" + }, + "i": { + "tag": "c:ingots/iron" + }, + "r": { + "tag": "c:dusts/redstone" + }, + "u": { + "item": "mininggadgets:upgrade_empty" + } + }, + "pattern": [ + "dig", + "dur", + "dig" + ], + "result": { + "item": "mininggadgets:mininggadget" + } + } \ No newline at end of file diff --git a/kubejs/data/mininggadgets/recipes/mininggadget_fancy.json b/kubejs/data/mininggadgets/recipes/mininggadget_fancy.json new file mode 100644 index 0000000..350335e --- /dev/null +++ b/kubejs/data/mininggadgets/recipes/mininggadget_fancy.json @@ -0,0 +1,28 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "d": { + "tag": "c:gems/diamond" + }, + "g": { + "tag": "c:ingots/gold" + }, + "i": { + "tag": "c:ingots/iron" + }, + "r": { + "tag": "c:dusts/redstone" + }, + "u": { + "item": "mininggadgets:upgrade_empty" + } + }, + "pattern": [ + "dii", + "dur", + "dig" + ], + "result": { + "item": "mininggadgets:mininggadget_fancy" + } +} \ No newline at end of file diff --git a/kubejs/data/mininggadgets/recipes/mininggadget_simple.json b/kubejs/data/mininggadgets/recipes/mininggadget_simple.json new file mode 100644 index 0000000..a4ab68c --- /dev/null +++ b/kubejs/data/mininggadgets/recipes/mininggadget_simple.json @@ -0,0 +1,28 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "d": { + "tag": "c:gems/diamond" + }, + "g": { + "tag": "c:ingots/gold" + }, + "i": { + "tag": "c:ingots/iron" + }, + "r": { + "tag": "c:dusts/redstone" + }, + "u": { + "item": "mininggadgets:upgrade_empty" + } + }, + "pattern": [ + "dig", + "dur", + "dii" + ], + "result": { + "item": "mininggadgets:mininggadget_simple" + } + } \ No newline at end of file diff --git a/kubejs/data/mininggadgets/recipes/modificationtable.json b/kubejs/data/mininggadgets/recipes/modificationtable.json new file mode 100644 index 0000000..5b96fb4 --- /dev/null +++ b/kubejs/data/mininggadgets/recipes/modificationtable.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "i": { + "tag": "c:ingots/iron" + }, + "r": { + "tag": "c:dusts/redstone" + }, + "u": { + "item": "mininggadgets:upgrade_empty" + } + }, + "pattern": [ + "iii", + "rur", + "iii" + ], + "result": { + "item": "mininggadgets:modificationtable" + } + } \ No newline at end of file diff --git a/kubejs/data/mininggadgets/recipes/upgrade_empty.json b/kubejs/data/mininggadgets/recipes/upgrade_empty.json new file mode 100644 index 0000000..7d10d63 --- /dev/null +++ b/kubejs/data/mininggadgets/recipes/upgrade_empty.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "d": { + "tag": "c:gems/diamond" + }, + "g": { + "tag": "c:glass_panes" + }, + "l": { + "tag": "c:gems/lapis" + }, + "r": { + "tag": "c:dusts/redstone" + } + }, + "pattern": [ + "rlr", + "dgd", + "rlr" + ], + "result": { + "item": "mininggadgets:upgrade_empty" + } + } \ No newline at end of file diff --git a/kubejs/data/mininggadgets/recipes/upgrade_magnet.json b/kubejs/data/mininggadgets/recipes/upgrade_magnet.json new file mode 100644 index 0000000..49ba930 --- /dev/null +++ b/kubejs/data/mininggadgets/recipes/upgrade_magnet.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "g": { + "tag": "c:ingots/gold" + }, + "i": { + "tag": "c:ingots/iron" + }, + "r": { + "tag": "c:dusts/redstone" + }, + "u": { + "item": "mininggadgets:upgrade_empty" + } + }, + "pattern": [ + "rgr", + "iui", + "rgr" + ], + "result": { + "item": "mininggadgets:upgrade_magnet" + } + } \ No newline at end of file diff --git a/kubejs/data/modern_industrialization/loot_tables/blocks/deepslate_salt_ore.json b/kubejs/data/modern_industrialization/loot_tables/blocks/deepslate_salt_ore.json new file mode 100644 index 0000000..48e8ac4 --- /dev/null +++ b/kubejs/data/modern_industrialization/loot_tables/blocks/deepslate_salt_ore.json @@ -0,0 +1,49 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "conditions": [ + { + "condition": "minecraft:match_tool", + "predicate": { + "enchantments": [ + { + "enchantment": "minecraft:silk_touch", + "levels": { + "min": 1 + } + } + ] + } + } + ], + "name": "modern_industrialization:deepslate_salt_ore" + }, + { + "type": "minecraft:item", + "functions": [ + { + "enchantment": "minecraft:fortune", + "formula": "minecraft:ore_drops", + "function": "minecraft:apply_bonus" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "bewitchment:salt" + } + ] + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/modern_industrialization/loot_tables/blocks/salt_ore.json b/kubejs/data/modern_industrialization/loot_tables/blocks/salt_ore.json new file mode 100644 index 0000000..f34b5ab --- /dev/null +++ b/kubejs/data/modern_industrialization/loot_tables/blocks/salt_ore.json @@ -0,0 +1,49 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "conditions": [ + { + "condition": "minecraft:match_tool", + "predicate": { + "enchantments": [ + { + "enchantment": "minecraft:silk_touch", + "levels": { + "min": 1 + } + } + ] + } + } + ], + "name": "modern_industrialization:salt_ore" + }, + { + "type": "minecraft:item", + "functions": [ + { + "enchantment": "minecraft:fortune", + "formula": "minecraft:ore_drops", + "function": "minecraft:apply_bonus" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "bewitchment:salt" + } + ] + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/spectrum/recipes/anvil_crushing/vanilla_items/iron_nuggets_from_chain_anvil_crushing.json b/kubejs/data/spectrum/recipes/anvil_crushing/vanilla_items/iron_nuggets_from_chain_anvil_crushing.json new file mode 100644 index 0000000..831fc70 --- /dev/null +++ b/kubejs/data/spectrum/recipes/anvil_crushing/vanilla_items/iron_nuggets_from_chain_anvil_crushing.json @@ -0,0 +1,14 @@ +{ + "type": "spectrum:anvil_crushing", + "ingredient": { + "item": "minecraft:chain" + }, + "crushedItemsPerPointOfDamage": 0.2, + "experience": 0.0, + "result": { + "item": "minecraft:iron_nugget", + "count": 1 + }, + "particleEffectIdentifier": "cloud", + "soundEventIdentifier": "block.metal.break" + } \ No newline at end of file diff --git a/kubejs/data/techreborn/loot_tables/blocks/deepslate_silver_ore.json b/kubejs/data/techreborn/loot_tables/blocks/deepslate_silver_ore.json new file mode 100644 index 0000000..ff25a1b --- /dev/null +++ b/kubejs/data/techreborn/loot_tables/blocks/deepslate_silver_ore.json @@ -0,0 +1,49 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "conditions": [ + { + "condition": "minecraft:match_tool", + "predicate": { + "enchantments": [ + { + "enchantment": "minecraft:silk_touch", + "levels": { + "min": 1 + } + } + ] + } + } + ], + "name": "techreborn:deepslate_silver_ore" + }, + { + "type": "minecraft:item", + "functions": [ + { + "function": "minecraft:apply_bonus", + "enchantment": "minecraft:fortune", + "formula": "minecraft:ore_drops" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "modern_industrialization:raw_silver" + } + ] + } + ] + } + ] + } \ No newline at end of file diff --git a/kubejs/data/techreborn/loot_tables/blocks/silver_ore.json b/kubejs/data/techreborn/loot_tables/blocks/silver_ore.json new file mode 100644 index 0000000..dee1d94 --- /dev/null +++ b/kubejs/data/techreborn/loot_tables/blocks/silver_ore.json @@ -0,0 +1,49 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "conditions": [ + { + "condition": "minecraft:match_tool", + "predicate": { + "enchantments": [ + { + "enchantment": "minecraft:silk_touch", + "levels": { + "min": 1 + } + } + ] + } + } + ], + "name": "techreborn:silver_ore" + }, + { + "type": "minecraft:item", + "functions": [ + { + "function": "minecraft:apply_bonus", + "enchantment": "minecraft:fortune", + "formula": "minecraft:ore_drops" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "modern_industrialization:raw_silver" + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/techreborn/recipes/blast_furnace/silicon_dust.json b/kubejs/data/techreborn/recipes/blast_furnace/silicon_dust.json new file mode 100644 index 0000000..05765fa --- /dev/null +++ b/kubejs/data/techreborn/recipes/blast_furnace/silicon_dust.json @@ -0,0 +1,22 @@ +{ + "type": "techreborn:blast_furnace", + "power": 128, + "time": 1000, + "heat": 1500, + "ingredients": [ + { + "tag": "c:quartz_dusts", + "count": 2 + }, + { + "tag": "c:carbon_dusts", + "count": 1 + } + ], + "results": [ + { + "item": "modern_industrialization:silicon_dust", + "count": 2 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/techreborn/recipes/blast_furnace/silicon_dust2.json b/kubejs/data/techreborn/recipes/blast_furnace/silicon_dust2.json new file mode 100644 index 0000000..7b281ca --- /dev/null +++ b/kubejs/data/techreborn/recipes/blast_furnace/silicon_dust2.json @@ -0,0 +1,19 @@ +{ + "type": "techreborn:blast_furnace", + "power": 128, + "time": 1000, + "heat": 1500, + "ingredients": [ + { + "tag": "c:quartz_dusts" + }, + { + "tag": "c:coke_dusts" + } + ], + "results": [ + { + "item": "modern_industrialization:silicon_dust" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/angel_ring.json b/kubejs/data/trofers/trofers/angel_ring.json new file mode 100644 index 0000000..5f40b43 --- /dev/null +++ b/kubejs/data/trofers/trofers/angel_ring.json @@ -0,0 +1,29 @@ +{ + "colors": { + "accent": "#F5F34B", + "base": "#606060" + }, + "display": { + "offset": { + "y": 0.5 + }, + "scale": 1.0 + }, + "effects": { + "sound": { + "soundEvent": "minecraft:block.bell.use" + } + }, + "item": { + "item": "kibe:angel_ring", + "count": 1 + }, + "animation": { + "type": "spinning", + "speed": 0.20 + }, + "name": { + "color": "#F5F34B", + "text": "Ring of Angels Trophy" + } + } \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/boss_rush.json b/kubejs/data/trofers/trofers/boss_rush.json new file mode 100644 index 0000000..cf82202 --- /dev/null +++ b/kubejs/data/trofers/trofers/boss_rush.json @@ -0,0 +1,26 @@ +{ + "colors": { + "accent": "#9B27DC", + "base": "#606060" + }, + "display": { + "scale": 1.5 + }, + "effects": { + "sound": { + "soundEvent": "minecraft:block.bell.use" + } + }, + "item": { + "item": "dragonloot:dragon_helmet", + "count": 1 + }, + "animation": { + "type": "spinning", + "speed": 0.20 + }, + "name": { + "color": "#9B27DC", + "text": "Boss Rush Trophy" + } +} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/completionist.json b/kubejs/data/trofers/trofers/completionist.json new file mode 100644 index 0000000..95f3386 --- /dev/null +++ b/kubejs/data/trofers/trofers/completionist.json @@ -0,0 +1,29 @@ +{ + "colors": { + "accent": "#F6D227", + "base": "#606060" + }, + "display": { + "offset": { + "y": 0.5 + }, + "scale": 1.5 + }, + "effects": { + "sound": { + "soundEvent": "minecraft:block.bell.use" + } + }, + "item": { + "item": "kubejs:completionist", + "count": 1 + }, + "animation": { + "type": "spinning", + "speed": 0.20 + }, + "name": { + "color": "#F6D227", + "text": "Completionist Trophy" + } +} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/cooking.json b/kubejs/data/trofers/trofers/cooking.json new file mode 100644 index 0000000..0944e62 --- /dev/null +++ b/kubejs/data/trofers/trofers/cooking.json @@ -0,0 +1,29 @@ +{ + "colors": { + "accent": "#DA8B26", + "base": "#606060" + }, + "display": { + "offset": { + "y": 1.0 + }, + "scale": 1.0 + }, + "effects": { + "sound": { + "soundEvent": "minecraft:block.bell.use" + } + }, + "item": { + "item": "farmersdelight:cooking_pot", + "count": 1 + }, + "animation": { + "type": "spinning", + "speed": 0.20 + }, + "name": { + "color": "#DA8B26", + "text": "Hell's Kitchen Trophy" + } + } \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/ender_dragon.json b/kubejs/data/trofers/trofers/ender_dragon.json new file mode 100644 index 0000000..4e628d6 --- /dev/null +++ b/kubejs/data/trofers/trofers/ender_dragon.json @@ -0,0 +1,29 @@ +{ + "colors": { + "accent": "#AF6ED3", + "base": "#606060" + }, + "display": { + "offset": { + "y": 1.5 + }, + "scale": 0.5 + }, + "effects": { + "sound": { + "soundEvent": "minecraft:block.bell.use" + } + }, + "item": { + "item": "minecraft:dragon_head", + "count": 1 + }, + "animation": { + "type": "spinning", + "speed": 0.20 + }, + "name": { + "color": "#AF6ED3", + "text": "Ender Dragon Trophy" + } +} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/quantum.json b/kubejs/data/trofers/trofers/quantum.json new file mode 100644 index 0000000..4aa0f53 --- /dev/null +++ b/kubejs/data/trofers/trofers/quantum.json @@ -0,0 +1,29 @@ +{ + "colors": { + "accent": "#FC7DFF", + "base": "#606060" + }, + "display": { + "offset": { + "y": 0.5 + }, + "scale": 1.0 + }, + "effects": { + "sound": { + "soundEvent": "minecraft:block.bell.use" + } + }, + "item": { + "item": "modern_industrialization:quantum_upgrade", + "count": 1 + }, + "animation": { + "type": "spinning", + "speed": 0.20 + }, + "name": { + "color": "#FC7DFF", + "text": "Quantum Physics Trophy" + } +} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/terra.json b/kubejs/data/trofers/trofers/terra.json new file mode 100644 index 0000000..3d85770 --- /dev/null +++ b/kubejs/data/trofers/trofers/terra.json @@ -0,0 +1,29 @@ +{ + "colors": { + "accent": "#6fd46c", + "base": "#606060" + }, + "display": { + "offset": { + "y": 0.5 + }, + "scale": 1.0 + }, + "effects": { + "sound": { + "soundEvent": "minecraft:block.bell.use" + } + }, + "item": { + "item": "botania:terra_pick", + "count": 1 + }, + "animation": { + "type": "spinning", + "speed": 0.20 + }, + "name": { + "color": "#6fd46c", + "text": "Shatterer of Worlds" + } +} \ No newline at end of file diff --git a/kubejs/data/twilightforest/loot_tables/blocks/uncrafting_table.json b/kubejs/data/twilightforest/loot_tables/blocks/uncrafting_table.json new file mode 100644 index 0000000..58c2fff --- /dev/null +++ b/kubejs/data/twilightforest/loot_tables/blocks/uncrafting_table.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:crafting_table" + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/twilightforest/loot_tables/structures/graveyard.json b/kubejs/data/twilightforest/loot_tables/structures/graveyard.json new file mode 100644 index 0000000..24c443f --- /dev/null +++ b/kubejs/data/twilightforest/loot_tables/structures/graveyard.json @@ -0,0 +1,106 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 4.0, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "type": "minecraft:uniform", + "min": 1.0, + "max": 32.0 + }, + "add": false + } + ], + "name": "minecraft:pumpkin_seeds" + }, + { + "type": "minecraft:item", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "type": "minecraft:uniform", + "min": 1.0, + "max": 6.0 + }, + "add": false + } + ], + "name": "minecraft:pumpkin_pie" + }, + { + "type": "minecraft:item", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "type": "minecraft:uniform", + "min": 1.0, + "max": 16.0 + }, + "add": false + } + ], + "name": "twilightforest:torchberries" + } + ] + }, + { + "rolls": 2.0, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "type": "minecraft:uniform", + "min": 1.0, + "max": 6.0 + }, + "add": false + } + ], + "name": "minecraft:diamond" + }, + { + "type": "minecraft:item", + "name": "twilightforest:moon_dial" + } + ] + }, + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "type": "minecraft:uniform", + "min": 1.0, + "max": 12.0 + }, + "add": false + } + ], + "name": "twilightforest:transformation_powder" + }, + { + "type": "minecraft:item", + "name": "minecraft:golden_apple" + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/twilightforest/loot_tables/structures/hill_2.json b/kubejs/data/twilightforest/loot_tables/structures/hill_2.json new file mode 100644 index 0000000..bd126ea --- /dev/null +++ b/kubejs/data/twilightforest/loot_tables/structures/hill_2.json @@ -0,0 +1,202 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 4.0, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:loot_table", + "weight": 25, + "name": "twilightforest:structures/useless" + }, + { + "type": "minecraft:item", + "weight": 75, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "type": "minecraft:uniform", + "min": 1.0, + "max": 4.0 + }, + "add": false + } + ], + "name": "minecraft:iron_ingot" + }, + { + "type": "minecraft:item", + "weight": 75, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "type": "minecraft:uniform", + "min": 1.0, + "max": 4.0 + }, + "add": false + } + ], + "name": "minecraft:carrot" + }, + { + "type": "minecraft:item", + "weight": 75, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "type": "minecraft:uniform", + "min": 1.0, + "max": 6.0 + }, + "add": false + } + ], + "name": "minecraft:ladder" + }, + { + "type": "minecraft:item", + "weight": 75, + "name": "minecraft:bucket" + } + ] + }, + { + "rolls": 2.0, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "type": "minecraft:uniform", + "min": 1.0, + "max": 2.0 + }, + "add": false + } + ], + "name": "minecraft:baked_potato" + }, + { + "type": "minecraft:item", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "type": "minecraft:uniform", + "min": 1.0, + "max": 12.0 + }, + "add": false + } + ], + "name": "minecraft:arrow" + }, + { + "type": "minecraft:item", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "type": "minecraft:uniform", + "min": 1.0, + "max": 12.0 + }, + "add": false + } + ], + "name": "minecraft:torch" + }, + { + "type": "minecraft:item", + "name": "twilightforest:ore_magnet" + }, + { + "type": "minecraft:item", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "type": "minecraft:uniform", + "min": 1.0, + "max": 4.0 + }, + "add": false + } + ], + "name": "twilightforest:ironwood_ingot" + } + ] + }, + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 75, + "name": "twilightforest:magic_map" + }, + { + "type": "minecraft:item", + "weight": 75, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "type": "minecraft:uniform", + "min": 1.0, + "max": 12.0 + }, + "add": false + } + ], + "name": "twilightforest:transformation_powder" + }, + { + "type": "minecraft:item", + "weight": 25, + "name": "minecraft:diamond" + }, + { + "type": "minecraft:item", + "weight": 25, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "type": "minecraft:uniform", + "min": 1.0, + "max": 6.0 + }, + "add": false + } + ], + "name": "minecraft:emerald" + }, + { + "type": "minecraft:item", + "weight": 25, + "name": "twilightforest:peacock_feather_fan" + }, + { + "type": "minecraft:item", + "weight": 25, + "name": "twilightforest:charm_of_life_1" + }, + { + "type": "minecraft:item", + "weight": 25, + "name": "twilightforest:music_disc_wayfarer" + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/twilightforest/recipes/jeed/blindness.json b/kubejs/data/twilightforest/recipes/jeed/blindness.json new file mode 100644 index 0000000..d0502f3 --- /dev/null +++ b/kubejs/data/twilightforest/recipes/jeed/blindness.json @@ -0,0 +1,24 @@ +{ + "type": "forge:conditional", + "recipes": [ + { + "conditions": [ + { + "modid": "jeed", + "type": "forge:mod_loaded" + } + ], + "recipe": { + "type": "jeed:effect_provider", + "effect": { + "id": "minecraft:blindness" + }, + "providers": [ + { + "item": "twilightforest:mist_wolf_spawn_egg" + } + ] + } + } + ] +} \ No newline at end of file diff --git a/kubejs/data/twilightforest/recipes/jeed/fire_resistance.json b/kubejs/data/twilightforest/recipes/jeed/fire_resistance.json new file mode 100644 index 0000000..03ad24b --- /dev/null +++ b/kubejs/data/twilightforest/recipes/jeed/fire_resistance.json @@ -0,0 +1,24 @@ +{ + "type": "forge:conditional", + "recipes": [ + { + "conditions": [ + { + "modid": "jeed", + "type": "forge:mod_loaded" + } + ], + "recipe": { + "type": "jeed:effect_provider", + "effect": { + "id": "minecraft:fire_resistance" + }, + "providers": [ + { + "item": "twilightforest:charm_of_life_2" + } + ] + } + } + ] +} \ No newline at end of file diff --git a/kubejs/data/twilightforest/recipes/jeed/frosted.json b/kubejs/data/twilightforest/recipes/jeed/frosted.json new file mode 100644 index 0000000..a7e98e3 --- /dev/null +++ b/kubejs/data/twilightforest/recipes/jeed/frosted.json @@ -0,0 +1,33 @@ +{ + "type": "forge:conditional", + "recipes": [ + { + "conditions": [ + { + "modid": "jeed", + "type": "forge:mod_loaded" + } + ], + "recipe": { + "type": "jeed:effect_provider", + "effect": { + "id": "twilightforest:frosted" + }, + "providers": [ + { + "item": "twilightforest:alpha_yeti_spawn_egg" + }, + { + "item": "twilightforest:ice_bomb" + }, + { + "item": "twilightforest:ice_bow" + }, + { + "item": "twilightforest:ice_sword" + } + ] + } + } + ] +} \ No newline at end of file diff --git a/kubejs/data/twilightforest/recipes/jeed/hunger.json b/kubejs/data/twilightforest/recipes/jeed/hunger.json new file mode 100644 index 0000000..7f7e0c3 --- /dev/null +++ b/kubejs/data/twilightforest/recipes/jeed/hunger.json @@ -0,0 +1,24 @@ +{ + "type": "forge:conditional", + "recipes": [ + { + "conditions": [ + { + "modid": "jeed", + "type": "forge:mod_loaded" + } + ], + "recipe": { + "type": "jeed:effect_provider", + "effect": { + "id": "minecraft:hunger" + }, + "providers": [ + { + "item": "twilightforest:mosquito_swarm_spawn_egg" + } + ] + } + } + ] +} \ No newline at end of file diff --git a/kubejs/data/twilightforest/recipes/jeed/poison.json b/kubejs/data/twilightforest/recipes/jeed/poison.json new file mode 100644 index 0000000..d718f0c --- /dev/null +++ b/kubejs/data/twilightforest/recipes/jeed/poison.json @@ -0,0 +1,27 @@ +{ + "type": "forge:conditional", + "recipes": [ + { + "conditions": [ + { + "modid": "jeed", + "type": "forge:mod_loaded" + } + ], + "recipe": { + "type": "jeed:effect_provider", + "effect": { + "id": "minecraft:poison" + }, + "providers": [ + { + "item": "twilightforest:adherent_spawn_egg" + }, + { + "item": "twilightforest:skeleton_druid_spawn_egg" + } + ] + } + } + ] +} \ No newline at end of file diff --git a/kubejs/data/twilightforest/recipes/jeed/regeneration.json b/kubejs/data/twilightforest/recipes/jeed/regeneration.json new file mode 100644 index 0000000..de85606 --- /dev/null +++ b/kubejs/data/twilightforest/recipes/jeed/regeneration.json @@ -0,0 +1,27 @@ +{ + "type": "forge:conditional", + "recipes": [ + { + "conditions": [ + { + "modid": "jeed", + "type": "forge:mod_loaded" + } + ], + "recipe": { + "type": "jeed:effect_provider", + "effect": { + "id": "minecraft:regeneration" + }, + "providers": [ + { + "item": "twilightforest:charm_of_life_1" + }, + { + "item": "twilightforest:charm_of_life_2" + } + ] + } + } + ] +} \ No newline at end of file diff --git a/kubejs/data/twilightforest/recipes/jeed/resistance.json b/kubejs/data/twilightforest/recipes/jeed/resistance.json new file mode 100644 index 0000000..7c97f78 --- /dev/null +++ b/kubejs/data/twilightforest/recipes/jeed/resistance.json @@ -0,0 +1,24 @@ +{ + "type": "forge:conditional", + "recipes": [ + { + "conditions": [ + { + "modid": "jeed", + "type": "forge:mod_loaded" + } + ], + "recipe": { + "type": "jeed:effect_provider", + "effect": { + "id": "minecraft:resistance" + }, + "providers": [ + { + "item": "twilightforest:charm_of_life_2" + } + ] + } + } + ] +} \ No newline at end of file diff --git a/kubejs/data/twilightforest/recipes/jeed/slowness.json b/kubejs/data/twilightforest/recipes/jeed/slowness.json new file mode 100644 index 0000000..a7073e5 --- /dev/null +++ b/kubejs/data/twilightforest/recipes/jeed/slowness.json @@ -0,0 +1,27 @@ +{ + "type": "forge:conditional", + "recipes": [ + { + "conditions": [ + { + "modid": "jeed", + "type": "forge:mod_loaded" + } + ], + "recipe": { + "type": "jeed:effect_provider", + "effect": { + "id": "minecraft:slowness" + }, + "providers": [ + { + "item": "twilightforest:lifedrain_scepter" + }, + { + "item": "twilightforest:death_tome_spawn_egg" + } + ] + } + } + ] +} \ No newline at end of file diff --git a/kubejs/exported/tags/ae2/keytypes.txt b/kubejs/exported/tags/ae2/keytypes.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/ae2/keytypes.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/bewitchment/contracts.txt b/kubejs/exported/tags/bewitchment/contracts.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/bewitchment/contracts.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/bewitchment/curses.txt b/kubejs/exported/tags/bewitchment/curses.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/bewitchment/curses.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/bewitchment/fortunes.txt b/kubejs/exported/tags/bewitchment/fortunes.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/bewitchment/fortunes.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/bewitchment/ritual_functions.txt b/kubejs/exported/tags/bewitchment/ritual_functions.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/bewitchment/ritual_functions.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/bewitchment/sigils.txt b/kubejs/exported/tags/bewitchment/sigils.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/bewitchment/sigils.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/bewitchment/transformations.txt b/kubejs/exported/tags/bewitchment/transformations.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/bewitchment/transformations.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/botania/brews.txt b/kubejs/exported/tags/botania/brews.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/botania/brews.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/byg/blending_function.txt b/kubejs/exported/tags/byg/blending_function.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/byg/blending_function.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/byg/villager_trades_item_listing.txt b/kubejs/exported/tags/byg/villager_trades_item_listing.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/byg/villager_trades_item_listing.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/connectiblechains/chain_types.txt b/kubejs/exported/tags/connectiblechains/chain_types.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/connectiblechains/chain_types.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/datacriteria/container.txt b/kubejs/exported/tags/datacriteria/container.txt new file mode 100644 index 0000000..cd30372 --- /dev/null +++ b/kubejs/exported/tags/datacriteria/container.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Feb 8, 2023, 6:23:43 PM diff --git a/kubejs/exported/tags/hexcasting/iota_type.txt b/kubejs/exported/tags/hexcasting/iota_type.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/hexcasting/iota_type.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/incubus_core/condition.txt b/kubejs/exported/tags/incubus_core/condition.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/incubus_core/condition.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/incubus_core/material.txt b/kubejs/exported/tags/incubus_core/material.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/incubus_core/material.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/ingredient-extension-api/ingredient_serializers.txt b/kubejs/exported/tags/ingredient-extension-api/ingredient_serializers.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/ingredient-extension-api/ingredient_serializers.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/activity.txt b/kubejs/exported/tags/minecraft/activity.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/activity.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/ancientscale_variant.txt b/kubejs/exported/tags/minecraft/ancientscale_variant.txt new file mode 100644 index 0000000..bf3d535 --- /dev/null +++ b/kubejs/exported/tags/minecraft/ancientscale_variant.txt @@ -0,0 +1,8 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 27, 2022, 9:29:15 PM + +#fishofthieves:default_ancientscale_spawns +- fishofthieves:almond (from Fish of Thieves) +- fishofthieves:sapphire (from Fish of Thieves) +- fishofthieves:smoke (from Fish of Thieves) +- fishofthieves:bone (from Fish of Thieves) +- fishofthieves:starshine (from Fish of Thieves) diff --git a/kubejs/exported/tags/minecraft/attribute.txt b/kubejs/exported/tags/minecraft/attribute.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/attribute.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/banner_pattern.txt b/kubejs/exported/tags/minecraft/banner_pattern.txt new file mode 100644 index 0000000..eb222b0 --- /dev/null +++ b/kubejs/exported/tags/minecraft/banner_pattern.txt @@ -0,0 +1,177 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM + +#twilightforest:pattern_item/naga +- twilightforest:naga (from The Twilight Forest) + +#botania:pattern_item/dreamwood_twig +- botania:sapling (from Botania) + +#minecraft:pattern_item/creeper +- minecraft:creeper (from Default) + +#botania:pattern_item/lexicon +- botania:lexicon (from Botania) + +#spectrum:pattern_item/amethyst_cluster +- spectrum:amethyst_cluster (from Spectrum) + +#botania:pattern_item/spark_isolated +- botania:spark_isolated (from Botania) + +#botania:pattern_item/spark_recessive +- botania:spark_recessive (from Botania) + +#twilightforest:pattern_item/hydra +- twilightforest:hydra (from The Twilight Forest) + +#twilightforest:pattern_item/ur_ghast +- twilightforest:ur_ghast (from The Twilight Forest) + +#botania:pattern_item/spark_dispersive +- botania:spark_dispersive (from Botania) + +#twilightforest:pattern_item/quest_ram +- twilightforest:quest_ram (from The Twilight Forest) + +#minecraft:pattern_item/piglin +- minecraft:piglin (from Default) + +#twilightforest:pattern_item/alpha_yeti +- twilightforest:alpha_yeti (from The Twilight Forest) + +#twilightforest:pattern_item/snow_queen +- twilightforest:snow_queen (from The Twilight Forest) + +#minecraft:pattern_item/globe +- minecraft:globe (from Default) + +#minecraft:pattern_item/mojang +- minecraft:mojang (from Default) + +#botania:pattern_item/livingwood_twig +- botania:flower (from Botania) + +#minecraft:no_item_required +- minecraft:square_bottom_left (from Default) +- minecraft:square_bottom_right (from Default) +- minecraft:square_top_left (from Default) +- minecraft:square_top_right (from Default) +- minecraft:stripe_bottom (from Default) +- minecraft:stripe_top (from Default) +- minecraft:stripe_left (from Default) +- minecraft:stripe_right (from Default) +- minecraft:stripe_center (from Default) +- minecraft:stripe_middle (from Default) +- minecraft:stripe_downright (from Default) +- minecraft:stripe_downleft (from Default) +- minecraft:small_stripes (from Default) +- minecraft:cross (from Default) +- minecraft:straight_cross (from Default) +- minecraft:triangle_bottom (from Default) +- minecraft:triangle_top (from Default) +- minecraft:triangles_bottom (from Default) +- minecraft:triangles_top (from Default) +- minecraft:diagonal_left (from Default) +- minecraft:diagonal_up_right (from Default) +- minecraft:diagonal_up_left (from Default) +- minecraft:diagonal_right (from Default) +- minecraft:circle (from Default) +- minecraft:rhombus (from Default) +- minecraft:half_vertical (from Default) +- minecraft:half_horizontal (from Default) +- minecraft:half_vertical_right (from Default) +- minecraft:half_horizontal_bottom (from Default) +- minecraft:border (from Default) +- minecraft:curly_border (from Default) +- minecraft:gradient (from Default) +- minecraft:gradient_up (from Default) +- minecraft:bricks (from Default) +- botania:fish (from Botania) +- botania:axe (from Botania) +- botania:hoe (from Botania) +- botania:pickaxe (from Botania) +- botania:shovel (from Botania) +- botania:sword (from Botania) + +#runelic:pattern_item/runelic +- runelic:runelic_a (from Runelic) +- runelic:runelic_b (from Runelic) +- runelic:runelic_c (from Runelic) +- runelic:runelic_d (from Runelic) +- runelic:runelic_e (from Runelic) +- runelic:runelic_f (from Runelic) +- runelic:runelic_g (from Runelic) +- runelic:runelic_h (from Runelic) +- runelic:runelic_i (from Runelic) +- runelic:runelic_j (from Runelic) +- runelic:runelic_k (from Runelic) +- runelic:runelic_l (from Runelic) +- runelic:runelic_m (from Runelic) +- runelic:runelic_n (from Runelic) +- runelic:runelic_o (from Runelic) +- runelic:runelic_p (from Runelic) +- runelic:runelic_q (from Runelic) +- runelic:runelic_r (from Runelic) +- runelic:runelic_s (from Runelic) +- runelic:runelic_t (from Runelic) +- runelic:runelic_u (from Runelic) +- runelic:runelic_v (from Runelic) +- runelic:runelic_w (from Runelic) +- runelic:runelic_x (from Runelic) +- runelic:runelic_y (from Runelic) +- runelic:runelic_z (from Runelic) +- runelic:runelic_0 (from Runelic) +- runelic:runelic_1 (from Runelic) +- runelic:runelic_2 (from Runelic) +- runelic:runelic_3 (from Runelic) +- runelic:runelic_4 (from Runelic) +- runelic:runelic_5 (from Runelic) +- runelic:runelic_6 (from Runelic) +- runelic:runelic_7 (from Runelic) +- runelic:runelic_8 (from Runelic) +- runelic:runelic_9 (from Runelic) +- runelic:runelic_slash (from Runelic) +- runelic:runelic_period (from Runelic) +- runelic:runelic_dash (from Runelic) +- runelic:runelic_comma (from Runelic) +- runelic:runelic_plus (from Runelic) +- runelic:runelic_asterisk (from Runelic) +- runelic:runelic_right_bracket (from Runelic) +- runelic:runelic_left_bracket (from Runelic) +- runelic:runelic_apostrophe (from Runelic) +- runelic:runelic_and (from Runelic) +- runelic:runelic_percent (from Runelic) +- runelic:runelic_dollar (from Runelic) +- runelic:runelic_hashtag (from Runelic) +- runelic:runelic_quote (from Runelic) +- runelic:runelic_exclamation (from Runelic) + +#spectrum:pattern_item/logo +- spectrum:logo (from Spectrum) + +#twilightforest:pattern_item/knight_phantom +- twilightforest:knight_phantom (from The Twilight Forest) + +#botania:pattern_item/spark_dominant +- botania:spark_dominant (from Botania) + +#minecraft:pattern_item/skull +- minecraft:skull (from Default) + +#twilightforest:pattern_item/lich +- twilightforest:lich (from The Twilight Forest) + +#spectrum:pattern_item/amethyst_shard +- spectrum:amethyst_shard (from Spectrum) + +#botania:pattern_item/terrasteel +- botania:logo (from Botania) + +#minecraft:pattern_item/flower +- minecraft:flower (from Default) + +#twilightforest:pattern_item/minoshroom +- twilightforest:minoshroom (from The Twilight Forest) + +#botania:pattern_item/tiny_potato +- botania:tiny_potato (from Botania) diff --git a/kubejs/exported/tags/minecraft/battlegill_variant.txt b/kubejs/exported/tags/minecraft/battlegill_variant.txt new file mode 100644 index 0000000..9db557b --- /dev/null +++ b/kubejs/exported/tags/minecraft/battlegill_variant.txt @@ -0,0 +1,8 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 27, 2022, 9:29:15 PM + +#fishofthieves:default_battlegill_spawns +- fishofthieves:jade (from Fish of Thieves) +- fishofthieves:sky (from Fish of Thieves) +- fishofthieves:rum (from Fish of Thieves) +- fishofthieves:sand (from Fish of Thieves) +- fishofthieves:bittersweet (from Fish of Thieves) diff --git a/kubejs/exported/tags/minecraft/block.txt b/kubejs/exported/tags/minecraft/block.txt new file mode 100644 index 0000000..2076b19 --- /dev/null +++ b/kubejs/exported/tags/minecraft/block.txt @@ -0,0 +1,20726 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM + +#byg:buttons +- byg:aspen_button (from Oh The Biomes You'll Go) +- byg:baobab_button (from Oh The Biomes You'll Go) +- byg:blue_enchanted_button (from Oh The Biomes You'll Go) +- byg:bulbis_button (from Oh The Biomes You'll Go) +- byg:cherry_button (from Oh The Biomes You'll Go) +- byg:cika_button (from Oh The Biomes You'll Go) +- byg:cypress_button (from Oh The Biomes You'll Go) +- byg:ebony_button (from Oh The Biomes You'll Go) +- byg:embur_button (from Oh The Biomes You'll Go) +- byg:ether_button (from Oh The Biomes You'll Go) +- byg:fir_button (from Oh The Biomes You'll Go) +- byg:green_enchanted_button (from Oh The Biomes You'll Go) +- byg:holly_button (from Oh The Biomes You'll Go) +- byg:imparius_button (from Oh The Biomes You'll Go) +- byg:jacaranda_button (from Oh The Biomes You'll Go) +- byg:lament_button (from Oh The Biomes You'll Go) +- byg:mahogany_button (from Oh The Biomes You'll Go) +- byg:maple_button (from Oh The Biomes You'll Go) +- byg:nightshade_button (from Oh The Biomes You'll Go) +- byg:palm_button (from Oh The Biomes You'll Go) +- byg:pine_button (from Oh The Biomes You'll Go) +- byg:rainbow_eucalyptus_button (from Oh The Biomes You'll Go) +- byg:redwood_button (from Oh The Biomes You'll Go) +- byg:skyris_button (from Oh The Biomes You'll Go) +- byg:sythian_button (from Oh The Biomes You'll Go) +- byg:white_mangrove_button (from Oh The Biomes You'll Go) +- byg:willow_button (from Oh The Biomes You'll Go) +- byg:witch_hazel_button (from Oh The Biomes You'll Go) +- byg:zelkova_button (from Oh The Biomes You'll Go) + +#coxinhautilities:unboxable +- coxinhautilities:cardboard_box (from Coxinha Utilities) +- #minecraft:beds (from Coxinha Utilities) +- minecraft:end_portal (from Coxinha Utilities) +- minecraft:end_gateway (from Coxinha Utilities) +- minecraft:command_block (from Coxinha Utilities) +- minecraft:chain_command_block (from Coxinha Utilities) +- minecraft:repeating_command_block (from Coxinha Utilities) +- minecraft:structure_block (from Coxinha Utilities) +- minecraft:jigsaw (from Coxinha Utilities) + +#c:iridium_ores +- techreborn:iridium_ore (from Tech Reborn) +- techreborn:deepslate_iridium_ore (from Tech Reborn) + +#redbits:large_buttons +- #redbits:large_wooden_buttons (from Red Bits) +- redbits:polished_blackstone_large_button (from Red Bits) +- redbits:stone_large_button (from Red Bits) + +#c:mossy_cobblestone +- minecraft:mossy_cobblestone (from Porting Lib Tags) + +#forge:glass/tinted +- minecraft:tinted_glass (from chisels-and-bits) + +#extraalchemy:heat_conductor +- minecraft:bricks (from Extra Alchemy) +- minecraft:brick_slab (from Extra Alchemy) +- minecraft:smooth_stone (from Extra Alchemy) +- minecraft:smooth_stone_slab (from Extra Alchemy) +- minecraft:stone_bricks (from Extra Alchemy) +- minecraft:stone_brick_slab (from Extra Alchemy) +- minecraft:quartz_slab (from Extra Alchemy) +- minecraft:quartz_block (from Extra Alchemy) +- minecraft:hopper (from Extra Alchemy) +- minecraft:iron_block (from Extra Alchemy) + +#spectrum:fading_special_conversions +- #spectrum:magical_leaves (from Spectrum) +- spectrum:glistering_melon (from Spectrum) + +#byg:may_place_on/allium_flower_bush +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#byg:may_place_on/golden_spined_cactus +- #minecraft:sand (from Oh The Biomes You'll Go) + +#forge:storage_blocks/netherite +- minecraft:netherite_block (from chisels-and-bits) + +#byg:may_place_on/prairie_grass +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#forge:glass_panes/white +- minecraft:white_stained_glass_pane (from chisels-and-bits) + +#supplementaries:beams +- betternether:cincinnasite_pedestal? (from Supplementaries) +- terrestria:small_oak_log? (from Supplementaries) +- terrestria:stripped_sakura_log? (from Supplementaries) +- terrestria:stripped_small_oak_log? (from Supplementaries) +- terrestria:stripped_yucca_palm_log? (from Supplementaries) +- terrestria:yucca_palm_log? (from Supplementaries) +- nether_exoticism:jaboticaba_branch_empty? (from Supplementaries) +- #valhelsia_structures:posts? (from Supplementaries) + +#byg:may_place_on/japanese_orchid +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#forge:glass_panes/light_gray +- minecraft:light_gray_stained_glass_pane (from chisels-and-bits) + +#c:scaffoldings +- #byg:scaffolding (from Oh The Biomes You'll Go) + +#byg:may_place_on/pink_cherry_sapling +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#byg:maple_logs +- byg:maple_log (from Oh The Biomes You'll Go) +- byg:maple_wood (from Oh The Biomes You'll Go) +- byg:stripped_maple_log (from Oh The Biomes You'll Go) +- byg:stripped_maple_wood (from Oh The Biomes You'll Go) + +#twilightforest:mazebreaker_accelerated_mining +- #twilightforest:mazestone (from The Twilight Forest) +- #twilightforest:castle_blocks (from The Twilight Forest) + +#byg:spreads_to_end_stone +- byg:ivis_phylium (from Oh The Biomes You'll Go) +- byg:nightshade_phylium (from Oh The Biomes You'll Go) +- byg:vermilion_sculk (from Oh The Biomes You'll Go) +- byg:shulkren_phylium (from Oh The Biomes You'll Go) +- byg:bulbis_phycelium (from Oh The Biomes You'll Go) +- byg:imparius_phylium (from Oh The Biomes You'll Go) + +#c:compressed_basalt +- compressor:compressed_basalt (from Compressor) + +#c:compressed_end_stone +- compressor:compressed_end_stone (from Compressor) + +#minecraft:wool_carpets +- minecraft:white_carpet (from Default) +- minecraft:orange_carpet (from Default) +- minecraft:magenta_carpet (from Default) +- minecraft:light_blue_carpet (from Default) +- minecraft:yellow_carpet (from Default) +- minecraft:lime_carpet (from Default) +- minecraft:pink_carpet (from Default) +- minecraft:gray_carpet (from Default) +- minecraft:light_gray_carpet (from Default) +- minecraft:cyan_carpet (from Default) +- minecraft:purple_carpet (from Default) +- minecraft:blue_carpet (from Default) +- minecraft:brown_carpet (from Default) +- minecraft:green_carpet (from Default) +- minecraft:red_carpet (from Default) +- minecraft:black_carpet (from Default) + +#farmersdelight:heat_sources +- deeperdarker:geyser (from Deeper and Darker) +- minecraft:magma_block (from Farmer's Delight) +- minecraft:lava_cauldron (from Farmer's Delight) +- farmersdelight:stove (from Farmer's Delight) +- #farmersdelight:tray_heat_sources (from Farmer's Delight) + +#c:triple_compressed_stone +- compressor:triple_compressed_stone (from Compressor) + +#geodes:pyrite +- geodes:pyrite (from More Geodes) +- geodes:pyrite_stairs (from More Geodes) +- geodes:pyrite_slab (from More Geodes) +- geodes:pyrite_wall (from More Geodes) + +#forge:glass/pink +- minecraft:pink_stained_glass (from chisels-and-bits) + +#forge:chests +- #forge:chests/ender (from chisels-and-bits) +- #forge:chests/trapped (from chisels-and-bits) +- #forge:chests/wooden (from chisels-and-bits) + +#forge:storage_blocks/emerald +- minecraft:emerald_block (from chisels-and-bits) + +#forge:ores/redstone +- #minecraft:redstone_ores (from chisels-and-bits) +- deeperdarker:sculk_stone_redstone_ore (from Deeper and Darker) + +#minecraft:features_cannot_replace +- minecraft:bedrock (from Default) +- minecraft:spawner (from Default) +- minecraft:chest (from Default) +- minecraft:end_portal_frame (from Default) +- minecraft:reinforced_deepslate (from Default) +- #spectrum:unbreakable_structure_blocks (from Spectrum) +- #twilightforest:common_protections (from The Twilight Forest) +- twilightforest:liveroot_block (from The Twilight Forest) +- twilightforest:mangrove_root (from The Twilight Forest) + +#spectrum:unbreakable +- spectrum:deeper_down_portal (from Spectrum) +- #spectrum:unbreakable_structure_blocks (from Spectrum) + +#byg:all/ores +- #byg:ores? (from Oh The Biomes You'll Go) +- #c:ores? (from Oh The Biomes You'll Go) +- #forge:ores? (from Oh The Biomes You'll Go) + +#byg:may_place_on/magenta_tulip +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#c:lapis_blocks +- minecraft:lapis_block (from Botania) +- minecraft:lapis_block (from Porting Lib Tags) + +#spectrum:memory_very_fast_manifesters +- spectrum:blazing_crystal (from Spectrum) + +#the_bumblezone:cave_edge_blocks_for_modded_compats +- minecraft:honeycomb_block (from The Bumblezone - Fabric) +- the_bumblezone:filled_porous_honeycomb_block (from The Bumblezone - Fabric) + +#farmersdelight:ropes +- farmersdelight:rope (from Farmer's Delight) +- quark:rope? (from Farmer's Delight) +- supplementaries:rope? (from Farmer's Delight) +- supplementaries:stick? (from Supplementaries) + +#byg:slabs +- byg:aspen_slab (from Oh The Biomes You'll Go) +- byg:baobab_slab (from Oh The Biomes You'll Go) +- byg:blue_enchanted_slab (from Oh The Biomes You'll Go) +- byg:blue_nether_brick_slab (from Oh The Biomes You'll Go) +- byg:bulbis_slab (from Oh The Biomes You'll Go) +- byg:carved_ether_stone_slab (from Oh The Biomes You'll Go) +- byg:cattail_thatch_slab (from Oh The Biomes You'll Go) +- byg:cherry_slab (from Oh The Biomes You'll Go) +- byg:chiseled_fungal_imparius_slab (from Oh The Biomes You'll Go) +- byg:chiseled_red_rock_brick_slab (from Oh The Biomes You'll Go) +- byg:chiseled_therium_slab (from Oh The Biomes You'll Go) +- byg:chiseled_travertine_slab (from Oh The Biomes You'll Go) +- byg:chiseled_windswept_sandstone_slab (from Oh The Biomes You'll Go) +- byg:cika_slab (from Oh The Biomes You'll Go) +- byg:cobbled_ether_stone_slab (from Oh The Biomes You'll Go) +- byg:cracked_red_rock_brick_slab (from Oh The Biomes You'll Go) +- byg:cryptic_stone_slab (from Oh The Biomes You'll Go) +- byg:cut_windswept_sandstone_slab (from Oh The Biomes You'll Go) +- byg:cypress_slab (from Oh The Biomes You'll Go) +- byg:dacite_brick_slab (from Oh The Biomes You'll Go) +- byg:dacite_cobblestone_slab (from Oh The Biomes You'll Go) +- byg:dacite_slab (from Oh The Biomes You'll Go) +- byg:dacite_tile_slab (from Oh The Biomes You'll Go) +- byg:ebony_slab (from Oh The Biomes You'll Go) +- byg:embur_slab (from Oh The Biomes You'll Go) +- byg:ether_slab (from Oh The Biomes You'll Go) +- byg:ether_stone_slab (from Oh The Biomes You'll Go) +- byg:fir_slab (from Oh The Biomes You'll Go) +- byg:green_enchanted_slab (from Oh The Biomes You'll Go) +- byg:holly_slab (from Oh The Biomes You'll Go) +- byg:imparius_slab (from Oh The Biomes You'll Go) +- byg:jacaranda_slab (from Oh The Biomes You'll Go) +- byg:lament_slab (from Oh The Biomes You'll Go) +- byg:mahogany_slab (from Oh The Biomes You'll Go) +- byg:maple_slab (from Oh The Biomes You'll Go) +- byg:mossy_red_rock_brick_slab (from Oh The Biomes You'll Go) +- byg:mossy_stone_slab (from Oh The Biomes You'll Go) +- byg:nightshade_slab (from Oh The Biomes You'll Go) +- byg:palm_slab (from Oh The Biomes You'll Go) +- byg:pine_slab (from Oh The Biomes You'll Go) +- byg:polished_soapstone_slab (from Oh The Biomes You'll Go) +- byg:polished_travertine_slab (from Oh The Biomes You'll Go) +- byg:purpur_stone_slab (from Oh The Biomes You'll Go) +- byg:rainbow_eucalyptus_slab (from Oh The Biomes You'll Go) +- byg:red_rock_brick_slab (from Oh The Biomes You'll Go) +- byg:red_rock_slab (from Oh The Biomes You'll Go) +- byg:redwood_slab (from Oh The Biomes You'll Go) +- byg:rocky_stone_slab (from Oh The Biomes You'll Go) +- byg:scoria_cobblestone_slab (from Oh The Biomes You'll Go) +- byg:scoria_stone_slab (from Oh The Biomes You'll Go) +- byg:scoria_stonebrick_slab (from Oh The Biomes You'll Go) +- byg:shiny_chiseled_therium_slab (from Oh The Biomes You'll Go) +- byg:skyris_slab (from Oh The Biomes You'll Go) +- byg:smooth_windswept_sandstone_slab (from Oh The Biomes You'll Go) +- byg:soapstone_brick_slab (from Oh The Biomes You'll Go) +- byg:soapstone_slab (from Oh The Biomes You'll Go) +- byg:soapstone_tile_slab (from Oh The Biomes You'll Go) +- byg:sythian_slab (from Oh The Biomes You'll Go) +- byg:travertine_slab (from Oh The Biomes You'll Go) +- byg:white_mangrove_slab (from Oh The Biomes You'll Go) +- byg:willow_slab (from Oh The Biomes You'll Go) +- byg:windswept_sandstone_slab (from Oh The Biomes You'll Go) +- byg:witch_hazel_slab (from Oh The Biomes You'll Go) +- byg:yellow_nether_brick_slab (from Oh The Biomes You'll Go) +- byg:zelkova_slab (from Oh The Biomes You'll Go) + +#ftbultimine:farmland_tillable +- #forge:dirt? (from FTB Ultimine) +- #c:dirt? (from FTB Ultimine) +- minecraft:dirt (from FTB Ultimine) +- minecraft:grass_block (from FTB Ultimine) +- minecraft:coarse_dirt (from FTB Ultimine) + +#c:plantable_blocks +- byg:lush_farmland (from Oh The Biomes You'll Go) + +#ftbchunks:interact_whitelist +- minecraft:crafting_table (from FTB Chunks) +- minecraft:bell (from FTB Chunks) +- #tombstone:graves? (from FTB Chunks) +- waystones:waystone? (from FTB Chunks) +- waystones:mossy_waystone? (from FTB Chunks) +- waystones:sandy_waystone? (from FTB Chunks) +- yigd:grave (from You're in Grave Danger) +- minecraft:crafting_table (from KubeJS Resource Pack [data]) +- minecraft:bell (from KubeJS Resource Pack [data]) +- #tombstone:graves? (from KubeJS Resource Pack [data]) +- fwaystones:waystone? (from KubeJS Resource Pack [data]) +- fwaystones:desert_waystone? (from KubeJS Resource Pack [data]) +- fwaystones:red_desert_waystone? (from KubeJS Resource Pack [data]) +- fwaystones:stone_brick_waystone? (from KubeJS Resource Pack [data]) +- fwaystones:nether_brick_waystone? (from KubeJS Resource Pack [data]) +- fwaystones:red_nether_brick_waystone? (from KubeJS Resource Pack [data]) +- fwaystones:end_stone_brick_waystone? (from KubeJS Resource Pack [data]) +- fwaystones:blackstone_brick_waystone? (from KubeJS Resource Pack [data]) +- fwaystones:deepslate_brick_waystone? (from KubeJS Resource Pack [data]) +- minecraft:enchanting_table? (from KubeJS Resource Pack [data]) +- dark-enchanting:dark_enchanter? (from KubeJS Resource Pack [data]) +- infusion_table:infusion_table? (from KubeJS Resource Pack [data]) +- minecraft:anvil? (from KubeJS Resource Pack [data]) +- minecraft:chipped_anvil? (from KubeJS Resource Pack [data]) +- minecraft:damaged_anvil? (from KubeJS Resource Pack [data]) +- adorn:trading_station? (from KubeJS Resource Pack [data]) +- universal_graves:grave? (from KubeJS Resource Pack [data]) +- yigd:grave? (from KubeJS Resource Pack [data]) +- lootr:lootr_chest? (from KubeJS Resource Pack [data]) +- lootr:lootr_barrel? (from KubeJS Resource Pack [data]) + +#spectrum:fusion_shrines +- spectrum:fusion_shrine_basalt (from Spectrum) +- spectrum:fusion_shrine_calcite (from Spectrum) + +#minecraft:lava_pool_stone_cannot_replace +- #minecraft:features_cannot_replace (from Default) +- #minecraft:leaves (from Default) +- #minecraft:logs (from Default) + +#forge:cobblestone/deepslate +- minecraft:cobbled_deepslate (from chisels-and-bits) + +#minecraft:inside_step_sound_blocks +- minecraft:snow (from Default) +- minecraft:powder_snow (from Default) +- minecraft:sculk_vein (from Default) + +#geodes:custom_crystal_sound_blocks +- geodes:emerald_geode (from More Geodes) +- geodes:budding_emerald (from More Geodes) +- geodes:quartz_geode (from More Geodes) +- geodes:budding_quartz (from More Geodes) +- geodes:diamond_geode (from More Geodes) +- geodes:echo_block (from More Geodes) +- geodes:budding_echo_block (from More Geodes) +- geodes:lapis_crystal_block (from More Geodes) +- geodes:budding_lapis (from More Geodes) +- geodes:gypsum_crystal_block (from More Geodes) +- geodes:budding_gypsum (from More Geodes) + +#c:cinnabar_ores +- techreborn:cinnabar_ore (from Tech Reborn) + +#bonezone:carcass_spawnable +- minecraft:grass_block (from BoneZone) +- minecraft:dirt (from BoneZone) +- minecraft:stone (from BoneZone) +- minecraft:gravel (from BoneZone) +- minecraft:podzol (from BoneZone) +- minecraft:sand (from BoneZone) +- minecraft:red_sand (from BoneZone) +- minecraft:sandstone (from BoneZone) +- minecraft:snow (from BoneZone) + +#geodes:echo_locatable/spectrum +- spectrum:topaz_cluster? (from More Geodes) +- spectrum:large_topaz_bud? (from More Geodes) +- spectrum:medium_topaz_bud? (from More Geodes) +- spectrum:small_topaz_bud? (from More Geodes) +- spectrum:citrine_cluster? (from More Geodes) +- spectrum:large_citrine_bud? (from More Geodes) +- spectrum:medium_citrine_bud? (from More Geodes) +- spectrum:small_citrine_bud? (from More Geodes) + +#forge:fence_gates +- #forge:fence_gates/wooden (from chisels-and-bits) + +#campanion:tent_poles +- campanion:tent_pole (from Campanion) +- #campanion:topped_tent_poles (from Campanion) + +#c:sand/purple +- byg:purple_sand (from Oh The Biomes You'll Go) + +#c:grass +- byg:prairie_grass (from Oh The Biomes You'll Go) +- byg:ether_grass (from Oh The Biomes You'll Go) +- byg:tall_ether_grass (from Oh The Biomes You'll Go) +- byg:scorched_grass (from Oh The Biomes You'll Go) +- byg:beach_grass (from Oh The Biomes You'll Go) +- byg:tall_prairie_grass (from Oh The Biomes You'll Go) + +#forge:storage_blocks/copper +- minecraft:copper_block (from chisels-and-bits) + +#byg:may_place_on/red_spruce_sapling +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#c:pink_glass +- minecraft:pink_stained_glass (from Porting Lib Tags) + +#c:quartz_ores +- minecraft:nether_quartz_ore (from Fabric Convention Tags) +- minecraft:nether_quartz_ore (from Porting Lib Tags) +- modern_industrialization:quartz_ore (from Modern Industrialization) + +#another_furniture:stools +- another_furniture:white_stool (from Another Furniture) +- another_furniture:orange_stool (from Another Furniture) +- another_furniture:magenta_stool (from Another Furniture) +- another_furniture:light_blue_stool (from Another Furniture) +- another_furniture:yellow_stool (from Another Furniture) +- another_furniture:lime_stool (from Another Furniture) +- another_furniture:pink_stool (from Another Furniture) +- another_furniture:gray_stool (from Another Furniture) +- another_furniture:light_gray_stool (from Another Furniture) +- another_furniture:cyan_stool (from Another Furniture) +- another_furniture:purple_stool (from Another Furniture) +- another_furniture:blue_stool (from Another Furniture) +- another_furniture:brown_stool (from Another Furniture) +- another_furniture:green_stool (from Another Furniture) +- another_furniture:red_stool (from Another Furniture) +- another_furniture:black_stool (from Another Furniture) + +#computercraft:monitor +- computercraft:monitor_normal (from CC: Restitched) +- computercraft:monitor_advanced (from CC: Restitched) + +#ants:food/colored/oak_light_gray_leaf_food +- spectrum:light_gray_leaves (from Spectrum) + +#c:sand/blue +- byg:blue_sand (from Oh The Biomes You'll Go) + +#c:emerald_ores +- #minecraft:emerald_ores (from Porting Lib Tags) +- spectrum:blackslag_emerald_ore (from Spectrum) + +#byg:willow_logs +- byg:stripped_willow_log (from Oh The Biomes You'll Go) +- byg:stripped_willow_wood (from Oh The Biomes You'll Go) +- byg:willow_log (from Oh The Biomes You'll Go) +- byg:willow_wood (from Oh The Biomes You'll Go) + +#geodes:gypsum_patch_replaceable +- #minecraft:sand (from More Geodes) + +#c:redstone_gates +- minecraft:repeater (from Red Bits) +- minecraft:comparator (from Red Bits) +- redbits:two_way_repeater (from Red Bits) +- redbits:t_flip_flop (from Red Bits) +- redbits:inverter (from Red Bits) +- redbits:detector (from Red Bits) +- redbits:latch (from Red Bits) +- redbits:timer (from Red Bits) + +#minecraft:convertable_to_mud +- minecraft:dirt (from Default) +- minecraft:coarse_dirt (from Default) +- minecraft:rooted_dirt (from Default) + +#byg:all/slabs +- #minecraft:slabs? (from Oh The Biomes You'll Go) + +#forge:cobblestone/infested +- minecraft:infested_cobblestone (from chisels-and-bits) + +#ad_astra:venus_ore_replaceables +- ad_astra:venus_stone (from Ad Astra!) + +#minecraft:lush_ground_replaceable +- #minecraft:moss_replaceable (from Default) +- minecraft:clay (from Default) +- minecraft:gravel (from Default) +- minecraft:sand (from Default) +- create:asurine (from Create) +- create:crimsite (from Create) +- create:limestone (from Create) +- create:ochrum (from Create) +- create:scoria (from Create) +- create:scorchia (from Create) +- create:veridium (from Create) + +#byg:may_place_on/purple_tulip +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#deeperdarker:stripped_logs +- minecraft:stripped_oak_log (from Deeper and Darker) +- minecraft:stripped_spruce_log (from Deeper and Darker) +- minecraft:stripped_birch_log (from Deeper and Darker) +- minecraft:stripped_jungle_log (from Deeper and Darker) +- minecraft:stripped_acacia_log (from Deeper and Darker) +- minecraft:stripped_dark_oak_log (from Deeper and Darker) +- minecraft:stripped_crimson_stem (from Deeper and Darker) +- minecraft:stripped_warped_stem (from Deeper and Darker) + +#forge:storage_blocks/lapis +- minecraft:lapis_block (from chisels-and-bits) + +#c:sextuple_compressed_blackstone +- compressor:sextuple_compressed_blackstone (from Compressor) + +#biomemakeover:crab_spawnable_on +- minecraft:stone (from Biome Makeover) +- minecraft:sand (from Biome Makeover) +- minecraft:red_sand (from Biome Makeover) + +#snowyspirit:gingerbreads +- snowyspirit:gingerbread (from Snowy Spirit) +- snowyspirit:gingerbread_frosted (from Snowy Spirit) + +#geodes:echo_locatable/default + +#c:ores_in_ground/deepslate +- create:deepslate_zinc_ore (from Create) +- minecraft:deepslate_coal_ore (from Porting Lib Tags) +- minecraft:deepslate_copper_ore (from Porting Lib Tags) +- minecraft:deepslate_diamond_ore (from Porting Lib Tags) +- minecraft:deepslate_emerald_ore (from Porting Lib Tags) +- minecraft:deepslate_gold_ore (from Porting Lib Tags) +- minecraft:deepslate_iron_ore (from Porting Lib Tags) +- minecraft:deepslate_lapis_ore (from Porting Lib Tags) +- minecraft:deepslate_redstone_ore (from Porting Lib Tags) + +#byg:embur_logs +- byg:embur_hyphae (from Oh The Biomes You'll Go) +- byg:embur_pedu (from Oh The Biomes You'll Go) +- byg:stripped_embur_hyphae (from Oh The Biomes You'll Go) +- byg:stripped_embur_pedu (from Oh The Biomes You'll Go) + +#yigd:support_replace_whitelist +- minecraft:air (from You're in Grave Danger) +- minecraft:water (from You're in Grave Danger) +- minecraft:lava (from You're in Grave Danger) + +#supplementaries:posts +- #minecraft:fences? (from Supplementaries) +- betterendforge:end_lotus_stem? (from Supplementaries) +- darkerdepths:petrified_post? (from Supplementaries) +- darkerdepths:stripped_petrified_post? (from Supplementaries) +- desolation:charred_fence? (from Supplementaries) +- forbidden_arcanus:arcane_polished_darkstone_rod? (from Supplementaries) +- forbidden_arcanus:cherrywood_fence? (from Supplementaries) +- forbidden_arcanus:edelwood_fence? (from Supplementaries) +- forbidden_arcanus:mysterywood_fence? (from Supplementaries) +- mysticalworld:pearl_small_post? (from Supplementaries) +- mysticalworld:uncanny_mushroom_small_post? (from Supplementaries) +- terraqueous:pergola_wall? (from Supplementaries) +- twilightdecor:canopy_post? (from Supplementaries) +- twilightdecor:darkwood_post? (from Supplementaries) +- twilightdecor:mangrove_post? (from Supplementaries) +- twilightdecor:mining_post? (from Supplementaries) +- twilightdecor:sorting_post? (from Supplementaries) +- twilightdecor:stripped_canopy_post? (from Supplementaries) +- twilightdecor:stripped_darkwood_post? (from Supplementaries) +- twilightdecor:stripped_mangrove_post? (from Supplementaries) +- twilightdecor:stripped_mining_post? (from Supplementaries) +- twilightdecor:stripped_sorting_post? (from Supplementaries) +- twilightdecor:stripped_timewood_post? (from Supplementaries) +- twilightdecor:stripped_transformation_post? (from Supplementaries) +- twilightdecor:stripped_twilight_oak_post? (from Supplementaries) +- twilightdecor:timewood_post? (from Supplementaries) +- twilightdecor:transformation_post? (from Supplementaries) +- twilightdecor:twilight_oak_post? (from Supplementaries) +- #adorn:posts? (from Supplementaries) +- #quark:posts? (from Supplementaries) +- mysticalworld:pearl_small_post? (from Supplementaries) +- mysticalworld:uncanny_mushroom_small_post? (from Supplementaries) +- framedblocks:framed_post? (from Supplementaries) +- quark:oak_post? (from Supplementaries) +- quark:birch_post? (from Supplementaries) +- quark:spruce_post? (from Supplementaries) +- quark:acacia_post? (from Supplementaries) +- quark:dark_oak_post? (from Supplementaries) +- quark:jungle_post? (from Supplementaries) +- quark:warped_post? (from Supplementaries) +- quark:crimson_post? (from Supplementaries) +- quark:azalea_post? (from Supplementaries) +- quark:blossom_post? (from Supplementaries) +- quark:stripped_oak_post? (from Supplementaries) +- quark:stripped_birch_post? (from Supplementaries) +- quark:stripped_spruce_post? (from Supplementaries) +- quark:stripped_acacia_post? (from Supplementaries) +- quark:stripped_dark_oak_post? (from Supplementaries) +- quark:stripped_jungle_post? (from Supplementaries) +- quark:stripped_warped_post? (from Supplementaries) +- quark:stripped_crimson_post? (from Supplementaries) +- quark:stripped_azalea_post? (from Supplementaries) +- quark:stripped_blossom_post? (from Supplementaries) +- car:sign_post? (from Supplementaries) +- mysticalworld:thatch_small_post? (from Supplementaries) +- mysticalworld:red_mushroom_small_post? (from Supplementaries) +- mysticalworld:brown_mushroom_small_post? (from Supplementaries) +- mysticalworld:mushroom_stem_small_post? (from Supplementaries) +- mysticalworld:mushroom_inside_small_post? (from Supplementaries) +- mysticalworld:mud_block_small_post? (from Supplementaries) +- mysticalworld:mud_brick_small_post? (from Supplementaries) +- mysticalworld:charred_small_post? (from Supplementaries) +- mysticalworld:terracotta_brick_small_post? (from Supplementaries) +- mysticalworld:iron_brick_small_post? (from Supplementaries) +- mysticalworld:soft_stone_small_post? (from Supplementaries) +- mysticalworld:cracked_stone_small_post? (from Supplementaries) +- mysticalworld:blackened_stone_small_post? (from Supplementaries) +- mysticalworld:soft_obsidian_small_post? (from Supplementaries) +- mysticalworld:amethyst_small_post? (from Supplementaries) +- mysticalworld:copper_small_post? (from Supplementaries) +- mysticalworld:lead_small_post? (from Supplementaries) +- mysticalworld:quicksilver_small_post? (from Supplementaries) +- mysticalworld:silver_small_post? (from Supplementaries) +- mysticalworld:tin_small_post? (from Supplementaries) +- environmental:stripped_willow_post? (from Supplementaries) +- environmental:willow_post? (from Supplementaries) +- environmental:stripped_cherry_post? (from Supplementaries) +- environmental:cherry_post? (from Supplementaries) +- environmental:stripped_wisteria_post? (from Supplementaries) +- environmental:wisteria_post? (from Supplementaries) +- atmospheric:stripped_rosewood_post? (from Supplementaries) +- atmospheric:rosewood_post? (from Supplementaries) +- atmospheric:stripped_morado_post? (from Supplementaries) +- atmospheric:morado_post? (from Supplementaries) +- atmospheric:stripped_yucca_post? (from Supplementaries) +- atmospheric:yucca_post? (from Supplementaries) +- atmospheric:stripped_kousa_post? (from Supplementaries) +- atmospheric:kousa_post? (from Supplementaries) +- atmospheric:stripped_aspen_post? (from Supplementaries) +- atmospheric:aspen_post? (from Supplementaries) +- atmospheric:stripped_grimwood_post? (from Supplementaries) +- atmospheric:grimwood_post? (from Supplementaries) +- autumnity:stripped_maple_post? (from Supplementaries) +- autumnity:maple_post? (from Supplementaries) +- upgrade_aquatic:stripped_driftwood_post? (from Supplementaries) +- upgrade_aquatic:driftwood_post? (from Supplementaries) +- upgrade_aquatic:stripped_river_post? (from Supplementaries) +- upgrade_aquatic:river_post? (from Supplementaries) +- abundance:stripped_jacaranda_post? (from Supplementaries) +- abundance:jacaranda_post? (from Supplementaries) +- abundance:stripped_redbud_post? (from Supplementaries) +- abundance:redbud_post? (from Supplementaries) +- enhanced_mushrooms:stripped_red_mushroom_post? (from Supplementaries) +- enhanced_mushrooms:red_mushroom_post? (from Supplementaries) +- enhanced_mushrooms:stripped_brown_mushroom_post? (from Supplementaries) +- enhanced_mushrooms:brown_mushroom_post? (from Supplementaries) +- enhanced_mushrooms:stripped_glowshroom_post? (from Supplementaries) +- enhanced_mushrooms:glowshroom_post? (from Supplementaries) +- bayou_blues:stripped_cypress_post? (from Supplementaries) +- bayou_blues:cypress_post? (from Supplementaries) +- habitat:stripped_fairy_ring_mushroom_post? (from Supplementaries) +- habitat:fairy_ring_mushroom_post? (from Supplementaries) +- compatoplenty:fir_post? (from Supplementaries) +- compatoplenty:redwood_post? (from Supplementaries) +- compatoplenty:cherry_post? (from Supplementaries) +- compatoplenty:mahogany_post? (from Supplementaries) +- compatoplenty:jacaranda_post? (from Supplementaries) +- compatoplenty:palm_post? (from Supplementaries) +- compatoplenty:willow_post? (from Supplementaries) +- compatoplenty:dead_post? (from Supplementaries) +- compatoplenty:magic_post? (from Supplementaries) +- compatoplenty:umbran_post? (from Supplementaries) +- compatoplenty:hellbark_post? (from Supplementaries) +- compatoplenty:stripped_fir_post? (from Supplementaries) +- compatoplenty:stripped_redwood_post? (from Supplementaries) +- compatoplenty:stripped_cherry_post? (from Supplementaries) +- compatoplenty:stripped_mahogany_post? (from Supplementaries) +- compatoplenty:stripped_jacaranda_post? (from Supplementaries) +- compatoplenty:stripped_palm_post? (from Supplementaries) +- compatoplenty:stripped_willow_post? (from Supplementaries) +- compatoplenty:stripped_dead_post? (from Supplementaries) +- compatoplenty:stripped_magic_post? (from Supplementaries) +- compatoplenty:stripped_umbran_post? (from Supplementaries) +- compatoplenty:stripped_hellbark_post? (from Supplementaries) +- ecologics:coconut_post? (from Supplementaries) +- ecologics:walnut_post? (from Supplementaries) +- ecologics:azalea_post? (from Supplementaries) +- ecologics:flowering_azalea_post? (from Supplementaries) +- ecologics:stripped_coconut_post? (from Supplementaries) +- ecologics:stripped_walnut_post? (from Supplementaries) +- ecologics:stripped_azalea_post? (from Supplementaries) + +#twilightforest:annihilation_inclusions +- minecraft:nether_portal (from The Twilight Forest) +- twilightforest:deadrock (from The Twilight Forest) +- twilightforest:cracked_deadrock (from The Twilight Forest) +- twilightforest:weathered_deadrock (from The Twilight Forest) +- twilightforest:castle_brick (from The Twilight Forest) +- twilightforest:cracked_deadrock (from The Twilight Forest) +- twilightforest:thick_castle_brick (from The Twilight Forest) +- twilightforest:mossy_castle_brick (from The Twilight Forest) +- twilightforest:castle_roof_tile (from The Twilight Forest) +- twilightforest:worn_castle_brick (from The Twilight Forest) +- twilightforest:blue_castle_rune_brick (from The Twilight Forest) +- twilightforest:violet_castle_rune_brick (from The Twilight Forest) +- twilightforest:yellow_castle_rune_brick (from The Twilight Forest) +- twilightforest:pink_castle_rune_brick (from The Twilight Forest) +- twilightforest:pink_force_field (from The Twilight Forest) +- twilightforest:orange_force_field (from The Twilight Forest) +- twilightforest:green_force_field (from The Twilight Forest) +- twilightforest:blue_force_field (from The Twilight Forest) +- twilightforest:violet_force_field (from The Twilight Forest) +- twilightforest:brown_thorns (from The Twilight Forest) +- twilightforest:green_thorns (from The Twilight Forest) + +#minecraft:overworld_carver_replaceables +- #minecraft:base_stone_overworld (from Default) +- #minecraft:dirt (from Default) +- #minecraft:sand (from Default) +- #minecraft:terracotta (from Default) +- #minecraft:iron_ores (from Default) +- #minecraft:copper_ores (from Default) +- minecraft:water (from Default) +- minecraft:gravel (from Default) +- minecraft:sandstone (from Default) +- minecraft:red_sandstone (from Default) +- minecraft:calcite (from Default) +- minecraft:snow (from Default) +- minecraft:packed_ice (from Default) +- minecraft:raw_iron_block (from Default) +- minecraft:raw_copper_block (from Default) +- ad_astra:moon_stone (from Ad Astra!) +- ad_astra:mars_stone (from Ad Astra!) +- ad_astra:mercury_stone (from Ad Astra!) +- ad_astra:venus_stone (from Ad Astra!) +- ad_astra:venus_sandstone (from Ad Astra!) +- ad_astra:glacio_stone (from Ad Astra!) +- ad_astra:permafrost (from Ad Astra!) +- twilightforest:trollsteinn (from The Twilight Forest) + +#twilightforest:ice_bomb_replaceables +- twilightforest:mayapple (from The Twilight Forest) +- twilightforest:fiddlehead (from The Twilight Forest) +- minecraft:grass (from The Twilight Forest) +- minecraft:tall_grass (from The Twilight Forest) +- minecraft:fern (from The Twilight Forest) +- minecraft:large_fern (from The Twilight Forest) +- #minecraft:flowers (from The Twilight Forest) + +#c:compressed_cobbled_deepslate +- compressor:compressed_cobbled_deepslate (from Compressor) + +#forge:glass/white +- minecraft:white_stained_glass (from chisels-and-bits) + +#spectrum:spirit_sallow_wood +- spectrum:spirit_sallow_roots (from Spectrum) +- spectrum:spirit_sallow_log (from Spectrum) +- spectrum:spirit_sallow_heart (from Spectrum) + +#forge:glass_panes/red +- minecraft:red_stained_glass_pane (from chisels-and-bits) + +#farmersdelight:mushroom_colony_growable_on +- farmersdelight:rich_soil (from Farmer's Delight) +- supplementaries:planter_rich? (from Supplementaries) + +#spectrum:item_bowls +- spectrum:item_bowl_basalt (from Spectrum) +- spectrum:item_bowl_calcite (from Spectrum) + +#c:refined_iron_blocks +- techreborn:refined_iron_storage_block (from Tech Reborn) + +#techreborn:mineable/drill +- #minecraft:mineable/pickaxe? (from Tech Reborn) +- #minecraft:mineable/shovel? (from Tech Reborn) + +#ants:food/colored/oak_white_leaf_food +- spectrum:white_leaves (from Spectrum) +- spectrum:spirit_sallow_leaves (from Spectrum) + +#botania:mundane_floating_flowers +- botania:black_floating_flower (from Botania) +- botania:blue_floating_flower (from Botania) +- botania:brown_floating_flower (from Botania) +- botania:cyan_floating_flower (from Botania) +- botania:gray_floating_flower (from Botania) +- botania:green_floating_flower (from Botania) +- botania:light_blue_floating_flower (from Botania) +- botania:light_gray_floating_flower (from Botania) +- botania:lime_floating_flower (from Botania) +- botania:magenta_floating_flower (from Botania) +- botania:orange_floating_flower (from Botania) +- botania:pink_floating_flower (from Botania) +- botania:purple_floating_flower (from Botania) +- botania:red_floating_flower (from Botania) +- botania:white_floating_flower (from Botania) +- botania:yellow_floating_flower (from Botania) + +#c:cyan_glass +- minecraft:cyan_stained_glass (from Porting Lib Tags) + +#c:compressed_granite +- compressor:compressed_granite (from Compressor) + +#minecraft:dripstone_replaceable_blocks +- #minecraft:base_stone_overworld (from Default) +- create:asurine (from Create) +- create:crimsite (from Create) +- create:limestone (from Create) +- create:ochrum (from Create) +- create:scoria (from Create) +- create:scorchia (from Create) +- create:veridium (from Create) +- croptopia:salt_ore (from Croptopia) + +#byg:may_place_on/white_sage +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#c:compressed_gravel +- compressor:compressed_gravel (from Compressor) + +#c:double_compressed_cobbled_deepslate +- compressor:double_compressed_cobbled_deepslate (from Compressor) + +#c:double_compressed_blackstone +- compressor:double_compressed_blackstone (from Compressor) + +#byg:mushrooms +- byg:bulbis_oddity (from Oh The Biomes You'll Go) +- byg:fungal_imparius (from Oh The Biomes You'll Go) +- byg:green_mushroom (from Oh The Biomes You'll Go) +- byg:imparius_mushroom (from Oh The Biomes You'll Go) +- byg:purple_bulbis_oddity (from Oh The Biomes You'll Go) +- byg:shulkren_fungus (from Oh The Biomes You'll Go) +- byg:weeping_milkcap (from Oh The Biomes You'll Go) +- byg:wood_blewit (from Oh The Biomes You'll Go) + +#c:bauxite_ores +- techreborn:bauxite_ore (from Tech Reborn) +- techreborn:deepslate_bauxite_ore (from Tech Reborn) + +#spectrum:pastel_network_nodes +- spectrum:connection_node (from Spectrum) +- spectrum:provider_node (from Spectrum) +- spectrum:storage_node (from Spectrum) +- spectrum:pusher_node (from Spectrum) +- spectrum:puller_node (from Spectrum) +- spectrum:interaction_node (from Spectrum) + +#create:fan_transparent +- create:blaze_burner (from Create) +- create:lit_blaze_burner (from Create) +- create:sail_frame (from Create) +- #minecraft:fences (from Create) +- #minecraft:campfires (from Create) +- minecraft:iron_bars (from Create) +- minecraft:mangrove_roots (from Create) + +#c:quadruple_compressed_netherrack +- compressor:quadruple_compressed_netherrack (from Compressor) + +#twilightforest:tree_roots_skip +- #minecraft:features_cannot_replace (from The Twilight Forest) +- twilightforest:root (from The Twilight Forest) +- twilightforest:liveroot_block (from The Twilight Forest) +- twilightforest:mangrove_root (from The Twilight Forest) +- twilightforest:time_wood (from The Twilight Forest) + +#byg:may_place_on/tall_allium +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#botania:marimorphosis_convertable +- minecraft:stone (from Botania) +- minecraft:deepslate (from Botania) +- minecraft:granite (from Botania) +- minecraft:diorite (from Botania) +- minecraft:andesite (from Botania) + +#minecraft:mineable/shovel +- minecraft:clay (from Default) +- minecraft:dirt (from Default) +- minecraft:coarse_dirt (from Default) +- minecraft:podzol (from Default) +- minecraft:farmland (from Default) +- minecraft:grass_block (from Default) +- minecraft:gravel (from Default) +- minecraft:mycelium (from Default) +- minecraft:sand (from Default) +- minecraft:red_sand (from Default) +- minecraft:snow_block (from Default) +- minecraft:snow (from Default) +- minecraft:soul_sand (from Default) +- minecraft:dirt_path (from Default) +- minecraft:white_concrete_powder (from Default) +- minecraft:orange_concrete_powder (from Default) +- minecraft:magenta_concrete_powder (from Default) +- minecraft:light_blue_concrete_powder (from Default) +- minecraft:yellow_concrete_powder (from Default) +- minecraft:lime_concrete_powder (from Default) +- minecraft:pink_concrete_powder (from Default) +- minecraft:gray_concrete_powder (from Default) +- minecraft:light_gray_concrete_powder (from Default) +- minecraft:cyan_concrete_powder (from Default) +- minecraft:purple_concrete_powder (from Default) +- minecraft:blue_concrete_powder (from Default) +- minecraft:brown_concrete_powder (from Default) +- minecraft:green_concrete_powder (from Default) +- minecraft:red_concrete_powder (from Default) +- minecraft:black_concrete_powder (from Default) +- minecraft:soul_soil (from Default) +- minecraft:rooted_dirt (from Default) +- minecraft:muddy_mangrove_roots (from Default) +- minecraft:mud (from Default) +- ad_astra:moon_sand (from Ad Astra!) +- ad_astra:mars_sand (from Ad Astra!) +- ad_astra:venus_sand (from Ad Astra!) +- archeology:raw_clay_pot (from CapsLock Archeology Mod) +- archeology:excavation_dirt (from CapsLock Archeology Mod) +- archeology:excavation_gravel (from CapsLock Archeology Mod) +- biomemakeover:paydirt (from Biome Makeover) +- biomemakeover:dried_peat_bricks (from Biome Makeover) +- biomemakeover:peat (from Biome Makeover) +- biomemakeover:dried_peat (from Biome Makeover) +- biomemakeover:mossy_peat (from Biome Makeover) +- biomemakeover:peat_farmland (from Biome Makeover) +- biomemakeover:dried_peat_bricks_slab (from Biome Makeover) +- biomemakeover:dried_peat_bricks_stairs (from Biome Makeover) +- biomemakeover:dried_peat_bricks_wall (from Biome Makeover) +- biomemakeover:mossy_dried_peat_bricks (from Biome Makeover) +- biomemakeover:mossy_dried_peat_brick_slab (from Biome Makeover) +- biomemakeover:mossy_dried_peat_brick_stairs (from Biome Makeover) +- biomemakeover:mossy_dried_peat_brick_wall (from Biome Makeover) +- biomemakeover:cracked_dried_peat_bricks (from Biome Makeover) +- biomemakeover:cracked_dried_peat_brick_slab (from Biome Makeover) +- biomemakeover:cracked_dried_peat_brick_stairs (from Biome Makeover) +- biomemakeover:cracked_dried_peat_brick_wall (from Biome Makeover) +- blast:gunpowder_block (from BLAST) +- blast:folly_red_paint (from BLAST) +- blast:fresh_folly_red_paint (from BLAST) +- blast:dried_folly_red_paint (from BLAST) +- botania:black_floating_flower (from Botania) +- botania:blue_floating_flower (from Botania) +- botania:brown_floating_flower (from Botania) +- botania:cyan_floating_flower (from Botania) +- botania:dry_grass (from Botania) +- botania:enchanted_soil (from Botania) +- botania:floating_agricarnation (from Botania) +- botania:floating_agricarnation_chibi (from Botania) +- botania:floating_bellethorn (from Botania) +- botania:floating_bellethorn_chibi (from Botania) +- botania:floating_bergamute (from Botania) +- botania:floating_bubbell (from Botania) +- botania:floating_bubbell_chibi (from Botania) +- botania:floating_clayconia (from Botania) +- botania:floating_clayconia_chibi (from Botania) +- botania:floating_daffomill (from Botania) +- botania:floating_dandelifeon (from Botania) +- botania:floating_dreadthorn (from Botania) +- botania:floating_endoflame (from Botania) +- botania:floating_entropinnyum (from Botania) +- botania:floating_exoflame (from Botania) +- botania:floating_fallen_kanade (from Botania) +- botania:floating_gourmaryllis (from Botania) +- botania:floating_heisei_dream (from Botania) +- botania:floating_hopperhock (from Botania) +- botania:floating_hopperhock_chibi (from Botania) +- botania:floating_hyacidus (from Botania) +- botania:floating_hydroangeas (from Botania) +- botania:floating_jaded_amaranthus (from Botania) +- botania:floating_jiyuulia (from Botania) +- botania:floating_jiyuulia_chibi (from Botania) +- botania:floating_kekimurus (from Botania) +- botania:floating_labellia (from Botania) +- botania:floating_loonium (from Botania) +- botania:floating_manastar (from Botania) +- botania:floating_marimorphosis (from Botania) +- botania:floating_marimorphosis_chibi (from Botania) +- botania:floating_medumone (from Botania) +- botania:floating_munchdew (from Botania) +- botania:floating_narslimmus (from Botania) +- botania:floating_orechid (from Botania) +- botania:floating_orechid_ignem (from Botania) +- botania:floating_pollidisiac (from Botania) +- botania:floating_pure_daisy (from Botania) +- botania:floating_rafflowsia (from Botania) +- botania:floating_rannuncarpus (from Botania) +- botania:floating_rannuncarpus_chibi (from Botania) +- botania:floating_rosa_arcana (from Botania) +- botania:floating_shulk_me_not (from Botania) +- botania:floating_solegnolia (from Botania) +- botania:floating_solegnolia_chibi (from Botania) +- botania:floating_spectranthemum (from Botania) +- botania:floating_spectrolus (from Botania) +- botania:floating_tangleberrie (from Botania) +- botania:floating_tangleberrie_chibi (from Botania) +- botania:floating_thermalily (from Botania) +- botania:floating_tigerseye (from Botania) +- botania:floating_vinculotus (from Botania) +- botania:golden_grass (from Botania) +- botania:gray_floating_flower (from Botania) +- botania:green_floating_flower (from Botania) +- botania:infused_grass (from Botania) +- botania:light_blue_floating_flower (from Botania) +- botania:light_gray_floating_flower (from Botania) +- botania:lime_floating_flower (from Botania) +- botania:magenta_floating_flower (from Botania) +- botania:mutated_grass (from Botania) +- botania:orange_floating_flower (from Botania) +- botania:pink_floating_flower (from Botania) +- botania:purple_floating_flower (from Botania) +- botania:red_floating_flower (from Botania) +- botania:scorched_grass (from Botania) +- botania:vivid_grass (from Botania) +- botania:white_floating_flower (from Botania) +- botania:yellow_floating_flower (from Botania) +- byg:black_sand (from Oh The Biomes You'll Go) +- byg:blue_sand (from Oh The Biomes You'll Go) +- byg:cattail_thatch (from Oh The Biomes You'll Go) +- byg:cattail_thatch_carpet (from Oh The Biomes You'll Go) +- byg:cattail_thatch_slab (from Oh The Biomes You'll Go) +- byg:cattail_thatch_stairs (from Oh The Biomes You'll Go) +- byg:chiseled_fungal_imparius (from Oh The Biomes You'll Go) +- byg:chiseled_fungal_imparius_slab (from Oh The Biomes You'll Go) +- byg:chiseled_fungal_imparius_stairs (from Oh The Biomes You'll Go) +- byg:chiseled_fungal_imparius_wall (from Oh The Biomes You'll Go) +- byg:cracked_red_sand (from Oh The Biomes You'll Go) +- byg:embur_gel_block (from Oh The Biomes You'll Go) +- byg:end_sand (from Oh The Biomes You'll Go) +- byg:ether_soil (from Oh The Biomes You'll Go) +- byg:fungal_imparius_block (from Oh The Biomes You'll Go) +- byg:fungal_imparius_filament (from Oh The Biomes You'll Go) +- byg:fungal_imparius_filament_block (from Oh The Biomes You'll Go) +- byg:imparius_mushroom_block (from Oh The Biomes You'll Go) +- byg:lush_dirt (from Oh The Biomes You'll Go) +- byg:lush_farmland (from Oh The Biomes You'll Go) +- byg:lush_grass_block (from Oh The Biomes You'll Go) +- byg:lush_grass_path (from Oh The Biomes You'll Go) +- byg:peat (from Oh The Biomes You'll Go) +- byg:pink_sand (from Oh The Biomes You'll Go) +- byg:purple_sand (from Oh The Biomes You'll Go) +- byg:purple_shroomlight (from Oh The Biomes You'll Go) +- byg:quartzite_sand (from Oh The Biomes You'll Go) +- byg:shulkren_wart_block (from Oh The Biomes You'll Go) +- byg:sythian_wart_block (from Oh The Biomes You'll Go) +- byg:wailing_bell_blossom (from Oh The Biomes You'll Go) +- byg:wailing_nylium (from Oh The Biomes You'll Go) +- byg:warped_soul_sand (from Oh The Biomes You'll Go) +- byg:warped_soul_soil (from Oh The Biomes You'll Go) +- byg:white_sand (from Oh The Biomes You'll Go) +- byg:windswept_sand (from Oh The Biomes You'll Go) +- croptopia:salt_ore (from Croptopia) +- croptosis:fertilized_sand (from Croptosis) +- croptosis:fertilized_farmland (from Croptosis) +- croptosis:fertilized_dirt (from Croptosis) +- decorative_blocks:rocky_dirt (from Decorative Blocks) +- deeperdarker:geyser (from Deeper and Darker) +- deeperdarker:echo_soil (from Deeper and Darker) +- ecologics:sandcastle (from Ecologics) +- ecologics:snow_bricks (from Ecologics) +- ecologics:snow_brick_slab (from Ecologics) +- ecologics:snow_brick_wall (from Ecologics) +- ecologics:snow_brick_stairs (from Ecologics) +- ecologics:ice_bricks (from Ecologics) +- ecologics:ice_brick_slab (from Ecologics) +- ecologics:ice_brick_wall (from Ecologics) +- ecologics:ice_brick_stairs (from Ecologics) +- farmersdelight:organic_compost (from Farmer's Delight) +- farmersdelight:rich_soil (from Farmer's Delight) +- farmersdelight:rich_soil_farmland (from Farmer's Delight) +- farmingforblockheads:fertilized_farmland_rich (from Farming for Blockheads) +- farmingforblockheads:fertilized_farmland_stable (from Farming for Blockheads) +- farmingforblockheads:fertilized_farmland_healthy (from Farming for Blockheads) +- farmingforblockheads:fertilized_farmland_healthy_stable (from Farming for Blockheads) +- farmingforblockheads:fertilized_farmland_rich_stable (from Farming for Blockheads) +- graveyard:tg_dirt (from The Graveyard) +- graveyard:tg_moss_block (from The Graveyard) +- graveyard:tg_coarse_dirt (from The Graveyard) +- graveyard:tg_podzol (from The Graveyard) +- graveyard:tg_rooted_dirt (from The Graveyard) +- graveyard:tg_grass_block (from The Graveyard) +- minecraft:clay (from The Graveyard) +- minecraft:dirt (from The Graveyard) +- minecraft:coarse_dirt (from The Graveyard) +- minecraft:podzol (from The Graveyard) +- minecraft:farmland (from The Graveyard) +- minecraft:grass_block (from The Graveyard) +- minecraft:gravel (from The Graveyard) +- minecraft:mycelium (from The Graveyard) +- minecraft:sand (from The Graveyard) +- minecraft:red_sand (from The Graveyard) +- minecraft:snow_block (from The Graveyard) +- minecraft:snow (from The Graveyard) +- minecraft:soul_sand (from The Graveyard) +- minecraft:dirt_path (from The Graveyard) +- minecraft:white_concrete_powder (from The Graveyard) +- minecraft:orange_concrete_powder (from The Graveyard) +- minecraft:magenta_concrete_powder (from The Graveyard) +- minecraft:light_blue_concrete_powder (from The Graveyard) +- minecraft:yellow_concrete_powder (from The Graveyard) +- minecraft:lime_concrete_powder (from The Graveyard) +- minecraft:pink_concrete_powder (from The Graveyard) +- minecraft:gray_concrete_powder (from The Graveyard) +- minecraft:light_gray_concrete_powder (from The Graveyard) +- minecraft:cyan_concrete_powder (from The Graveyard) +- minecraft:purple_concrete_powder (from The Graveyard) +- minecraft:blue_concrete_powder (from The Graveyard) +- minecraft:brown_concrete_powder (from The Graveyard) +- minecraft:green_concrete_powder (from The Graveyard) +- minecraft:red_concrete_powder (from The Graveyard) +- minecraft:black_concrete_powder (from The Graveyard) +- minecraft:soul_soil (from The Graveyard) +- minecraft:rooted_dirt (from The Graveyard) +- hexcasting:amethyst_dust_block (from Hex Casting) +- kibe:cursed_dirt (from Kibe) +- kibe:obsidian_sand (from Kibe) +- kibe:wither_proof_sand (from Kibe) +- spectrum:sacred_soil (from Spectrum) +- spectrum:black_materia (from Spectrum) +- spirit:soul_powder_block (from Spirit) +- supplementaries:raked_gravel (from Supplementaries) +- supplementaries:sugar_cube (from Supplementaries) +- supplementaries:ash (from Supplementaries) +- the_bumblezone:pile_of_pollen (from The Bumblezone - Fabric) +- twilightforest:smoker (from The Twilight Forest) +- twilightforest:fire_jet (from The Twilight Forest) +- twilightforest:uberous_soil (from The Twilight Forest) +- vinery:loam (from Vinery) +- vinery:coarse_dirt_slab (from Vinery) +- vinery:dirt_slab (from Vinery) +- vinery:grass_slab (from Vinery) + +#spectrum:colored_blocks +- spectrum:black_block (from Spectrum) +- spectrum:blue_block (from Spectrum) +- spectrum:brown_block (from Spectrum) +- spectrum:cyan_block (from Spectrum) +- spectrum:gray_block (from Spectrum) +- spectrum:green_block (from Spectrum) +- spectrum:light_blue_block (from Spectrum) +- spectrum:light_gray_block (from Spectrum) +- spectrum:lime_block (from Spectrum) +- spectrum:magenta_block (from Spectrum) +- spectrum:orange_block (from Spectrum) +- spectrum:pink_block (from Spectrum) +- spectrum:purple_block (from Spectrum) +- spectrum:red_block (from Spectrum) +- spectrum:white_block (from Spectrum) +- spectrum:yellow_block (from Spectrum) + +#byg:may_place_on/fir_sapling +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#byg:may_place_on/indigo_jacaranda_sapling +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#spectrum:failing_safe +- #spectrum:ruin_safe (from Spectrum) +- minecraft:bedrock (from Spectrum) +- spectrum:bedrock_storage_block (from Spectrum) + +#botanypots:basic_botany_pots +- botanypots:terracotta_botany_pot (from BotanyPots) +- botanypots:white_terracotta_botany_pot (from BotanyPots) +- botanypots:orange_terracotta_botany_pot (from BotanyPots) +- botanypots:magenta_terracotta_botany_pot (from BotanyPots) +- botanypots:light_blue_terracotta_botany_pot (from BotanyPots) +- botanypots:yellow_terracotta_botany_pot (from BotanyPots) +- botanypots:lime_terracotta_botany_pot (from BotanyPots) +- botanypots:pink_terracotta_botany_pot (from BotanyPots) +- botanypots:gray_terracotta_botany_pot (from BotanyPots) +- botanypots:light_gray_terracotta_botany_pot (from BotanyPots) +- botanypots:cyan_terracotta_botany_pot (from BotanyPots) +- botanypots:purple_terracotta_botany_pot (from BotanyPots) +- botanypots:blue_terracotta_botany_pot (from BotanyPots) +- botanypots:brown_terracotta_botany_pot (from BotanyPots) +- botanypots:green_terracotta_botany_pot (from BotanyPots) +- botanypots:red_terracotta_botany_pot (from BotanyPots) +- botanypots:black_terracotta_botany_pot (from BotanyPots) +- botanypots:white_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:orange_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:magenta_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:light_blue_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:yellow_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:lime_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:pink_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:gray_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:light_gray_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:cyan_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:purple_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:blue_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:brown_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:green_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:red_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:black_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:white_concrete_botany_pot (from BotanyPots) +- botanypots:orange_concrete_botany_pot (from BotanyPots) +- botanypots:magenta_concrete_botany_pot (from BotanyPots) +- botanypots:light_blue_concrete_botany_pot (from BotanyPots) +- botanypots:yellow_concrete_botany_pot (from BotanyPots) +- botanypots:lime_concrete_botany_pot (from BotanyPots) +- botanypots:pink_concrete_botany_pot (from BotanyPots) +- botanypots:gray_concrete_botany_pot (from BotanyPots) +- botanypots:light_gray_concrete_botany_pot (from BotanyPots) +- botanypots:cyan_concrete_botany_pot (from BotanyPots) +- botanypots:purple_concrete_botany_pot (from BotanyPots) +- botanypots:blue_concrete_botany_pot (from BotanyPots) +- botanypots:brown_concrete_botany_pot (from BotanyPots) +- botanypots:green_concrete_botany_pot (from BotanyPots) +- botanypots:red_concrete_botany_pot (from BotanyPots) +- botanypots:black_concrete_botany_pot (from BotanyPots) + +#forge:sand/colorless +- minecraft:sand (from chisels-and-bits) + +#minecraft:redstone_ores +- minecraft:redstone_ore (from Default) +- minecraft:deepslate_redstone_ore (from Default) +- deeperdarker:sculk_stone_redstone_ore (from Deeper and Darker) +- spectrum:blackslag_redstone_ore (from Spectrum) + +#computercraft:turtle +- computercraft:turtle_normal (from CC: Restitched) +- computercraft:turtle_advanced (from CC: Restitched) + +#byg:may_place_on/orange_daisy +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#ants:food/colored/oak_yellow_leaf_food +- spectrum:yellow_leaves (from Spectrum) + +#byg:may_place_on/brown_birch_sapling +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#bewitchment:dragons_blood_logs +- bewitchment:dragons_blood_log (from Bewitchment) +- bewitchment:dragons_blood_wood (from Bewitchment) +- bewitchment:stripped_dragons_blood_log (from Bewitchment) +- bewitchment:stripped_dragons_blood_wood (from Bewitchment) + +#minecraft:soul_speed_blocks +- minecraft:soul_sand (from Default) +- minecraft:soul_soil (from Default) +- byg:warped_soul_sand (from Oh The Biomes You'll Go) +- byg:warped_soul_soil (from Oh The Biomes You'll Go) + +#c:septuple_compressed_cobbled_deepslate +- compressor:septuple_compressed_cobbled_deepslate (from Compressor) + +#c:light_blue_glass_panes +- minecraft:light_blue_stained_glass_pane (from Porting Lib Tags) + +#bewitchment:natural_terrain +- #minecraft:dirt (from Bewitchment) +- #minecraft:mushroom_grow_block (from Bewitchment) + +#byg:may_place_on/beach_grass +- #minecraft:sand (from Oh The Biomes You'll Go) + +#byg:pink_sand +- byg:pink_sand (from Oh The Biomes You'll Go) + +#c:lead_ores +- indrev:lead_ore (from Industrial Revolution) +- indrev:deepslate_lead_ore (from Industrial Revolution) +- techreborn:lead_ore (from Tech Reborn) +- techreborn:deepslate_lead_ore (from Tech Reborn) + +#spectrum:malachite_buds +- spectrum:small_malachite_bud (from Spectrum) +- spectrum:large_malachite_bud (from Spectrum) +- spectrum:malachite_cluster (from Spectrum) + +#c:colorless_glass_panes +- minecraft:glass_pane (from Porting Lib Tags) + +#minecraft:walls +- minecraft:cobblestone_wall (from Default) +- minecraft:mossy_cobblestone_wall (from Default) +- minecraft:brick_wall (from Default) +- minecraft:prismarine_wall (from Default) +- minecraft:red_sandstone_wall (from Default) +- minecraft:mossy_stone_brick_wall (from Default) +- minecraft:granite_wall (from Default) +- minecraft:stone_brick_wall (from Default) +- minecraft:nether_brick_wall (from Default) +- minecraft:andesite_wall (from Default) +- minecraft:red_nether_brick_wall (from Default) +- minecraft:sandstone_wall (from Default) +- minecraft:end_stone_brick_wall (from Default) +- minecraft:diorite_wall (from Default) +- minecraft:blackstone_wall (from Default) +- minecraft:polished_blackstone_brick_wall (from Default) +- minecraft:polished_blackstone_wall (from Default) +- minecraft:cobbled_deepslate_wall (from Default) +- minecraft:polished_deepslate_wall (from Default) +- minecraft:deepslate_tile_wall (from Default) +- minecraft:deepslate_brick_wall (from Default) +- minecraft:mud_brick_wall (from Default) +- ad_astra:moon_stone_brick_wall (from Ad Astra!) +- ad_astra:mars_stone_brick_wall (from Ad Astra!) +- ad_astra:venus_stone_brick_wall (from Ad Astra!) +- ad_astra:mercury_stone_brick_wall (from Ad Astra!) +- ad_astra:glacio_stone_brick_wall (from Ad Astra!) +- ad_astra:permafrost_brick_wall (from Ad Astra!) +- ae2:sky_stone_wall (from Applied Energistics 2) +- ae2:smooth_sky_stone_wall (from Applied Energistics 2) +- ae2:sky_stone_brick_wall (from Applied Energistics 2) +- ae2:sky_stone_small_brick_wall (from Applied Energistics 2) +- ae2:fluix_wall (from Applied Energistics 2) +- ae2:quartz_wall (from Applied Energistics 2) +- ae2:cut_quartz_wall (from Applied Energistics 2) +- ae2:smooth_quartz_wall (from Applied Energistics 2) +- ae2:quartz_brick_wall (from Applied Energistics 2) +- ae2:chiseled_quartz_wall (from Applied Energistics 2) +- ae2:quartz_pillar_wall (from Applied Energistics 2) +- biomemakeover:red_mushroom_brick_wall (from Biome Makeover) +- biomemakeover:brown_mushroom_brick_wall (from Biome Makeover) +- biomemakeover:glowshroom_stem_brick_wall (from Biome Makeover) +- biomemakeover:mushroom_stem_brick_wall (from Biome Makeover) +- biomemakeover:purple_glowshroom_brick_wall (from Biome Makeover) +- biomemakeover:green_glowshroom_brick_wall (from Biome Makeover) +- biomemakeover:orange_glowshroom_brick_wall (from Biome Makeover) +- biomemakeover:blighted_cobblestone_wall (from Biome Makeover) +- biomemakeover:blighted_stone_bricks_wall (from Biome Makeover) +- biomemakeover:terracotta_brick_wall (from Biome Makeover) +- biomemakeover:black_terracotta_brick_wall (from Biome Makeover) +- biomemakeover:red_terracotta_brick_wall (from Biome Makeover) +- biomemakeover:green_terracotta_brick_wall (from Biome Makeover) +- biomemakeover:brown_terracotta_brick_wall (from Biome Makeover) +- biomemakeover:blue_terracotta_brick_wall (from Biome Makeover) +- biomemakeover:purple_terracotta_brick_wall (from Biome Makeover) +- biomemakeover:cyan_terracotta_brick_wall (from Biome Makeover) +- biomemakeover:light_gray_terracotta_brick_wall (from Biome Makeover) +- biomemakeover:gray_terracotta_brick_wall (from Biome Makeover) +- biomemakeover:pink_terracotta_brick_wall (from Biome Makeover) +- biomemakeover:lime_terracotta_brick_wall (from Biome Makeover) +- biomemakeover:yellow_terracotta_brick_wall (from Biome Makeover) +- biomemakeover:light_blue_terracotta_brick_wall (from Biome Makeover) +- biomemakeover:magenta_terracotta_brick_wall (from Biome Makeover) +- biomemakeover:orange_terracotta_brick_wall (from Biome Makeover) +- biomemakeover:white_terracotta_brick_wall (from Biome Makeover) +- biomemakeover:dried_peat_bricks_wall (from Biome Makeover) +- biomemakeover:polished_mesmerite_wall (from Biome Makeover) +- biomemakeover:mesmerite_wall (from Biome Makeover) +- biomemakeover:cracked_dried_peat_brick_wall (from Biome Makeover) +- biomemakeover:mossy_dried_peat_brick_wall (from Biome Makeover) +- botania:corporea_brick_wall (from Botania) +- botania:dreamwood_wall (from Botania) +- botania:livingrock_bricks_wall (from Botania) +- botania:livingrock_wall (from Botania) +- botania:livingwood_wall (from Botania) +- botania:metamorphic_desert_bricks_wall (from Botania) +- botania:metamorphic_desert_cobblestone_wall (from Botania) +- botania:metamorphic_desert_stone_wall (from Botania) +- botania:metamorphic_forest_bricks_wall (from Botania) +- botania:metamorphic_forest_cobblestone_wall (from Botania) +- botania:metamorphic_forest_stone_wall (from Botania) +- botania:metamorphic_fungal_bricks_wall (from Botania) +- botania:metamorphic_fungal_cobblestone_wall (from Botania) +- botania:metamorphic_fungal_stone_wall (from Botania) +- botania:metamorphic_mesa_bricks_wall (from Botania) +- botania:metamorphic_mesa_cobblestone_wall (from Botania) +- botania:metamorphic_mesa_stone_wall (from Botania) +- botania:metamorphic_mountain_bricks_wall (from Botania) +- botania:metamorphic_mountain_cobblestone_wall (from Botania) +- botania:metamorphic_mountain_stone_wall (from Botania) +- botania:metamorphic_plains_bricks_wall (from Botania) +- botania:metamorphic_plains_cobblestone_wall (from Botania) +- botania:metamorphic_plains_stone_wall (from Botania) +- botania:metamorphic_swamp_bricks_wall (from Botania) +- botania:metamorphic_swamp_cobblestone_wall (from Botania) +- botania:metamorphic_swamp_stone_wall (from Botania) +- botania:metamorphic_taiga_bricks_wall (from Botania) +- botania:metamorphic_taiga_cobblestone_wall (from Botania) +- botania:metamorphic_taiga_stone_wall (from Botania) +- botania:mossy_livingrock_bricks_wall (from Botania) +- botania:polished_livingrock_wall (from Botania) +- botania:stripped_dreamwood_wall (from Botania) +- botania:stripped_livingwood_wall (from Botania) +- byg:dacite_cobblestone_wall (from Oh The Biomes You'll Go) +- byg:dacite_wall (from Oh The Biomes You'll Go) +- byg:dacite_tile_wall (from Oh The Biomes You'll Go) +- byg:dacite_brick_wall (from Oh The Biomes You'll Go) +- byg:mossy_stone_wall (from Oh The Biomes You'll Go) +- byg:rocky_stone_wall (from Oh The Biomes You'll Go) +- byg:scoria_stone_wall (from Oh The Biomes You'll Go) +- byg:scoria_cobblestone_wall (from Oh The Biomes You'll Go) +- byg:scoria_stonebrick_wall (from Oh The Biomes You'll Go) +- byg:soapstone_wall (from Oh The Biomes You'll Go) +- byg:polished_soapstone_wall (from Oh The Biomes You'll Go) +- byg:soapstone_brick_wall (from Oh The Biomes You'll Go) +- byg:soapstone_tile_wall (from Oh The Biomes You'll Go) +- byg:red_rock_wall (from Oh The Biomes You'll Go) +- byg:red_rock_brick_wall (from Oh The Biomes You'll Go) +- byg:mossy_red_rock_brick_wall (from Oh The Biomes You'll Go) +- byg:cracked_red_rock_brick_wall (from Oh The Biomes You'll Go) +- byg:chiseled_red_rock_brick_wall (from Oh The Biomes You'll Go) +- byg:ether_stone_wall (from Oh The Biomes You'll Go) +- byg:purpur_stone_wall (from Oh The Biomes You'll Go) +- byg:cryptic_stone_wall (from Oh The Biomes You'll Go) +- byg:chiseled_therium_wall (from Oh The Biomes You'll Go) +- byg:shiny_chiseled_therium_wall (from Oh The Biomes You'll Go) +- byg:cobbled_ether_stone_wall (from Oh The Biomes You'll Go) +- byg:carved_ether_stone_wall (from Oh The Biomes You'll Go) +- byg:travertine_wall (from Oh The Biomes You'll Go) +- byg:polished_travertine_wall (from Oh The Biomes You'll Go) +- byg:chiseled_travertine_wall (from Oh The Biomes You'll Go) +- byg:chiseled_fungal_imparius_wall (from Oh The Biomes You'll Go) +- byg:windswept_sandstone_wall (from Oh The Biomes You'll Go) +- byg:cut_windswept_sandstone_wall (from Oh The Biomes You'll Go) +- byg:chiseled_windswept_sandstone_wall (from Oh The Biomes You'll Go) +- byg:smooth_windswept_sandstone_wall (from Oh The Biomes You'll Go) +- byg:blue_nether_brick_wall (from Oh The Biomes You'll Go) +- byg:yellow_nether_brick_wall (from Oh The Biomes You'll Go) +- create:cut_granite_wall (from Create) +- create:polished_cut_granite_wall (from Create) +- create:cut_granite_brick_wall (from Create) +- create:small_granite_brick_wall (from Create) +- create:cut_diorite_wall (from Create) +- create:polished_cut_diorite_wall (from Create) +- create:cut_diorite_brick_wall (from Create) +- create:small_diorite_brick_wall (from Create) +- create:cut_andesite_wall (from Create) +- create:polished_cut_andesite_wall (from Create) +- create:cut_andesite_brick_wall (from Create) +- create:small_andesite_brick_wall (from Create) +- create:cut_calcite_wall (from Create) +- create:polished_cut_calcite_wall (from Create) +- create:cut_calcite_brick_wall (from Create) +- create:small_calcite_brick_wall (from Create) +- create:cut_dripstone_wall (from Create) +- create:polished_cut_dripstone_wall (from Create) +- create:cut_dripstone_brick_wall (from Create) +- create:small_dripstone_brick_wall (from Create) +- create:cut_deepslate_wall (from Create) +- create:polished_cut_deepslate_wall (from Create) +- create:cut_deepslate_brick_wall (from Create) +- create:small_deepslate_brick_wall (from Create) +- create:cut_tuff_wall (from Create) +- create:polished_cut_tuff_wall (from Create) +- create:cut_tuff_brick_wall (from Create) +- create:small_tuff_brick_wall (from Create) +- create:cut_asurine_wall (from Create) +- create:polished_cut_asurine_wall (from Create) +- create:cut_asurine_brick_wall (from Create) +- create:small_asurine_brick_wall (from Create) +- create:cut_crimsite_wall (from Create) +- create:polished_cut_crimsite_wall (from Create) +- create:cut_crimsite_brick_wall (from Create) +- create:small_crimsite_brick_wall (from Create) +- create:cut_limestone_wall (from Create) +- create:polished_cut_limestone_wall (from Create) +- create:cut_limestone_brick_wall (from Create) +- create:small_limestone_brick_wall (from Create) +- create:cut_ochrum_wall (from Create) +- create:polished_cut_ochrum_wall (from Create) +- create:cut_ochrum_brick_wall (from Create) +- create:small_ochrum_brick_wall (from Create) +- create:cut_scoria_wall (from Create) +- create:polished_cut_scoria_wall (from Create) +- create:cut_scoria_brick_wall (from Create) +- create:small_scoria_brick_wall (from Create) +- create:cut_scorchia_wall (from Create) +- create:polished_cut_scorchia_wall (from Create) +- create:cut_scorchia_brick_wall (from Create) +- create:small_scorchia_brick_wall (from Create) +- create:cut_veridium_wall (from Create) +- create:polished_cut_veridium_wall (from Create) +- create:cut_veridium_brick_wall (from Create) +- create:small_veridium_brick_wall (from Create) +- #decorative_blocks:palisades (from Decorative Blocks) +- deeperdarker:sculk_stone_wall (from Deeper and Darker) +- deeperdarker:cobbled_sculk_stone_wall (from Deeper and Darker) +- deeperdarker:polished_sculk_stone_wall (from Deeper and Darker) +- deeperdarker:sculk_stone_brick_wall (from Deeper and Darker) +- deeperdarker:sculk_stone_tile_wall (from Deeper and Darker) +- deeperdarker:smooth_sculk_stone_wall (from Deeper and Darker) +- deeperdarker:cut_sculk_stone_wall (from Deeper and Darker) +- deeperdarker:gloomslate_wall (from Deeper and Darker) +- deeperdarker:cobbled_gloomslate_wall (from Deeper and Darker) +- deeperdarker:polished_gloomslate_wall (from Deeper and Darker) +- deeperdarker:gloomslate_brick_wall (from Deeper and Darker) +- deeperdarker:gloomslate_tile_wall (from Deeper and Darker) +- deeperdarker:smooth_gloomslate_wall (from Deeper and Darker) +- deeperdarker:cut_gloomslate_wall (from Deeper and Darker) +- deepslatecutting:deepslate_wall? (from Deepslate Cutting) +- ecologics:seashell_tile_wall (from Ecologics) +- ecologics:snow_brick_wall (from Ecologics) +- ecologics:ice_brick_wall (from Ecologics) +- geodes:pyrite_wall (from More Geodes) +- geodes:calcite_wall (from More Geodes) +- minecraft:cobblestone_wall (from Macaw's Windows) +- minecraft:mossy_cobblestone_wall (from Macaw's Windows) +- minecraft:brick_wall (from Macaw's Windows) +- minecraft:prismarine_wall (from Macaw's Windows) +- minecraft:red_sandstone_wall (from Macaw's Windows) +- minecraft:mossy_stone_brick_wall (from Macaw's Windows) +- minecraft:granite_wall (from Macaw's Windows) +- minecraft:stone_brick_wall (from Macaw's Windows) +- minecraft:nether_brick_wall (from Macaw's Windows) +- minecraft:andesite_wall (from Macaw's Windows) +- minecraft:red_nether_brick_wall (from Macaw's Windows) +- minecraft:sandstone_wall (from Macaw's Windows) +- minecraft:end_stone_brick_wall (from Macaw's Windows) +- minecraft:diorite_wall (from Macaw's Windows) +- minecraft:blackstone_wall (from Macaw's Windows) +- minecraft:polished_blackstone_brick_wall (from Macaw's Windows) +- minecraft:polished_blackstone_wall (from Macaw's Windows) +- mcwwindows:oak_window (from Macaw's Windows) +- mcwwindows:spruce_window (from Macaw's Windows) +- mcwwindows:birch_window (from Macaw's Windows) +- mcwwindows:jungle_window (from Macaw's Windows) +- mcwwindows:acacia_window (from Macaw's Windows) +- mcwwindows:dark_oak_window (from Macaw's Windows) +- mcwwindows:mangrove_window (from Macaw's Windows) +- mcwwindows:oak_plank_window (from Macaw's Windows) +- mcwwindows:spruce_plank_window (from Macaw's Windows) +- mcwwindows:birch_plank_window (from Macaw's Windows) +- mcwwindows:jungle_plank_window (from Macaw's Windows) +- mcwwindows:acacia_plank_window (from Macaw's Windows) +- mcwwindows:dark_oak_plank_window (from Macaw's Windows) +- mcwwindows:mangrove_plank_window (from Macaw's Windows) +- mcwwindows:oak_window2 (from Macaw's Windows) +- mcwwindows:oak_plank_window2 (from Macaw's Windows) +- mcwwindows:spruce_window2 (from Macaw's Windows) +- mcwwindows:spruce_plank_window2 (from Macaw's Windows) +- mcwwindows:birch_window2 (from Macaw's Windows) +- mcwwindows:birch_plank_window2 (from Macaw's Windows) +- mcwwindows:jungle_window2 (from Macaw's Windows) +- mcwwindows:jungle_plank_window2 (from Macaw's Windows) +- mcwwindows:acacia_window2 (from Macaw's Windows) +- mcwwindows:acacia_plank_window2 (from Macaw's Windows) +- mcwwindows:dark_oak_window2 (from Macaw's Windows) +- mcwwindows:dark_oak_plank_window2 (from Macaw's Windows) +- mcwwindows:mangrove_window2 (from Macaw's Windows) +- mcwwindows:mangrove_plank_window2 (from Macaw's Windows) +- mcwwindows:stripped_oak_log_window (from Macaw's Windows) +- mcwwindows:stripped_oak_log_window2 (from Macaw's Windows) +- mcwwindows:stripped_spruce_log_window (from Macaw's Windows) +- mcwwindows:stripped_spruce_log_window2 (from Macaw's Windows) +- mcwwindows:stripped_birch_log_window (from Macaw's Windows) +- mcwwindows:stripped_birch_log_window2 (from Macaw's Windows) +- mcwwindows:stripped_jungle_log_window (from Macaw's Windows) +- mcwwindows:stripped_jungle_log_window2 (from Macaw's Windows) +- mcwwindows:stripped_acacia_log_window (from Macaw's Windows) +- mcwwindows:stripped_acacia_log_window2 (from Macaw's Windows) +- mcwwindows:stripped_dark_oak_log_window (from Macaw's Windows) +- mcwwindows:stripped_dark_oak_log_window2 (from Macaw's Windows) +- mcwwindows:stripped_mangrove_log_window (from Macaw's Windows) +- mcwwindows:stripped_mangrove_log_window2 (from Macaw's Windows) +- mcwwindows:crimson_stem_window (from Macaw's Windows) +- mcwwindows:crimson_stem_window2 (from Macaw's Windows) +- mcwwindows:warped_stem_window (from Macaw's Windows) +- mcwwindows:warped_stem_window2 (from Macaw's Windows) +- mcwwindows:stripped_crimson_stem_window (from Macaw's Windows) +- mcwwindows:stripped_crimson_stem_window2 (from Macaw's Windows) +- mcwwindows:stripped_warped_stem_window (from Macaw's Windows) +- mcwwindows:stripped_warped_stem_window2 (from Macaw's Windows) +- mcwwindows:crimson_planks_window (from Macaw's Windows) +- mcwwindows:crimson_planks_window2 (from Macaw's Windows) +- mcwwindows:warped_planks_window (from Macaw's Windows) +- mcwwindows:warped_planks_window2 (from Macaw's Windows) +- mcwwindows:andesite_window (from Macaw's Windows) +- mcwwindows:andesite_window2 (from Macaw's Windows) +- mcwwindows:diorite_window (from Macaw's Windows) +- mcwwindows:diorite_window2 (from Macaw's Windows) +- mcwwindows:granite_window (from Macaw's Windows) +- mcwwindows:granite_window2 (from Macaw's Windows) +- mcwwindows:stone_window (from Macaw's Windows) +- mcwwindows:stone_window2 (from Macaw's Windows) +- mcwwindows:dark_prismarine_window2 (from Macaw's Windows) +- mcwwindows:dark_prismarine_window (from Macaw's Windows) +- mcwwindows:prismarine_window2 (from Macaw's Windows) +- mcwwindows:prismarine_window (from Macaw's Windows) +- mcwwindows:blackstone_window2 (from Macaw's Windows) +- mcwwindows:blackstone_window (from Macaw's Windows) +- mcwwindows:oak_four_window (from Macaw's Windows) +- mcwwindows:oak_plank_four_window (from Macaw's Windows) +- mcwwindows:spruce_four_window (from Macaw's Windows) +- mcwwindows:spruce_plank_four_window (from Macaw's Windows) +- mcwwindows:birch_four_window (from Macaw's Windows) +- mcwwindows:birch_plank_four_window (from Macaw's Windows) +- mcwwindows:jungle_four_window (from Macaw's Windows) +- mcwwindows:jungle_plank_four_window (from Macaw's Windows) +- mcwwindows:acacia_four_window (from Macaw's Windows) +- mcwwindows:acacia_plank_four_window (from Macaw's Windows) +- mcwwindows:dark_oak_four_window (from Macaw's Windows) +- mcwwindows:dark_oak_plank_four_window (from Macaw's Windows) +- mcwwindows:mangrove_four_window (from Macaw's Windows) +- mcwwindows:mangrove_plank_four_window (from Macaw's Windows) +- mcwwindows:stripped_oak_log_four_window (from Macaw's Windows) +- mcwwindows:stripped_spruce_log_four_window (from Macaw's Windows) +- mcwwindows:stripped_birch_log_four_window (from Macaw's Windows) +- mcwwindows:stripped_jungle_log_four_window (from Macaw's Windows) +- mcwwindows:stripped_acacia_log_four_window (from Macaw's Windows) +- mcwwindows:stripped_dark_oak_log_four_window (from Macaw's Windows) +- mcwwindows:stripped_mangrove_log_four_window (from Macaw's Windows) +- mcwwindows:crimson_stem_four_window (from Macaw's Windows) +- mcwwindows:warped_stem_four_window (from Macaw's Windows) +- mcwwindows:stripped_crimson_stem_four_window (from Macaw's Windows) +- mcwwindows:stripped_warped_stem_four_window (from Macaw's Windows) +- mcwwindows:crimson_planks_four_window (from Macaw's Windows) +- mcwwindows:warped_planks_four_window (from Macaw's Windows) +- mcwwindows:andesite_four_window (from Macaw's Windows) +- mcwwindows:diorite_four_window (from Macaw's Windows) +- mcwwindows:granite_four_window (from Macaw's Windows) +- mcwwindows:stone_four_window (from Macaw's Windows) +- mcwwindows:dark_prismarine_four_window (from Macaw's Windows) +- mcwwindows:prismarine_four_window (from Macaw's Windows) +- mcwwindows:blackstone_four_window (from Macaw's Windows) +- mcwwindows:stone_brick_arrow_slit (from Macaw's Windows) +- mcwwindows:mud_brick_arrow_slit (from Macaw's Windows) +- mcwwindows:cobblestone_arrow_slit (from Macaw's Windows) +- mcwwindows:ender_brick_arrow_slit (from Macaw's Windows) +- mcwwindows:nether_brick_arrow_slit (from Macaw's Windows) +- mcwwindows:blackstone_brick_arrow_slit (from Macaw's Windows) +- mcwwindows:prismarine_brick_arrow_slit (from Macaw's Windows) +- mcwwindows:dark_prismarine_brick_arrow_slit (from Macaw's Windows) +- mcwwindows:stone_brick_gothic (from Macaw's Windows) +- mcwwindows:blackstone_brick_gothic (from Macaw's Windows) +- mcwwindows:dark_prismarine_brick_gothic (from Macaw's Windows) +- mcwwindows:end_brick_gothic (from Macaw's Windows) +- mcwwindows:nether_brick_gothic (from Macaw's Windows) +- mcwwindows:prismarine_brick_gothic (from Macaw's Windows) +- mcwwindows:mud_brick_gothic (from Macaw's Windows) +- spectrum:smooth_basalt_wall (from Spectrum) +- spectrum:polished_basalt_wall (from Spectrum) +- spectrum:basalt_brick_wall (from Spectrum) +- spectrum:calcite_wall (from Spectrum) +- spectrum:polished_calcite_wall (from Spectrum) +- spectrum:calcite_brick_wall (from Spectrum) +- supplementaries:blackstone_tile_wall (from Supplementaries) +- supplementaries:ash_bricks_wall (from Supplementaries) +- supplementaries:lapis_bricks_wall (from Supplementaries) +- supplementaries:stone_tile_wall (from Supplementaries) +- techreborn:advanced_alloy_storage_block_wall (from Tech Reborn) +- techreborn:aluminum_storage_block_wall (from Tech Reborn) +- techreborn:brass_storage_block_wall (from Tech Reborn) +- techreborn:bronze_storage_block_wall (from Tech Reborn) +- techreborn:chrome_storage_block_wall (from Tech Reborn) +- techreborn:electrum_storage_block_wall (from Tech Reborn) +- techreborn:hot_tungstensteel_storage_block_wall (from Tech Reborn) +- techreborn:invar_storage_block_wall (from Tech Reborn) +- techreborn:iridium_storage_block_wall (from Tech Reborn) +- techreborn:iridium_reinforced_stone_storage_block_wall (from Tech Reborn) +- techreborn:iridium_reinforced_tungstensteel_storage_block_wall (from Tech Reborn) +- techreborn:lead_storage_block_wall (from Tech Reborn) +- techreborn:nickel_storage_block_wall (from Tech Reborn) +- techreborn:peridot_storage_block_wall (from Tech Reborn) +- techreborn:platinum_storage_block_wall (from Tech Reborn) +- techreborn:raw_iridium_storage_block_wall (from Tech Reborn) +- techreborn:raw_lead_storage_block_wall (from Tech Reborn) +- techreborn:raw_silver_storage_block_wall (from Tech Reborn) +- techreborn:raw_tin_storage_block_wall (from Tech Reborn) +- techreborn:raw_tungsten_storage_block_wall (from Tech Reborn) +- techreborn:red_garnet_storage_block_wall (from Tech Reborn) +- techreborn:refined_iron_storage_block_wall (from Tech Reborn) +- techreborn:ruby_storage_block_wall (from Tech Reborn) +- techreborn:sapphire_storage_block_wall (from Tech Reborn) +- techreborn:silver_storage_block_wall (from Tech Reborn) +- techreborn:steel_storage_block_wall (from Tech Reborn) +- techreborn:tin_storage_block_wall (from Tech Reborn) +- techreborn:titanium_storage_block_wall (from Tech Reborn) +- techreborn:tungsten_storage_block_wall (from Tech Reborn) +- techreborn:tungstensteel_storage_block_wall (from Tech Reborn) +- techreborn:yellow_garnet_storage_block_wall (from Tech Reborn) +- techreborn:zinc_storage_block_wall (from Tech Reborn) +- techreborn:copper_wall (from Tech Reborn) + +#naturalist:rhino_charge_breakable +- #minecraft:crops (from Naturalist) +- #minecraft:flowers (from Naturalist) +- minecraft:grass (from Naturalist) +- minecraft:fern (from Naturalist) +- minecraft:tall_grass (from Naturalist) +- minecraft:large_fern (from Naturalist) + +#c:septuple_compressed_end_stone +- compressor:septuple_compressed_end_stone (from Compressor) + +#byg:all/logs +- #minecraft:logs? (from Oh The Biomes You'll Go) + +#c:quintuple_compressed_sand +- compressor:quintuple_compressed_sand (from Compressor) + +#spectrum:amethyst_ores +- spectrum:amethyst_ore (from Spectrum) +- spectrum:deepslate_amethyst_ore (from Spectrum) + +#byg:may_place_on/flower_patch +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#twilightforest:storage_blocks/fiery +- twilightforest:fiery_block (from The Twilight Forest) + +#c:relocation_not_supported +- create:track (from Create) + +#ftbchunks:edit_whitelist +- gravestone:gravestone? (from FTB Chunks) +- yigd:grave (from You're in Grave Danger) +- gravestone:gravestone? (from KubeJS Resource Pack [data]) +- universal_graves:grave? (from KubeJS Resource Pack [data]) +- yigd:grave? (from KubeJS Resource Pack [data]) + +#twilightforest:penguins_spawnable_on +- minecraft:ice (from The Twilight Forest) +- minecraft:packed_ice (from The Twilight Forest) +- minecraft:blue_ice (from The Twilight Forest) + +#minecraft:sand +- minecraft:sand (from Default) +- minecraft:red_sand (from Default) +- ad_astra:moon_sand (from Ad Astra!) +- ad_astra:mars_sand (from Ad Astra!) +- ad_astra:venus_sand (from Ad Astra!) +- #byg:sand (from Oh The Biomes You'll Go) +- deeperdarker:echo_soil (from Deeper and Darker) + +#c:sextuple_compressed_dirt +- compressor:sextuple_compressed_dirt (from Compressor) + +#c:storage_blocks/wax + +#c:sextuple_compressed_basalt +- compressor:sextuple_compressed_basalt (from Compressor) + +#spectrum:moonstone_ores +- spectrum:moonstone_ore (from Spectrum) +- spectrum:deepslate_moonstone_ore (from Spectrum) + +#c:ores_in_ground/netherrack +- minecraft:nether_gold_ore (from Porting Lib Tags) +- minecraft:nether_quartz_ore (from Porting Lib Tags) + +#c:planks_that_burn +- #spectrum:colored_planks (from Spectrum) + +#supplementaries:vine_support +- #minecraft:campfires? (from Supplementaries) + +#c:movement_restricted +- #spectrum:unbreakable (from Spectrum) + +#minecraft:campfires +- minecraft:campfire (from Default) +- minecraft:soul_campfire (from Default) +- #byg:campfires (from Oh The Biomes You'll Go) + +#minecraft:infiniburn_nether +- #minecraft:infiniburn_overworld (from Default) + +#c:triple_compressed_basalt +- compressor:triple_compressed_basalt (from Compressor) + +#spectrum:fading_conversions +- #minecraft:leaves (from Spectrum) +- minecraft:hay_block (from Spectrum) +- minecraft:moss_block (from Spectrum) +- minecraft:dried_kelp_block (from Spectrum) +- minecraft:melon (from Spectrum) +- minecraft:pumpkin (from Spectrum) +- spectrum:glistering_melon (from Spectrum) + +#c:quadruple_compressed_stone +- compressor:quadruple_compressed_stone (from Compressor) + +#byg:may_place_on/yellow_birch_sapling +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#byg:may_place_on/pink_allium +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#byg:may_place_on/lollipop_flower +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#forge:glass/blue +- minecraft:blue_stained_glass (from chisels-and-bits) + +#c:yellow_garnet_blocks +- techreborn:yellow_garnet_storage_block (from Tech Reborn) + +#c:ores/redstone +- byg:cryptic_redstone_ore (from Oh The Biomes You'll Go) + +#minecraft:wooden_trapdoors +- minecraft:acacia_trapdoor (from Default) +- minecraft:birch_trapdoor (from Default) +- minecraft:dark_oak_trapdoor (from Default) +- minecraft:jungle_trapdoor (from Default) +- minecraft:oak_trapdoor (from Default) +- minecraft:spruce_trapdoor (from Default) +- minecraft:crimson_trapdoor (from Default) +- minecraft:warped_trapdoor (from Default) +- minecraft:mangrove_trapdoor (from Default) +- bambooeverything:bamboo_trapdoor (from Bamboo Everything) +- bambooeverything:dry_bamboo_trapdoor (from Bamboo Everything) +- bewitchment:juniper_trapdoor (from Bewitchment) +- bewitchment:cypress_trapdoor (from Bewitchment) +- bewitchment:elder_trapdoor (from Bewitchment) +- bewitchment:dragons_blood_trapdoor (from Bewitchment) +- biomemakeover:blighted_balsa_trapdoor (from Biome Makeover) +- biomemakeover:willow_trapdoor (from Biome Makeover) +- biomemakeover:swamp_cypress_trapdoor (from Biome Makeover) +- biomemakeover:ancient_oak_trapdoor (from Biome Makeover) +- byg:aspen_trapdoor (from Oh The Biomes You'll Go) +- byg:baobab_trapdoor (from Oh The Biomes You'll Go) +- byg:blue_enchanted_trapdoor (from Oh The Biomes You'll Go) +- byg:bulbis_trapdoor (from Oh The Biomes You'll Go) +- byg:cherry_trapdoor (from Oh The Biomes You'll Go) +- byg:cika_trapdoor (from Oh The Biomes You'll Go) +- byg:cypress_trapdoor (from Oh The Biomes You'll Go) +- byg:ebony_trapdoor (from Oh The Biomes You'll Go) +- byg:embur_trapdoor (from Oh The Biomes You'll Go) +- byg:ether_trapdoor (from Oh The Biomes You'll Go) +- byg:fir_trapdoor (from Oh The Biomes You'll Go) +- byg:green_enchanted_trapdoor (from Oh The Biomes You'll Go) +- byg:holly_trapdoor (from Oh The Biomes You'll Go) +- byg:imparius_trapdoor (from Oh The Biomes You'll Go) +- byg:jacaranda_trapdoor (from Oh The Biomes You'll Go) +- byg:lament_trapdoor (from Oh The Biomes You'll Go) +- byg:mahogany_trapdoor (from Oh The Biomes You'll Go) +- byg:maple_trapdoor (from Oh The Biomes You'll Go) +- byg:nightshade_trapdoor (from Oh The Biomes You'll Go) +- byg:palm_trapdoor (from Oh The Biomes You'll Go) +- byg:pine_trapdoor (from Oh The Biomes You'll Go) +- byg:rainbow_eucalyptus_trapdoor (from Oh The Biomes You'll Go) +- byg:redwood_trapdoor (from Oh The Biomes You'll Go) +- byg:skyris_trapdoor (from Oh The Biomes You'll Go) +- byg:sythian_trapdoor (from Oh The Biomes You'll Go) +- byg:white_mangrove_trapdoor (from Oh The Biomes You'll Go) +- byg:willow_trapdoor (from Oh The Biomes You'll Go) +- byg:witch_hazel_trapdoor (from Oh The Biomes You'll Go) +- byg:zelkova_trapdoor (from Oh The Biomes You'll Go) +- deeperdarker:echo_trapdoor (from Deeper and Darker) +- ecologics:coconut_trapdoor (from Ecologics) +- ecologics:walnut_trapdoor (from Ecologics) +- ecologics:azalea_trapdoor (from Ecologics) +- ecologics:flowering_azalea_trapdoor (from Ecologics) +- hexcasting:edified_trapdoor (from Hex Casting) +- minecraft:acacia_trapdoor (from Macaw's Trapdoors) +- minecraft:birch_trapdoor (from Macaw's Trapdoors) +- minecraft:dark_oak_trapdoor (from Macaw's Trapdoors) +- minecraft:jungle_trapdoor (from Macaw's Trapdoors) +- minecraft:oak_trapdoor (from Macaw's Trapdoors) +- minecraft:spruce_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:bamboo_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:oak_barn_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:oak_barred_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:oak_beach_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:oak_cottage_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:oak_four_panel_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:oak_glass_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:oak_mystic_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:oak_paper_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:oak_tropical_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:oak_swamp_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:spruce_barn_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:spruce_barred_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:spruce_beach_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:spruce_classic_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:spruce_four_panel_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:spruce_glass_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:spruce_mystic_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:spruce_paper_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:spruce_tropical_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:spruce_swamp_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:birch_barn_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:birch_barred_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:birch_beach_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:birch_classic_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:birch_cottage_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:birch_four_panel_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:birch_glass_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:birch_mystic_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:birch_tropical_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:birch_swamp_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:jungle_barn_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:jungle_barred_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:jungle_classic_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:jungle_cottage_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:jungle_four_panel_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:jungle_glass_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:jungle_mystic_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:jungle_paper_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:jungle_tropical_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:jungle_swamp_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:acacia_barn_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:acacia_barred_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:acacia_beach_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:acacia_classic_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:acacia_cottage_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:acacia_four_panel_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:acacia_glass_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:acacia_mystic_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:acacia_paper_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:acacia_swamp_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:dark_oak_barn_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:dark_oak_barred_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:dark_oak_beach_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:dark_oak_classic_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:dark_oak_cottage_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:dark_oak_glass_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:dark_oak_mystic_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:dark_oak_paper_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:dark_oak_tropical_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:dark_oak_swamp_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:crimson_barn_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:crimson_beach_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:crimson_classic_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:crimson_cottage_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:crimson_four_panel_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:crimson_glass_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:crimson_mystic_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:crimson_paper_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:crimson_tropical_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:crimson_swamp_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:warped_barn_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:warped_barred_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:warped_beach_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:warped_classic_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:warped_cottage_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:warped_four_panel_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:warped_glass_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:warped_paper_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:warped_tropical_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:warped_swamp_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:mangrove_barn_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:mangrove_barred_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:mangrove_beach_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:mangrove_cottage_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:mangrove_four_panel_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:mangrove_glass_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:mangrove_mystic_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:mangrove_paper_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:mangrove_tropical_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:mangrove_classic_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:oak_bark_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:spruce_bark_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:birch_bark_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:jungle_bark_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:acacia_bark_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:dark_oak_bark_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:crimson_bark_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:warped_bark_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:mangrove_bark_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:oak_ranch_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:spruce_ranch_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:birch_ranch_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:jungle_ranch_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:acacia_ranch_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:dark_oak_ranch_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:crimson_ranch_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:warped_ranch_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:mangrove_ranch_trapdoor (from Macaw's Trapdoors) +- techreborn:rubber_trapdoor (from Tech Reborn) +- twilightforest:twilight_oak_trapdoor (from The Twilight Forest) +- twilightforest:canopy_trapdoor (from The Twilight Forest) +- twilightforest:mangrove_trapdoor (from The Twilight Forest) +- twilightforest:dark_trapdoor (from The Twilight Forest) +- twilightforest:time_trapdoor (from The Twilight Forest) +- twilightforest:transformation_trapdoor (from The Twilight Forest) +- twilightforest:mining_trapdoor (from The Twilight Forest) +- twilightforest:sorting_trapdoor (from The Twilight Forest) +- vinery:cherry_trapdoor (from Vinery) + +#create:valve_handles +- create:copper_valve_handle (from Create) +- create:white_valve_handle (from Create) +- create:orange_valve_handle (from Create) +- create:magenta_valve_handle (from Create) +- create:light_blue_valve_handle (from Create) +- create:yellow_valve_handle (from Create) +- create:lime_valve_handle (from Create) +- create:pink_valve_handle (from Create) +- create:gray_valve_handle (from Create) +- create:light_gray_valve_handle (from Create) +- create:cyan_valve_handle (from Create) +- create:purple_valve_handle (from Create) +- create:blue_valve_handle (from Create) +- create:brown_valve_handle (from Create) +- create:green_valve_handle (from Create) +- create:red_valve_handle (from Create) +- create:black_valve_handle (from Create) + +#c:sextuple_compressed_andesite +- compressor:sextuple_compressed_andesite (from Compressor) + +#forge:storage_blocks/coal +- minecraft:coal_block (from chisels-and-bits) + +#forge:glass/light_blue +- minecraft:light_blue_stained_glass (from chisels-and-bits) + +#decorative_blocks:chandeliers +- decorative_blocks:chandelier (from Decorative Blocks) +- decorative_blocks:soul_chandelier (from Decorative Blocks) + +#geodes:echo_locatable +- minecraft:small_amethyst_bud (from More Geodes) +- minecraft:medium_amethyst_bud (from More Geodes) +- minecraft:large_amethyst_bud (from More Geodes) +- minecraft:amethyst_cluster (from More Geodes) +- geodes:diamond_cluster (from More Geodes) +- geodes:small_echo_bud (from More Geodes) +- geodes:medium_echo_bud (from More Geodes) +- geodes:large_echo_bud (from More Geodes) +- geodes:echo_cluster (from More Geodes) +- geodes:small_emerald_bud (from More Geodes) +- geodes:medium_emerald_bud (from More Geodes) +- geodes:large_emerald_bud (from More Geodes) +- geodes:emerald_cluster (from More Geodes) +- geodes:small_quartz_bud (from More Geodes) +- geodes:medium_quartz_bud (from More Geodes) +- geodes:large_quartz_bud (from More Geodes) +- geodes:quartz_cluster (from More Geodes) +- geodes:small_lapis_bud (from More Geodes) +- geodes:medium_lapis_bud (from More Geodes) +- geodes:large_lapis_bud (from More Geodes) +- geodes:lapis_cluster (from More Geodes) +- geodes:small_gypsum_bud (from More Geodes) +- geodes:medium_gypsum_bud (from More Geodes) +- geodes:large_gypsum_bud (from More Geodes) +- geodes:gypsum_rose (from More Geodes) +- #geodes:echo_locatable/geodeplus? (from More Geodes) +- #geodes:echo_locatable/spectrum? (from More Geodes) + +#botania:special_floating_flowers +- botania:floating_agricarnation (from Botania) +- botania:floating_agricarnation_chibi (from Botania) +- botania:floating_bellethorn (from Botania) +- botania:floating_bellethorn_chibi (from Botania) +- botania:floating_bergamute (from Botania) +- botania:floating_bubbell (from Botania) +- botania:floating_bubbell_chibi (from Botania) +- botania:floating_clayconia (from Botania) +- botania:floating_clayconia_chibi (from Botania) +- botania:floating_daffomill (from Botania) +- botania:floating_dandelifeon (from Botania) +- botania:floating_dreadthorn (from Botania) +- botania:floating_endoflame (from Botania) +- botania:floating_entropinnyum (from Botania) +- botania:floating_exoflame (from Botania) +- botania:floating_fallen_kanade (from Botania) +- botania:floating_gourmaryllis (from Botania) +- botania:floating_heisei_dream (from Botania) +- botania:floating_hopperhock (from Botania) +- botania:floating_hopperhock_chibi (from Botania) +- botania:floating_hyacidus (from Botania) +- botania:floating_hydroangeas (from Botania) +- botania:floating_jaded_amaranthus (from Botania) +- botania:floating_jiyuulia (from Botania) +- botania:floating_jiyuulia_chibi (from Botania) +- botania:floating_kekimurus (from Botania) +- botania:floating_labellia (from Botania) +- botania:floating_loonium (from Botania) +- botania:floating_manastar (from Botania) +- botania:floating_marimorphosis (from Botania) +- botania:floating_marimorphosis_chibi (from Botania) +- botania:floating_medumone (from Botania) +- botania:floating_munchdew (from Botania) +- botania:floating_narslimmus (from Botania) +- botania:floating_orechid (from Botania) +- botania:floating_orechid_ignem (from Botania) +- botania:floating_pollidisiac (from Botania) +- botania:floating_pure_daisy (from Botania) +- botania:floating_rafflowsia (from Botania) +- botania:floating_rannuncarpus (from Botania) +- botania:floating_rannuncarpus_chibi (from Botania) +- botania:floating_rosa_arcana (from Botania) +- botania:floating_shulk_me_not (from Botania) +- botania:floating_solegnolia (from Botania) +- botania:floating_solegnolia_chibi (from Botania) +- botania:floating_spectranthemum (from Botania) +- botania:floating_spectrolus (from Botania) +- botania:floating_tangleberrie (from Botania) +- botania:floating_tangleberrie_chibi (from Botania) +- botania:floating_thermalily (from Botania) +- botania:floating_tigerseye (from Botania) +- botania:floating_vinculotus (from Botania) + +#c:sextuple_compressed_gravel +- compressor:sextuple_compressed_gravel (from Compressor) + +#forge:storage_blocks/amethyst +- minecraft:amethyst_block (from chisels-and-bits) + +#extraalchemy:heat_source +- minecraft:fire (from Extra Alchemy) +- minecraft:soul_fire (from Extra Alchemy) +- minecraft:lava (from Extra Alchemy) +- minecraft:magma_block (from Extra Alchemy) +- minecraft:campfire (from Extra Alchemy) +- minecraft:soul_campfire (from Extra Alchemy) + +#byg:may_place_on/skyris_sapling +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#spectrum:forfeiture_safe +- #minecraft:portals (from Spectrum) +- minecraft:barrier (from Spectrum) +- minecraft:end_portal_frame (from Spectrum) +- minecraft:end_gateway (from Spectrum) +- minecraft:command_block (from Spectrum) +- minecraft:repeating_command_block (from Spectrum) +- minecraft:chain_command_block (from Spectrum) +- minecraft:structure_block (from Spectrum) +- minecraft:jigsaw (from Spectrum) +- minecraft:moving_piston (from Spectrum) +- minecraft:tripwire (from Spectrum) +- spectrum:decay_away (from Spectrum) + +#byg:may_place_on/tall_beach_grass +- #minecraft:sand (from Oh The Biomes You'll Go) + +#c:coal_blocks +- minecraft:coal_block (from Porting Lib Tags) + +#c:aluminum_blocks +- techreborn:aluminum_storage_block (from Tech Reborn) + +#twilightforest:progression_allow_breaking +- twilightforest:keepsake_casket (from The Twilight Forest) +- gravestone:gravestone? (from The Twilight Forest) + +#botania:horn_of_the_canopy_breakable +- #minecraft:leaves (from Botania) + +#c:desh_ores +- ad_astra:moon_desh_ore (from Ad Astra!) +- ad_astra:deepslate_desh_ore (from Ad Astra!) + +#deeperdarker:transmittable +- minecraft:chest (from Deeper and Darker) +- minecraft:furnace (from Deeper and Darker) +- minecraft:blast_furnace (from Deeper and Darker) +- minecraft:barrel (from Deeper and Darker) +- minecraft:smoker (from Deeper and Darker) +- minecraft:stonecutter (from Deeper and Darker) + +#minecraft:wooden_doors +- minecraft:oak_door (from Default) +- minecraft:spruce_door (from Default) +- minecraft:birch_door (from Default) +- minecraft:jungle_door (from Default) +- minecraft:acacia_door (from Default) +- minecraft:dark_oak_door (from Default) +- minecraft:crimson_door (from Default) +- minecraft:warped_door (from Default) +- minecraft:mangrove_door (from Default) +- bambooeverything:bamboo_door (from Bamboo Everything) +- bambooeverything:dry_bamboo_door (from Bamboo Everything) +- bewitchment:juniper_door (from Bewitchment) +- bewitchment:cypress_door (from Bewitchment) +- bewitchment:elder_door (from Bewitchment) +- bewitchment:dragons_blood_door (from Bewitchment) +- biomemakeover:blighted_balsa_door (from Biome Makeover) +- biomemakeover:willow_door (from Biome Makeover) +- biomemakeover:swamp_cypress_door (from Biome Makeover) +- biomemakeover:ancient_oak_door (from Biome Makeover) +- byg:aspen_door (from Oh The Biomes You'll Go) +- byg:baobab_door (from Oh The Biomes You'll Go) +- byg:blue_enchanted_door (from Oh The Biomes You'll Go) +- byg:bulbis_door (from Oh The Biomes You'll Go) +- byg:cherry_door (from Oh The Biomes You'll Go) +- byg:cika_door (from Oh The Biomes You'll Go) +- byg:cypress_door (from Oh The Biomes You'll Go) +- byg:ebony_door (from Oh The Biomes You'll Go) +- byg:embur_door (from Oh The Biomes You'll Go) +- byg:ether_door (from Oh The Biomes You'll Go) +- byg:fir_door (from Oh The Biomes You'll Go) +- byg:green_enchanted_door (from Oh The Biomes You'll Go) +- byg:holly_door (from Oh The Biomes You'll Go) +- byg:imparius_door (from Oh The Biomes You'll Go) +- byg:jacaranda_door (from Oh The Biomes You'll Go) +- byg:lament_door (from Oh The Biomes You'll Go) +- byg:mahogany_door (from Oh The Biomes You'll Go) +- byg:maple_door (from Oh The Biomes You'll Go) +- byg:nightshade_door (from Oh The Biomes You'll Go) +- byg:palm_door (from Oh The Biomes You'll Go) +- byg:pine_door (from Oh The Biomes You'll Go) +- byg:rainbow_eucalyptus_door (from Oh The Biomes You'll Go) +- byg:redwood_door (from Oh The Biomes You'll Go) +- byg:skyris_door (from Oh The Biomes You'll Go) +- byg:sythian_door (from Oh The Biomes You'll Go) +- byg:white_mangrove_door (from Oh The Biomes You'll Go) +- byg:willow_door (from Oh The Biomes You'll Go) +- byg:witch_hazel_door (from Oh The Biomes You'll Go) +- byg:zelkova_door (from Oh The Biomes You'll Go) +- create:train_door (from Create) +- create:framed_glass_door (from Create) +- deeperdarker:echo_door (from Deeper and Darker) +- ecologics:coconut_door (from Ecologics) +- ecologics:walnut_door (from Ecologics) +- ecologics:azalea_door (from Ecologics) +- ecologics:flowering_azalea_door (from Ecologics) +- hexcasting:edified_door (from Hex Casting) +- minecraft:oak_door (from Macaw's Doors) +- minecraft:spruce_door (from Macaw's Doors) +- minecraft:birch_door (from Macaw's Doors) +- minecraft:jungle_door (from Macaw's Doors) +- minecraft:acacia_door (from Macaw's Doors) +- minecraft:dark_oak_door (from Macaw's Doors) +- mcwdoors:oak_japanese_door (from Macaw's Doors) +- mcwdoors:spruce_japanese_door (from Macaw's Doors) +- mcwdoors:birch_japanese_door (from Macaw's Doors) +- mcwdoors:jungle_japanese_door (from Macaw's Doors) +- mcwdoors:acacia_japanese_door (from Macaw's Doors) +- mcwdoors:dark_oak_japanese_door (from Macaw's Doors) +- mcwdoors:crimson_japanese_door (from Macaw's Doors) +- mcwdoors:warped_japanese_door (from Macaw's Doors) +- mcwdoors:mangrove_japanese_door (from Macaw's Doors) +- mcwdoors:oak_japanese2_door (from Macaw's Doors) +- mcwdoors:spruce_japanese2_door (from Macaw's Doors) +- mcwdoors:birch_japanese2_door (from Macaw's Doors) +- mcwdoors:jungle_japanese2_door (from Macaw's Doors) +- mcwdoors:acacia_japanese2_door (from Macaw's Doors) +- mcwdoors:dark_oak_japanese2_door (from Macaw's Doors) +- mcwdoors:crimson_japanese2_door (from Macaw's Doors) +- mcwdoors:warped_japanese2_door (from Macaw's Doors) +- mcwdoors:mangrove_japanese2_door (from Macaw's Doors) +- mcwdoors:oak_barn_door (from Macaw's Doors) +- mcwdoors:spruce_barn_door (from Macaw's Doors) +- mcwdoors:birch_barn_door (from Macaw's Doors) +- mcwdoors:jungle_barn_door (from Macaw's Doors) +- mcwdoors:acacia_barn_door (from Macaw's Doors) +- mcwdoors:dark_oak_barn_door (from Macaw's Doors) +- mcwdoors:crimson_barn_door (from Macaw's Doors) +- mcwdoors:warped_barn_door (from Macaw's Doors) +- mcwdoors:mangrove_barn_door (from Macaw's Doors) +- mcwdoors:oak_barn_glass_door (from Macaw's Doors) +- mcwdoors:spruce_barn_glass_door (from Macaw's Doors) +- mcwdoors:birch_barn_glass_door (from Macaw's Doors) +- mcwdoors:jungle_barn_glass_door (from Macaw's Doors) +- mcwdoors:acacia_barn_glass_door (from Macaw's Doors) +- mcwdoors:dark_oak_barn_glass_door (from Macaw's Doors) +- mcwdoors:crimson_barn_glass_door (from Macaw's Doors) +- mcwdoors:warped_barn_glass_door (from Macaw's Doors) +- mcwdoors:mangrove_barn_glass_door (from Macaw's Doors) +- mcwdoors:oak_modern_door (from Macaw's Doors) +- mcwdoors:spruce_modern_door (from Macaw's Doors) +- mcwdoors:birch_modern_door (from Macaw's Doors) +- mcwdoors:jungle_modern_door (from Macaw's Doors) +- mcwdoors:acacia_modern_door (from Macaw's Doors) +- mcwdoors:dark_oak_modern_door (from Macaw's Doors) +- mcwdoors:crimson_modern_door (from Macaw's Doors) +- mcwdoors:warped_modern_door (from Macaw's Doors) +- mcwdoors:mangrove_modern_door (from Macaw's Doors) +- mcwdoors:oak_cottage_door (from Macaw's Doors) +- mcwdoors:birch_cottage_door (from Macaw's Doors) +- mcwdoors:jungle_cottage_door (from Macaw's Doors) +- mcwdoors:acacia_cottage_door (from Macaw's Doors) +- mcwdoors:dark_oak_cottage_door (from Macaw's Doors) +- mcwdoors:crimson_cottage_door (from Macaw's Doors) +- mcwdoors:warped_cottage_door (from Macaw's Doors) +- mcwdoors:mangrove_cottage_door (from Macaw's Doors) +- mcwdoors:spruce_classic_door (from Macaw's Doors) +- mcwdoors:birch_classic_door (from Macaw's Doors) +- mcwdoors:jungle_classic_door (from Macaw's Doors) +- mcwdoors:acacia_classic_door (from Macaw's Doors) +- mcwdoors:dark_oak_classic_door (from Macaw's Doors) +- mcwdoors:crimson_classic_door (from Macaw's Doors) +- mcwdoors:warped_classic_door (from Macaw's Doors) +- mcwdoors:mangrove_classic_door (from Macaw's Doors) +- mcwdoors:oak_beach_door (from Macaw's Doors) +- mcwdoors:spruce_beach_door (from Macaw's Doors) +- mcwdoors:birch_beach_door (from Macaw's Doors) +- mcwdoors:acacia_beach_door (from Macaw's Doors) +- mcwdoors:dark_oak_beach_door (from Macaw's Doors) +- mcwdoors:crimson_beach_door (from Macaw's Doors) +- mcwdoors:warped_beach_door (from Macaw's Doors) +- mcwdoors:mangrove_beach_door (from Macaw's Doors) +- mcwdoors:oak_paper_door (from Macaw's Doors) +- mcwdoors:spruce_paper_door (from Macaw's Doors) +- mcwdoors:jungle_paper_door (from Macaw's Doors) +- mcwdoors:acacia_paper_door (from Macaw's Doors) +- mcwdoors:dark_oak_paper_door (from Macaw's Doors) +- mcwdoors:crimson_paper_door (from Macaw's Doors) +- mcwdoors:warped_paper_door (from Macaw's Doors) +- mcwdoors:mangrove_paper_door (from Macaw's Doors) +- mcwdoors:oak_four_panel_door (from Macaw's Doors) +- mcwdoors:spruce_four_panel_door (from Macaw's Doors) +- mcwdoors:birch_four_panel_door (from Macaw's Doors) +- mcwdoors:jungle_four_panel_door (from Macaw's Doors) +- mcwdoors:acacia_four_panel_door (from Macaw's Doors) +- mcwdoors:crimson_four_panel_door (from Macaw's Doors) +- mcwdoors:warped_four_panel_door (from Macaw's Doors) +- mcwdoors:mangrove_four_panel_door (from Macaw's Doors) +- mcwdoors:oak_tropical_door (from Macaw's Doors) +- mcwdoors:spruce_tropical_door (from Macaw's Doors) +- mcwdoors:birch_tropical_door (from Macaw's Doors) +- mcwdoors:jungle_tropical_door (from Macaw's Doors) +- mcwdoors:dark_oak_tropical_door (from Macaw's Doors) +- mcwdoors:crimson_tropical_door (from Macaw's Doors) +- mcwdoors:warped_tropical_door (from Macaw's Doors) +- mcwdoors:mangrove_tropical_door (from Macaw's Doors) +- mcwdoors:oak_glass_door (from Macaw's Doors) +- mcwdoors:spruce_glass_door (from Macaw's Doors) +- mcwdoors:birch_glass_door (from Macaw's Doors) +- mcwdoors:jungle_glass_door (from Macaw's Doors) +- mcwdoors:acacia_glass_door (from Macaw's Doors) +- mcwdoors:dark_oak_glass_door (from Macaw's Doors) +- mcwdoors:crimson_glass_door (from Macaw's Doors) +- mcwdoors:warped_glass_door (from Macaw's Doors) +- mcwdoors:mangrove_glass_door (from Macaw's Doors) +- mcwdoors:oak_stable_door (from Macaw's Doors) +- mcwdoors:spruce_stable_door (from Macaw's Doors) +- mcwdoors:birch_stable_door (from Macaw's Doors) +- mcwdoors:jungle_stable_door (from Macaw's Doors) +- mcwdoors:acacia_stable_door (from Macaw's Doors) +- mcwdoors:dark_oak_stable_door (from Macaw's Doors) +- mcwdoors:crimson_stable_door (from Macaw's Doors) +- mcwdoors:warped_stable_door (from Macaw's Doors) +- mcwdoors:mangrove_stable_door (from Macaw's Doors) +- mcwdoors:oak_stable_head_door (from Macaw's Doors) +- mcwdoors:spruce_stable_head_door (from Macaw's Doors) +- mcwdoors:birch_stable_head_door (from Macaw's Doors) +- mcwdoors:jungle_stable_head_door (from Macaw's Doors) +- mcwdoors:acacia_stable_head_door (from Macaw's Doors) +- mcwdoors:dark_oak_stable_head_door (from Macaw's Doors) +- mcwdoors:crimson_stable_head_door (from Macaw's Doors) +- mcwdoors:warped_stable_head_door (from Macaw's Doors) +- mcwdoors:mangrove_stable_head_door (from Macaw's Doors) +- mcwdoors:oak_western_door (from Macaw's Doors) +- mcwdoors:spruce_western_door (from Macaw's Doors) +- mcwdoors:birch_western_door (from Macaw's Doors) +- mcwdoors:jungle_western_door (from Macaw's Doors) +- mcwdoors:acacia_western_door (from Macaw's Doors) +- mcwdoors:dark_oak_western_door (from Macaw's Doors) +- mcwdoors:crimson_western_door (from Macaw's Doors) +- mcwdoors:warped_western_door (from Macaw's Doors) +- mcwdoors:mangrove_western_door (from Macaw's Doors) +- mcwdoors:oak_mystic_door (from Macaw's Doors) +- mcwdoors:spruce_mystic_door (from Macaw's Doors) +- mcwdoors:birch_mystic_door (from Macaw's Doors) +- mcwdoors:jungle_mystic_door (from Macaw's Doors) +- mcwdoors:acacia_mystic_door (from Macaw's Doors) +- mcwdoors:dark_oak_mystic_door (from Macaw's Doors) +- mcwdoors:crimson_mystic_door (from Macaw's Doors) +- mcwdoors:mangrove_mystic_door (from Macaw's Doors) +- mcwdoors:oak_bark_glass_door (from Macaw's Doors) +- mcwdoors:spruce_bark_glass_door (from Macaw's Doors) +- mcwdoors:birch_bark_glass_door (from Macaw's Doors) +- mcwdoors:jungle_bark_glass_door (from Macaw's Doors) +- mcwdoors:acacia_bark_glass_door (from Macaw's Doors) +- mcwdoors:dark_oak_bark_glass_door (from Macaw's Doors) +- mcwdoors:crimson_stem_glass_door (from Macaw's Doors) +- mcwdoors:warped_stem_glass_door (from Macaw's Doors) +- mcwdoors:mangrove_bark_glass_door (from Macaw's Doors) +- mcwdoors:oak_nether_door (from Macaw's Doors) +- mcwdoors:spruce_nether_door (from Macaw's Doors) +- mcwdoors:birch_nether_door (from Macaw's Doors) +- mcwdoors:jungle_nether_door (from Macaw's Doors) +- mcwdoors:acacia_nether_door (from Macaw's Doors) +- mcwdoors:dark_oak_nether_door (from Macaw's Doors) +- mcwdoors:warped_nether_door (from Macaw's Doors) +- mcwdoors:mangrove_nether_door (from Macaw's Doors) +- mcwdoors:oak_swamp_door (from Macaw's Doors) +- mcwdoors:spruce_swamp_door (from Macaw's Doors) +- mcwdoors:birch_swamp_door (from Macaw's Doors) +- mcwdoors:jungle_swamp_door (from Macaw's Doors) +- mcwdoors:acacia_swamp_door (from Macaw's Doors) +- mcwdoors:dark_oak_swamp_door (from Macaw's Doors) +- mcwdoors:warped_swamp_door (from Macaw's Doors) +- mcwdoors:crimson_swamp_door (from Macaw's Doors) +- techreborn:rubber_door (from Tech Reborn) +- twilightforest:twilight_oak_door (from The Twilight Forest) +- twilightforest:canopy_door (from The Twilight Forest) +- twilightforest:mangrove_door (from The Twilight Forest) +- twilightforest:dark_door (from The Twilight Forest) +- twilightforest:time_door (from The Twilight Forest) +- twilightforest:transformation_door (from The Twilight Forest) +- twilightforest:mining_door (from The Twilight Forest) +- twilightforest:sorting_door (from The Twilight Forest) +- vinery:cherry_door (from Vinery) + +#c:trapped_chests +- minecraft:trapped_chest (from Porting Lib Tags) + +#byg:may_place_on/orange_oak_sapling +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#c:wooden_barrels +- minecraft:barrel (from Porting Lib Tags) + +#forge:glass/purple +- minecraft:purple_stained_glass (from chisels-and-bits) + +#c:triple_compressed_cobblestone +- compressor:triple_compressed_cobblestone (from Compressor) + +#c:sextuple_compressed_deepslate +- compressor:sextuple_compressed_deepslate (from Compressor) + +#minecraft:crimson_stems +- minecraft:crimson_stem (from Default) +- minecraft:stripped_crimson_stem (from Default) +- minecraft:crimson_hyphae (from Default) +- minecraft:stripped_crimson_hyphae (from Default) + +#spectrum:amethyst_chiseled_base_blocks +- spectrum:amethyst_chiseled_basalt (from Spectrum) +- spectrum:amethyst_chiseled_calcite (from Spectrum) + +#computercraft:turtle_sword_harvestable +- #minecraft:wool (from CC: Restitched) +- minecraft:cobweb (from CC: Restitched) + +#minecraft:needs_stone_tool +- minecraft:iron_block (from Default) +- minecraft:raw_iron_block (from Default) +- minecraft:iron_ore (from Default) +- minecraft:deepslate_iron_ore (from Default) +- minecraft:lapis_block (from Default) +- minecraft:lapis_ore (from Default) +- minecraft:deepslate_lapis_ore (from Default) +- minecraft:copper_block (from Default) +- minecraft:raw_copper_block (from Default) +- minecraft:copper_ore (from Default) +- minecraft:deepslate_copper_ore (from Default) +- minecraft:cut_copper_slab (from Default) +- minecraft:cut_copper_stairs (from Default) +- minecraft:cut_copper (from Default) +- minecraft:weathered_copper (from Default) +- minecraft:weathered_cut_copper_slab (from Default) +- minecraft:weathered_cut_copper_stairs (from Default) +- minecraft:weathered_cut_copper (from Default) +- minecraft:oxidized_copper (from Default) +- minecraft:oxidized_cut_copper_slab (from Default) +- minecraft:oxidized_cut_copper_stairs (from Default) +- minecraft:oxidized_cut_copper (from Default) +- minecraft:exposed_copper (from Default) +- minecraft:exposed_cut_copper_slab (from Default) +- minecraft:exposed_cut_copper_stairs (from Default) +- minecraft:exposed_cut_copper (from Default) +- minecraft:waxed_copper_block (from Default) +- minecraft:waxed_cut_copper_slab (from Default) +- minecraft:waxed_cut_copper_stairs (from Default) +- minecraft:waxed_cut_copper (from Default) +- minecraft:waxed_weathered_copper (from Default) +- minecraft:waxed_weathered_cut_copper_slab (from Default) +- minecraft:waxed_weathered_cut_copper_stairs (from Default) +- minecraft:waxed_weathered_cut_copper (from Default) +- minecraft:waxed_exposed_copper (from Default) +- minecraft:waxed_exposed_cut_copper_slab (from Default) +- minecraft:waxed_exposed_cut_copper_stairs (from Default) +- minecraft:waxed_exposed_cut_copper (from Default) +- minecraft:waxed_oxidized_copper (from Default) +- minecraft:waxed_oxidized_cut_copper_slab (from Default) +- minecraft:waxed_oxidized_cut_copper_stairs (from Default) +- minecraft:waxed_oxidized_cut_copper (from Default) +- minecraft:lightning_rod (from Default) +- ad_astra:steel_block (from Ad Astra!) +- ad_astra:desh_block (from Ad Astra!) +- ad_astra:ostrum_block (from Ad Astra!) +- ad_astra:calorite_block (from Ad Astra!) +- ad_astra:iron_plating (from Ad Astra!) +- ad_astra:iron_pillar (from Ad Astra!) +- ad_astra:desh_pillar (from Ad Astra!) +- ad_astra:desh_plating (from Ad Astra!) +- ad_astra:ostrum_pillar (from Ad Astra!) +- ad_astra:ostrum_plating (from Ad Astra!) +- ad_astra:calorite_pillar (from Ad Astra!) +- ad_astra:calorite_plating (from Ad Astra!) +- ad_astra:glowing_iron_pillar (from Ad Astra!) +- ad_astra:marked_iron_pillar (from Ad Astra!) +- ad_astra:iron_plating_stairs (from Ad Astra!) +- ad_astra:iron_plating_slab (from Ad Astra!) +- ad_astra:steel_plating_stairs (from Ad Astra!) +- ad_astra:steel_plating_slab (from Ad Astra!) +- ad_astra:desh_plating_slab (from Ad Astra!) +- ad_astra:desh_plating_stairs (from Ad Astra!) +- ad_astra:ostrum_plating_slab (from Ad Astra!) +- ad_astra:ostrum_plating_stairs (from Ad Astra!) +- ad_astra:calorite_plating_slab (from Ad Astra!) +- ad_astra:calorite_plating_stairs (from Ad Astra!) +- ad_astra:iron_plating_button (from Ad Astra!) +- ad_astra:iron_plating_pressure_plate (from Ad Astra!) +- ad_astra:steel_plating_button (from Ad Astra!) +- ad_astra:steel_plating_pressure_plate (from Ad Astra!) +- ad_astra:desh_plating_button (from Ad Astra!) +- ad_astra:desh_plating_pressure_plate (from Ad Astra!) +- ad_astra:ostrum_plating_button (from Ad Astra!) +- ad_astra:ostrum_plating_pressure_plate (from Ad Astra!) +- ad_astra:calorite_plating_button (from Ad Astra!) +- ad_astra:calorite_plating_pressure_plate (from Ad Astra!) +- ad_astra:permafrost_tiles (from Ad Astra!) +- ad_astra:chiseled_permafrost_bricks (from Ad Astra!) +- ad_astra:chiseled_permafrost_brick_stairs (from Ad Astra!) +- ad_astra:chiseled_permafrost_brick_slab (from Ad Astra!) +- ad_astra:polished_permafrost (from Ad Astra!) +- ad_astra:polished_permafrost_stairs (from Ad Astra!) +- ad_astra:polished_permafrost_slab (from Ad Astra!) +- ad_astra:permafrost_pillar (from Ad Astra!) +- ad_astra:permafrost_brick_wall (from Ad Astra!) +- bewitchment:iron_candelabra (from Bewitchment) +- coxinhautilities:portable_tank_mk1 (from Coxinha Utilities) +- coxinhautilities:grannys_sink (from Coxinha Utilities) +- coxinhautilities:fluid_trash_can (from Coxinha Utilities) +- coxinhautilities:energy_trash_can (from Coxinha Utilities) +- coxinhautilities:copper_ladder (from Coxinha Utilities) +- coxinhautilities:exposed_copper_ladder (from Coxinha Utilities) +- coxinhautilities:weathered_copper_ladder (from Coxinha Utilities) +- coxinhautilities:oxidized_copper_ladder (from Coxinha Utilities) +- coxinhautilities:waxed_copper_ladder (from Coxinha Utilities) +- coxinhautilities:waxed_exposed_copper_ladder (from Coxinha Utilities) +- coxinhautilities:waxed_weathered_copper_ladder (from Coxinha Utilities) +- coxinhautilities:waxed_oxidized_copper_ladder (from Coxinha Utilities) +- create:copper_shingles (from Create) +- create:exposed_copper_shingles (from Create) +- create:weathered_copper_shingles (from Create) +- create:oxidized_copper_shingles (from Create) +- create:copper_shingle_slab (from Create) +- create:exposed_copper_shingle_slab (from Create) +- create:weathered_copper_shingle_slab (from Create) +- create:oxidized_copper_shingle_slab (from Create) +- create:copper_shingle_stairs (from Create) +- create:exposed_copper_shingle_stairs (from Create) +- create:weathered_copper_shingle_stairs (from Create) +- create:oxidized_copper_shingle_stairs (from Create) +- create:waxed_copper_shingles (from Create) +- create:waxed_exposed_copper_shingles (from Create) +- create:waxed_weathered_copper_shingles (from Create) +- create:waxed_oxidized_copper_shingles (from Create) +- create:waxed_copper_shingle_slab (from Create) +- create:waxed_exposed_copper_shingle_slab (from Create) +- create:waxed_weathered_copper_shingle_slab (from Create) +- create:waxed_oxidized_copper_shingle_slab (from Create) +- create:waxed_copper_shingle_stairs (from Create) +- create:waxed_exposed_copper_shingle_stairs (from Create) +- create:waxed_weathered_copper_shingle_stairs (from Create) +- create:waxed_oxidized_copper_shingle_stairs (from Create) +- create:copper_tiles (from Create) +- create:exposed_copper_tiles (from Create) +- create:weathered_copper_tiles (from Create) +- create:oxidized_copper_tiles (from Create) +- create:copper_tile_slab (from Create) +- create:exposed_copper_tile_slab (from Create) +- create:weathered_copper_tile_slab (from Create) +- create:oxidized_copper_tile_slab (from Create) +- create:copper_tile_stairs (from Create) +- create:exposed_copper_tile_stairs (from Create) +- create:weathered_copper_tile_stairs (from Create) +- create:oxidized_copper_tile_stairs (from Create) +- create:waxed_copper_tiles (from Create) +- create:waxed_exposed_copper_tiles (from Create) +- create:waxed_weathered_copper_tiles (from Create) +- create:waxed_oxidized_copper_tiles (from Create) +- create:waxed_copper_tile_slab (from Create) +- create:waxed_exposed_copper_tile_slab (from Create) +- create:waxed_weathered_copper_tile_slab (from Create) +- create:waxed_oxidized_copper_tile_slab (from Create) +- create:waxed_copper_tile_stairs (from Create) +- create:waxed_exposed_copper_tile_stairs (from Create) +- create:waxed_weathered_copper_tile_stairs (from Create) +- create:waxed_oxidized_copper_tile_stairs (from Create) +- croptosis:potash_block (from Croptosis) +- croptosis:potash_ore (from Croptosis) +- deeperdarker:sculk_stone_iron_ore (from Deeper and Darker) +- deeperdarker:sculk_stone_copper_ore (from Deeper and Darker) +- deeperdarker:sculk_stone_lapis_ore (from Deeper and Darker) +- ftbquests:loot_crate_opener (from FTB Quests) +- kibe:vacuum_hopper (from Kibe) +- kibe:heater (from Kibe) +- kibe:dehumidifier (from Kibe) +- kibe:iron_spikes (from Kibe) +- kibe:cobblestone_generator_mk1 (from Kibe) +- kibe:basalt_generator_mk1 (from Kibe) +- modern_industrialization:advanced_fluid_input_hatch (from Modern Industrialization) +- modern_industrialization:advanced_fluid_output_hatch (from Modern Industrialization) +- modern_industrialization:advanced_item_input_hatch (from Modern Industrialization) +- modern_industrialization:advanced_item_output_hatch (from Modern Industrialization) +- modern_industrialization:advanced_large_steam_boiler (from Modern Industrialization) +- modern_industrialization:advanced_machine_casing (from Modern Industrialization) +- modern_industrialization:advanced_machine_hull (from Modern Industrialization) +- modern_industrialization:aluminum_barrel (from Modern Industrialization) +- modern_industrialization:aluminum_block (from Modern Industrialization) +- modern_industrialization:aluminum_tank (from Modern Industrialization) +- modern_industrialization:annealed_copper_block (from Modern Industrialization) +- modern_industrialization:antimony_block (from Modern Industrialization) +- modern_industrialization:antimony_ore (from Modern Industrialization) +- modern_industrialization:assembler (from Modern Industrialization) +- modern_industrialization:basic_machine_hull (from Modern Industrialization) +- modern_industrialization:battery_alloy_block (from Modern Industrialization) +- modern_industrialization:bauxite_block (from Modern Industrialization) +- modern_industrialization:bauxite_ore (from Modern Industrialization) +- modern_industrialization:beryllium_block (from Modern Industrialization) +- modern_industrialization:blastproof_casing (from Modern Industrialization) +- modern_industrialization:bronze_barrel (from Modern Industrialization) +- modern_industrialization:bronze_block (from Modern Industrialization) +- modern_industrialization:bronze_boiler (from Modern Industrialization) +- modern_industrialization:bronze_compressor (from Modern Industrialization) +- modern_industrialization:bronze_cutting_machine (from Modern Industrialization) +- modern_industrialization:bronze_fluid_input_hatch (from Modern Industrialization) +- modern_industrialization:bronze_fluid_output_hatch (from Modern Industrialization) +- modern_industrialization:bronze_furnace (from Modern Industrialization) +- modern_industrialization:bronze_item_input_hatch (from Modern Industrialization) +- modern_industrialization:bronze_item_output_hatch (from Modern Industrialization) +- modern_industrialization:bronze_macerator (from Modern Industrialization) +- modern_industrialization:bronze_machine_casing (from Modern Industrialization) +- modern_industrialization:bronze_machine_casing_pipe (from Modern Industrialization) +- modern_industrialization:bronze_mixer (from Modern Industrialization) +- modern_industrialization:bronze_plated_bricks (from Modern Industrialization) +- modern_industrialization:bronze_tank (from Modern Industrialization) +- modern_industrialization:bronze_water_pump (from Modern Industrialization) +- modern_industrialization:centrifuge (from Modern Industrialization) +- modern_industrialization:chemical_reactor (from Modern Industrialization) +- modern_industrialization:chromium_block (from Modern Industrialization) +- modern_industrialization:clean_stainless_steel_machine_casing (from Modern Industrialization) +- modern_industrialization:coke_block (from Modern Industrialization) +- modern_industrialization:coke_oven (from Modern Industrialization) +- modern_industrialization:configurable_chest (from Modern Industrialization) +- modern_industrialization:configurable_tank (from Modern Industrialization) +- modern_industrialization:creative_storage_unit (from Modern Industrialization) +- modern_industrialization:cupronickel_block (from Modern Industrialization) +- modern_industrialization:cupronickel_coil (from Modern Industrialization) +- modern_industrialization:deepslate_antimony_ore (from Modern Industrialization) +- modern_industrialization:deepslate_bauxite_ore (from Modern Industrialization) +- modern_industrialization:deepslate_iridium_ore (from Modern Industrialization) +- modern_industrialization:deepslate_lead_ore (from Modern Industrialization) +- modern_industrialization:deepslate_lignite_coal_ore (from Modern Industrialization) +- modern_industrialization:deepslate_mozanite_ore (from Modern Industrialization) +- modern_industrialization:deepslate_nickel_ore (from Modern Industrialization) +- modern_industrialization:deepslate_salt_ore (from Modern Industrialization) +- modern_industrialization:deepslate_tin_ore (from Modern Industrialization) +- modern_industrialization:deepslate_tungsten_ore (from Modern Industrialization) +- modern_industrialization:deepslate_uranium_ore (from Modern Industrialization) +- modern_industrialization:diesel_generator (from Modern Industrialization) +- modern_industrialization:distillation_tower (from Modern Industrialization) +- modern_industrialization:distillery (from Modern Industrialization) +- modern_industrialization:electric_blast_furnace (from Modern Industrialization) +- modern_industrialization:electric_compressor (from Modern Industrialization) +- modern_industrialization:electric_cutting_machine (from Modern Industrialization) +- modern_industrialization:electric_furnace (from Modern Industrialization) +- modern_industrialization:electric_macerator (from Modern Industrialization) +- modern_industrialization:electric_mixer (from Modern Industrialization) +- modern_industrialization:electric_packer (from Modern Industrialization) +- modern_industrialization:electric_quarry (from Modern Industrialization) +- modern_industrialization:electric_unpacker (from Modern Industrialization) +- modern_industrialization:electric_water_pump (from Modern Industrialization) +- modern_industrialization:electric_wiremill (from Modern Industrialization) +- modern_industrialization:electrolyzer (from Modern Industrialization) +- modern_industrialization:electrum_block (from Modern Industrialization) +- modern_industrialization:ev_energy_input_hatch (from Modern Industrialization) +- modern_industrialization:ev_energy_output_hatch (from Modern Industrialization) +- modern_industrialization:ev_hv_transformer (from Modern Industrialization) +- modern_industrialization:ev_storage_unit (from Modern Industrialization) +- modern_industrialization:ev_superconductor_transformer (from Modern Industrialization) +- modern_industrialization:fire_clay_bricks (from Modern Industrialization) +- modern_industrialization:forge_hammer (from Modern Industrialization) +- modern_industrialization:frostproof_machine_casing (from Modern Industrialization) +- modern_industrialization:fusion_chamber (from Modern Industrialization) +- modern_industrialization:fusion_reactor (from Modern Industrialization) +- modern_industrialization:he_mox_block (from Modern Industrialization) +- modern_industrialization:he_uranium_block (from Modern Industrialization) +- modern_industrialization:heat_exchanger (from Modern Industrialization) +- modern_industrialization:heatproof_machine_casing (from Modern Industrialization) +- modern_industrialization:high_pressure_advanced_large_steam_boiler (from Modern Industrialization) +- modern_industrialization:high_pressure_large_steam_boiler (from Modern Industrialization) +- modern_industrialization:highly_advanced_fluid_input_hatch (from Modern Industrialization) +- modern_industrialization:highly_advanced_fluid_output_hatch (from Modern Industrialization) +- modern_industrialization:highly_advanced_item_input_hatch (from Modern Industrialization) +- modern_industrialization:highly_advanced_item_output_hatch (from Modern Industrialization) +- modern_industrialization:highly_advanced_machine_casing (from Modern Industrialization) +- modern_industrialization:highly_advanced_machine_hull (from Modern Industrialization) +- modern_industrialization:hv_energy_input_hatch (from Modern Industrialization) +- modern_industrialization:hv_energy_output_hatch (from Modern Industrialization) +- modern_industrialization:hv_ev_transformer (from Modern Industrialization) +- modern_industrialization:hv_mv_transformer (from Modern Industrialization) +- modern_industrialization:hv_steam_turbine (from Modern Industrialization) +- modern_industrialization:hv_storage_unit (from Modern Industrialization) +- modern_industrialization:implosion_compressor (from Modern Industrialization) +- modern_industrialization:invar_block (from Modern Industrialization) +- modern_industrialization:iridium_block (from Modern Industrialization) +- modern_industrialization:iridium_machine_casing_pipe (from Modern Industrialization) +- modern_industrialization:iridium_ore (from Modern Industrialization) +- modern_industrialization:kanthal_block (from Modern Industrialization) +- modern_industrialization:kanthal_coil (from Modern Industrialization) +- modern_industrialization:large_diesel_generator (from Modern Industrialization) +- modern_industrialization:large_steam_boiler (from Modern Industrialization) +- modern_industrialization:large_steam_turbine (from Modern Industrialization) +- modern_industrialization:large_tank (from Modern Industrialization) +- modern_industrialization:le_mox_block (from Modern Industrialization) +- modern_industrialization:le_uranium_block (from Modern Industrialization) +- modern_industrialization:lead_block (from Modern Industrialization) +- modern_industrialization:lead_ore (from Modern Industrialization) +- modern_industrialization:lignite_coal_block (from Modern Industrialization) +- modern_industrialization:lignite_coal_ore (from Modern Industrialization) +- modern_industrialization:lv_energy_input_hatch (from Modern Industrialization) +- modern_industrialization:lv_energy_output_hatch (from Modern Industrialization) +- modern_industrialization:lv_mv_transformer (from Modern Industrialization) +- modern_industrialization:lv_steam_turbine (from Modern Industrialization) +- modern_industrialization:lv_storage_unit (from Modern Industrialization) +- modern_industrialization:mozanite_block (from Modern Industrialization) +- modern_industrialization:mozanite_ore (from Modern Industrialization) +- modern_industrialization:mv_energy_input_hatch (from Modern Industrialization) +- modern_industrialization:mv_energy_output_hatch (from Modern Industrialization) +- modern_industrialization:mv_hv_transformer (from Modern Industrialization) +- modern_industrialization:mv_lv_transformer (from Modern Industrialization) +- modern_industrialization:mv_steam_turbine (from Modern Industrialization) +- modern_industrialization:mv_storage_unit (from Modern Industrialization) +- modern_industrialization:neodymium_block (from Modern Industrialization) +- modern_industrialization:nickel_block (from Modern Industrialization) +- modern_industrialization:nickel_ore (from Modern Industrialization) +- modern_industrialization:nuclear_alloy_machine_casing_pipe (from Modern Industrialization) +- modern_industrialization:nuclear_casing (from Modern Industrialization) +- modern_industrialization:nuclear_fluid_hatch (from Modern Industrialization) +- modern_industrialization:nuclear_item_hatch (from Modern Industrialization) +- modern_industrialization:nuclear_reactor (from Modern Industrialization) +- modern_industrialization:oil_drilling_rig (from Modern Industrialization) +- modern_industrialization:plasma_handling_iridium_machine_casing (from Modern Industrialization) +- modern_industrialization:plasma_turbine (from Modern Industrialization) +- modern_industrialization:platinum_block (from Modern Industrialization) +- modern_industrialization:platinum_ore (from Modern Industrialization) +- modern_industrialization:plutonium_block (from Modern Industrialization) +- modern_industrialization:polarizer (from Modern Industrialization) +- modern_industrialization:pressurizer (from Modern Industrialization) +- modern_industrialization:quantum_barrel (from Modern Industrialization) +- modern_industrialization:quantum_machine_casing (from Modern Industrialization) +- modern_industrialization:quantum_machine_hull (from Modern Industrialization) +- modern_industrialization:quantum_tank (from Modern Industrialization) +- modern_industrialization:quartz_ore (from Modern Industrialization) +- modern_industrialization:raw_antimony_block (from Modern Industrialization) +- modern_industrialization:raw_iridium_block (from Modern Industrialization) +- modern_industrialization:raw_lead_block (from Modern Industrialization) +- modern_industrialization:raw_nickel_block (from Modern Industrialization) +- modern_industrialization:raw_platinum_block (from Modern Industrialization) +- modern_industrialization:raw_silver_block (from Modern Industrialization) +- modern_industrialization:raw_tin_block (from Modern Industrialization) +- modern_industrialization:raw_titanium_block (from Modern Industrialization) +- modern_industrialization:raw_tungsten_block (from Modern Industrialization) +- modern_industrialization:raw_uranium_block (from Modern Industrialization) +- modern_industrialization:replicator (from Modern Industrialization) +- modern_industrialization:salt_block (from Modern Industrialization) +- modern_industrialization:salt_ore (from Modern Industrialization) +- modern_industrialization:silicon_block (from Modern Industrialization) +- modern_industrialization:silver_block (from Modern Industrialization) +- modern_industrialization:sodium_block (from Modern Industrialization) +- modern_industrialization:soldering_alloy_block (from Modern Industrialization) +- modern_industrialization:solid_titanium_machine_casing (from Modern Industrialization) +- modern_industrialization:stainless_steel_barrel (from Modern Industrialization) +- modern_industrialization:stainless_steel_block (from Modern Industrialization) +- modern_industrialization:stainless_steel_machine_casing_pipe (from Modern Industrialization) +- modern_industrialization:stainless_steel_tank (from Modern Industrialization) +- modern_industrialization:steam_blast_furnace (from Modern Industrialization) +- modern_industrialization:steam_quarry (from Modern Industrialization) +- modern_industrialization:steel_barrel (from Modern Industrialization) +- modern_industrialization:steel_block (from Modern Industrialization) +- modern_industrialization:steel_boiler (from Modern Industrialization) +- modern_industrialization:steel_compressor (from Modern Industrialization) +- modern_industrialization:steel_cutting_machine (from Modern Industrialization) +- modern_industrialization:steel_fluid_input_hatch (from Modern Industrialization) +- modern_industrialization:steel_fluid_output_hatch (from Modern Industrialization) +- modern_industrialization:steel_furnace (from Modern Industrialization) +- modern_industrialization:steel_item_input_hatch (from Modern Industrialization) +- modern_industrialization:steel_item_output_hatch (from Modern Industrialization) +- modern_industrialization:steel_macerator (from Modern Industrialization) +- modern_industrialization:steel_machine_casing (from Modern Industrialization) +- modern_industrialization:steel_machine_casing_pipe (from Modern Industrialization) +- modern_industrialization:steel_mixer (from Modern Industrialization) +- modern_industrialization:steel_packer (from Modern Industrialization) +- modern_industrialization:steel_tank (from Modern Industrialization) +- modern_industrialization:steel_unpacker (from Modern Industrialization) +- modern_industrialization:steel_water_pump (from Modern Industrialization) +- modern_industrialization:steel_wiremill (from Modern Industrialization) +- modern_industrialization:sulfur_block (from Modern Industrialization) +- modern_industrialization:superconductor_coil (from Modern Industrialization) +- modern_industrialization:superconductor_energy_input_hatch (from Modern Industrialization) +- modern_industrialization:superconductor_energy_output_hatch (from Modern Industrialization) +- modern_industrialization:superconductor_ev_transformer (from Modern Industrialization) +- modern_industrialization:superconductor_storage_unit (from Modern Industrialization) +- modern_industrialization:tin_block (from Modern Industrialization) +- modern_industrialization:tin_ore (from Modern Industrialization) +- modern_industrialization:titanium_barrel (from Modern Industrialization) +- modern_industrialization:titanium_block (from Modern Industrialization) +- modern_industrialization:titanium_machine_casing_pipe (from Modern Industrialization) +- modern_industrialization:titanium_ore (from Modern Industrialization) +- modern_industrialization:titanium_tank (from Modern Industrialization) +- modern_industrialization:trash_can (from Modern Industrialization) +- modern_industrialization:tungsten_block (from Modern Industrialization) +- modern_industrialization:tungsten_ore (from Modern Industrialization) +- modern_industrialization:turbo_diesel_generator (from Modern Industrialization) +- modern_industrialization:turbo_fluid_input_hatch (from Modern Industrialization) +- modern_industrialization:turbo_fluid_output_hatch (from Modern Industrialization) +- modern_industrialization:turbo_item_input_hatch (from Modern Industrialization) +- modern_industrialization:turbo_item_output_hatch (from Modern Industrialization) +- modern_industrialization:turbo_machine_casing (from Modern Industrialization) +- modern_industrialization:turbo_machine_hull (from Modern Industrialization) +- modern_industrialization:uranium_235_block (from Modern Industrialization) +- modern_industrialization:uranium_238_block (from Modern Industrialization) +- modern_industrialization:uranium_block (from Modern Industrialization) +- modern_industrialization:uranium_ore (from Modern Industrialization) +- modern_industrialization:vacuum_freezer (from Modern Industrialization) +- modern_industrialization:yttrium_block (from Modern Industrialization) +- reaper:reaper_generator (from Reaper) +- reaper:soul_beacon (from Reaper) +- reaper:rune_block_beastia (from Reaper) +- reaper:rune_block_dilato (from Reaper) +- reaper:rune_block_duplici (from Reaper) +- reaper:rune_block_efficacia (from Reaper) +- reaper:rune_block_hostilis (from Reaper) +- reaper:rune_block_possessio (from Reaper) +- #spectrum:shimmerstone_ores (from Spectrum) +- spirit:soul_cage (from Spirit) +- spirit:broken_spawner (from Spirit) +- spirit:pedestal (from Spirit) +- spirit:crystal_pedestal (from Spirit) +- spirit:soul_pedestal (from Spirit) +- spirit:soul_steel_block (from Spirit) +- techreborn:tin_ore (from Tech Reborn) +- techreborn:deepslate_tin_ore (from Tech Reborn) +- twilightforest:underbrick (from The Twilight Forest) +- twilightforest:cracked_underbrick (from The Twilight Forest) +- twilightforest:mossy_underbrick (from The Twilight Forest) +- twilightforest:underbrick_floor (from The Twilight Forest) +- twilightforest:iron_ladder (from The Twilight Forest) +- compressor:compressed_stone (from Compressor) +- compressor:double_compressed_stone (from Compressor) +- compressor:triple_compressed_stone (from Compressor) +- compressor:quadruple_compressed_stone (from Compressor) +- compressor:quintuple_compressed_stone (from Compressor) +- compressor:sextuple_compressed_stone (from Compressor) +- compressor:septuple_compressed_stone (from Compressor) +- compressor:octuple_compressed_stone (from Compressor) +- compressor:compressed_granite (from Compressor) +- compressor:double_compressed_granite (from Compressor) +- compressor:triple_compressed_granite (from Compressor) +- compressor:quadruple_compressed_granite (from Compressor) +- compressor:quintuple_compressed_granite (from Compressor) +- compressor:sextuple_compressed_granite (from Compressor) +- compressor:septuple_compressed_granite (from Compressor) +- compressor:octuple_compressed_granite (from Compressor) +- compressor:compressed_diorite (from Compressor) +- compressor:double_compressed_diorite (from Compressor) +- compressor:triple_compressed_diorite (from Compressor) +- compressor:quadruple_compressed_diorite (from Compressor) +- compressor:quintuple_compressed_diorite (from Compressor) +- compressor:sextuple_compressed_diorite (from Compressor) +- compressor:septuple_compressed_diorite (from Compressor) +- compressor:octuple_compressed_diorite (from Compressor) +- compressor:compressed_andesite (from Compressor) +- compressor:double_compressed_andesite (from Compressor) +- compressor:triple_compressed_andesite (from Compressor) +- compressor:quadruple_compressed_andesite (from Compressor) +- compressor:quintuple_compressed_andesite (from Compressor) +- compressor:sextuple_compressed_andesite (from Compressor) +- compressor:septuple_compressed_andesite (from Compressor) +- compressor:octuple_compressed_andesite (from Compressor) +- compressor:compressed_cobblestone (from Compressor) +- compressor:double_compressed_cobblestone (from Compressor) +- compressor:triple_compressed_cobblestone (from Compressor) +- compressor:quadruple_compressed_cobblestone (from Compressor) +- compressor:quintuple_compressed_cobblestone (from Compressor) +- compressor:sextuple_compressed_cobblestone (from Compressor) +- compressor:septuple_compressed_cobblestone (from Compressor) +- compressor:octuple_compressed_cobblestone (from Compressor) +- compressor:compressed_gravel (from Compressor) +- compressor:double_compressed_gravel (from Compressor) +- compressor:triple_compressed_gravel (from Compressor) +- compressor:quadruple_compressed_gravel (from Compressor) +- compressor:quintuple_compressed_gravel (from Compressor) +- compressor:sextuple_compressed_gravel (from Compressor) +- compressor:septuple_compressed_gravel (from Compressor) +- compressor:octuple_compressed_gravel (from Compressor) +- compressor:compressed_sand (from Compressor) +- compressor:double_compressed_sand (from Compressor) +- compressor:triple_compressed_sand (from Compressor) +- compressor:quadruple_compressed_sand (from Compressor) +- compressor:quintuple_compressed_sand (from Compressor) +- compressor:sextuple_compressed_sand (from Compressor) +- compressor:septuple_compressed_sand (from Compressor) +- compressor:octuple_compressed_sand (from Compressor) +- compressor:compressed_dirt (from Compressor) +- compressor:double_compressed_dirt (from Compressor) +- compressor:triple_compressed_dirt (from Compressor) +- compressor:quadruple_compressed_dirt (from Compressor) +- compressor:quintuple_compressed_dirt (from Compressor) +- compressor:sextuple_compressed_dirt (from Compressor) +- compressor:septuple_compressed_dirt (from Compressor) +- compressor:octuple_compressed_dirt (from Compressor) +- compressor:compressed_netherrack (from Compressor) +- compressor:double_compressed_netherrack (from Compressor) +- compressor:triple_compressed_netherrack (from Compressor) +- compressor:quadruple_compressed_netherrack (from Compressor) +- compressor:quintuple_compressed_netherrack (from Compressor) +- compressor:sextuple_compressed_netherrack (from Compressor) +- compressor:septuple_compressed_netherrack (from Compressor) +- compressor:octuple_compressed_netherrack (from Compressor) +- compressor:compressed_basalt (from Compressor) +- compressor:double_compressed_basalt (from Compressor) +- compressor:triple_compressed_basalt (from Compressor) +- compressor:quadruple_compressed_basalt (from Compressor) +- compressor:quintuple_compressed_basalt (from Compressor) +- compressor:sextuple_compressed_basalt (from Compressor) +- compressor:septuple_compressed_basalt (from Compressor) +- compressor:octuple_compressed_basalt (from Compressor) +- compressor:compressed_deepslate (from Compressor) +- compressor:double_compressed_deepslate (from Compressor) +- compressor:triple_compressed_deepslate (from Compressor) +- compressor:quadruple_compressed_deepslate (from Compressor) +- compressor:quintuple_compressed_deepslate (from Compressor) +- compressor:sextuple_compressed_deepslate (from Compressor) +- compressor:septuple_compressed_deepslate (from Compressor) +- compressor:octuple_compressed_deepslate (from Compressor) +- compressor:compressed_cobbled_deepslate (from Compressor) +- compressor:double_compressed_cobbled_deepslate (from Compressor) +- compressor:triple_compressed_cobbled_deepslate (from Compressor) +- compressor:quadruple_compressed_cobbled_deepslate (from Compressor) +- compressor:quintuple_compressed_cobbled_deepslate (from Compressor) +- compressor:sextuple_compressed_cobbled_deepslate (from Compressor) +- compressor:septuple_compressed_cobbled_deepslate (from Compressor) +- compressor:octuple_compressed_cobbled_deepslate (from Compressor) +- compressor:compressed_blackstone (from Compressor) +- compressor:double_compressed_blackstone (from Compressor) +- compressor:triple_compressed_blackstone (from Compressor) +- compressor:quadruple_compressed_blackstone (from Compressor) +- compressor:quintuple_compressed_blackstone (from Compressor) +- compressor:sextuple_compressed_blackstone (from Compressor) +- compressor:septuple_compressed_blackstone (from Compressor) +- compressor:octuple_compressed_blackstone (from Compressor) +- compressor:compressed_end_stone (from Compressor) +- compressor:double_compressed_end_stone (from Compressor) +- compressor:triple_compressed_end_stone (from Compressor) +- compressor:quadruple_compressed_end_stone (from Compressor) +- compressor:quintuple_compressed_end_stone (from Compressor) +- compressor:sextuple_compressed_end_stone (from Compressor) +- compressor:septuple_compressed_end_stone (from Compressor) +- compressor:octuple_compressed_end_stone (from Compressor) +- fwaystones:red_desert_waystone (from fwaystones) +- fwaystones:blackstone_brick_waystone (from fwaystones) +- fwaystones:desert_waystone (from fwaystones) +- fwaystones:waystone (from fwaystones) +- fwaystones:stone_brick_waystone (from fwaystones) +- fwaystones:end_stone_brick_waystone (from fwaystones) +- fwaystones:deepslate_brick_waystone (from fwaystones) +- fwaystones:red_nether_brick_waystone (from fwaystones) +- fwaystones:nether_brick_waystone (from fwaystones) + +#byg:all/campfires +- #minecraft:campfires? (from Oh The Biomes You'll Go) + +#byg:may_place_on/purple_bulbis_oddity +- #byg:end_stone (from Oh The Biomes You'll Go) +- #c:end_stones? (from Oh The Biomes You'll Go) +- #forge:end_stones? (from Oh The Biomes You'll Go) +- minecraft:end_stone (from Oh The Biomes You'll Go) + +#botania:dreamwood_logs +- botania:dreamwood_log (from Botania) +- botania:dreamwood (from Botania) +- botania:stripped_dreamwood_log (from Botania) +- botania:stripped_dreamwood (from Botania) +- #botania:glimmering_dreamwood_logs (from Botania) + +#minecraft:terracotta +- minecraft:terracotta (from Default) +- minecraft:white_terracotta (from Default) +- minecraft:orange_terracotta (from Default) +- minecraft:magenta_terracotta (from Default) +- minecraft:light_blue_terracotta (from Default) +- minecraft:yellow_terracotta (from Default) +- minecraft:lime_terracotta (from Default) +- minecraft:pink_terracotta (from Default) +- minecraft:gray_terracotta (from Default) +- minecraft:light_gray_terracotta (from Default) +- minecraft:cyan_terracotta (from Default) +- minecraft:purple_terracotta (from Default) +- minecraft:blue_terracotta (from Default) +- minecraft:brown_terracotta (from Default) +- minecraft:green_terracotta (from Default) +- minecraft:red_terracotta (from Default) +- minecraft:black_terracotta (from Default) + +#c:green_glass +- minecraft:green_stained_glass (from Porting Lib Tags) + +#byg:may_place_on/yellow_spruce_sapling +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#c:zinc_ores +- create:zinc_ore (from Create) +- create:deepslate_zinc_ore (from Create) + +#minecraft:frog_prefer_jump_to +- minecraft:lily_pad (from Default) +- minecraft:big_dripleaf (from Default) +- #biomemakeover:lily_pads (from Biome Makeover) +- twilightforest:huge_lily_pad (from The Twilight Forest) + +#twilightforest:dark_tower_allowed_pots +- twilightforest:potted_twilight_oak_sapling (from The Twilight Forest) +- twilightforest:potted_canopy_sapling (from The Twilight Forest) +- twilightforest:potted_mangrove_sapling (from The Twilight Forest) +- twilightforest:potted_darkwood_sapling (from The Twilight Forest) +- twilightforest:potted_rainbow_oak_sapling (from The Twilight Forest) +- twilightforest:potted_mayapple (from The Twilight Forest) +- twilightforest:potted_fiddlehead (from The Twilight Forest) +- twilightforest:potted_mushgloom (from The Twilight Forest) +- minecraft:flower_pot (from The Twilight Forest) +- minecraft:potted_poppy (from The Twilight Forest) +- minecraft:potted_blue_orchid (from The Twilight Forest) +- minecraft:potted_allium (from The Twilight Forest) +- minecraft:potted_azure_bluet (from The Twilight Forest) +- minecraft:potted_red_tulip (from The Twilight Forest) +- minecraft:potted_orange_tulip (from The Twilight Forest) +- minecraft:potted_white_tulip (from The Twilight Forest) +- minecraft:potted_pink_tulip (from The Twilight Forest) +- minecraft:potted_oxeye_daisy (from The Twilight Forest) +- minecraft:potted_dandelion (from The Twilight Forest) +- minecraft:potted_oak_sapling (from The Twilight Forest) +- minecraft:potted_spruce_sapling (from The Twilight Forest) +- minecraft:potted_birch_sapling (from The Twilight Forest) +- minecraft:potted_jungle_sapling (from The Twilight Forest) +- minecraft:potted_acacia_sapling (from The Twilight Forest) +- minecraft:potted_dark_oak_sapling (from The Twilight Forest) +- minecraft:potted_red_mushroom (from The Twilight Forest) +- minecraft:potted_brown_mushroom (from The Twilight Forest) +- minecraft:potted_dead_bush (from The Twilight Forest) +- minecraft:potted_fern (from The Twilight Forest) +- minecraft:potted_cactus (from The Twilight Forest) +- minecraft:potted_cornflower (from The Twilight Forest) +- minecraft:potted_lily_of_the_valley (from The Twilight Forest) +- minecraft:potted_wither_rose (from The Twilight Forest) +- minecraft:potted_bamboo (from The Twilight Forest) +- minecraft:potted_crimson_fungus (from The Twilight Forest) +- minecraft:potted_warped_fungus (from The Twilight Forest) +- minecraft:potted_crimson_roots (from The Twilight Forest) +- minecraft:potted_warped_roots (from The Twilight Forest) +- minecraft:potted_azalea_bush (from The Twilight Forest) +- minecraft:potted_flowering_azalea_bush (from The Twilight Forest) +- minecraft:potted_mangrove_propagule (from The Twilight Forest) + +#botania:horn_of_the_covering_breakable +- minecraft:snow (from Botania) + +#the_bumblezone:blacklisted_hanging_garden_tall_flowers +- biomemakeover:black_thistle? (from The Bumblezone - Fabric) +- undergarden:tall_shimmerweed? (from The Bumblezone - Fabric) + +#byg:black_sand +- byg:purple_sand (from Oh The Biomes You'll Go) + +#forge:ores_in_ground/deepslate +- minecraft:deepslate_coal_ore (from chisels-and-bits) +- minecraft:deepslate_copper_ore (from chisels-and-bits) +- minecraft:deepslate_diamond_ore (from chisels-and-bits) +- minecraft:deepslate_emerald_ore (from chisels-and-bits) +- minecraft:deepslate_gold_ore (from chisels-and-bits) +- minecraft:deepslate_iron_ore (from chisels-and-bits) +- minecraft:deepslate_lapis_ore (from chisels-and-bits) +- minecraft:deepslate_redstone_ore (from chisels-and-bits) + +#c:wooden_fences +- #minecraft:wooden_fences (from Porting Lib Tags) + +#doodads:concrete_powders +- minecraft:white_concrete_powder (from Doodads) +- minecraft:orange_concrete_powder (from Doodads) +- minecraft:magenta_concrete_powder (from Doodads) +- minecraft:light_blue_concrete_powder (from Doodads) +- minecraft:yellow_concrete_powder (from Doodads) +- minecraft:lime_concrete_powder (from Doodads) +- minecraft:pink_concrete_powder (from Doodads) +- minecraft:gray_concrete_powder (from Doodads) +- minecraft:light_gray_concrete_powder (from Doodads) +- minecraft:cyan_concrete_powder (from Doodads) +- minecraft:purple_concrete_powder (from Doodads) +- minecraft:blue_concrete_powder (from Doodads) +- minecraft:brown_concrete_powder (from Doodads) +- minecraft:green_concrete_powder (from Doodads) +- minecraft:red_concrete_powder (from Doodads) +- minecraft:black_concrete_powder (from Doodads) + +#byg:may_place_on/green_enchanted_sapling +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#c:triple_compressed_netherrack +- compressor:triple_compressed_netherrack (from Compressor) + +#byg:may_place_on/crocus +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#decorative_blocks:palisades +- decorative_blocks:oak_palisade (from Decorative Blocks) +- decorative_blocks:birch_palisade (from Decorative Blocks) +- decorative_blocks:spruce_palisade (from Decorative Blocks) +- decorative_blocks:acacia_palisade (from Decorative Blocks) +- decorative_blocks:jungle_palisade (from Decorative Blocks) +- decorative_blocks:dark_oak_palisade (from Decorative Blocks) +- decorative_blocks:mangrove_palisade (from Decorative Blocks) +- decorative_blocks:crimson_palisade (from Decorative Blocks) +- decorative_blocks:warped_palisade (from Decorative Blocks) + +#c:coal_ores +- ad_astra:venus_coal_ore (from Ad Astra!) +- ad_astra:glacio_coal_ore (from Ad Astra!) +- #minecraft:coal_ores (from Porting Lib Tags) +- spectrum:blackslag_coal_ore (from Spectrum) + +#c:sodalite_ores +- techreborn:sodalite_ore (from Tech Reborn) +- techreborn:deepslate_sodalite_ore (from Tech Reborn) + +#minecraft:wall_corals +- minecraft:tube_coral_wall_fan (from Default) +- minecraft:brain_coral_wall_fan (from Default) +- minecraft:bubble_coral_wall_fan (from Default) +- minecraft:fire_coral_wall_fan (from Default) +- minecraft:horn_coral_wall_fan (from Default) + +#c:compressed_diorite +- compressor:compressed_diorite (from Compressor) + +#c:glass_panes +- botania:mana_glass_pane (from Botania) +- botania:elf_glass_pane (from Botania) +- botania:bifrost_pane (from Botania) +- create:tiled_glass_pane (from Create) +- create:framed_glass_pane (from Create) +- create:horizontal_framed_glass_pane (from Create) +- create:vertical_framed_glass_pane (from Create) +- create:oak_window_pane (from Create) +- create:spruce_window_pane (from Create) +- create:birch_window_pane (from Create) +- create:jungle_window_pane (from Create) +- create:acacia_window_pane (from Create) +- create:dark_oak_window_pane (from Create) +- create:crimson_window_pane (from Create) +- create:warped_window_pane (from Create) +- create:ornate_iron_window_pane (from Create) +- minecraft:glass_pane (from Fabric Convention Tags) +- minecraft:gray_stained_glass_pane (from Fabric Convention Tags) +- minecraft:black_stained_glass_pane (from Fabric Convention Tags) +- minecraft:orange_stained_glass_pane (from Fabric Convention Tags) +- minecraft:blue_stained_glass_pane (from Fabric Convention Tags) +- minecraft:brown_stained_glass_pane (from Fabric Convention Tags) +- minecraft:cyan_stained_glass_pane (from Fabric Convention Tags) +- minecraft:green_stained_glass_pane (from Fabric Convention Tags) +- minecraft:light_blue_stained_glass_pane (from Fabric Convention Tags) +- minecraft:light_gray_stained_glass_pane (from Fabric Convention Tags) +- minecraft:lime_stained_glass_pane (from Fabric Convention Tags) +- minecraft:magenta_stained_glass_pane (from Fabric Convention Tags) +- minecraft:pink_stained_glass_pane (from Fabric Convention Tags) +- minecraft:purple_stained_glass_pane (from Fabric Convention Tags) +- minecraft:red_stained_glass_pane (from Fabric Convention Tags) +- minecraft:white_stained_glass_pane (from Fabric Convention Tags) +- minecraft:yellow_stained_glass_pane (from Fabric Convention Tags) +- #c:colorless_glass_panes (from Porting Lib Tags) +- #c:stained_glass_panes (from Porting Lib Tags) + +#botania:ghost_rail_barrier +- #botania:dreamwood_logs (from Botania) + +#c:blue_sand +- byg:blue_sand (from Oh The Biomes You'll Go) + +#byg:all/saplings +- #minecraft:saplings? (from Oh The Biomes You'll Go) + +#byg:fence_gates/wooden +- byg:aspen_fence_gate (from Oh The Biomes You'll Go) +- byg:baobab_fence_gate (from Oh The Biomes You'll Go) +- byg:blue_enchanted_fence_gate (from Oh The Biomes You'll Go) +- byg:bulbis_fence_gate (from Oh The Biomes You'll Go) +- byg:cherry_fence_gate (from Oh The Biomes You'll Go) +- byg:cika_fence_gate (from Oh The Biomes You'll Go) +- byg:cypress_fence_gate (from Oh The Biomes You'll Go) +- byg:ebony_fence_gate (from Oh The Biomes You'll Go) +- byg:embur_fence_gate (from Oh The Biomes You'll Go) +- byg:ether_fence_gate (from Oh The Biomes You'll Go) +- byg:fir_fence_gate (from Oh The Biomes You'll Go) +- byg:green_enchanted_fence_gate (from Oh The Biomes You'll Go) +- byg:holly_fence_gate (from Oh The Biomes You'll Go) +- byg:imparius_fence_gate (from Oh The Biomes You'll Go) +- byg:jacaranda_fence_gate (from Oh The Biomes You'll Go) +- byg:lament_fence_gate (from Oh The Biomes You'll Go) +- byg:mahogany_fence_gate (from Oh The Biomes You'll Go) +- byg:maple_fence_gate (from Oh The Biomes You'll Go) +- byg:nightshade_fence_gate (from Oh The Biomes You'll Go) +- byg:palm_fence_gate (from Oh The Biomes You'll Go) +- byg:pine_fence_gate (from Oh The Biomes You'll Go) +- byg:rainbow_eucalyptus_fence_gate (from Oh The Biomes You'll Go) +- byg:redwood_fence_gate (from Oh The Biomes You'll Go) +- byg:skyris_fence_gate (from Oh The Biomes You'll Go) +- byg:sythian_fence_gate (from Oh The Biomes You'll Go) +- byg:white_mangrove_fence_gate (from Oh The Biomes You'll Go) +- byg:willow_fence_gate (from Oh The Biomes You'll Go) +- byg:witch_hazel_fence_gate (from Oh The Biomes You'll Go) +- byg:zelkova_fence_gate (from Oh The Biomes You'll Go) + +#the_bumblezone:wrath_activating_blocks_when_mined +- the_bumblezone:honeycomb_brood_block (from The Bumblezone - Fabric) +- the_bumblezone:royal_jelly_block (from The Bumblezone - Fabric) +- minecraft:honey_block (from The Bumblezone - Fabric) +- resourcefulbees:catnip_honey_block? (from The Bumblezone - Fabric) + +#forge:storage_blocks/raw_gold +- minecraft:raw_gold_block (from chisels-and-bits) + +#mcwbridges:stone_bridges +- mcwbridges:brick_bridge (from Macaw's Bridges) +- mcwbridges:sandstone_bridge (from Macaw's Bridges) +- mcwbridges:stone_brick_bridge (from Macaw's Bridges) +- mcwbridges:orange_sandstone_bridge (from Macaw's Bridges) +- mcwbridges:blackstone_bridge (from Macaw's Bridges) +- mcwbridges:mossy_stone_brick_bridge (from Macaw's Bridges) +- mcwbridges:deepslate_brick_bridge (from Macaw's Bridges) +- mcwbridges:deepslate_tile_bridge (from Macaw's Bridges) +- mcwbridges:mud_brick_bridge (from Macaw's Bridges) + +#forge:ores/gold +- #minecraft:gold_ores (from chisels-and-bits) +- deeperdarker:sculk_stone_gold_ore (from Deeper and Darker) + +#c:ruby_ores +- techreborn:ruby_ore (from Tech Reborn) +- techreborn:deepslate_ruby_ore (from Tech Reborn) + +#deeperdarker:stripped_wood +- minecraft:stripped_oak_wood (from Deeper and Darker) +- minecraft:stripped_spruce_wood (from Deeper and Darker) +- minecraft:stripped_birch_wood (from Deeper and Darker) +- minecraft:stripped_jungle_wood (from Deeper and Darker) +- minecraft:stripped_acacia_wood (from Deeper and Darker) +- minecraft:stripped_dark_oak_wood (from Deeper and Darker) +- minecraft:stripped_crimson_hyphae (from Deeper and Darker) +- minecraft:stripped_warped_hyphae (from Deeper and Darker) + +#forge:scaffoldings +- #byg:scaffolding (from Oh The Biomes You'll Go) + +#byg:cherry_logs +- byg:cherry_log (from Oh The Biomes You'll Go) +- byg:cherry_wood (from Oh The Biomes You'll Go) +- byg:stripped_cherry_log (from Oh The Biomes You'll Go) +- byg:stripped_cherry_wood (from Oh The Biomes You'll Go) + +#c:ice_shard_ores +- ad_astra:moon_ice_shard_ore (from Ad Astra!) +- ad_astra:mars_ice_shard_ore (from Ad Astra!) +- ad_astra:glacio_ice_shard_ore (from Ad Astra!) +- ad_astra:deepslate_ice_shard_ore (from Ad Astra!) + +#c:fences +- #c:nether_brick_fences (from Porting Lib Tags) +- #c:wooden_fences (from Porting Lib Tags) +- twilightforest:twilight_oak_fence (from The Twilight Forest) +- twilightforest:canopy_fence (from The Twilight Forest) +- twilightforest:mangrove_fence (from The Twilight Forest) +- twilightforest:dark_fence (from The Twilight Forest) +- twilightforest:time_fence (from The Twilight Forest) +- twilightforest:transformation_fence (from The Twilight Forest) +- twilightforest:mining_fence (from The Twilight Forest) +- twilightforest:sorting_fence (from The Twilight Forest) + +#c:red_glass_panes +- minecraft:red_stained_glass_pane (from Porting Lib Tags) + +#forge:glass/lime +- minecraft:lime_stained_glass (from chisels-and-bits) + +#c:copper_blocks +- minecraft:copper_block (from Porting Lib Tags) +- minecraft:cut_copper (from Porting Lib Tags) +- minecraft:copper_block (from Industrial Revolution) + +#forge:chests/wooden +- minecraft:chest (from chisels-and-bits) +- minecraft:trapped_chest (from chisels-and-bits) + +#snowyspirit:glow_lights +- snowyspirit:glow_lights_white (from Snowy Spirit) +- snowyspirit:glow_lights_orange (from Snowy Spirit) +- snowyspirit:glow_lights_magenta (from Snowy Spirit) +- snowyspirit:glow_lights_light_blue (from Snowy Spirit) +- snowyspirit:glow_lights_yellow (from Snowy Spirit) +- snowyspirit:glow_lights_lime (from Snowy Spirit) +- snowyspirit:glow_lights_light_blue (from Snowy Spirit) +- snowyspirit:glow_lights_pink (from Snowy Spirit) +- snowyspirit:glow_lights_gray (from Snowy Spirit) +- snowyspirit:glow_lights_light_gray (from Snowy Spirit) +- snowyspirit:glow_lights_cyan (from Snowy Spirit) +- snowyspirit:glow_lights_purple (from Snowy Spirit) +- snowyspirit:glow_lights_blue (from Snowy Spirit) +- snowyspirit:glow_lights_brown (from Snowy Spirit) +- snowyspirit:glow_lights_green (from Snowy Spirit) +- snowyspirit:glow_lights_red (from Snowy Spirit) +- snowyspirit:glow_lights_black (from Snowy Spirit) +- snowyspirit:glow_lights_prismatic (from Snowy Spirit) + +#the_bumblezone:blacklisted_honey_compass_blocks + +#minecraft:mangrove_logs +- minecraft:mangrove_log (from Default) +- minecraft:mangrove_wood (from Default) +- minecraft:stripped_mangrove_log (from Default) +- minecraft:stripped_mangrove_wood (from Default) + +#byg:leaves +- byg:araucaria_leaves (from Oh The Biomes You'll Go) +- byg:aspen_leaves (from Oh The Biomes You'll Go) +- byg:baobab_leaves (from Oh The Biomes You'll Go) +- byg:blooming_witch_hazel_leaves (from Oh The Biomes You'll Go) +- byg:blue_enchanted_leaves (from Oh The Biomes You'll Go) +- byg:blue_spruce_leaves (from Oh The Biomes You'll Go) +- byg:brown_birch_leaves (from Oh The Biomes You'll Go) +- byg:brown_oak_leaves (from Oh The Biomes You'll Go) +- byg:brown_zelkova_leaves (from Oh The Biomes You'll Go) +- byg:cika_leaves (from Oh The Biomes You'll Go) +- byg:cypress_leaves (from Oh The Biomes You'll Go) +- byg:ebony_leaves (from Oh The Biomes You'll Go) +- byg:embur_gel_vines (from Oh The Biomes You'll Go) +- byg:embur_gel_vines_plant (from Oh The Biomes You'll Go) +- byg:ether_leaves (from Oh The Biomes You'll Go) +- byg:fir_leaves (from Oh The Biomes You'll Go) +- byg:firecracker_leaves (from Oh The Biomes You'll Go) +- byg:flowering_indigo_jacaranda_leaves (from Oh The Biomes You'll Go) +- byg:flowering_jacaranda_leaves (from Oh The Biomes You'll Go) +- byg:flowering_nightshade_leaves (from Oh The Biomes You'll Go) +- byg:flowering_orchard_leaves (from Oh The Biomes You'll Go) +- byg:flowering_palo_verde_leaves (from Oh The Biomes You'll Go) +- byg:green_apple_skyris_leaves (from Oh The Biomes You'll Go) +- byg:green_enchanted_leaves (from Oh The Biomes You'll Go) +- byg:holly_berry_leaves (from Oh The Biomes You'll Go) +- byg:holly_leaves (from Oh The Biomes You'll Go) +- byg:imparius_vine (from Oh The Biomes You'll Go) +- byg:imparius_vine_plant (from Oh The Biomes You'll Go) +- byg:indigo_jacaranda_leaves (from Oh The Biomes You'll Go) +- byg:jacaranda_leaves (from Oh The Biomes You'll Go) +- byg:joshua_leaves (from Oh The Biomes You'll Go) +- byg:lament_leaves (from Oh The Biomes You'll Go) +- byg:mahogany_leaves (from Oh The Biomes You'll Go) +- byg:maple_leaves (from Oh The Biomes You'll Go) +- byg:nightshade_leaves (from Oh The Biomes You'll Go) +- byg:orange_birch_leaves (from Oh The Biomes You'll Go) +- byg:orange_oak_leaves (from Oh The Biomes You'll Go) +- byg:orange_spruce_leaves (from Oh The Biomes You'll Go) +- byg:orchard_leaves (from Oh The Biomes You'll Go) +- byg:palm_leaves (from Oh The Biomes You'll Go) +- byg:palo_verde_leaves (from Oh The Biomes You'll Go) +- byg:pine_leaves (from Oh The Biomes You'll Go) +- byg:pink_cherry_leaves (from Oh The Biomes You'll Go) +- byg:poison_ivy (from Oh The Biomes You'll Go) +- byg:rainbow_eucalyptus_leaves (from Oh The Biomes You'll Go) +- byg:red_birch_leaves (from Oh The Biomes You'll Go) +- byg:red_maple_leaves (from Oh The Biomes You'll Go) +- byg:red_oak_leaves (from Oh The Biomes You'll Go) +- byg:red_spruce_leaves (from Oh The Biomes You'll Go) +- byg:redwood_leaves (from Oh The Biomes You'll Go) +- byg:ripe_joshua_leaves (from Oh The Biomes You'll Go) +- byg:ripe_orchard_leaves (from Oh The Biomes You'll Go) +- byg:shulkren_vine (from Oh The Biomes You'll Go) +- byg:shulkren_vine_plant (from Oh The Biomes You'll Go) +- byg:silver_maple_leaves (from Oh The Biomes You'll Go) +- byg:skyris_leaves (from Oh The Biomes You'll Go) +- byg:skyris_vine (from Oh The Biomes You'll Go) +- byg:white_cherry_leaves (from Oh The Biomes You'll Go) +- byg:white_mangrove_leaves (from Oh The Biomes You'll Go) +- byg:willow_leaves (from Oh The Biomes You'll Go) +- byg:witch_hazel_leaves (from Oh The Biomes You'll Go) +- byg:withering_oak_leaves (from Oh The Biomes You'll Go) +- byg:yellow_birch_leaves (from Oh The Biomes You'll Go) +- byg:yellow_spruce_leaves (from Oh The Biomes You'll Go) +- byg:zelkova_leaves (from Oh The Biomes You'll Go) + +#ae2:growth_acceleratable +- #c:budding_blocks (from Applied Energistics 2) + +#botania:double_mystical_flowers +- botania:black_double_flower (from Botania) +- botania:blue_double_flower (from Botania) +- botania:brown_double_flower (from Botania) +- botania:cyan_double_flower (from Botania) +- botania:gray_double_flower (from Botania) +- botania:green_double_flower (from Botania) +- botania:light_blue_double_flower (from Botania) +- botania:light_gray_double_flower (from Botania) +- botania:lime_double_flower (from Botania) +- botania:magenta_double_flower (from Botania) +- botania:orange_double_flower (from Botania) +- botania:pink_double_flower (from Botania) +- botania:purple_double_flower (from Botania) +- botania:red_double_flower (from Botania) +- botania:white_double_flower (from Botania) +- botania:yellow_double_flower (from Botania) + +#c:glass_pane +- botania:mana_glass_pane (from Botania) +- botania:elf_glass_pane (from Botania) +- botania:bifrost_pane (from Botania) + +#minecraft:carpets +- bewitchment:hedgewitch_carpet (from Bewitchment) +- bewitchment:alchemist_carpet (from Bewitchment) +- bewitchment:besmirched_carpet (from Bewitchment) + +#minecraft:base_stone_overworld +- minecraft:stone (from Default) +- minecraft:granite (from Default) +- minecraft:diorite (from Default) +- minecraft:andesite (from Default) +- minecraft:tuff (from Default) +- minecraft:deepslate (from Default) + +#c:octuple_compressed_granite +- compressor:octuple_compressed_granite (from Compressor) + +#byg:may_place_on/richea +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#minecraft:stone_bricks +- minecraft:stone_bricks (from Default) +- minecraft:mossy_stone_bricks (from Default) +- minecraft:cracked_stone_bricks (from Default) +- minecraft:chiseled_stone_bricks (from Default) +- ad_astra:moon_stone_bricks (from Ad Astra!) +- ad_astra:cracked_moon_stone_bricks (from Ad Astra!) +- ad_astra:mars_stone_bricks (from Ad Astra!) +- ad_astra:cracked_mars_stone_bricks (from Ad Astra!) +- ad_astra:mercury_stone_bricks (from Ad Astra!) +- ad_astra:cracked_mercury_stone_bricks (from Ad Astra!) +- ad_astra:venus_stone_bricks (from Ad Astra!) +- ad_astra:cracked_venus_stone_bricks (from Ad Astra!) +- ad_astra:glacio_stone_bricks (from Ad Astra!) +- ad_astra:cracked_glacio_stone_bricks (from Ad Astra!) +- ad_astra:chiseled_moon_stone_bricks (from Ad Astra!) +- ad_astra:chiseled_mars_stone_bricks (from Ad Astra!) +- ad_astra:chiseled_venus_stone_bricks (from Ad Astra!) +- ad_astra:chiseled_mercury_stone_bricks (from Ad Astra!) +- ad_astra:chiseled_glacio_stone_bricks (from Ad Astra!) +- ad_astra:permafrost_bricks (from Ad Astra!) +- ad_astra:cracked_permafrost_bricks (from Ad Astra!) +- ad_astra:permafrost_tiles (from Ad Astra!) +- ad_astra:chiseled_permafrost_bricks (from Ad Astra!) +- byg:soapstone_bricks (from Oh The Biomes You'll Go) +- byg:scoria_stonebricks (from Oh The Biomes You'll Go) +- byg:red_rock_bricks (from Oh The Biomes You'll Go) +- byg:carved_ether_stone (from Oh The Biomes You'll Go) +- byg:chiseled_therium (from Oh The Biomes You'll Go) +- byg:shiny_chiseled_therium (from Oh The Biomes You'll Go) + +#spectrum:sugar_sticks +- spectrum:sugar_stick (from Spectrum) +- spectrum:topaz_sugar_stick (from Spectrum) +- spectrum:amethyst_sugar_stick (from Spectrum) +- spectrum:citrine_sugar_stick (from Spectrum) +- spectrum:onyx_sugar_stick (from Spectrum) +- spectrum:moonstone_sugar_stick (from Spectrum) + +#spectrum:resonance_harvestables +- #spectrum:gemstone_buds (from Spectrum) +- #spectrum:crystallarieum_growable_buds (from Spectrum) +- #spectrum:infested_blocks (from Spectrum) +- #spectrum:spawners (from Spectrum) +- spectrum:black_materia (from Spectrum) +- botania:enchanted_soil? (from Spectrum) +- minecraft:sculk_shrieker? (from Spectrum) +- minecraft:reinforced_deepslate? (from Spectrum) + +#c:orange_glass +- minecraft:orange_stained_glass (from Porting Lib Tags) + +#c:iron_ores +- ad_astra:mars_iron_ore (from Ad Astra!) +- ad_astra:mercury_iron_ore (from Ad Astra!) +- ad_astra:moon_iron_ore (from Ad Astra!) +- ad_astra:glacio_iron_ore (from Ad Astra!) +- #minecraft:iron_ores (from Porting Lib Tags) +- spectrum:blackslag_iron_ore (from Spectrum) + +#forge:glass/orange +- minecraft:orange_stained_glass (from chisels-and-bits) + +#ae2:blacklisted/annihilation_plane + +#campanion:tent_sides +- campanion:green_tent_side (from Campanion) +- campanion:lime_tent_side (from Campanion) +- campanion:brown_tent_side (from Campanion) +- campanion:gray_tent_side (from Campanion) +- campanion:light_gray_tent_side (from Campanion) +- campanion:orange_tent_side (from Campanion) +- campanion:light_blue_tent_side (from Campanion) +- campanion:pink_tent_side (from Campanion) +- campanion:yellow_tent_side (from Campanion) +- campanion:white_tent_side (from Campanion) +- campanion:cyan_tent_side (from Campanion) +- campanion:black_tent_side (from Campanion) +- campanion:magenta_tent_side (from Campanion) +- campanion:purple_tent_side (from Campanion) +- campanion:blue_tent_side (from Campanion) +- campanion:red_tent_side (from Campanion) + +#c:dirt +- #byg:dirt (from Oh The Biomes You'll Go) + +#byg:may_place_on/red_oak_sapling +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#twilightforest:hollow_logs_climbable +- twilightforest:hollow_oak_log_climbable (from The Twilight Forest) +- twilightforest:hollow_spruce_log_climbable (from The Twilight Forest) +- twilightforest:hollow_birch_log_climbable (from The Twilight Forest) +- twilightforest:hollow_jungle_log_climbable (from The Twilight Forest) +- twilightforest:hollow_acacia_log_climbable (from The Twilight Forest) +- twilightforest:hollow_dark_oak_log_climbable (from The Twilight Forest) +- twilightforest:hollow_crimson_stem_climbable (from The Twilight Forest) +- twilightforest:hollow_warped_stem_climbable (from The Twilight Forest) +- twilightforest:hollow_vangrove_log_climbable (from The Twilight Forest) +- twilightforest:hollow_twilight_oak_log_climbable (from The Twilight Forest) +- twilightforest:hollow_canopy_log_climbable (from The Twilight Forest) +- twilightforest:hollow_mangrove_log_climbable (from The Twilight Forest) +- twilightforest:hollow_dark_log_climbable (from The Twilight Forest) +- twilightforest:hollow_time_log_climbable (from The Twilight Forest) +- twilightforest:hollow_transformation_log_climbable (from The Twilight Forest) +- twilightforest:hollow_mining_log_climbable (from The Twilight Forest) +- twilightforest:hollow_sorting_log_climbable (from The Twilight Forest) + +#c:double_compressed_stone +- compressor:double_compressed_stone (from Compressor) + +#c:quadruple_compressed_basalt +- compressor:quadruple_compressed_basalt (from Compressor) + +#c:brown_glass +- minecraft:brown_stained_glass (from Porting Lib Tags) + +#minecraft:slabs +- #minecraft:wooden_slabs (from Default) +- minecraft:stone_slab (from Default) +- minecraft:smooth_stone_slab (from Default) +- minecraft:stone_brick_slab (from Default) +- minecraft:sandstone_slab (from Default) +- minecraft:purpur_slab (from Default) +- minecraft:quartz_slab (from Default) +- minecraft:red_sandstone_slab (from Default) +- minecraft:brick_slab (from Default) +- minecraft:cobblestone_slab (from Default) +- minecraft:nether_brick_slab (from Default) +- minecraft:petrified_oak_slab (from Default) +- minecraft:prismarine_slab (from Default) +- minecraft:prismarine_brick_slab (from Default) +- minecraft:dark_prismarine_slab (from Default) +- minecraft:polished_granite_slab (from Default) +- minecraft:smooth_red_sandstone_slab (from Default) +- minecraft:mossy_stone_brick_slab (from Default) +- minecraft:polished_diorite_slab (from Default) +- minecraft:mossy_cobblestone_slab (from Default) +- minecraft:end_stone_brick_slab (from Default) +- minecraft:smooth_sandstone_slab (from Default) +- minecraft:smooth_quartz_slab (from Default) +- minecraft:granite_slab (from Default) +- minecraft:andesite_slab (from Default) +- minecraft:red_nether_brick_slab (from Default) +- minecraft:polished_andesite_slab (from Default) +- minecraft:diorite_slab (from Default) +- minecraft:cut_sandstone_slab (from Default) +- minecraft:cut_red_sandstone_slab (from Default) +- minecraft:blackstone_slab (from Default) +- minecraft:polished_blackstone_brick_slab (from Default) +- minecraft:polished_blackstone_slab (from Default) +- minecraft:cobbled_deepslate_slab (from Default) +- minecraft:polished_deepslate_slab (from Default) +- minecraft:deepslate_tile_slab (from Default) +- minecraft:deepslate_brick_slab (from Default) +- minecraft:waxed_weathered_cut_copper_slab (from Default) +- minecraft:waxed_exposed_cut_copper_slab (from Default) +- minecraft:waxed_cut_copper_slab (from Default) +- minecraft:oxidized_cut_copper_slab (from Default) +- minecraft:weathered_cut_copper_slab (from Default) +- minecraft:exposed_cut_copper_slab (from Default) +- minecraft:cut_copper_slab (from Default) +- minecraft:waxed_oxidized_cut_copper_slab (from Default) +- minecraft:mud_brick_slab (from Default) +- ad_astra:moon_stone_brick_slab (from Ad Astra!) +- ad_astra:mars_stone_brick_slab (from Ad Astra!) +- ad_astra:mercury_stone_brick_slab (from Ad Astra!) +- ad_astra:venus_sandstone_brick_slab (from Ad Astra!) +- ad_astra:venus_stone_brick_slab (from Ad Astra!) +- ad_astra:glacio_stone_brick_slab (from Ad Astra!) +- ad_astra:chiseled_moon_stone_slab (from Ad Astra!) +- ad_astra:polished_moon_stone_slab (from Ad Astra!) +- ad_astra:chiseled_mars_stone_slab (from Ad Astra!) +- ad_astra:polished_mars_stone_slab (from Ad Astra!) +- ad_astra:chiseled_venus_stone_slab (from Ad Astra!) +- ad_astra:polished_venus_stone_slab (from Ad Astra!) +- ad_astra:chiseled_mercury_stone_slab (from Ad Astra!) +- ad_astra:polished_mercury_stone_slab (from Ad Astra!) +- ad_astra:chiseled_glacio_stone_slab (from Ad Astra!) +- ad_astra:polished_glacio_stone_slab (from Ad Astra!) +- ad_astra:iron_plating_slab (from Ad Astra!) +- ad_astra:steel_plating_slab (from Ad Astra!) +- ad_astra:desh_plating_slab (from Ad Astra!) +- ad_astra:ostrum_plating_slab (from Ad Astra!) +- ad_astra:calorite_plating_slab (from Ad Astra!) +- ad_astra:permafrost_brick_slab (from Ad Astra!) +- ad_astra:chiseled_permafrost_brick_slab (from Ad Astra!) +- ad_astra:polished_permafrost_slab (from Ad Astra!) +- ad_astra:moon_cobblestone_slab (from Ad Astra!) +- ad_astra:moon_stone_slab (from Ad Astra!) +- ad_astra:mars_cobblestone_slab (from Ad Astra!) +- ad_astra:mars_stone_slab (from Ad Astra!) +- ad_astra:venus_cobblestone_slab (from Ad Astra!) +- ad_astra:venus_stone_slab (from Ad Astra!) +- ad_astra:mercury_cobblestone_slab (from Ad Astra!) +- ad_astra:mercury_stone_slab (from Ad Astra!) +- ad_astra:glacio_cobblestone_slab (from Ad Astra!) +- ad_astra:glacio_stone_slab (from Ad Astra!) +- ad_astra:glacian_slab (from Ad Astra!) +- ad_astra:aeronos_slab (from Ad Astra!) +- ad_astra:strophar_slab (from Ad Astra!) +- biomemakeover:red_mushroom_brick_slab (from Biome Makeover) +- biomemakeover:brown_mushroom_brick_slab (from Biome Makeover) +- biomemakeover:glowshroom_stem_brick_slab (from Biome Makeover) +- biomemakeover:mushroom_stem_brick_slab (from Biome Makeover) +- biomemakeover:purple_glowshroom_brick_slab (from Biome Makeover) +- biomemakeover:green_glowshroom_brick_slab (from Biome Makeover) +- biomemakeover:orange_glowshroom_brick_slab (from Biome Makeover) +- biomemakeover:blighted_cobblestone_slab (from Biome Makeover) +- biomemakeover:blighted_stone_bricks_slab (from Biome Makeover) +- biomemakeover:terracotta_brick_slab (from Biome Makeover) +- biomemakeover:black_terracotta_brick_slab (from Biome Makeover) +- biomemakeover:red_terracotta_brick_slab (from Biome Makeover) +- biomemakeover:green_terracotta_brick_slab (from Biome Makeover) +- biomemakeover:brown_terracotta_brick_slab (from Biome Makeover) +- biomemakeover:blue_terracotta_brick_slab (from Biome Makeover) +- biomemakeover:purple_terracotta_brick_slab (from Biome Makeover) +- biomemakeover:cyan_terracotta_brick_slab (from Biome Makeover) +- biomemakeover:light_gray_terracotta_brick_slab (from Biome Makeover) +- biomemakeover:gray_terracotta_brick_slab (from Biome Makeover) +- biomemakeover:pink_terracotta_brick_slab (from Biome Makeover) +- biomemakeover:lime_terracotta_brick_slab (from Biome Makeover) +- biomemakeover:yellow_terracotta_brick_slab (from Biome Makeover) +- biomemakeover:light_blue_terracotta_brick_slab (from Biome Makeover) +- biomemakeover:magenta_terracotta_brick_slab (from Biome Makeover) +- biomemakeover:orange_terracotta_brick_slab (from Biome Makeover) +- biomemakeover:white_terracotta_brick_slab (from Biome Makeover) +- biomemakeover:dried_peat_bricks_slab (from Biome Makeover) +- biomemakeover:mesmerite_slab (from Biome Makeover) +- biomemakeover:polished_mesmerite_slab (from Biome Makeover) +- botania:black_pavement_slab (from Botania) +- botania:blaze_quartz_slab (from Botania) +- botania:blue_pavement_slab (from Botania) +- botania:corporea_brick_slab (from Botania) +- botania:corporea_slab (from Botania) +- botania:dark_quartz_slab (from Botania) +- botania:dreamwood_planks_slab (from Botania) +- botania:dreamwood_slab (from Botania) +- botania:elf_quartz_slab (from Botania) +- botania:green_pavement_slab (from Botania) +- botania:lavender_quartz_slab (from Botania) +- botania:livingrock_bricks_slab (from Botania) +- botania:livingrock_slab (from Botania) +- botania:livingwood_planks_slab (from Botania) +- botania:livingwood_slab (from Botania) +- botania:mana_quartz_slab (from Botania) +- botania:metamorphic_desert_bricks_slab (from Botania) +- botania:metamorphic_desert_cobblestone_slab (from Botania) +- botania:metamorphic_desert_stone_slab (from Botania) +- botania:metamorphic_forest_bricks_slab (from Botania) +- botania:metamorphic_forest_cobblestone_slab (from Botania) +- botania:metamorphic_forest_stone_slab (from Botania) +- botania:metamorphic_fungal_bricks_slab (from Botania) +- botania:metamorphic_fungal_cobblestone_slab (from Botania) +- botania:metamorphic_fungal_stone_slab (from Botania) +- botania:metamorphic_mesa_bricks_slab (from Botania) +- botania:metamorphic_mesa_cobblestone_slab (from Botania) +- botania:metamorphic_mesa_stone_slab (from Botania) +- botania:metamorphic_mountain_bricks_slab (from Botania) +- botania:metamorphic_mountain_cobblestone_slab (from Botania) +- botania:metamorphic_mountain_stone_slab (from Botania) +- botania:metamorphic_plains_bricks_slab (from Botania) +- botania:metamorphic_plains_cobblestone_slab (from Botania) +- botania:metamorphic_plains_stone_slab (from Botania) +- botania:metamorphic_swamp_bricks_slab (from Botania) +- botania:metamorphic_swamp_cobblestone_slab (from Botania) +- botania:metamorphic_swamp_stone_slab (from Botania) +- botania:metamorphic_taiga_bricks_slab (from Botania) +- botania:metamorphic_taiga_cobblestone_slab (from Botania) +- botania:metamorphic_taiga_stone_slab (from Botania) +- botania:mossy_livingrock_bricks_slab (from Botania) +- botania:polished_livingrock_slab (from Botania) +- botania:red_pavement_slab (from Botania) +- botania:red_quartz_slab (from Botania) +- botania:shimmerrock_slab (from Botania) +- botania:shimmerwood_planks_slab (from Botania) +- botania:stripped_dreamwood_slab (from Botania) +- botania:stripped_livingwood_slab (from Botania) +- botania:sunny_quartz_slab (from Botania) +- botania:white_pavement_slab (from Botania) +- botania:yellow_pavement_slab (from Botania) +- #byg:slabs (from Oh The Biomes You'll Go) +- create:cut_granite_slab (from Create) +- create:polished_cut_granite_slab (from Create) +- create:cut_granite_brick_slab (from Create) +- create:small_granite_brick_slab (from Create) +- create:cut_diorite_slab (from Create) +- create:polished_cut_diorite_slab (from Create) +- create:cut_diorite_brick_slab (from Create) +- create:small_diorite_brick_slab (from Create) +- create:cut_andesite_slab (from Create) +- create:polished_cut_andesite_slab (from Create) +- create:cut_andesite_brick_slab (from Create) +- create:small_andesite_brick_slab (from Create) +- create:cut_calcite_slab (from Create) +- create:polished_cut_calcite_slab (from Create) +- create:cut_calcite_brick_slab (from Create) +- create:small_calcite_brick_slab (from Create) +- create:cut_dripstone_slab (from Create) +- create:polished_cut_dripstone_slab (from Create) +- create:cut_dripstone_brick_slab (from Create) +- create:small_dripstone_brick_slab (from Create) +- create:cut_deepslate_slab (from Create) +- create:polished_cut_deepslate_slab (from Create) +- create:cut_deepslate_brick_slab (from Create) +- create:small_deepslate_brick_slab (from Create) +- create:cut_tuff_slab (from Create) +- create:polished_cut_tuff_slab (from Create) +- create:cut_tuff_brick_slab (from Create) +- create:small_tuff_brick_slab (from Create) +- create:cut_asurine_slab (from Create) +- create:polished_cut_asurine_slab (from Create) +- create:cut_asurine_brick_slab (from Create) +- create:small_asurine_brick_slab (from Create) +- create:cut_crimsite_slab (from Create) +- create:polished_cut_crimsite_slab (from Create) +- create:cut_crimsite_brick_slab (from Create) +- create:small_crimsite_brick_slab (from Create) +- create:cut_limestone_slab (from Create) +- create:polished_cut_limestone_slab (from Create) +- create:cut_limestone_brick_slab (from Create) +- create:small_limestone_brick_slab (from Create) +- create:cut_ochrum_slab (from Create) +- create:polished_cut_ochrum_slab (from Create) +- create:cut_ochrum_brick_slab (from Create) +- create:small_ochrum_brick_slab (from Create) +- create:cut_scoria_slab (from Create) +- create:polished_cut_scoria_slab (from Create) +- create:cut_scoria_brick_slab (from Create) +- create:small_scoria_brick_slab (from Create) +- create:cut_scorchia_slab (from Create) +- create:polished_cut_scorchia_slab (from Create) +- create:cut_scorchia_brick_slab (from Create) +- create:small_scorchia_brick_slab (from Create) +- create:cut_veridium_slab (from Create) +- create:polished_cut_veridium_slab (from Create) +- create:cut_veridium_brick_slab (from Create) +- create:small_veridium_brick_slab (from Create) +- deeperdarker:sculk_stone_slab (from Deeper and Darker) +- deeperdarker:cobbled_sculk_stone_slab (from Deeper and Darker) +- deeperdarker:polished_sculk_stone_slab (from Deeper and Darker) +- deeperdarker:sculk_stone_brick_slab (from Deeper and Darker) +- deeperdarker:sculk_stone_tile_slab (from Deeper and Darker) +- deeperdarker:smooth_sculk_stone_slab (from Deeper and Darker) +- deeperdarker:cut_sculk_stone_slab (from Deeper and Darker) +- deeperdarker:gloomslate_slab (from Deeper and Darker) +- deeperdarker:cobbled_gloomslate_slab (from Deeper and Darker) +- deeperdarker:polished_gloomslate_slab (from Deeper and Darker) +- deeperdarker:gloomslate_brick_slab (from Deeper and Darker) +- deeperdarker:gloomslate_tile_slab (from Deeper and Darker) +- deeperdarker:smooth_gloomslate_slab (from Deeper and Darker) +- deeperdarker:cut_gloomslate_slab (from Deeper and Darker) +- deepslatecutting:deepslate_slab? (from Deepslate Cutting) +- ecologics:seashell_tile_slab (from Ecologics) +- ecologics:snow_brick_slab (from Ecologics) +- ecologics:ice_brick_slab (from Ecologics) +- geodes:pyrite_slab (from More Geodes) +- geodes:calcite_slab (from More Geodes) +- hexcasting:edified_slab (from Hex Casting) +- snowyspirit:gingerbread_slab (from Snowy Spirit) +- spectrum:smooth_basalt_slab (from Spectrum) +- spectrum:polished_basalt_slab (from Spectrum) +- spectrum:basalt_brick_slab (from Spectrum) +- spectrum:calcite_slab (from Spectrum) +- spectrum:polished_calcite_slab (from Spectrum) +- spectrum:calcite_brick_slab (from Spectrum) +- supplementaries:checker_slab (from Supplementaries) +- supplementaries:lapis_bricks_slab (from Supplementaries) +- supplementaries:stone_tile_slab (from Supplementaries) +- supplementaries:blackstone_tile_slab (from Supplementaries) +- supplementaries:ash_bricks_slab (from Supplementaries) +- techreborn:rubber_slab (from Tech Reborn) +- techreborn:advanced_alloy_storage_block_slab (from Tech Reborn) +- techreborn:aluminum_storage_block_slab (from Tech Reborn) +- techreborn:brass_storage_block_slab (from Tech Reborn) +- techreborn:bronze_storage_block_slab (from Tech Reborn) +- techreborn:chrome_storage_block_slab (from Tech Reborn) +- techreborn:electrum_storage_block_slab (from Tech Reborn) +- techreborn:hot_tungstensteel_storage_block_slab (from Tech Reborn) +- techreborn:invar_storage_block_slab (from Tech Reborn) +- techreborn:iridium_storage_block_slab (from Tech Reborn) +- techreborn:iridium_reinforced_stone_storage_block_slab (from Tech Reborn) +- techreborn:iridium_reinforced_tungstensteel_storage_block_slab (from Tech Reborn) +- techreborn:lead_storage_block_slab (from Tech Reborn) +- techreborn:nickel_storage_block_slab (from Tech Reborn) +- techreborn:peridot_storage_block_slab (from Tech Reborn) +- techreborn:platinum_storage_block_slab (from Tech Reborn) +- techreborn:raw_iridium_storage_block_slab (from Tech Reborn) +- techreborn:raw_lead_storage_block_slab (from Tech Reborn) +- techreborn:raw_silver_storage_block_slab (from Tech Reborn) +- techreborn:raw_tin_storage_block_slab (from Tech Reborn) +- techreborn:raw_tungsten_storage_block_slab (from Tech Reborn) +- techreborn:red_garnet_storage_block_slab (from Tech Reborn) +- techreborn:refined_iron_storage_block_slab (from Tech Reborn) +- techreborn:ruby_storage_block_slab (from Tech Reborn) +- techreborn:sapphire_storage_block_slab (from Tech Reborn) +- techreborn:silver_storage_block_slab (from Tech Reborn) +- techreborn:steel_storage_block_slab (from Tech Reborn) +- techreborn:tin_storage_block_slab (from Tech Reborn) +- techreborn:titanium_storage_block_slab (from Tech Reborn) +- techreborn:tungsten_storage_block_slab (from Tech Reborn) +- techreborn:tungstensteel_storage_block_slab (from Tech Reborn) +- techreborn:yellow_garnet_storage_block_slab (from Tech Reborn) +- techreborn:zinc_storage_block_slab (from Tech Reborn) +- twilightforest:aurora_slab (from The Twilight Forest) + +#c:orange_glass_panes +- minecraft:orange_stained_glass_pane (from Porting Lib Tags) + +#minecraft:animals_spawnable_on +- minecraft:grass_block (from Default) +- byg:overgrown_stone (from Oh The Biomes You'll Go) +- byg:overgrown_dacite (from Oh The Biomes You'll Go) +- byg:lush_grass_block (from Oh The Biomes You'll Go) +- byg:lush_dirt (from Oh The Biomes You'll Go) +- byg:podzol_dacite (from Oh The Biomes You'll Go) + +#minecraft:guarded_by_piglins +- minecraft:gold_block (from Default) +- minecraft:barrel (from Default) +- minecraft:chest (from Default) +- minecraft:ender_chest (from Default) +- minecraft:gilded_blackstone (from Default) +- minecraft:trapped_chest (from Default) +- minecraft:raw_gold_block (from Default) +- #minecraft:shulker_boxes (from Default) +- #minecraft:gold_ores (from Default) +- ad_astra:venus_gold_ore (from Ad Astra!) +- advancednetherite:netherite_gold_block (from Advanced Netherite) +- byg:sythian_stalk_block (from Oh The Biomes You'll Go) +- lootr:lootr_chest (from Lootr) +- lootr:lootr_trapped_chest (from Lootr) +- lootr:lootr_barrel (from Lootr) +- supplementaries:sack (from Supplementaries) +- supplementaries:gold_door (from Supplementaries) +- supplementaries:gold_trapdoor (from Supplementaries) +- supplementaries:gold_gate (from Supplementaries) +- techreborn:electrum_storage_block (from Tech Reborn) + +#ironchests:non_pickable_chests + +#create:casing +- create:andesite_casing (from Create) +- create:brass_casing (from Create) +- create:copper_casing (from Create) +- create:shadow_steel_casing (from Create) +- create:refined_radiance_casing (from Create) +- create:railway_casing (from Create) + +#spectrum:colored_buttons +- spectrum:black_button (from Spectrum) +- spectrum:blue_button (from Spectrum) +- spectrum:brown_button (from Spectrum) +- spectrum:cyan_button (from Spectrum) +- spectrum:gray_button (from Spectrum) +- spectrum:green_button (from Spectrum) +- spectrum:light_blue_button (from Spectrum) +- spectrum:light_gray_button (from Spectrum) +- spectrum:lime_button (from Spectrum) +- spectrum:magenta_button (from Spectrum) +- spectrum:orange_button (from Spectrum) +- spectrum:pink_button (from Spectrum) +- spectrum:purple_button (from Spectrum) +- spectrum:red_button (from Spectrum) +- spectrum:white_button (from Spectrum) +- spectrum:yellow_button (from Spectrum) + +#c:triple_compressed_gravel +- compressor:triple_compressed_gravel (from Compressor) + +#c:ores/gold_ores +- byg:blue_nether_gold_ore (from Oh The Biomes You'll Go) +- byg:brimstone_nether_gold_ore (from Oh The Biomes You'll Go) + +#c:quintuple_compressed_netherrack +- compressor:quintuple_compressed_netherrack (from Compressor) + +#botania:misc_special_flowers +- botania:manastar (from Botania) +- botania:pure_daisy (from Botania) +- botania:bergamute (from Botania) + +#c:gold_blocks +- minecraft:gold_block (from Porting Lib Tags) + +#chiselsandbits:chiselable/blocked + +#ae2:whitelisted/facades +- minecraft:glass (from Applied Energistics 2) +- ae2:quartz_glass (from Applied Energistics 2) +- ae2:quartz_vibrant_glass (from Applied Energistics 2) +- #c:stained_glass (from Applied Energistics 2) + +#c:salt_blocks +- bewitchment:salt_block (from Bewitchment) + +#deeperdarker:echo_logs +- deeperdarker:echo_log (from Deeper and Darker) +- deeperdarker:echo_wood (from Deeper and Darker) +- deeperdarker:stripped_echo_log (from Deeper and Darker) +- deeperdarker:stripped_echo_wood (from Deeper and Darker) + +#minecraft:buttons +- #minecraft:wooden_buttons (from Default) +- minecraft:stone_button (from Default) +- minecraft:polished_blackstone_button (from Default) +- ad_astra:iron_plating_button (from Ad Astra!) +- ad_astra:steel_plating_button (from Ad Astra!) +- ad_astra:desh_plating_button (from Ad Astra!) +- ad_astra:ostrum_plating_button (from Ad Astra!) +- ad_astra:calorite_plating_button (from Ad Astra!) +- ad_astra:glacian_button (from Ad Astra!) +- #byg:buttons (from Oh The Biomes You'll Go) +- hexcasting:edified_button (from Hex Casting) + +#c:pollen +- the_bumblezone:pile_of_pollen (from The Bumblezone - Fabric) + +#ecologics:walnut_logs +- ecologics:walnut_log (from Ecologics) +- ecologics:stripped_walnut_log (from Ecologics) +- ecologics:walnut_wood (from Ecologics) +- ecologics:stripped_walnut_wood (from Ecologics) + +#byg:green_enchanted_logs +- byg:green_enchanted_log (from Oh The Biomes You'll Go) +- byg:green_enchanted_wood (from Oh The Biomes You'll Go) +- byg:stripped_green_enchanted_log (from Oh The Biomes You'll Go) +- byg:stripped_green_enchanted_wood (from Oh The Biomes You'll Go) + +#minecraft:rails +- minecraft:rail (from Default) +- minecraft:powered_rail (from Default) +- minecraft:detector_rail (from Default) +- minecraft:activator_rail (from Default) +- botania:ghost_rail (from Botania) +- create:cart_assembler (from Create) +- create:controller_rail (from Create) + +#biomemakeover:lily_pads +- biomemakeover:small_lily_pad (from Biome Makeover) +- biomemakeover:water_lily (from Biome Makeover) +- minecraft:lily_pad (from Biome Makeover) + +#botania:gaia_break_blacklist +- minecraft:beacon (from Botania) +- botania:mana_pylon (from Botania) +- botania:natura_pylon (from Botania) +- botania:gaia_pylon (from Botania) +- yigd:grave (from You're in Grave Danger) + +#minecraft:strider_warm_blocks +- minecraft:lava (from Default) +- twilightforest:fiery_block (from The Twilight Forest) + +#minecraft:wooden_pressure_plates +- minecraft:oak_pressure_plate (from Default) +- minecraft:spruce_pressure_plate (from Default) +- minecraft:birch_pressure_plate (from Default) +- minecraft:jungle_pressure_plate (from Default) +- minecraft:acacia_pressure_plate (from Default) +- minecraft:dark_oak_pressure_plate (from Default) +- minecraft:crimson_pressure_plate (from Default) +- minecraft:warped_pressure_plate (from Default) +- minecraft:mangrove_pressure_plate (from Default) +- bewitchment:juniper_pressure_plate (from Bewitchment) +- bewitchment:cypress_pressure_plate (from Bewitchment) +- bewitchment:elder_pressure_plate (from Bewitchment) +- bewitchment:dragons_blood_pressure_plate (from Bewitchment) +- biomemakeover:blighted_balsa_pressure_plate (from Biome Makeover) +- biomemakeover:willow_pressure_plate (from Biome Makeover) +- biomemakeover:swamp_cypress_pressure_plate (from Biome Makeover) +- biomemakeover:ancient_oak_pressure_plate (from Biome Makeover) +- byg:aspen_pressure_plate (from Oh The Biomes You'll Go) +- byg:baobab_pressure_plate (from Oh The Biomes You'll Go) +- byg:blue_enchanted_pressure_plate (from Oh The Biomes You'll Go) +- byg:bulbis_pressure_plate (from Oh The Biomes You'll Go) +- byg:cherry_pressure_plate (from Oh The Biomes You'll Go) +- byg:cika_pressure_plate (from Oh The Biomes You'll Go) +- byg:cypress_pressure_plate (from Oh The Biomes You'll Go) +- byg:ebony_pressure_plate (from Oh The Biomes You'll Go) +- byg:embur_pressure_plate (from Oh The Biomes You'll Go) +- byg:ether_pressure_plate (from Oh The Biomes You'll Go) +- byg:fir_pressure_plate (from Oh The Biomes You'll Go) +- byg:green_enchanted_pressure_plate (from Oh The Biomes You'll Go) +- byg:holly_pressure_plate (from Oh The Biomes You'll Go) +- byg:imparius_pressure_plate (from Oh The Biomes You'll Go) +- byg:jacaranda_pressure_plate (from Oh The Biomes You'll Go) +- byg:lament_pressure_plate (from Oh The Biomes You'll Go) +- byg:mahogany_pressure_plate (from Oh The Biomes You'll Go) +- byg:maple_pressure_plate (from Oh The Biomes You'll Go) +- byg:nightshade_pressure_plate (from Oh The Biomes You'll Go) +- byg:palm_pressure_plate (from Oh The Biomes You'll Go) +- byg:pine_pressure_plate (from Oh The Biomes You'll Go) +- byg:rainbow_eucalyptus_pressure_plate (from Oh The Biomes You'll Go) +- byg:redwood_pressure_plate (from Oh The Biomes You'll Go) +- byg:skyris_pressure_plate (from Oh The Biomes You'll Go) +- byg:sythian_pressure_plate (from Oh The Biomes You'll Go) +- byg:white_mangrove_pressure_plate (from Oh The Biomes You'll Go) +- byg:willow_pressure_plate (from Oh The Biomes You'll Go) +- byg:witch_hazel_pressure_plate (from Oh The Biomes You'll Go) +- byg:zelkova_pressure_plate (from Oh The Biomes You'll Go) +- deeperdarker:echo_pressure_plate (from Deeper and Darker) +- ecologics:coconut_pressure_plate (from Ecologics) +- ecologics:walnut_pressure_plate (from Ecologics) +- ecologics:azalea_pressure_plate (from Ecologics) +- hexcasting:edified_pressure_plate (from Hex Casting) +- #spectrum:colored_pressure_plates (from Spectrum) +- techreborn:rubber_pressure_plate (from Tech Reborn) +- twilightforest:twilight_oak_pressure_plate (from The Twilight Forest) +- twilightforest:canopy_pressure_plate (from The Twilight Forest) +- twilightforest:mangrove_pressure_plate (from The Twilight Forest) +- twilightforest:dark_pressure_plate (from The Twilight Forest) +- twilightforest:time_pressure_plate (from The Twilight Forest) +- twilightforest:transformation_pressure_plate (from The Twilight Forest) +- twilightforest:mining_pressure_plate (from The Twilight Forest) +- twilightforest:sorting_pressure_plate (from The Twilight Forest) +- vinery:cherry_pressure_plate (from Vinery) + +#spectrum:jade_vine +- spectrum:jade_vine_roots (from Spectrum) +- spectrum:jade_vine_bulb (from Spectrum) +- spectrum:jade_vines (from Spectrum) + +#create:brittle +- create:nozzle (from Create) +- create:hand_crank (from Create) +- create:copper_valve_handle (from Create) +- create:white_valve_handle (from Create) +- create:orange_valve_handle (from Create) +- create:magenta_valve_handle (from Create) +- create:light_blue_valve_handle (from Create) +- create:yellow_valve_handle (from Create) +- create:lime_valve_handle (from Create) +- create:pink_valve_handle (from Create) +- create:gray_valve_handle (from Create) +- create:light_gray_valve_handle (from Create) +- create:cyan_valve_handle (from Create) +- create:purple_valve_handle (from Create) +- create:blue_valve_handle (from Create) +- create:brown_valve_handle (from Create) +- create:green_valve_handle (from Create) +- create:red_valve_handle (from Create) +- create:black_valve_handle (from Create) +- create:rope (from Create) +- create:pulley_magnet (from Create) +- create:redstone_link (from Create) +- create:peculiar_bell (from Create) +- create:haunted_bell (from Create) +- minecraft:bell (from Create) +- minecraft:cocoa (from Create) +- minecraft:flower_pot (from Create) +- #minecraft:beds (from Create) +- #minecraft:doors (from Create) + +#twilightforest:mazestone +- twilightforest:mazestone (from The Twilight Forest) +- twilightforest:mazestone_brick (from The Twilight Forest) +- twilightforest:cracked_mazestone (from The Twilight Forest) +- twilightforest:mossy_mazestone (from The Twilight Forest) +- twilightforest:cut_mazestone (from The Twilight Forest) +- twilightforest:decorative_mazestone (from The Twilight Forest) +- twilightforest:mazestone_mosaic (from The Twilight Forest) +- twilightforest:mazestone_border (from The Twilight Forest) + +#c:cobblestone +- #c:normal_cobblestone (from Porting Lib Tags) +- #c:infested_cobblestone (from Porting Lib Tags) +- #c:mossy_cobblestone (from Porting Lib Tags) +- #c:deepslate_cobblestone (from Porting Lib Tags) + +#spectrum:onyx_chiseled_base_blocks +- spectrum:onyx_chiseled_basalt (from Spectrum) +- spectrum:onyx_chiseled_calcite (from Spectrum) + +#byg:farmland +- byg:lush_farmland (from Oh The Biomes You'll Go) +- minecraft:farmland (from Oh The Biomes You'll Go) + +#supplementaries:ceiling_banners +- supplementaries:ceiling_banner_white (from Supplementaries) +- supplementaries:ceiling_banner_orange (from Supplementaries) +- supplementaries:ceiling_banner_magenta (from Supplementaries) +- supplementaries:ceiling_banner_light_blue (from Supplementaries) +- supplementaries:ceiling_banner_yellow (from Supplementaries) +- supplementaries:ceiling_banner_lime (from Supplementaries) +- supplementaries:ceiling_banner_light_blue (from Supplementaries) +- supplementaries:ceiling_banner_pink (from Supplementaries) +- supplementaries:ceiling_banner_gray (from Supplementaries) +- supplementaries:ceiling_banner_light_gray (from Supplementaries) +- supplementaries:ceiling_banner_cyan (from Supplementaries) +- supplementaries:ceiling_banner_purple (from Supplementaries) +- supplementaries:ceiling_banner_blue (from Supplementaries) +- supplementaries:ceiling_banner_brown (from Supplementaries) +- supplementaries:ceiling_banner_green (from Supplementaries) +- supplementaries:ceiling_banner_red (from Supplementaries) +- supplementaries:ceiling_banner_black (from Supplementaries) + +#spectrum:infested_blocks +- minecraft:infested_cobblestone (from Spectrum) +- minecraft:infested_chiseled_stone_bricks (from Spectrum) +- minecraft:infested_cracked_stone_bricks (from Spectrum) +- minecraft:infested_deepslate (from Spectrum) +- minecraft:infested_stone (from Spectrum) +- minecraft:infested_mossy_stone_bricks (from Spectrum) +- minecraft:infested_stone_bricks (from Spectrum) + +#supplementaries:concrete_powders +- minecraft:white_concrete_powder? (from Supplementaries) +- minecraft:yellow_concrete_powder? (from Supplementaries) +- minecraft:orange_concrete_powder? (from Supplementaries) +- minecraft:red_concrete_powder? (from Supplementaries) +- minecraft:pink_concrete_powder? (from Supplementaries) +- minecraft:magenta_concrete_powder? (from Supplementaries) +- minecraft:purple_concrete_powder? (from Supplementaries) +- minecraft:blue_concrete_powder? (from Supplementaries) +- minecraft:cyan_concrete_powder? (from Supplementaries) +- minecraft:light_blue_concrete_powder? (from Supplementaries) +- minecraft:lime_concrete_powder? (from Supplementaries) +- minecraft:green_concrete_powder? (from Supplementaries) +- minecraft:brown_concrete_powder? (from Supplementaries) +- minecraft:black_concrete_powder? (from Supplementaries) +- minecraft:gray_concrete_powder? (from Supplementaries) +- minecraft:light_gray_concrete_powder? (from Supplementaries) + +#spectrum:gemstone_chimes +- spectrum:amethyst_chime (from Spectrum) +- spectrum:citrine_chime (from Spectrum) +- spectrum:onyx_chime (from Spectrum) +- spectrum:moonstone_chime (from Spectrum) +- spectrum:topaz_chime (from Spectrum) + +#minecraft:snow +- minecraft:snow (from Default) +- minecraft:snow_block (from Default) +- minecraft:powder_snow (from Default) + +#minecraft:gold_ores +- minecraft:gold_ore (from Default) +- minecraft:nether_gold_ore (from Default) +- minecraft:deepslate_gold_ore (from Default) +- ad_astra:venus_gold_ore (from Ad Astra!) +- byg:blue_nether_gold_ore (from Oh The Biomes You'll Go) +- byg:brimstone_nether_gold_ore (from Oh The Biomes You'll Go) +- deeperdarker:sculk_stone_gold_ore (from Deeper and Darker) +- spectrum:blackslag_gold_ore (from Spectrum) + +#c:ores/pendorite +- byg:pendorite_ore (from Oh The Biomes You'll Go) + +#c:sapphire_ores +- techreborn:sapphire_ore (from Tech Reborn) +- techreborn:deepslate_sapphire_ore (from Tech Reborn) + +#c:ores +- #minecraft:coal_ores (from Bewitchment) +- #minecraft:copper_ores (from Bewitchment) +- #minecraft:iron_ores (from Bewitchment) +- #minecraft:gold_ores (from Bewitchment) +- #minecraft:lapis_ores (from Bewitchment) +- #minecraft:redstone_ores (from Bewitchment) +- #minecraft:diamond_ores (from Bewitchment) +- #minecraft:emerald_ores (from Bewitchment) +- minecraft:nether_quartz_ore (from Bewitchment) +- minecraft:ancient_debris (from Bewitchment) +- #c:silver_ores (from Bewitchment) +- #c:salt_ores (from Bewitchment) +- #minecraft:coal_ores (from Botania) +- #minecraft:iron_ores (from Botania) +- #minecraft:gold_ores (from Botania) +- #minecraft:lapis_ores (from Botania) +- #minecraft:redstone_ores (from Botania) +- #minecraft:diamond_ores (from Botania) +- #minecraft:copper_ores (from Botania) +- #minecraft:emerald_ores (from Botania) +- #byg:ores (from Oh The Biomes You'll Go) +- create:zinc_ore (from Create) +- create:deepslate_zinc_ore (from Create) +- #minecraft:redstone_ores? (from Fabric Convention Tags) +- #minecraft:copper_ores? (from Fabric Convention Tags) +- #minecraft:gold_ores? (from Fabric Convention Tags) +- #minecraft:iron_ores? (from Fabric Convention Tags) +- #minecraft:coal_ores? (from Fabric Convention Tags) +- #minecraft:emerald_ores? (from Fabric Convention Tags) +- #minecraft:lapis_ores? (from Fabric Convention Tags) +- #minecraft:diamond_ores? (from Fabric Convention Tags) +- #c:quartz_ores? (from Fabric Convention Tags) +- #c:coal_ores (from Porting Lib Tags) +- #c:copper_ores (from Porting Lib Tags) +- #c:diamond_ores (from Porting Lib Tags) +- #c:emerald_ores (from Porting Lib Tags) +- #c:gold_ores (from Porting Lib Tags) +- #c:iron_ores (from Porting Lib Tags) +- #c:lapis_ores (from Porting Lib Tags) +- #c:redstone_ores (from Porting Lib Tags) +- #c:quartz_ores (from Porting Lib Tags) +- #c:netherite_scrap_ores (from Porting Lib Tags) +- modern_industrialization:antimony_ore (from Modern Industrialization) +- modern_industrialization:bauxite_ore (from Modern Industrialization) +- modern_industrialization:deepslate_antimony_ore (from Modern Industrialization) +- modern_industrialization:deepslate_bauxite_ore (from Modern Industrialization) +- modern_industrialization:deepslate_iridium_ore (from Modern Industrialization) +- modern_industrialization:deepslate_lead_ore (from Modern Industrialization) +- modern_industrialization:deepslate_lignite_coal_ore (from Modern Industrialization) +- modern_industrialization:deepslate_mozanite_ore (from Modern Industrialization) +- modern_industrialization:deepslate_nickel_ore (from Modern Industrialization) +- modern_industrialization:deepslate_salt_ore (from Modern Industrialization) +- modern_industrialization:deepslate_tin_ore (from Modern Industrialization) +- modern_industrialization:deepslate_tungsten_ore (from Modern Industrialization) +- modern_industrialization:deepslate_uranium_ore (from Modern Industrialization) +- modern_industrialization:iridium_ore (from Modern Industrialization) +- modern_industrialization:lead_ore (from Modern Industrialization) +- modern_industrialization:lignite_coal_ore (from Modern Industrialization) +- modern_industrialization:mozanite_ore (from Modern Industrialization) +- modern_industrialization:nickel_ore (from Modern Industrialization) +- modern_industrialization:platinum_ore (from Modern Industrialization) +- modern_industrialization:quartz_ore (from Modern Industrialization) +- modern_industrialization:salt_ore (from Modern Industrialization) +- modern_industrialization:tin_ore (from Modern Industrialization) +- modern_industrialization:titanium_ore (from Modern Industrialization) +- modern_industrialization:tungsten_ore (from Modern Industrialization) +- modern_industrialization:uranium_ore (from Modern Industrialization) +- #c:uraninite_ores (from Powah!) +- #spectrum:ores (from Spectrum) +- #twilightforest:ores/ironwood (from The Twilight Forest) +- #twilightforest:ores/knightmetal (from The Twilight Forest) + +#geodes:echo_locatable/echo +- geodes:small_echo_bud (from More Geodes) +- geodes:medium_echo_bud (from More Geodes) +- geodes:large_echo_bud (from More Geodes) +- geodes:echo_cluster (from More Geodes) + +#byg:may_place_on/rose +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#c:peridot_blocks +- techreborn:peridot_storage_block (from Tech Reborn) + +#bewitchment:heats_cauldron +- minecraft:lava (from Bewitchment) +- minecraft:magma_block (from Bewitchment) +- minecraft:fire (from Bewitchment) +- minecraft:soul_fire (from Bewitchment) +- minecraft:campfire (from Bewitchment) +- minecraft:soul_campfire (from Bewitchment) + +#create:non_movable +- immersiveengineering:connector_lv? (from Create) +- immersiveengineering:connector_lv_relay? (from Create) +- immersiveengineering:connector_mv? (from Create) +- immersiveengineering:connector_mv_relay? (from Create) +- immersiveengineering:connector_hv? (from Create) +- immersiveengineering:connector_hv_relay? (from Create) +- immersiveengineering:connector_bundled? (from Create) +- immersiveengineering:connector_structural? (from Create) +- immersiveengineering:connector_redstone? (from Create) +- immersiveengineering:connector_probe? (from Create) +- immersiveengineering:breaker_switch? (from Create) +- bitsandchisels:bits_block? (from Create) + +#c:septuple_compressed_gravel +- compressor:septuple_compressed_gravel (from Compressor) + +#piercingpaxels:mineable/paxel +- #minecraft:mineable/pickaxe (from Piercing Paxels) +- #minecraft:mineable/axe (from Piercing Paxels) +- #minecraft:mineable/shovel (from Piercing Paxels) +- #minecraft:mineable/hoe (from Piercing Paxels) +- #fabric:mineable/sword? (from Piercing Paxels) +- #fabric:mineable/shears? (from Piercing Paxels) + +#c:septuple_compressed_sand +- compressor:septuple_compressed_sand (from Compressor) + +#c:quintuple_compressed_basalt +- compressor:quintuple_compressed_basalt (from Compressor) + +#spectrum:pure_resource_blocks +- spectrum:pure_coal_block (from Spectrum) +- spectrum:pure_iron_block (from Spectrum) +- spectrum:pure_gold_block (from Spectrum) +- spectrum:pure_diamond_block (from Spectrum) +- spectrum:pure_emerald_block (from Spectrum) +- spectrum:pure_redstone_block (from Spectrum) +- spectrum:pure_lapis_block (from Spectrum) +- spectrum:pure_copper_block (from Spectrum) +- spectrum:pure_quartz_block (from Spectrum) +- spectrum:pure_netherite_block (from Spectrum) +- spectrum:pure_glowstone_block (from Spectrum) +- spectrum:pure_prismarine_block (from Spectrum) +- spectrum:pure_certus_quartz_block (from Spectrum) +- spectrum:pure_fluix_block (from Spectrum) +- spectrum:pure_globette_block (from Spectrum) +- spectrum:pure_globette_nether_block (from Spectrum) +- spectrum:pure_globette_end_block (from Spectrum) + +#spectrum:basic_and_onyx_gemstone_chiseled_base_blocks +- #spectrum:amethyst_chiseled_base_blocks (from Spectrum) +- #spectrum:topaz_chiseled_base_blocks (from Spectrum) +- #spectrum:citrine_chiseled_base_blocks (from Spectrum) +- #spectrum:onyx_chiseled_base_blocks (from Spectrum) + +#farmersdelight:unaffected_by_rich_soil +- minecraft:grass_block (from Farmer's Delight) +- minecraft:grass (from Farmer's Delight) +- minecraft:fern (from Farmer's Delight) +- minecraft:twisting_vines (from Farmer's Delight) +- minecraft:twisting_vines_plant (from Farmer's Delight) +- farmersdelight:sandy_shrub (from Farmer's Delight) +- farmersdelight:brown_mushroom_colony (from Farmer's Delight) +- farmersdelight:red_mushroom_colony (from Farmer's Delight) +- #farmersdelight:wild_crops (from Farmer's Delight) + +#twilightforest:twilight_oak_logs +- twilightforest:twilight_oak_log (from The Twilight Forest) +- twilightforest:stripped_twilight_oak_log (from The Twilight Forest) +- twilightforest:twilight_oak_wood (from The Twilight Forest) +- twilightforest:stripped_twilight_oak_wood (from The Twilight Forest) + +#c:peridot_ores +- techreborn:peridot_ore (from Tech Reborn) +- techreborn:deepslate_peridot_ore (from Tech Reborn) + +#another_furniture:shutters +- another_furniture:oak_shutter (from Another Furniture) +- another_furniture:spruce_shutter (from Another Furniture) +- another_furniture:birch_shutter (from Another Furniture) +- another_furniture:jungle_shutter (from Another Furniture) +- another_furniture:acacia_shutter (from Another Furniture) +- another_furniture:dark_oak_shutter (from Another Furniture) +- another_furniture:mangrove_shutter? (from Another Furniture) +- another_furniture:crimson_shutter (from Another Furniture) +- another_furniture:warped_shutter (from Another Furniture) + +#c:redstone_blocks +- minecraft:redstone_block (from Porting Lib Tags) + +#forge:gravel +- minecraft:gravel (from chisels-and-bits) + +#byg:may_place_on/tall_pink_allium +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#another_furniture:benches +- another_furniture:oak_bench (from Another Furniture) +- another_furniture:spruce_bench (from Another Furniture) +- another_furniture:birch_bench (from Another Furniture) +- another_furniture:jungle_bench (from Another Furniture) +- another_furniture:acacia_bench (from Another Furniture) +- another_furniture:dark_oak_bench (from Another Furniture) +- another_furniture:mangrove_bench? (from Another Furniture) +- another_furniture:crimson_bench (from Another Furniture) +- another_furniture:warped_bench (from Another Furniture) + +#c:sphalerite_ores +- techreborn:sphalerite_ore (from Tech Reborn) + +#byg:imparius_logs +- byg:imparius_hyphae (from Oh The Biomes You'll Go) +- byg:imparius_stem (from Oh The Biomes You'll Go) + +#twilightforest:ores/knightmetal + +#byg:may_place_on/osiria_rose +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#c:octuple_compressed_cobblestone +- compressor:octuple_compressed_cobblestone (from Compressor) + +#forge:glass_panes/light_blue +- minecraft:light_blue_stained_glass_pane (from chisels-and-bits) + +#twilightforest:plants_hang_on +- #minecraft:dirt (from The Twilight Forest) +- minecraft:moss_block (from The Twilight Forest) +- twilightforest:mangrove_root (from The Twilight Forest) +- twilightforest:root (from The Twilight Forest) +- twilightforest:liveroot_block (from The Twilight Forest) + +#forge:ores/netherite_scrap +- minecraft:ancient_debris (from chisels-and-bits) + +#spectrum:memory_fast_manifesters +- minecraft:magma_block (from Spectrum) + +#minecraft:crops +- minecraft:beetroots (from Default) +- minecraft:carrots (from Default) +- minecraft:potatoes (from Default) +- minecraft:wheat (from Default) +- minecraft:melon_stem (from Default) +- minecraft:pumpkin_stem (from Default) +- bewitchment:aconite (from Bewitchment) +- bewitchment:belladonna (from Bewitchment) +- bewitchment:garlic (from Bewitchment) +- bewitchment:mandrake (from Bewitchment) +- croptopia:artichoke_crop (from Croptopia) +- croptopia:asparagus_crop (from Croptopia) +- croptopia:barley_crop (from Croptopia) +- croptopia:basil_crop (from Croptopia) +- croptopia:bellpepper_crop (from Croptopia) +- croptopia:blackbean_crop (from Croptopia) +- croptopia:blackberry_crop (from Croptopia) +- croptopia:blueberry_crop (from Croptopia) +- croptopia:broccoli_crop (from Croptopia) +- croptopia:cabbage_crop (from Croptopia) +- croptopia:cantaloupe_crop (from Croptopia) +- croptopia:cauliflower_crop (from Croptopia) +- croptopia:celery_crop (from Croptopia) +- croptopia:chile_pepper_crop (from Croptopia) +- croptopia:coffee_crop (from Croptopia) +- croptopia:corn_crop (from Croptopia) +- croptopia:cranberry_crop (from Croptopia) +- croptopia:cucumber_crop (from Croptopia) +- croptopia:currant_crop (from Croptopia) +- croptopia:eggplant_crop (from Croptopia) +- croptopia:elderberry_crop (from Croptopia) +- croptopia:garlic_crop (from Croptopia) +- croptopia:ginger_crop (from Croptopia) +- croptopia:grape_crop (from Croptopia) +- croptopia:greenbean_crop (from Croptopia) +- croptopia:greenonion_crop (from Croptopia) +- croptopia:honeydew_crop (from Croptopia) +- croptopia:hops_crop (from Croptopia) +- croptopia:kale_crop (from Croptopia) +- croptopia:kiwi_crop (from Croptopia) +- croptopia:leek_crop (from Croptopia) +- croptopia:lettuce_crop (from Croptopia) +- croptopia:mustard_crop (from Croptopia) +- croptopia:oat_crop (from Croptopia) +- croptopia:olive_crop (from Croptopia) +- croptopia:onion_crop (from Croptopia) +- croptopia:peanut_crop (from Croptopia) +- croptopia:pepper_crop (from Croptopia) +- croptopia:pineapple_crop (from Croptopia) +- croptopia:radish_crop (from Croptopia) +- croptopia:raspberry_crop (from Croptopia) +- croptopia:rhubarb_crop (from Croptopia) +- croptopia:rice_crop (from Croptopia) +- croptopia:rutabaga_crop (from Croptopia) +- croptopia:saguaro_crop (from Croptopia) +- croptopia:soybean_crop (from Croptopia) +- croptopia:spinach_crop (from Croptopia) +- croptopia:squash_crop (from Croptopia) +- croptopia:strawberry_crop (from Croptopia) +- croptopia:sweetpotato_crop (from Croptopia) +- croptopia:tea_crop (from Croptopia) +- croptopia:tomatillo_crop (from Croptopia) +- croptopia:tomato_crop (from Croptopia) +- croptopia:turmeric_crop (from Croptopia) +- croptopia:turnip_crop (from Croptopia) +- croptopia:vanilla_crop (from Croptopia) +- croptopia:yam_crop (from Croptopia) +- croptopia:zucchini_crop (from Croptopia) +- croptopia:almond_crop (from Croptopia) +- croptopia:apple_crop (from Croptopia) +- croptopia:apricot_crop (from Croptopia) +- croptopia:avocado_crop (from Croptopia) +- croptopia:banana_crop (from Croptopia) +- croptopia:cashew_crop (from Croptopia) +- croptopia:cherry_crop (from Croptopia) +- croptopia:coconut_crop (from Croptopia) +- croptopia:date_crop (from Croptopia) +- croptopia:dragonfruit_crop (from Croptopia) +- croptopia:fig_crop (from Croptopia) +- croptopia:grapefruit_crop (from Croptopia) +- croptopia:kumquat_crop (from Croptopia) +- croptopia:lemon_crop (from Croptopia) +- croptopia:lime_crop (from Croptopia) +- croptopia:mango_crop (from Croptopia) +- croptopia:nectarine_crop (from Croptopia) +- croptopia:nutmeg_crop (from Croptopia) +- croptopia:orange_crop (from Croptopia) +- croptopia:peach_crop (from Croptopia) +- croptopia:pear_crop (from Croptopia) +- croptopia:pecan_crop (from Croptopia) +- croptopia:persimmon_crop (from Croptopia) +- croptopia:plum_crop (from Croptopia) +- croptopia:starfruit_crop (from Croptopia) +- croptopia:walnut_crop (from Croptopia) +- farmersdelight:cabbages (from Farmer's Delight) +- farmersdelight:onions (from Farmer's Delight) +- farmersdelight:rice_upper_crop (from Farmer's Delight) +- farmersdelight:budding_tomatoes (from Farmer's Delight) +- farmersdelight:tomatoes (from Farmer's Delight) +- snowyspirit:ginger (from Snowy Spirit) +- supplementaries:flax (from Supplementaries) +- supplementaries:rope_tomatoes? (from Supplementaries) +- supplementaries:stick_tomatoes? (from Supplementaries) + +#c:lime_glass +- minecraft:lime_stained_glass (from Porting Lib Tags) + +#forge:fiber/flax +- supplementaries:flax (from Supplementaries) + +#byg:zelkova_logs +- byg:stripped_zelkova_log (from Oh The Biomes You'll Go) +- byg:stripped_zelkova_wood (from Oh The Biomes You'll Go) +- byg:zelkova_log (from Oh The Biomes You'll Go) +- byg:zelkova_wood (from Oh The Biomes You'll Go) + +#c:brass_blocks +- create:brass_block (from Create) +- techreborn:brass_storage_block (from Tech Reborn) + +#techreborn:mineable/omni_tool +- #techreborn:mineable/drill (from Tech Reborn) +- #minecraft:mineable/axe? (from Tech Reborn) +- #fabric:mineable/shears? (from Tech Reborn) +- #fabric:mineable/sword? (from Tech Reborn) + +#mcwwindows:mosaic_glass +- mcwwindows:white_mosaic_glass (from Macaw's Windows) +- mcwwindows:orange_mosaic_glass (from Macaw's Windows) +- mcwwindows:magenta_mosaic_glass (from Macaw's Windows) +- mcwwindows:light_blue_mosaic_glass (from Macaw's Windows) +- mcwwindows:yellow_mosaic_glass (from Macaw's Windows) +- mcwwindows:lime_mosaic_glass (from Macaw's Windows) +- mcwwindows:pink_mosaic_glass (from Macaw's Windows) +- mcwwindows:gray_mosaic_glass (from Macaw's Windows) +- mcwwindows:light_gray_mosaic_glass (from Macaw's Windows) +- mcwwindows:cyan_mosaic_glass (from Macaw's Windows) +- mcwwindows:purple_mosaic_glass (from Macaw's Windows) +- mcwwindows:blue_mosaic_glass (from Macaw's Windows) +- mcwwindows:brown_mosaic_glass (from Macaw's Windows) +- mcwwindows:green_mosaic_glass (from Macaw's Windows) +- mcwwindows:red_mosaic_glass (from Macaw's Windows) +- mcwwindows:black_mosaic_glass (from Macaw's Windows) + +#c:triple_compressed_deepslate +- compressor:triple_compressed_deepslate (from Compressor) + +#c:deepslate_cobblestone +- minecraft:cobbled_deepslate (from Porting Lib Tags) + +#botania:laputa_immobile + +#minecraft:warped_stems +- minecraft:warped_stem (from Default) +- minecraft:stripped_warped_stem (from Default) +- minecraft:warped_hyphae (from Default) +- minecraft:stripped_warped_hyphae (from Default) + +#botania:magnet_ring_blacklist +- botania:mana_pool (from Botania) +- botania:creative_pool (from Botania) +- botania:diluted_pool (from Botania) +- botania:fabulous_pool (from Botania) +- botania:terra_plate (from Botania) +- botania:runic_altar (from Botania) + +#c:yellow_glass_panes +- minecraft:yellow_stained_glass_pane (from Porting Lib Tags) + +#spectrum:citrine_buds +- spectrum:small_citrine_bud (from Spectrum) +- spectrum:medium_citrine_bud (from Spectrum) +- spectrum:large_citrine_bud (from Spectrum) +- spectrum:citrine_cluster (from Spectrum) + +#forge:storage_blocks/iron +- minecraft:iron_block (from chisels-and-bits) + +#create:seats +- create:white_seat (from Create) +- create:orange_seat (from Create) +- create:magenta_seat (from Create) +- create:light_blue_seat (from Create) +- create:yellow_seat (from Create) +- create:lime_seat (from Create) +- create:pink_seat (from Create) +- create:gray_seat (from Create) +- create:light_gray_seat (from Create) +- create:cyan_seat (from Create) +- create:purple_seat (from Create) +- create:blue_seat (from Create) +- create:brown_seat (from Create) +- create:green_seat (from Create) +- create:red_seat (from Create) +- create:black_seat (from Create) + +#forge:glass_panes/brown +- minecraft:brown_stained_glass_pane (from chisels-and-bits) + +#inventorytabs:mod_compat_blacklist +- yigd:grave (from You're in Grave Danger) + +#darkutils:mob_filters +- darkutils:filter_player (from DarkUtilities) +- darkutils:filter_undead (from DarkUtilities) +- darkutils:filter_arthropod (from DarkUtilities) +- darkutils:filter_illager (from DarkUtilities) +- darkutils:filter_raider (from DarkUtilities) +- darkutils:filter_hostile (from DarkUtilities) +- darkutils:filter_animal (from DarkUtilities) +- darkutils:filter_child (from DarkUtilities) +- darkutils:filter_pet (from DarkUtilities) +- darkutils:filter_slime (from DarkUtilities) +- darkutils:filter_villager (from DarkUtilities) +- darkutils:filter_fire_immune (from DarkUtilities) +- darkutils:filter_golem (from DarkUtilities) +- darkutils:filter_water (from DarkUtilities) +- darkutils:filter_named (from DarkUtilities) +- darkutils:filter_freeze_immune (from DarkUtilities) +- darkutils:filter_passenger (from DarkUtilities) +- darkutils:filter_equipment (from DarkUtilities) + +#mcwwindows:blinds +- mcwwindows:oak_blinds (from Macaw's Windows) +- mcwwindows:spruce_blinds (from Macaw's Windows) +- mcwwindows:birch_blinds (from Macaw's Windows) +- mcwwindows:jungle_blinds (from Macaw's Windows) +- mcwwindows:acacia_blinds (from Macaw's Windows) +- mcwwindows:dark_oak_blinds (from Macaw's Windows) +- mcwwindows:crimson_blinds (from Macaw's Windows) +- mcwwindows:warped_blinds (from Macaw's Windows) +- mcwwindows:mangrove_blinds (from Macaw's Windows) + +#c:fence_gates/wooden +- #byg:fence_gates/wooden (from Oh The Biomes You'll Go) +- twilightforest:twilight_oak_fence_gate (from The Twilight Forest) +- twilightforest:canopy_fence_gate (from The Twilight Forest) +- twilightforest:mangrove_fence_gate (from The Twilight Forest) +- twilightforest:dark_fence_gate (from The Twilight Forest) +- twilightforest:time_fence_gate (from The Twilight Forest) +- twilightforest:transformation_fence_gate (from The Twilight Forest) +- twilightforest:mining_fence_gate (from The Twilight Forest) +- twilightforest:sorting_fence_gate (from The Twilight Forest) + +#minecraft:climbable +- minecraft:ladder (from Default) +- minecraft:vine (from Default) +- minecraft:scaffolding (from Default) +- minecraft:weeping_vines (from Default) +- minecraft:weeping_vines_plant (from Default) +- minecraft:twisting_vines (from Default) +- minecraft:twisting_vines_plant (from Default) +- minecraft:cave_vines (from Default) +- minecraft:cave_vines_plant (from Default) +- ad_astra:aeronos_ladder (from Ad Astra!) +- ad_astra:strophar_ladder (from Ad Astra!) +- bambooeverything:bamboo_ladder (from Bamboo Everything) +- bambooeverything:dry_bamboo_ladder (from Bamboo Everything) +- bonezone:bone_ladder (from BoneZone) +- bonezone:wither_bone_ladder (from BoneZone) +- bonezone:stray_bone_ladder (from BoneZone) +- botania:solid_vine (from Botania) +- byg:weeping_roots (from Oh The Biomes You'll Go) +- byg:weeping_roots_plant (from Oh The Biomes You'll Go) +- byg:sythian_scaffolding (from Oh The Biomes You'll Go) +- byg:skyris_vine (from Oh The Biomes You'll Go) +- byg:poison_ivy (from Oh The Biomes You'll Go) +- byg:wailing_vine (from Oh The Biomes You'll Go) +- byg:nether_bristle (from Oh The Biomes You'll Go) +- byg:embur_gel_vines (from Oh The Biomes You'll Go) +- byg:hanging_sythian_roots (from Oh The Biomes You'll Go) +- byg:hanging_sythian_roots_plant (from Oh The Biomes You'll Go) +- byg:lament_vine (from Oh The Biomes You'll Go) +- byg:lament_vine_plant (from Oh The Biomes You'll Go) +- byg:shulkren_vine (from Oh The Biomes You'll Go) +- byg:shulkren_vine_plant (from Oh The Biomes You'll Go) +- byg:imparius_vine (from Oh The Biomes You'll Go) +- byg:imparius_vine_plant (from Oh The Biomes You'll Go) +- campanion:rope_ladder (from Campanion) +- catwalksinc:industrial_ladder (from Catwalks Inc.) +- catwalksinc:caged_ladder (from Catwalks Inc.) +- catwalksinc:yellow_ladder (from Catwalks Inc.) +- catwalksinc:yellow_caged_ladder (from Catwalks Inc.) +- catwalksinc:red_ladder (from Catwalks Inc.) +- catwalksinc:red_caged_ladder (from Catwalks Inc.) +- create:andesite_ladder (from Create) +- create:brass_ladder (from Create) +- create:copper_ladder (from Create) +- decorative_blocks:chain (from Decorative Blocks) +- deeperdarker:sculk_vines (from Deeper and Darker) +- deeperdarker:sculk_vines_plant (from Deeper and Darker) +- deeperdarker:sculk_tendrils (from Deeper and Darker) +- deeperdarker:sculk_tendrils_plant (from Deeper and Darker) +- farmersdelight:rope (from Farmer's Delight) +- farmersdelight:tomatoes (from Farmer's Delight) +- minecells:big_chain (from Mine Cells) +- spectrum:cyan_spirit_sallow_vines_body (from Spectrum) +- spectrum:cyan_spirit_sallow_vines_body (from Spectrum) +- spectrum:magenta_spirit_sallow_vines_body (from Spectrum) +- spectrum:magenta_spirit_sallow_vines_body (from Spectrum) +- spectrum:yellow_spirit_sallow_vines_body (from Spectrum) +- spectrum:yellow_spirit_sallow_vines_body (from Spectrum) +- spectrum:black_spirit_sallow_vines_body (from Spectrum) +- spectrum:black_spirit_sallow_vines_body (from Spectrum) +- spectrum:white_spirit_sallow_vines_body (from Spectrum) +- spectrum:white_spirit_sallow_vines_body (from Spectrum) +- supplementaries:rope (from Supplementaries) +- supplementaries:rope_tomatoes? (from Supplementaries) +- the_bumblezone:sticky_honey_residue (from The Bumblezone - Fabric) +- the_bumblezone:sticky_honey_redstone (from The Bumblezone - Fabric) +- the_bumblezone:honey_web (from The Bumblezone - Fabric) +- the_bumblezone:redstone_honey_web (from The Bumblezone - Fabric) +- twilightforest:iron_ladder (from The Twilight Forest) +- twilightforest:root_strand (from The Twilight Forest) +- #twilightforest:hollow_logs_climbable (from The Twilight Forest) + +#byg:may_place_on/delphinium +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#c:lapis_ores +- ad_astra:glacio_lapis_ore (from Ad Astra!) +- #minecraft:lapis_ores (from Porting Lib Tags) +- spectrum:blackslag_iron_ore (from Spectrum) + +#minecraft:parrots_spawnable_on +- minecraft:grass_block (from Default) +- minecraft:air (from Default) +- #minecraft:leaves (from Default) +- #minecraft:logs (from Default) + +#javd:generator +- minecraft:white_concrete (from Just Another Void Dimension) +- minecraft:orange_concrete (from Just Another Void Dimension) +- minecraft:magenta_concrete (from Just Another Void Dimension) +- minecraft:light_blue_concrete (from Just Another Void Dimension) +- minecraft:yellow_concrete (from Just Another Void Dimension) +- minecraft:lime_concrete (from Just Another Void Dimension) +- minecraft:pink_concrete (from Just Another Void Dimension) +- minecraft:gray_concrete (from Just Another Void Dimension) +- minecraft:light_gray_concrete (from Just Another Void Dimension) +- minecraft:cyan_concrete (from Just Another Void Dimension) +- minecraft:purple_concrete (from Just Another Void Dimension) +- minecraft:blue_concrete (from Just Another Void Dimension) +- minecraft:brown_concrete (from Just Another Void Dimension) +- minecraft:green_concrete (from Just Another Void Dimension) +- minecraft:red_concrete (from Just Another Void Dimension) +- minecraft:black_concrete (from Just Another Void Dimension) + +#minecraft:dark_oak_logs +- minecraft:dark_oak_log (from Default) +- minecraft:dark_oak_wood (from Default) +- minecraft:stripped_dark_oak_log (from Default) +- minecraft:stripped_dark_oak_wood (from Default) + +#c:ruby_blocks +- techreborn:ruby_storage_block (from Tech Reborn) + +#archeology:clay_pot_plantable +- minecraft:fern (from CapsLock Archeology Mod) +- minecraft:large_fern (from CapsLock Archeology Mod) +- minecraft:azalea (from CapsLock Archeology Mod) +- minecraft:flowering_azalea (from CapsLock Archeology Mod) +- minecraft:big_dripleaf (from CapsLock Archeology Mod) +- minecraft:big_dripleaf_stem (from CapsLock Archeology Mod) +- minecraft:dead_bush (from CapsLock Archeology Mod) +- minecraft:dandelion (from CapsLock Archeology Mod) +- minecraft:poppy (from CapsLock Archeology Mod) +- minecraft:blue_orchid (from CapsLock Archeology Mod) +- minecraft:allium (from CapsLock Archeology Mod) +- minecraft:azure_bluet (from CapsLock Archeology Mod) +- minecraft:red_tulip (from CapsLock Archeology Mod) +- minecraft:orange_tulip (from CapsLock Archeology Mod) +- minecraft:white_tulip (from CapsLock Archeology Mod) +- minecraft:pink_tulip (from CapsLock Archeology Mod) +- minecraft:oxeye_daisy (from CapsLock Archeology Mod) +- minecraft:cornflower (from CapsLock Archeology Mod) +- minecraft:wither_rose (from CapsLock Archeology Mod) +- minecraft:lily_of_the_valley (from CapsLock Archeology Mod) +- minecraft:warped_fungus (from CapsLock Archeology Mod) +- minecraft:crimson_fungus (from CapsLock Archeology Mod) +- minecraft:brown_mushroom (from CapsLock Archeology Mod) +- minecraft:red_mushroom (from CapsLock Archeology Mod) +- minecraft:oak_sapling (from CapsLock Archeology Mod) +- minecraft:spruce_sapling (from CapsLock Archeology Mod) +- minecraft:birch_sapling (from CapsLock Archeology Mod) +- minecraft:jungle_sapling (from CapsLock Archeology Mod) +- minecraft:acacia_sapling (from CapsLock Archeology Mod) +- minecraft:dark_oak_sapling (from CapsLock Archeology Mod) +- minecraft:small_dripleaf (from CapsLock Archeology Mod) +- minecraft:sweet_berry_bush (from CapsLock Archeology Mod) +- minecraft:sunflower (from CapsLock Archeology Mod) +- minecraft:lilac (from CapsLock Archeology Mod) +- minecraft:rose_bush (from CapsLock Archeology Mod) +- minecraft:peony (from CapsLock Archeology Mod) +- minecraft:bamboo (from CapsLock Archeology Mod) + +#farmersdelight:tray_heat_sources +- minecraft:lava (from Farmer's Delight) +- #minecraft:campfires (from Farmer's Delight) +- #minecraft:fire (from Farmer's Delight) + +#c:sextuple_compressed_netherrack +- compressor:sextuple_compressed_netherrack (from Compressor) + +#minecraft:coral_plants +- minecraft:tube_coral (from Default) +- minecraft:brain_coral (from Default) +- minecraft:bubble_coral (from Default) +- minecraft:fire_coral (from Default) +- minecraft:horn_coral (from Default) + +#c:octuple_compressed_sand +- compressor:octuple_compressed_sand (from Compressor) + +#minecraft:goats_spawnable_on +- minecraft:stone (from Default) +- minecraft:snow (from Default) +- minecraft:snow_block (from Default) +- minecraft:packed_ice (from Default) +- minecraft:gravel (from Default) + +#geodes:echo_locators +- geodes:emerald_crystal_echo_locator (from More Geodes) +- geodes:quartz_crystal_echo_locator (from More Geodes) +- geodes:amethyst_crystal_echo_locator (from More Geodes) +- geodes:diamond_crystal_echo_locator (from More Geodes) +- geodes:echo_crystal_echo_locator (from More Geodes) +- geodes:echo_locator (from More Geodes) + +#minecraft:sculk_replaceable_world_gen +- #minecraft:sculk_replaceable (from Default) +- minecraft:deepslate_bricks (from Default) +- minecraft:deepslate_tiles (from Default) +- minecraft:cobbled_deepslate (from Default) +- minecraft:cracked_deepslate_bricks (from Default) +- minecraft:cracked_deepslate_tiles (from Default) +- minecraft:polished_deepslate (from Default) +- minecraft:shroomlight (from Deeper and Darker) +- minecraft:weeping_vines (from Deeper and Darker) +- minecraft:weeping_vines_plant (from Deeper and Darker) +- deeperdarker:infested_sculk (from Deeper and Darker) +- deeperdarker:sculk_jaw (from Deeper and Darker) + +#spirit:soul_glass +- spirit:soul_glass (from Spirit) +- spirit:soul_glass_1 (from Spirit) +- spirit:soul_glass_2 (from Spirit) +- spirit:soul_glass_3 (from Spirit) +- spirit:soul_glass_4 (from Spirit) +- spirit:soul_glass_5 (from Spirit) +- spirit:soul_glass_6 (from Spirit) +- spirit:soul_glass_7 (from Spirit) +- spirit:soul_glass_8 (from Spirit) +- spirit:soul_glass_9 (from Spirit) +- spirit:soul_glass_10 (from Spirit) + +#c:pyrite_ores +- techreborn:pyrite_ore (from Tech Reborn) + +#byg:may_place_on/ebony_sapling +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#c:red_glass +- minecraft:red_stained_glass (from Porting Lib Tags) + +#supplementaries:pane_connection +- supplementaries:iron_gate? (from Supplementaries) +- supplementaries:gold_gate? (from Supplementaries) + +#the_bumblezone:allowed_hanging_garden_tall_flowers +- #minecraft:tall_flowers (from The Bumblezone - Fabric) +- biomemakeover:foxglove? (from The Bumblezone - Fabric) + +#byg:may_place_on/flowering_indigo_jacaranda_bush +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#ants:food/colored/oak_magenta_leaf_food +- spectrum:magenta_leaves (from Spectrum) + +#c:ore_rates/sparse +- minecraft:nether_gold_ore (from Porting Lib Tags) + +#byg:skyris_logs +- byg:skyris_log (from Oh The Biomes You'll Go) +- byg:skyris_wood (from Oh The Biomes You'll Go) +- byg:stripped_skyris_log (from Oh The Biomes You'll Go) +- byg:stripped_skyris_wood (from Oh The Biomes You'll Go) + +#minecraft:fences +- #minecraft:wooden_fences (from Default) +- minecraft:nether_brick_fence (from Default) +- ad_astra:glacian_fence (from Ad Astra!) +- ad_astra:aeronos_fence (from Ad Astra!) +- ad_astra:strophar_fence (from Ad Astra!) +- bambooeverything:bamboo_fence (from Bamboo Everything) +- bambooeverything:dry_bamboo_fence (from Bamboo Everything) +- botania:dreamwood_fence (from Botania) +- botania:livingwood_fence (from Botania) +- #minecraft:wooden_fences (from Macaw's Fences and Walls) +- minecraft:nether_brick_fence (from Macaw's Fences and Walls) +- mcwfences:oak_picket_fence (from Macaw's Fences and Walls) +- mcwfences:spruce_picket_fence (from Macaw's Fences and Walls) +- mcwfences:birch_picket_fence (from Macaw's Fences and Walls) +- mcwfences:jungle_picket_fence (from Macaw's Fences and Walls) +- mcwfences:acacia_picket_fence (from Macaw's Fences and Walls) +- mcwfences:dark_oak_picket_fence (from Macaw's Fences and Walls) +- mcwfences:crimson_picket_fence (from Macaw's Fences and Walls) +- mcwfences:warped_picket_fence (from Macaw's Fences and Walls) +- mcwfences:mangrove_picket_fence (from Macaw's Fences and Walls) +- mcwfences:oak_stockade_fence (from Macaw's Fences and Walls) +- mcwfences:spruce_stockade_fence (from Macaw's Fences and Walls) +- mcwfences:birch_stockade_fence (from Macaw's Fences and Walls) +- mcwfences:jungle_stockade_fence (from Macaw's Fences and Walls) +- mcwfences:acacia_stockade_fence (from Macaw's Fences and Walls) +- mcwfences:dark_oak_stockade_fence (from Macaw's Fences and Walls) +- mcwfences:crimson_stockade_fence (from Macaw's Fences and Walls) +- mcwfences:warped_stockade_fence (from Macaw's Fences and Walls) +- mcwfences:mangrove_stockade_fence (from Macaw's Fences and Walls) +- mcwfences:oak_horse_fence (from Macaw's Fences and Walls) +- mcwfences:spruce_horse_fence (from Macaw's Fences and Walls) +- mcwfences:birch_horse_fence (from Macaw's Fences and Walls) +- mcwfences:jungle_horse_fence (from Macaw's Fences and Walls) +- mcwfences:acacia_horse_fence (from Macaw's Fences and Walls) +- mcwfences:dark_oak_horse_fence (from Macaw's Fences and Walls) +- mcwfences:crimson_horse_fence (from Macaw's Fences and Walls) +- mcwfences:warped_horse_fence (from Macaw's Fences and Walls) +- mcwfences:mangrove_horse_fence (from Macaw's Fences and Walls) +- mcwfences:oak_wired_fence (from Macaw's Fences and Walls) +- mcwfences:spruce_wired_fence (from Macaw's Fences and Walls) +- mcwfences:birch_wired_fence (from Macaw's Fences and Walls) +- mcwfences:jungle_wired_fence (from Macaw's Fences and Walls) +- mcwfences:acacia_wired_fence (from Macaw's Fences and Walls) +- mcwfences:dark_oak_wired_fence (from Macaw's Fences and Walls) +- mcwfences:crimson_wired_fence (from Macaw's Fences and Walls) +- mcwfences:warped_wired_fence (from Macaw's Fences and Walls) +- mcwfences:mangrove_wired_fence (from Macaw's Fences and Walls) +- mcwfences:bamboo_fence (from Macaw's Fences and Walls) +- mcwfences:modern_stone_brick_wall (from Macaw's Fences and Walls) +- mcwfences:modern_andesite_wall (from Macaw's Fences and Walls) +- mcwfences:modern_diorite_wall (from Macaw's Fences and Walls) +- mcwfences:modern_granite_wall (from Macaw's Fences and Walls) +- mcwfences:modern_end_brick_wall (from Macaw's Fences and Walls) +- mcwfences:modern_nether_brick_wall (from Macaw's Fences and Walls) +- mcwfences:modern_blackstone_wall (from Macaw's Fences and Walls) +- mcwfences:modern_sandstone_wall (from Macaw's Fences and Walls) +- mcwfences:modern_red_sandstone_wall (from Macaw's Fences and Walls) +- mcwfences:modern_deepslate_brick_wall (from Macaw's Fences and Walls) +- mcwfences:modern_deepslate_wall (from Macaw's Fences and Walls) +- mcwfences:modern_quartz_wall (from Macaw's Fences and Walls) +- mcwfences:modern_mud_brick_wall (from Macaw's Fences and Walls) +- mcwfences:railing_stone_brick_wall (from Macaw's Fences and Walls) +- mcwfences:railing_andesite_wall (from Macaw's Fences and Walls) +- mcwfences:railing_diorite_wall (from Macaw's Fences and Walls) +- mcwfences:railing_granite_wall (from Macaw's Fences and Walls) +- mcwfences:railing_end_brick_wall (from Macaw's Fences and Walls) +- mcwfences:railing_nether_brick_wall (from Macaw's Fences and Walls) +- mcwfences:railing_blackstone_wall (from Macaw's Fences and Walls) +- mcwfences:railing_sandstone_wall (from Macaw's Fences and Walls) +- mcwfences:railing_red_sandstone_wall (from Macaw's Fences and Walls) +- mcwfences:railing_deepslate_brick_wall (from Macaw's Fences and Walls) +- mcwfences:railing_deepslate_wall (from Macaw's Fences and Walls) +- mcwfences:railing_quartz_wall (from Macaw's Fences and Walls) +- mcwfences:railing_mud_brick_wall (from Macaw's Fences and Walls) +- techreborn:rubber_fence (from Tech Reborn) +- techreborn:refined_iron_fence (from Tech Reborn) +- vinery:cherry_fence (from Vinery) + +#minecraft:saplings +- minecraft:oak_sapling (from Default) +- minecraft:spruce_sapling (from Default) +- minecraft:birch_sapling (from Default) +- minecraft:jungle_sapling (from Default) +- minecraft:acacia_sapling (from Default) +- minecraft:dark_oak_sapling (from Default) +- minecraft:azalea (from Default) +- minecraft:flowering_azalea (from Default) +- minecraft:mangrove_propagule (from Default) +- bewitchment:juniper_sapling (from Bewitchment) +- bewitchment:cypress_sapling (from Bewitchment) +- bewitchment:elder_sapling (from Bewitchment) +- bewitchment:dragons_blood_sapling (from Bewitchment) +- biomemakeover:blighted_balsa_sapling (from Biome Makeover) +- biomemakeover:willow_sapling (from Biome Makeover) +- biomemakeover:swamp_cypress_sapling (from Biome Makeover) +- biomemakeover:ancient_oak_sapling (from Biome Makeover) +- #byg:saplings (from Oh The Biomes You'll Go) +- croptopia:almond_sapling (from Croptopia) +- croptopia:apple_sapling (from Croptopia) +- croptopia:apricot_sapling (from Croptopia) +- croptopia:avocado_sapling (from Croptopia) +- croptopia:banana_sapling (from Croptopia) +- croptopia:cashew_sapling (from Croptopia) +- croptopia:cherry_sapling (from Croptopia) +- croptopia:coconut_sapling (from Croptopia) +- croptopia:date_sapling (from Croptopia) +- croptopia:dragonfruit_sapling (from Croptopia) +- croptopia:fig_sapling (from Croptopia) +- croptopia:grapefruit_sapling (from Croptopia) +- croptopia:kumquat_sapling (from Croptopia) +- croptopia:lemon_sapling (from Croptopia) +- croptopia:lime_sapling (from Croptopia) +- croptopia:mango_sapling (from Croptopia) +- croptopia:nectarine_sapling (from Croptopia) +- croptopia:nutmeg_sapling (from Croptopia) +- croptopia:orange_sapling (from Croptopia) +- croptopia:peach_sapling (from Croptopia) +- croptopia:pear_sapling (from Croptopia) +- croptopia:pecan_sapling (from Croptopia) +- croptopia:persimmon_sapling (from Croptopia) +- croptopia:plum_sapling (from Croptopia) +- croptopia:starfruit_sapling (from Croptopia) +- croptopia:walnut_sapling (from Croptopia) +- croptopia:cinnamon_sapling (from Croptopia) +- ecologics:coconut_seedling (from Ecologics) +- ecologics:walnut_sapling (from Ecologics) +- ecologics:azalea_flower (from Ecologics) +- #spectrum:colored_saplings (from Spectrum) +- techreborn:rubber_sapling (from Tech Reborn) +- twilightforest:twilight_oak_sapling (from The Twilight Forest) +- twilightforest:canopy_sapling (from The Twilight Forest) +- twilightforest:mangrove_sapling (from The Twilight Forest) +- twilightforest:darkwood_sapling (from The Twilight Forest) +- twilightforest:time_sapling (from The Twilight Forest) +- twilightforest:transformation_sapling (from The Twilight Forest) +- twilightforest:mining_sapling (from The Twilight Forest) +- twilightforest:sorting_sapling (from The Twilight Forest) +- twilightforest:hollow_oak_sapling (from The Twilight Forest) +- twilightforest:rainbow_oak_sapling (from The Twilight Forest) + +#forge:ores/copper +- #minecraft:copper_ores (from chisels-and-bits) +- deeperdarker:sculk_stone_copper_ore (from Deeper and Darker) + +#minecraft:unstable_bottom_center +- #minecraft:fence_gates (from Default) +- spectrum:black_fence_gate (from Spectrum) +- spectrum:blue_fence_gate (from Spectrum) +- spectrum:brown_fence_gate (from Spectrum) +- spectrum:cyan_fence_gate (from Spectrum) +- spectrum:gray_fence_gate (from Spectrum) +- spectrum:green_fence_gate (from Spectrum) +- spectrum:light_blue_fence_gate (from Spectrum) +- spectrum:light_gray_fence_gate (from Spectrum) +- spectrum:lime_fence_gate (from Spectrum) +- spectrum:magenta_fence_gate (from Spectrum) +- spectrum:orange_fence_gate (from Spectrum) +- spectrum:pink_fence_gate (from Spectrum) +- spectrum:purple_fence_gate (from Spectrum) +- spectrum:red_fence_gate (from Spectrum) +- spectrum:white_fence_gate (from Spectrum) +- spectrum:yellow_fence_gate (from Spectrum) + +#byg:white_sand +- byg:white_sand (from Oh The Biomes You'll Go) + +#the_bumblezone:blacklisted_hanging_garden_flowers +- minecraft:wither_rose (from The Bumblezone - Fabric) +- minecraft:azure_bluet (from The Bumblezone - Fabric) +- gaiadimension:missingno_plant? (from The Bumblezone - Fabric) +- bushierflowers:grown_wither_rose? (from The Bumblezone - Fabric) +- bushierflowers:grown_azure_bluet? (from The Bumblezone - Fabric) +- flowerpatch:wither_rose_patch? (from The Bumblezone - Fabric) +- flowerpatch:azure_bluet_patch? (from The Bumblezone - Fabric) +- byg:black_rose? (from The Bumblezone - Fabric) +- byg:tall_allium? (from The Bumblezone - Fabric) +- byg:tall_pink_allium? (from The Bumblezone - Fabric) +- byg:delphinium? (from The Bumblezone - Fabric) +- byg:japanese_orchid? (from The Bumblezone - Fabric) +- byg:prairie_grass? (from The Bumblezone - Fabric) +- byg:pollen_block? (from The Bumblezone - Fabric) +- biomesoplenty:wilted_lily? (from The Bumblezone - Fabric) +- aoa3:blue_daylooms? (from The Bumblezone - Fabric) +- aoa3:yellow_daylooms? (from The Bumblezone - Fabric) +- aoa3:pink_daylooms? (from The Bumblezone - Fabric) +- aoa3:red_celevians? (from The Bumblezone - Fabric) +- aoa3:blue_celevians? (from The Bumblezone - Fabric) +- aoa3:white_celevians? (from The Bumblezone - Fabric) +- aoa3:purple_celevians? (from The Bumblezone - Fabric) +- aoa3:magias? (from The Bumblezone - Fabric) +- aoa3:arcflower? (from The Bumblezone - Fabric) +- aoa3:dawn_bush? (from The Bumblezone - Fabric) +- aoa3:dawn_flower? (from The Bumblezone - Fabric) +- blue_skies:muckweed? (from The Bumblezone - Fabric) +- blue_skies:brittlebush? (from The Bumblezone - Fabric) +- blue_skies:lucentroot? (from The Bumblezone - Fabric) +- floralis:brown_flower? (from The Bumblezone - Fabric) +- floralis:black_flower? (from The Bumblezone - Fabric) +- floralis:green_flower? (from The Bumblezone - Fabric) +- floralis:lime_flower? (from The Bumblezone - Fabric) +- farmersdelight:wild_beetroots? (from The Bumblezone - Fabric) +- farmersdelight:wild_tomatoes? (from The Bumblezone - Fabric) +- extendedmushrooms:infested_flower? (from The Bumblezone - Fabric) +- pokecube_legends:purple_wisteria_vines_plant? (from The Bumblezone - Fabric) +- pokecube_legends:purple_wisteria_vines? (from The Bumblezone - Fabric) +- pokecube_legends:polluting_blossom? (from The Bumblezone - Fabric) +- nature_expansion:sloeberries_plant_2? (from The Bumblezone - Fabric) +- nature_expansion:sloeberries_plant_0? (from The Bumblezone - Fabric) +- nature_expansion:sloeberries_plant_1? (from The Bumblezone - Fabric) +- nature_expansion:sloeberries_plant_2? (from The Bumblezone - Fabric) +- nature_expansion:sloeberries_plant_3? (from The Bumblezone - Fabric) +- nature_expansion:yucca_plant_0? (from The Bumblezone - Fabric) +- nature_expansion:yucca_plant_05? (from The Bumblezone - Fabric) +- nature_expansion:yucca_plant_1? (from The Bumblezone - Fabric) +- naturaldecormod:seafig_ice_plant? (from The Bumblezone - Fabric) +- naturaldecormod:iona_air_plant? (from The Bumblezone - Fabric) +- naturaldecormod:bird_of_paradise? (from The Bumblezone - Fabric) +- naturaldecormod:sundew_fixed? (from The Bumblezone - Fabric) +- naturaldecormod:epiphyte_lady_slipper_orchid? (from The Bumblezone - Fabric) +- naturaldecormod:epiphyte_green_wing_orchid? (from The Bumblezone - Fabric) +- naturaldecormod:epiphyte_ghost_orchid? (from The Bumblezone - Fabric) +- naturaldecormod:epiphyte_orchid? (from The Bumblezone - Fabric) +- naturaldecormod:epiphyte_spotted_bromeliad? (from The Bumblezone - Fabric) +- naturaldecormod:epiphyte_tango_bromeliad? (from The Bumblezone - Fabric) +- naturaldecormod:epiphyte_orchid? (from The Bumblezone - Fabric) +- naturaldecormod:epiphyte_orchid? (from The Bumblezone - Fabric) +- naturaldecormod:soul_sage? (from The Bumblezone - Fabric) +- naturaldecormod:creeping_flox_blue_small? (from The Bumblezone - Fabric) +- naturaldecormod:creeping_flox_blue_large? (from The Bumblezone - Fabric) +- naturaldecormod:creeping_flox_purple_small? (from The Bumblezone - Fabric) +- naturaldecormod:creeping_flox_purple_large? (from The Bumblezone - Fabric) +- naturaldecormod:creeping_flox_purple_small? (from The Bumblezone - Fabric) +- naturaldecormod:dwarf_red_bottle_brush? (from The Bumblezone - Fabric) +- naturaldecormod:dwarf_pink_bottle_brush? (from The Bumblezone - Fabric) +- naturaldecormod:spotted_bromeliad_ndm? (from The Bumblezone - Fabric) +- naturaldecormod:viola_delight? (from The Bumblezone - Fabric) +- naturaldecormod:wither_rose_bundle? (from The Bumblezone - Fabric) +- cyclic:flower_lime_carnation? (from The Bumblezone - Fabric) +- undergarden:shimmerweed? (from The Bumblezone - Fabric) +- alchemists_garden:cloudelion? (from The Bumblezone - Fabric) +- duneons:lobby_plantssmall? (from The Bumblezone - Fabric) +- duneons:popflower? (from The Bumblezone - Fabric) +- duneons:creeperwoodsallium? (from The Bumblezone - Fabric) +- duneons:purplefaireflowersmall? (from The Bumblezone - Fabric) +- duneons:pinkfaireflowersmall? (from The Bumblezone - Fabric) +- duneons:flowerswamp? (from The Bumblezone - Fabric) +- duneons:junglebush? (from The Bumblezone - Fabric) +- duneons:jungle_flower_leafy? (from The Bumblezone - Fabric) +- duneons:nethertulip? (from The Bumblezone - Fabric) +- duneons:torchflower? (from The Bumblezone - Fabric) +- duneons:fortune_flower? (from The Bumblezone - Fabric) +- duneons:endpinkflower? (from The Bumblezone - Fabric) + +#c:stones +- byg:soapstone (from Oh The Biomes You'll Go) +- byg:scoria_stone (from Oh The Biomes You'll Go) +- byg:dacite (from Oh The Biomes You'll Go) +- byg:rocky_stone (from Oh The Biomes You'll Go) +- byg:mossy_stone (from Oh The Biomes You'll Go) +- byg:overgrown_stone (from Oh The Biomes You'll Go) +- byg:overgrown_dacite (from Oh The Biomes You'll Go) +- byg:sythian_nylium (from Oh The Biomes You'll Go) +- byg:podzol_dacite (from Oh The Biomes You'll Go) +- byg:red_rock (from Oh The Biomes You'll Go) +- byg:ether_stone (from Oh The Biomes You'll Go) + +#byg:may_place_on/nightshade_sapling +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#minecraft:banners +- minecraft:white_banner (from Default) +- minecraft:orange_banner (from Default) +- minecraft:magenta_banner (from Default) +- minecraft:light_blue_banner (from Default) +- minecraft:yellow_banner (from Default) +- minecraft:lime_banner (from Default) +- minecraft:pink_banner (from Default) +- minecraft:gray_banner (from Default) +- minecraft:light_gray_banner (from Default) +- minecraft:cyan_banner (from Default) +- minecraft:purple_banner (from Default) +- minecraft:blue_banner (from Default) +- minecraft:brown_banner (from Default) +- minecraft:green_banner (from Default) +- minecraft:red_banner (from Default) +- minecraft:black_banner (from Default) +- minecraft:white_wall_banner (from Default) +- minecraft:orange_wall_banner (from Default) +- minecraft:magenta_wall_banner (from Default) +- minecraft:light_blue_wall_banner (from Default) +- minecraft:yellow_wall_banner (from Default) +- minecraft:lime_wall_banner (from Default) +- minecraft:pink_wall_banner (from Default) +- minecraft:gray_wall_banner (from Default) +- minecraft:light_gray_wall_banner (from Default) +- minecraft:cyan_wall_banner (from Default) +- minecraft:purple_wall_banner (from Default) +- minecraft:blue_wall_banner (from Default) +- minecraft:brown_wall_banner (from Default) +- minecraft:green_wall_banner (from Default) +- minecraft:red_wall_banner (from Default) +- minecraft:black_wall_banner (from Default) + +#c:sextuple_compressed_stone +- compressor:sextuple_compressed_stone (from Compressor) + +#c:double_compressed_basalt +- compressor:double_compressed_basalt (from Compressor) + +#minecraft:wooden_fences +- minecraft:oak_fence (from Default) +- minecraft:acacia_fence (from Default) +- minecraft:dark_oak_fence (from Default) +- minecraft:spruce_fence (from Default) +- minecraft:birch_fence (from Default) +- minecraft:jungle_fence (from Default) +- minecraft:crimson_fence (from Default) +- minecraft:warped_fence (from Default) +- minecraft:mangrove_fence (from Default) +- bewitchment:juniper_fence (from Bewitchment) +- bewitchment:cypress_fence (from Bewitchment) +- bewitchment:elder_fence (from Bewitchment) +- bewitchment:dragons_blood_fence (from Bewitchment) +- biomemakeover:blighted_balsa_fence (from Biome Makeover) +- biomemakeover:willow_fence (from Biome Makeover) +- biomemakeover:swamp_cypress_fence (from Biome Makeover) +- biomemakeover:ancient_oak_fence (from Biome Makeover) +- botania:dreamwood_fence (from Botania) +- botania:livingwood_fence (from Botania) +- byg:aspen_fence (from Oh The Biomes You'll Go) +- byg:baobab_fence (from Oh The Biomes You'll Go) +- byg:blue_enchanted_fence (from Oh The Biomes You'll Go) +- byg:bulbis_fence (from Oh The Biomes You'll Go) +- byg:cherry_fence (from Oh The Biomes You'll Go) +- byg:cika_fence (from Oh The Biomes You'll Go) +- byg:cypress_fence (from Oh The Biomes You'll Go) +- byg:ebony_fence (from Oh The Biomes You'll Go) +- byg:embur_fence (from Oh The Biomes You'll Go) +- byg:ether_fence (from Oh The Biomes You'll Go) +- byg:fir_fence (from Oh The Biomes You'll Go) +- byg:green_enchanted_fence (from Oh The Biomes You'll Go) +- byg:holly_fence (from Oh The Biomes You'll Go) +- byg:imparius_fence (from Oh The Biomes You'll Go) +- byg:jacaranda_fence (from Oh The Biomes You'll Go) +- byg:lament_fence (from Oh The Biomes You'll Go) +- byg:mahogany_fence (from Oh The Biomes You'll Go) +- byg:maple_fence (from Oh The Biomes You'll Go) +- byg:nightshade_fence (from Oh The Biomes You'll Go) +- byg:palm_fence (from Oh The Biomes You'll Go) +- byg:pine_fence (from Oh The Biomes You'll Go) +- byg:rainbow_eucalyptus_fence (from Oh The Biomes You'll Go) +- byg:redwood_fence (from Oh The Biomes You'll Go) +- byg:skyris_fence (from Oh The Biomes You'll Go) +- byg:sythian_fence (from Oh The Biomes You'll Go) +- byg:white_mangrove_fence (from Oh The Biomes You'll Go) +- byg:willow_fence (from Oh The Biomes You'll Go) +- byg:witch_hazel_fence (from Oh The Biomes You'll Go) +- byg:zelkova_fence (from Oh The Biomes You'll Go) +- deeperdarker:echo_fence (from Deeper and Darker) +- ecologics:coconut_fence (from Ecologics) +- ecologics:walnut_fence (from Ecologics) +- ecologics:azalea_fence (from Ecologics) +- ecologics:flowering_azalea_fence (from Ecologics) +- #spectrum:colored_fences (from Spectrum) +- techreborn:rubber_fence (from Tech Reborn) +- twilightforest:twilight_oak_fence (from The Twilight Forest) +- twilightforest:canopy_fence (from The Twilight Forest) +- twilightforest:mangrove_fence (from The Twilight Forest) +- twilightforest:dark_fence (from The Twilight Forest) +- twilightforest:time_fence (from The Twilight Forest) +- twilightforest:transformation_fence (from The Twilight Forest) +- twilightforest:mining_fence (from The Twilight Forest) +- twilightforest:sorting_fence (from The Twilight Forest) +- vinery:cherry_fence (from Vinery) + +#spectrum:ruin_safe +- #spectrum:forfeiture_safe (from Spectrum) +- minecraft:air (from Spectrum) +- minecraft:cave_air (from Spectrum) +- minecraft:light (from Spectrum) +- spectrum:wand_light (from Spectrum) + +#c:double_compressed_granite +- compressor:double_compressed_granite (from Compressor) + +#c:bronze_blocks +- indrev:bronze_block (from Industrial Revolution) +- techreborn:bronze_storage_block (from Tech Reborn) + +#mcwwindows:windows +- mcwwindows:oak_window (from Macaw's Windows) +- mcwwindows:spruce_window (from Macaw's Windows) +- mcwwindows:birch_window (from Macaw's Windows) +- mcwwindows:jungle_window (from Macaw's Windows) +- mcwwindows:acacia_window (from Macaw's Windows) +- mcwwindows:dark_oak_window (from Macaw's Windows) +- mcwwindows:crimson_stem_window (from Macaw's Windows) +- mcwwindows:warped_stem_window (from Macaw's Windows) +- mcwwindows:mangrove_window (from Macaw's Windows) +- mcwwindows:oak_plank_window (from Macaw's Windows) +- mcwwindows:spruce_plank_window (from Macaw's Windows) +- mcwwindows:birch_plank_window (from Macaw's Windows) +- mcwwindows:jungle_plank_window (from Macaw's Windows) +- mcwwindows:acacia_plank_window (from Macaw's Windows) +- mcwwindows:dark_oak_plank_window (from Macaw's Windows) +- mcwwindows:crimson_planks_window (from Macaw's Windows) +- mcwwindows:warped_planks_window (from Macaw's Windows) +- mcwwindows:mangrove_plank_window (from Macaw's Windows) +- mcwwindows:dark_prismarine_window (from Macaw's Windows) +- mcwwindows:prismarine_window (from Macaw's Windows) +- mcwwindows:blackstone_window (from Macaw's Windows) +- mcwwindows:stripped_oak_log_window (from Macaw's Windows) +- mcwwindows:stripped_spruce_log_window (from Macaw's Windows) +- mcwwindows:stripped_birch_log_window (from Macaw's Windows) +- mcwwindows:stripped_jungle_log_window (from Macaw's Windows) +- mcwwindows:stripped_acacia_log_window (from Macaw's Windows) +- mcwwindows:stripped_dark_oak_log_window (from Macaw's Windows) +- mcwwindows:stripped_crimson_stem_window (from Macaw's Windows) +- mcwwindows:stripped_warped_stem_window (from Macaw's Windows) +- mcwwindows:stripped_mangrove_log_window (from Macaw's Windows) +- mcwwindows:andesite_window (from Macaw's Windows) +- mcwwindows:diorite_window (from Macaw's Windows) +- mcwwindows:granite_window (from Macaw's Windows) +- mcwwindows:stone_window (from Macaw's Windows) + +#twilightforest:transwood_logs +- twilightforest:transformation_log (from The Twilight Forest) +- twilightforest:stripped_transformation_log (from The Twilight Forest) +- twilightforest:transformation_wood (from The Twilight Forest) +- twilightforest:stripped_transformation_wood (from The Twilight Forest) + +#forge:obsidian +- minecraft:obsidian (from chisels-and-bits) + +#forge:enderman_place_on_blacklist + +#spectrum:amethyst_buds +- minecraft:small_amethyst_bud (from Spectrum) +- minecraft:medium_amethyst_bud (from Spectrum) +- minecraft:large_amethyst_bud (from Spectrum) +- minecraft:amethyst_cluster (from Spectrum) + +#farmersdelight:drops_cake_slice +- minecraft:candle_cake (from Farmer's Delight) +- minecraft:white_candle_cake (from Farmer's Delight) +- minecraft:orange_candle_cake (from Farmer's Delight) +- minecraft:magenta_candle_cake (from Farmer's Delight) +- minecraft:light_blue_candle_cake (from Farmer's Delight) +- minecraft:yellow_candle_cake (from Farmer's Delight) +- minecraft:lime_candle_cake (from Farmer's Delight) +- minecraft:pink_candle_cake (from Farmer's Delight) +- minecraft:gray_candle_cake (from Farmer's Delight) +- minecraft:light_gray_candle_cake (from Farmer's Delight) +- minecraft:cyan_candle_cake (from Farmer's Delight) +- minecraft:purple_candle_cake (from Farmer's Delight) +- minecraft:blue_candle_cake (from Farmer's Delight) +- minecraft:brown_candle_cake (from Farmer's Delight) +- minecraft:green_candle_cake (from Farmer's Delight) +- minecraft:red_candle_cake (from Farmer's Delight) +- minecraft:black_candle_cake (from Farmer's Delight) + +#minecraft:cauldrons +- minecraft:cauldron (from Default) +- minecraft:water_cauldron (from Default) +- minecraft:lava_cauldron (from Default) +- minecraft:powder_snow_cauldron (from Default) + +#forge:ore_rates/singular +- minecraft:ancient_debris (from chisels-and-bits) +- minecraft:coal_ore (from chisels-and-bits) +- minecraft:deepslate_coal_ore (from chisels-and-bits) +- minecraft:deepslate_diamond_ore (from chisels-and-bits) +- minecraft:deepslate_emerald_ore (from chisels-and-bits) +- minecraft:deepslate_gold_ore (from chisels-and-bits) +- minecraft:deepslate_iron_ore (from chisels-and-bits) +- minecraft:diamond_ore (from chisels-and-bits) +- minecraft:emerald_ore (from chisels-and-bits) +- minecraft:gold_ore (from chisels-and-bits) +- minecraft:iron_ore (from chisels-and-bits) +- minecraft:nether_quartz_ore (from chisels-and-bits) + +#byg:may_place_on/silver_maple_sapling +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#kibe:elevators +- kibe:white_elevator (from Kibe) +- kibe:orange_elevator (from Kibe) +- kibe:magenta_elevator (from Kibe) +- kibe:light_blue_elevator (from Kibe) +- kibe:yellow_elevator (from Kibe) +- kibe:lime_elevator (from Kibe) +- kibe:pink_elevator (from Kibe) +- kibe:gray_elevator (from Kibe) +- kibe:light_gray_elevator (from Kibe) +- kibe:cyan_elevator (from Kibe) +- kibe:blue_elevator (from Kibe) +- kibe:purple_elevator (from Kibe) +- kibe:green_elevator (from Kibe) +- kibe:brown_elevator (from Kibe) +- kibe:red_elevator (from Kibe) +- kibe:black_elevator (from Kibe) + +#c:uraninite_blocks +- powah:uraninite_block (from Powah!) + +#c:ore_rates/dense +- minecraft:copper_ore (from Porting Lib Tags) +- minecraft:deepslate_copper_ore (from Porting Lib Tags) +- minecraft:deepslate_lapis_ore (from Porting Lib Tags) +- minecraft:deepslate_redstone_ore (from Porting Lib Tags) +- minecraft:lapis_ore (from Porting Lib Tags) +- minecraft:redstone_ore (from Porting Lib Tags) + +#minecraft:dead_bush_may_place_on +- #minecraft:sand (from Default) +- #minecraft:terracotta (from Default) +- #minecraft:dirt (from Default) +- #supplementaries:planters (from Supplementaries) + +#repurposed_structures:ancient_city_nether_replaceable +- minecraft:basalt (from Repurposed Structures) +- minecraft:red_nether_bricks (from Repurposed Structures) +- minecraft:polished_blackstone_bricks (from Repurposed Structures) +- minecraft:red_nether_brick_slab (from Repurposed Structures) +- minecraft:polished_blackstone_brick_slab (from Repurposed Structures) +- minecraft:red_nether_brick_stairs (from Repurposed Structures) +- minecraft:polished_blackstone_brick_stairs (from Repurposed Structures) +- minecraft:red_nether_brick_wall (from Repurposed Structures) +- minecraft:polished_blackstone_brick_wall (from Repurposed Structures) +- minecraft:red_nether_bricks (from Repurposed Structures) +- minecraft:cracked_nether_bricks (from Repurposed Structures) +- minecraft:crimson_hyphae (from Repurposed Structures) + +#c:raw_zinc_blocks +- create:raw_zinc_block (from Create) + +#minecraft:snow_layer_cannot_survive_on +- minecraft:ice (from Default) +- minecraft:packed_ice (from Default) +- minecraft:barrier (from Default) + +#minecraft:sculk_replaceable +- #minecraft:base_stone_overworld (from Default) +- #minecraft:dirt (from Default) +- #minecraft:terracotta (from Default) +- #minecraft:nylium (from Default) +- #minecraft:base_stone_nether (from Default) +- #minecraft:sand (from Default) +- minecraft:gravel (from Default) +- minecraft:soul_sand (from Default) +- minecraft:soul_soil (from Default) +- minecraft:calcite (from Default) +- minecraft:smooth_basalt (from Default) +- minecraft:clay (from Default) +- minecraft:dripstone_block (from Default) +- minecraft:end_stone (from Default) +- minecraft:red_sandstone (from Default) +- minecraft:sandstone (from Default) +- minecraft:moss_block (from Deeper and Darker) +- deeperdarker:infested_sculk (from Deeper and Darker) +- deeperdarker:sculk_jaw (from Deeper and Darker) +- #minecraft:leaves (from Deeper and Darker) + +#byg:may_place_on/pine_sapling +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#c:octuple_compressed_netherrack +- compressor:octuple_compressed_netherrack (from Compressor) + +#minecraft:ancient_city_replaceable +- minecraft:deepslate (from Default) +- minecraft:deepslate_bricks (from Default) +- minecraft:deepslate_tiles (from Default) +- minecraft:deepslate_brick_slab (from Default) +- minecraft:deepslate_tile_slab (from Default) +- minecraft:deepslate_brick_stairs (from Default) +- minecraft:deepslate_tile_wall (from Default) +- minecraft:deepslate_brick_wall (from Default) +- minecraft:cobbled_deepslate (from Default) +- minecraft:cracked_deepslate_bricks (from Default) +- minecraft:cracked_deepslate_tiles (from Default) +- minecraft:gray_wool (from Default) + +#naturalist:vultures_spawnable_on +- minecraft:grass_block (from Naturalist) +- minecraft:air (from Naturalist) +- #minecraft:leaves (from Naturalist) +- #minecraft:sand (from Naturalist) + +#c:black_sand +- byg:black_sand (from Oh The Biomes You'll Go) + +#c:quadruple_compressed_end_stone +- compressor:quadruple_compressed_end_stone (from Compressor) + +#c:obsidian +- minecraft:obsidian (from Porting Lib Tags) + +#c:quadruple_compressed_dirt +- compressor:quadruple_compressed_dirt (from Compressor) + +#supplementaries:pouring_tank +- minecraft:sponge? (from Supplementaries) +- minecraft:wet_sponge? (from Supplementaries) +- tconstruct:channel? (from Supplementaries) +- tconstruct:scorched_channel? (from Supplementaries) +- ceramics:porcelain_channel? (from Supplementaries) +- ceramics:unfired_channel? (from Supplementaries) +- ceramics:clay_channel? (from Supplementaries) +- ceramics:terracotta_channel? (from Supplementaries) +- tconstruct:seared_channel? (from Supplementaries) +- tconstruct:casting_basin? (from Supplementaries) +- tconstrust:casting_table? (from Supplementaries) +- tconstrust:seared_basin? (from Supplementaries) +- tconstrust:scorched_basin? (from Supplementaries) +- create:basin? (from Supplementaries) +- #ceramics:terracotta_cisterns? (from Supplementaries) +- #ceramics:porcelain_cistern? (from Supplementaries) + +#forge:glass/magenta +- minecraft:magenta_stained_glass (from chisels-and-bits) + +#ad_astra:burns_out +- supplementaries:wall_lantern? (from Ad Astra!) + +#the_bumblezone:allowed_hanging_garden_flowers +- #minecraft:small_flowers (from The Bumblezone - Fabric) +- srias_flowers:blue_poppy? (from The Bumblezone - Fabric) +- srias_flowers:hydrangea? (from The Bumblezone - Fabric) +- srias_flowers:crocus? (from The Bumblezone - Fabric) +- srias_flowers:snowdrops? (from The Bumblezone - Fabric) +- srias_flowers:orange_daisy? (from The Bumblezone - Fabric) +- ecologics:azalea_flower? (from The Bumblezone - Fabric) +- bosses_of_mass_destruction:void_lily? (from The Bumblezone - Fabric) +- twilightforest:thorn_rose? (from The Bumblezone - Fabric) +- twigs:azalea_flowers? (from The Bumblezone - Fabric) +- fruittrees:redlove_sapling? (from The Bumblezone - Fabric) +- fruittrees:cherry_sapling? (from The Bumblezone - Fabric) +- broglisplants:deadly_nightshade_block? (from The Bumblezone - Fabric) +- oaks_nature:bundle_of_poppy? (from The Bumblezone - Fabric) +- oaks_nature:bundle_of_oxeye_daisy? (from The Bumblezone - Fabric) +- oaks_nature:white_dandelion? (from The Bumblezone - Fabric) +- cherryblossomgrotto:cherry_blossom_sapling? (from The Bumblezone - Fabric) +- biomesoplenty:pink_cherry_sapling? (from The Bumblezone - Fabric) +- biomesoplenty:white_cherry_sapling? (from The Bumblezone - Fabric) +- biomesoplenty:flowering_oak_sapling? (from The Bumblezone - Fabric) +- duneons:houstonia? (from The Bumblezone - Fabric) +- duneons:flowerpatch? (from The Bumblezone - Fabric) +- duneons:flowerscactusred? (from The Bumblezone - Fabric) +- duneons:flowerscactuspink? (from The Bumblezone - Fabric) +- duneons:flowerscactuswhite? (from The Bumblezone - Fabric) +- duneons:flowersheatherblue? (from The Bumblezone - Fabric) +- duneons:flowersheatherorange? (from The Bumblezone - Fabric) +- duneons:creeperwoodsplaynt_1? (from The Bumblezone - Fabric) +- duneons:creeperwoodsplant_1? (from The Bumblezone - Fabric) +- duneons:pink_jungle_plant? (from The Bumblezone - Fabric) +- duneons:large_jungle_plant? (from The Bumblezone - Fabric) +- duneons:bloomingflare? (from The Bumblezone - Fabric) +- duneons:netherflower? (from The Bumblezone - Fabric) +- duneons:warpedputridpetals? (from The Bumblezone - Fabric) +- duneons:warpedflower? (from The Bumblezone - Fabric) + +#forge:ores/coal +- #minecraft:coal_ores (from chisels-and-bits) +- deeperdarker:sculk_stone_coal_ore (from Deeper and Darker) + +#snowyspirit:gumdrops +- snowyspirit:gumdrop_white (from Snowy Spirit) +- snowyspirit:gumdrop_orange (from Snowy Spirit) +- snowyspirit:gumdrop_magenta (from Snowy Spirit) +- snowyspirit:gumdrop_light_blue (from Snowy Spirit) +- snowyspirit:gumdrop_yellow (from Snowy Spirit) +- snowyspirit:gumdrop_lime (from Snowy Spirit) +- snowyspirit:gumdrop_light_blue (from Snowy Spirit) +- snowyspirit:gumdrop_pink (from Snowy Spirit) +- snowyspirit:gumdrop_gray (from Snowy Spirit) +- snowyspirit:gumdrop_light_gray (from Snowy Spirit) +- snowyspirit:gumdrop_cyan (from Snowy Spirit) +- snowyspirit:gumdrop_purple (from Snowy Spirit) +- snowyspirit:gumdrop_blue (from Snowy Spirit) +- snowyspirit:gumdrop_brown (from Snowy Spirit) +- snowyspirit:gumdrop_green (from Snowy Spirit) +- snowyspirit:gumdrop_red (from Snowy Spirit) +- snowyspirit:gumdrop_black (from Snowy Spirit) + +#redbits:large_wooden_buttons +- redbits:oak_large_button (from Red Bits) +- redbits:spruce_large_button (from Red Bits) +- redbits:birch_large_button (from Red Bits) +- redbits:jungle_large_button (from Red Bits) +- redbits:acacia_large_button (from Red Bits) +- redbits:dark_oak_large_button (from Red Bits) +- redbits:crimson_large_button (from Red Bits) +- redbits:warped_large_button (from Red Bits) + +#spectrum:failing_special_conversions +- minecraft:crying_obsidian (from Spectrum) + +#c:raw_calorite_blocks +- ad_astra:raw_calorite_block (from Ad Astra!) + +#spectrum:building_staffs_blacklisted +- minecraft:composter (from Spectrum) +- minecraft:cauldron (from Spectrum) +- minecraft:cake (from Spectrum) +- minecraft:beehive (from Spectrum) +- minecraft:brewing_stand (from Spectrum) +- spectrum:fading (from Spectrum) +- spectrum:failing (from Spectrum) +- spectrum:ruin (from Spectrum) +- spectrum:decay_away (from Spectrum) + +#minecraft:base_stone_nether +- minecraft:netherrack (from Default) +- minecraft:basalt (from Default) +- minecraft:blackstone (from Default) +- byg:blue_netherrack (from Oh The Biomes You'll Go) +- byg:brimstone (from Oh The Biomes You'll Go) +- byg:magmatic_stone (from Oh The Biomes You'll Go) +- byg:ether_stone (from Oh The Biomes You'll Go) +- byg:quartzite_sand (from Oh The Biomes You'll Go) +- byg:cryptic_stone (from Oh The Biomes You'll Go) +- byg:scoria_stone (from Oh The Biomes You'll Go) +- byg:travertine (from Oh The Biomes You'll Go) + +#spectrum:mermaids_brush_plantable +- minecraft:grass_block (from Spectrum) +- minecraft:dirt (from Spectrum) +- minecraft:gravel (from Spectrum) +- minecraft:sand (from Spectrum) + +#c:ore_rates/singular +- minecraft:ancient_debris (from Porting Lib Tags) +- minecraft:coal_ore (from Porting Lib Tags) +- minecraft:deepslate_coal_ore (from Porting Lib Tags) +- minecraft:deepslate_diamond_ore (from Porting Lib Tags) +- minecraft:deepslate_emerald_ore (from Porting Lib Tags) +- minecraft:deepslate_gold_ore (from Porting Lib Tags) +- minecraft:deepslate_iron_ore (from Porting Lib Tags) +- minecraft:diamond_ore (from Porting Lib Tags) +- minecraft:emerald_ore (from Porting Lib Tags) +- minecraft:gold_ore (from Porting Lib Tags) +- minecraft:iron_ore (from Porting Lib Tags) +- minecraft:nether_quartz_ore (from Porting Lib Tags) + +#spectrum:moonstone_buds +- spectrum:small_moonstone_bud (from Spectrum) +- spectrum:medium_moonstone_bud (from Spectrum) +- spectrum:large_moonstone_bud (from Spectrum) +- spectrum:moonstone_cluster (from Spectrum) + +#ants:food/colored/oak_green_leaf_food +- spectrum:green_leaves (from Spectrum) + +#c:raw_copper_blocks +- minecraft:raw_copper_block (from Porting Lib Tags) + +#byg:may_place_on/blue_enchanted_sapling +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#redbits:complex_pressure_plates +- redbits:obsidian_pressure_plate (from Red Bits) +- redbits:crying_obsidian_pressure_plate (from Red Bits) +- redbits:end_stone_pressure_plate (from Red Bits) +- redbits:basalt_pressure_plate (from Red Bits) + +#c:raw_gold_blocks +- minecraft:raw_gold_block (from Porting Lib Tags) + +#minecraft:trapdoors +- #minecraft:wooden_trapdoors (from Default) +- minecraft:iron_trapdoor (from Default) +- ad_astra:steel_trapdoor (from Ad Astra!) +- ad_astra:glacian_trapdoor (from Ad Astra!) +- ad_astra:aeronos_trapdoor (from Ad Astra!) +- ad_astra:strophar_trapdoor (from Ad Astra!) +- byg:aspen_trapdoor (from Oh The Biomes You'll Go) +- byg:baobab_trapdoor (from Oh The Biomes You'll Go) +- byg:blue_enchanted_trapdoor (from Oh The Biomes You'll Go) +- byg:bulbis_trapdoor (from Oh The Biomes You'll Go) +- byg:cherry_trapdoor (from Oh The Biomes You'll Go) +- byg:cika_trapdoor (from Oh The Biomes You'll Go) +- byg:cypress_trapdoor (from Oh The Biomes You'll Go) +- byg:ebony_trapdoor (from Oh The Biomes You'll Go) +- byg:embur_trapdoor (from Oh The Biomes You'll Go) +- byg:ether_trapdoor (from Oh The Biomes You'll Go) +- byg:fir_trapdoor (from Oh The Biomes You'll Go) +- byg:green_enchanted_trapdoor (from Oh The Biomes You'll Go) +- byg:holly_trapdoor (from Oh The Biomes You'll Go) +- byg:imparius_trapdoor (from Oh The Biomes You'll Go) +- byg:jacaranda_trapdoor (from Oh The Biomes You'll Go) +- byg:lament_trapdoor (from Oh The Biomes You'll Go) +- byg:mahogany_trapdoor (from Oh The Biomes You'll Go) +- byg:maple_trapdoor (from Oh The Biomes You'll Go) +- byg:nightshade_trapdoor (from Oh The Biomes You'll Go) +- byg:palm_trapdoor (from Oh The Biomes You'll Go) +- byg:pine_trapdoor (from Oh The Biomes You'll Go) +- byg:rainbow_eucalyptus_trapdoor (from Oh The Biomes You'll Go) +- byg:redwood_trapdoor (from Oh The Biomes You'll Go) +- byg:skyris_trapdoor (from Oh The Biomes You'll Go) +- byg:sythian_trapdoor (from Oh The Biomes You'll Go) +- byg:white_mangrove_trapdoor (from Oh The Biomes You'll Go) +- byg:willow_trapdoor (from Oh The Biomes You'll Go) +- byg:witch_hazel_trapdoor (from Oh The Biomes You'll Go) +- byg:zelkova_trapdoor (from Oh The Biomes You'll Go) +- create:train_trapdoor (from Create) +- create:framed_glass_trapdoor (from Create) +- #minecraft:wooden_trapdoors (from The Graveyard) +- minecraft:iron_trapdoor (from The Graveyard) +- graveyard:dark_iron_trapdoor (from The Graveyard) +- hexcasting:edified_trapdoor (from Hex Casting) +- #minecraft:wooden_trapdoors (from Macaw's Trapdoors) +- minecraft:iron_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:metal_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:metal_full_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:metal_warning_trapdoor (from Macaw's Trapdoors) +- snowyspirit:gingerbread_trapdoor (from Snowy Spirit) +- supplementaries:gold_trapdoor (from Supplementaries) +- supplementaries:netherite_trapdoor (from Supplementaries) +- supplementaries:silver_trapdoor (from Supplementaries) +- supplementaries:lead_trapdoor (from Supplementaries) + +#spectrum:moonstone_chiseled_base_blocks +- spectrum:moonstone_chiseled_basalt (from Spectrum) +- spectrum:moonstone_chiseled_calcite (from Spectrum) + +#forge:glass/cyan +- minecraft:cyan_stained_glass (from chisels-and-bits) + +#c:stained_glass_panes +- minecraft:white_stained_glass_pane (from Porting Lib Tags) +- minecraft:orange_stained_glass_pane (from Porting Lib Tags) +- minecraft:magenta_stained_glass_pane (from Porting Lib Tags) +- minecraft:light_blue_stained_glass_pane (from Porting Lib Tags) +- minecraft:yellow_stained_glass_pane (from Porting Lib Tags) +- minecraft:lime_stained_glass_pane (from Porting Lib Tags) +- minecraft:pink_stained_glass_pane (from Porting Lib Tags) +- minecraft:gray_stained_glass_pane (from Porting Lib Tags) +- minecraft:light_gray_stained_glass_pane (from Porting Lib Tags) +- minecraft:cyan_stained_glass_pane (from Porting Lib Tags) +- minecraft:purple_stained_glass_pane (from Porting Lib Tags) +- minecraft:blue_stained_glass_pane (from Porting Lib Tags) +- minecraft:brown_stained_glass_pane (from Porting Lib Tags) +- minecraft:green_stained_glass_pane (from Porting Lib Tags) +- minecraft:red_stained_glass_pane (from Porting Lib Tags) +- minecraft:black_stained_glass_pane (from Porting Lib Tags) + +#c:septuple_compressed_netherrack +- compressor:septuple_compressed_netherrack (from Compressor) + +#c:cobblestones +- byg:red_rock (from Oh The Biomes You'll Go) +- byg:dacite_cobblestone (from Oh The Biomes You'll Go) +- byg:scoria_cobblestone (from Oh The Biomes You'll Go) +- byg:soapstone (from Oh The Biomes You'll Go) +- byg:cobbled_ether_stone (from Oh The Biomes You'll Go) + +#botania:shiny_flowers +- botania:black_shiny_flower (from Botania) +- botania:blue_shiny_flower (from Botania) +- botania:brown_shiny_flower (from Botania) +- botania:cyan_shiny_flower (from Botania) +- botania:gray_shiny_flower (from Botania) +- botania:green_shiny_flower (from Botania) +- botania:light_blue_shiny_flower (from Botania) +- botania:light_gray_shiny_flower (from Botania) +- botania:lime_shiny_flower (from Botania) +- botania:magenta_shiny_flower (from Botania) +- botania:orange_shiny_flower (from Botania) +- botania:pink_shiny_flower (from Botania) +- botania:purple_shiny_flower (from Botania) +- botania:red_shiny_flower (from Botania) +- botania:white_shiny_flower (from Botania) +- botania:yellow_shiny_flower (from Botania) + +#botania:ender_air_convertable +- minecraft:stone (from Botania) +- minecraft:deepslate (from Botania) +- minecraft:granite (from Botania) +- minecraft:diorite (from Botania) +- minecraft:andesite (from Botania) + +#c:sextuple_compressed_diorite +- compressor:sextuple_compressed_diorite (from Compressor) + +#forge:glass +- #forge:glass/colorless (from chisels-and-bits) +- #forge:stained_glass (from chisels-and-bits) +- #forge:glass/tinted (from chisels-and-bits) + +#ants:food/colored/oak_pink_leaf_food +- spectrum:pink_leaves (from Spectrum) +- spectrum:jade_vine_petal_block (from Spectrum) + +#c:clusters +- ae2:quartz_cluster (from Applied Energistics 2) + +#minecraft:geode_invalid_blocks +- minecraft:bedrock (from Default) +- minecraft:water (from Default) +- minecraft:lava (from Default) +- minecraft:ice (from Default) +- minecraft:packed_ice (from Default) +- minecraft:blue_ice (from Default) + +#c:triple_compressed_diorite +- compressor:triple_compressed_diorite (from Compressor) + +#supplementaries:planters +- supplementaries:planter? (from Supplementaries) +- supplementaries:planter_rich? (from Supplementaries) +- supplementaries:planter_rich_soul? (from Supplementaries) + +#forge:ores_in_ground/netherrack +- minecraft:nether_gold_ore (from chisels-and-bits) +- minecraft:nether_quartz_ore (from chisels-and-bits) + +#byg:may_place_on/white_mangrove_sapling +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#byg:may_place_on/purple_sage +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#minecraft:cave_vines +- minecraft:cave_vines_plant (from Default) +- minecraft:cave_vines (from Default) + +#byg:baobab_logs +- byg:baobab_log (from Oh The Biomes You'll Go) +- byg:baobab_wood (from Oh The Biomes You'll Go) +- byg:stripped_baobab_log (from Oh The Biomes You'll Go) +- byg:stripped_baobab_wood (from Oh The Biomes You'll Go) + +#computercraft:turtle_hoe_harvestable +- #minecraft:crops (from CC: Restitched) +- #minecraft:mineable/hoe (from CC: Restitched) +- minecraft:cactus (from CC: Restitched) +- minecraft:melon (from CC: Restitched) +- minecraft:pumpkin (from CC: Restitched) +- minecraft:carved_pumpkin (from CC: Restitched) +- minecraft:jack_o_lantern (from CC: Restitched) + +#botania:livingwood_logs +- botania:livingwood_log (from Botania) +- botania:livingwood (from Botania) +- botania:stripped_livingwood_log (from Botania) +- botania:stripped_livingwood (from Botania) +- #botania:glimmering_livingwood_logs (from Botania) + +#byg:may_place_on/joshua_sapling +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#bewitchment:cypress_logs +- bewitchment:cypress_log (from Bewitchment) +- bewitchment:cypress_wood (from Bewitchment) +- bewitchment:stripped_cypress_log (from Bewitchment) +- bewitchment:stripped_cypress_wood (from Bewitchment) + +#c:blue_glass +- minecraft:blue_stained_glass (from Porting Lib Tags) + +#byg:mahogany_logs +- byg:mahogany_log (from Oh The Biomes You'll Go) +- byg:mahogany_wood (from Oh The Biomes You'll Go) +- byg:stripped_mahogany_log (from Oh The Biomes You'll Go) +- byg:stripped_mahogany_wood (from Oh The Biomes You'll Go) + +#byg:sythian_stalk_plantable_on +- byg:sythian_nylium (from Oh The Biomes You'll Go) +- byg:sythian_sapling (from Oh The Biomes You'll Go) +- byg:sythian_stalk_block (from Oh The Biomes You'll Go) + +#forge:stained_glass_panes +- minecraft:white_stained_glass_pane (from chisels-and-bits) +- minecraft:orange_stained_glass_pane (from chisels-and-bits) +- minecraft:magenta_stained_glass_pane (from chisels-and-bits) +- minecraft:light_blue_stained_glass_pane (from chisels-and-bits) +- minecraft:yellow_stained_glass_pane (from chisels-and-bits) +- minecraft:lime_stained_glass_pane (from chisels-and-bits) +- minecraft:pink_stained_glass_pane (from chisels-and-bits) +- minecraft:gray_stained_glass_pane (from chisels-and-bits) +- minecraft:light_gray_stained_glass_pane (from chisels-and-bits) +- minecraft:cyan_stained_glass_pane (from chisels-and-bits) +- minecraft:purple_stained_glass_pane (from chisels-and-bits) +- minecraft:blue_stained_glass_pane (from chisels-and-bits) +- minecraft:brown_stained_glass_pane (from chisels-and-bits) +- minecraft:green_stained_glass_pane (from chisels-and-bits) +- minecraft:red_stained_glass_pane (from chisels-and-bits) +- minecraft:black_stained_glass_pane (from chisels-and-bits) +- mcwwindows:white_mosaic_glass_pane (from Macaw's Windows) +- mcwwindows:orange_mosaic_glass_pane (from Macaw's Windows) +- mcwwindows:magenta_mosaic_glass_pane (from Macaw's Windows) +- mcwwindows:light_blue_mosaic_glass_pane (from Macaw's Windows) +- mcwwindows:yellow_mosaic_glass_pane (from Macaw's Windows) +- mcwwindows:lime_mosaic_glass_pane (from Macaw's Windows) +- mcwwindows:pink_mosaic_glass_pane (from Macaw's Windows) +- mcwwindows:gray_mosaic_glass_pane (from Macaw's Windows) +- mcwwindows:light_gray_mosaic_glass_pane (from Macaw's Windows) +- mcwwindows:cyan_mosaic_glass_pane (from Macaw's Windows) +- mcwwindows:purple_mosaic_glass_pane (from Macaw's Windows) +- mcwwindows:blue_mosaic_glass_pane (from Macaw's Windows) +- mcwwindows:brown_mosaic_glass_pane (from Macaw's Windows) +- mcwwindows:green_mosaic_glass_pane (from Macaw's Windows) +- mcwwindows:red_mosaic_glass_pane (from Macaw's Windows) +- mcwwindows:black_mosaic_glass_pane (from Macaw's Windows) + +#adventurez:platform_end_blocks +- minecraft:obsidian (from AdventureZ) +- minecraft:crying_obsidian (from AdventureZ) + +#c:stone +- minecraft:andesite (from Porting Lib Tags) +- minecraft:diorite (from Porting Lib Tags) +- minecraft:granite (from Porting Lib Tags) +- minecraft:infested_stone (from Porting Lib Tags) +- minecraft:stone (from Porting Lib Tags) +- minecraft:polished_andesite (from Porting Lib Tags) +- minecraft:polished_diorite (from Porting Lib Tags) +- minecraft:polished_granite (from Porting Lib Tags) +- minecraft:deepslate (from Porting Lib Tags) +- minecraft:polished_deepslate (from Porting Lib Tags) +- minecraft:infested_deepslate (from Porting Lib Tags) +- minecraft:tuff (from Porting Lib Tags) + +#spectrum:black_materia_conversions +- #minecraft:mineable/shovel (from Spectrum) + +#mcwbridges:rope_stairs +- mcwbridges:oak_rope_bridge_stair (from Macaw's Bridges) +- mcwbridges:spruce_rope_bridge_stair (from Macaw's Bridges) +- mcwbridges:birch_rope_bridge_stair (from Macaw's Bridges) +- mcwbridges:jungle_rope_bridge_stair (from Macaw's Bridges) +- mcwbridges:acacia_rope_bridge_stair (from Macaw's Bridges) +- mcwbridges:dark_oak_rope_bridge_stair (from Macaw's Bridges) +- mcwbridges:crimson_rope_bridge_stair (from Macaw's Bridges) +- mcwbridges:warped_rope_bridge_stair (from Macaw's Bridges) +- mcwbridges:mangrove_rope_bridge_stair (from Macaw's Bridges) + +#ae2:blacklisted/spatial +- minecraft:bedrock (from Applied Energistics 2) +- #c:movement_restricted? (from Applied Energistics 2) + +#c:white_glass +- minecraft:white_stained_glass (from Porting Lib Tags) + +#c:octuple_compressed_basalt +- compressor:octuple_compressed_basalt (from Compressor) + +#botania:unwandable + +#byg:lament_logs +- byg:lament_log (from Oh The Biomes You'll Go) +- byg:lament_wood (from Oh The Biomes You'll Go) +- byg:stripped_lament_log (from Oh The Biomes You'll Go) +- byg:stripped_lament_wood (from Oh The Biomes You'll Go) + +#the_bumblezone:honeycombs_that_features_can_carve +- minecraft:honeycomb_block (from The Bumblezone - Fabric) +- the_bumblezone:porous_honeycomb_block (from The Bumblezone - Fabric) +- the_bumblezone:filled_porous_honeycomb_block (from The Bumblezone - Fabric) +- the_bumblezone:empty_honeycomb_brood_block (from The Bumblezone - Fabric) +- the_bumblezone:honeycomb_brood_block (from The Bumblezone - Fabric) +- #forge:storage_blocks/honeycombs? (from The Bumblezone - Fabric) +- productivebees:configurable_comb? (from The Bumblezone - Fabric) +- buzzier_bees:crystallized_honey_block? (from The Bumblezone - Fabric) +- buzzier_bees:honeycomb_tiles? (from The Bumblezone - Fabric) + +#c:packed_ices +- minecraft:packed_ice (from Powah!) + +#minecraft:copper_ores +- minecraft:copper_ore (from Default) +- minecraft:deepslate_copper_ore (from Default) +- ad_astra:glacio_copper_ore (from Ad Astra!) +- deeperdarker:sculk_stone_copper_ore (from Deeper and Darker) + +#minecraft:mineable/hoe +- minecraft:nether_wart_block (from Default) +- minecraft:warped_wart_block (from Default) +- minecraft:hay_block (from Default) +- minecraft:dried_kelp_block (from Default) +- minecraft:target (from Default) +- minecraft:shroomlight (from Default) +- minecraft:sponge (from Default) +- minecraft:wet_sponge (from Default) +- minecraft:jungle_leaves (from Default) +- minecraft:oak_leaves (from Default) +- minecraft:spruce_leaves (from Default) +- minecraft:dark_oak_leaves (from Default) +- minecraft:acacia_leaves (from Default) +- minecraft:birch_leaves (from Default) +- minecraft:azalea_leaves (from Default) +- minecraft:flowering_azalea_leaves (from Default) +- minecraft:mangrove_leaves (from Default) +- minecraft:sculk_sensor (from Default) +- minecraft:moss_block (from Default) +- minecraft:moss_carpet (from Default) +- minecraft:sculk (from Default) +- minecraft:sculk_catalyst (from Default) +- minecraft:sculk_vein (from Default) +- minecraft:sculk_shrieker (from Default) +- ad_astra:cheese_block (from Ad Astra!) +- ad_astra:aeronos_mushroom (from Ad Astra!) +- ad_astra:aeronos_stem (from Ad Astra!) +- ad_astra:aeronos_cap (from Ad Astra!) +- ad_astra:strophar_mushroom (from Ad Astra!) +- ad_astra:strophar_cap (from Ad Astra!) +- ad_astra:strophar_stem (from Ad Astra!) +- bewitchment:golden_glyph (from Bewitchment) +- bewitchment:glyph (from Bewitchment) +- bewitchment:fiery_glyph (from Bewitchment) +- bewitchment:eldritch_glyph (from Bewitchment) +- bewitchment:juniper_leaves (from Bewitchment) +- bewitchment:cypress_leaves (from Bewitchment) +- bewitchment:elder_leaves (from Bewitchment) +- bewitchment:dragons_blood_leaves (from Bewitchment) +- bewitchment:dragons_blood_resin_block (from Bewitchment) +- biomemakeover:blighted_balsa_leaves (from Biome Makeover) +- biomemakeover:willow_leaves (from Biome Makeover) +- biomemakeover:swamp_cypress_leaves (from Biome Makeover) +- biomemakeover:ancient_oak_leaves (from Biome Makeover) +- biomemakeover:willowing_branches (from Biome Makeover) +- biomemakeover:ivy (from Biome Makeover) +- biomemakeover:itching_ivy (from Biome Makeover) +- biomemakeover:moth_blossom (from Biome Makeover) +- botania:black_petal_block (from Botania) +- botania:blue_petal_block (from Botania) +- botania:brown_petal_block (from Botania) +- botania:cell_block (from Botania) +- botania:cyan_petal_block (from Botania) +- botania:gray_petal_block (from Botania) +- botania:green_petal_block (from Botania) +- botania:light_blue_petal_block (from Botania) +- botania:light_gray_petal_block (from Botania) +- botania:lime_petal_block (from Botania) +- botania:magenta_petal_block (from Botania) +- botania:orange_petal_block (from Botania) +- botania:pink_petal_block (from Botania) +- botania:purple_petal_block (from Botania) +- botania:red_petal_block (from Botania) +- botania:white_petal_block (from Botania) +- botania:yellow_petal_block (from Botania) +- byg:baobab_leaves (from Oh The Biomes You'll Go) +- byg:blooming_witch_hazel_leaves (from Oh The Biomes You'll Go) +- byg:blue_enchanted_leaves (from Oh The Biomes You'll Go) +- byg:blue_spruce_leaves (from Oh The Biomes You'll Go) +- byg:brown_birch_leaves (from Oh The Biomes You'll Go) +- byg:brown_oak_leaves (from Oh The Biomes You'll Go) +- byg:cika_leaves (from Oh The Biomes You'll Go) +- byg:cypress_leaves (from Oh The Biomes You'll Go) +- byg:ebony_leaves (from Oh The Biomes You'll Go) +- byg:fir_leaves (from Oh The Biomes You'll Go) +- byg:flowering_orchard_leaves (from Oh The Biomes You'll Go) +- byg:flowering_palo_verde_leaves (from Oh The Biomes You'll Go) +- byg:green_enchanted_leaves (from Oh The Biomes You'll Go) +- byg:holly_berry_leaves (from Oh The Biomes You'll Go) +- byg:holly_leaves (from Oh The Biomes You'll Go) +- byg:jacaranda_leaves (from Oh The Biomes You'll Go) +- byg:joshua_leaves (from Oh The Biomes You'll Go) +- byg:ripe_joshua_leaves (from Oh The Biomes You'll Go) +- byg:indigo_jacaranda_leaves (from Oh The Biomes You'll Go) +- byg:mahogany_leaves (from Oh The Biomes You'll Go) +- byg:white_mangrove_leaves (from Oh The Biomes You'll Go) +- byg:maple_leaves (from Oh The Biomes You'll Go) +- byg:orange_birch_leaves (from Oh The Biomes You'll Go) +- byg:orange_oak_leaves (from Oh The Biomes You'll Go) +- byg:orange_spruce_leaves (from Oh The Biomes You'll Go) +- byg:orchard_leaves (from Oh The Biomes You'll Go) +- byg:palo_verde_leaves (from Oh The Biomes You'll Go) +- byg:pine_leaves (from Oh The Biomes You'll Go) +- byg:pink_cherry_leaves (from Oh The Biomes You'll Go) +- byg:rainbow_eucalyptus_leaves (from Oh The Biomes You'll Go) +- byg:red_birch_leaves (from Oh The Biomes You'll Go) +- byg:red_maple_leaves (from Oh The Biomes You'll Go) +- byg:red_oak_leaves (from Oh The Biomes You'll Go) +- byg:red_spruce_leaves (from Oh The Biomes You'll Go) +- byg:redwood_leaves (from Oh The Biomes You'll Go) +- byg:ripe_orchard_leaves (from Oh The Biomes You'll Go) +- byg:silver_maple_leaves (from Oh The Biomes You'll Go) +- byg:skyris_leaves (from Oh The Biomes You'll Go) +- byg:green_apple_skyris_leaves (from Oh The Biomes You'll Go) +- byg:white_cherry_leaves (from Oh The Biomes You'll Go) +- byg:willow_leaves (from Oh The Biomes You'll Go) +- byg:witch_hazel_leaves (from Oh The Biomes You'll Go) +- byg:yellow_birch_leaves (from Oh The Biomes You'll Go) +- byg:yellow_spruce_leaves (from Oh The Biomes You'll Go) +- byg:aspen_leaves (from Oh The Biomes You'll Go) +- byg:zelkova_leaves (from Oh The Biomes You'll Go) +- byg:palm_leaves (from Oh The Biomes You'll Go) +- byg:araucaria_leaves (from Oh The Biomes You'll Go) +- byg:brown_zelkova_leaves (from Oh The Biomes You'll Go) +- byg:lament_leaves (from Oh The Biomes You'll Go) +- byg:withering_oak_leaves (from Oh The Biomes You'll Go) +- byg:ether_leaves (from Oh The Biomes You'll Go) +- byg:nightshade_leaves (from Oh The Biomes You'll Go) +- byg:flowering_nightshade_leaves (from Oh The Biomes You'll Go) +- byg:flowering_jacaranda_leaves (from Oh The Biomes You'll Go) +- byg:flowering_indigo_jacaranda_leaves (from Oh The Biomes You'll Go) +- byg:shulkren_wart_block (from Oh The Biomes You'll Go) +- byg:purple_shroomlight (from Oh The Biomes You'll Go) +- byg:jacaranda_bush (from Oh The Biomes You'll Go) +- byg:indigo_jacaranda_bush (from Oh The Biomes You'll Go) +- byg:shrub (from Oh The Biomes You'll Go) +- byg:cattail_sprout (from Oh The Biomes You'll Go) +- byg:cattail (from Oh The Biomes You'll Go) +- byg:cattail_thatch (from Oh The Biomes You'll Go) +- byg:cattail_thatch_carpet (from Oh The Biomes You'll Go) +- byg:cattail_thatch_stairs (from Oh The Biomes You'll Go) +- byg:cattail_thatch_slab (from Oh The Biomes You'll Go) +- byg:horseweed (from Oh The Biomes You'll Go) +- byg:mini_cactus (from Oh The Biomes You'll Go) +- byg:prickly_pear_cactus (from Oh The Biomes You'll Go) +- byg:winter_succulent (from Oh The Biomes You'll Go) +- byg:tall_prairie_grass (from Oh The Biomes You'll Go) +- byg:blueberry_bush (from Oh The Biomes You'll Go) +- byg:tiny_lilypads (from Oh The Biomes You'll Go) +- byg:water_silk (from Oh The Biomes You'll Go) +- byg:weeping_roots (from Oh The Biomes You'll Go) +- byg:weeping_roots_plant (from Oh The Biomes You'll Go) +- byg:beach_grass (from Oh The Biomes You'll Go) +- byg:leaf_pile (from Oh The Biomes You'll Go) +- byg:clover_patch (from Oh The Biomes You'll Go) +- byg:flower_patch (from Oh The Biomes You'll Go) +- byg:baobab_fruit_block (from Oh The Biomes You'll Go) +- byg:ether_bulbs_block (from Oh The Biomes You'll Go) +- byg:nether_bristle (from Oh The Biomes You'll Go) +- byg:crimson_berry_bush (from Oh The Biomes You'll Go) +- byg:tall_crimson_roots (from Oh The Biomes You'll Go) +- byg:wailing_vine (from Oh The Biomes You'll Go) +- byg:wailing_grass (from Oh The Biomes You'll Go) +- byg:scorched_bush (from Oh The Biomes You'll Go) +- byg:scorched_grass (from Oh The Biomes You'll Go) +- byg:warped_bush (from Oh The Biomes You'll Go) +- byg:warped_coral_wall_fan (from Oh The Biomes You'll Go) +- byg:sythian_roots (from Oh The Biomes You'll Go) +- byg:sythian_sprout (from Oh The Biomes You'll Go) +- byg:hanging_sythian_roots (from Oh The Biomes You'll Go) +- byg:hanging_sythian_roots_plant (from Oh The Biomes You'll Go) +- byg:embur_lily (from Oh The Biomes You'll Go) +- byg:embur_gel_branch (from Oh The Biomes You'll Go) +- byg:embur_sprouts (from Oh The Biomes You'll Go) +- byg:embur_roots (from Oh The Biomes You'll Go) +- byg:embur_wart (from Oh The Biomes You'll Go) +- byg:tall_embur_roots (from Oh The Biomes You'll Go) +- byg:bulbis_sprouts (from Oh The Biomes You'll Go) +- byg:ivis_roots (from Oh The Biomes You'll Go) +- byg:ivis_sprout (from Oh The Biomes You'll Go) +- byg:ender_lily (from Oh The Biomes You'll Go) +- byg:tall_ether_grass (from Oh The Biomes You'll Go) +- byg:ether_grass (from Oh The Biomes You'll Go) +- byg:ether_bush (from Oh The Biomes You'll Go) +- byg:thereal_bellflower (from Oh The Biomes You'll Go) +- byg:nightshade_sprouts (from Oh The Biomes You'll Go) +- byg:nightshade_roots (from Oh The Biomes You'll Go) +- byg:nightshade_berry_bush (from Oh The Biomes You'll Go) +- byg:oddity_bush (from Oh The Biomes You'll Go) +- byg:vermilion_sculk_tendrils (from Oh The Biomes You'll Go) +- byg:vermilion_sculk_growth (from Oh The Biomes You'll Go) +- byg:cryptic_bramble (from Oh The Biomes You'll Go) +- byg:imparius_mushroom_branch (from Oh The Biomes You'll Go) +- byg:imparius_bush (from Oh The Biomes You'll Go) +- byg:shulkren_moss_blanket (from Oh The Biomes You'll Go) +- byg:lament_sprouts (from Oh The Biomes You'll Go) +- byg:white_puffball (from Oh The Biomes You'll Go) +- byg:weeping_milkcap (from Oh The Biomes You'll Go) +- byg:wood_blewit (from Oh The Biomes You'll Go) +- byg:green_mushroom (from Oh The Biomes You'll Go) +- byg:sythian_fungus (from Oh The Biomes You'll Go) +- byg:soul_shroom (from Oh The Biomes You'll Go) +- byg:death_cap (from Oh The Biomes You'll Go) +- byg:bulbis_oddity (from Oh The Biomes You'll Go) +- byg:purple_bulbis_oddity (from Oh The Biomes You'll Go) +- byg:shulkren_fungus (from Oh The Biomes You'll Go) +- byg:imparius_mushroom (from Oh The Biomes You'll Go) +- byg:fungal_imparius (from Oh The Biomes You'll Go) +- byg:bulbis_anomaly (from Oh The Biomes You'll Go) +- byg:purple_bulbis_anomaly (from Oh The Biomes You'll Go) +- byg:soul_shroom_spore (from Oh The Biomes You'll Go) +- byg:soul_shroom_spore_end (from Oh The Biomes You'll Go) +- byg:arisian_bloom_branch (from Oh The Biomes You'll Go) +- byg:tall_allium (from Oh The Biomes You'll Go) +- byg:tall_pink_allium (from Oh The Biomes You'll Go) +- byg:allium_flower_bush (from Oh The Biomes You'll Go) +- byg:amaranth (from Oh The Biomes You'll Go) +- byg:alpine_bellflower (from Oh The Biomes You'll Go) +- byg:angelica (from Oh The Biomes You'll Go) +- byg:hydrangea_bush (from Oh The Biomes You'll Go) +- byg:hydrangea_hedge (from Oh The Biomes You'll Go) +- byg:begonia (from Oh The Biomes You'll Go) +- byg:bistort (from Oh The Biomes You'll Go) +- byg:blue_sage (from Oh The Biomes You'll Go) +- byg:california_poppy (from Oh The Biomes You'll Go) +- byg:crocus (from Oh The Biomes You'll Go) +- byg:black_rose (from Oh The Biomes You'll Go) +- byg:cyan_amaranth (from Oh The Biomes You'll Go) +- byg:cyan_rose (from Oh The Biomes You'll Go) +- byg:cyan_tulip (from Oh The Biomes You'll Go) +- byg:daffodil (from Oh The Biomes You'll Go) +- byg:delphinium (from Oh The Biomes You'll Go) +- byg:fairy_slipper (from Oh The Biomes You'll Go) +- byg:firecracker_flower_bush (from Oh The Biomes You'll Go) +- byg:foxglove (from Oh The Biomes You'll Go) +- byg:golden_spined_cactus (from Oh The Biomes You'll Go) +- byg:green_tulip (from Oh The Biomes You'll Go) +- byg:guzmania (from Oh The Biomes You'll Go) +- byg:incan_lily (from Oh The Biomes You'll Go) +- byg:iris (from Oh The Biomes You'll Go) +- byg:japanese_orchid (from Oh The Biomes You'll Go) +- byg:kovan_flower (from Oh The Biomes You'll Go) +- byg:lazarus_bellflower (from Oh The Biomes You'll Go) +- byg:lollipop_flower (from Oh The Biomes You'll Go) +- byg:magenta_amaranth (from Oh The Biomes You'll Go) +- byg:magenta_tulip (from Oh The Biomes You'll Go) +- byg:orange_amaranth (from Oh The Biomes You'll Go) +- byg:orange_daisy (from Oh The Biomes You'll Go) +- byg:osiria_rose (from Oh The Biomes You'll Go) +- byg:peach_leather_flower (from Oh The Biomes You'll Go) +- byg:pink_allium (from Oh The Biomes You'll Go) +- byg:pink_allium_flower_bush (from Oh The Biomes You'll Go) +- byg:pink_anemone (from Oh The Biomes You'll Go) +- byg:pink_daffodil (from Oh The Biomes You'll Go) +- byg:prairie_grass (from Oh The Biomes You'll Go) +- byg:protea_flower (from Oh The Biomes You'll Go) +- byg:purple_amaranth (from Oh The Biomes You'll Go) +- byg:purple_sage (from Oh The Biomes You'll Go) +- byg:purple_tulip (from Oh The Biomes You'll Go) +- byg:richea (from Oh The Biomes You'll Go) +- byg:rose (from Oh The Biomes You'll Go) +- byg:snowdrops (from Oh The Biomes You'll Go) +- byg:silver_vase_flower (from Oh The Biomes You'll Go) +- byg:torch_ginger (from Oh The Biomes You'll Go) +- byg:violet_leather_flower (from Oh The Biomes You'll Go) +- byg:white_anemone (from Oh The Biomes You'll Go) +- byg:white_sage (from Oh The Biomes You'll Go) +- byg:winter_cyclamen (from Oh The Biomes You'll Go) +- byg:winter_rose (from Oh The Biomes You'll Go) +- byg:winter_scilla (from Oh The Biomes You'll Go) +- byg:yellow_daffodil (from Oh The Biomes You'll Go) +- byg:yellow_tulip (from Oh The Biomes You'll Go) +- coxinhautilities:lava_sponge (from Coxinha Utilities) +- coxinhautilities:wet_lava_sponge (from Coxinha Utilities) +- croptopia:almond_crop (from Croptopia) +- croptopia:apple_crop (from Croptopia) +- croptopia:apricot_crop (from Croptopia) +- croptopia:avocado_crop (from Croptopia) +- croptopia:banana_crop (from Croptopia) +- croptopia:cashew_crop (from Croptopia) +- croptopia:cherry_crop (from Croptopia) +- croptopia:coconut_crop (from Croptopia) +- croptopia:date_crop (from Croptopia) +- croptopia:dragonfruit_crop (from Croptopia) +- croptopia:fig_crop (from Croptopia) +- croptopia:grapefruit_crop (from Croptopia) +- croptopia:kumquat_crop (from Croptopia) +- croptopia:lemon_crop (from Croptopia) +- croptopia:lime_crop (from Croptopia) +- croptopia:mango_crop (from Croptopia) +- croptopia:nectarine_crop (from Croptopia) +- croptopia:nutmeg_crop (from Croptopia) +- croptopia:orange_crop (from Croptopia) +- croptopia:peach_crop (from Croptopia) +- croptopia:pear_crop (from Croptopia) +- croptopia:pecan_crop (from Croptopia) +- croptopia:persimmon_crop (from Croptopia) +- croptopia:plum_crop (from Croptopia) +- croptopia:starfruit_crop (from Croptopia) +- croptopia:walnut_crop (from Croptopia) +- croptopia:cinnamon_leaves (from Croptopia) +- deeperdarker:echo_leaves (from Deeper and Darker) +- deeperdarker:sculk_gleam (from Deeper and Darker) +- deeperdarker:sculk_vines (from Deeper and Darker) +- deeperdarker:sculk_vines_plant (from Deeper and Darker) +- deeperdarker:infested_sculk (from Deeper and Darker) +- deeperdarker:sculk_jaw (from Deeper and Darker) +- deeperdarker:gloom_sculk (from Deeper and Darker) +- ecologics:coconut_leaves (from Ecologics) +- ecologics:walnut_leaves (from Ecologics) +- farmersdelight:rice_bale (from Farmer's Delight) +- farmersdelight:straw_bale (from Farmer's Delight) +- hexcasting:amethyst_edified_leaves (from Hex Casting) +- hexcasting:aventurine_edified_leaves (from Hex Casting) +- hexcasting:citrine_edified_leaves (from Hex Casting) +- mcwroofs:thatch_roof (from Macaw's Roofs) +- mcwroofs:thatch_attic_roof (from Macaw's Roofs) +- mcwroofs:thatch_top_roof (from Macaw's Roofs) +- mcwroofs:thatch_lower_roof (from Macaw's Roofs) +- mcwroofs:thatch_steep_roof (from Macaw's Roofs) +- mcwroofs:thatch_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:thatch_upper_steep_roof (from Macaw's Roofs) +- netherdepthsupgrade:warped_kelp_block (from Nether Depths Upgrade) +- netherdepthsupgrade:lava_sponge (from Nether Depths Upgrade) +- netherdepthsupgrade:wet_lava_sponge (from Nether Depths Upgrade) +- snowyspirit:ginger (from Snowy Spirit) +- #spectrum:jade_vine (from Spectrum) +- #spectrum:colored_leaves (from Spectrum) +- #spectrum:spirit_sallow_vines (from Spectrum) +- spectrum:fading (from Spectrum) +- spectrum:lava_sponge (from Spectrum) +- spectrum:wet_lava_sponge (from Spectrum) +- spectrum:spirit_sallow_leaves (from Spectrum) +- spectrum:jade_vine_petal_block (from Spectrum) +- spectrum:jade_vine_petal_carpet (from Spectrum) +- supplementaries:flax_block (from Supplementaries) +- supplementaries:fodder (from Supplementaries) +- techreborn:rubber_leaves (from Tech Reborn) +- twilightforest:twilight_oak_leaves (from The Twilight Forest) +- twilightforest:canopy_leaves (from The Twilight Forest) +- twilightforest:mangrove_leaves (from The Twilight Forest) +- twilightforest:dark_leaves (from The Twilight Forest) +- twilightforest:rainbow_oak_leaves (from The Twilight Forest) +- twilightforest:time_leaves (from The Twilight Forest) +- twilightforest:transformation_leaves (from The Twilight Forest) +- twilightforest:mining_leaves (from The Twilight Forest) +- twilightforest:sorting_leaves (from The Twilight Forest) +- twilightforest:thorn_leaves (from The Twilight Forest) +- twilightforest:thorn_rose (from The Twilight Forest) +- twilightforest:beanstalk_leaves (from The Twilight Forest) +- twilightforest:steeleaf_block (from The Twilight Forest) +- twilightforest:arctic_fur_block (from The Twilight Forest) +- villager-trading-station:trading_station (from Villager Trading Station) + +#spectrum:colored_leaves +- spectrum:black_leaves (from Spectrum) +- spectrum:blue_leaves (from Spectrum) +- spectrum:brown_leaves (from Spectrum) +- spectrum:cyan_leaves (from Spectrum) +- spectrum:gray_leaves (from Spectrum) +- spectrum:green_leaves (from Spectrum) +- spectrum:light_blue_leaves (from Spectrum) +- spectrum:light_gray_leaves (from Spectrum) +- spectrum:lime_leaves (from Spectrum) +- spectrum:magenta_leaves (from Spectrum) +- spectrum:orange_leaves (from Spectrum) +- spectrum:pink_leaves (from Spectrum) +- spectrum:purple_leaves (from Spectrum) +- spectrum:red_leaves (from Spectrum) +- spectrum:white_leaves (from Spectrum) +- spectrum:yellow_leaves (from Spectrum) + +#spectrum:crest_base_blocks +- spectrum:polished_basalt_crest (from Spectrum) +- spectrum:polished_calcite_crest (from Spectrum) + +#forge:glass/gray +- minecraft:gray_stained_glass (from chisels-and-bits) + +#minecraft:chest +- probablychests:lush_chest (from Probably Chests) +- probablychests:normal_chest (from Probably Chests) +- probablychests:rocky_chest (from Probably Chests) +- probablychests:stone_chest (from Probably Chests) +- probablychests:gold_chest (from Probably Chests) +- probablychests:nether_chest (from Probably Chests) +- probablychests:shadow_chest (from Probably Chests) +- probablychests:ice_chest (from Probably Chests) +- probablychests:coral_chest (from Probably Chests) + +#c:ostrum_blocks +- ad_astra:ostrum_block (from Ad Astra!) + +#ants:food/colored/oak_black_leaf_food +- spectrum:black_leaves (from Spectrum) + +#c:quintuple_compressed_end_stone +- compressor:quintuple_compressed_end_stone (from Compressor) + +#c:wooden_chests +- minecraft:chest (from Porting Lib Tags) +- minecraft:trapped_chest (from Porting Lib Tags) + +#c:light_blue_glass +- minecraft:light_blue_stained_glass (from Porting Lib Tags) + +#create:toolboxes +- create:white_toolbox (from Create) +- create:orange_toolbox (from Create) +- create:magenta_toolbox (from Create) +- create:light_blue_toolbox (from Create) +- create:yellow_toolbox (from Create) +- create:lime_toolbox (from Create) +- create:pink_toolbox (from Create) +- create:gray_toolbox (from Create) +- create:light_gray_toolbox (from Create) +- create:cyan_toolbox (from Create) +- create:purple_toolbox (from Create) +- create:blue_toolbox (from Create) +- create:brown_toolbox (from Create) +- create:green_toolbox (from Create) +- create:red_toolbox (from Create) +- create:black_toolbox (from Create) + +#minecraft:replaceable_plants +- minecraft:grass (from Default) +- minecraft:fern (from Default) +- minecraft:dead_bush (from Default) +- minecraft:vine (from Default) +- minecraft:glow_lichen (from Default) +- minecraft:sunflower (from Default) +- minecraft:lilac (from Default) +- minecraft:rose_bush (from Default) +- minecraft:peony (from Default) +- minecraft:tall_grass (from Default) +- minecraft:large_fern (from Default) +- minecraft:hanging_roots (from Default) +- farmersdelight:sandy_shrub (from Farmer's Delight) +- twilightforest:mayapple (from The Twilight Forest) +- twilightforest:fiddlehead (from The Twilight Forest) +- twilightforest:mushgloom (from The Twilight Forest) +- twilightforest:torchberry_plant (from The Twilight Forest) +- twilightforest:root_strand (from The Twilight Forest) +- twilightforest:moss_patch (from The Twilight Forest) +- twilightforest:clover_patch (from The Twilight Forest) +- twilightforest:fallen_leaves (from The Twilight Forest) + +#spectrum:black_sludge_blocks +- spectrum:blackslag (from Spectrum) +- spectrum:black_materia (from Spectrum) + +#geodes:echo_locatable/geodeplus +- geode:ancient_debris_cluster? (from More Geodes) +- geode:emerald_cluster? (from More Geodes) +- geode:glowstone_cluster? (from More Geodes) +- geode:gold_nugget_cluster? (from More Geodes) +- geode:lapis_cluster? (from More Geodes) +- geode:prismarine_cluster? (from More Geodes) +- geode:wrappist_cluster? (from More Geodes) +- geode:quartz_crystal? (from More Geodes) +- geode:redstone_crystal? (from More Geodes) +- geode:diamond_crystal? (from More Geodes) +- geode:echo_crystal? (from More Geodes) +- geode:large_ancient_debris_bud? (from More Geodes) +- geode:large_diamond_bud? (from More Geodes) +- geode:large_echo_bud? (from More Geodes) +- geode:large_emerald_bud? (from More Geodes) +- geode:large_glowstone_bud? (from More Geodes) +- geode:large_gold_nugget_bud? (from More Geodes) +- geode:large_lapis_bud? (from More Geodes) +- geode:large_prismarine_bud? (from More Geodes) +- geode:large_quartz_bud? (from More Geodes) +- geode:large_redstone_bud? (from More Geodes) +- geode:large_wrappist_bud? (from More Geodes) +- geode:medium_ancient_debris_bud? (from More Geodes) +- geode:medium_diamond_bud? (from More Geodes) +- geode:medium_echo_bud? (from More Geodes) +- geode:medium_emerald_bud? (from More Geodes) +- geode:medium_glowstone_bud? (from More Geodes) +- geode:medium_gold_nugget_bud? (from More Geodes) +- geode:medium_lapis_bud? (from More Geodes) +- geode:medium_prismarine_bud? (from More Geodes) +- geode:medium_quartz_bud? (from More Geodes) +- geode:medium_redstone_bud? (from More Geodes) +- geode:medium_wrappist_bud? (from More Geodes) +- geode:small_ancient_debris_bud? (from More Geodes) +- geode:small_diamond_bud? (from More Geodes) +- geode:small_echo_bud? (from More Geodes) +- geode:small_emerald_bud? (from More Geodes) +- geode:small_glowstone_bud? (from More Geodes) +- geode:small_gold_nugget_bud? (from More Geodes) +- geode:small_lapis_bud? (from More Geodes) +- geode:small_prismarine_bud? (from More Geodes) +- geode:small_quartz_bud? (from More Geodes) +- geode:small_redstone_bud? (from More Geodes) +- geode:small_wrappist_bud? (from More Geodes) + +#c:raw_iron_blocks +- minecraft:raw_iron_block (from Porting Lib Tags) + +#botania:enchanter_flowers +- #botania:mystical_flowers (from Botania) +- #botania:shiny_flowers (from Botania) +- #botania:mundane_floating_flowers (from Botania) + +#c:octuple_compressed_cobbled_deepslate +- compressor:octuple_compressed_cobbled_deepslate (from Compressor) + +#byg:may_place_on/silver_vase_flower +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#forge:glass_panes/black +- minecraft:black_stained_glass_pane (from chisels-and-bits) + +#byg:may_place_on/firecracker_flower_bush +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#farmersdelight:wild_crops +- farmersdelight:wild_carrots (from Farmer's Delight) +- farmersdelight:wild_potatoes (from Farmer's Delight) +- farmersdelight:wild_beetroots (from Farmer's Delight) +- farmersdelight:wild_cabbages (from Farmer's Delight) +- farmersdelight:wild_tomatoes (from Farmer's Delight) +- farmersdelight:wild_onions (from Farmer's Delight) +- farmersdelight:wild_rice (from Farmer's Delight) + +#byg:may_place_on/winter_succulent +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#minecraft:foxes_spawnable_on +- minecraft:grass_block (from Default) +- minecraft:snow (from Default) +- minecraft:snow_block (from Default) +- minecraft:podzol (from Default) +- minecraft:coarse_dirt (from Default) +- byg:lush_grass_block (from Oh The Biomes You'll Go) +- byg:lush_dirt (from Oh The Biomes You'll Go) +- byg:peat (from Oh The Biomes You'll Go) +- byg:overgrown_dacite (from Oh The Biomes You'll Go) +- byg:podzol_dacite (from Oh The Biomes You'll Go) + +#spectrum:crystallarieum_growable_buds +- #spectrum:crystallarieum_growable_clusters (from Spectrum) +- spectrum:small_malachite_bud (from Spectrum) +- spectrum:large_malachite_bud (from Spectrum) +- spectrum:small_bismuth_bud (from Spectrum) +- spectrum:large_bismuth_bud (from Spectrum) +- spectrum:small_coal_bud (from Spectrum) +- spectrum:large_coal_bud (from Spectrum) +- spectrum:small_copper_bud (from Spectrum) +- spectrum:large_copper_bud (from Spectrum) +- spectrum:small_diamond_bud (from Spectrum) +- spectrum:large_diamond_bud (from Spectrum) +- spectrum:small_emerald_bud (from Spectrum) +- spectrum:large_emerald_bud (from Spectrum) +- spectrum:small_glowstone_bud (from Spectrum) +- spectrum:large_glowstone_bud (from Spectrum) +- spectrum:small_gold_bud (from Spectrum) +- spectrum:large_gold_bud (from Spectrum) +- spectrum:small_iron_bud (from Spectrum) +- spectrum:large_iron_bud (from Spectrum) +- spectrum:small_lapis_bud (from Spectrum) +- spectrum:large_lapis_bud (from Spectrum) +- spectrum:small_netherite_bud (from Spectrum) +- spectrum:large_netherite_bud (from Spectrum) +- spectrum:small_prismarine_bud (from Spectrum) +- spectrum:large_prismarine_bud (from Spectrum) +- spectrum:small_quartz_bud (from Spectrum) +- spectrum:large_quartz_bud (from Spectrum) +- spectrum:small_redstone_bud (from Spectrum) +- spectrum:large_redstone_bud (from Spectrum) +- spectrum:small_certus_quartz_bud (from Spectrum) +- spectrum:large_certus_quartz_bud (from Spectrum) +- spectrum:small_fluix_bud (from Spectrum) +- spectrum:large_fluix_bud (from Spectrum) +- spectrum:small_globette_bud (from Spectrum) +- spectrum:large_globette_bud (from Spectrum) +- spectrum:small_globette_end_bud (from Spectrum) +- spectrum:large_globette_end_bud (from Spectrum) +- spectrum:small_globette_nether_bud (from Spectrum) +- spectrum:large_globette_nether_bud (from Spectrum) + +#geodes:echo_locatable/amethyst +- minecraft:small_amethyst_bud (from More Geodes) +- minecraft:medium_amethyst_bud (from More Geodes) +- minecraft:large_amethyst_bud (from More Geodes) +- minecraft:amethyst_cluster (from More Geodes) + +#c:certus_quartz_blocks +- ae2:quartz_block (from Applied Energistics 2) + +#forge:glass_panes/blue +- minecraft:blue_stained_glass_pane (from chisels-and-bits) + +#supplementaries:hanging_signs +- supplementaries:hanging_sign_oak (from Supplementaries) +- supplementaries:hanging_sign_spruce (from Supplementaries) +- supplementaries:hanging_sign_birch (from Supplementaries) +- supplementaries:hanging_sign_jungle (from Supplementaries) +- supplementaries:hanging_sign_acacia (from Supplementaries) +- supplementaries:hanging_sign_dark_oak (from Supplementaries) +- supplementaries:hanging_sign_mangrove (from Supplementaries) +- supplementaries:hanging_sign_crimson (from Supplementaries) +- supplementaries:hanging_sign_warped (from Supplementaries) +- supplementaries:hanging_sign_oak (from Supplementaries Generated Pack) +- supplementaries:hanging_sign_spruce (from Supplementaries Generated Pack) +- supplementaries:hanging_sign_birch (from Supplementaries Generated Pack) +- supplementaries:hanging_sign_jungle (from Supplementaries Generated Pack) +- supplementaries:hanging_sign_acacia (from Supplementaries Generated Pack) +- supplementaries:hanging_sign_dark_oak (from Supplementaries Generated Pack) +- supplementaries:hanging_sign_mangrove (from Supplementaries Generated Pack) +- supplementaries:hanging_sign_crimson (from Supplementaries Generated Pack) +- supplementaries:hanging_sign_warped (from Supplementaries Generated Pack) +- supplementaries:ecologics/hanging_sign_flowering_azalea (from Supplementaries Generated Pack) +- supplementaries:ecologics/hanging_sign_azalea (from Supplementaries Generated Pack) +- supplementaries:ecologics/hanging_sign_coconut (from Supplementaries Generated Pack) +- supplementaries:ecologics/hanging_sign_walnut (from Supplementaries Generated Pack) +- supplementaries:ad_astra/hanging_sign_aeronos (from Supplementaries Generated Pack) +- supplementaries:ad_astra/hanging_sign_strophar (from Supplementaries Generated Pack) +- supplementaries:ad_astra/hanging_sign_glacian (from Supplementaries Generated Pack) +- supplementaries:bewitchment/hanging_sign_juniper (from Supplementaries Generated Pack) +- supplementaries:bewitchment/hanging_sign_cypress (from Supplementaries Generated Pack) +- supplementaries:bewitchment/hanging_sign_elder (from Supplementaries Generated Pack) +- supplementaries:bewitchment/hanging_sign_dragons_blood (from Supplementaries Generated Pack) +- supplementaries:biomemakeover/hanging_sign_blighted_balsa (from Supplementaries Generated Pack) +- supplementaries:biomemakeover/hanging_sign_willow (from Supplementaries Generated Pack) +- supplementaries:biomemakeover/hanging_sign_swamp_cypress (from Supplementaries Generated Pack) +- supplementaries:biomemakeover/hanging_sign_ancient_oak (from Supplementaries Generated Pack) +- supplementaries:botania/hanging_sign_livingwood (from Supplementaries Generated Pack) +- supplementaries:botania/hanging_sign_dreamwood (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_aspen (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_baobab (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_blue_enchanted (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_bulbis (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_cherry (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_cika (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_cypress (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_ebony (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_ether (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_fir (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_green_enchanted (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_holly (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_imparius (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_lament (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_jacaranda (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_mahogany (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_white_mangrove (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_maple (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_nightshade (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_palm (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_pine (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_rainbow_eucalyptus (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_redwood (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_skyris (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_willow (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_witch_hazel (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_zelkova (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_sythian (from Supplementaries Generated Pack) +- supplementaries:colorful-azaleas/hanging_sign_azule_azalea (from Supplementaries Generated Pack) +- supplementaries:colorful-azaleas/hanging_sign_bright_azalea (from Supplementaries Generated Pack) +- supplementaries:colorful-azaleas/hanging_sign_roze_azalea (from Supplementaries Generated Pack) +- supplementaries:colorful-azaleas/hanging_sign_tecal_azalea (from Supplementaries Generated Pack) +- supplementaries:colorful-azaleas/hanging_sign_titanium_azalea (from Supplementaries Generated Pack) +- supplementaries:colorful-azaleas/hanging_sign_walnut_azalea (from Supplementaries Generated Pack) +- supplementaries:colorful-azaleas/hanging_sign_fiss_azalea (from Supplementaries Generated Pack) +- supplementaries:deeperdarker/hanging_sign_echo (from Supplementaries Generated Pack) +- supplementaries:hexcasting/hanging_sign_edified (from Supplementaries Generated Pack) +- supplementaries:minecells/hanging_sign_putrid (from Supplementaries Generated Pack) +- supplementaries:techreborn/hanging_sign_rubber (from Supplementaries Generated Pack) +- supplementaries:spectrum/hanging_sign_white (from Supplementaries Generated Pack) +- supplementaries:spectrum/hanging_sign_orange (from Supplementaries Generated Pack) +- supplementaries:spectrum/hanging_sign_magenta (from Supplementaries Generated Pack) +- supplementaries:spectrum/hanging_sign_light_blue (from Supplementaries Generated Pack) +- supplementaries:spectrum/hanging_sign_yellow (from Supplementaries Generated Pack) +- supplementaries:spectrum/hanging_sign_lime (from Supplementaries Generated Pack) +- supplementaries:spectrum/hanging_sign_pink (from Supplementaries Generated Pack) +- supplementaries:spectrum/hanging_sign_gray (from Supplementaries Generated Pack) +- supplementaries:spectrum/hanging_sign_light_gray (from Supplementaries Generated Pack) +- supplementaries:spectrum/hanging_sign_cyan (from Supplementaries Generated Pack) +- supplementaries:spectrum/hanging_sign_purple (from Supplementaries Generated Pack) +- supplementaries:spectrum/hanging_sign_blue (from Supplementaries Generated Pack) +- supplementaries:spectrum/hanging_sign_brown (from Supplementaries Generated Pack) +- supplementaries:spectrum/hanging_sign_green (from Supplementaries Generated Pack) +- supplementaries:spectrum/hanging_sign_red (from Supplementaries Generated Pack) +- supplementaries:spectrum/hanging_sign_black (from Supplementaries Generated Pack) +- supplementaries:twilightforest/hanging_sign_twilight_oak (from Supplementaries Generated Pack) +- supplementaries:twilightforest/hanging_sign_canopy (from Supplementaries Generated Pack) +- supplementaries:twilightforest/hanging_sign_mangrove (from Supplementaries Generated Pack) +- supplementaries:twilightforest/hanging_sign_dark (from Supplementaries Generated Pack) +- supplementaries:twilightforest/hanging_sign_time (from Supplementaries Generated Pack) +- supplementaries:twilightforest/hanging_sign_transformation (from Supplementaries Generated Pack) +- supplementaries:twilightforest/hanging_sign_mining (from Supplementaries Generated Pack) +- supplementaries:twilightforest/hanging_sign_sorting (from Supplementaries Generated Pack) +- supplementaries:vinery/hanging_sign_cherry (from Supplementaries Generated Pack) + +#the_bumblezone:blacklisted_hanging_garden_logs + +#byg:redwood_logs +- byg:redwood_log (from Oh The Biomes You'll Go) +- byg:redwood_wood (from Oh The Biomes You'll Go) +- byg:stripped_redwood_log (from Oh The Biomes You'll Go) +- byg:stripped_redwood_wood (from Oh The Biomes You'll Go) + +#ants:food/colored/oak_cyan_leaf_food +- spectrum:cyan_leaves (from Spectrum) + +#minecraft:azalea_grows_on +- #minecraft:dirt (from Default) +- #minecraft:sand (from Default) +- #minecraft:terracotta (from Default) +- minecraft:snow_block (from Default) +- minecraft:powder_snow (from Default) +- #supplementaries:planters (from Supplementaries) + +#ecologics:azalea_logs +- ecologics:azalea_log (from Ecologics) +- ecologics:azalea_wood (from Ecologics) +- ecologics:stripped_azalea_log (from Ecologics) +- ecologics:stripped_azalea_wood (from Ecologics) + +#c:raw_ostrum_blocks +- ad_astra:raw_ostrum_block (from Ad Astra!) + +#forge:stone +- minecraft:andesite (from chisels-and-bits) +- minecraft:diorite (from chisels-and-bits) +- minecraft:granite (from chisels-and-bits) +- minecraft:infested_stone (from chisels-and-bits) +- minecraft:stone (from chisels-and-bits) +- minecraft:polished_andesite (from chisels-and-bits) +- minecraft:polished_diorite (from chisels-and-bits) +- minecraft:polished_granite (from chisels-and-bits) +- minecraft:deepslate (from chisels-and-bits) +- minecraft:polished_deepslate (from chisels-and-bits) +- minecraft:infested_deepslate (from chisels-and-bits) +- minecraft:tuff (from chisels-and-bits) +- deeperdarker:sculk_stone (from Deeper and Darker) +- deeperdarker:gloomslate (from Deeper and Darker) + +#mcwbridges:bamboo_bridges +- mcwbridges:bamboo_bridge (from Macaw's Bridges) +- mcwbridges:dry_bamboo_bridge (from Macaw's Bridges) + +#byg:rainbow_eucalyptus_logs +- byg:rainbow_eucalyptus_log (from Oh The Biomes You'll Go) +- byg:rainbow_eucalyptus_wood (from Oh The Biomes You'll Go) +- byg:stripped_rainbow_eucalyptus_log (from Oh The Biomes You'll Go) +- byg:stripped_rainbow_eucalyptus_wood (from Oh The Biomes You'll Go) + +#minecraft:infiniburn_end +- #minecraft:infiniburn_overworld (from Default) +- minecraft:bedrock (from Default) + +#ants:food/colored/oak_light_blue_leaf_food +- spectrum:light_blue_leaves (from Spectrum) + +#c:dry_ices +- powah:dry_ice (from Powah!) + +#byg:may_place_on/iris +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#create:tree_attachments +- minecraft:bee_nest (from Create) +- minecraft:vine (from Create) +- minecraft:moss_carpet (from Create) +- minecraft:shroomlight (from Create) +- minecraft:cocoa (from Create) +- minecraft:mangrove_propagule (from Create) + +#forge:glass_panes/yellow +- minecraft:yellow_stained_glass_pane (from chisels-and-bits) + +#c:cyan_glass_panes +- minecraft:cyan_stained_glass_pane (from Porting Lib Tags) + +#botanypots:hopper_botany_pots +- botanypots:terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:white_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:orange_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:magenta_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:light_blue_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:yellow_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:lime_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:pink_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:gray_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:light_gray_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:cyan_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:purple_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:blue_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:brown_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:green_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:red_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:black_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:white_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:orange_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:magenta_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:light_blue_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:yellow_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:lime_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:pink_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:gray_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:light_gray_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:cyan_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:purple_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:blue_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:brown_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:green_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:red_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:black_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:white_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:orange_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:magenta_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:light_blue_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:yellow_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:lime_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:pink_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:gray_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:light_gray_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:cyan_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:purple_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:blue_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:brown_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:green_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:red_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:black_concrete_hopper_botany_pot (from BotanyPots) + +#spectrum:decay +- spectrum:fading (from Spectrum) +- spectrum:failing (from Spectrum) +- spectrum:ruin (from Spectrum) +- spectrum:forfeiture (from Spectrum) + +#vinery:allows_cooking_on_pot +- minecraft:smoker (from Vinery) +- vinery:stove (from Vinery) +- vinery:wood_fired_oven (from Vinery) + +#c:tungsten_ores +- indrev:tungsten_ore (from Industrial Revolution) +- indrev:deepslate_tungsten_ore (from Industrial Revolution) +- techreborn:tungsten_ore (from Tech Reborn) +- techreborn:deepslate_tungsten_ore (from Tech Reborn) + +#byg:blue_enchanted_logs +- byg:blue_enchanted_log (from Oh The Biomes You'll Go) +- byg:blue_enchanted_wood (from Oh The Biomes You'll Go) +- byg:stripped_blue_enchanted_log (from Oh The Biomes You'll Go) +- byg:stripped_blue_enchanted_wood (from Oh The Biomes You'll Go) + +#byg:all/buttons +- #minecraft:buttons? (from Oh The Biomes You'll Go) + +#byg:may_place_on/orange_amaranth +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#c:compressed_deepslate +- compressor:compressed_deepslate (from Compressor) + +#c:colorless_sand +- minecraft:sand (from Porting Lib Tags) + +#farmersdelight:heat_conductors +- minecraft:hopper (from Farmer's Delight) +- create:chute? (from Farmer's Delight) + +#botania:glimmering_livingwood_logs +- botania:glimmering_livingwood (from Botania) +- botania:glimmering_livingwood_log (from Botania) +- botania:glimmering_stripped_livingwood (from Botania) +- botania:glimmering_stripped_livingwood_log (from Botania) + +#forge:ore_rates/sparse +- minecraft:nether_gold_ore (from chisels-and-bits) + +#c:iridium_reinforced_stone_blocks +- techreborn:iridium_reinforced_stone_storage_block (from Tech Reborn) + +#byg:palm_logs +- byg:palm_log (from Oh The Biomes You'll Go) +- byg:palm_wood (from Oh The Biomes You'll Go) +- byg:stripped_palm_log (from Oh The Biomes You'll Go) +- byg:stripped_palm_wood (from Oh The Biomes You'll Go) + +#c:ore_bearing_ground/root +- twilightforest:root (from The Twilight Forest) + +#spectrum:gemstone_lamps +- spectrum:amethyst_basalt_lamp (from Spectrum) +- spectrum:citrine_basalt_lamp (from Spectrum) +- spectrum:topaz_basalt_lamp (from Spectrum) +- spectrum:moonstone_basalt_lamp (from Spectrum) +- spectrum:onyx_basalt_lamp (from Spectrum) +- spectrum:amethyst_calcite_lamp (from Spectrum) +- spectrum:citrine_calcite_lamp (from Spectrum) +- spectrum:topaz_calcite_lamp (from Spectrum) +- spectrum:moonstone_calcite_lamp (from Spectrum) +- spectrum:onyx_calcite_lamp (from Spectrum) + +#spectrum:decay_bedrock_conversions +- minecraft:bedrock (from Spectrum) + +#forge:ore_bearing_ground/netherrack +- minecraft:netherrack (from chisels-and-bits) + +#c:chests +- minecraft:chest (from Fabric Convention Tags) +- minecraft:ender_chest (from Fabric Convention Tags) +- minecraft:trapped_chest (from Fabric Convention Tags) +- #c:ender_chests (from Porting Lib Tags) +- #c:trapped_chests (from Porting Lib Tags) +- #c:wooden_chests (from Porting Lib Tags) +- spectrum:private_chest (from Spectrum) +- spectrum:compacting_chest (from Spectrum) +- spectrum:restocking_chest (from Spectrum) +- spectrum:sucking_chest (from Spectrum) + +#c:silica_glass +- minecraft:glass (from Porting Lib Tags) +- minecraft:black_stained_glass (from Porting Lib Tags) +- minecraft:blue_stained_glass (from Porting Lib Tags) +- minecraft:brown_stained_glass (from Porting Lib Tags) +- minecraft:cyan_stained_glass (from Porting Lib Tags) +- minecraft:gray_stained_glass (from Porting Lib Tags) +- minecraft:green_stained_glass (from Porting Lib Tags) +- minecraft:light_blue_stained_glass (from Porting Lib Tags) +- minecraft:light_gray_stained_glass (from Porting Lib Tags) +- minecraft:lime_stained_glass (from Porting Lib Tags) +- minecraft:magenta_stained_glass (from Porting Lib Tags) +- minecraft:orange_stained_glass (from Porting Lib Tags) +- minecraft:pink_stained_glass (from Porting Lib Tags) +- minecraft:purple_stained_glass (from Porting Lib Tags) +- minecraft:red_stained_glass (from Porting Lib Tags) +- minecraft:white_stained_glass (from Porting Lib Tags) +- minecraft:yellow_stained_glass (from Porting Lib Tags) + +#c:compressed_sand +- compressor:compressed_sand (from Compressor) + +#c:storage_blocks/pendorite +- byg:pendorite_block (from Oh The Biomes You'll Go) + +#minecraft:frogs_spawnable_on +- minecraft:grass_block (from Default) +- minecraft:mud (from Default) +- minecraft:mangrove_roots (from Default) +- minecraft:muddy_mangrove_roots (from Default) + +#c:quadruple_compressed_cobbled_deepslate +- compressor:quadruple_compressed_cobbled_deepslate (from Compressor) + +#minecraft:shulker_boxes +- minecraft:shulker_box (from Default) +- minecraft:black_shulker_box (from Default) +- minecraft:blue_shulker_box (from Default) +- minecraft:brown_shulker_box (from Default) +- minecraft:cyan_shulker_box (from Default) +- minecraft:gray_shulker_box (from Default) +- minecraft:green_shulker_box (from Default) +- minecraft:light_blue_shulker_box (from Default) +- minecraft:light_gray_shulker_box (from Default) +- minecraft:lime_shulker_box (from Default) +- minecraft:magenta_shulker_box (from Default) +- minecraft:orange_shulker_box (from Default) +- minecraft:pink_shulker_box (from Default) +- minecraft:purple_shulker_box (from Default) +- minecraft:red_shulker_box (from Default) +- minecraft:white_shulker_box (from Default) +- minecraft:yellow_shulker_box (from Default) +- lootr:lootr_shulker (from Lootr) + +#c:iridium_blocks +- techreborn:iridium_storage_block (from Tech Reborn) + +#c:quadruple_compressed_blackstone +- compressor:quadruple_compressed_blackstone (from Compressor) + +#the_bumblezone:required_blocks_under_hive_to_teleport + +#minecraft:birch_logs +- minecraft:birch_log (from Default) +- minecraft:birch_wood (from Default) +- minecraft:stripped_birch_log (from Default) +- minecraft:stripped_birch_wood (from Default) + +#byg:may_place_on/orange_birch_sapling +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#create:fan_heaters +- farmersdelight:stove (from Farmer's Delight) + +#byg:spreads_to_netherrack +- byg:mycelium_netherrack (from Oh The Biomes You'll Go) +- byg:overgrown_netherrack (from Oh The Biomes You'll Go) +- byg:sythian_nylium (from Oh The Biomes You'll Go) + +#byg:bookshelves +- byg:aspen_bookshelf (from Oh The Biomes You'll Go) +- byg:baobab_bookshelf (from Oh The Biomes You'll Go) +- byg:blue_enchanted_bookshelf (from Oh The Biomes You'll Go) +- byg:bulbis_bookshelf (from Oh The Biomes You'll Go) +- byg:cherry_bookshelf (from Oh The Biomes You'll Go) +- byg:cika_bookshelf (from Oh The Biomes You'll Go) +- byg:cypress_bookshelf (from Oh The Biomes You'll Go) +- byg:ebony_bookshelf (from Oh The Biomes You'll Go) +- byg:embur_bookshelf (from Oh The Biomes You'll Go) +- byg:ether_bookshelf (from Oh The Biomes You'll Go) +- byg:fir_bookshelf (from Oh The Biomes You'll Go) +- byg:green_enchanted_bookshelf (from Oh The Biomes You'll Go) +- byg:holly_bookshelf (from Oh The Biomes You'll Go) +- byg:imparius_bookshelf (from Oh The Biomes You'll Go) +- byg:jacaranda_bookshelf (from Oh The Biomes You'll Go) +- byg:lament_bookshelf (from Oh The Biomes You'll Go) +- byg:mahogany_bookshelf (from Oh The Biomes You'll Go) +- byg:maple_bookshelf (from Oh The Biomes You'll Go) +- byg:nightshade_bookshelf (from Oh The Biomes You'll Go) +- byg:palm_bookshelf (from Oh The Biomes You'll Go) +- byg:pine_bookshelf (from Oh The Biomes You'll Go) +- byg:rainbow_eucalyptus_bookshelf (from Oh The Biomes You'll Go) +- byg:redwood_bookshelf (from Oh The Biomes You'll Go) +- byg:skyris_bookshelf (from Oh The Biomes You'll Go) +- byg:sythian_bookshelf (from Oh The Biomes You'll Go) +- byg:white_mangrove_bookshelf (from Oh The Biomes You'll Go) +- byg:willow_bookshelf (from Oh The Biomes You'll Go) +- byg:witch_hazel_bookshelf (from Oh The Biomes You'll Go) +- byg:zelkova_bookshelf (from Oh The Biomes You'll Go) +- minecraft:bookshelf (from Oh The Biomes You'll Go) + +#byg:aspen_logs +- byg:aspen_log (from Oh The Biomes You'll Go) +- byg:aspen_wood (from Oh The Biomes You'll Go) +- byg:stripped_aspen_log (from Oh The Biomes You'll Go) +- byg:stripped_aspen_wood (from Oh The Biomes You'll Go) + +#ants:food/colored/oak_brown_leaf_food +- spectrum:brown_leaves (from Spectrum) + +#c:tungsten_blocks +- indrev:tungsten_block (from Industrial Revolution) +- techreborn:tungsten_storage_block (from Tech Reborn) + +#minecraft:oak_logs +- minecraft:oak_log (from Default) +- minecraft:oak_wood (from Default) +- minecraft:stripped_oak_log (from Default) +- minecraft:stripped_oak_wood (from Default) +- byg:withering_oak_log (from Oh The Biomes You'll Go) +- byg:withering_oak_wood (from Oh The Biomes You'll Go) + +#c:invar_blocks +- techreborn:invar_storage_block (from Tech Reborn) + +#byg:purple_sand +- byg:black_sand (from Oh The Biomes You'll Go) + +#byg:may_place_on/withering_oak_sapling +- #minecraft:nylium (from Oh The Biomes You'll Go) +- minecraft:mycelium (from Oh The Biomes You'll Go) +- minecraft:soul_soil (from Oh The Biomes You'll Go) + +#ad_astra:moon_ore_replaceables +- ad_astra:moon_stone (from Ad Astra!) + +#c:salt_ores +- bewitchment:salt_ore (from Bewitchment) +- bewitchment:deepslate_salt_ore (from Bewitchment) + +#c:purple_glass +- minecraft:purple_stained_glass (from Porting Lib Tags) + +#byg:may_place_on/imparius_mushroom +- #byg:end_stone (from Oh The Biomes You'll Go) +- #c:end_stones? (from Oh The Biomes You'll Go) +- #forge:end_stones? (from Oh The Biomes You'll Go) +- minecraft:end_stone (from Oh The Biomes You'll Go) + +#naturalist:fireflies_spawnable_on +- minecraft:grass_block (from Naturalist) +- minecraft:mud (from Naturalist) +- #minecraft:leaves (from Naturalist) + +#forge:ores/lapis +- #minecraft:lapis_ores (from chisels-and-bits) +- deeperdarker:sculk_stone_lapis_ore (from Deeper and Darker) + +#c:double_compressed_sand +- compressor:double_compressed_sand (from Compressor) + +#deeperdarker:gloom_sculk_replaceable +- deeperdarker:gloom_sculk (from Deeper and Darker) +- deeperdarker:gloomslate (from Deeper and Darker) +- deeperdarker:sculk_stone (from Deeper and Darker) +- deeperdarker:infested_sculk (from Deeper and Darker) +- deeperdarker:echo_soil (from Deeper and Darker) +- minecraft:stone (from Deeper and Darker) +- minecraft:deepslate (from Deeper and Darker) +- minecraft:sculk (from Deeper and Darker) + +#the_bumblezone:flowers_blacklisted_from_pollen_puff +- minecraft:wither_rose (from The Bumblezone - Fabric) +- flowerpatch:wither_rose_patch? (from The Bumblezone - Fabric) +- bushierflowers:grown_wither_rose? (from The Bumblezone - Fabric) +- flowerseeds:crop_witherrose? (from The Bumblezone - Fabric) +- #botania:mystical_flowers? (from The Bumblezone - Fabric) +- #botania:special_flowers? (from The Bumblezone - Fabric) +- byg:prairie_grass? (from The Bumblezone - Fabric) +- byg:pollen_block? (from The Bumblezone - Fabric) +- gaiadimension:missingno_plant? (from The Bumblezone - Fabric) +- blue_skies:muckweed? (from The Bumblezone - Fabric) +- blue_skies:brittlebush? (from The Bumblezone - Fabric) +- farmersdelight:wild_beetroots? (from The Bumblezone - Fabric) +- extendedmushrooms:infested_flower? (from The Bumblezone - Fabric) +- undergarden:shimmerweed? (from The Bumblezone - Fabric) +- undergarden:tall_shimmerweed? (from The Bumblezone - Fabric) + +#minecraft:bamboo_plantable_on +- #minecraft:sand (from Default) +- #minecraft:dirt (from Default) +- minecraft:bamboo (from Default) +- minecraft:bamboo_sapling (from Default) +- minecraft:gravel (from Default) +- #archeology:clay_pots (from CapsLock Archeology Mod) +- byg:peat (from Oh The Biomes You'll Go) +- byg:lush_grass_block (from Oh The Biomes You'll Go) +- byg:lush_dirt (from Oh The Biomes You'll Go) +- byg:overgrown_stone (from Oh The Biomes You'll Go) +- byg:overgrown_dacite (from Oh The Biomes You'll Go) +- byg:overgrown_netherrack (from Oh The Biomes You'll Go) +- byg:podzol_dacite (from Oh The Biomes You'll Go) +- byg:mycelium_netherrack (from Oh The Biomes You'll Go) +- #byg:sand (from Oh The Biomes You'll Go) +- croptosis:fertilized_sand (from Croptosis) +- croptosis:fertilized_dirt (from Croptosis) +- farmersdelight:rich_soil (from Farmer's Delight) +- #minecraft:sand (from The Graveyard) +- #minecraft:dirt (from The Graveyard) +- minecraft:bamboo (from The Graveyard) +- minecraft:bamboo_sapling (from The Graveyard) +- minecraft:gravel (from The Graveyard) +- graveyard:tg_moss_block (from The Graveyard) +- graveyard:tg_grass_block (from The Graveyard) +- graveyard:tg_coarse_dirt (from The Graveyard) +- graveyard:tg_dirt (from The Graveyard) +- graveyard:tg_rooted_dirt (from The Graveyard) +- graveyard:tg_podzol (from The Graveyard) +- #supplementaries:planters (from Supplementaries) + +#ants:food/colored/oak_lime_leaf_food +- spectrum:lime_leaves (from Spectrum) + +#byg:may_place_on/prickly_pear_cactus +- #minecraft:sand (from Oh The Biomes You'll Go) + +#minecraft:pressure_plates +- minecraft:light_weighted_pressure_plate (from Default) +- minecraft:heavy_weighted_pressure_plate (from Default) +- #minecraft:wooden_pressure_plates (from Default) +- #minecraft:stone_pressure_plates (from Default) +- ad_astra:iron_plating_pressure_plate (from Ad Astra!) +- ad_astra:steel_plating_pressure_plate (from Ad Astra!) +- ad_astra:desh_plating_pressure_plate (from Ad Astra!) +- ad_astra:ostrum_plating_pressure_plate (from Ad Astra!) +- ad_astra:calorite_plating_pressure_plate (from Ad Astra!) +- ad_astra:glacian_log (from Ad Astra!) +- ad_astra:glacian_pressure_plate (from Ad Astra!) +- hexcasting:edified_pressure_plate (from Hex Casting) + +#the_bumblezone:allowed_resourceful_bees_combs + +#c:ores_in_ground/stone +- create:zinc_ore (from Create) +- minecraft:coal_ore (from Porting Lib Tags) +- minecraft:copper_ore (from Porting Lib Tags) +- minecraft:diamond_ore (from Porting Lib Tags) +- minecraft:emerald_ore (from Porting Lib Tags) +- minecraft:gold_ore (from Porting Lib Tags) +- minecraft:iron_ore (from Porting Lib Tags) +- minecraft:lapis_ore (from Porting Lib Tags) +- minecraft:redstone_ore (from Porting Lib Tags) + +#c:gray_glass_panes +- minecraft:gray_stained_glass_pane (from Porting Lib Tags) + +#minecraft:jungle_logs +- minecraft:jungle_log (from Default) +- minecraft:jungle_wood (from Default) +- minecraft:stripped_jungle_log (from Default) +- minecraft:stripped_jungle_wood (from Default) +- #byg:mahogany_logs (from Oh The Biomes You'll Go) +- #byg:palm_logs (from Oh The Biomes You'll Go) + +#spectrum:colored_planks +- spectrum:black_planks (from Spectrum) +- spectrum:blue_planks (from Spectrum) +- spectrum:brown_planks (from Spectrum) +- spectrum:cyan_planks (from Spectrum) +- spectrum:gray_planks (from Spectrum) +- spectrum:green_planks (from Spectrum) +- spectrum:light_blue_planks (from Spectrum) +- spectrum:light_gray_planks (from Spectrum) +- spectrum:lime_planks (from Spectrum) +- spectrum:magenta_planks (from Spectrum) +- spectrum:orange_planks (from Spectrum) +- spectrum:pink_planks (from Spectrum) +- spectrum:purple_planks (from Spectrum) +- spectrum:red_planks (from Spectrum) +- spectrum:white_planks (from Spectrum) +- spectrum:yellow_planks (from Spectrum) + +#c:brown_glass_panes +- minecraft:brown_stained_glass_pane (from Porting Lib Tags) + +#c:octuple_compressed_deepslate +- compressor:octuple_compressed_deepslate (from Compressor) + +#campanion:lawn_chairs +- campanion:yellow_lawn_chair (from Campanion) +- campanion:green_lawn_chair (from Campanion) +- campanion:purple_lawn_chair (from Campanion) +- campanion:cyan_lawn_chair (from Campanion) +- campanion:gray_lawn_chair (from Campanion) +- campanion:black_lawn_chair (from Campanion) +- campanion:brown_lawn_chair (from Campanion) +- campanion:magenta_lawn_chair (from Campanion) +- campanion:light_blue_lawn_chair (from Campanion) +- campanion:lime_lawn_chair (from Campanion) +- campanion:white_lawn_chair (from Campanion) +- campanion:orange_lawn_chair (from Campanion) +- campanion:light_gray_lawn_chair (from Campanion) +- campanion:red_lawn_chair (from Campanion) +- campanion:blue_lawn_chair (from Campanion) +- campanion:pink_lawn_chair (from Campanion) + +#minecraft:spruce_logs +- minecraft:spruce_log (from Default) +- minecraft:spruce_wood (from Default) +- minecraft:stripped_spruce_log (from Default) +- minecraft:stripped_spruce_wood (from Default) + +#byg:may_place_on/alpine_bellflower +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#ad_astra:glacio_ore_replaceables +- ad_astra:glacio_stone (from Ad Astra!) + +#c:mineable/knife + +#forge:fence_gates/wooden +- minecraft:oak_fence_gate (from chisels-and-bits) +- minecraft:spruce_fence_gate (from chisels-and-bits) +- minecraft:birch_fence_gate (from chisels-and-bits) +- minecraft:jungle_fence_gate (from chisels-and-bits) +- minecraft:acacia_fence_gate (from chisels-and-bits) +- minecraft:dark_oak_fence_gate (from chisels-and-bits) +- minecraft:crimson_fence_gate (from chisels-and-bits) +- minecraft:warped_fence_gate (from chisels-and-bits) +- minecraft:mangrove_fence_gate (from chisels-and-bits) +- deeperdarker:echo_fence_gate (from Deeper and Darker) + +#minecraft:mineable/axe +- minecraft:note_block (from Default) +- minecraft:attached_melon_stem (from Default) +- minecraft:attached_pumpkin_stem (from Default) +- minecraft:azalea (from Default) +- minecraft:bamboo (from Default) +- minecraft:barrel (from Default) +- minecraft:bee_nest (from Default) +- minecraft:beehive (from Default) +- minecraft:beetroots (from Default) +- minecraft:big_dripleaf_stem (from Default) +- minecraft:big_dripleaf (from Default) +- minecraft:bookshelf (from Default) +- minecraft:brown_mushroom_block (from Default) +- minecraft:brown_mushroom (from Default) +- minecraft:campfire (from Default) +- minecraft:carrots (from Default) +- minecraft:cartography_table (from Default) +- minecraft:carved_pumpkin (from Default) +- minecraft:cave_vines_plant (from Default) +- minecraft:cave_vines (from Default) +- minecraft:chest (from Default) +- minecraft:chorus_flower (from Default) +- minecraft:chorus_plant (from Default) +- minecraft:cocoa (from Default) +- minecraft:composter (from Default) +- minecraft:crafting_table (from Default) +- minecraft:crimson_fungus (from Default) +- minecraft:daylight_detector (from Default) +- minecraft:dead_bush (from Default) +- minecraft:fern (from Default) +- minecraft:fletching_table (from Default) +- minecraft:glow_lichen (from Default) +- minecraft:grass (from Default) +- minecraft:hanging_roots (from Default) +- minecraft:jack_o_lantern (from Default) +- minecraft:jukebox (from Default) +- minecraft:ladder (from Default) +- minecraft:large_fern (from Default) +- minecraft:lectern (from Default) +- minecraft:lily_pad (from Default) +- minecraft:loom (from Default) +- minecraft:melon_stem (from Default) +- minecraft:melon (from Default) +- minecraft:mushroom_stem (from Default) +- minecraft:nether_wart (from Default) +- minecraft:potatoes (from Default) +- minecraft:pumpkin_stem (from Default) +- minecraft:pumpkin (from Default) +- minecraft:red_mushroom_block (from Default) +- minecraft:red_mushroom (from Default) +- minecraft:scaffolding (from Default) +- minecraft:small_dripleaf (from Default) +- minecraft:smithing_table (from Default) +- minecraft:soul_campfire (from Default) +- minecraft:spore_blossom (from Default) +- minecraft:sugar_cane (from Default) +- minecraft:sweet_berry_bush (from Default) +- minecraft:tall_grass (from Default) +- minecraft:trapped_chest (from Default) +- minecraft:twisting_vines_plant (from Default) +- minecraft:twisting_vines (from Default) +- minecraft:vine (from Default) +- minecraft:warped_fungus (from Default) +- minecraft:weeping_vines_plant (from Default) +- minecraft:weeping_vines (from Default) +- minecraft:wheat (from Default) +- #minecraft:banners (from Default) +- #minecraft:fence_gates (from Default) +- #minecraft:logs (from Default) +- #minecraft:planks (from Default) +- #minecraft:saplings (from Default) +- #minecraft:signs (from Default) +- #minecraft:wooden_buttons (from Default) +- #minecraft:wooden_doors (from Default) +- #minecraft:wooden_fences (from Default) +- #minecraft:wooden_pressure_plates (from Default) +- #minecraft:wooden_slabs (from Default) +- #minecraft:wooden_stairs (from Default) +- #minecraft:wooden_trapdoors (from Default) +- minecraft:mangrove_roots (from Default) +- ad_astra:glacian_log (from Ad Astra!) +- ad_astra:stripped_glacian_log (from Ad Astra!) +- ad_astra:glacian_leaves (from Ad Astra!) +- ad_astra:glacian_planks (from Ad Astra!) +- ad_astra:glacian_stairs (from Ad Astra!) +- ad_astra:glacian_slab (from Ad Astra!) +- ad_astra:glacian_door (from Ad Astra!) +- ad_astra:glacian_trapdoor (from Ad Astra!) +- ad_astra:glacian_fence (from Ad Astra!) +- ad_astra:glacian_fence_gate (from Ad Astra!) +- ad_astra:glacian_button (from Ad Astra!) +- ad_astra:glacian_pressure_plate (from Ad Astra!) +- ad_astra:glacian_sign (from Ad Astra!) +- ad_astra:glacian_wall_sign (from Ad Astra!) +- ad_astra:strophar_door (from Ad Astra!) +- ad_astra:strophar_trapdoor (from Ad Astra!) +- ad_astra:strophar_planks (from Ad Astra!) +- ad_astra:strophar_fence (from Ad Astra!) +- ad_astra:strophar_fence_gate (from Ad Astra!) +- ad_astra:strophar_stairs (from Ad Astra!) +- ad_astra:strophar_slab (from Ad Astra!) +- ad_astra:strophar_chest (from Ad Astra!) +- ad_astra:strophar_ladder (from Ad Astra!) +- ad_astra:aeronos_door (from Ad Astra!) +- ad_astra:aeronos_trapdoor (from Ad Astra!) +- ad_astra:aeronos_planks (from Ad Astra!) +- ad_astra:aeronos_fence (from Ad Astra!) +- ad_astra:aeronos_fence_gate (from Ad Astra!) +- ad_astra:aeronos_stairs (from Ad Astra!) +- ad_astra:aeronos_slab (from Ad Astra!) +- ad_astra:aeronos_chest (from Ad Astra!) +- ad_astra:aeronos_ladder (from Ad Astra!) +- #another_furniture:benches (from Another Furniture) +- #another_furniture:chairs (from Another Furniture) +- #another_furniture:drawers (from Another Furniture) +- #another_furniture:lamps (from Another Furniture) +- #another_furniture:planter_boxes (from Another Furniture) +- #another_furniture:shelves (from Another Furniture) +- #another_furniture:shutters (from Another Furniture) +- #another_furniture:sofas (from Another Furniture) +- #another_furniture:stools (from Another Furniture) +- #another_furniture:tables (from Another Furniture) +- #another_furniture:tall_stools (from Another Furniture) +- bambooeverything:bamboo_fence (from Bamboo Everything) +- bambooeverything:bamboo_bundle (from Bamboo Everything) +- bambooeverything:dry_bamboo_bundle (from Bamboo Everything) +- bambooeverything:dry_bamboo_fence (from Bamboo Everything) +- bewitchment:juniper_chest (from Bewitchment) +- bewitchment:trapped_juniper_chest (from Bewitchment) +- bewitchment:cypress_chest (from Bewitchment) +- bewitchment:trapped_cypress_chest (from Bewitchment) +- bewitchment:elder_chest (from Bewitchment) +- bewitchment:trapped_elder_chest (from Bewitchment) +- bewitchment:dragons_blood_chest (from Bewitchment) +- bewitchment:trapped_dragons_blood_chest (from Bewitchment) +- bewitchment:glowing_bramble (from Bewitchment) +- bewitchment:ender_bramble (from Bewitchment) +- bewitchment:fruiting_bramble (from Bewitchment) +- bewitchment:scorched_bramble (from Bewitchment) +- bewitchment:thick_bramble (from Bewitchment) +- bewitchment:fleeting_bramble (from Bewitchment) +- bewitchment:oak_poppet_shelf (from Bewitchment) +- bewitchment:spruce_poppet_shelf (from Bewitchment) +- bewitchment:birch_poppet_shelf (from Bewitchment) +- bewitchment:jungle_poppet_shelf (from Bewitchment) +- bewitchment:acacia_poppet_shelf (from Bewitchment) +- bewitchment:dark_oak_poppet_shelf (from Bewitchment) +- bewitchment:crimson_poppet_shelf (from Bewitchment) +- bewitchment:warped_poppet_shelf (from Bewitchment) +- bewitchment:juniper_poppet_shelf (from Bewitchment) +- bewitchment:cypress_poppet_shelf (from Bewitchment) +- bewitchment:elder_poppet_shelf (from Bewitchment) +- bewitchment:dragons_blood_poppet_shelf (from Bewitchment) +- bewitchment:white_coffin (from Bewitchment) +- bewitchment:orange_coffin (from Bewitchment) +- bewitchment:magenta_coffin (from Bewitchment) +- bewitchment:light_blue_coffin (from Bewitchment) +- bewitchment:yellow_coffin (from Bewitchment) +- bewitchment:lime_coffin (from Bewitchment) +- bewitchment:pink_coffin (from Bewitchment) +- bewitchment:gray_coffin (from Bewitchment) +- bewitchment:light_gray_coffin (from Bewitchment) +- bewitchment:cyan_coffin (from Bewitchment) +- bewitchment:purple_coffin (from Bewitchment) +- bewitchment:blue_coffin (from Bewitchment) +- bewitchment:brown_coffin (from Bewitchment) +- bewitchment:green_coffin (from Bewitchment) +- bewitchment:red_coffin (from Bewitchment) +- bewitchment:black_coffin (from Bewitchment) +- biomemakeover:purple_glowshroom_block (from Biome Makeover) +- biomemakeover:green_glowshroom_block (from Biome Makeover) +- biomemakeover:orange_glowshroom_block (from Biome Makeover) +- biomemakeover:purple_glowshroom (from Biome Makeover) +- biomemakeover:green_glowshroom (from Biome Makeover) +- biomemakeover:orange_glowshroom (from Biome Makeover) +- biomemakeover:tall_brown_mushroom (from Biome Makeover) +- biomemakeover:tall_red_mushroom (from Biome Makeover) +- biomemakeover:red_mushroom_brick (from Biome Makeover) +- biomemakeover:brown_mushroom_brick (from Biome Makeover) +- biomemakeover:red_mushroom_brick_stairs (from Biome Makeover) +- biomemakeover:brown_mushroom_brick_stairs (from Biome Makeover) +- biomemakeover:red_mushroom_brick_slab (from Biome Makeover) +- biomemakeover:brown_mushroom_brick_slab (from Biome Makeover) +- biomemakeover:red_mushroom_brick_wall (from Biome Makeover) +- biomemakeover:brown_mushroom_brick_wall (from Biome Makeover) +- biomemakeover:purple_glowshroom_brick (from Biome Makeover) +- biomemakeover:green_glowshroom_brick (from Biome Makeover) +- biomemakeover:orange_glowshroom_brick (from Biome Makeover) +- biomemakeover:purple_glowshroom_brick_stairs (from Biome Makeover) +- biomemakeover:green_glowshroom_brick_stairs (from Biome Makeover) +- biomemakeover:orange_glowshroom_brick_stairs (from Biome Makeover) +- biomemakeover:purple_glowshroom_brick_slab (from Biome Makeover) +- biomemakeover:green_glowshroom_brick_slab (from Biome Makeover) +- biomemakeover:orange_glowshroom_brick_slab (from Biome Makeover) +- biomemakeover:purple_glowshroom_brick_wall (from Biome Makeover) +- biomemakeover:green_glowshroom_brick_wall (from Biome Makeover) +- biomemakeover:orange_glowshroom_brick_wall (from Biome Makeover) +- biomemakeover:saguaro_cactus (from Biome Makeover) +- biomemakeover:ectoplasm_composter (from Biome Makeover) +- biomemakeover:ancient_oak_sign (from Biome Makeover) +- biomemakeover:blighted_balsa_sign (from Biome Makeover) +- biomemakeover:swamp_cypress_sign (from Biome Makeover) +- biomemakeover:willow_sign (from Biome Makeover) +- #biomemakeover:tapestries (from Biome Makeover) +- blast:stripminer (from BLAST) +- blast:cold_digger (from BLAST) +- botania:abstruse_platform (from Botania) +- botania:alfheim_portal (from Botania) +- botania:avatar (from Botania) +- botania:bellows (from Botania) +- botania:cacophonium_block (from Botania) +- botania:crafty_crate (from Botania) +- botania:dreamwood (from Botania) +- botania:dreamwood_fence (from Botania) +- botania:dreamwood_fence_gate (from Botania) +- botania:dreamwood_log (from Botania) +- botania:dreamwood_planks (from Botania) +- botania:dreamwood_planks_slab (from Botania) +- botania:dreamwood_planks_stairs (from Botania) +- botania:dreamwood_slab (from Botania) +- botania:dreamwood_stairs (from Botania) +- botania:dreamwood_wall (from Botania) +- botania:drum_canopy (from Botania) +- botania:drum_gathering (from Botania) +- botania:drum_wild (from Botania) +- botania:elven_spreader (from Botania) +- botania:fel_pumpkin (from Botania) +- botania:framed_dreamwood (from Botania) +- botania:framed_livingwood (from Botania) +- botania:gaia_spreader (from Botania) +- botania:glimmering_dreamwood (from Botania) +- botania:glimmering_dreamwood_log (from Botania) +- botania:glimmering_livingwood (from Botania) +- botania:glimmering_livingwood_log (from Botania) +- botania:glimmering_stripped_dreamwood (from Botania) +- botania:glimmering_stripped_dreamwood_log (from Botania) +- botania:glimmering_stripped_livingwood (from Botania) +- botania:glimmering_stripped_livingwood_log (from Botania) +- botania:incense_plate (from Botania) +- botania:infrangible_platform (from Botania) +- botania:livingwood (from Botania) +- botania:livingwood_fence (from Botania) +- botania:livingwood_fence_gate (from Botania) +- botania:livingwood_log (from Botania) +- botania:livingwood_planks (from Botania) +- botania:livingwood_planks_slab (from Botania) +- botania:livingwood_planks_stairs (from Botania) +- botania:livingwood_slab (from Botania) +- botania:livingwood_stairs (from Botania) +- botania:livingwood_wall (from Botania) +- botania:mana_bomb (from Botania) +- botania:mana_spreader (from Botania) +- botania:mossy_dreamwood_planks (from Botania) +- botania:mossy_livingwood_planks (from Botania) +- botania:open_crate (from Botania) +- botania:pattern_framed_dreamwood (from Botania) +- botania:pattern_framed_livingwood (from Botania) +- botania:redstone_spreader (from Botania) +- botania:root (from Botania) +- botania:shimmerwood_planks (from Botania) +- botania:shimmerwood_planks_slab (from Botania) +- botania:shimmerwood_planks_stairs (from Botania) +- botania:spectral_platform (from Botania) +- botania:stripped_dreamwood (from Botania) +- botania:stripped_dreamwood_log (from Botania) +- botania:stripped_dreamwood_slab (from Botania) +- botania:stripped_dreamwood_stairs (from Botania) +- botania:stripped_dreamwood_wall (from Botania) +- botania:stripped_livingwood (from Botania) +- botania:stripped_livingwood_log (from Botania) +- botania:stripped_livingwood_slab (from Botania) +- botania:stripped_livingwood_stairs (from Botania) +- botania:stripped_livingwood_wall (from Botania) +- botania:turntable (from Botania) +- byg:aspen_bookshelf (from Oh The Biomes You'll Go) +- byg:aspen_button (from Oh The Biomes You'll Go) +- byg:aspen_crafting_table (from Oh The Biomes You'll Go) +- byg:aspen_door (from Oh The Biomes You'll Go) +- byg:aspen_fence (from Oh The Biomes You'll Go) +- byg:aspen_fence_gate (from Oh The Biomes You'll Go) +- byg:aspen_log (from Oh The Biomes You'll Go) +- byg:aspen_planks (from Oh The Biomes You'll Go) +- byg:aspen_pressure_plate (from Oh The Biomes You'll Go) +- byg:aspen_slab (from Oh The Biomes You'll Go) +- byg:aspen_stairs (from Oh The Biomes You'll Go) +- byg:aspen_trapdoor (from Oh The Biomes You'll Go) +- byg:aspen_wood (from Oh The Biomes You'll Go) +- byg:baobab_bookshelf (from Oh The Biomes You'll Go) +- byg:baobab_button (from Oh The Biomes You'll Go) +- byg:baobab_crafting_table (from Oh The Biomes You'll Go) +- byg:baobab_door (from Oh The Biomes You'll Go) +- byg:baobab_fence (from Oh The Biomes You'll Go) +- byg:baobab_fence_gate (from Oh The Biomes You'll Go) +- byg:baobab_log (from Oh The Biomes You'll Go) +- byg:baobab_planks (from Oh The Biomes You'll Go) +- byg:baobab_pressure_plate (from Oh The Biomes You'll Go) +- byg:baobab_slab (from Oh The Biomes You'll Go) +- byg:baobab_stairs (from Oh The Biomes You'll Go) +- byg:baobab_trapdoor (from Oh The Biomes You'll Go) +- byg:baobab_wood (from Oh The Biomes You'll Go) +- byg:blue_enchanted_bookshelf (from Oh The Biomes You'll Go) +- byg:blue_enchanted_button (from Oh The Biomes You'll Go) +- byg:blue_enchanted_crafting_table (from Oh The Biomes You'll Go) +- byg:blue_enchanted_door (from Oh The Biomes You'll Go) +- byg:blue_enchanted_fence (from Oh The Biomes You'll Go) +- byg:blue_enchanted_fence_gate (from Oh The Biomes You'll Go) +- byg:blue_enchanted_log (from Oh The Biomes You'll Go) +- byg:blue_enchanted_planks (from Oh The Biomes You'll Go) +- byg:blue_enchanted_pressure_plate (from Oh The Biomes You'll Go) +- byg:blue_enchanted_slab (from Oh The Biomes You'll Go) +- byg:blue_enchanted_stairs (from Oh The Biomes You'll Go) +- byg:blue_enchanted_trapdoor (from Oh The Biomes You'll Go) +- byg:blue_enchanted_wood (from Oh The Biomes You'll Go) +- byg:boric_campfire (from Oh The Biomes You'll Go) +- byg:brown_mushroom_stem (from Oh The Biomes You'll Go) +- byg:bulbis_bookshelf (from Oh The Biomes You'll Go) +- byg:bulbis_button (from Oh The Biomes You'll Go) +- byg:bulbis_crafting_table (from Oh The Biomes You'll Go) +- byg:bulbis_door (from Oh The Biomes You'll Go) +- byg:bulbis_fence (from Oh The Biomes You'll Go) +- byg:bulbis_fence_gate (from Oh The Biomes You'll Go) +- byg:bulbis_planks (from Oh The Biomes You'll Go) +- byg:bulbis_pressure_plate (from Oh The Biomes You'll Go) +- byg:bulbis_slab (from Oh The Biomes You'll Go) +- byg:bulbis_stairs (from Oh The Biomes You'll Go) +- byg:bulbis_stem (from Oh The Biomes You'll Go) +- byg:bulbis_trapdoor (from Oh The Biomes You'll Go) +- byg:bulbis_wood (from Oh The Biomes You'll Go) +- byg:cherry_bookshelf (from Oh The Biomes You'll Go) +- byg:cherry_button (from Oh The Biomes You'll Go) +- byg:cherry_crafting_table (from Oh The Biomes You'll Go) +- byg:cherry_door (from Oh The Biomes You'll Go) +- byg:cherry_fence (from Oh The Biomes You'll Go) +- byg:cherry_fence_gate (from Oh The Biomes You'll Go) +- byg:cherry_log (from Oh The Biomes You'll Go) +- byg:cherry_planks (from Oh The Biomes You'll Go) +- byg:cherry_pressure_plate (from Oh The Biomes You'll Go) +- byg:cherry_slab (from Oh The Biomes You'll Go) +- byg:cherry_stairs (from Oh The Biomes You'll Go) +- byg:cherry_trapdoor (from Oh The Biomes You'll Go) +- byg:cherry_wood (from Oh The Biomes You'll Go) +- byg:cika_bookshelf (from Oh The Biomes You'll Go) +- byg:cika_button (from Oh The Biomes You'll Go) +- byg:cika_crafting_table (from Oh The Biomes You'll Go) +- byg:cika_door (from Oh The Biomes You'll Go) +- byg:cika_fence (from Oh The Biomes You'll Go) +- byg:cika_fence_gate (from Oh The Biomes You'll Go) +- byg:cika_log (from Oh The Biomes You'll Go) +- byg:cika_planks (from Oh The Biomes You'll Go) +- byg:cika_pressure_plate (from Oh The Biomes You'll Go) +- byg:cika_slab (from Oh The Biomes You'll Go) +- byg:cika_stairs (from Oh The Biomes You'll Go) +- byg:cika_trapdoor (from Oh The Biomes You'll Go) +- byg:cika_wood (from Oh The Biomes You'll Go) +- byg:cryptic_campfire (from Oh The Biomes You'll Go) +- byg:cypress_bookshelf (from Oh The Biomes You'll Go) +- byg:cypress_button (from Oh The Biomes You'll Go) +- byg:cypress_crafting_table (from Oh The Biomes You'll Go) +- byg:cypress_door (from Oh The Biomes You'll Go) +- byg:cypress_fence (from Oh The Biomes You'll Go) +- byg:cypress_fence_gate (from Oh The Biomes You'll Go) +- byg:cypress_log (from Oh The Biomes You'll Go) +- byg:cypress_planks (from Oh The Biomes You'll Go) +- byg:cypress_pressure_plate (from Oh The Biomes You'll Go) +- byg:cypress_slab (from Oh The Biomes You'll Go) +- byg:cypress_stairs (from Oh The Biomes You'll Go) +- byg:cypress_trapdoor (from Oh The Biomes You'll Go) +- byg:cypress_wood (from Oh The Biomes You'll Go) +- byg:death_cap_mushroom_block (from Oh The Biomes You'll Go) +- byg:ebony_bookshelf (from Oh The Biomes You'll Go) +- byg:ebony_button (from Oh The Biomes You'll Go) +- byg:ebony_crafting_table (from Oh The Biomes You'll Go) +- byg:ebony_door (from Oh The Biomes You'll Go) +- byg:ebony_fence (from Oh The Biomes You'll Go) +- byg:ebony_fence_gate (from Oh The Biomes You'll Go) +- byg:ebony_log (from Oh The Biomes You'll Go) +- byg:ebony_planks (from Oh The Biomes You'll Go) +- byg:ebony_pressure_plate (from Oh The Biomes You'll Go) +- byg:ebony_slab (from Oh The Biomes You'll Go) +- byg:ebony_stairs (from Oh The Biomes You'll Go) +- byg:ebony_trapdoor (from Oh The Biomes You'll Go) +- byg:ebony_wood (from Oh The Biomes You'll Go) +- byg:embur_bookshelf (from Oh The Biomes You'll Go) +- byg:embur_button (from Oh The Biomes You'll Go) +- byg:embur_crafting_table (from Oh The Biomes You'll Go) +- byg:embur_door (from Oh The Biomes You'll Go) +- byg:embur_fence (from Oh The Biomes You'll Go) +- byg:embur_fence_gate (from Oh The Biomes You'll Go) +- byg:embur_hyphae (from Oh The Biomes You'll Go) +- byg:embur_pedu (from Oh The Biomes You'll Go) +- byg:embur_planks (from Oh The Biomes You'll Go) +- byg:embur_pressure_plate (from Oh The Biomes You'll Go) +- byg:embur_slab (from Oh The Biomes You'll Go) +- byg:embur_stairs (from Oh The Biomes You'll Go) +- byg:embur_trapdoor (from Oh The Biomes You'll Go) +- byg:ether_bookshelf (from Oh The Biomes You'll Go) +- byg:ether_button (from Oh The Biomes You'll Go) +- byg:ether_crafting_table (from Oh The Biomes You'll Go) +- byg:ether_door (from Oh The Biomes You'll Go) +- byg:ether_fence (from Oh The Biomes You'll Go) +- byg:ether_fence_gate (from Oh The Biomes You'll Go) +- byg:ether_log (from Oh The Biomes You'll Go) +- byg:ether_planks (from Oh The Biomes You'll Go) +- byg:ether_pressure_plate (from Oh The Biomes You'll Go) +- byg:ether_slab (from Oh The Biomes You'll Go) +- byg:ether_stairs (from Oh The Biomes You'll Go) +- byg:ether_trapdoor (from Oh The Biomes You'll Go) +- byg:ether_wood (from Oh The Biomes You'll Go) +- byg:fir_bookshelf (from Oh The Biomes You'll Go) +- byg:fir_button (from Oh The Biomes You'll Go) +- byg:fir_crafting_table (from Oh The Biomes You'll Go) +- byg:fir_door (from Oh The Biomes You'll Go) +- byg:fir_fence (from Oh The Biomes You'll Go) +- byg:fir_fence_gate (from Oh The Biomes You'll Go) +- byg:fir_log (from Oh The Biomes You'll Go) +- byg:fir_planks (from Oh The Biomes You'll Go) +- byg:fir_pressure_plate (from Oh The Biomes You'll Go) +- byg:fir_slab (from Oh The Biomes You'll Go) +- byg:fir_stairs (from Oh The Biomes You'll Go) +- byg:fir_trapdoor (from Oh The Biomes You'll Go) +- byg:fir_wood (from Oh The Biomes You'll Go) +- byg:foragers_table (from Oh The Biomes You'll Go) +- byg:fungal_imparius_hyphae (from Oh The Biomes You'll Go) +- byg:fungal_imparius_stem (from Oh The Biomes You'll Go) +- byg:green_enchanted_bookshelf (from Oh The Biomes You'll Go) +- byg:green_enchanted_button (from Oh The Biomes You'll Go) +- byg:green_enchanted_crafting_table (from Oh The Biomes You'll Go) +- byg:green_enchanted_door (from Oh The Biomes You'll Go) +- byg:green_enchanted_fence (from Oh The Biomes You'll Go) +- byg:green_enchanted_fence_gate (from Oh The Biomes You'll Go) +- byg:green_enchanted_log (from Oh The Biomes You'll Go) +- byg:green_enchanted_planks (from Oh The Biomes You'll Go) +- byg:green_enchanted_pressure_plate (from Oh The Biomes You'll Go) +- byg:green_enchanted_slab (from Oh The Biomes You'll Go) +- byg:green_enchanted_stairs (from Oh The Biomes You'll Go) +- byg:green_enchanted_trapdoor (from Oh The Biomes You'll Go) +- byg:green_enchanted_wood (from Oh The Biomes You'll Go) +- byg:green_mushroom_block (from Oh The Biomes You'll Go) +- byg:holly_bookshelf (from Oh The Biomes You'll Go) +- byg:holly_button (from Oh The Biomes You'll Go) +- byg:holly_crafting_table (from Oh The Biomes You'll Go) +- byg:holly_door (from Oh The Biomes You'll Go) +- byg:holly_fence (from Oh The Biomes You'll Go) +- byg:holly_fence_gate (from Oh The Biomes You'll Go) +- byg:holly_log (from Oh The Biomes You'll Go) +- byg:holly_planks (from Oh The Biomes You'll Go) +- byg:holly_pressure_plate (from Oh The Biomes You'll Go) +- byg:holly_slab (from Oh The Biomes You'll Go) +- byg:holly_stairs (from Oh The Biomes You'll Go) +- byg:holly_trapdoor (from Oh The Biomes You'll Go) +- byg:holly_wood (from Oh The Biomes You'll Go) +- byg:imbued_nightshade_log (from Oh The Biomes You'll Go) +- byg:imparius_bookshelf (from Oh The Biomes You'll Go) +- byg:imparius_button (from Oh The Biomes You'll Go) +- byg:imparius_crafting_table (from Oh The Biomes You'll Go) +- byg:imparius_door (from Oh The Biomes You'll Go) +- byg:imparius_fence (from Oh The Biomes You'll Go) +- byg:imparius_fence_gate (from Oh The Biomes You'll Go) +- byg:imparius_hyphae (from Oh The Biomes You'll Go) +- byg:imparius_planks (from Oh The Biomes You'll Go) +- byg:imparius_pressure_plate (from Oh The Biomes You'll Go) +- byg:imparius_slab (from Oh The Biomes You'll Go) +- byg:imparius_stairs (from Oh The Biomes You'll Go) +- byg:imparius_stem (from Oh The Biomes You'll Go) +- byg:imparius_trapdoor (from Oh The Biomes You'll Go) +- byg:jacaranda_bookshelf (from Oh The Biomes You'll Go) +- byg:jacaranda_button (from Oh The Biomes You'll Go) +- byg:jacaranda_crafting_table (from Oh The Biomes You'll Go) +- byg:jacaranda_door (from Oh The Biomes You'll Go) +- byg:jacaranda_fence (from Oh The Biomes You'll Go) +- byg:jacaranda_fence_gate (from Oh The Biomes You'll Go) +- byg:jacaranda_log (from Oh The Biomes You'll Go) +- byg:jacaranda_planks (from Oh The Biomes You'll Go) +- byg:jacaranda_pressure_plate (from Oh The Biomes You'll Go) +- byg:jacaranda_slab (from Oh The Biomes You'll Go) +- byg:jacaranda_stairs (from Oh The Biomes You'll Go) +- byg:jacaranda_trapdoor (from Oh The Biomes You'll Go) +- byg:jacaranda_wood (from Oh The Biomes You'll Go) +- byg:lament_bookshelf (from Oh The Biomes You'll Go) +- byg:lament_button (from Oh The Biomes You'll Go) +- byg:lament_crafting_table (from Oh The Biomes You'll Go) +- byg:lament_door (from Oh The Biomes You'll Go) +- byg:lament_fence (from Oh The Biomes You'll Go) +- byg:lament_fence_gate (from Oh The Biomes You'll Go) +- byg:lament_log (from Oh The Biomes You'll Go) +- byg:lament_planks (from Oh The Biomes You'll Go) +- byg:lament_pressure_plate (from Oh The Biomes You'll Go) +- byg:lament_slab (from Oh The Biomes You'll Go) +- byg:lament_stairs (from Oh The Biomes You'll Go) +- byg:lament_trapdoor (from Oh The Biomes You'll Go) +- byg:lament_wood (from Oh The Biomes You'll Go) +- byg:mahogany_bookshelf (from Oh The Biomes You'll Go) +- byg:mahogany_button (from Oh The Biomes You'll Go) +- byg:mahogany_crafting_table (from Oh The Biomes You'll Go) +- byg:mahogany_door (from Oh The Biomes You'll Go) +- byg:mahogany_fence (from Oh The Biomes You'll Go) +- byg:mahogany_fence_gate (from Oh The Biomes You'll Go) +- byg:mahogany_log (from Oh The Biomes You'll Go) +- byg:mahogany_planks (from Oh The Biomes You'll Go) +- byg:mahogany_pressure_plate (from Oh The Biomes You'll Go) +- byg:mahogany_slab (from Oh The Biomes You'll Go) +- byg:mahogany_stairs (from Oh The Biomes You'll Go) +- byg:mahogany_trapdoor (from Oh The Biomes You'll Go) +- byg:mahogany_wood (from Oh The Biomes You'll Go) +- byg:maple_bookshelf (from Oh The Biomes You'll Go) +- byg:maple_button (from Oh The Biomes You'll Go) +- byg:maple_crafting_table (from Oh The Biomes You'll Go) +- byg:maple_door (from Oh The Biomes You'll Go) +- byg:maple_fence (from Oh The Biomes You'll Go) +- byg:maple_fence_gate (from Oh The Biomes You'll Go) +- byg:maple_log (from Oh The Biomes You'll Go) +- byg:maple_planks (from Oh The Biomes You'll Go) +- byg:maple_pressure_plate (from Oh The Biomes You'll Go) +- byg:maple_slab (from Oh The Biomes You'll Go) +- byg:maple_stairs (from Oh The Biomes You'll Go) +- byg:maple_trapdoor (from Oh The Biomes You'll Go) +- byg:maple_wood (from Oh The Biomes You'll Go) +- byg:nightshade_bookshelf (from Oh The Biomes You'll Go) +- byg:nightshade_button (from Oh The Biomes You'll Go) +- byg:nightshade_crafting_table (from Oh The Biomes You'll Go) +- byg:nightshade_door (from Oh The Biomes You'll Go) +- byg:nightshade_fence (from Oh The Biomes You'll Go) +- byg:nightshade_fence_gate (from Oh The Biomes You'll Go) +- byg:nightshade_log (from Oh The Biomes You'll Go) +- byg:nightshade_planks (from Oh The Biomes You'll Go) +- byg:nightshade_pressure_plate (from Oh The Biomes You'll Go) +- byg:nightshade_slab (from Oh The Biomes You'll Go) +- byg:nightshade_stairs (from Oh The Biomes You'll Go) +- byg:nightshade_trapdoor (from Oh The Biomes You'll Go) +- byg:nightshade_wood (from Oh The Biomes You'll Go) +- byg:palm_bookshelf (from Oh The Biomes You'll Go) +- byg:palm_button (from Oh The Biomes You'll Go) +- byg:palm_crafting_table (from Oh The Biomes You'll Go) +- byg:palm_door (from Oh The Biomes You'll Go) +- byg:palm_fence (from Oh The Biomes You'll Go) +- byg:palm_fence_gate (from Oh The Biomes You'll Go) +- byg:palm_log (from Oh The Biomes You'll Go) +- byg:palm_planks (from Oh The Biomes You'll Go) +- byg:palm_pressure_plate (from Oh The Biomes You'll Go) +- byg:palm_slab (from Oh The Biomes You'll Go) +- byg:palm_stairs (from Oh The Biomes You'll Go) +- byg:palm_trapdoor (from Oh The Biomes You'll Go) +- byg:palm_wood (from Oh The Biomes You'll Go) +- byg:palo_verde_log (from Oh The Biomes You'll Go) +- byg:palo_verde_wood (from Oh The Biomes You'll Go) +- byg:pine_bookshelf (from Oh The Biomes You'll Go) +- byg:pine_button (from Oh The Biomes You'll Go) +- byg:pine_crafting_table (from Oh The Biomes You'll Go) +- byg:pine_door (from Oh The Biomes You'll Go) +- byg:pine_fence (from Oh The Biomes You'll Go) +- byg:pine_fence_gate (from Oh The Biomes You'll Go) +- byg:pine_log (from Oh The Biomes You'll Go) +- byg:pine_planks (from Oh The Biomes You'll Go) +- byg:pine_pressure_plate (from Oh The Biomes You'll Go) +- byg:pine_slab (from Oh The Biomes You'll Go) +- byg:pine_stairs (from Oh The Biomes You'll Go) +- byg:pine_trapdoor (from Oh The Biomes You'll Go) +- byg:pine_wood (from Oh The Biomes You'll Go) +- byg:rainbow_eucalyptus_bookshelf (from Oh The Biomes You'll Go) +- byg:rainbow_eucalyptus_button (from Oh The Biomes You'll Go) +- byg:rainbow_eucalyptus_crafting_table (from Oh The Biomes You'll Go) +- byg:rainbow_eucalyptus_door (from Oh The Biomes You'll Go) +- byg:rainbow_eucalyptus_fence (from Oh The Biomes You'll Go) +- byg:rainbow_eucalyptus_fence_gate (from Oh The Biomes You'll Go) +- byg:rainbow_eucalyptus_log (from Oh The Biomes You'll Go) +- byg:rainbow_eucalyptus_planks (from Oh The Biomes You'll Go) +- byg:rainbow_eucalyptus_pressure_plate (from Oh The Biomes You'll Go) +- byg:rainbow_eucalyptus_slab (from Oh The Biomes You'll Go) +- byg:rainbow_eucalyptus_stairs (from Oh The Biomes You'll Go) +- byg:rainbow_eucalyptus_trapdoor (from Oh The Biomes You'll Go) +- byg:rainbow_eucalyptus_wood (from Oh The Biomes You'll Go) +- byg:redwood_bookshelf (from Oh The Biomes You'll Go) +- byg:redwood_button (from Oh The Biomes You'll Go) +- byg:redwood_crafting_table (from Oh The Biomes You'll Go) +- byg:redwood_door (from Oh The Biomes You'll Go) +- byg:redwood_fence (from Oh The Biomes You'll Go) +- byg:redwood_fence_gate (from Oh The Biomes You'll Go) +- byg:redwood_log (from Oh The Biomes You'll Go) +- byg:redwood_planks (from Oh The Biomes You'll Go) +- byg:redwood_pressure_plate (from Oh The Biomes You'll Go) +- byg:redwood_slab (from Oh The Biomes You'll Go) +- byg:redwood_stairs (from Oh The Biomes You'll Go) +- byg:redwood_trapdoor (from Oh The Biomes You'll Go) +- byg:redwood_wood (from Oh The Biomes You'll Go) +- byg:skyris_bookshelf (from Oh The Biomes You'll Go) +- byg:skyris_button (from Oh The Biomes You'll Go) +- byg:skyris_crafting_table (from Oh The Biomes You'll Go) +- byg:skyris_door (from Oh The Biomes You'll Go) +- byg:skyris_fence (from Oh The Biomes You'll Go) +- byg:skyris_fence_gate (from Oh The Biomes You'll Go) +- byg:skyris_log (from Oh The Biomes You'll Go) +- byg:skyris_planks (from Oh The Biomes You'll Go) +- byg:skyris_pressure_plate (from Oh The Biomes You'll Go) +- byg:skyris_slab (from Oh The Biomes You'll Go) +- byg:skyris_stairs (from Oh The Biomes You'll Go) +- byg:skyris_trapdoor (from Oh The Biomes You'll Go) +- byg:skyris_wood (from Oh The Biomes You'll Go) +- byg:soul_shroom_block (from Oh The Biomes You'll Go) +- byg:soul_shroom_stem (from Oh The Biomes You'll Go) +- byg:stripped_aspen_log (from Oh The Biomes You'll Go) +- byg:stripped_aspen_wood (from Oh The Biomes You'll Go) +- byg:stripped_baobab_log (from Oh The Biomes You'll Go) +- byg:stripped_baobab_wood (from Oh The Biomes You'll Go) +- byg:stripped_blue_enchanted_log (from Oh The Biomes You'll Go) +- byg:stripped_blue_enchanted_wood (from Oh The Biomes You'll Go) +- byg:stripped_bulbis_stem (from Oh The Biomes You'll Go) +- byg:stripped_bulbis_wood (from Oh The Biomes You'll Go) +- byg:stripped_cherry_log (from Oh The Biomes You'll Go) +- byg:stripped_cherry_wood (from Oh The Biomes You'll Go) +- byg:stripped_cika_log (from Oh The Biomes You'll Go) +- byg:stripped_cika_wood (from Oh The Biomes You'll Go) +- byg:stripped_cypress_log (from Oh The Biomes You'll Go) +- byg:stripped_cypress_wood (from Oh The Biomes You'll Go) +- byg:stripped_ebony_log (from Oh The Biomes You'll Go) +- byg:stripped_ebony_wood (from Oh The Biomes You'll Go) +- byg:stripped_embur_hyphae (from Oh The Biomes You'll Go) +- byg:stripped_embur_pedu (from Oh The Biomes You'll Go) +- byg:stripped_ether_log (from Oh The Biomes You'll Go) +- byg:stripped_ether_wood (from Oh The Biomes You'll Go) +- byg:stripped_fir_log (from Oh The Biomes You'll Go) +- byg:stripped_fir_wood (from Oh The Biomes You'll Go) +- byg:stripped_green_enchanted_log (from Oh The Biomes You'll Go) +- byg:stripped_green_enchanted_wood (from Oh The Biomes You'll Go) +- byg:stripped_holly_log (from Oh The Biomes You'll Go) +- byg:stripped_holly_wood (from Oh The Biomes You'll Go) +- byg:stripped_jacaranda_log (from Oh The Biomes You'll Go) +- byg:stripped_jacaranda_wood (from Oh The Biomes You'll Go) +- byg:stripped_lament_log (from Oh The Biomes You'll Go) +- byg:stripped_lament_wood (from Oh The Biomes You'll Go) +- byg:stripped_mahogany_log (from Oh The Biomes You'll Go) +- byg:stripped_mahogany_wood (from Oh The Biomes You'll Go) +- byg:stripped_maple_log (from Oh The Biomes You'll Go) +- byg:stripped_maple_wood (from Oh The Biomes You'll Go) +- byg:stripped_nightshade_log (from Oh The Biomes You'll Go) +- byg:stripped_nightshade_wood (from Oh The Biomes You'll Go) +- byg:stripped_palm_log (from Oh The Biomes You'll Go) +- byg:stripped_palm_wood (from Oh The Biomes You'll Go) +- byg:stripped_palo_verde_log (from Oh The Biomes You'll Go) +- byg:stripped_palo_verde_wood (from Oh The Biomes You'll Go) +- byg:stripped_pine_log (from Oh The Biomes You'll Go) +- byg:stripped_pine_wood (from Oh The Biomes You'll Go) +- byg:stripped_rainbow_eucalyptus_log (from Oh The Biomes You'll Go) +- byg:stripped_rainbow_eucalyptus_wood (from Oh The Biomes You'll Go) +- byg:stripped_redwood_log (from Oh The Biomes You'll Go) +- byg:stripped_redwood_wood (from Oh The Biomes You'll Go) +- byg:stripped_skyris_log (from Oh The Biomes You'll Go) +- byg:stripped_skyris_wood (from Oh The Biomes You'll Go) +- byg:stripped_sythian_hyphae (from Oh The Biomes You'll Go) +- byg:stripped_sythian_stem (from Oh The Biomes You'll Go) +- byg:stripped_white_mangrove_log (from Oh The Biomes You'll Go) +- byg:stripped_white_mangrove_wood (from Oh The Biomes You'll Go) +- byg:stripped_willow_log (from Oh The Biomes You'll Go) +- byg:stripped_willow_wood (from Oh The Biomes You'll Go) +- byg:stripped_witch_hazel_log (from Oh The Biomes You'll Go) +- byg:stripped_witch_hazel_wood (from Oh The Biomes You'll Go) +- byg:stripped_zelkova_log (from Oh The Biomes You'll Go) +- byg:stripped_zelkova_wood (from Oh The Biomes You'll Go) +- byg:sythian_bookshelf (from Oh The Biomes You'll Go) +- byg:sythian_button (from Oh The Biomes You'll Go) +- byg:sythian_crafting_table (from Oh The Biomes You'll Go) +- byg:sythian_door (from Oh The Biomes You'll Go) +- byg:sythian_fence (from Oh The Biomes You'll Go) +- byg:sythian_fence_gate (from Oh The Biomes You'll Go) +- byg:sythian_hyphae (from Oh The Biomes You'll Go) +- byg:sythian_planks (from Oh The Biomes You'll Go) +- byg:sythian_pressure_plate (from Oh The Biomes You'll Go) +- byg:sythian_scaffolding (from Oh The Biomes You'll Go) +- byg:sythian_slab (from Oh The Biomes You'll Go) +- byg:sythian_stairs (from Oh The Biomes You'll Go) +- byg:sythian_stem (from Oh The Biomes You'll Go) +- byg:sythian_trapdoor (from Oh The Biomes You'll Go) +- byg:weeping_milkcap_mushroom_block (from Oh The Biomes You'll Go) +- byg:white_mangrove_bookshelf (from Oh The Biomes You'll Go) +- byg:white_mangrove_button (from Oh The Biomes You'll Go) +- byg:white_mangrove_crafting_table (from Oh The Biomes You'll Go) +- byg:white_mangrove_door (from Oh The Biomes You'll Go) +- byg:white_mangrove_fence (from Oh The Biomes You'll Go) +- byg:white_mangrove_fence_gate (from Oh The Biomes You'll Go) +- byg:white_mangrove_log (from Oh The Biomes You'll Go) +- byg:white_mangrove_planks (from Oh The Biomes You'll Go) +- byg:white_mangrove_pressure_plate (from Oh The Biomes You'll Go) +- byg:white_mangrove_slab (from Oh The Biomes You'll Go) +- byg:white_mangrove_stairs (from Oh The Biomes You'll Go) +- byg:white_mangrove_trapdoor (from Oh The Biomes You'll Go) +- byg:white_mangrove_wood (from Oh The Biomes You'll Go) +- byg:white_mushroom_stem (from Oh The Biomes You'll Go) +- byg:willow_bookshelf (from Oh The Biomes You'll Go) +- byg:willow_button (from Oh The Biomes You'll Go) +- byg:willow_crafting_table (from Oh The Biomes You'll Go) +- byg:willow_door (from Oh The Biomes You'll Go) +- byg:willow_fence (from Oh The Biomes You'll Go) +- byg:willow_fence_gate (from Oh The Biomes You'll Go) +- byg:willow_log (from Oh The Biomes You'll Go) +- byg:willow_planks (from Oh The Biomes You'll Go) +- byg:willow_pressure_plate (from Oh The Biomes You'll Go) +- byg:willow_slab (from Oh The Biomes You'll Go) +- byg:willow_stairs (from Oh The Biomes You'll Go) +- byg:willow_trapdoor (from Oh The Biomes You'll Go) +- byg:willow_wood (from Oh The Biomes You'll Go) +- byg:witch_hazel_bookshelf (from Oh The Biomes You'll Go) +- byg:witch_hazel_button (from Oh The Biomes You'll Go) +- byg:witch_hazel_crafting_table (from Oh The Biomes You'll Go) +- byg:witch_hazel_door (from Oh The Biomes You'll Go) +- byg:witch_hazel_fence (from Oh The Biomes You'll Go) +- byg:witch_hazel_fence_gate (from Oh The Biomes You'll Go) +- byg:witch_hazel_log (from Oh The Biomes You'll Go) +- byg:witch_hazel_planks (from Oh The Biomes You'll Go) +- byg:witch_hazel_pressure_plate (from Oh The Biomes You'll Go) +- byg:witch_hazel_slab (from Oh The Biomes You'll Go) +- byg:witch_hazel_stairs (from Oh The Biomes You'll Go) +- byg:witch_hazel_trapdoor (from Oh The Biomes You'll Go) +- byg:witch_hazel_wood (from Oh The Biomes You'll Go) +- byg:withering_oak_log (from Oh The Biomes You'll Go) +- byg:withering_oak_wood (from Oh The Biomes You'll Go) +- byg:wood_blewit_mushroom_block (from Oh The Biomes You'll Go) +- byg:zelkova_bookshelf (from Oh The Biomes You'll Go) +- byg:zelkova_button (from Oh The Biomes You'll Go) +- byg:zelkova_crafting_table (from Oh The Biomes You'll Go) +- byg:zelkova_door (from Oh The Biomes You'll Go) +- byg:zelkova_fence (from Oh The Biomes You'll Go) +- byg:zelkova_fence_gate (from Oh The Biomes You'll Go) +- byg:zelkova_log (from Oh The Biomes You'll Go) +- byg:zelkova_planks (from Oh The Biomes You'll Go) +- byg:zelkova_pressure_plate (from Oh The Biomes You'll Go) +- byg:zelkova_slab (from Oh The Biomes You'll Go) +- byg:zelkova_stairs (from Oh The Biomes You'll Go) +- byg:zelkova_trapdoor (from Oh The Biomes You'll Go) +- byg:zelkova_wood (from Oh The Biomes You'll Go) +- chimes:bamboo_chimes (from Chimes) +- chimes:carved_bamboo_chimes (from Chimes) +- colorful-azaleas:azule_azalea_planks (from Colorful Azaleas) +- colorful-azaleas:azule_azalea_log (from Colorful Azaleas) +- colorful-azaleas:azule_azalea_wood (from Colorful Azaleas) +- colorful-azaleas:stripped_azule_azalea_log (from Colorful Azaleas) +- colorful-azaleas:stripped_azule_azalea_wood (from Colorful Azaleas) +- colorful-azaleas:roze_azalea_planks (from Colorful Azaleas) +- colorful-azaleas:roze_azalea_log (from Colorful Azaleas) +- colorful-azaleas:roze_azalea_wood (from Colorful Azaleas) +- colorful-azaleas:stripped_roze_azalea_log (from Colorful Azaleas) +- colorful-azaleas:stripped_roze_azalea_wood (from Colorful Azaleas) +- colorful-azaleas:tecal_azalea_planks (from Colorful Azaleas) +- colorful-azaleas:tecal_azalea_log (from Colorful Azaleas) +- colorful-azaleas:tecal_azalea_wood (from Colorful Azaleas) +- colorful-azaleas:stripped_tecal_azalea_log (from Colorful Azaleas) +- colorful-azaleas:stripped_tecal_azalea_wood (from Colorful Azaleas) +- colorful-azaleas:bright_azalea_planks (from Colorful Azaleas) +- colorful-azaleas:bright_azalea_log (from Colorful Azaleas) +- colorful-azaleas:bright_azalea_wood (from Colorful Azaleas) +- colorful-azaleas:stripped_bright_azalea_log (from Colorful Azaleas) +- colorful-azaleas:stripped_bright_azalea_wood (from Colorful Azaleas) +- colorful-azaleas:walnut_azalea_planks (from Colorful Azaleas) +- colorful-azaleas:walnut_azalea_log (from Colorful Azaleas) +- colorful-azaleas:walnut_azalea_wood (from Colorful Azaleas) +- colorful-azaleas:stripped_walnut_azalea_log (from Colorful Azaleas) +- colorful-azaleas:stripped_walnut_azalea_wood (from Colorful Azaleas) +- colorful-azaleas:titanium_azalea_planks (from Colorful Azaleas) +- colorful-azaleas:titanium_azalea_log (from Colorful Azaleas) +- colorful-azaleas:titanium_azalea_wood (from Colorful Azaleas) +- colorful-azaleas:stripped_titanium_azalea_log (from Colorful Azaleas) +- colorful-azaleas:stripped_titanium_azalea_wood (from Colorful Azaleas) +- colorful-azaleas:fiss_azalea_planks (from Colorful Azaleas) +- colorful-azaleas:fiss_azalea_log (from Colorful Azaleas) +- colorful-azaleas:fiss_azalea_wood (from Colorful Azaleas) +- colorful-azaleas:stripped_fiss_azalea_log (from Colorful Azaleas) +- colorful-azaleas:stripped_fiss_azalea_wood (from Colorful Azaleas) +- colorful-azaleas:fiss_azalea_fence (from Colorful Azaleas) +- colorful-azaleas:fiss_azalea_fence_gate (from Colorful Azaleas) +- colorful-azaleas:fiss_azalea_pressure_plate (from Colorful Azaleas) +- colorful-azaleas:fiss_azalea_button (from Colorful Azaleas) +- colorful-azaleas:fiss_azalea_stairs (from Colorful Azaleas) +- colorful-azaleas:fiss_azalea_slab (from Colorful Azaleas) +- colorful-azaleas:fiss_azalea_door (from Colorful Azaleas) +- colorful-azaleas:fiss_azalea_trapdoor (from Colorful Azaleas) +- colorful-azaleas:roze_azalea_fence (from Colorful Azaleas) +- colorful-azaleas:roze_azalea_fence_gate (from Colorful Azaleas) +- colorful-azaleas:roze_azalea_pressure_plate (from Colorful Azaleas) +- colorful-azaleas:roze_azalea_button (from Colorful Azaleas) +- colorful-azaleas:roze_azalea_stairs (from Colorful Azaleas) +- colorful-azaleas:roze_azalea_slab (from Colorful Azaleas) +- colorful-azaleas:roze_azalea_door (from Colorful Azaleas) +- colorful-azaleas:roze_azalea_trapdoor (from Colorful Azaleas) +- colorful-azaleas:bright_azalea_fence (from Colorful Azaleas) +- colorful-azaleas:bright_azalea_fence_gate (from Colorful Azaleas) +- colorful-azaleas:bright_azalea_pressure_plate (from Colorful Azaleas) +- colorful-azaleas:bright_azalea_button (from Colorful Azaleas) +- colorful-azaleas:bright_azalea_stairs (from Colorful Azaleas) +- colorful-azaleas:bright_azalea_slab (from Colorful Azaleas) +- colorful-azaleas:bright_azalea_door (from Colorful Azaleas) +- colorful-azaleas:bright_azalea_trapdoor (from Colorful Azaleas) +- colorful-azaleas:titanium_azalea_fence (from Colorful Azaleas) +- colorful-azaleas:titanium_azalea_fence_gate (from Colorful Azaleas) +- colorful-azaleas:titanium_azalea_pressure_plate (from Colorful Azaleas) +- colorful-azaleas:titanium_azalea_button (from Colorful Azaleas) +- colorful-azaleas:titanium_azalea_stairs (from Colorful Azaleas) +- colorful-azaleas:titanium_azalea_slab (from Colorful Azaleas) +- colorful-azaleas:titanium_azalea_door (from Colorful Azaleas) +- colorful-azaleas:titanium_azalea_trapdoor (from Colorful Azaleas) +- colorful-azaleas:tecal_azalea_fence (from Colorful Azaleas) +- colorful-azaleas:tecal_azalea_fence_gate (from Colorful Azaleas) +- colorful-azaleas:tecal_azalea_pressure_plate (from Colorful Azaleas) +- colorful-azaleas:tecal_azalea_button (from Colorful Azaleas) +- colorful-azaleas:tecal_azalea_stairs (from Colorful Azaleas) +- colorful-azaleas:tecal_azalea_slab (from Colorful Azaleas) +- colorful-azaleas:tecal_azalea_door (from Colorful Azaleas) +- colorful-azaleas:tecal_azalea_trapdoor (from Colorful Azaleas) +- colorful-azaleas:walnut_azalea_fence (from Colorful Azaleas) +- colorful-azaleas:walnut_azalea_fence_gate (from Colorful Azaleas) +- colorful-azaleas:walnut_azalea_pressure_plate (from Colorful Azaleas) +- colorful-azaleas:walnut_azalea_button (from Colorful Azaleas) +- colorful-azaleas:walnut_azalea_stairs (from Colorful Azaleas) +- colorful-azaleas:walnut_azalea_slab (from Colorful Azaleas) +- colorful-azaleas:walnut_azalea_door (from Colorful Azaleas) +- colorful-azaleas:walnut_azalea_trapdoor (from Colorful Azaleas) +- colorful-azaleas:azule_azalea_fence (from Colorful Azaleas) +- colorful-azaleas:azule_azalea_fence_gate (from Colorful Azaleas) +- colorful-azaleas:azule_azalea_pressure_plate (from Colorful Azaleas) +- colorful-azaleas:azule_azalea_button (from Colorful Azaleas) +- colorful-azaleas:azule_azalea_stairs (from Colorful Azaleas) +- colorful-azaleas:azule_azalea_slab (from Colorful Azaleas) +- colorful-azaleas:azule_azalea_door (from Colorful Azaleas) +- colorful-azaleas:azule_azalea_trapdoor (from Colorful Azaleas) +- cookingforblockheads:tool_rack (from Cooking for Blockheads) +- cookingforblockheads:spice_rack (from Cooking for Blockheads) +- cookingforblockheads:fruit_basket (from Cooking for Blockheads) +- coxinhautilities:wooden_hopper (from Coxinha Utilities) +- coxinhautilities:drying_rack (from Coxinha Utilities) +- create:schematic_table (from Create) +- create:cogwheel (from Create) +- create:large_cogwheel (from Create) +- create:andesite_encased_shaft (from Create) +- create:brass_encased_shaft (from Create) +- create:andesite_encased_cogwheel (from Create) +- create:brass_encased_cogwheel (from Create) +- create:andesite_encased_large_cogwheel (from Create) +- create:brass_encased_large_cogwheel (from Create) +- create:gearbox (from Create) +- create:clutch (from Create) +- create:gearshift (from Create) +- create:encased_chain_drive (from Create) +- create:adjustable_chain_gearshift (from Create) +- create:belt (from Create) +- create:water_wheel (from Create) +- create:encased_fan (from Create) +- create:nozzle (from Create) +- create:turntable (from Create) +- create:hand_crank (from Create) +- create:cuckoo_clock (from Create) +- create:mysterious_cuckoo_clock (from Create) +- create:mechanical_press (from Create) +- create:mechanical_mixer (from Create) +- create:depot (from Create) +- create:weighted_ejector (from Create) +- create:speedometer (from Create) +- create:stressometer (from Create) +- create:wooden_bracket (from Create) +- create:encased_fluid_pipe (from Create) +- create:portable_fluid_interface (from Create) +- create:mechanical_piston (from Create) +- create:sticky_mechanical_piston (from Create) +- create:piston_extension_pole (from Create) +- create:mechanical_piston_head (from Create) +- create:gantry_carriage (from Create) +- create:gantry_shaft (from Create) +- create:windmill_bearing (from Create) +- create:mechanical_bearing (from Create) +- create:clockwork_bearing (from Create) +- create:rope_pulley (from Create) +- create:cart_assembler (from Create) +- create:linear_chassis (from Create) +- create:secondary_linear_chassis (from Create) +- create:radial_chassis (from Create) +- create:mechanical_drill (from Create) +- create:mechanical_saw (from Create) +- create:deployer (from Create) +- create:portable_storage_interface (from Create) +- create:redstone_contact (from Create) +- create:mechanical_harvester (from Create) +- create:mechanical_plough (from Create) +- create:white_seat (from Create) +- create:orange_seat (from Create) +- create:magenta_seat (from Create) +- create:light_blue_seat (from Create) +- create:yellow_seat (from Create) +- create:lime_seat (from Create) +- create:pink_seat (from Create) +- create:gray_seat (from Create) +- create:light_gray_seat (from Create) +- create:cyan_seat (from Create) +- create:purple_seat (from Create) +- create:blue_seat (from Create) +- create:brown_seat (from Create) +- create:green_seat (from Create) +- create:red_seat (from Create) +- create:black_seat (from Create) +- create:sail_frame (from Create) +- create:white_sail (from Create) +- create:orange_sail (from Create) +- create:magenta_sail (from Create) +- create:light_blue_sail (from Create) +- create:yellow_sail (from Create) +- create:lime_sail (from Create) +- create:pink_sail (from Create) +- create:gray_sail (from Create) +- create:light_gray_sail (from Create) +- create:cyan_sail (from Create) +- create:purple_sail (from Create) +- create:blue_sail (from Create) +- create:brown_sail (from Create) +- create:green_sail (from Create) +- create:red_sail (from Create) +- create:black_sail (from Create) +- create:andesite_casing (from Create) +- create:brass_casing (from Create) +- create:copper_casing (from Create) +- create:shadow_steel_casing (from Create) +- create:refined_radiance_casing (from Create) +- create:mechanical_crafter (from Create) +- create:sequenced_gearshift (from Create) +- create:flywheel (from Create) +- create:rotation_speed_controller (from Create) +- create:mechanical_arm (from Create) +- create:railway_casing (from Create) +- create:content_observer (from Create) +- create:stockpile_switch (from Create) +- create:creative_crate (from Create) +- create:display_link (from Create) +- create:redstone_link (from Create) +- create:analog_lever (from Create) +- create:lectern_controller (from Create) +- #darkutils:mob_filters (from DarkUtilities) +- #decorative_blocks:beams (from Decorative Blocks) +- #decorative_blocks:palisades (from Decorative Blocks) +- #decorative_blocks:seats (from Decorative Blocks) +- #decorative_blocks:supports (from Decorative Blocks) +- decorative_blocks:lattice (from Decorative Blocks) +- ecologics:coconut_log (from Ecologics) +- ecologics:stripped_coconut_log (from Ecologics) +- ecologics:coconut_wood (from Ecologics) +- ecologics:stripped_coconut_wood (from Ecologics) +- ecologics:coconut_planks (from Ecologics) +- ecologics:coconut_slab (from Ecologics) +- ecologics:coconut_stairs (from Ecologics) +- ecologics:coconut_fence (from Ecologics) +- ecologics:coconut_fence_gate (from Ecologics) +- ecologics:coconut_door (from Ecologics) +- ecologics:coconut_trapdoor (from Ecologics) +- ecologics:coconut_button (from Ecologics) +- ecologics:coconut_pressure_plate (from Ecologics) +- ecologics:hanging_coconut (from Ecologics) +- ecologics:coconut (from Ecologics) +- ecologics:walnut_log (from Ecologics) +- ecologics:stripped_walnut_log (from Ecologics) +- ecologics:walnut_wood (from Ecologics) +- ecologics:stripped_walnut_wood (from Ecologics) +- ecologics:walnut_planks (from Ecologics) +- ecologics:walnut_slab (from Ecologics) +- ecologics:walnut_stairs (from Ecologics) +- ecologics:walnut_fence (from Ecologics) +- ecologics:walnut_fence_gate (from Ecologics) +- ecologics:walnut_door (from Ecologics) +- ecologics:walnut_trapdoor (from Ecologics) +- ecologics:walnut_button (from Ecologics) +- ecologics:walnut_pressure_plate (from Ecologics) +- ecologics:azalea_log (from Ecologics) +- ecologics:stripped_azalea_log (from Ecologics) +- ecologics:flowering_azalea_log (from Ecologics) +- ecologics:azalea_wood (from Ecologics) +- ecologics:flowering_azalea_wood (from Ecologics) +- ecologics:stripped_azalea_wood (from Ecologics) +- ecologics:azalea_planks (from Ecologics) +- ecologics:flowering_azalea_planks (from Ecologics) +- ecologics:azalea_slab (from Ecologics) +- ecologics:azalea_stairs (from Ecologics) +- ecologics:azalea_fence (from Ecologics) +- ecologics:azalea_fence_gate (from Ecologics) +- ecologics:azalea_door (from Ecologics) +- ecologics:flowering_azalea_door (from Ecologics) +- ecologics:azalea_trapdoor (from Ecologics) +- ecologics:azalea_button (from Ecologics) +- ecologics:azalea_pressure_plate (from Ecologics) +- ecologics:flowering_azalea_slab (from Ecologics) +- ecologics:flowering_azalea_stairs (from Ecologics) +- ecologics:flowering_azalea_fence (from Ecologics) +- ecologics:flowering_azalea_fence_gate (from Ecologics) +- ecologics:flowering_azalea_trapdoor (from Ecologics) +- farmersdelight:basket (from Farmer's Delight) +- farmersdelight:cutting_board (from Farmer's Delight) +- farmersdelight:carrot_crate (from Farmer's Delight) +- farmersdelight:potato_crate (from Farmer's Delight) +- farmersdelight:beetroot_crate (from Farmer's Delight) +- farmersdelight:cabbage_crate (from Farmer's Delight) +- farmersdelight:tomato_crate (from Farmer's Delight) +- farmersdelight:onion_crate (from Farmer's Delight) +- farmersdelight:oak_cabinet (from Farmer's Delight) +- farmersdelight:birch_cabinet (from Farmer's Delight) +- farmersdelight:spruce_cabinet (from Farmer's Delight) +- farmersdelight:jungle_cabinet (from Farmer's Delight) +- farmersdelight:acacia_cabinet (from Farmer's Delight) +- farmersdelight:dark_oak_cabinet (from Farmer's Delight) +- farmersdelight:mangrove_cabinet (from Farmer's Delight) +- farmersdelight:crimson_cabinet (from Farmer's Delight) +- farmersdelight:warped_cabinet (from Farmer's Delight) +- farmersdelight:sandy_shrub (from Farmer's Delight) +- farmersdelight:stuffed_pumpkin_block (from Farmer's Delight) +- farmingforblockheads:market (from Farming for Blockheads) +- farmingforblockheads:feeding_trough (from Farming for Blockheads) +- farmingforblockheads:chicken_nest (from Farming for Blockheads) +- ftbquests:loot_crate_opener (from FTB Quests) +- gofish:supply_crate (from Go Fish) +- gofish:wooden_crate (from Go Fish) +- hexcasting:akashic_record (from Hex Casting) +- hexcasting:akashic_bookshelf (from Hex Casting) +- hexcasting:akashic_connector (from Hex Casting) +- hexcasting:edified_log (from Hex Casting) +- hexcasting:stripped_edified_log (from Hex Casting) +- hexcasting:edified_wood (from Hex Casting) +- hexcasting:stripped_edified_wood (from Hex Casting) +- hexcasting:edified_planks (from Hex Casting) +- hexcasting:edified_panel (from Hex Casting) +- hexcasting:edified_tile (from Hex Casting) +- hexcasting:edified_door (from Hex Casting) +- hexcasting:edified_trapdoor (from Hex Casting) +- hexcasting:edified_slab (from Hex Casting) +- hexcasting:edified_button (from Hex Casting) +- indrev:biomass_composter (from Industrial Revolution) +- indrev:plank_block (from Industrial Revolution) +- indrev:planks (from Industrial Revolution) +- kibe:big_torch (from Kibe) +- lootr:lootr_chest (from Lootr) +- lootr:lootr_trapped_chest (from Lootr) +- lootr:lootr_barrel (from Lootr) +- mcwbridges:oak_log_bridge_middle (from Macaw's Bridges) +- mcwbridges:birch_log_bridge_middle (from Macaw's Bridges) +- mcwbridges:acacia_log_bridge_middle (from Macaw's Bridges) +- mcwbridges:spruce_log_bridge_middle (from Macaw's Bridges) +- mcwbridges:jungle_log_bridge_middle (from Macaw's Bridges) +- mcwbridges:dark_oak_log_bridge_middle (from Macaw's Bridges) +- mcwbridges:crimson_log_bridge_middle (from Macaw's Bridges) +- mcwbridges:warped_log_bridge_middle (from Macaw's Bridges) +- mcwbridges:mangrove_log_bridge_middle (from Macaw's Bridges) +- mcwbridges:rope_oak_bridge (from Macaw's Bridges) +- mcwbridges:rope_birch_bridge (from Macaw's Bridges) +- mcwbridges:rope_spruce_bridge (from Macaw's Bridges) +- mcwbridges:rope_jungle_bridge (from Macaw's Bridges) +- mcwbridges:rope_acacia_bridge (from Macaw's Bridges) +- mcwbridges:rope_dark_oak_bridge (from Macaw's Bridges) +- mcwbridges:rope_crimson_bridge (from Macaw's Bridges) +- mcwbridges:rope_warped_bridge (from Macaw's Bridges) +- mcwbridges:rope_mangrove_bridge (from Macaw's Bridges) +- mcwbridges:oak_rail_bridge (from Macaw's Bridges) +- mcwbridges:spruce_rail_bridge (from Macaw's Bridges) +- mcwbridges:birch_rail_bridge (from Macaw's Bridges) +- mcwbridges:jungle_rail_bridge (from Macaw's Bridges) +- mcwbridges:acacia_rail_bridge (from Macaw's Bridges) +- mcwbridges:dark_oak_rail_bridge (from Macaw's Bridges) +- mcwbridges:crimson_rail_bridge (from Macaw's Bridges) +- mcwbridges:warped_rail_bridge (from Macaw's Bridges) +- mcwbridges:mangrove_rail_bridge (from Macaw's Bridges) +- mcwbridges:bamboo_bridge (from Macaw's Bridges) +- mcwbridges:dry_bamboo_bridge (from Macaw's Bridges) +- mcwbridges:oak_bridge_pier (from Macaw's Bridges) +- mcwbridges:spruce_bridge_pier (from Macaw's Bridges) +- mcwbridges:birch_bridge_pier (from Macaw's Bridges) +- mcwbridges:jungle_bridge_pier (from Macaw's Bridges) +- mcwbridges:acacia_bridge_pier (from Macaw's Bridges) +- mcwbridges:dark_oak_bridge_pier (from Macaw's Bridges) +- mcwbridges:crimson_bridge_pier (from Macaw's Bridges) +- mcwbridges:warped_bridge_pier (from Macaw's Bridges) +- mcwbridges:mangrove_bridge_pier (from Macaw's Bridges) +- mcwbridges:bamboo_bridge_pier (from Macaw's Bridges) +- mcwbridges:dry_bamboo_bridge_pier (from Macaw's Bridges) +- mcwbridges:oak_log_bridge_stair (from Macaw's Bridges) +- mcwbridges:spruce_log_bridge_stair (from Macaw's Bridges) +- mcwbridges:birch_log_bridge_stair (from Macaw's Bridges) +- mcwbridges:jungle_log_bridge_stair (from Macaw's Bridges) +- mcwbridges:acacia_log_bridge_stair (from Macaw's Bridges) +- mcwbridges:dark_oak_log_bridge_stair (from Macaw's Bridges) +- mcwbridges:crimson_log_bridge_stair (from Macaw's Bridges) +- mcwbridges:warped_log_bridge_stair (from Macaw's Bridges) +- mcwbridges:mangrove_log_bridge_stair (from Macaw's Bridges) +- mcwbridges:oak_rope_bridge_stair (from Macaw's Bridges) +- mcwbridges:spruce_rope_bridge_stair (from Macaw's Bridges) +- mcwbridges:birch_rope_bridge_stair (from Macaw's Bridges) +- mcwbridges:jungle_rope_bridge_stair (from Macaw's Bridges) +- mcwbridges:acacia_rope_bridge_stair (from Macaw's Bridges) +- mcwbridges:dark_oak_rope_bridge_stair (from Macaw's Bridges) +- mcwbridges:crimson_rope_bridge_stair (from Macaw's Bridges) +- mcwbridges:warped_rope_bridge_stair (from Macaw's Bridges) +- mcwbridges:mangrove_rope_bridge_stair (from Macaw's Bridges) +- mcwbridges:bamboo_bridge_stair (from Macaw's Bridges) +- mcwbridges:dry_bamboo_bridge_stair (from Macaw's Bridges) +- mcwdoors:oak_japanese_door (from Macaw's Doors) +- mcwdoors:spruce_japanese_door (from Macaw's Doors) +- mcwdoors:birch_japanese_door (from Macaw's Doors) +- mcwdoors:jungle_japanese_door (from Macaw's Doors) +- mcwdoors:acacia_japanese_door (from Macaw's Doors) +- mcwdoors:dark_oak_japanese_door (from Macaw's Doors) +- mcwdoors:crimson_japanese_door (from Macaw's Doors) +- mcwdoors:warped_japanese_door (from Macaw's Doors) +- mcwdoors:mangrove_japanese_door (from Macaw's Doors) +- mcwdoors:oak_japanese2_door (from Macaw's Doors) +- mcwdoors:spruce_japanese2_door (from Macaw's Doors) +- mcwdoors:birch_japanese2_door (from Macaw's Doors) +- mcwdoors:jungle_japanese2_door (from Macaw's Doors) +- mcwdoors:acacia_japanese2_door (from Macaw's Doors) +- mcwdoors:dark_oak_japanese2_door (from Macaw's Doors) +- mcwdoors:crimson_japanese2_door (from Macaw's Doors) +- mcwdoors:warped_japanese2_door (from Macaw's Doors) +- mcwdoors:mangrove_japanese2_door (from Macaw's Doors) +- mcwdoors:oak_barn_door (from Macaw's Doors) +- mcwdoors:spruce_barn_door (from Macaw's Doors) +- mcwdoors:birch_barn_door (from Macaw's Doors) +- mcwdoors:jungle_barn_door (from Macaw's Doors) +- mcwdoors:acacia_barn_door (from Macaw's Doors) +- mcwdoors:dark_oak_barn_door (from Macaw's Doors) +- mcwdoors:crimson_barn_door (from Macaw's Doors) +- mcwdoors:warped_barn_door (from Macaw's Doors) +- mcwdoors:mangrove_barn_door (from Macaw's Doors) +- mcwdoors:oak_barn_glass_door (from Macaw's Doors) +- mcwdoors:spruce_barn_glass_door (from Macaw's Doors) +- mcwdoors:birch_barn_glass_door (from Macaw's Doors) +- mcwdoors:jungle_barn_glass_door (from Macaw's Doors) +- mcwdoors:acacia_barn_glass_door (from Macaw's Doors) +- mcwdoors:dark_oak_barn_glass_door (from Macaw's Doors) +- mcwdoors:crimson_barn_glass_door (from Macaw's Doors) +- mcwdoors:warped_barn_glass_door (from Macaw's Doors) +- mcwdoors:mangrove_barn_glass_door (from Macaw's Doors) +- mcwdoors:oak_modern_door (from Macaw's Doors) +- mcwdoors:spruce_modern_door (from Macaw's Doors) +- mcwdoors:birch_modern_door (from Macaw's Doors) +- mcwdoors:jungle_modern_door (from Macaw's Doors) +- mcwdoors:acacia_modern_door (from Macaw's Doors) +- mcwdoors:dark_oak_modern_door (from Macaw's Doors) +- mcwdoors:crimson_modern_door (from Macaw's Doors) +- mcwdoors:warped_modern_door (from Macaw's Doors) +- mcwdoors:mangrove_modern_door (from Macaw's Doors) +- mcwdoors:oak_cottage_door (from Macaw's Doors) +- mcwdoors:birch_cottage_door (from Macaw's Doors) +- mcwdoors:jungle_cottage_door (from Macaw's Doors) +- mcwdoors:acacia_cottage_door (from Macaw's Doors) +- mcwdoors:dark_oak_cottage_door (from Macaw's Doors) +- mcwdoors:crimson_cottage_door (from Macaw's Doors) +- mcwdoors:warped_cottage_door (from Macaw's Doors) +- mcwdoors:mangrove_cottage_door (from Macaw's Doors) +- mcwdoors:spruce_classic_door (from Macaw's Doors) +- mcwdoors:birch_classic_door (from Macaw's Doors) +- mcwdoors:jungle_classic_door (from Macaw's Doors) +- mcwdoors:acacia_classic_door (from Macaw's Doors) +- mcwdoors:dark_oak_classic_door (from Macaw's Doors) +- mcwdoors:crimson_classic_door (from Macaw's Doors) +- mcwdoors:warped_classic_door (from Macaw's Doors) +- mcwdoors:mangrove_classic_door (from Macaw's Doors) +- mcwdoors:oak_beach_door (from Macaw's Doors) +- mcwdoors:spruce_beach_door (from Macaw's Doors) +- mcwdoors:birch_beach_door (from Macaw's Doors) +- mcwdoors:acacia_beach_door (from Macaw's Doors) +- mcwdoors:dark_oak_beach_door (from Macaw's Doors) +- mcwdoors:crimson_beach_door (from Macaw's Doors) +- mcwdoors:warped_beach_door (from Macaw's Doors) +- mcwdoors:mangrove_beach_door (from Macaw's Doors) +- mcwdoors:oak_paper_door (from Macaw's Doors) +- mcwdoors:spruce_paper_door (from Macaw's Doors) +- mcwdoors:jungle_paper_door (from Macaw's Doors) +- mcwdoors:acacia_paper_door (from Macaw's Doors) +- mcwdoors:dark_oak_paper_door (from Macaw's Doors) +- mcwdoors:crimson_paper_door (from Macaw's Doors) +- mcwdoors:warped_paper_door (from Macaw's Doors) +- mcwdoors:mangrove_paper_door (from Macaw's Doors) +- mcwdoors:oak_four_panel_door (from Macaw's Doors) +- mcwdoors:spruce_four_panel_door (from Macaw's Doors) +- mcwdoors:birch_four_panel_door (from Macaw's Doors) +- mcwdoors:jungle_four_panel_door (from Macaw's Doors) +- mcwdoors:acacia_four_panel_door (from Macaw's Doors) +- mcwdoors:crimson_four_panel_door (from Macaw's Doors) +- mcwdoors:warped_four_panel_door (from Macaw's Doors) +- mcwdoors:mangrove_four_panel_door (from Macaw's Doors) +- mcwdoors:oak_tropical_door (from Macaw's Doors) +- mcwdoors:spruce_tropical_door (from Macaw's Doors) +- mcwdoors:birch_tropical_door (from Macaw's Doors) +- mcwdoors:jungle_tropical_door (from Macaw's Doors) +- mcwdoors:dark_oak_tropical_door (from Macaw's Doors) +- mcwdoors:crimson_tropical_door (from Macaw's Doors) +- mcwdoors:warped_tropical_door (from Macaw's Doors) +- mcwdoors:mangrove_tropical_door (from Macaw's Doors) +- mcwdoors:oak_glass_door (from Macaw's Doors) +- mcwdoors:spruce_glass_door (from Macaw's Doors) +- mcwdoors:birch_glass_door (from Macaw's Doors) +- mcwdoors:jungle_glass_door (from Macaw's Doors) +- mcwdoors:acacia_glass_door (from Macaw's Doors) +- mcwdoors:dark_oak_glass_door (from Macaw's Doors) +- mcwdoors:crimson_glass_door (from Macaw's Doors) +- mcwdoors:warped_glass_door (from Macaw's Doors) +- mcwdoors:mangrove_glass_door (from Macaw's Doors) +- mcwdoors:oak_stable_door (from Macaw's Doors) +- mcwdoors:spruce_stable_door (from Macaw's Doors) +- mcwdoors:birch_stable_door (from Macaw's Doors) +- mcwdoors:jungle_stable_door (from Macaw's Doors) +- mcwdoors:acacia_stable_door (from Macaw's Doors) +- mcwdoors:dark_oak_stable_door (from Macaw's Doors) +- mcwdoors:crimson_stable_door (from Macaw's Doors) +- mcwdoors:warped_stable_door (from Macaw's Doors) +- mcwdoors:mangrove_stable_door (from Macaw's Doors) +- mcwdoors:oak_stable_head_door (from Macaw's Doors) +- mcwdoors:spruce_stable_head_door (from Macaw's Doors) +- mcwdoors:birch_stable_head_door (from Macaw's Doors) +- mcwdoors:jungle_stable_head_door (from Macaw's Doors) +- mcwdoors:acacia_stable_head_door (from Macaw's Doors) +- mcwdoors:dark_oak_stable_head_door (from Macaw's Doors) +- mcwdoors:crimson_stable_head_door (from Macaw's Doors) +- mcwdoors:warped_stable_head_door (from Macaw's Doors) +- mcwdoors:mangrove_stable_head_door (from Macaw's Doors) +- mcwdoors:oak_western_door (from Macaw's Doors) +- mcwdoors:spruce_western_door (from Macaw's Doors) +- mcwdoors:birch_western_door (from Macaw's Doors) +- mcwdoors:jungle_western_door (from Macaw's Doors) +- mcwdoors:acacia_western_door (from Macaw's Doors) +- mcwdoors:dark_oak_western_door (from Macaw's Doors) +- mcwdoors:crimson_western_door (from Macaw's Doors) +- mcwdoors:warped_western_door (from Macaw's Doors) +- mcwdoors:mangrove_western_door (from Macaw's Doors) +- mcwdoors:oak_mystic_door (from Macaw's Doors) +- mcwdoors:spruce_mystic_door (from Macaw's Doors) +- mcwdoors:birch_mystic_door (from Macaw's Doors) +- mcwdoors:jungle_mystic_door (from Macaw's Doors) +- mcwdoors:acacia_mystic_door (from Macaw's Doors) +- mcwdoors:dark_oak_mystic_door (from Macaw's Doors) +- mcwdoors:crimson_mystic_door (from Macaw's Doors) +- mcwdoors:mangrove_mystic_door (from Macaw's Doors) +- mcwdoors:oak_bark_glass_door (from Macaw's Doors) +- mcwdoors:spruce_bark_glass_door (from Macaw's Doors) +- mcwdoors:birch_bark_glass_door (from Macaw's Doors) +- mcwdoors:jungle_bark_glass_door (from Macaw's Doors) +- mcwdoors:acacia_bark_glass_door (from Macaw's Doors) +- mcwdoors:dark_oak_bark_glass_door (from Macaw's Doors) +- mcwdoors:crimson_stem_glass_door (from Macaw's Doors) +- mcwdoors:warped_stem_glass_door (from Macaw's Doors) +- mcwdoors:mangrove_bark_glass_door (from Macaw's Doors) +- mcwdoors:oak_nether_door (from Macaw's Doors) +- mcwdoors:spruce_nether_door (from Macaw's Doors) +- mcwdoors:birch_nether_door (from Macaw's Doors) +- mcwdoors:jungle_nether_door (from Macaw's Doors) +- mcwdoors:acacia_nether_door (from Macaw's Doors) +- mcwdoors:dark_oak_nether_door (from Macaw's Doors) +- mcwdoors:warped_nether_door (from Macaw's Doors) +- mcwdoors:mangrove_nether_door (from Macaw's Doors) +- mcwdoors:oak_swamp_door (from Macaw's Doors) +- mcwdoors:spruce_swamp_door (from Macaw's Doors) +- mcwdoors:birch_swamp_door (from Macaw's Doors) +- mcwdoors:jungle_swamp_door (from Macaw's Doors) +- mcwdoors:acacia_swamp_door (from Macaw's Doors) +- mcwdoors:dark_oak_swamp_door (from Macaw's Doors) +- mcwdoors:warped_swamp_door (from Macaw's Doors) +- mcwdoors:crimson_swamp_door (from Macaw's Doors) +- mcwfences:oak_picket_fence (from Macaw's Fences and Walls) +- mcwfences:spruce_picket_fence (from Macaw's Fences and Walls) +- mcwfences:birch_picket_fence (from Macaw's Fences and Walls) +- mcwfences:jungle_picket_fence (from Macaw's Fences and Walls) +- mcwfences:acacia_picket_fence (from Macaw's Fences and Walls) +- mcwfences:dark_oak_picket_fence (from Macaw's Fences and Walls) +- mcwfences:crimson_picket_fence (from Macaw's Fences and Walls) +- mcwfences:warped_picket_fence (from Macaw's Fences and Walls) +- mcwfences:mangrove_picket_fence (from Macaw's Fences and Walls) +- mcwfences:oak_stockade_fence (from Macaw's Fences and Walls) +- mcwfences:spruce_stockade_fence (from Macaw's Fences and Walls) +- mcwfences:birch_stockade_fence (from Macaw's Fences and Walls) +- mcwfences:jungle_stockade_fence (from Macaw's Fences and Walls) +- mcwfences:acacia_stockade_fence (from Macaw's Fences and Walls) +- mcwfences:dark_oak_stockade_fence (from Macaw's Fences and Walls) +- mcwfences:crimson_stockade_fence (from Macaw's Fences and Walls) +- mcwfences:warped_stockade_fence (from Macaw's Fences and Walls) +- mcwfences:mangrove_stockade_fence (from Macaw's Fences and Walls) +- mcwfences:oak_highley_gate (from Macaw's Fences and Walls) +- mcwfences:spruce_highley_gate (from Macaw's Fences and Walls) +- mcwfences:birch_highley_gate (from Macaw's Fences and Walls) +- mcwfences:jungle_highley_gate (from Macaw's Fences and Walls) +- mcwfences:acacia_highley_gate (from Macaw's Fences and Walls) +- mcwfences:dark_oak_highley_gate (from Macaw's Fences and Walls) +- mcwfences:crimson_highley_gate (from Macaw's Fences and Walls) +- mcwfences:warped_highley_gate (from Macaw's Fences and Walls) +- mcwfences:mangrove_highley_gate (from Macaw's Fences and Walls) +- mcwfences:oak_horse_fence (from Macaw's Fences and Walls) +- mcwfences:spruce_horse_fence (from Macaw's Fences and Walls) +- mcwfences:birch_horse_fence (from Macaw's Fences and Walls) +- mcwfences:jungle_horse_fence (from Macaw's Fences and Walls) +- mcwfences:acacia_horse_fence (from Macaw's Fences and Walls) +- mcwfences:dark_oak_horse_fence (from Macaw's Fences and Walls) +- mcwfences:crimson_horse_fence (from Macaw's Fences and Walls) +- mcwfences:warped_horse_fence (from Macaw's Fences and Walls) +- mcwfences:mangrove_horse_fence (from Macaw's Fences and Walls) +- mcwfences:bamboo_fence (from Macaw's Fences and Walls) +- mcwfences:oak_pyramid_gate (from Macaw's Fences and Walls) +- mcwfences:spruce_pyramid_gate (from Macaw's Fences and Walls) +- mcwfences:birch_pyramid_gate (from Macaw's Fences and Walls) +- mcwfences:jungle_pyramid_gate (from Macaw's Fences and Walls) +- mcwfences:acacia_pyramid_gate (from Macaw's Fences and Walls) +- mcwfences:dark_oak_pyramid_gate (from Macaw's Fences and Walls) +- mcwfences:crimson_pyramid_gate (from Macaw's Fences and Walls) +- mcwfences:warped_pyramid_gate (from Macaw's Fences and Walls) +- mcwfences:mangrove_pyramid_gate (from Macaw's Fences and Walls) +- mcwfences:oak_wired_fence (from Macaw's Fences and Walls) +- mcwfences:spruce_wired_fence (from Macaw's Fences and Walls) +- mcwfences:birch_wired_fence (from Macaw's Fences and Walls) +- mcwfences:jungle_wired_fence (from Macaw's Fences and Walls) +- mcwfences:acacia_wired_fence (from Macaw's Fences and Walls) +- mcwfences:dark_oak_wired_fence (from Macaw's Fences and Walls) +- mcwfences:crimson_wired_fence (from Macaw's Fences and Walls) +- mcwfences:warped_wired_fence (from Macaw's Fences and Walls) +- mcwfences:mangrove_wired_fence (from Macaw's Fences and Walls) +- mcwlights:classic_street_lamp (from Macaw's Lights and Lamps) +- mcwlights:double_street_lamp (from Macaw's Lights and Lamps) +- mcwlights:soul_classic_street_lamp (from Macaw's Lights and Lamps) +- mcwlights:soul_double_street_lamp (from Macaw's Lights and Lamps) +- mcwlights:oak_tiki_torch (from Macaw's Lights and Lamps) +- mcwlights:spruce_tiki_torch (from Macaw's Lights and Lamps) +- mcwlights:birch_tiki_torch (from Macaw's Lights and Lamps) +- mcwlights:jungle_tiki_torch (from Macaw's Lights and Lamps) +- mcwlights:acacia_tiki_torch (from Macaw's Lights and Lamps) +- mcwlights:dark_oak_tiki_torch (from Macaw's Lights and Lamps) +- mcwlights:crimson_tiki_torch (from Macaw's Lights and Lamps) +- mcwlights:warped_tiki_torch (from Macaw's Lights and Lamps) +- mcwlights:soul_oak_tiki_torch (from Macaw's Lights and Lamps) +- mcwlights:soul_spruce_tiki_torch (from Macaw's Lights and Lamps) +- mcwlights:soul_birch_tiki_torch (from Macaw's Lights and Lamps) +- mcwlights:soul_jungle_tiki_torch (from Macaw's Lights and Lamps) +- mcwlights:soul_acacia_tiki_torch (from Macaw's Lights and Lamps) +- mcwlights:soul_dark_oak_tiki_torch (from Macaw's Lights and Lamps) +- mcwlights:soul_crimson_tiki_torch (from Macaw's Lights and Lamps) +- mcwlights:soul_warped_tiki_torch (from Macaw's Lights and Lamps) +- mcwlights:white_ceiling_light (from Macaw's Lights and Lamps) +- mcwlights:orange_ceiling_light (from Macaw's Lights and Lamps) +- mcwlights:magenta_ceiling_light (from Macaw's Lights and Lamps) +- mcwlights:light_blue_ceiling_light (from Macaw's Lights and Lamps) +- mcwlights:yellow_ceiling_light (from Macaw's Lights and Lamps) +- mcwlights:lime_ceiling_light (from Macaw's Lights and Lamps) +- mcwlights:pink_ceiling_light (from Macaw's Lights and Lamps) +- mcwlights:gray_ceiling_light (from Macaw's Lights and Lamps) +- mcwlights:light_gray_ceiling_light (from Macaw's Lights and Lamps) +- mcwlights:cyan_ceiling_light (from Macaw's Lights and Lamps) +- mcwlights:purple_ceiling_light (from Macaw's Lights and Lamps) +- mcwlights:blue_ceiling_light (from Macaw's Lights and Lamps) +- mcwlights:brown_ceiling_light (from Macaw's Lights and Lamps) +- mcwlights:green_ceiling_light (from Macaw's Lights and Lamps) +- mcwlights:red_ceiling_light (from Macaw's Lights and Lamps) +- mcwlights:black_ceiling_light (from Macaw's Lights and Lamps) +- mcwlights:white_lamp (from Macaw's Lights and Lamps) +- mcwlights:orange_lamp (from Macaw's Lights and Lamps) +- mcwlights:magenta_lamp (from Macaw's Lights and Lamps) +- mcwlights:light_blue_lamp (from Macaw's Lights and Lamps) +- mcwlights:yellow_lamp (from Macaw's Lights and Lamps) +- mcwlights:lime_lamp (from Macaw's Lights and Lamps) +- mcwlights:pink_lamp (from Macaw's Lights and Lamps) +- mcwlights:gray_lamp (from Macaw's Lights and Lamps) +- mcwlights:light_gray_lamp (from Macaw's Lights and Lamps) +- mcwlights:cyan_lamp (from Macaw's Lights and Lamps) +- mcwlights:purple_lamp (from Macaw's Lights and Lamps) +- mcwlights:blue_lamp (from Macaw's Lights and Lamps) +- mcwlights:brown_lamp (from Macaw's Lights and Lamps) +- mcwlights:green_lamp (from Macaw's Lights and Lamps) +- mcwlights:red_lamp (from Macaw's Lights and Lamps) +- mcwlights:black_lamp (from Macaw's Lights and Lamps) +- mcwlights:white_paper_lamp (from Macaw's Lights and Lamps) +- mcwlights:orange_paper_lamp (from Macaw's Lights and Lamps) +- mcwlights:magenta_paper_lamp (from Macaw's Lights and Lamps) +- mcwlights:light_blue_paper_lamp (from Macaw's Lights and Lamps) +- mcwlights:yellow_paper_lamp (from Macaw's Lights and Lamps) +- mcwlights:lime_paper_lamp (from Macaw's Lights and Lamps) +- mcwlights:pink_paper_lamp (from Macaw's Lights and Lamps) +- mcwlights:gray_paper_lamp (from Macaw's Lights and Lamps) +- mcwlights:light_gray_paper_lamp (from Macaw's Lights and Lamps) +- mcwlights:cyan_paper_lamp (from Macaw's Lights and Lamps) +- mcwlights:purple_paper_lamp (from Macaw's Lights and Lamps) +- mcwlights:blue_paper_lamp (from Macaw's Lights and Lamps) +- mcwlights:brown_paper_lamp (from Macaw's Lights and Lamps) +- mcwlights:green_paper_lamp (from Macaw's Lights and Lamps) +- mcwlights:red_paper_lamp (from Macaw's Lights and Lamps) +- mcwlights:black_paper_lamp (from Macaw's Lights and Lamps) +- mcwpaths:oak_planks_path (from Macaw's Paths and Pavings) +- mcwpaths:spruce_planks_path (from Macaw's Paths and Pavings) +- mcwpaths:birch_planks_path (from Macaw's Paths and Pavings) +- mcwpaths:jungle_planks_path (from Macaw's Paths and Pavings) +- mcwpaths:acacia_planks_path (from Macaw's Paths and Pavings) +- mcwpaths:dark_oak_planks_path (from Macaw's Paths and Pavings) +- mcwpaths:crimson_planks_path (from Macaw's Paths and Pavings) +- mcwpaths:warped_planks_path (from Macaw's Paths and Pavings) +- mcwpaths:mangrove_planks_path (from Macaw's Paths and Pavings) +- mcwroofs:spruce_planks_roof (from Macaw's Roofs) +- mcwroofs:spruce_planks_attic_roof (from Macaw's Roofs) +- mcwroofs:spruce_planks_top_roof (from Macaw's Roofs) +- mcwroofs:spruce_planks_lower_roof (from Macaw's Roofs) +- mcwroofs:spruce_planks_steep_roof (from Macaw's Roofs) +- mcwroofs:spruce_planks_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:spruce_planks_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:spruce_roof (from Macaw's Roofs) +- mcwroofs:spruce_attic_roof (from Macaw's Roofs) +- mcwroofs:spruce_top_roof (from Macaw's Roofs) +- mcwroofs:spruce_lower_roof (from Macaw's Roofs) +- mcwroofs:spruce_steep_roof (from Macaw's Roofs) +- mcwroofs:spruce_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:spruce_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:oak_planks_roof (from Macaw's Roofs) +- mcwroofs:oak_planks_attic_roof (from Macaw's Roofs) +- mcwroofs:oak_planks_top_roof (from Macaw's Roofs) +- mcwroofs:oak_planks_lower_roof (from Macaw's Roofs) +- mcwroofs:oak_planks_steep_roof (from Macaw's Roofs) +- mcwroofs:oak_planks_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:oak_planks_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:oak_roof (from Macaw's Roofs) +- mcwroofs:oak_attic_roof (from Macaw's Roofs) +- mcwroofs:oak_top_roof (from Macaw's Roofs) +- mcwroofs:oak_lower_roof (from Macaw's Roofs) +- mcwroofs:oak_steep_roof (from Macaw's Roofs) +- mcwroofs:oak_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:oak_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:jungle_planks_roof (from Macaw's Roofs) +- mcwroofs:jungle_planks_attic_roof (from Macaw's Roofs) +- mcwroofs:jungle_planks_top_roof (from Macaw's Roofs) +- mcwroofs:jungle_planks_lower_roof (from Macaw's Roofs) +- mcwroofs:jungle_planks_steep_roof (from Macaw's Roofs) +- mcwroofs:jungle_planks_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:jungle_planks_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:jungle_roof (from Macaw's Roofs) +- mcwroofs:jungle_attic_roof (from Macaw's Roofs) +- mcwroofs:jungle_top_roof (from Macaw's Roofs) +- mcwroofs:jungle_lower_roof (from Macaw's Roofs) +- mcwroofs:jungle_steep_roof (from Macaw's Roofs) +- mcwroofs:jungle_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:jungle_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:dark_oak_planks_roof (from Macaw's Roofs) +- mcwroofs:dark_oak_planks_attic_roof (from Macaw's Roofs) +- mcwroofs:dark_oak_planks_top_roof (from Macaw's Roofs) +- mcwroofs:dark_oak_planks_lower_roof (from Macaw's Roofs) +- mcwroofs:dark_oak_planks_steep_roof (from Macaw's Roofs) +- mcwroofs:dark_oak_planks_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:dark_oak_planks_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:dark_oak_roof (from Macaw's Roofs) +- mcwroofs:dark_oak_attic_roof (from Macaw's Roofs) +- mcwroofs:dark_oak_top_roof (from Macaw's Roofs) +- mcwroofs:dark_oak_lower_roof (from Macaw's Roofs) +- mcwroofs:dark_oak_steep_roof (from Macaw's Roofs) +- mcwroofs:dark_oak_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:dark_oak_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:crimson_planks_roof (from Macaw's Roofs) +- mcwroofs:crimson_planks_attic_roof (from Macaw's Roofs) +- mcwroofs:crimson_planks_top_roof (from Macaw's Roofs) +- mcwroofs:crimson_planks_lower_roof (from Macaw's Roofs) +- mcwroofs:crimson_planks_steep_roof (from Macaw's Roofs) +- mcwroofs:crimson_planks_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:crimson_planks_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:crimson_roof (from Macaw's Roofs) +- mcwroofs:crimson_attic_roof (from Macaw's Roofs) +- mcwroofs:crimson_top_roof (from Macaw's Roofs) +- mcwroofs:crimson_lower_roof (from Macaw's Roofs) +- mcwroofs:crimson_steep_roof (from Macaw's Roofs) +- mcwroofs:crimson_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:crimson_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:birch_planks_roof (from Macaw's Roofs) +- mcwroofs:birch_planks_attic_roof (from Macaw's Roofs) +- mcwroofs:birch_planks_top_roof (from Macaw's Roofs) +- mcwroofs:birch_planks_lower_roof (from Macaw's Roofs) +- mcwroofs:birch_planks_steep_roof (from Macaw's Roofs) +- mcwroofs:birch_planks_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:birch_planks_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:birch_roof (from Macaw's Roofs) +- mcwroofs:birch_attic_roof (from Macaw's Roofs) +- mcwroofs:birch_top_roof (from Macaw's Roofs) +- mcwroofs:birch_lower_roof (from Macaw's Roofs) +- mcwroofs:birch_steep_roof (from Macaw's Roofs) +- mcwroofs:birch_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:birch_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:black_striped_awning (from Macaw's Roofs) +- mcwroofs:blue_striped_awning (from Macaw's Roofs) +- mcwroofs:brown_striped_awning (from Macaw's Roofs) +- mcwroofs:cyan_striped_awning (from Macaw's Roofs) +- mcwroofs:gray_striped_awning (from Macaw's Roofs) +- mcwroofs:green_striped_awning (from Macaw's Roofs) +- mcwroofs:light_blue_striped_awning (from Macaw's Roofs) +- mcwroofs:light_gray_striped_awning (from Macaw's Roofs) +- mcwroofs:lime_striped_awning (from Macaw's Roofs) +- mcwroofs:magenta_striped_awning (from Macaw's Roofs) +- mcwroofs:orange_striped_awning (from Macaw's Roofs) +- mcwroofs:pink_striped_awning (from Macaw's Roofs) +- mcwroofs:purple_striped_awning (from Macaw's Roofs) +- mcwroofs:red_striped_awning (from Macaw's Roofs) +- mcwroofs:yellow_striped_awning (from Macaw's Roofs) +- mcwroofs:acacia_planks_roof (from Macaw's Roofs) +- mcwroofs:acacia_planks_attic_roof (from Macaw's Roofs) +- mcwroofs:acacia_planks_top_roof (from Macaw's Roofs) +- mcwroofs:acacia_planks_lower_roof (from Macaw's Roofs) +- mcwroofs:acacia_planks_steep_roof (from Macaw's Roofs) +- mcwroofs:acacia_planks_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:acacia_planks_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:acacia_roof (from Macaw's Roofs) +- mcwroofs:acacia_attic_roof (from Macaw's Roofs) +- mcwroofs:acacia_top_roof (from Macaw's Roofs) +- mcwroofs:acacia_lower_roof (from Macaw's Roofs) +- mcwroofs:acacia_steep_roof (from Macaw's Roofs) +- mcwroofs:acacia_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:acacia_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:warped_planks_roof (from Macaw's Roofs) +- mcwroofs:warped_planks_attic_roof (from Macaw's Roofs) +- mcwroofs:warped_planks_top_roof (from Macaw's Roofs) +- mcwroofs:warped_planks_lower_roof (from Macaw's Roofs) +- mcwroofs:warped_planks_steep_roof (from Macaw's Roofs) +- mcwroofs:warped_planks_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:warped_planks_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:warped_roof (from Macaw's Roofs) +- mcwroofs:warped_attic_roof (from Macaw's Roofs) +- mcwroofs:warped_top_roof (from Macaw's Roofs) +- mcwroofs:warped_lower_roof (from Macaw's Roofs) +- mcwroofs:warped_steep_roof (from Macaw's Roofs) +- mcwroofs:warped_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:warped_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:mangrove_planks_roof (from Macaw's Roofs) +- mcwroofs:mangrove_planks_attic_roof (from Macaw's Roofs) +- mcwroofs:mangrove_planks_top_roof (from Macaw's Roofs) +- mcwroofs:mangrove_planks_lower_roof (from Macaw's Roofs) +- mcwroofs:mangrove_planks_steep_roof (from Macaw's Roofs) +- mcwroofs:mangrove_planks_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:mangrove_planks_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:mangrove_roof (from Macaw's Roofs) +- mcwroofs:mangrove_attic_roof (from Macaw's Roofs) +- mcwroofs:mangrove_top_roof (from Macaw's Roofs) +- mcwroofs:mangrove_lower_roof (from Macaw's Roofs) +- mcwroofs:mangrove_steep_roof (from Macaw's Roofs) +- mcwroofs:mangrove_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:mangrove_upper_steep_roof (from Macaw's Roofs) +- mcwtrpdoors:oak_barn_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:oak_barred_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:oak_beach_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:oak_cottage_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:oak_four_panel_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:oak_glass_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:oak_mystic_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:oak_paper_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:oak_tropical_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:oak_swamp_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:bamboo_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:spruce_barn_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:spruce_barred_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:spruce_beach_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:spruce_classic_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:spruce_four_panel_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:spruce_glass_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:spruce_mystic_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:spruce_paper_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:spruce_tropical_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:spruce_swamp_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:birch_barn_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:birch_barred_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:birch_beach_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:birch_classic_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:birch_cottage_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:birch_four_panel_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:birch_glass_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:birch_mystic_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:birch_tropical_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:birch_swamp_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:jungle_barn_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:jungle_barred_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:jungle_classic_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:jungle_cottage_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:jungle_four_panel_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:jungle_glass_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:jungle_mystic_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:jungle_paper_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:jungle_tropical_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:jungle_swamp_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:acacia_barn_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:acacia_barred_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:acacia_beach_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:acacia_classic_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:acacia_cottage_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:acacia_four_panel_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:acacia_glass_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:acacia_mystic_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:acacia_paper_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:acacia_swamp_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:dark_oak_barn_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:dark_oak_barred_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:dark_oak_beach_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:dark_oak_classic_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:dark_oak_cottage_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:dark_oak_glass_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:dark_oak_mystic_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:dark_oak_paper_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:dark_oak_tropical_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:dark_oak_swamp_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:crimson_barn_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:crimson_beach_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:crimson_classic_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:crimson_cottage_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:crimson_four_panel_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:crimson_glass_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:crimson_mystic_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:crimson_paper_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:crimson_tropical_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:crimson_swamp_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:warped_barn_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:warped_barred_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:warped_beach_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:warped_classic_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:warped_cottage_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:warped_four_panel_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:warped_glass_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:warped_paper_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:warped_tropical_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:warped_swamp_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:mangrove_barn_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:mangrove_barred_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:mangrove_beach_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:mangrove_cottage_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:mangrove_four_panel_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:mangrove_glass_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:mangrove_mystic_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:mangrove_paper_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:mangrove_tropical_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:mangrove_classic_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:oak_bark_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:spruce_bark_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:birch_bark_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:jungle_bark_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:acacia_bark_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:dark_oak_bark_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:crimson_bark_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:warped_bark_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:mangrove_bark_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:oak_ranch_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:spruce_ranch_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:birch_ranch_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:jungle_ranch_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:acacia_ranch_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:dark_oak_ranch_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:crimson_ranch_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:warped_ranch_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:mangrove_ranch_trapdoor (from Macaw's Trapdoors) +- mcwwindows:oak_window (from Macaw's Windows) +- mcwwindows:spruce_window (from Macaw's Windows) +- mcwwindows:birch_window (from Macaw's Windows) +- mcwwindows:jungle_window (from Macaw's Windows) +- mcwwindows:acacia_window (from Macaw's Windows) +- mcwwindows:dark_oak_window (from Macaw's Windows) +- mcwwindows:mangrove_window (from Macaw's Windows) +- mcwwindows:oak_plank_window (from Macaw's Windows) +- mcwwindows:spruce_plank_window (from Macaw's Windows) +- mcwwindows:birch_plank_window (from Macaw's Windows) +- mcwwindows:jungle_plank_window (from Macaw's Windows) +- mcwwindows:acacia_plank_window (from Macaw's Windows) +- mcwwindows:dark_oak_plank_window (from Macaw's Windows) +- mcwwindows:mangrove_plank_window (from Macaw's Windows) +- mcwwindows:oak_window2 (from Macaw's Windows) +- mcwwindows:oak_plank_window2 (from Macaw's Windows) +- mcwwindows:spruce_window2 (from Macaw's Windows) +- mcwwindows:spruce_plank_window2 (from Macaw's Windows) +- mcwwindows:birch_window2 (from Macaw's Windows) +- mcwwindows:birch_plank_window2 (from Macaw's Windows) +- mcwwindows:jungle_window2 (from Macaw's Windows) +- mcwwindows:jungle_plank_window2 (from Macaw's Windows) +- mcwwindows:acacia_window2 (from Macaw's Windows) +- mcwwindows:acacia_plank_window2 (from Macaw's Windows) +- mcwwindows:dark_oak_window2 (from Macaw's Windows) +- mcwwindows:dark_oak_plank_window2 (from Macaw's Windows) +- mcwwindows:mangrove_window2 (from Macaw's Windows) +- mcwwindows:mangrove_plank_window2 (from Macaw's Windows) +- mcwwindows:stripped_oak_log_window (from Macaw's Windows) +- mcwwindows:stripped_oak_log_window2 (from Macaw's Windows) +- mcwwindows:stripped_spruce_log_window (from Macaw's Windows) +- mcwwindows:stripped_spruce_log_window2 (from Macaw's Windows) +- mcwwindows:stripped_birch_log_window (from Macaw's Windows) +- mcwwindows:stripped_birch_log_window2 (from Macaw's Windows) +- mcwwindows:stripped_jungle_log_window (from Macaw's Windows) +- mcwwindows:stripped_jungle_log_window2 (from Macaw's Windows) +- mcwwindows:stripped_acacia_log_window (from Macaw's Windows) +- mcwwindows:stripped_acacia_log_window2 (from Macaw's Windows) +- mcwwindows:stripped_dark_oak_log_window (from Macaw's Windows) +- mcwwindows:stripped_dark_oak_log_window2 (from Macaw's Windows) +- mcwwindows:stripped_mangrove_log_window (from Macaw's Windows) +- mcwwindows:stripped_mangrove_log_window2 (from Macaw's Windows) +- mcwwindows:crimson_stem_window (from Macaw's Windows) +- mcwwindows:crimson_stem_window2 (from Macaw's Windows) +- mcwwindows:warped_stem_window (from Macaw's Windows) +- mcwwindows:warped_stem_window2 (from Macaw's Windows) +- mcwwindows:stripped_crimson_stem_window (from Macaw's Windows) +- mcwwindows:stripped_crimson_stem_window2 (from Macaw's Windows) +- mcwwindows:stripped_warped_stem_window (from Macaw's Windows) +- mcwwindows:stripped_warped_stem_window2 (from Macaw's Windows) +- mcwwindows:crimson_planks_window (from Macaw's Windows) +- mcwwindows:crimson_planks_window2 (from Macaw's Windows) +- mcwwindows:warped_planks_window (from Macaw's Windows) +- mcwwindows:warped_planks_window2 (from Macaw's Windows) +- mcwwindows:oak_four_window (from Macaw's Windows) +- mcwwindows:oak_plank_four_window (from Macaw's Windows) +- mcwwindows:spruce_four_window (from Macaw's Windows) +- mcwwindows:spruce_plank_four_window (from Macaw's Windows) +- mcwwindows:birch_four_window (from Macaw's Windows) +- mcwwindows:birch_plank_four_window (from Macaw's Windows) +- mcwwindows:jungle_four_window (from Macaw's Windows) +- mcwwindows:jungle_plank_four_window (from Macaw's Windows) +- mcwwindows:acacia_four_window (from Macaw's Windows) +- mcwwindows:acacia_plank_four_window (from Macaw's Windows) +- mcwwindows:dark_oak_four_window (from Macaw's Windows) +- mcwwindows:dark_oak_plank_four_window (from Macaw's Windows) +- mcwwindows:mangrove_four_window (from Macaw's Windows) +- mcwwindows:mangrove_plank_four_window (from Macaw's Windows) +- mcwwindows:stripped_oak_log_four_window (from Macaw's Windows) +- mcwwindows:stripped_spruce_log_four_window (from Macaw's Windows) +- mcwwindows:stripped_birch_log_four_window (from Macaw's Windows) +- mcwwindows:stripped_jungle_log_four_window (from Macaw's Windows) +- mcwwindows:stripped_acacia_log_four_window (from Macaw's Windows) +- mcwwindows:stripped_dark_oak_log_four_window (from Macaw's Windows) +- mcwwindows:stripped_mangrove_log_four_window (from Macaw's Windows) +- mcwwindows:crimson_stem_four_window (from Macaw's Windows) +- mcwwindows:warped_stem_four_window (from Macaw's Windows) +- mcwwindows:stripped_crimson_stem_four_window (from Macaw's Windows) +- mcwwindows:stripped_warped_stem_four_window (from Macaw's Windows) +- mcwwindows:crimson_planks_four_window (from Macaw's Windows) +- mcwwindows:warped_planks_four_window (from Macaw's Windows) +- mcwwindows:oak_log_parapet (from Macaw's Windows) +- mcwwindows:spruce_log_parapet (from Macaw's Windows) +- mcwwindows:birch_log_parapet (from Macaw's Windows) +- mcwwindows:jungle_log_parapet (from Macaw's Windows) +- mcwwindows:acacia_log_parapet (from Macaw's Windows) +- mcwwindows:dark_oak_log_parapet (from Macaw's Windows) +- mcwwindows:crimson_stem_parapet (from Macaw's Windows) +- mcwwindows:warped_stem_parapet (from Macaw's Windows) +- mcwwindows:mangrove_log_parapet (from Macaw's Windows) +- mcwwindows:oak_plank_parapet (from Macaw's Windows) +- mcwwindows:spruce_plank_parapet (from Macaw's Windows) +- mcwwindows:birch_plank_parapet (from Macaw's Windows) +- mcwwindows:jungle_plank_parapet (from Macaw's Windows) +- mcwwindows:acacia_plank_parapet (from Macaw's Windows) +- mcwwindows:dark_oak_plank_parapet (from Macaw's Windows) +- mcwwindows:crimson_plank_parapet (from Macaw's Windows) +- mcwwindows:warped_plank_parapet (from Macaw's Windows) +- mcwwindows:mangrove_plank_parapet (from Macaw's Windows) +- mcwwindows:oak_blinds (from Macaw's Windows) +- mcwwindows:spruce_blinds (from Macaw's Windows) +- mcwwindows:birch_blinds (from Macaw's Windows) +- mcwwindows:jungle_blinds (from Macaw's Windows) +- mcwwindows:acacia_blinds (from Macaw's Windows) +- mcwwindows:dark_oak_blinds (from Macaw's Windows) +- mcwwindows:crimson_blinds (from Macaw's Windows) +- mcwwindows:warped_blinds (from Macaw's Windows) +- mcwwindows:mangrove_blinds (from Macaw's Windows) +- mcwwindows:oak_shutter (from Macaw's Windows) +- mcwwindows:spruce_shutter (from Macaw's Windows) +- mcwwindows:birch_shutter (from Macaw's Windows) +- mcwwindows:jungle_shutter (from Macaw's Windows) +- mcwwindows:acacia_shutter (from Macaw's Windows) +- mcwwindows:dark_oak_shutter (from Macaw's Windows) +- mcwwindows:crimson_shutter (from Macaw's Windows) +- mcwwindows:warped_shutter (from Macaw's Windows) +- mcwwindows:mangrove_shutter (from Macaw's Windows) +- mcwwindows:bamboo_shutter (from Macaw's Windows) +- mcwwindows:oak_louvered_shutter (from Macaw's Windows) +- mcwwindows:spruce_louvered_shutter (from Macaw's Windows) +- mcwwindows:birch_louvered_shutter (from Macaw's Windows) +- mcwwindows:jungle_louvered_shutter (from Macaw's Windows) +- mcwwindows:acacia_louvered_shutter (from Macaw's Windows) +- mcwwindows:dark_oak_louvered_shutter (from Macaw's Windows) +- mcwwindows:crimson_louvered_shutter (from Macaw's Windows) +- mcwwindows:warped_louvered_shutter (from Macaw's Windows) +- mcwwindows:mangrove_louvered_shutter (from Macaw's Windows) +- minecells:putrid_log (from Mine Cells) +- minecells:putrid_wood (from Mine Cells) +- minecells:stripped_putrid_log (from Mine Cells) +- minecells:stripped_putrid_wood (from Mine Cells) +- minecells:putrid_planks (from Mine Cells) +- minecells:putrid_stairs (from Mine Cells) +- minecells:putrid_slab (from Mine Cells) +- minecells:elevator_assembler (from Mine Cells) +- minecells:crate (from Mine Cells) +- minecells:small_crate (from Mine Cells) +- minecells:brittle_barrel (from Mine Cells) +- minecells:biome_banner (from Mine Cells) +- morevillagers:oceanography_table (from More Villagers) +- morevillagers:woodworking_table (from More Villagers) +- morevillagers:decayed_workbench (from More Villagers) +- morevillagers:blueprint_table (from More Villagers) +- morevillagers:gardening_table (from More Villagers) +- morevillagers:hunting_post (from More Villagers) +- probablychests:lush_chest (from Probably Chests) +- probablychests:normal_chest (from Probably Chests) +- probablychests:coral_chest (from Probably Chests) +- pyrotastic:fireworks_crate (from Pyrotastic) +- rottencreatures:tnt_barrel (from Rotten Creatures) +- snowyspirit:gingerbread (from Snowy Spirit) +- snowyspirit:gingerbread_vertical_slab (from Snowy Spirit) +- snowyspirit:gingerbread_stairs (from Snowy Spirit) +- snowyspirit:gingerbread_slab (from Snowy Spirit) +- snowyspirit:gingerbread_frosted (from Snowy Spirit) +- snowyspirit:gingerbread_door (from Snowy Spirit) +- snowyspirit:gingerbread_trapdoor (from Snowy Spirit) +- snowyspirit:ginger_crate? (from Snowy Spirit) +- #spectrum:spirit_sallow_wood (from Spectrum) +- #spectrum:colored_spore_blossoms (from Spectrum) +- #spectrum:detectors (from Spectrum) +- #spectrum:sugar_sticks (from Spectrum) +- spectrum:fading (from Spectrum) +- spectrum:private_chest (from Spectrum) +- spectrum:glistering_melon (from Spectrum) +- spectrum:four_leaf_clover (from Spectrum) +- spectrum:quitoxic_reeds (from Spectrum) +- spectrum:mermaids_brush (from Spectrum) +- spectrum:resonant_lily (from Spectrum) +- spectrum:clover (from Spectrum) +- spectrum:glistering_melon_stem (from Spectrum) +- spectrum:attached_glistering_melon_stem (from Spectrum) +- spectrum:bottomless_bundle (from Spectrum) +- spectrum:amaranth (from Spectrum) +- spectrum:amaranth_bushel (from Spectrum) +- spectrum:titration_barrel (from Spectrum) +- supplementaries:flower_box (from Supplementaries) +- supplementaries:clock_block (from Supplementaries) +- supplementaries:pulley_block (from Supplementaries) +- supplementaries:lock_block (from Supplementaries) +- supplementaries:bellows (from Supplementaries) +- supplementaries:speaker_block (from Supplementaries) +- supplementaries:bamboo_spikes (from Supplementaries) +- supplementaries:notice_board (from Supplementaries) +- supplementaries:sign_post (from Supplementaries) +- #supplementaries:hanging_signs (from Supplementaries) +- supplementaries:stick (from Supplementaries) +- supplementaries:edelwood_stick (from Supplementaries) +- supplementaries:prismarine_rod (from Supplementaries) +- supplementaries:edelwood_stick (from Supplementaries) +- supplementaries:propelplant_cane (from Supplementaries) +- #supplementaries:ceiling_banners (from Supplementaries) +- supplementaries:timber_cross_brace (from Supplementaries) +- supplementaries:timber_brace (from Supplementaries) +- supplementaries:timber_frame (from Supplementaries) +- supplementaries:daub_cross_brace (from Supplementaries) +- supplementaries:daub_brace (from Supplementaries) +- supplementaries:daub_frame (from Supplementaries) +- #twilightforest:banisters (from The Twilight Forest) +- #twilightforest:hollow_logs (from The Twilight Forest) +- #twilightforest:towerwood (from The Twilight Forest) +- twilightforest:hedge (from The Twilight Forest) +- twilightforest:root (from The Twilight Forest) +- twilightforest:liveroot_block (from The Twilight Forest) +- twilightforest:mangrove_root (from The Twilight Forest) +- twilightforest:uncrafting_table (from The Twilight Forest) +- twilightforest:encased_smoker (from The Twilight Forest) +- twilightforest:encased_fire_jet (from The Twilight Forest) +- twilightforest:time_log_core (from The Twilight Forest) +- twilightforest:transformation_log_core (from The Twilight Forest) +- twilightforest:mining_log_core (from The Twilight Forest) +- twilightforest:sorting_log_core (from The Twilight Forest) +- twilightforest:reappearing_block (from The Twilight Forest) +- twilightforest:antibuilder (from The Twilight Forest) +- twilightforest:carminite_reactor (from The Twilight Forest) +- twilightforest:carminite_builder (from The Twilight Forest) +- twilightforest:ghast_trap (from The Twilight Forest) +- twilightforest:huge_stalk (from The Twilight Forest) +- twilightforest:huge_mushgloom (from The Twilight Forest) +- twilightforest:huge_mushgloom_stem (from The Twilight Forest) +- twilightforest:cinder_log (from The Twilight Forest) +- twilightforest:cinder_wood (from The Twilight Forest) +- twilightforest:ironwood_block (from The Twilight Forest) +- twilightforest:death_tome_spawner (from The Twilight Forest) +- twilightforest:empty_canopy_bookshelf (from The Twilight Forest) +- twilightforest:canopy_bookshelf (from The Twilight Forest) +- twilightforest:twilight_oak_chest (from The Twilight Forest) +- twilightforest:canopy_chest (from The Twilight Forest) +- twilightforest:mangrove_chest (from The Twilight Forest) +- twilightforest:darkwood_chest (from The Twilight Forest) +- twilightforest:time_chest (from The Twilight Forest) +- twilightforest:transformation_chest (from The Twilight Forest) +- twilightforest:mining_chest (from The Twilight Forest) +- twilightforest:sorting_chest (from The Twilight Forest) +- vinery:red_grape_bush (from Vinery) +- vinery:white_grape_bush (from Vinery) +- vinery:grapevine_stem (from Vinery) +- vinery:grapevine_pot (from Vinery) +- vinery:cherry_beam (from Vinery) +- vinery:stackable_log (from Vinery) +- vinery:fermentation_barrel (from Vinery) +- vinery:cherry_floorboard (from Vinery) +- vinery:red_grape_crate (from Vinery) +- vinery:white_grape_crate (from Vinery) +- vinery:flower_box (from Vinery) +- vinery:wine_press (from Vinery) +- vinery:barrel (from Vinery) +- vinery:storage_pot (from Vinery) +- vinery:cherry_sign (from Vinery) +- vinery:table (from Vinery) +- vinery:chair (from Vinery) +- vinery:cherry_fence_gate (from Vinery) +- vinery:wine_box (from Vinery) +- #vinery:wine_racks (from Vinery) + +#biomemakeover:ivy +- biomemakeover:moth_blossom (from Biome Makeover) +- biomemakeover:itching_ivy (from Biome Makeover) +- biomemakeover:ivy (from Biome Makeover) + +#biomemakeover:moth_attractive +- biomemakeover:moth_blossom (from Biome Makeover) + +#forge:glass_panes/lime +- minecraft:lime_stained_glass_pane (from chisels-and-bits) + +#c:normal_cobblestone +- minecraft:cobblestone (from Porting Lib Tags) + +#create:windmill_sails +- create:sail_frame (from Create) +- create:white_sail (from Create) +- create:orange_sail (from Create) +- create:magenta_sail (from Create) +- create:light_blue_sail (from Create) +- create:yellow_sail (from Create) +- create:lime_sail (from Create) +- create:pink_sail (from Create) +- create:gray_sail (from Create) +- create:light_gray_sail (from Create) +- create:cyan_sail (from Create) +- create:purple_sail (from Create) +- create:blue_sail (from Create) +- create:brown_sail (from Create) +- create:green_sail (from Create) +- create:red_sail (from Create) +- create:black_sail (from Create) +- #minecraft:wool (from Create) + +#twilightforest:hollow_logs_horizontal +- twilightforest:hollow_oak_log_horizontal (from The Twilight Forest) +- twilightforest:hollow_spruce_log_horizontal (from The Twilight Forest) +- twilightforest:hollow_birch_log_horizontal (from The Twilight Forest) +- twilightforest:hollow_jungle_log_horizontal (from The Twilight Forest) +- twilightforest:hollow_acacia_log_horizontal (from The Twilight Forest) +- twilightforest:hollow_dark_oak_log_horizontal (from The Twilight Forest) +- twilightforest:hollow_crimson_stem_horizontal (from The Twilight Forest) +- twilightforest:hollow_warped_stem_horizontal (from The Twilight Forest) +- twilightforest:hollow_vangrove_log_horizontal (from The Twilight Forest) +- twilightforest:hollow_twilight_oak_log_horizontal (from The Twilight Forest) +- twilightforest:hollow_canopy_log_horizontal (from The Twilight Forest) +- twilightforest:hollow_mangrove_log_horizontal (from The Twilight Forest) +- twilightforest:hollow_dark_log_horizontal (from The Twilight Forest) +- twilightforest:hollow_time_log_horizontal (from The Twilight Forest) +- twilightforest:hollow_transformation_log_horizontal (from The Twilight Forest) +- twilightforest:hollow_mining_log_horizontal (from The Twilight Forest) +- twilightforest:hollow_sorting_log_horizontal (from The Twilight Forest) + +#byg:may_place_on/hydrangea_bush +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#c:octuple_compressed_blackstone +- compressor:octuple_compressed_blackstone (from Compressor) + +#sereneseasons:spring_crops +- supplementaries:flax (from Supplementaries) + +#botania:weight_lens_whitelist + +#spectrum:colored_lamps +- spectrum:black_lamp (from Spectrum) +- spectrum:blue_lamp (from Spectrum) +- spectrum:brown_lamp (from Spectrum) +- spectrum:cyan_lamp (from Spectrum) +- spectrum:gray_lamp (from Spectrum) +- spectrum:green_lamp (from Spectrum) +- spectrum:light_blue_lamp (from Spectrum) +- spectrum:light_gray_lamp (from Spectrum) +- spectrum:lime_lamp (from Spectrum) +- spectrum:magenta_lamp (from Spectrum) +- spectrum:orange_lamp (from Spectrum) +- spectrum:pink_lamp (from Spectrum) +- spectrum:purple_lamp (from Spectrum) +- spectrum:red_lamp (from Spectrum) +- spectrum:white_lamp (from Spectrum) +- spectrum:yellow_lamp (from Spectrum) + +#byg:may_place_on/brown_oak_sapling +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#ants:food/colored/oak_gray_leaf_food +- spectrum:gray_leaves (from Spectrum) + +#fertilization:flower +- minecraft:poppy (from Fertilization) +- minecraft:blue_orchid (from Fertilization) +- minecraft:allium (from Fertilization) +- minecraft:azure_bluet (from Fertilization) +- minecraft:red_tulip (from Fertilization) +- minecraft:orange_tulip (from Fertilization) +- minecraft:white_tulip (from Fertilization) +- minecraft:pink_tulip (from Fertilization) +- minecraft:oxeye_daisy (from Fertilization) +- minecraft:dandelion (from Fertilization) + +#minecraft:nether_carver_replaceables +- #minecraft:base_stone_overworld (from Default) +- #minecraft:base_stone_nether (from Default) +- #minecraft:dirt (from Default) +- #minecraft:nylium (from Default) +- #minecraft:wart_blocks (from Default) +- minecraft:soul_sand (from Default) +- minecraft:soul_soil (from Default) + +#byg:may_place_on/pink_anemone +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#byg:campfires +- byg:boric_campfire (from Oh The Biomes You'll Go) +- byg:cryptic_campfire (from Oh The Biomes You'll Go) + +#botania:terra_plate_base +- botania:livingrock (from Botania) +- botania:shimmerrock (from Botania) + +#the_bumblezone:candles +- the_bumblezone:super_candle_wick (from The Bumblezone - Fabric) +- the_bumblezone:incense_candle_base (from The Bumblezone - Fabric) +- #the_bumblezone:super_candle_bases (from The Bumblezone - Fabric) + +#the_bumblezone:allowed_hanging_garden_leaves +- minecraft:birch_leaves (from The Bumblezone - Fabric) +- minecraft:flowering_azalea_leaves (from The Bumblezone - Fabric) +- byg:flowering_orchard_leaves? (from The Bumblezone - Fabric) +- byg:skyris_leaves? (from The Bumblezone - Fabric) +- terrestria:sakura_leaves? (from The Bumblezone - Fabric) +- quark:lavender_blossom_leaves? (from The Bumblezone - Fabric) +- quark:pink_blossom_leaves? (from The Bumblezone - Fabric) +- quark:yellow_blossom_leaves? (from The Bumblezone - Fabric) +- quark:orange_blossom_leaves? (from The Bumblezone - Fabric) +- quark:red_blossom_leaves? (from The Bumblezone - Fabric) +- colorful-azaleas:red_flowering_azalea_leaves? (from The Bumblezone - Fabric) +- colorful-azaleas:orange_flowering_azalea_leaves? (from The Bumblezone - Fabric) +- colorful-azaleas:yellow_flowering_azalea_leaves? (from The Bumblezone - Fabric) +- colorful-azaleas:pink_flowering_azalea_leaves? (from The Bumblezone - Fabric) +- colorful-azaleas:purple_flowering_azalea_leaves? (from The Bumblezone - Fabric) +- colorful-azaleas:white_flowering_azalea_leaves? (from The Bumblezone - Fabric) +- aurorasdeco:flowering_jacaranda_leaves? (from The Bumblezone - Fabric) +- aurorasdeco:budding_jacaranda_leaves? (from The Bumblezone - Fabric) +- fruittrees:redlove_leaves? (from The Bumblezone - Fabric) +- fruittrees:cherry_leaves? (from The Bumblezone - Fabric) +- fruittrees:apple_leaves? (from The Bumblezone - Fabric) +- cherryblossomgrotto:cherry_blossom_leaves? (from The Bumblezone - Fabric) +- biomesoplenty:pink_cherry_leaves? (from The Bumblezone - Fabric) +- biomesoplenty:white_cherry_leaves? (from The Bumblezone - Fabric) +- biomesoplenty:flowering_oak_leaves? (from The Bumblezone - Fabric) +- blossom:flowering_oak_leaves? (from The Bumblezone - Fabric) +- duneons:towerleavesflowers? (from The Bumblezone - Fabric) + +#twilightforest:carminite_reactor_immune +- #twilightforest:common_protections (from The Twilight Forest) + +#minecraft:flowers +- #minecraft:small_flowers (from Default) +- #minecraft:tall_flowers (from Default) +- minecraft:flowering_azalea_leaves (from Default) +- minecraft:flowering_azalea (from Default) +- minecraft:mangrove_propagule (from Default) +- biomemakeover:swamp_azalea (from Biome Makeover) +- biomemakeover:marigold (from Biome Makeover) +- biomemakeover:moth_blossom (from Biome Makeover) +- bushierflowers:grown_poppy (from Bushier Flowers) +- bushierflowers:grown_red_tulip (from Bushier Flowers) +- bushierflowers:grown_orange_tulip (from Bushier Flowers) +- bushierflowers:grown_pink_tulip (from Bushier Flowers) +- bushierflowers:grown_white_tulip (from Bushier Flowers) +- bushierflowers:grown_azure_bluet (from Bushier Flowers) +- bushierflowers:grown_oxeye_daisy (from Bushier Flowers) +- bushierflowers:grown_blue_orchid (from Bushier Flowers) +- bushierflowers:grown_cornflower (from Bushier Flowers) +- bushierflowers:grown_dandelion (from Bushier Flowers) +- bushierflowers:grown_allium (from Bushier Flowers) +- bushierflowers:grown_wither_rose (from Bushier Flowers) +- bushierflowers:grown_lily (from Bushier Flowers) +- byg:hydrangea_hedge (from Oh The Biomes You'll Go) +- byg:flowering_indigo_jacaranda_bush (from Oh The Biomes You'll Go) +- byg:flowering_jacaranda_bush (from Oh The Biomes You'll Go) +- byg:flowering_indigo_jacaranda_leaves (from Oh The Biomes You'll Go) +- byg:flowering_jacaranda_leaves (from Oh The Biomes You'll Go) +- byg:flowering_orchard_leaves (from Oh The Biomes You'll Go) +- byg:flowering_palo_verde_leaves (from Oh The Biomes You'll Go) +- byg:flowering_nightshade_leaves (from Oh The Biomes You'll Go) +- byg:honey_barrel_cactus (from Oh The Biomes You'll Go) + +#c:galena_ores +- techreborn:galena_ore (from Tech Reborn) +- techreborn:deepslate_galena_ore (from Tech Reborn) + +#the_bumblezone:flowers_allowed_by_pollen_puff +- #minecraft:flowers (from The Bumblezone - Fabric) +- srias_flowers:blue_poppy? (from The Bumblezone - Fabric) +- srias_flowers:hydrangea? (from The Bumblezone - Fabric) +- srias_flowers:crocus? (from The Bumblezone - Fabric) +- srias_flowers:snowdrops? (from The Bumblezone - Fabric) +- srias_flowers:orange_daisy? (from The Bumblezone - Fabric) +- biomemakeover:black_thistle? (from The Bumblezone - Fabric) +- biomemakeover:foxglove? (from The Bumblezone - Fabric) +- ecologics:azalea_flower? (from The Bumblezone - Fabric) +- twigs:azalea_flowers? (from The Bumblezone - Fabric) +- fruittrees:redlove_sapling? (from The Bumblezone - Fabric) +- fruittrees:cherry_sapling? (from The Bumblezone - Fabric) +- broglisplants:deadly_nightshade_block? (from The Bumblezone - Fabric) +- oaks_nature:bundle_of_poppy? (from The Bumblezone - Fabric) +- oaks_nature:bundle_of_oxeye_daisy? (from The Bumblezone - Fabric) +- oaks_nature:white_dandelion? (from The Bumblezone - Fabric) +- cherryblossomgrotto:cherry_blossom_sapling? (from The Bumblezone - Fabric) +- biomesoplenty:pink_cherry_sapling? (from The Bumblezone - Fabric) +- biomesoplenty:white_cherry_sapling? (from The Bumblezone - Fabric) +- biomesoplenty:flowering_oak_sapling? (from The Bumblezone - Fabric) +- biomemakeover:foxglove? (from The Bumblezone - Fabric) +- duneons:houstonia? (from The Bumblezone - Fabric) +- duneons:flowerpatch? (from The Bumblezone - Fabric) +- duneons:flowerscactusred? (from The Bumblezone - Fabric) +- duneons:flowerscactuspink? (from The Bumblezone - Fabric) +- duneons:flowerscactuswhite? (from The Bumblezone - Fabric) +- duneons:flowersheatherblue? (from The Bumblezone - Fabric) +- duneons:flowersheatherorange? (from The Bumblezone - Fabric) +- duneons:creeperwoodsplaynt_1? (from The Bumblezone - Fabric) +- duneons:creeperwoodsplant_1? (from The Bumblezone - Fabric) +- duneons:pink_jungle_plant? (from The Bumblezone - Fabric) +- duneons:large_jungle_plant? (from The Bumblezone - Fabric) +- duneons:bloomingflare? (from The Bumblezone - Fabric) +- duneons:netherflower? (from The Bumblezone - Fabric) +- duneons:warpedputridpetals? (from The Bumblezone - Fabric) +- duneons:warpedflower? (from The Bumblezone - Fabric) +- duneons:endpinkflower? (from The Bumblezone - Fabric) +- duneons:purplefaireflowersmall? (from The Bumblezone - Fabric) +- duneons:pinkfaireflowersmall? (from The Bumblezone - Fabric) +- duneons:flowerswamp? (from The Bumblezone - Fabric) +- duneons:jungle_flower_leafy? (from The Bumblezone - Fabric) + +#minecraft:rabbits_spawnable_on +- minecraft:grass_block (from Default) +- minecraft:snow (from Default) +- minecraft:snow_block (from Default) +- minecraft:sand (from Default) + +#c:double_compressed_netherrack +- compressor:double_compressed_netherrack (from Compressor) + +#byg:all/logs_that_burn +- #minecraft:logs_that_burn? (from Oh The Biomes You'll Go) + +#spectrum:exempt_from_mineable_debug_check +- #spectrum:mob_heads (from Spectrum) +- #spectrum:unbreakable (from Spectrum) +- spectrum:mud (from Spectrum) +- spectrum:liquid_crystal (from Spectrum) +- spectrum:midnight_solution (from Spectrum) +- spectrum:decaying_light (from Spectrum) +- spectrum:deeper_down_portal (from Spectrum) +- spectrum:wand_light (from Spectrum) +- spectrum:block_flooder (from Spectrum) +- spectrum:cracked_end_portal_frame (from Spectrum) +- spectrum:creative_particle_spawner (from Spectrum) +- spectrum:tinted_preservation_glass (from Spectrum) +- spectrum:jade_vine_roots (from Spectrum) + +#botania:special_flowers +- #botania:misc_special_flowers (from Botania) +- #botania:generating_special_flowers (from Botania) +- #botania:functional_special_flowers (from Botania) + +#byg:may_place_on/orange_spruce_sapling +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#byg:cika_logs +- byg:cika_log (from Oh The Biomes You'll Go) +- byg:cika_wood (from Oh The Biomes You'll Go) +- byg:stripped_cika_log (from Oh The Biomes You'll Go) +- byg:stripped_cika_wood (from Oh The Biomes You'll Go) + +#byg:may_place_on/wood_blewit +- #minecraft:base_stone_overworld (from Oh The Biomes You'll Go) +- #minecraft:dirt (from Oh The Biomes You'll Go) +- #minecraft:mushroom_grow_block (from Oh The Biomes You'll Go) + +#botania:functional_special_flowers +- botania:agricarnation (from Botania) +- botania:agricarnation_chibi (from Botania) +- botania:bellethorn (from Botania) +- botania:bellethorn_chibi (from Botania) +- botania:bubbell (from Botania) +- botania:bubbell_chibi (from Botania) +- botania:clayconia (from Botania) +- botania:clayconia_chibi (from Botania) +- botania:daffomill (from Botania) +- botania:dreadthorn (from Botania) +- botania:exoflame (from Botania) +- botania:fallen_kanade (from Botania) +- botania:heisei_dream (from Botania) +- botania:hopperhock (from Botania) +- botania:hopperhock_chibi (from Botania) +- botania:hyacidus (from Botania) +- botania:jaded_amaranthus (from Botania) +- botania:jiyuulia (from Botania) +- botania:jiyuulia_chibi (from Botania) +- botania:labellia (from Botania) +- botania:loonium (from Botania) +- botania:marimorphosis (from Botania) +- botania:marimorphosis_chibi (from Botania) +- botania:medumone (from Botania) +- botania:orechid (from Botania) +- botania:orechid_ignem (from Botania) +- botania:pollidisiac (from Botania) +- botania:rannuncarpus (from Botania) +- botania:rannuncarpus_chibi (from Botania) +- botania:solegnolia (from Botania) +- botania:solegnolia_chibi (from Botania) +- botania:spectranthemum (from Botania) +- botania:tangleberrie (from Botania) +- botania:tangleberrie_chibi (from Botania) +- botania:tigerseye (from Botania) +- botania:vinculotus (from Botania) + +#minecraft:diamond_ores +- minecraft:diamond_ore (from Default) +- minecraft:deepslate_diamond_ore (from Default) +- ad_astra:mars_diamond_ore (from Ad Astra!) +- ad_astra:venus_diamond_ore (from Ad Astra!) +- deeperdarker:sculk_stone_diamond_ore (from Deeper and Darker) +- spectrum:blackslag_diamond_ore (from Spectrum) + +#spectrum:blackslag_ore_replaceables +- spectrum:blackslag (from Spectrum) + +#botania:terraformable +- minecraft:andesite (from Botania) +- minecraft:diorite (from Botania) +- minecraft:granite (from Botania) +- minecraft:infested_stone (from Botania) +- minecraft:stone (from Botania) +- minecraft:polished_andesite (from Botania) +- minecraft:polished_diorite (from Botania) +- minecraft:polished_granite (from Botania) +- minecraft:dirt (from Botania) +- minecraft:grass_block (from Botania) +- minecraft:coarse_dirt (from Botania) +- minecraft:podzol (from Botania) +- minecraft:mycelium (from Botania) +- minecraft:grass_block (from Botania) +- minecraft:gravel (from Botania) +- minecraft:snow (from Botania) +- #minecraft:sand (from Botania) + +#c:sand/black +- byg:black_sand (from Oh The Biomes You'll Go) + +#forge:glass/silica +- minecraft:glass (from chisels-and-bits) +- minecraft:black_stained_glass (from chisels-and-bits) +- minecraft:blue_stained_glass (from chisels-and-bits) +- minecraft:brown_stained_glass (from chisels-and-bits) +- minecraft:cyan_stained_glass (from chisels-and-bits) +- minecraft:gray_stained_glass (from chisels-and-bits) +- minecraft:green_stained_glass (from chisels-and-bits) +- minecraft:light_blue_stained_glass (from chisels-and-bits) +- minecraft:light_gray_stained_glass (from chisels-and-bits) +- minecraft:lime_stained_glass (from chisels-and-bits) +- minecraft:magenta_stained_glass (from chisels-and-bits) +- minecraft:orange_stained_glass (from chisels-and-bits) +- minecraft:pink_stained_glass (from chisels-and-bits) +- minecraft:purple_stained_glass (from chisels-and-bits) +- minecraft:red_stained_glass (from chisels-and-bits) +- minecraft:white_stained_glass (from chisels-and-bits) +- minecraft:yellow_stained_glass (from chisels-and-bits) + +#c:netherrack +- minecraft:netherrack (from Porting Lib Tags) + +#fabric:needs_tool_level_5 +- #spectrum:malachite_ores (from Spectrum) + +#bewitchment:gives_altar_power +- #minecraft:logs (from Bewitchment) +- #minecraft:leaves (from Bewitchment) +- #minecraft:saplings (from Bewitchment) +- #minecraft:flowers (from Bewitchment) +- #minecraft:bee_growables (from Bewitchment) +- #minecraft:flower_pots (from Bewitchment) +- #minecraft:wart_blocks (from Bewitchment) +- minecraft:pumpkin (from Bewitchment) +- minecraft:melon (from Bewitchment) +- minecraft:hay_block (from Bewitchment) +- minecraft:vine (from Bewitchment) +- minecraft:cactus (from Bewitchment) +- minecraft:sugar_cane (from Bewitchment) +- minecraft:shroomlight (from Bewitchment) +- minecraft:chorus_plant (from Bewitchment) +- minecraft:chorus_flower (from Bewitchment) +- bewitchment:glowing_bramble (from Bewitchment) +- bewitchment:ender_bramble (from Bewitchment) +- bewitchment:fruiting_bramble (from Bewitchment) +- bewitchment:scorched_bramble (from Bewitchment) +- bewitchment:thick_bramble (from Bewitchment) +- bewitchment:fleeting_bramble (from Bewitchment) + +#minecraft:fence_gates +- minecraft:acacia_fence_gate (from Default) +- minecraft:birch_fence_gate (from Default) +- minecraft:dark_oak_fence_gate (from Default) +- minecraft:jungle_fence_gate (from Default) +- minecraft:oak_fence_gate (from Default) +- minecraft:spruce_fence_gate (from Default) +- minecraft:crimson_fence_gate (from Default) +- minecraft:warped_fence_gate (from Default) +- minecraft:mangrove_fence_gate (from Default) +- bambooeverything:bamboo_fence_gate (from Bamboo Everything) +- bambooeverything:dry_bamboo_fence_gate (from Bamboo Everything) +- bewitchment:juniper_fence_gate (from Bewitchment) +- bewitchment:cypress_fence_gate (from Bewitchment) +- bewitchment:elder_fence_gate (from Bewitchment) +- bewitchment:dragons_blood_fence_gate (from Bewitchment) +- biomemakeover:blighted_balsa_fence_gate (from Biome Makeover) +- biomemakeover:willow_fence_gate (from Biome Makeover) +- biomemakeover:swamp_cypress_fence_gate (from Biome Makeover) +- biomemakeover:ancient_oak_fence_gate (from Biome Makeover) +- botania:dreamwood_fence_gate (from Botania) +- botania:livingwood_fence_gate (from Botania) +- #byg:fence_gates/wooden (from Oh The Biomes You'll Go) +- deeperdarker:echo_fence_gate (from Deeper and Darker) +- ecologics:coconut_fence_gate (from Ecologics) +- ecologics:walnut_fence_gate (from Ecologics) +- ecologics:azalea_fence_gate (from Ecologics) +- ecologics:flowering_azalea_fence_gate (from Ecologics) +- minecraft:acacia_fence_gate (from Macaw's Fences and Walls) +- minecraft:birch_fence_gate (from Macaw's Fences and Walls) +- minecraft:dark_oak_fence_gate (from Macaw's Fences and Walls) +- minecraft:jungle_fence_gate (from Macaw's Fences and Walls) +- minecraft:oak_fence_gate (from Macaw's Fences and Walls) +- minecraft:spruce_fence_gate (from Macaw's Fences and Walls) +- minecraft:crimson_fence_gate (from Macaw's Fences and Walls) +- minecraft:warped_fence_gate (from Macaw's Fences and Walls) +- minecraft:mangrove_fence_gate (from Macaw's Fences and Walls) +- mcwfences:oak_highley_gate (from Macaw's Fences and Walls) +- mcwfences:oak_pyramid_gate (from Macaw's Fences and Walls) +- mcwfences:spruce_highley_gate (from Macaw's Fences and Walls) +- mcwfences:spruce_pyramid_gate (from Macaw's Fences and Walls) +- mcwfences:birch_highley_gate (from Macaw's Fences and Walls) +- mcwfences:birch_pyramid_gate (from Macaw's Fences and Walls) +- mcwfences:jungle_highley_gate (from Macaw's Fences and Walls) +- mcwfences:jungle_pyramid_gate (from Macaw's Fences and Walls) +- mcwfences:acacia_highley_gate (from Macaw's Fences and Walls) +- mcwfences:acacia_pyramid_gate (from Macaw's Fences and Walls) +- mcwfences:dark_oak_highley_gate (from Macaw's Fences and Walls) +- mcwfences:dark_oak_pyramid_gate (from Macaw's Fences and Walls) +- mcwfences:crimson_highley_gate (from Macaw's Fences and Walls) +- mcwfences:crimson_pyramid_gate (from Macaw's Fences and Walls) +- mcwfences:warped_highley_gate (from Macaw's Fences and Walls) +- mcwfences:warped_pyramid_gate (from Macaw's Fences and Walls) +- mcwfences:mangrove_highley_gate (from Macaw's Fences and Walls) +- mcwfences:mangrove_pyramid_gate (from Macaw's Fences and Walls) +- mcwfences:stone_brick_railing_gate (from Macaw's Fences and Walls) +- mcwfences:andesite_railing_gate (from Macaw's Fences and Walls) +- mcwfences:diorite_railing_gate (from Macaw's Fences and Walls) +- mcwfences:granite_railing_gate (from Macaw's Fences and Walls) +- mcwfences:sandstone_railing_gate (from Macaw's Fences and Walls) +- mcwfences:red_sandstone_railing_gate (from Macaw's Fences and Walls) +- mcwfences:blackstone_railing_gate (from Macaw's Fences and Walls) +- mcwfences:blackstone_brick_railing_gate (from Macaw's Fences and Walls) +- mcwfences:nether_brick_railing_gate (from Macaw's Fences and Walls) +- mcwfences:end_brick_railing_gate (from Macaw's Fences and Walls) +- mcwfences:quartz_railing_gate (from Macaw's Fences and Walls) +- mcwfences:deepslate_railing_gate (from Macaw's Fences and Walls) +- mcwfences:deepslate_brick_railing_gate (from Macaw's Fences and Walls) +- mcwfences:mud_brick_railing_gate (from Macaw's Fences and Walls) +- #spectrum:colored_fence_gates (from Spectrum) +- twilightforest:twilight_oak_fence_gate (from The Twilight Forest) +- twilightforest:canopy_fence_gate (from The Twilight Forest) +- twilightforest:mangrove_fence_gate (from The Twilight Forest) +- twilightforest:dark_fence_gate (from The Twilight Forest) +- twilightforest:time_fence_gate (from The Twilight Forest) +- twilightforest:transformation_fence_gate (from The Twilight Forest) +- twilightforest:mining_fence_gate (from The Twilight Forest) +- twilightforest:sorting_fence_gate (from The Twilight Forest) + +#forge:ores +- #byg:ores (from Oh The Biomes You'll Go) +- #forge:ores/coal (from chisels-and-bits) +- #forge:ores/copper (from chisels-and-bits) +- #forge:ores/diamond (from chisels-and-bits) +- #forge:ores/emerald (from chisels-and-bits) +- #forge:ores/gold (from chisels-and-bits) +- #forge:ores/iron (from chisels-and-bits) +- #forge:ores/lapis (from chisels-and-bits) +- #forge:ores/redstone (from chisels-and-bits) +- #forge:ores/quartz (from chisels-and-bits) +- #forge:ores/netherite_scrap (from chisels-and-bits) + +#spectrum:onyx_buds +- spectrum:small_onyx_bud (from Spectrum) +- spectrum:medium_onyx_bud (from Spectrum) +- spectrum:large_onyx_bud (from Spectrum) +- spectrum:onyx_cluster (from Spectrum) + +#spectrum:decay_away_curables +- #spectrum:decay (from Spectrum) +- spectrum:black_materia (from Spectrum) + +#spectrum:decostones +- spectrum:amethyst_decostone (from Spectrum) +- spectrum:citrine_decostone (from Spectrum) +- spectrum:onyx_decostone (from Spectrum) +- spectrum:moonstone_decostone (from Spectrum) +- spectrum:topaz_decostone (from Spectrum) + +#c:triple_compressed_sand +- compressor:triple_compressed_sand (from Compressor) + +#yigd:replace_blacklist +- minecraft:bedrock (from You're in Grave Danger) +- minecraft:end_portal_frame (from You're in Grave Danger) +- minecraft:end_portal (from You're in Grave Danger) +- minecraft:nether_portal (from You're in Grave Danger) +- minecraft:end_gateway (from You're in Grave Danger) + +#byg:may_place_on/soul_shroom +- #minecraft:nylium (from Oh The Biomes You'll Go) +- minecraft:mycelium (from Oh The Biomes You'll Go) +- minecraft:soul_soil (from Oh The Biomes You'll Go) + +#forge:storage_blocks/diamond +- minecraft:diamond_block (from chisels-and-bits) + +#biomemakeover:floor_tapestries +- biomemakeover:adjudicator_tapestry (from Biome Makeover) +- biomemakeover:white_tapestry (from Biome Makeover) +- biomemakeover:orange_tapestry (from Biome Makeover) +- biomemakeover:magenta_tapestry (from Biome Makeover) +- biomemakeover:light_blue_tapestry (from Biome Makeover) +- biomemakeover:yellow_tapestry (from Biome Makeover) +- biomemakeover:lime_tapestry (from Biome Makeover) +- biomemakeover:pink_tapestry (from Biome Makeover) +- biomemakeover:gray_tapestry (from Biome Makeover) +- biomemakeover:light_gray_tapestry (from Biome Makeover) +- biomemakeover:cyan_tapestry (from Biome Makeover) +- biomemakeover:purple_tapestry (from Biome Makeover) +- biomemakeover:blue_tapestry (from Biome Makeover) +- biomemakeover:brown_tapestry (from Biome Makeover) +- biomemakeover:green_tapestry (from Biome Makeover) +- biomemakeover:red_tapestry (from Biome Makeover) +- biomemakeover:black_tapestry (from Biome Makeover) + +#minecraft:nylium +- minecraft:crimson_nylium (from Default) +- minecraft:warped_nylium (from Default) +- byg:embur_nylium (from Oh The Biomes You'll Go) +- byg:sythian_nylium (from Oh The Biomes You'll Go) +- byg:overgrown_netherrack (from Oh The Biomes You'll Go) +- byg:overgrown_crimson_blackstone (from Oh The Biomes You'll Go) +- byg:mycelium_netherrack (from Oh The Biomes You'll Go) +- byg:wailing_nylium (from Oh The Biomes You'll Go) + +#spectrum:ores +- #spectrum:gemstone_ores (from Spectrum) +- #spectrum:azurite_ores (from Spectrum) +- #spectrum:shimmerstone_ores (from Spectrum) +- #spectrum:malachite_ores (from Spectrum) +- #spectrum:blackslag_ores (from Spectrum) +- spectrum:stratine_ore (from Spectrum) +- spectrum:paltaeria_ore (from Spectrum) + +#byg:holly_logs +- byg:holly_log (from Oh The Biomes You'll Go) +- byg:holly_wood (from Oh The Biomes You'll Go) +- byg:stripped_holly_log (from Oh The Biomes You'll Go) +- byg:stripped_holly_wood (from Oh The Biomes You'll Go) + +#supplementaries:hang_from_ropes +- #minecraft:leaves? (from Supplementaries) +- supplementaries:rope? (from Supplementaries) +- supplementaries:sack? (from Supplementaries) +- supplementaries:hanging_flower_pot? (from Supplementaries) +- supplementaries:rope_chandelier? (from Supplementaries) +- supplementaries:rope_soul_chandelier? (from Supplementaries) +- farmersdelight:rope? (from Supplementaries) +- farmersdelight:tomatoes? (from Supplementaries) +- inspirations:rope? (from Supplementaries) +- inspirations:vine? (from Supplementaries) +- druidcraft:rope? (from Supplementaries) +- xercamod:rope? (from Supplementaries) + +#byg:all/leaves +- #minecraft:leaves? (from Oh The Biomes You'll Go) + +#byg:all/sand +- #c:sand? (from Oh The Biomes You'll Go) +- #forge:sand? (from Oh The Biomes You'll Go) +- #minecraft:sand? (from Oh The Biomes You'll Go) + +#c:infested_cobblestone +- minecraft:infested_cobblestone (from Porting Lib Tags) + +#biomemakeover:wall_tapestries +- biomemakeover:adjudicator_wall_tapestry (from Biome Makeover) +- biomemakeover:white_wall_tapestry (from Biome Makeover) +- biomemakeover:orange_wall_tapestry (from Biome Makeover) +- biomemakeover:magenta_wall_tapestry (from Biome Makeover) +- biomemakeover:light_blue_wall_tapestry (from Biome Makeover) +- biomemakeover:yellow_wall_tapestry (from Biome Makeover) +- biomemakeover:lime_wall_tapestry (from Biome Makeover) +- biomemakeover:pink_wall_tapestry (from Biome Makeover) +- biomemakeover:gray_wall_tapestry (from Biome Makeover) +- biomemakeover:light_gray_wall_tapestry (from Biome Makeover) +- biomemakeover:cyan_wall_tapestry (from Biome Makeover) +- biomemakeover:purple_wall_tapestry (from Biome Makeover) +- biomemakeover:blue_wall_tapestry (from Biome Makeover) +- biomemakeover:brown_wall_tapestry (from Biome Makeover) +- biomemakeover:green_wall_tapestry (from Biome Makeover) +- biomemakeover:red_wall_tapestry (from Biome Makeover) +- biomemakeover:black_wall_tapestry (from Biome Makeover) + +#c:sextuple_compressed_sand +- compressor:sextuple_compressed_sand (from Compressor) + +#byg:pine_logs +- byg:pine_log (from Oh The Biomes You'll Go) +- byg:pine_wood (from Oh The Biomes You'll Go) +- byg:stripped_pine_log (from Oh The Biomes You'll Go) +- byg:stripped_pine_wood (from Oh The Biomes You'll Go) + +#forge:cobblestone/mossy +- minecraft:mossy_cobblestone (from chisels-and-bits) + +#forge:glass_panes/magenta +- minecraft:magenta_stained_glass_pane (from chisels-and-bits) + +#c:nickel_blocks +- techreborn:nickel_storage_block (from Tech Reborn) + +#ad_astra:venus_sandstone +- ad_astra:venus_sandstone (from Ad Astra!) +- ad_astra:venus_sandstone_bricks (from Ad Astra!) +- ad_astra:cracked_venus_sandstone_bricks (from Ad Astra!) + +#byg:may_place_on/incan_lily +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#c:tungstensteel_blocks +- techreborn:tungstensteel_storage_block (from Tech Reborn) + +#minecraft:occludes_vibration_signals +- #minecraft:wool (from Default) +- twilightforest:arctic_fur_block (from The Twilight Forest) + +#spectrum:colored_fence_gates +- spectrum:black_fence_gate (from Spectrum) +- spectrum:blue_fence_gate (from Spectrum) +- spectrum:brown_fence_gate (from Spectrum) +- spectrum:cyan_fence_gate (from Spectrum) +- spectrum:gray_fence_gate (from Spectrum) +- spectrum:green_fence_gate (from Spectrum) +- spectrum:light_blue_fence_gate (from Spectrum) +- spectrum:light_gray_fence_gate (from Spectrum) +- spectrum:lime_fence_gate (from Spectrum) +- spectrum:magenta_fence_gate (from Spectrum) +- spectrum:orange_fence_gate (from Spectrum) +- spectrum:pink_fence_gate (from Spectrum) +- spectrum:purple_fence_gate (from Spectrum) +- spectrum:red_fence_gate (from Spectrum) +- spectrum:white_fence_gate (from Spectrum) +- spectrum:yellow_fence_gate (from Spectrum) + +#c:desh_blocks +- ad_astra:desh_block (from Ad Astra!) + +#c:diamond_ores +- ad_astra:mars_diamond_ore (from Ad Astra!) +- ad_astra:venus_diamond_ore (from Ad Astra!) +- #minecraft:diamond_ores (from Porting Lib Tags) +- spectrum:blackslag_diamond_ore (from Spectrum) + +#c:quadruple_compressed_andesite +- compressor:quadruple_compressed_andesite (from Compressor) + +#c:sextuple_compressed_cobblestone +- compressor:sextuple_compressed_cobblestone (from Compressor) + +#twilightforest:hollow_logs +- #twilightforest:hollow_logs_horizontal (from The Twilight Forest) +- #twilightforest:hollow_logs_vertical (from The Twilight Forest) +- #twilightforest:hollow_logs_climbable (from The Twilight Forest) + +#c:ores/quartz_ores +- byg:blue_nether_quartz_ore (from Oh The Biomes You'll Go) +- byg:brimstone_nether_quartz_ore (from Oh The Biomes You'll Go) + +#botania:floating_flowers +- #botania:mundane_floating_flowers (from Botania) +- #botania:special_floating_flowers (from Botania) + +#c:storage_blocks +- #c:certus_quartz_blocks (from Applied Energistics 2) +- byg:ametrine_block (from Oh The Biomes You'll Go) +- byg:pendorite_block (from Oh The Biomes You'll Go) +- byg:anthracite_block (from Oh The Biomes You'll Go) +- create:raw_zinc_block (from Create) +- create:zinc_block (from Create) +- create:brass_block (from Create) +- #c:amethyst_blocks (from Porting Lib Tags) +- #c:coal_blocks (from Porting Lib Tags) +- #c:copper_blocks (from Porting Lib Tags) +- #c:diamond_blocks (from Porting Lib Tags) +- #c:emerald_blocks (from Porting Lib Tags) +- #c:gold_blocks (from Porting Lib Tags) +- #c:iron_blocks (from Porting Lib Tags) +- #c:lapis_blocks (from Porting Lib Tags) +- #c:quartz_blocks (from Porting Lib Tags) +- #c:raw_copper_blocks (from Porting Lib Tags) +- #c:raw_gold_blocks (from Porting Lib Tags) +- #c:raw_iron_blocks (from Porting Lib Tags) +- #c:redstone_blocks (from Porting Lib Tags) +- #c:netherite_blocks (from Porting Lib Tags) +- #twilightforest:storage_blocks/arctic_fur (from The Twilight Forest) +- #twilightforest:storage_blocks/carminite (from The Twilight Forest) +- #twilightforest:storage_blocks/fiery (from The Twilight Forest) +- #twilightforest:storage_blocks/ironwood (from The Twilight Forest) +- #twilightforest:storage_blocks/knightmetal (from The Twilight Forest) +- #twilightforest:storage_blocks/steeleaf (from The Twilight Forest) + +#c:blue_ices +- minecraft:blue_ice (from Powah!) + +#c:tin_ores +- indrev:tin_ore (from Industrial Revolution) +- indrev:deepslate_tin_ore (from Industrial Revolution) +- techreborn:tin_ore (from Tech Reborn) +- techreborn:deepslate_tin_ore (from Tech Reborn) + +#minecraft:dragon_immune +- minecraft:barrier (from Default) +- minecraft:bedrock (from Default) +- minecraft:end_portal (from Default) +- minecraft:end_portal_frame (from Default) +- minecraft:end_gateway (from Default) +- minecraft:command_block (from Default) +- minecraft:repeating_command_block (from Default) +- minecraft:chain_command_block (from Default) +- minecraft:structure_block (from Default) +- minecraft:jigsaw (from Default) +- minecraft:moving_piston (from Default) +- minecraft:obsidian (from Default) +- minecraft:crying_obsidian (from Default) +- minecraft:end_stone (from Default) +- minecraft:iron_bars (from Default) +- minecraft:respawn_anchor (from Default) +- minecraft:reinforced_deepslate (from Default) +- botania:infrangible_platform (from Botania) +- coxinhautilities:ender_orchid (from Coxinha Utilities) +- kibe:obsidian_sand (from Kibe) +- kibe:wither_proof_block (from Kibe) +- kibe:wither_proof_sand (from Kibe) +- kibe:wither_proof_glass (from Kibe) +- kibe:wither_builder (from Kibe) +- #spectrum:unbreakable_structure_blocks (from Spectrum) +- spectrum:bedrock_storage_block (from Spectrum) +- spectrum:cracked_end_portal_frame (from Spectrum) +- spectrum:deeper_down_portal (from Spectrum) +- supplementaries:spring_launcher_arm (from Supplementaries) +- supplementaries:safe (from Supplementaries) +- #twilightforest:common_protections (from The Twilight Forest) +- twilightforest:giant_obsidian (from The Twilight Forest) +- twilightforest:fake_diamond (from The Twilight Forest) +- twilightforest:fake_gold (from The Twilight Forest) +- yigd:grave (from You're in Grave Danger) + +#byg:may_place_on/black_rose +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#c:buds +- ae2:small_quartz_bud (from Applied Energistics 2) +- ae2:medium_quartz_bud (from Applied Energistics 2) +- ae2:large_quartz_bud (from Applied Energistics 2) + +#spectrum:gemstone_blocks +- minecraft:amethyst_block (from Spectrum) +- spectrum:citrine_block (from Spectrum) +- spectrum:onyx_block (from Spectrum) +- spectrum:moonstone_block (from Spectrum) +- spectrum:topaz_block (from Spectrum) + +#forge:glass/red +- minecraft:red_stained_glass (from chisels-and-bits) + +#chiselsandbits:chiselable/forced +- #minecraft:leaves (from chisels-and-bits) +- minecraft:grass_block (from chisels-and-bits) +- minecraft:ice (from chisels-and-bits) +- minecraft:packed_ice (from chisels-and-bits) +- minecraft:packed_ice (from chisels-and-bits) + +#byg:blue_sand +- byg:blue_sand (from Oh The Biomes You'll Go) + +#twilightforest:structure_banned_interactions +- #minecraft:buttons (from The Twilight Forest) +- #c:chests (from The Twilight Forest) +- minecraft:lever (from The Twilight Forest) +- twilightforest:antibuilder (from The Twilight Forest) + +#c:steel_blocks +- ad_astra:steel_block (from Ad Astra!) +- techreborn:steel_storage_block (from Tech Reborn) + +#botanypots:all_botany_pots +- botanypots:terracotta_botany_pot (from BotanyPots) +- botanypots:terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:white_terracotta_botany_pot (from BotanyPots) +- botanypots:white_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:orange_terracotta_botany_pot (from BotanyPots) +- botanypots:orange_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:magenta_terracotta_botany_pot (from BotanyPots) +- botanypots:magenta_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:light_blue_terracotta_botany_pot (from BotanyPots) +- botanypots:light_blue_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:yellow_terracotta_botany_pot (from BotanyPots) +- botanypots:yellow_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:lime_terracotta_botany_pot (from BotanyPots) +- botanypots:lime_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:pink_terracotta_botany_pot (from BotanyPots) +- botanypots:pink_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:gray_terracotta_botany_pot (from BotanyPots) +- botanypots:gray_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:light_gray_terracotta_botany_pot (from BotanyPots) +- botanypots:light_gray_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:cyan_terracotta_botany_pot (from BotanyPots) +- botanypots:cyan_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:purple_terracotta_botany_pot (from BotanyPots) +- botanypots:purple_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:blue_terracotta_botany_pot (from BotanyPots) +- botanypots:blue_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:brown_terracotta_botany_pot (from BotanyPots) +- botanypots:brown_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:green_terracotta_botany_pot (from BotanyPots) +- botanypots:green_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:red_terracotta_botany_pot (from BotanyPots) +- botanypots:red_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:black_terracotta_botany_pot (from BotanyPots) +- botanypots:black_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:white_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:white_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:orange_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:orange_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:magenta_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:magenta_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:light_blue_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:light_blue_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:yellow_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:yellow_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:lime_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:lime_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:pink_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:pink_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:gray_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:gray_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:light_gray_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:light_gray_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:cyan_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:cyan_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:purple_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:purple_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:blue_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:blue_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:brown_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:brown_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:green_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:green_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:red_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:red_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:black_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:black_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:white_concrete_botany_pot (from BotanyPots) +- botanypots:white_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:orange_concrete_botany_pot (from BotanyPots) +- botanypots:orange_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:magenta_concrete_botany_pot (from BotanyPots) +- botanypots:magenta_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:light_blue_concrete_botany_pot (from BotanyPots) +- botanypots:light_blue_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:yellow_concrete_botany_pot (from BotanyPots) +- botanypots:yellow_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:lime_concrete_botany_pot (from BotanyPots) +- botanypots:lime_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:pink_concrete_botany_pot (from BotanyPots) +- botanypots:pink_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:gray_concrete_botany_pot (from BotanyPots) +- botanypots:gray_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:light_gray_concrete_botany_pot (from BotanyPots) +- botanypots:light_gray_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:cyan_concrete_botany_pot (from BotanyPots) +- botanypots:cyan_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:purple_concrete_botany_pot (from BotanyPots) +- botanypots:purple_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:blue_concrete_botany_pot (from BotanyPots) +- botanypots:blue_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:brown_concrete_botany_pot (from BotanyPots) +- botanypots:brown_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:green_concrete_botany_pot (from BotanyPots) +- botanypots:green_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:red_concrete_botany_pot (from BotanyPots) +- botanypots:red_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:black_concrete_botany_pot (from BotanyPots) +- botanypots:black_concrete_hopper_botany_pot (from BotanyPots) + +#biomemakeover:tapestries +- #biomemakeover:floor_tapestries (from Biome Makeover) +- #biomemakeover:wall_tapestries (from Biome Makeover) + +#c:septuple_compressed_diorite +- compressor:septuple_compressed_diorite (from Compressor) + +#forge:glass_panes/green +- minecraft:green_stained_glass_pane (from chisels-and-bits) + +#c:sextuple_compressed_end_stone +- compressor:sextuple_compressed_end_stone (from Compressor) + +#minecraft:prevent_mob_spawning_inside +- #minecraft:rails (from Default) +- decorative_blocks:bonfire (from Decorative Blocks) +- decorative_blocks:soul_bonfire (from Decorative Blocks) + +#byg:may_place_on/california_poppy +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#forge:fiber +- supplementaries:flax (from Supplementaries) + +#forge:chests/trapped +- minecraft:trapped_chest (from chisels-and-bits) + +#byg:may_place_on/violet_leather_flower +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#spectrum:polished_base_block_slabs +- spectrum:polished_basalt_slab (from Spectrum) +- spectrum:polished_calcite_slab (from Spectrum) + +#spectrum:crystallarieum_growable_clusters +- spectrum:malachite_cluster (from Spectrum) +- spectrum:bismuth_cluster (from Spectrum) +- spectrum:coal_cluster (from Spectrum) +- spectrum:copper_cluster (from Spectrum) +- spectrum:diamond_cluster (from Spectrum) +- spectrum:emerald_cluster (from Spectrum) +- spectrum:glowstone_cluster (from Spectrum) +- spectrum:gold_cluster (from Spectrum) +- spectrum:iron_cluster (from Spectrum) +- spectrum:lapis_cluster (from Spectrum) +- spectrum:netherite_cluster (from Spectrum) +- spectrum:prismarine_cluster (from Spectrum) +- spectrum:quartz_cluster (from Spectrum) +- spectrum:redstone_cluster (from Spectrum) +- spectrum:certus_quartz_cluster (from Spectrum) +- spectrum:fluix_cluster (from Spectrum) +- spectrum:globette_cluster (from Spectrum) +- spectrum:globette_end_cluster (from Spectrum) +- spectrum:globette_nether_cluster (from Spectrum) + +#c:regular_ices +- minecraft:ice (from Powah!) + +#twilightforest:portal/fluid +- minecraft:water (from The Twilight Forest) + +#minecells:conjunctivius_unbreakable +- minecraft:bedrock (from Mine Cells) +- minecraft:torch (from Mine Cells) +- minecraft:wall_torch (from Mine Cells) +- yigd:grave (from You're in Grave Danger) + +#ad_astra:mercury_ore_replaceables +- ad_astra:mercury_stone (from Ad Astra!) + +#forge:sandstone +- minecraft:sandstone (from chisels-and-bits) +- minecraft:cut_sandstone (from chisels-and-bits) +- minecraft:chiseled_sandstone (from chisels-and-bits) +- minecraft:smooth_sandstone (from chisels-and-bits) +- minecraft:red_sandstone (from chisels-and-bits) +- minecraft:cut_red_sandstone (from chisels-and-bits) +- minecraft:chiseled_red_sandstone (from chisels-and-bits) +- minecraft:smooth_red_sandstone (from chisels-and-bits) + +#c:sand/white +- byg:white_sand (from Oh The Biomes You'll Go) + +#another_furniture:chairs_tuckable_under +- #another_furniture:tables (from Another Furniture) +- #twigs:tables? (from Another Furniture) + +#forge:glass_panes/colorless +- minecraft:glass_pane (from chisels-and-bits) + +#c:compressed_netherrack +- compressor:compressed_netherrack (from Compressor) + +#hexcasting:edified_planks +- hexcasting:edified_planks (from Hex Casting) +- hexcasting:edified_panel (from Hex Casting) +- hexcasting:edified_tile (from Hex Casting) + +#c:septuple_compressed_granite +- compressor:septuple_compressed_granite (from Compressor) + +#quark:non_double_door +- create:train_door (from Create) +- create:framed_glass_door (from Create) + +#c:raw_desh_blocks +- ad_astra:raw_desh_block (from Ad Astra!) + +#spectrum:upgrades +- spectrum:upgrade_speed (from Spectrum) +- spectrum:upgrade_speed2 (from Spectrum) +- spectrum:upgrade_speed3 (from Spectrum) +- spectrum:upgrade_efficiency (from Spectrum) +- spectrum:upgrade_efficiency2 (from Spectrum) +- spectrum:upgrade_yield (from Spectrum) +- spectrum:upgrade_yield2 (from Spectrum) +- spectrum:upgrade_experience (from Spectrum) +- spectrum:upgrade_experience2 (from Spectrum) + +#c:sandstones +- byg:black_sandstone (from Oh The Biomes You'll Go) +- byg:black_chiseled_sandstone (from Oh The Biomes You'll Go) +- byg:black_cut_sandstone (from Oh The Biomes You'll Go) +- byg:blue_sandstone (from Oh The Biomes You'll Go) +- byg:blue_chiseled_sandstone (from Oh The Biomes You'll Go) +- byg:blue_cut_sandstone (from Oh The Biomes You'll Go) +- byg:white_sandstone (from Oh The Biomes You'll Go) +- byg:white_chiseled_sandstone (from Oh The Biomes You'll Go) +- byg:white_cut_sandstone (from Oh The Biomes You'll Go) +- byg:purple_sandstone (from Oh The Biomes You'll Go) +- byg:purple_chiseled_sandstone (from Oh The Biomes You'll Go) +- byg:purple_cut_sandstone (from Oh The Biomes You'll Go) +- byg:pink_sandstone (from Oh The Biomes You'll Go) +- byg:pink_chiseled_sandstone (from Oh The Biomes You'll Go) +- byg:pink_cut_sandstone (from Oh The Biomes You'll Go) +- byg:windswept_sandstone (from Oh The Biomes You'll Go) +- byg:chiseled_windswept_sandstone (from Oh The Biomes You'll Go) +- byg:cut_windswept_sandstone (from Oh The Biomes You'll Go) +- byg:smooth_windswept_sandstone (from Oh The Biomes You'll Go) +- byg:windswept_sandstone_pillar (from Oh The Biomes You'll Go) + +#decorative_blocks:seats +- decorative_blocks:oak_seat (from Decorative Blocks) +- decorative_blocks:birch_seat (from Decorative Blocks) +- decorative_blocks:spruce_seat (from Decorative Blocks) +- decorative_blocks:acacia_seat (from Decorative Blocks) +- decorative_blocks:jungle_seat (from Decorative Blocks) +- decorative_blocks:dark_oak_seat (from Decorative Blocks) +- decorative_blocks:mangrove_seat (from Decorative Blocks) +- decorative_blocks:crimson_seat (from Decorative Blocks) +- decorative_blocks:warped_seat (from Decorative Blocks) + +#spectrum:spirit_sallow_vines +- spectrum:cyan_spirit_sallow_vines_body (from Spectrum) +- spectrum:magenta_spirit_sallow_vines_body (from Spectrum) +- spectrum:yellow_spirit_sallow_vines_body (from Spectrum) +- spectrum:black_spirit_sallow_vines_body (from Spectrum) +- spectrum:white_spirit_sallow_vines_body (from Spectrum) +- spectrum:cyan_spirit_sallow_vines_head (from Spectrum) +- spectrum:magenta_spirit_sallow_vines_head (from Spectrum) +- spectrum:yellow_spirit_sallow_vines_head (from Spectrum) +- spectrum:black_spirit_sallow_vines_head (from Spectrum) +- spectrum:white_spirit_sallow_vines_head (from Spectrum) + +#chiselsandbits:chiseled/block +- chiselsandbits:chiseledice (from chisels-and-bits) +- chiselsandbits:chiseledplant (from chisels-and-bits) +- chiselsandbits:chiseledglass (from chisels-and-bits) +- chiselsandbits:chiseledamethyst (from chisels-and-bits) +- chiselsandbits:chiseledcloth (from chisels-and-bits) +- chiselsandbits:chiseledwood (from chisels-and-bits) +- chiselsandbits:chiselediron (from chisels-and-bits) +- chiselsandbits:chiseledpacked_ice (from chisels-and-bits) +- chiselsandbits:chiseledfroglight (from chisels-and-bits) +- chiselsandbits:chiseledgrass (from chisels-and-bits) +- chiselsandbits:chiseledsnow (from chisels-and-bits) +- chiselsandbits:chiseledleaves (from chisels-and-bits) +- chiselsandbits:chiseledfluid (from chisels-and-bits) +- chiselsandbits:chiseledwool (from chisels-and-bits) +- chiselsandbits:chiseledsand (from chisels-and-bits) +- chiselsandbits:chiseledrock (from chisels-and-bits) +- chiselsandbits:chiseledground (from chisels-and-bits) +- chiselsandbits:chiseledclay (from chisels-and-bits) +- chiselsandbits:chiselednether_wood (from chisels-and-bits) + +#chimes:wind_chimes +- chimes:bamboo_chimes (from Chimes) +- chimes:carved_bamboo_chimes (from Chimes) +- chimes:iron_chimes (from Chimes) +- chimes:copper_chimes (from Chimes) +- chimes:amethyst_chimes (from Chimes) + +#c:nether_brick_fences +- minecraft:nether_brick_fence (from Porting Lib Tags) + +#twilightforest:canopy_logs +- twilightforest:canopy_log (from The Twilight Forest) +- twilightforest:stripped_canopy_log (from The Twilight Forest) +- twilightforest:canopy_wood (from The Twilight Forest) +- twilightforest:stripped_canopy_wood (from The Twilight Forest) + +#spectrum:gemstone_ores +- #spectrum:amethyst_ores (from Spectrum) +- #spectrum:citrine_ores (from Spectrum) +- #spectrum:topaz_ores (from Spectrum) +- #spectrum:onyx_ores (from Spectrum) +- #spectrum:moonstone_ores (from Spectrum) + +#c:light_gray_glass_panes +- minecraft:light_gray_stained_glass_pane (from Porting Lib Tags) + +#decorative_blocks:braziers +- decorative_blocks:brazier (from Decorative Blocks) +- decorative_blocks:soul_brazier (from Decorative Blocks) + +#twilightforest:antibuilder_ignores +- #twilightforest:common_protections (from The Twilight Forest) +- gravestone:gravestone? (from The Twilight Forest) +- minecraft:redstone_lamp (from The Twilight Forest) +- minecraft:tnt (from The Twilight Forest) +- minecraft:water (from The Twilight Forest) +- twilightforest:antibuilder (from The Twilight Forest) +- twilightforest:carminite_builder (from The Twilight Forest) +- twilightforest:built_block (from The Twilight Forest) +- twilightforest:reactor_debris (from The Twilight Forest) +- twilightforest:carminite_reactor (from The Twilight Forest) +- twilightforest:reappearing_block (from The Twilight Forest) +- twilightforest:ghast_trap (from The Twilight Forest) +- twilightforest:fake_diamond (from The Twilight Forest) +- twilightforest:fake_gold (from The Twilight Forest) + +#c:ore_bearing_ground/netherrack +- minecraft:netherrack (from Porting Lib Tags) + +#spectrum:citrine_ores +- spectrum:citrine_ore (from Spectrum) +- spectrum:deepslate_citrine_ore (from Spectrum) + +#byg:may_place_on/holly_sapling +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#twilightforest:banisters +- twilightforest:oak_banister (from The Twilight Forest) +- twilightforest:spruce_banister (from The Twilight Forest) +- twilightforest:birch_banister (from The Twilight Forest) +- twilightforest:jungle_banister (from The Twilight Forest) +- twilightforest:acacia_banister (from The Twilight Forest) +- twilightforest:dark_oak_banister (from The Twilight Forest) +- twilightforest:crimson_banister (from The Twilight Forest) +- twilightforest:warped_banister (from The Twilight Forest) +- twilightforest:vangrove_banister (from The Twilight Forest) +- twilightforest:twilight_oak_banister (from The Twilight Forest) +- twilightforest:canopy_banister (from The Twilight Forest) +- twilightforest:mangrove_banister (from The Twilight Forest) +- twilightforest:darkwood_banister (from The Twilight Forest) +- twilightforest:time_banister (from The Twilight Forest) +- twilightforest:transformation_banister (from The Twilight Forest) +- twilightforest:mining_banister (from The Twilight Forest) +- twilightforest:sorting_banister (from The Twilight Forest) + +#byg:may_place_on/ether_sapling +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#spectrum:gemstone_storage_blocks +- spectrum:amethyst_storage_block (from Spectrum) +- spectrum:citrine_storage_block (from Spectrum) +- spectrum:onyx_storage_block (from Spectrum) +- spectrum:moonstone_storage_block (from Spectrum) +- spectrum:topaz_storage_block (from Spectrum) +- spectrum:spectral_shard_storage_block (from Spectrum) + +#minecraft:beds +- minecraft:red_bed (from Default) +- minecraft:black_bed (from Default) +- minecraft:blue_bed (from Default) +- minecraft:brown_bed (from Default) +- minecraft:cyan_bed (from Default) +- minecraft:gray_bed (from Default) +- minecraft:green_bed (from Default) +- minecraft:light_blue_bed (from Default) +- minecraft:light_gray_bed (from Default) +- minecraft:lime_bed (from Default) +- minecraft:magenta_bed (from Default) +- minecraft:orange_bed (from Default) +- minecraft:pink_bed (from Default) +- minecraft:purple_bed (from Default) +- minecraft:white_bed (from Default) +- minecraft:yellow_bed (from Default) + +#forge:ores/diamond +- #minecraft:diamond_ores (from chisels-and-bits) +- deeperdarker:sculk_stone_diamond_ore (from Deeper and Darker) + +#minecraft:doors +- #minecraft:wooden_doors (from Default) +- minecraft:iron_door (from Default) +- ad_astra:steel_door (from Ad Astra!) +- ad_astra:iron_sliding_door (from Ad Astra!) +- ad_astra:steel_sliding_door (from Ad Astra!) +- ad_astra:desh_sliding_door (from Ad Astra!) +- ad_astra:ostrum_sliding_door (from Ad Astra!) +- ad_astra:calorite_sliding_door (from Ad Astra!) +- ad_astra:airlock (from Ad Astra!) +- ad_astra:reinforced_door (from Ad Astra!) +- ad_astra:glacian_log (from Ad Astra!) +- ad_astra:glacian_door (from Ad Astra!) +- ad_astra:aeronos_door (from Ad Astra!) +- ad_astra:strophar_door (from Ad Astra!) +- create:train_door (from Create) +- create:framed_glass_door (from Create) +- #minecraft:wooden_doors (from The Graveyard) +- minecraft:iron_door (from The Graveyard) +- graveyard:dark_iron_door (from The Graveyard) +- hexcasting:edified_door (from Hex Casting) +- #minecraft:wooden_doors (from Macaw's Doors) +- minecraft:iron_door (from Macaw's Doors) +- mcwdoors:metal_door (from Macaw's Doors) +- mcwdoors:metal_warning_door (from Macaw's Doors) +- mcwdoors:metal_hospital_door (from Macaw's Doors) +- mcwdoors:metal_reinforced_door (from Macaw's Doors) +- mcwdoors:metal_windowed_door (from Macaw's Doors) +- mcwdoors:jail_door (from Macaw's Doors) +- snowyspirit:gingerbread_door (from Snowy Spirit) +- supplementaries:gold_door (from Supplementaries) +- supplementaries:netherite_door (from Supplementaries) +- supplementaries:silver_door (from Supplementaries) +- supplementaries:lead_door (from Supplementaries) + +#spectrum:topaz_ores +- spectrum:topaz_ore (from Spectrum) +- spectrum:deepslate_topaz_ore (from Spectrum) + +#byg:ores +- byg:ametrine_ore (from Oh The Biomes You'll Go) +- byg:anthracite_ore (from Oh The Biomes You'll Go) +- byg:blue_nether_gold_ore (from Oh The Biomes You'll Go) +- byg:blue_nether_quartz_ore (from Oh The Biomes You'll Go) +- byg:brimstone_nether_gold_ore (from Oh The Biomes You'll Go) +- byg:brimstone_nether_quartz_ore (from Oh The Biomes You'll Go) +- byg:budding_ametrine_ore (from Oh The Biomes You'll Go) +- byg:cryptic_redstone_ore (from Oh The Biomes You'll Go) +- byg:emeraldite_ore (from Oh The Biomes You'll Go) +- byg:pendorite_ore (from Oh The Biomes You'll Go) + +#spectrum:natures_staff_tickable +- minecraft:vine (from Spectrum) +- minecraft:chorus_flower (from Spectrum) +- spectrum:mermaids_brush (from Spectrum) +- spectrum:quitoxic_reeds (from Spectrum) + +#byg:may_place_on/lament_sapling +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#minecraft:infiniburn_overworld +- minecraft:netherrack (from Default) +- minecraft:magma_block (from Default) +- byg:blue_netherrack (from Oh The Biomes You'll Go) +- byg:brimstone (from Oh The Biomes You'll Go) +- byg:magmatic_stone (from Oh The Biomes You'll Go) +- byg:cryptic_stone (from Oh The Biomes You'll Go) +- byg:scoria_stone (from Oh The Biomes You'll Go) +- byg:travertine (from Oh The Biomes You'll Go) +- doodads:asphalt (from Doodads) +- doodads:portable_nether (from Doodads) + +#minecraft:flower_pots +- minecraft:flower_pot (from Default) +- minecraft:potted_poppy (from Default) +- minecraft:potted_blue_orchid (from Default) +- minecraft:potted_allium (from Default) +- minecraft:potted_azure_bluet (from Default) +- minecraft:potted_red_tulip (from Default) +- minecraft:potted_orange_tulip (from Default) +- minecraft:potted_white_tulip (from Default) +- minecraft:potted_pink_tulip (from Default) +- minecraft:potted_oxeye_daisy (from Default) +- minecraft:potted_dandelion (from Default) +- minecraft:potted_oak_sapling (from Default) +- minecraft:potted_spruce_sapling (from Default) +- minecraft:potted_birch_sapling (from Default) +- minecraft:potted_jungle_sapling (from Default) +- minecraft:potted_acacia_sapling (from Default) +- minecraft:potted_dark_oak_sapling (from Default) +- minecraft:potted_red_mushroom (from Default) +- minecraft:potted_brown_mushroom (from Default) +- minecraft:potted_dead_bush (from Default) +- minecraft:potted_fern (from Default) +- minecraft:potted_cactus (from Default) +- minecraft:potted_cornflower (from Default) +- minecraft:potted_lily_of_the_valley (from Default) +- minecraft:potted_wither_rose (from Default) +- minecraft:potted_bamboo (from Default) +- minecraft:potted_crimson_fungus (from Default) +- minecraft:potted_warped_fungus (from Default) +- minecraft:potted_crimson_roots (from Default) +- minecraft:potted_warped_roots (from Default) +- minecraft:potted_azalea_bush (from Default) +- minecraft:potted_flowering_azalea_bush (from Default) +- minecraft:potted_mangrove_propagule (from Default) +- bewitchment:potted_juniper_sapling (from Bewitchment) +- bewitchment:potted_cypress_sapling (from Bewitchment) +- bewitchment:potted_elder_sapling (from Bewitchment) +- bewitchment:potted_dragons_blood_sapling (from Bewitchment) +- biomemakeover:potted_green_glowshroom (from Biome Makeover) +- biomemakeover:potted_purple_glowshroom (from Biome Makeover) +- biomemakeover:potted_orange_glowshroom (from Biome Makeover) +- biomemakeover:potted_blighted_balsa_sapling (from Biome Makeover) +- biomemakeover:potted_mycelium_roots (from Biome Makeover) +- biomemakeover:potted_saguaro_cactus (from Biome Makeover) +- biomemakeover:potted_barrel_cactus (from Biome Makeover) +- biomemakeover:potted_flowered_barrel_cactus (from Biome Makeover) +- biomemakeover:potted_willow_sapling (from Biome Makeover) +- biomemakeover:potted_swamp_cypress_sapling (from Biome Makeover) +- biomemakeover:potted_ancient_oak_sapling (from Biome Makeover) +- ecologics:potted_coconut_seedling (from Ecologics) +- ecologics:potted_walnut_sapling (from Ecologics) +- ecologics:potted_azalea_flower (from Ecologics) +- spectrum:potted_amaranth_bushel (from Spectrum) +- twilightforest:potted_twilight_oak_sapling (from The Twilight Forest) +- twilightforest:potted_canopy_sapling (from The Twilight Forest) +- twilightforest:potted_mangrove_sapling (from The Twilight Forest) +- twilightforest:potted_darkwood_sapling (from The Twilight Forest) +- twilightforest:potted_rainbow_oak_sapling (from The Twilight Forest) +- twilightforest:potted_hollow_oak_sapling (from The Twilight Forest) +- twilightforest:potted_time_sapling (from The Twilight Forest) +- twilightforest:potted_transformation_sapling (from The Twilight Forest) +- twilightforest:potted_mining_sapling (from The Twilight Forest) +- twilightforest:potted_sorting_sapling (from The Twilight Forest) +- twilightforest:potted_mayapple (from The Twilight Forest) +- twilightforest:potted_fiddlehead (from The Twilight Forest) +- twilightforest:potted_mushgloom (from The Twilight Forest) +- twilightforest:potted_thorn (from The Twilight Forest) +- twilightforest:potted_green_thorn (from The Twilight Forest) +- twilightforest:potted_dead_thorn (from The Twilight Forest) + +#forge:ore_rates/dense +- minecraft:copper_ore (from chisels-and-bits) +- minecraft:deepslate_copper_ore (from chisels-and-bits) +- minecraft:deepslate_lapis_ore (from chisels-and-bits) +- minecraft:deepslate_redstone_ore (from chisels-and-bits) +- minecraft:lapis_ore (from chisels-and-bits) +- minecraft:redstone_ore (from chisels-and-bits) + +#spectrum:colored_logs +- spectrum:black_log (from Spectrum) +- spectrum:blue_log (from Spectrum) +- spectrum:brown_log (from Spectrum) +- spectrum:cyan_log (from Spectrum) +- spectrum:gray_log (from Spectrum) +- spectrum:green_log (from Spectrum) +- spectrum:light_blue_log (from Spectrum) +- spectrum:light_gray_log (from Spectrum) +- spectrum:lime_log (from Spectrum) +- spectrum:magenta_log (from Spectrum) +- spectrum:orange_log (from Spectrum) +- spectrum:pink_log (from Spectrum) +- spectrum:purple_log (from Spectrum) +- spectrum:red_log (from Spectrum) +- spectrum:white_log (from Spectrum) +- spectrum:yellow_log (from Spectrum) + +#computercraft:turtle_always_breakable +- #minecraft:leaves (from CC: Restitched) +- minecraft:bamboo (from CC: Restitched) +- minecraft:bamboo_sapling (from CC: Restitched) + +#origins:unphasable +- #spectrum:structure_blocks (from Spectrum) + +#byg:may_place_on/brown_zelkova_sapling +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#repurposed_structures:ancient_city_end_replaceable +- minecraft:purpur_slab (from Repurposed Structures) +- minecraft:purpur_stairs (from Repurposed Structures) +- minecraft:end_stone_brick_slab (from Repurposed Structures) +- minecraft:yellow_wool (from Repurposed Structures) + +#twilightforest:trophies +- twilightforest:naga_trophy (from The Twilight Forest) +- twilightforest:naga_wall_trophy (from The Twilight Forest) +- twilightforest:lich_trophy (from The Twilight Forest) +- twilightforest:lich_wall_trophy (from The Twilight Forest) +- twilightforest:minoshroom_trophy (from The Twilight Forest) +- twilightforest:minoshroom_wall_trophy (from The Twilight Forest) +- twilightforest:hydra_trophy (from The Twilight Forest) +- twilightforest:hydra_wall_trophy (from The Twilight Forest) +- twilightforest:knight_phantom_trophy (from The Twilight Forest) +- twilightforest:knight_phantom_wall_trophy (from The Twilight Forest) +- twilightforest:ur_ghast_trophy (from The Twilight Forest) +- twilightforest:ur_ghast_wall_trophy (from The Twilight Forest) +- twilightforest:alpha_yeti_trophy (from The Twilight Forest) +- twilightforest:alpha_yeti_wall_trophy (from The Twilight Forest) +- twilightforest:snow_queen_trophy (from The Twilight Forest) +- twilightforest:snow_queen_wall_trophy (from The Twilight Forest) +- twilightforest:quest_ram_trophy (from The Twilight Forest) +- twilightforest:quest_ram_wall_trophy (from The Twilight Forest) + +#techreborn:rubber_logs +- techreborn:rubber_log (from Tech Reborn) +- techreborn:rubber_log_stripped (from Tech Reborn) +- techreborn:rubber_wood (from Tech Reborn) +- techreborn:stripped_rubber_wood (from Tech Reborn) + +#minecraft:big_dripleaf_placeable +- #minecraft:small_dripleaf_placeable (from Default) +- #minecraft:dirt (from Default) +- minecraft:farmland (from Default) +- byg:windswept_sand (from Oh The Biomes You'll Go) + +#vinery:wine_racks +- vinery:wine_rack_1 (from Vinery) +- vinery:wine_rack_2 (from Vinery) +- vinery:wine_rack_3 (from Vinery) +- vinery:wine_rack_4 (from Vinery) +- vinery:wine_rack_5 (from Vinery) + +#snowyspirit:sled_sand +- #minecraft:sand (from Snowy Spirit) +- supplementaries:ash? (from Snowy Spirit) + +#supplementaries:candle_holders +- supplementaries:candle_holder (from Supplementaries) +- supplementaries:candle_holder_white (from Supplementaries) +- supplementaries:candle_holder_red (from Supplementaries) +- supplementaries:candle_holder_cyan (from Supplementaries) +- supplementaries:candle_holder_lime (from Supplementaries) +- supplementaries:candle_holder_yellow (from Supplementaries) +- supplementaries:candle_holder_magenta (from Supplementaries) +- supplementaries:candle_holder_brown (from Supplementaries) +- supplementaries:candle_holder_light_blue (from Supplementaries) +- supplementaries:candle_holder_blue (from Supplementaries) +- supplementaries:candle_holder_green (from Supplementaries) +- supplementaries:candle_holder_pink (from Supplementaries) +- supplementaries:candle_holder_light_gray (from Supplementaries) +- supplementaries:candle_holder_purple (from Supplementaries) +- supplementaries:candle_holder_black (from Supplementaries) +- supplementaries:candle_holder_orange (from Supplementaries) +- supplementaries:candle_holder_gray (from Supplementaries) +- supplementaries:candle_holder_soul (from Supplementaries) + +#byg:all/bookshelves +- #byg:bookshelves? (from Oh The Biomes You'll Go) +- #c:bookshelves? (from Oh The Biomes You'll Go) +- #forge:bookshelves? (from Oh The Biomes You'll Go) + +#spectrum:spawners +- minecraft:spawner (from Spectrum) + +#byg:palo_verde_logs +- byg:palo_verde_log (from Oh The Biomes You'll Go) +- byg:palo_verde_wood (from Oh The Biomes You'll Go) +- byg:stripped_palo_verde_log (from Oh The Biomes You'll Go) +- byg:stripped_palo_verde_wood (from Oh The Biomes You'll Go) + +#minecraft:signs +- #minecraft:standing_signs (from Default) +- #minecraft:wall_signs (from Default) +- ad_astra:glacian_sign (from Ad Astra!) +- ad_astra:glacian_wall_sign (from Ad Astra!) + +#c:double_compressed_end_stone +- compressor:double_compressed_end_stone (from Compressor) + +#biomemakeover:ore_replaceable +- #minecraft:stone_ore_replaceables (from Biome Makeover) +- #minecraft:deepslate_ore_replaceables (from Biome Makeover) + +#minecraft:wither_summon_base_blocks +- minecraft:soul_sand (from Default) +- minecraft:soul_soil (from Default) +- byg:warped_soul_sand (from Oh The Biomes You'll Go) +- byg:warped_soul_soil (from Oh The Biomes You'll Go) + +#c:fences/wooden +- twilightforest:twilight_oak_fence (from The Twilight Forest) +- twilightforest:canopy_fence (from The Twilight Forest) +- twilightforest:mangrove_fence (from The Twilight Forest) +- twilightforest:dark_fence (from The Twilight Forest) +- twilightforest:time_fence (from The Twilight Forest) +- twilightforest:transformation_fence (from The Twilight Forest) +- twilightforest:mining_fence (from The Twilight Forest) +- twilightforest:sorting_fence (from The Twilight Forest) + +#c:redstone_ores +- #minecraft:redstone_ores (from Porting Lib Tags) +- spectrum:blackslag_redstone_ore (from Spectrum) + +#byg:may_place_on/red_birch_sapling +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#byg:fir_logs +- byg:fir_log (from Oh The Biomes You'll Go) +- byg:fir_wood (from Oh The Biomes You'll Go) +- byg:stripped_fir_log (from Oh The Biomes You'll Go) +- byg:stripped_fir_wood (from Oh The Biomes You'll Go) + +#mcwbridges:stone_piers +- mcwbridges:stone_bridge_pier (from Macaw's Bridges) +- mcwbridges:sandstone_bridge_pier (from Macaw's Bridges) +- mcwbridges:brick_bridge_pier (from Macaw's Bridges) +- mcwbridges:red_sandstone_bridge_pier (from Macaw's Bridges) +- mcwbridges:blackstone_bridge_pier (from Macaw's Bridges) +- mcwbridges:mossy_stone_bridge_pier (from Macaw's Bridges) +- mcwbridges:deepslate_brick_bridge_pier (from Macaw's Bridges) +- mcwbridges:deepslate_tile_bridge_pier (from Macaw's Bridges) +- mcwbridges:mud_brick_bridge_pier (from Macaw's Bridges) + +#minecraft:hoglin_repellents +- minecraft:warped_fungus (from Default) +- minecraft:potted_warped_fungus (from Default) +- minecraft:nether_portal (from Default) +- minecraft:respawn_anchor (from Default) + +#twilightforest:towerwood +- twilightforest:towerwood (from The Twilight Forest) +- twilightforest:mossy_towerwood (from The Twilight Forest) +- twilightforest:cracked_towerwood (from The Twilight Forest) +- twilightforest:infested_towerwood (from The Twilight Forest) + +#another_furniture:shelves +- another_furniture:oak_shelf (from Another Furniture) +- another_furniture:spruce_shelf (from Another Furniture) +- another_furniture:birch_shelf (from Another Furniture) +- another_furniture:jungle_shelf (from Another Furniture) +- another_furniture:acacia_shelf (from Another Furniture) +- another_furniture:dark_oak_shelf (from Another Furniture) +- another_furniture:mangrove_shelf? (from Another Furniture) +- another_furniture:crimson_shelf (from Another Furniture) +- another_furniture:warped_shelf (from Another Furniture) + +#c:farmland +- biomemakeover:peat_farmland (from Biome Makeover) +- byg:lush_farmland (from Oh The Biomes You'll Go) +- farmersdelight:rich_soil_farmland (from Farmer's Delight) +- spectrum:sacred_soil (from Spectrum) + +#byg:may_place_on/witch_hazel_sapling +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#c:sand +- #byg:sand (from Oh The Biomes You'll Go) +- #c:colorless_sand (from Porting Lib Tags) +- #c:red_sand (from Porting Lib Tags) + +#spectrum:shimmerstone_lights +- spectrum:basalt_shimmerstone_light (from Spectrum) +- spectrum:calcite_shimmerstone_light (from Spectrum) +- spectrum:stone_shimmerstone_light (from Spectrum) +- spectrum:granite_shimmerstone_light (from Spectrum) +- spectrum:diorite_shimmerstone_light (from Spectrum) +- spectrum:andesite_shimmerstone_light (from Spectrum) +- spectrum:deepslate_shimmerstone_light (from Spectrum) + +#another_furniture:curtains +- another_furniture:white_curtain (from Another Furniture) +- another_furniture:orange_curtain (from Another Furniture) +- another_furniture:magenta_curtain (from Another Furniture) +- another_furniture:light_blue_curtain (from Another Furniture) +- another_furniture:yellow_curtain (from Another Furniture) +- another_furniture:lime_curtain (from Another Furniture) +- another_furniture:pink_curtain (from Another Furniture) +- another_furniture:gray_curtain (from Another Furniture) +- another_furniture:light_gray_curtain (from Another Furniture) +- another_furniture:cyan_curtain (from Another Furniture) +- another_furniture:purple_curtain (from Another Furniture) +- another_furniture:blue_curtain (from Another Furniture) +- another_furniture:brown_curtain (from Another Furniture) +- another_furniture:green_curtain (from Another Furniture) +- another_furniture:red_curtain (from Another Furniture) +- another_furniture:black_curtain (from Another Furniture) + +#forge:cobblestone/normal +- minecraft:cobblestone (from chisels-and-bits) + +#spectrum:pedestals +- spectrum:pedestal_basic_topaz (from Spectrum) +- spectrum:pedestal_basic_amethyst (from Spectrum) +- spectrum:pedestal_basic_citrine (from Spectrum) +- spectrum:pedestal_all_basic (from Spectrum) +- spectrum:pedestal_onyx (from Spectrum) +- spectrum:pedestal_moonstone (from Spectrum) + +#c:chrome_blocks +- techreborn:chrome_storage_block (from Tech Reborn) + +#botania:mini_flowers +- botania:agricarnation_chibi (from Botania) +- botania:bellethorn_chibi (from Botania) +- botania:bubbell_chibi (from Botania) +- botania:clayconia_chibi (from Botania) +- botania:hopperhock_chibi (from Botania) +- botania:jiyuulia_chibi (from Botania) +- botania:marimorphosis_chibi (from Botania) +- botania:rannuncarpus_chibi (from Botania) +- botania:solegnolia_chibi (from Botania) +- botania:tangleberrie_chibi (from Botania) + +#c:calorite_ores +- ad_astra:venus_calorite_ore (from Ad Astra!) +- ad_astra:deepslate_calorite_ore (from Ad Astra!) + +#decorative_blocks:supports +- decorative_blocks:oak_support (from Decorative Blocks) +- decorative_blocks:birch_support (from Decorative Blocks) +- decorative_blocks:spruce_support (from Decorative Blocks) +- decorative_blocks:acacia_support (from Decorative Blocks) +- decorative_blocks:jungle_support (from Decorative Blocks) +- decorative_blocks:dark_oak_support (from Decorative Blocks) +- decorative_blocks:mangrove_support (from Decorative Blocks) +- decorative_blocks:crimson_support (from Decorative Blocks) +- decorative_blocks:warped_support (from Decorative Blocks) + +#byg:may_place_on/magenta_amaranth +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#byg:may_place_on/purple_amaranth +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#ants:food/colored/oak_red_leaf_food +- spectrum:red_leaves (from Spectrum) + +#farmersdelight:straw_blocks +- farmersdelight:rice_bag (from Farmer's Delight) +- farmersdelight:rope (from Farmer's Delight) +- farmersdelight:safety_net (from Farmer's Delight) +- farmersdelight:canvas_rug (from Farmer's Delight) +- farmersdelight:tatami (from Farmer's Delight) +- farmersdelight:full_tatami_mat (from Farmer's Delight) +- farmersdelight:half_tatami_mat (from Farmer's Delight) + +#botania:glimmering_dreamwood_logs +- botania:glimmering_dreamwood (from Botania) +- botania:glimmering_dreamwood_log (from Botania) +- botania:glimmering_stripped_dreamwood (from Botania) +- botania:glimmering_stripped_dreamwood_log (from Botania) + +#mcwwindows:gothic +- mcwwindows:stone_brick_gothic (from Macaw's Windows) +- mcwwindows:end_brick_gothic (from Macaw's Windows) +- mcwwindows:nether_brick_gothic (from Macaw's Windows) +- mcwwindows:prismarine_brick_gothic (from Macaw's Windows) +- mcwwindows:mud_brick_gothic (from Macaw's Windows) +- mcwwindows:blackstone_brick_gothic (from Macaw's Windows) +- mcwwindows:dark_prismarine_brick_gothic (from Macaw's Windows) + +#minecraft:fall_damage_resetting +- #minecraft:climbable (from Default) +- minecraft:sweet_berry_bush (from Default) +- minecraft:cobweb (from Default) +- bonezone:bone_ladder (from BoneZone) +- bonezone:wither_bone_ladder (from BoneZone) +- bonezone:stray_bone_ladder (from BoneZone) + +#byg:dirt +- byg:lush_grass_block (from Oh The Biomes You'll Go) +- byg:lush_dirt (from Oh The Biomes You'll Go) +- byg:peat (from Oh The Biomes You'll Go) +- byg:cracked_red_sand (from Oh The Biomes You'll Go) +- byg:overgrown_stone (from Oh The Biomes You'll Go) +- byg:overgrown_dacite (from Oh The Biomes You'll Go) +- byg:overgrown_netherrack (from Oh The Biomes You'll Go) +- byg:overgrown_crimson_blackstone (from Oh The Biomes You'll Go) +- byg:podzol_dacite (from Oh The Biomes You'll Go) +- byg:ether_soil (from Oh The Biomes You'll Go) +- byg:ether_phylium (from Oh The Biomes You'll Go) +- byg:vermilion_sculk (from Oh The Biomes You'll Go) +- byg:ivis_phylium (from Oh The Biomes You'll Go) +- byg:nightshade_phylium (from Oh The Biomes You'll Go) +- byg:shulkren_phylium (from Oh The Biomes You'll Go) +- byg:bulbis_phycelium (from Oh The Biomes You'll Go) +- byg:imparius_phylium (from Oh The Biomes You'll Go) +- minecraft:dirt (from Oh The Biomes You'll Go) +- minecraft:grass_block (from Oh The Biomes You'll Go) +- minecraft:coarse_dirt (from Oh The Biomes You'll Go) +- minecraft:podzol (from Oh The Biomes You'll Go) +- minecraft:mycelium (from Oh The Biomes You'll Go) + +#twilightforest:fire_jet_fuel +- minecraft:lava (from The Twilight Forest) + +#c:triple_compressed_cobbled_deepslate +- compressor:triple_compressed_cobbled_deepslate (from Compressor) + +#c:quadruple_compressed_diorite +- compressor:quadruple_compressed_diorite (from Compressor) + +#byg:lush +- byg:lush_farmland (from Oh The Biomes You'll Go) +- byg:lush_grass_block (from Oh The Biomes You'll Go) +- byg:lush_grass_path (from Oh The Biomes You'll Go) + +#techreborn:none_solid_covers +- #ae2:whitelisted/facades? (from Tech Reborn) +- #c:glass_blocks (from Tech Reborn) + +#hexcasting:edified_logs +- hexcasting:edified_log (from Hex Casting) +- hexcasting:stripped_edified_log (from Hex Casting) +- hexcasting:edified_wood (from Hex Casting) +- hexcasting:stripped_edified_wood (from Hex Casting) + +#another_furniture:planter_boxes +- another_furniture:oak_planter_box (from Another Furniture) +- another_furniture:spruce_planter_box (from Another Furniture) +- another_furniture:birch_planter_box (from Another Furniture) +- another_furniture:jungle_planter_box (from Another Furniture) +- another_furniture:acacia_planter_box (from Another Furniture) +- another_furniture:dark_oak_planter_box (from Another Furniture) +- another_furniture:mangrove_planter_box? (from Another Furniture) +- another_furniture:crimson_planter_box (from Another Furniture) +- another_furniture:warped_planter_box (from Another Furniture) + +#c:diamond_blocks +- minecraft:diamond_block (from Porting Lib Tags) + +#minecraft:coral_blocks +- minecraft:tube_coral_block (from Default) +- minecraft:brain_coral_block (from Default) +- minecraft:bubble_coral_block (from Default) +- minecraft:fire_coral_block (from Default) +- minecraft:horn_coral_block (from Default) + +#spectrum:shooting_stars +- spectrum:shooting_star_glistering (from Spectrum) +- spectrum:shooting_star_fiery (from Spectrum) +- spectrum:shooting_star_colorful (from Spectrum) +- spectrum:shooting_star_pristine (from Spectrum) +- spectrum:shooting_star_gemstone (from Spectrum) + +#forge:glass/green +- minecraft:green_stained_glass (from chisels-and-bits) + +#c:workbenches +- byg:aspen_crafting_table (from Oh The Biomes You'll Go) +- byg:baobab_crafting_table (from Oh The Biomes You'll Go) +- byg:blue_enchanted_crafting_table (from Oh The Biomes You'll Go) +- byg:cherry_crafting_table (from Oh The Biomes You'll Go) +- byg:cika_crafting_table (from Oh The Biomes You'll Go) +- byg:cypress_crafting_table (from Oh The Biomes You'll Go) +- byg:ebony_crafting_table (from Oh The Biomes You'll Go) +- byg:fir_crafting_table (from Oh The Biomes You'll Go) +- byg:green_enchanted_crafting_table (from Oh The Biomes You'll Go) +- byg:holly_crafting_table (from Oh The Biomes You'll Go) +- byg:jacaranda_crafting_table (from Oh The Biomes You'll Go) +- byg:mahogany_crafting_table (from Oh The Biomes You'll Go) +- byg:white_mangrove_crafting_table (from Oh The Biomes You'll Go) +- byg:maple_crafting_table (from Oh The Biomes You'll Go) +- byg:pine_crafting_table (from Oh The Biomes You'll Go) +- byg:rainbow_eucalyptus_crafting_table (from Oh The Biomes You'll Go) +- byg:redwood_crafting_table (from Oh The Biomes You'll Go) +- byg:skyris_crafting_table (from Oh The Biomes You'll Go) +- byg:willow_crafting_table (from Oh The Biomes You'll Go) +- byg:witch_hazel_crafting_table (from Oh The Biomes You'll Go) +- byg:zelkova_crafting_table (from Oh The Biomes You'll Go) +- byg:sythian_crafting_table (from Oh The Biomes You'll Go) +- byg:embur_crafting_table (from Oh The Biomes You'll Go) +- byg:palm_crafting_table (from Oh The Biomes You'll Go) +- byg:lament_crafting_table (from Oh The Biomes You'll Go) +- byg:ether_crafting_table (from Oh The Biomes You'll Go) +- byg:bulbis_crafting_table (from Oh The Biomes You'll Go) +- byg:nightshade_crafting_table (from Oh The Biomes You'll Go) +- byg:imparius_crafting_table (from Oh The Biomes You'll Go) + +#spectrum:unbreakable_structure_blocks +- spectrum:preservation_controller (from Spectrum) +- spectrum:preservation_stone (from Spectrum) +- spectrum:preservation_bricks (from Spectrum) +- spectrum:shimmering_preservation_bricks (from Spectrum) +- spectrum:powder_chiseled_preservation_stone (from Spectrum) +- spectrum:dike_chiseled_preservation_stone (from Spectrum) +- spectrum:preservation_glass (from Spectrum) +- spectrum:dike_gate (from Spectrum) +- spectrum:courier_statue (from Spectrum) +- spectrum:treasure_chest (from Spectrum) +- spectrum:dike_gate_fountain (from Spectrum) +- spectrum:preservation_roundel (from Spectrum) + +#byg:logs +- #byg:aspen_logs (from Oh The Biomes You'll Go) +- #byg:baobab_logs (from Oh The Biomes You'll Go) +- #byg:blue_enchanted_logs (from Oh The Biomes You'll Go) +- #byg:bulbis_logs (from Oh The Biomes You'll Go) +- #byg:cherry_logs (from Oh The Biomes You'll Go) +- #byg:cika_logs (from Oh The Biomes You'll Go) +- #byg:cypress_logs (from Oh The Biomes You'll Go) +- #byg:ebony_logs (from Oh The Biomes You'll Go) +- #byg:embur_logs (from Oh The Biomes You'll Go) +- #byg:ether_logs (from Oh The Biomes You'll Go) +- #byg:fir_logs (from Oh The Biomes You'll Go) +- #byg:green_enchanted_logs (from Oh The Biomes You'll Go) +- #byg:holly_logs (from Oh The Biomes You'll Go) +- #byg:imparius_logs (from Oh The Biomes You'll Go) +- #byg:jacaranda_logs (from Oh The Biomes You'll Go) +- #byg:lament_logs (from Oh The Biomes You'll Go) +- #byg:mahogany_logs (from Oh The Biomes You'll Go) +- #byg:maple_logs (from Oh The Biomes You'll Go) +- #byg:nightshade_logs (from Oh The Biomes You'll Go) +- #byg:palm_logs (from Oh The Biomes You'll Go) +- #byg:pine_logs (from Oh The Biomes You'll Go) +- #byg:rainbow_eucalyptus_logs (from Oh The Biomes You'll Go) +- #byg:redwood_logs (from Oh The Biomes You'll Go) +- #byg:skyris_logs (from Oh The Biomes You'll Go) +- #byg:sythian_logs (from Oh The Biomes You'll Go) +- #byg:white_mangrove_logs (from Oh The Biomes You'll Go) +- #byg:willow_logs (from Oh The Biomes You'll Go) +- #byg:witch_hazel_logs (from Oh The Biomes You'll Go) +- #byg:zelkova_logs (from Oh The Biomes You'll Go) + +#botania:terrasteel_blocks +- botania:terrasteel_block (from Botania) + +#c:enderman_place_on_blacklist + +#minecraft:underwater_bonemeals +- minecraft:seagrass (from Default) +- #minecraft:corals (from Default) +- #minecraft:wall_corals (from Default) + +#another_furniture:tall_stools +- another_furniture:white_tall_stool (from Another Furniture) +- another_furniture:orange_tall_stool (from Another Furniture) +- another_furniture:magenta_tall_stool (from Another Furniture) +- another_furniture:light_blue_tall_stool (from Another Furniture) +- another_furniture:yellow_tall_stool (from Another Furniture) +- another_furniture:lime_tall_stool (from Another Furniture) +- another_furniture:pink_tall_stool (from Another Furniture) +- another_furniture:gray_tall_stool (from Another Furniture) +- another_furniture:light_gray_tall_stool (from Another Furniture) +- another_furniture:cyan_tall_stool (from Another Furniture) +- another_furniture:purple_tall_stool (from Another Furniture) +- another_furniture:blue_tall_stool (from Another Furniture) +- another_furniture:brown_tall_stool (from Another Furniture) +- another_furniture:green_tall_stool (from Another Furniture) +- another_furniture:red_tall_stool (from Another Furniture) +- another_furniture:black_tall_stool (from Another Furniture) + +#c:quintuple_compressed_blackstone +- compressor:quintuple_compressed_blackstone (from Compressor) + +#byg:may_place_on/palm_sapling +- #minecraft:dirt (from Oh The Biomes You'll Go) +- #minecraft:sand (from Oh The Biomes You'll Go) + +#minecraft:impermeable +- minecraft:glass (from Default) +- minecraft:white_stained_glass (from Default) +- minecraft:orange_stained_glass (from Default) +- minecraft:magenta_stained_glass (from Default) +- minecraft:light_blue_stained_glass (from Default) +- minecraft:yellow_stained_glass (from Default) +- minecraft:lime_stained_glass (from Default) +- minecraft:pink_stained_glass (from Default) +- minecraft:gray_stained_glass (from Default) +- minecraft:light_gray_stained_glass (from Default) +- minecraft:cyan_stained_glass (from Default) +- minecraft:purple_stained_glass (from Default) +- minecraft:blue_stained_glass (from Default) +- minecraft:brown_stained_glass (from Default) +- minecraft:green_stained_glass (from Default) +- minecraft:red_stained_glass (from Default) +- minecraft:black_stained_glass (from Default) +- minecraft:tinted_glass (from Default) +- botania:elf_glass (from Botania) +- botania:mana_glass (from Botania) +- botania:bifrost (from Botania) +- botania:bifrost_perm (from Botania) +- create:tiled_glass (from Create) +- create:framed_glass (from Create) +- create:horizontal_framed_glass (from Create) +- create:vertical_framed_glass (from Create) +- create:oak_window (from Create) +- create:spruce_window (from Create) +- create:birch_window (from Create) +- create:jungle_window (from Create) +- create:acacia_window (from Create) +- create:dark_oak_window (from Create) +- create:crimson_window (from Create) +- create:warped_window (from Create) +- create:ornate_iron_window (from Create) +- spectrum:ender_glass (from Spectrum) +- spectrum:topaz_glass (from Spectrum) +- spectrum:amethyst_glass (from Spectrum) +- spectrum:citrine_glass (from Spectrum) +- spectrum:onyx_glass (from Spectrum) +- spectrum:moonstone_glass (from Spectrum) +- spectrum:glowing_glass (from Spectrum) +- spectrum:vanilla_semi_permeable_glass (from Spectrum) +- spectrum:tinted_semi_permeable_glass (from Spectrum) +- spectrum:glowing_semi_permeable_glass (from Spectrum) +- spectrum:topaz_semi_permeable_glass (from Spectrum) +- spectrum:amethyst_semi_permeable_glass (from Spectrum) +- spectrum:citrine_semi_permeable_glass (from Spectrum) +- spectrum:onyx_semi_permeable_glass (from Spectrum) +- spectrum:moonstone_semi_permeable_glass (from Spectrum) + +#forge:end_stones +- minecraft:end_stone (from chisels-and-bits) + +#c:needs_wood_tool +- twilightforest:nagastone (from The Twilight Forest) +- twilightforest:nagastone_head (from The Twilight Forest) +- twilightforest:etched_nagastone (from The Twilight Forest) +- twilightforest:cracked_etched_nagastone (from The Twilight Forest) +- twilightforest:mossy_etched_nagastone (from The Twilight Forest) +- twilightforest:nagastone_pillar (from The Twilight Forest) +- twilightforest:cracked_nagastone_pillar (from The Twilight Forest) +- twilightforest:mossy_nagastone_pillar (from The Twilight Forest) +- twilightforest:nagastone_stairs_left (from The Twilight Forest) +- twilightforest:cracked_nagastone_stairs_left (from The Twilight Forest) +- twilightforest:mossy_nagastone_stairs_left (from The Twilight Forest) +- twilightforest:nagastone_stairs_right (from The Twilight Forest) +- twilightforest:cracked_nagastone_stairs_right (from The Twilight Forest) +- twilightforest:mossy_nagastone_stairs_right (from The Twilight Forest) +- twilightforest:spiral_bricks (from The Twilight Forest) +- twilightforest:twisted_stone (from The Twilight Forest) +- twilightforest:twisted_stone_pillar (from The Twilight Forest) +- twilightforest:bold_stone_pillar (from The Twilight Forest) +- twilightforest:aurora_pillar (from The Twilight Forest) +- twilightforest:aurora_slab (from The Twilight Forest) +- twilightforest:trollsteinn (from The Twilight Forest) + +#supplementaries:walls +- cfm:acacia_hedge? (from Supplementaries) +- cfm:birch_hedge? (from Supplementaries) +- cfm:dark_oak_hedge? (from Supplementaries) +- cfm:jungle_hedge? (from Supplementaries) +- cfm:oak_hedge? (from Supplementaries) +- cfm:spruce_hedge? (from Supplementaries) +- #ilikewood:posts? (from Supplementaries) +- ilikewood:acacia_post? (from Supplementaries) +- ilikewood:oak_post? (from Supplementaries) +- ilikewood:dark_oak_post? (from Supplementaries) +- ilikewood:jungle_post? (from Supplementaries) +- ilikewood:spruce_post? (from Supplementaries) +- ilikewood:birch_post? (from Supplementaries) +- ilikewood:crimson_post? (from Supplementaries) +- ilikewood:warped_post? (from Supplementaries) +- ilikewood:stripped_acacia_post? (from Supplementaries) +- ilikewood:stripped_oak_post? (from Supplementaries) +- ilikewood:stripped_dark_oak_post? (from Supplementaries) +- ilikewood:stripped_jungle_post? (from Supplementaries) +- ilikewood:stripped_spruce_post? (from Supplementaries) +- ilikewood:stripped_birch_post? (from Supplementaries) +- ilikewood:stripped_crimson_post? (from Supplementaries) +- ilikewood:stripped_warped_post? (from Supplementaries) +- #ilikewood:stripped_posts? (from Supplementaries) +- simplefarming:fruit_log? (from Supplementaries) +- #cfm:fences/hedge? (from Supplementaries) +- #lotr:branches? (from Supplementaries) +- betternether:willow_trunk? (from Supplementaries) +- mysticalworld:amethyst_wide_post? (from Supplementaries) +- mysticalworld:blackened_stone_wide_post? (from Supplementaries) +- mysticalworld:brown_mushroom_wide_post? (from Supplementaries) +- mysticalworld:charred_wide_post? (from Supplementaries) +- mysticalworld:copper_wide_post? (from Supplementaries) +- mysticalworld:cracked_stone_wide_post? (from Supplementaries) +- mysticalworld:iron_brick_wide_post? (from Supplementaries) +- mysticalworld:lead_wide_post? (from Supplementaries) +- mysticalworld:mud_block_wide_post? (from Supplementaries) +- mysticalworld:mud_brick_wide_post? (from Supplementaries) +- mysticalworld:mushroom_inside_wide_post? (from Supplementaries) +- mysticalworld:mushroom_stem_wide_post? (from Supplementaries) +- mysticalworld:pearl_wide_post? (from Supplementaries) +- mysticalworld:quicksilver_wide_post? (from Supplementaries) +- mysticalworld:red_mushroom_wide_post? (from Supplementaries) +- mysticalworld:silver_wide_post? (from Supplementaries) +- mysticalworld:soft_obsidian_wide_post? (from Supplementaries) +- mysticalworld:soft_stone_wide_post? (from Supplementaries) +- mysticalworld:terracotta_brick_wide_post? (from Supplementaries) +- mysticalworld:thatch_wide_post? (from Supplementaries) +- mysticalworld:tin_wide_post? (from Supplementaries) +- mysticalworld:uncanny_mushroom_wide_post? (from Supplementaries) +- #minecraft:walls? (from Supplementaries) + +#c:pyrite_blocks +- #geodes:pyrite (from More Geodes) + +#c:pink_glass_panes +- minecraft:pink_stained_glass_pane (from Porting Lib Tags) + +#forge:fences/wooden +- #minecraft:wooden_fences (from chisels-and-bits) +- deeperdarker:echo_fence (from Deeper and Darker) + +#sereneseasons:summer_crops +- supplementaries:rope_tomatoes? (from Supplementaries) +- supplementaries:stick_tomatoes? (from Supplementaries) + +#c:sheldonite_ores +- techreborn:sheldonite_ore (from Tech Reborn) +- techreborn:deepslate_sheldonite_ore (from Tech Reborn) + +#c:double_compressed_diorite +- compressor:double_compressed_diorite (from Compressor) + +#spectrum:colored_stairs +- spectrum:black_stairs (from Spectrum) +- spectrum:blue_stairs (from Spectrum) +- spectrum:brown_stairs (from Spectrum) +- spectrum:cyan_stairs (from Spectrum) +- spectrum:gray_stairs (from Spectrum) +- spectrum:green_stairs (from Spectrum) +- spectrum:light_blue_stairs (from Spectrum) +- spectrum:light_gray_stairs (from Spectrum) +- spectrum:lime_stairs (from Spectrum) +- spectrum:magenta_stairs (from Spectrum) +- spectrum:orange_stairs (from Spectrum) +- spectrum:pink_stairs (from Spectrum) +- spectrum:purple_stairs (from Spectrum) +- spectrum:red_stairs (from Spectrum) +- spectrum:white_stairs (from Spectrum) +- spectrum:yellow_stairs (from Spectrum) + +#forge:storage_blocks +- #forge:storage_blocks/amethyst (from chisels-and-bits) +- #forge:storage_blocks/coal (from chisels-and-bits) +- #forge:storage_blocks/copper (from chisels-and-bits) +- #forge:storage_blocks/diamond (from chisels-and-bits) +- #forge:storage_blocks/emerald (from chisels-and-bits) +- #forge:storage_blocks/gold (from chisels-and-bits) +- #forge:storage_blocks/iron (from chisels-and-bits) +- #forge:storage_blocks/lapis (from chisels-and-bits) +- #forge:storage_blocks/quartz (from chisels-and-bits) +- #forge:storage_blocks/raw_copper (from chisels-and-bits) +- #forge:storage_blocks/raw_gold (from chisels-and-bits) +- #forge:storage_blocks/raw_iron (from chisels-and-bits) +- #forge:storage_blocks/redstone (from chisels-and-bits) +- #forge:storage_blocks/netherite (from chisels-and-bits) +- supplementaries:flax_block (from Supplementaries) +- supplementaries:flint_block (from Supplementaries) +- supplementaries:feather_block (from Supplementaries) +- supplementaries:sugar_cube (from Supplementaries) +- supplementaries:soap_block (from Supplementaries) + +#c:double_compressed_gravel +- compressor:double_compressed_gravel (from Compressor) + +#c:tin_blocks +- indrev:tin_block (from Industrial Revolution) +- techreborn:tin_storage_block (from Tech Reborn) + +#forge:glass_panes/orange +- minecraft:orange_stained_glass_pane (from chisels-and-bits) + +#geodes:echo_locatable/diamond +- geodes:diamond_cluster (from More Geodes) + +#c:triple_compressed_andesite +- compressor:triple_compressed_andesite (from Compressor) + +#forge:ores/quartz +- minecraft:nether_quartz_ore (from chisels-and-bits) + +#archeology:clay_pots +- archeology:clay_pot (from CapsLock Archeology Mod) + +#spectrum:colored_slabs +- spectrum:black_slab (from Spectrum) +- spectrum:blue_slab (from Spectrum) +- spectrum:brown_slab (from Spectrum) +- spectrum:cyan_slab (from Spectrum) +- spectrum:gray_slab (from Spectrum) +- spectrum:green_slab (from Spectrum) +- spectrum:light_blue_slab (from Spectrum) +- spectrum:light_gray_slab (from Spectrum) +- spectrum:lime_slab (from Spectrum) +- spectrum:magenta_slab (from Spectrum) +- spectrum:orange_slab (from Spectrum) +- spectrum:pink_slab (from Spectrum) +- spectrum:purple_slab (from Spectrum) +- spectrum:red_slab (from Spectrum) +- spectrum:white_slab (from Spectrum) +- spectrum:yellow_slab (from Spectrum) + +#minecraft:coal_ores +- minecraft:coal_ore (from Default) +- minecraft:deepslate_coal_ore (from Default) +- ad_astra:venus_coal_ore (from Ad Astra!) +- ad_astra:glacio_coal_ore (from Ad Astra!) +- deeperdarker:sculk_stone_coal_ore (from Deeper and Darker) +- spectrum:blackslag_coal_ore (from Spectrum) + +#farmersdelight:mineable/knife +- minecraft:cobweb (from Farmer's Delight) +- minecraft:cake (from Farmer's Delight) +- farmersdelight:apple_pie (from Farmer's Delight) +- farmersdelight:sweet_berry_cheesecake (from Farmer's Delight) +- farmersdelight:chocolate_pie (from Farmer's Delight) +- farmersdelight:roast_chicken_block (from Farmer's Delight) +- farmersdelight:honey_glazed_ham_block (from Farmer's Delight) +- farmersdelight:shepherds_pie_block (from Farmer's Delight) +- farmersdelight:rice_roll_medley_block (from Farmer's Delight) +- #minecraft:wool_carpets (from Farmer's Delight) +- #minecraft:wool (from Farmer's Delight) +- #minecraft:candle_cakes (from Farmer's Delight) +- #farmersdelight:straw_blocks (from Farmer's Delight) +- #c:mineable/knife (from Farmer's Delight) + +#c:gold_ores +- ad_astra:venus_gold_ore (from Ad Astra!) +- #minecraft:gold_ores (from Porting Lib Tags) +- spectrum:blackslag_gold_ore (from Spectrum) + +#artifacts:mineable/digging_claws +- #minecraft:mineable/pickaxe (from Artifacts) +- #minecraft:mineable/shovel (from Artifacts) +- #minecraft:mineable/axe (from Artifacts) +- #minecraft:mineable/hoe (from Artifacts) + +#byg:all/scaffolding +- #byg:scaffolding? (from Oh The Biomes You'll Go) +- #c:scaffoldings? (from Oh The Biomes You'll Go) +- #forge:scaffoldings? (from Oh The Biomes You'll Go) +- minecraft:scaffolding (from Oh The Biomes You'll Go) + +#twilightforest:storage_blocks/knightmetal +- twilightforest:knightmetal_block (from The Twilight Forest) + +#byg:white_mangrove_logs +- byg:stripped_white_mangrove_log (from Oh The Biomes You'll Go) +- byg:stripped_white_mangrove_wood (from Oh The Biomes You'll Go) +- byg:white_mangrove_log (from Oh The Biomes You'll Go) +- byg:white_mangrove_wood (from Oh The Biomes You'll Go) + +#forge:storage_blocks/redstone +- minecraft:redstone_block (from chisels-and-bits) + +#croptopia:cinnamon_logs +- croptopia:cinnamon_log (from Croptopia) +- croptopia:stripped_cinnamon_log (from Croptopia) +- croptopia:cinnamon_wood (from Croptopia) +- croptopia:stripped_cinnamon_wood (from Croptopia) + +#byg:withering_oak_logs +- byg:withering_oak_log (from Oh The Biomes You'll Go) +- byg:withering_oak_wood (from Oh The Biomes You'll Go) + +#c:quartz_blocks +- botania:dark_quartz (from Botania) +- botania:mana_quartz (from Botania) +- botania:blaze_quartz (from Botania) +- botania:lavender_quartz (from Botania) +- botania:red_quartz (from Botania) +- botania:elf_quartz (from Botania) +- botania:sunny_quartz (from Botania) +- minecraft:quartz_block (from Porting Lib Tags) + +#spectrum:pillar_base_blocks +- spectrum:polished_basalt_pillar (from Spectrum) +- spectrum:polished_calcite_pillar (from Spectrum) + +#minecraft:stairs +- #minecraft:wooden_stairs (from Default) +- minecraft:cobblestone_stairs (from Default) +- minecraft:sandstone_stairs (from Default) +- minecraft:nether_brick_stairs (from Default) +- minecraft:stone_brick_stairs (from Default) +- minecraft:brick_stairs (from Default) +- minecraft:purpur_stairs (from Default) +- minecraft:quartz_stairs (from Default) +- minecraft:red_sandstone_stairs (from Default) +- minecraft:prismarine_brick_stairs (from Default) +- minecraft:prismarine_stairs (from Default) +- minecraft:dark_prismarine_stairs (from Default) +- minecraft:polished_granite_stairs (from Default) +- minecraft:smooth_red_sandstone_stairs (from Default) +- minecraft:mossy_stone_brick_stairs (from Default) +- minecraft:polished_diorite_stairs (from Default) +- minecraft:mossy_cobblestone_stairs (from Default) +- minecraft:end_stone_brick_stairs (from Default) +- minecraft:stone_stairs (from Default) +- minecraft:smooth_sandstone_stairs (from Default) +- minecraft:smooth_quartz_stairs (from Default) +- minecraft:granite_stairs (from Default) +- minecraft:andesite_stairs (from Default) +- minecraft:red_nether_brick_stairs (from Default) +- minecraft:polished_andesite_stairs (from Default) +- minecraft:diorite_stairs (from Default) +- minecraft:blackstone_stairs (from Default) +- minecraft:polished_blackstone_brick_stairs (from Default) +- minecraft:polished_blackstone_stairs (from Default) +- minecraft:cobbled_deepslate_stairs (from Default) +- minecraft:polished_deepslate_stairs (from Default) +- minecraft:deepslate_tile_stairs (from Default) +- minecraft:deepslate_brick_stairs (from Default) +- minecraft:oxidized_cut_copper_stairs (from Default) +- minecraft:weathered_cut_copper_stairs (from Default) +- minecraft:exposed_cut_copper_stairs (from Default) +- minecraft:cut_copper_stairs (from Default) +- minecraft:waxed_weathered_cut_copper_stairs (from Default) +- minecraft:waxed_exposed_cut_copper_stairs (from Default) +- minecraft:waxed_cut_copper_stairs (from Default) +- minecraft:waxed_oxidized_cut_copper_stairs (from Default) +- minecraft:mud_brick_stairs (from Default) +- ad_astra:moon_stone_brick_stairs (from Ad Astra!) +- ad_astra:mars_stone_brick_stairs (from Ad Astra!) +- ad_astra:mercury_stone_brick_stairs (from Ad Astra!) +- ad_astra:venus_sandstone_brick_stairs (from Ad Astra!) +- ad_astra:venus_stone_brick_stairs (from Ad Astra!) +- ad_astra:glacio_stone_brick_stairs (from Ad Astra!) +- ad_astra:chiseled_moon_stone_stairs (from Ad Astra!) +- ad_astra:polished_moon_stone_stairs (from Ad Astra!) +- ad_astra:chiseled_mars_stone_stairs (from Ad Astra!) +- ad_astra:polished_mars_stone_stairs (from Ad Astra!) +- ad_astra:chiseled_venus_stone_stairs (from Ad Astra!) +- ad_astra:polished_venus_stone_stairs (from Ad Astra!) +- ad_astra:chiseled_mercury_stone_stairs (from Ad Astra!) +- ad_astra:polished_mercury_stone_stairs (from Ad Astra!) +- ad_astra:chiseled_glacio_stone_stairs (from Ad Astra!) +- ad_astra:polished_glacio_stone_stairs (from Ad Astra!) +- ad_astra:iron_plating_stairs (from Ad Astra!) +- ad_astra:steel_plating_stairs (from Ad Astra!) +- ad_astra:desh_plating_stairs (from Ad Astra!) +- ad_astra:ostrum_plating_stairs (from Ad Astra!) +- ad_astra:calorite_plating_stairs (from Ad Astra!) +- ad_astra:permafrost_brick_stairs (from Ad Astra!) +- ad_astra:chiseled_permafrost_brick_stairs (from Ad Astra!) +- ad_astra:polished_permafrost_stairs (from Ad Astra!) +- ad_astra:moon_cobblestone_stairs (from Ad Astra!) +- ad_astra:moon_stone_stairs (from Ad Astra!) +- ad_astra:mars_cobblestone_stairs (from Ad Astra!) +- ad_astra:mars_stone_stairs (from Ad Astra!) +- ad_astra:venus_cobblestone_stairs (from Ad Astra!) +- ad_astra:venus_stone_stairs (from Ad Astra!) +- ad_astra:mercury_cobblestone_stairs (from Ad Astra!) +- ad_astra:mercury_stone_stairs (from Ad Astra!) +- ad_astra:glacio_cobblestone_stairs (from Ad Astra!) +- ad_astra:glacio_stone_stairs (from Ad Astra!) +- ad_astra:glacian_stairs (from Ad Astra!) +- ad_astra:aeronos_stairs (from Ad Astra!) +- ad_astra:strophar_stairs (from Ad Astra!) +- biomemakeover:red_mushroom_brick_stairs (from Biome Makeover) +- biomemakeover:brown_mushroom_brick_stairs (from Biome Makeover) +- biomemakeover:glowshroom_stem_brick_stairs (from Biome Makeover) +- biomemakeover:mushroom_stem_brick_stairs (from Biome Makeover) +- biomemakeover:purple_glowshroom_brick_stairs (from Biome Makeover) +- biomemakeover:green_glowshroom_brick_stairs (from Biome Makeover) +- biomemakeover:orange_glowshroom_brick_stairs (from Biome Makeover) +- biomemakeover:blighted_cobblestone_stairs (from Biome Makeover) +- biomemakeover:blighted_stone_bricks_stairs (from Biome Makeover) +- biomemakeover:terracotta_brick_stairs (from Biome Makeover) +- biomemakeover:black_terracotta_brick_stairs (from Biome Makeover) +- biomemakeover:red_terracotta_brick_stairs (from Biome Makeover) +- biomemakeover:green_terracotta_brick_stairs (from Biome Makeover) +- biomemakeover:brown_terracotta_brick_stairs (from Biome Makeover) +- biomemakeover:blue_terracotta_brick_stairs (from Biome Makeover) +- biomemakeover:purple_terracotta_brick_stairs (from Biome Makeover) +- biomemakeover:cyan_terracotta_brick_stairs (from Biome Makeover) +- biomemakeover:light_gray_terracotta_brick_stairs (from Biome Makeover) +- biomemakeover:gray_terracotta_brick_stairs (from Biome Makeover) +- biomemakeover:pink_terracotta_brick_stairs (from Biome Makeover) +- biomemakeover:lime_terracotta_brick_stairs (from Biome Makeover) +- biomemakeover:yellow_terracotta_brick_stairs (from Biome Makeover) +- biomemakeover:light_blue_terracotta_brick_stairs (from Biome Makeover) +- biomemakeover:magenta_terracotta_brick_stairs (from Biome Makeover) +- biomemakeover:orange_terracotta_brick_stairs (from Biome Makeover) +- biomemakeover:white_terracotta_brick_stairs (from Biome Makeover) +- biomemakeover:dried_peat_bricks_stairs (from Biome Makeover) +- biomemakeover:polished_mesmerite_stairs (from Biome Makeover) +- biomemakeover:mesmerite_stairs (from Biome Makeover) +- botania:black_pavement_stairs (from Botania) +- botania:blaze_quartz_stairs (from Botania) +- botania:blue_pavement_stairs (from Botania) +- botania:corporea_brick_stairs (from Botania) +- botania:corporea_stairs (from Botania) +- botania:dark_quartz_stairs (from Botania) +- botania:dreamwood_planks_stairs (from Botania) +- botania:dreamwood_stairs (from Botania) +- botania:elf_quartz_stairs (from Botania) +- botania:green_pavement_stairs (from Botania) +- botania:lavender_quartz_stairs (from Botania) +- botania:livingrock_bricks_stairs (from Botania) +- botania:livingrock_stairs (from Botania) +- botania:livingwood_planks_stairs (from Botania) +- botania:livingwood_stairs (from Botania) +- botania:mana_quartz_stairs (from Botania) +- botania:metamorphic_desert_bricks_stairs (from Botania) +- botania:metamorphic_desert_cobblestone_stairs (from Botania) +- botania:metamorphic_desert_stone_stairs (from Botania) +- botania:metamorphic_forest_bricks_stairs (from Botania) +- botania:metamorphic_forest_cobblestone_stairs (from Botania) +- botania:metamorphic_forest_stone_stairs (from Botania) +- botania:metamorphic_fungal_bricks_stairs (from Botania) +- botania:metamorphic_fungal_cobblestone_stairs (from Botania) +- botania:metamorphic_fungal_stone_stairs (from Botania) +- botania:metamorphic_mesa_bricks_stairs (from Botania) +- botania:metamorphic_mesa_cobblestone_stairs (from Botania) +- botania:metamorphic_mesa_stone_stairs (from Botania) +- botania:metamorphic_mountain_bricks_stairs (from Botania) +- botania:metamorphic_mountain_cobblestone_stairs (from Botania) +- botania:metamorphic_mountain_stone_stairs (from Botania) +- botania:metamorphic_plains_bricks_stairs (from Botania) +- botania:metamorphic_plains_cobblestone_stairs (from Botania) +- botania:metamorphic_plains_stone_stairs (from Botania) +- botania:metamorphic_swamp_bricks_stairs (from Botania) +- botania:metamorphic_swamp_cobblestone_stairs (from Botania) +- botania:metamorphic_swamp_stone_stairs (from Botania) +- botania:metamorphic_taiga_bricks_stairs (from Botania) +- botania:metamorphic_taiga_cobblestone_stairs (from Botania) +- botania:metamorphic_taiga_stone_stairs (from Botania) +- botania:mossy_livingrock_bricks_stairs (from Botania) +- botania:polished_livingrock_stairs (from Botania) +- botania:red_pavement_stairs (from Botania) +- botania:red_quartz_stairs (from Botania) +- botania:shimmerrock_stairs (from Botania) +- botania:shimmerwood_planks_stairs (from Botania) +- botania:stripped_dreamwood_stairs (from Botania) +- botania:stripped_livingwood_stairs (from Botania) +- botania:sunny_quartz_stairs (from Botania) +- botania:white_pavement_stairs (from Botania) +- botania:yellow_pavement_stairs (from Botania) +- #byg:stairs (from Oh The Biomes You'll Go) +- create:cut_granite_stairs (from Create) +- create:polished_cut_granite_stairs (from Create) +- create:cut_granite_brick_stairs (from Create) +- create:small_granite_brick_stairs (from Create) +- create:cut_diorite_stairs (from Create) +- create:polished_cut_diorite_stairs (from Create) +- create:cut_diorite_brick_stairs (from Create) +- create:small_diorite_brick_stairs (from Create) +- create:cut_andesite_stairs (from Create) +- create:polished_cut_andesite_stairs (from Create) +- create:cut_andesite_brick_stairs (from Create) +- create:small_andesite_brick_stairs (from Create) +- create:cut_calcite_stairs (from Create) +- create:polished_cut_calcite_stairs (from Create) +- create:cut_calcite_brick_stairs (from Create) +- create:small_calcite_brick_stairs (from Create) +- create:cut_dripstone_stairs (from Create) +- create:polished_cut_dripstone_stairs (from Create) +- create:cut_dripstone_brick_stairs (from Create) +- create:small_dripstone_brick_stairs (from Create) +- create:cut_deepslate_stairs (from Create) +- create:polished_cut_deepslate_stairs (from Create) +- create:cut_deepslate_brick_stairs (from Create) +- create:small_deepslate_brick_stairs (from Create) +- create:cut_tuff_stairs (from Create) +- create:polished_cut_tuff_stairs (from Create) +- create:cut_tuff_brick_stairs (from Create) +- create:small_tuff_brick_stairs (from Create) +- create:cut_asurine_stairs (from Create) +- create:polished_cut_asurine_stairs (from Create) +- create:cut_asurine_brick_stairs (from Create) +- create:small_asurine_brick_stairs (from Create) +- create:cut_crimsite_stairs (from Create) +- create:polished_cut_crimsite_stairs (from Create) +- create:cut_crimsite_brick_stairs (from Create) +- create:small_crimsite_brick_stairs (from Create) +- create:cut_limestone_stairs (from Create) +- create:polished_cut_limestone_stairs (from Create) +- create:cut_limestone_brick_stairs (from Create) +- create:small_limestone_brick_stairs (from Create) +- create:cut_ochrum_stairs (from Create) +- create:polished_cut_ochrum_stairs (from Create) +- create:cut_ochrum_brick_stairs (from Create) +- create:small_ochrum_brick_stairs (from Create) +- create:cut_scoria_stairs (from Create) +- create:polished_cut_scoria_stairs (from Create) +- create:cut_scoria_brick_stairs (from Create) +- create:small_scoria_brick_stairs (from Create) +- create:cut_scorchia_stairs (from Create) +- create:polished_cut_scorchia_stairs (from Create) +- create:cut_scorchia_brick_stairs (from Create) +- create:small_scorchia_brick_stairs (from Create) +- create:cut_veridium_stairs (from Create) +- create:polished_cut_veridium_stairs (from Create) +- create:cut_veridium_brick_stairs (from Create) +- create:small_veridium_brick_stairs (from Create) +- deeperdarker:sculk_stone_stairs (from Deeper and Darker) +- deeperdarker:cobbled_sculk_stone_stairs (from Deeper and Darker) +- deeperdarker:polished_sculk_stone_stairs (from Deeper and Darker) +- deeperdarker:sculk_stone_brick_stairs (from Deeper and Darker) +- deeperdarker:sculk_stone_tile_stairs (from Deeper and Darker) +- deeperdarker:smooth_sculk_stone_stairs (from Deeper and Darker) +- deeperdarker:cut_sculk_stone_stairs (from Deeper and Darker) +- deeperdarker:gloomslate_stairs (from Deeper and Darker) +- deeperdarker:cobbled_gloomslate_stairs (from Deeper and Darker) +- deeperdarker:polished_gloomslate_stairs (from Deeper and Darker) +- deeperdarker:gloomslate_brick_stairs (from Deeper and Darker) +- deeperdarker:gloomslate_tile_stairs (from Deeper and Darker) +- deeperdarker:smooth_gloomslate_stairs (from Deeper and Darker) +- deeperdarker:cut_gloomslate_stairs (from Deeper and Darker) +- deepslatecutting:deepslate_stairs? (from Deepslate Cutting) +- ecologics:seashell_tile_stairs (from Ecologics) +- ecologics:snow_brick_stairs (from Ecologics) +- ecologics:ice_brick_stairs (from Ecologics) +- geodes:pyrite_stairs (from More Geodes) +- geodes:calcite_stairs (from More Geodes) +- snowyspirit:gingerbread_stairs (from Snowy Spirit) +- spectrum:smooth_basalt_stairs (from Spectrum) +- spectrum:polished_basalt_stairs (from Spectrum) +- spectrum:basalt_brick_stairs (from Spectrum) +- spectrum:calcite_stairs (from Spectrum) +- spectrum:polished_calcite_stairs (from Spectrum) +- spectrum:calcite_brick_stairs (from Spectrum) +- supplementaries:blackstone_tile_stairs (from Supplementaries) +- supplementaries:ash_bricks_stairs (from Supplementaries) +- supplementaries:lapis_bricks_stairs (from Supplementaries) +- supplementaries:stone_tile_stairs (from Supplementaries) +- techreborn:rubber_stair (from Tech Reborn) +- techreborn:advanced_alloy_storage_block_stairs (from Tech Reborn) +- techreborn:aluminum_storage_block_stairs (from Tech Reborn) +- techreborn:brass_storage_block_stairs (from Tech Reborn) +- techreborn:bronze_storage_block_stairs (from Tech Reborn) +- techreborn:chrome_storage_block_stairs (from Tech Reborn) +- techreborn:electrum_storage_block_stairs (from Tech Reborn) +- techreborn:hot_tungstensteel_storage_block_stairs (from Tech Reborn) +- techreborn:invar_storage_block_stairs (from Tech Reborn) +- techreborn:iridium_storage_block_stairs (from Tech Reborn) +- techreborn:iridium_reinforced_stone_storage_block_stairs (from Tech Reborn) +- techreborn:iridium_reinforced_tungstensteel_storage_block_stairs (from Tech Reborn) +- techreborn:lead_storage_block_stairs (from Tech Reborn) +- techreborn:nickel_storage_block_stairs (from Tech Reborn) +- techreborn:peridot_storage_block_stairs (from Tech Reborn) +- techreborn:platinum_storage_block_stairs (from Tech Reborn) +- techreborn:raw_iridium_storage_block_stairs (from Tech Reborn) +- techreborn:raw_lead_storage_block_stairs (from Tech Reborn) +- techreborn:raw_silver_storage_block_stairs (from Tech Reborn) +- techreborn:raw_tin_storage_block_stairs (from Tech Reborn) +- techreborn:raw_tungsten_storage_block_stairs (from Tech Reborn) +- techreborn:red_garnet_storage_block_stairs (from Tech Reborn) +- techreborn:refined_iron_storage_block_stairs (from Tech Reborn) +- techreborn:ruby_storage_block_stairs (from Tech Reborn) +- techreborn:sapphire_storage_block_stairs (from Tech Reborn) +- techreborn:silver_storage_block_stairs (from Tech Reborn) +- techreborn:steel_storage_block_stairs (from Tech Reborn) +- techreborn:tin_storage_block_stairs (from Tech Reborn) +- techreborn:titanium_storage_block_stairs (from Tech Reborn) +- techreborn:tungsten_storage_block_stairs (from Tech Reborn) +- techreborn:tungstensteel_storage_block_stairs (from Tech Reborn) +- techreborn:yellow_garnet_storage_block_stairs (from Tech Reborn) +- techreborn:zinc_storage_block_stairs (from Tech Reborn) +- twilightforest:castle_brick_stairs (from The Twilight Forest) +- twilightforest:worn_castle_brick_stairs (from The Twilight Forest) +- twilightforest:cracked_castle_brick_stairs (from The Twilight Forest) +- twilightforest:mossy_castle_brick_stairs (from The Twilight Forest) +- twilightforest:encased_castle_brick_stairs (from The Twilight Forest) +- twilightforest:bold_castle_brick_stairs (from The Twilight Forest) +- twilightforest:nagastone_stairs_left (from The Twilight Forest) +- twilightforest:nagastone_stairs_right (from The Twilight Forest) +- twilightforest:mossy_nagastone_stairs_left (from The Twilight Forest) +- twilightforest:mossy_nagastone_stairs_right (from The Twilight Forest) +- twilightforest:cracked_nagastone_stairs_left (from The Twilight Forest) +- twilightforest:cracked_nagastone_stairs_right (from The Twilight Forest) + +#c:white_glass_panes +- minecraft:white_stained_glass_pane (from Porting Lib Tags) + +#minecraft:logs +- #minecraft:logs_that_burn (from Default) +- #minecraft:crimson_stems (from Default) +- #minecraft:warped_stems (from Default) +- biomemakeover:blighted_balsa_log (from Biome Makeover) +- biomemakeover:stripped_blighted_balsa_log (from Biome Makeover) +- biomemakeover:blighted_balsa_wood (from Biome Makeover) +- biomemakeover:stripped_blighted_balsa_wood (from Biome Makeover) +- biomemakeover:willow_log (from Biome Makeover) +- biomemakeover:stripped_willow_log (from Biome Makeover) +- biomemakeover:willow_wood (from Biome Makeover) +- biomemakeover:stripped_willow_wood (from Biome Makeover) +- biomemakeover:swamp_cypress_log (from Biome Makeover) +- biomemakeover:stripped_swamp_cypress_log (from Biome Makeover) +- biomemakeover:swamp_cypress_wood (from Biome Makeover) +- biomemakeover:stripped_swamp_cypress_wood (from Biome Makeover) +- biomemakeover:ancient_oak_log (from Biome Makeover) +- biomemakeover:stripped_ancient_oak_log (from Biome Makeover) +- biomemakeover:ancient_oak_wood (from Biome Makeover) +- biomemakeover:stripped_ancient_oak_wood (from Biome Makeover) +- #byg:logs (from Oh The Biomes You'll Go) +- #byg:palo_verde_logs (from Oh The Biomes You'll Go) +- #byg:withering_oak_logs (from Oh The Biomes You'll Go) +- decorative_blocks:acacia_beam (from Decorative Blocks) +- decorative_blocks:birch_beam (from Decorative Blocks) +- decorative_blocks:jungle_beam (from Decorative Blocks) +- decorative_blocks:dark_oak_beam (from Decorative Blocks) +- decorative_blocks:oak_beam (from Decorative Blocks) +- decorative_blocks:spruce_beam (from Decorative Blocks) +- hexcasting:edified_log (from Hex Casting) +- hexcasting:stripped_edified_log (from Hex Casting) +- hexcasting:edified_wood (from Hex Casting) +- hexcasting:stripped_edified_wood (from Hex Casting) +- minecells:putrid_log (from Mine Cells) +- minecells:stripped_putrid_log (from Mine Cells) +- minecells:putrid_wood (from Mine Cells) +- minecells:stripped_putrid_wood (from Mine Cells) +- #twilightforest:logs (from The Twilight Forest) + +#c:septuple_compressed_andesite +- compressor:septuple_compressed_andesite (from Compressor) + +#create:passive_boiler_heaters +- create:blaze_burner (from Create) +- create:lit_blaze_burner (from Create) +- minecraft:magma_block (from Create) +- minecraft:lava (from Create) +- #minecraft:campfires (from Create) +- #minecraft:fire (from Create) + +#minecraft:gaurded_by_piglins + +#doodads:concretes +- minecraft:white_concrete (from Doodads) +- minecraft:orange_concrete (from Doodads) +- minecraft:magenta_concrete (from Doodads) +- minecraft:light_blue_concrete (from Doodads) +- minecraft:yellow_concrete (from Doodads) +- minecraft:lime_concrete (from Doodads) +- minecraft:pink_concrete (from Doodads) +- minecraft:gray_concrete (from Doodads) +- minecraft:light_gray_concrete (from Doodads) +- minecraft:cyan_concrete (from Doodads) +- minecraft:purple_concrete (from Doodads) +- minecraft:blue_concrete (from Doodads) +- minecraft:brown_concrete (from Doodads) +- minecraft:green_concrete (from Doodads) +- minecraft:red_concrete (from Doodads) +- minecraft:black_concrete (from Doodads) + +#c:gravel +- minecraft:gravel (from Porting Lib Tags) + +#minecraft:valid_spawn +- minecraft:grass_block (from Default) +- minecraft:podzol (from Default) +- byg:lush_grass_block (from Oh The Biomes You'll Go) +- byg:overgrown_stone (from Oh The Biomes You'll Go) +- byg:podzol_dacite (from Oh The Biomes You'll Go) +- byg:overgrown_dacite (from Oh The Biomes You'll Go) + +#minecraft:mushroom_grow_block +- minecraft:mycelium (from Default) +- minecraft:podzol (from Default) +- minecraft:crimson_nylium (from Default) +- minecraft:warped_nylium (from Default) +- #minecraft:logs (from Biome Makeover) +- botania:metamorphic_fungal_stone (from Botania) +- botania:metamorphic_fungal_stone_slab (from Botania) +- botania:metamorphic_fungal_stone_stairs (from Botania) +- botania:metamorphic_fungal_stone_wall (from Botania) +- botania:metamorphic_fungal_bricks (from Botania) +- botania:metamorphic_fungal_bricks_slab (from Botania) +- botania:metamorphic_fungal_bricks_stairs (from Botania) +- botania:metamorphic_fungal_bricks_wall (from Botania) +- botania:metamorphic_fungal_cobblestone (from Botania) +- botania:metamorphic_fungal_cobblestone_slab (from Botania) +- botania:metamorphic_fungal_cobblestone_stairs (from Botania) +- botania:metamorphic_fungal_cobblestone_wall (from Botania) +- botania:chiseled_metamorphic_fungal_bricks (from Botania) +- botania:apothecary_fungal (from Botania) +- byg:overgrown_netherrack (from Oh The Biomes You'll Go) +- byg:embur_nylium (from Oh The Biomes You'll Go) +- byg:sythian_nylium (from Oh The Biomes You'll Go) +- byg:overgrown_crimson_blackstone (from Oh The Biomes You'll Go) +- byg:ivis_phylium (from Oh The Biomes You'll Go) +- byg:ether_phylium (from Oh The Biomes You'll Go) +- byg:nightshade_phylium (from Oh The Biomes You'll Go) +- byg:shulkren_phylium (from Oh The Biomes You'll Go) +- byg:bulbis_phycelium (from Oh The Biomes You'll Go) +- byg:imparius_phylium (from Oh The Biomes You'll Go) +- farmersdelight:organic_compost (from Farmer's Delight) +- farmersdelight:rich_soil (from Farmer's Delight) +- #supplementaries:planters (from Supplementaries) +- twilightforest:uberous_soil (from The Twilight Forest) + +#spectrum:polished_base_blocks +- spectrum:polished_basalt (from Spectrum) +- spectrum:polished_calcite (from Spectrum) + +#adventurez:unbreakable_blocks +- minecraft:bedrock (from AdventureZ) +- minecraft:barrier (from AdventureZ) +- minecraft:chain_command_block (from AdventureZ) +- minecraft:command_block (from AdventureZ) +- minecraft:repeating_command_block (from AdventureZ) +- minecraft:jigsaw (from AdventureZ) +- minecraft:respawn_anchor (from AdventureZ) +- minecraft:end_portal (from AdventureZ) +- minecraft:dragon_egg (from AdventureZ) +- #spectrum:unbreakable (from Spectrum) + +#minecraft:emerald_ores +- minecraft:emerald_ore (from Default) +- minecraft:deepslate_emerald_ore (from Default) +- deeperdarker:sculk_stone_emerald_ore (from Deeper and Darker) +- spectrum:blackslag_emerald_ore (from Spectrum) + +#c:yellow_glass +- minecraft:yellow_stained_glass (from Porting Lib Tags) + +#twilightforest:storage_blocks/steeleaf +- twilightforest:steeleaf_block (from The Twilight Forest) + +#yigd:soft_whitelist +- minecraft:air (from You're in Grave Danger) +- minecraft:water (from You're in Grave Danger) +- minecraft:dead_bush (from You're in Grave Danger) +- minecraft:grass (from You're in Grave Danger) +- minecraft:fern (from You're in Grave Danger) +- minecraft:snow (from You're in Grave Danger) + +#byg:may_place_on/fairy_slipper +- #minecraft:dirt (from Oh The Biomes You'll Go) +- #minecraft:logs (from Oh The Biomes You'll Go) + +#c:colorless_glass +- create:tiled_glass (from Create) +- create:framed_glass (from Create) +- create:horizontal_framed_glass (from Create) +- create:vertical_framed_glass (from Create) +- minecraft:glass (from Porting Lib Tags) + +#c:tinted_glass +- minecraft:tinted_glass (from Porting Lib Tags) + +#c:wooden_fence_gates +- minecraft:oak_fence_gate (from Porting Lib Tags) +- minecraft:spruce_fence_gate (from Porting Lib Tags) +- minecraft:birch_fence_gate (from Porting Lib Tags) +- minecraft:jungle_fence_gate (from Porting Lib Tags) +- minecraft:acacia_fence_gate (from Porting Lib Tags) +- minecraft:dark_oak_fence_gate (from Porting Lib Tags) +- minecraft:crimson_fence_gate (from Porting Lib Tags) +- minecraft:warped_fence_gate (from Porting Lib Tags) + +#c:quintuple_compressed_cobblestone +- compressor:quintuple_compressed_cobblestone (from Compressor) + +#c:triple_compressed_blackstone +- compressor:triple_compressed_blackstone (from Compressor) + +#byg:may_place_on/weeping_milk_cap +- #minecraft:base_stone_overworld (from Oh The Biomes You'll Go) +- #minecraft:dirt (from Oh The Biomes You'll Go) +- #minecraft:mushroom_grow_block (from Oh The Biomes You'll Go) + +#appliedenergistics2:blacklisted/annihilation_plane +- #spectrum:unbreakable (from Spectrum) +- #spectrum:budding_blocks (from Spectrum) + +#ants:food/colored/oak_orange_leaf_food +- spectrum:orange_leaves (from Spectrum) + +#another_furniture:chairs +- another_furniture:oak_chair (from Another Furniture) +- another_furniture:spruce_chair (from Another Furniture) +- another_furniture:birch_chair (from Another Furniture) +- another_furniture:jungle_chair (from Another Furniture) +- another_furniture:acacia_chair (from Another Furniture) +- another_furniture:dark_oak_chair (from Another Furniture) +- another_furniture:mangrove_chair? (from Another Furniture) +- another_furniture:crimson_chair (from Another Furniture) +- another_furniture:warped_chair (from Another Furniture) + +#spectrum:colored_pressure_plates +- spectrum:black_pressure_plate (from Spectrum) +- spectrum:blue_pressure_plate (from Spectrum) +- spectrum:brown_pressure_plate (from Spectrum) +- spectrum:cyan_pressure_plate (from Spectrum) +- spectrum:gray_pressure_plate (from Spectrum) +- spectrum:green_pressure_plate (from Spectrum) +- spectrum:light_blue_pressure_plate (from Spectrum) +- spectrum:light_gray_pressure_plate (from Spectrum) +- spectrum:lime_pressure_plate (from Spectrum) +- spectrum:magenta_pressure_plate (from Spectrum) +- spectrum:orange_pressure_plate (from Spectrum) +- spectrum:pink_pressure_plate (from Spectrum) +- spectrum:purple_pressure_plate (from Spectrum) +- spectrum:red_pressure_plate (from Spectrum) +- spectrum:white_pressure_plate (from Spectrum) +- spectrum:yellow_pressure_plate (from Spectrum) + +#minecraft:beacon_base_blocks +- minecraft:netherite_block (from Default) +- minecraft:emerald_block (from Default) +- minecraft:diamond_block (from Default) +- minecraft:gold_block (from Default) +- minecraft:iron_block (from Default) +- ad_astra:steel_block (from Ad Astra!) +- ad_astra:desh_block (from Ad Astra!) +- ad_astra:ostrum_block (from Ad Astra!) +- ad_astra:calorite_block (from Ad Astra!) +- #advancednetherite:netherite_blocks (from Advanced Netherite) +- #c:silver_blocks (from Bewitchment) +- botania:manasteel_block (from Botania) +- botania:terrasteel_block (from Botania) +- botania:elementium_block (from Botania) +- botania:mana_diamond_block (from Botania) +- botania:dragonstone_block (from Botania) +- byg:pendorite_block (from Oh The Biomes You'll Go) +- byg:ametrine_block (from Oh The Biomes You'll Go) +- create:zinc_block (from Create) +- create:brass_block (from Create) +- spectrum:shimmerstone_block (from Spectrum) +- spectrum:bismuth_block (from Spectrum) +- spectrum:malachite_block (from Spectrum) +- spectrum:azurite_block (from Spectrum) +- #twilightforest:storage_blocks/arctic_fur (from The Twilight Forest) +- #twilightforest:storage_blocks/carminite (from The Twilight Forest) +- #twilightforest:storage_blocks/fiery (from The Twilight Forest) +- #twilightforest:storage_blocks/ironwood (from The Twilight Forest) +- #twilightforest:storage_blocks/knightmetal (from The Twilight Forest) +- #twilightforest:storage_blocks/steeleaf (from The Twilight Forest) +- xps:block_soul_copper (from Xp Obelisk) + +#doodads:glazed_terracottas +- minecraft:white_glazed_terracotta (from Doodads) +- minecraft:orange_glazed_terracotta (from Doodads) +- minecraft:magenta_glazed_terracotta (from Doodads) +- minecraft:light_blue_glazed_terracotta (from Doodads) +- minecraft:yellow_glazed_terracotta (from Doodads) +- minecraft:lime_glazed_terracotta (from Doodads) +- minecraft:pink_glazed_terracotta (from Doodads) +- minecraft:gray_glazed_terracotta (from Doodads) +- minecraft:light_gray_glazed_terracotta (from Doodads) +- minecraft:cyan_glazed_terracotta (from Doodads) +- minecraft:purple_glazed_terracotta (from Doodads) +- minecraft:blue_glazed_terracotta (from Doodads) +- minecraft:brown_glazed_terracotta (from Doodads) +- minecraft:green_glazed_terracotta (from Doodads) +- minecraft:red_glazed_terracotta (from Doodads) +- minecraft:black_glazed_terracotta (from Doodads) + +#c:black_glass_panes +- minecraft:black_stained_glass_pane (from Porting Lib Tags) + +#byg:may_place_on/jacaranda_sapling +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#c:quintuple_compressed_diorite +- compressor:quintuple_compressed_diorite (from Compressor) + +#spectrum:natures_staff_stackable +- minecraft:sugar_cane (from Spectrum) +- minecraft:cactus (from Spectrum) +- minecraft:bamboo (from Spectrum) + +#twilightforest:darkwood_logs +- twilightforest:dark_log (from The Twilight Forest) +- twilightforest:stripped_dark_log (from The Twilight Forest) +- twilightforest:dark_wood (from The Twilight Forest) +- twilightforest:stripped_dark_wood (from The Twilight Forest) + +#minecraft:anvil +- minecraft:anvil (from Default) +- minecraft:chipped_anvil (from Default) +- minecraft:damaged_anvil (from Default) +- minecraft:anvil (from DragonLoot) +- minecraft:chipped_anvil (from DragonLoot) +- minecraft:damaged_anvil (from DragonLoot) +- dragonloot:dragon_anvil (from DragonLoot) +- spectrum:bedrock_anvil (from Spectrum) + +#c:iron_blocks +- minecraft:iron_block (from Porting Lib Tags) + +#twilightforest:hollow_logs_vertical +- twilightforest:hollow_oak_log_vertical (from The Twilight Forest) +- twilightforest:hollow_spruce_log_vertical (from The Twilight Forest) +- twilightforest:hollow_birch_log_vertical (from The Twilight Forest) +- twilightforest:hollow_jungle_log_vertical (from The Twilight Forest) +- twilightforest:hollow_acacia_log_vertical (from The Twilight Forest) +- twilightforest:hollow_dark_oak_log_vertical (from The Twilight Forest) +- twilightforest:hollow_crimson_stem_vertical (from The Twilight Forest) +- twilightforest:hollow_warped_stem_vertical (from The Twilight Forest) +- twilightforest:hollow_vangrove_log_vertical (from The Twilight Forest) +- twilightforest:hollow_twilight_oak_log_vertical (from The Twilight Forest) +- twilightforest:hollow_canopy_log_vertical (from The Twilight Forest) +- twilightforest:hollow_mangrove_log_vertical (from The Twilight Forest) +- twilightforest:hollow_dark_log_vertical (from The Twilight Forest) +- twilightforest:hollow_time_log_vertical (from The Twilight Forest) +- twilightforest:hollow_transformation_log_vertical (from The Twilight Forest) +- twilightforest:hollow_mining_log_vertical (from The Twilight Forest) +- twilightforest:hollow_sorting_log_vertical (from The Twilight Forest) + +#minecraft:moss_replaceable +- #minecraft:base_stone_overworld (from Default) +- #minecraft:cave_vines (from Default) +- #minecraft:dirt (from Default) +- byg:red_rock (from Oh The Biomes You'll Go) +- create:asurine (from Create) +- create:crimsite (from Create) +- create:limestone (from Create) +- create:ochrum (from Create) +- create:scoria (from Create) +- create:scorchia (from Create) +- create:veridium (from Create) +- twilightforest:root (from The Twilight Forest) +- twilightforest:liveroot_block (from The Twilight Forest) +- twilightforest:trollsteinn (from The Twilight Forest) + +#byg:may_place_on/mahogany_sapling +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#forge:sand +- #byg:sand (from Oh The Biomes You'll Go) +- #forge:sand/colorless (from chisels-and-bits) +- #forge:sand/red (from chisels-and-bits) + +#byg:may_place_on/green_tulip +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#byg:may_place_on/clover_patch +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#spectrum:mob_heads +- spectrum:egg_laying_wooly_pig_head (from Spectrum) +- spectrum:axolotl_blue_head (from Spectrum) +- spectrum:axolotl_brown_head (from Spectrum) +- spectrum:axolotl_cyan_head (from Spectrum) +- spectrum:axolotl_gold_head (from Spectrum) +- spectrum:axolotl_leucistic_head (from Spectrum) +- spectrum:bat_head (from Spectrum) +- spectrum:bee_head (from Spectrum) +- spectrum:blaze_head (from Spectrum) +- spectrum:cat_head (from Spectrum) +- spectrum:cave_spider_head (from Spectrum) +- spectrum:chicken_head (from Spectrum) +- spectrum:clownfish_head (from Spectrum) +- spectrum:cow_head (from Spectrum) +- spectrum:donkey_head (from Spectrum) +- spectrum:drowned_head (from Spectrum) +- spectrum:elder_guardian_head (from Spectrum) +- spectrum:enderman_head (from Spectrum) +- spectrum:endermite_head (from Spectrum) +- spectrum:evoker_head (from Spectrum) +- spectrum:fox_head (from Spectrum) +- spectrum:fox_arctic_head (from Spectrum) +- spectrum:ghast_head (from Spectrum) +- spectrum:glow_squid_head (from Spectrum) +- spectrum:goat_head (from Spectrum) +- spectrum:guardian_head (from Spectrum) +- spectrum:hoglin_head (from Spectrum) +- spectrum:horse_head (from Spectrum) +- spectrum:husk_head (from Spectrum) +- spectrum:illusioner_head (from Spectrum) +- spectrum:iron_golem_head (from Spectrum) +- spectrum:llama_head (from Spectrum) +- spectrum:magma_cube_head (from Spectrum) +- spectrum:mooshroom_red_head (from Spectrum) +- spectrum:mooshroom_brown_head (from Spectrum) +- spectrum:mule_head (from Spectrum) +- spectrum:ocelot_head (from Spectrum) +- spectrum:panda_head (from Spectrum) +- spectrum:parrot_blue_head (from Spectrum) +- spectrum:parrot_cyan_head (from Spectrum) +- spectrum:parrot_gray_head (from Spectrum) +- spectrum:parrot_green_head (from Spectrum) +- spectrum:parrot_red_head (from Spectrum) +- spectrum:phantom_head (from Spectrum) +- spectrum:pig_head (from Spectrum) +- spectrum:piglin_head (from Spectrum) +- spectrum:polar_bear_head (from Spectrum) +- spectrum:pufferfish_head (from Spectrum) +- spectrum:rabbit_head (from Spectrum) +- spectrum:ravager_head (from Spectrum) +- spectrum:salmon_head (from Spectrum) +- spectrum:sheep_black_head (from Spectrum) +- spectrum:sheep_blue_head (from Spectrum) +- spectrum:sheep_brown_head (from Spectrum) +- spectrum:sheep_cyan_head (from Spectrum) +- spectrum:sheep_gray_head (from Spectrum) +- spectrum:sheep_green_head (from Spectrum) +- spectrum:sheep_light_blue_head (from Spectrum) +- spectrum:sheep_light_gray_head (from Spectrum) +- spectrum:sheep_lime_head (from Spectrum) +- spectrum:sheep_magenta_head (from Spectrum) +- spectrum:sheep_orange_head (from Spectrum) +- spectrum:sheep_pink_head (from Spectrum) +- spectrum:sheep_purple_head (from Spectrum) +- spectrum:sheep_red_head (from Spectrum) +- spectrum:sheep_white_head (from Spectrum) +- spectrum:sheep_yellow_head (from Spectrum) +- spectrum:shulker_black_head (from Spectrum) +- spectrum:shulker_blue_head (from Spectrum) +- spectrum:shulker_brown_head (from Spectrum) +- spectrum:shulker_cyan_head (from Spectrum) +- spectrum:shulker_gray_head (from Spectrum) +- spectrum:shulker_green_head (from Spectrum) +- spectrum:shulker_light_blue_head (from Spectrum) +- spectrum:shulker_light_gray_head (from Spectrum) +- spectrum:shulker_lime_head (from Spectrum) +- spectrum:shulker_magenta_head (from Spectrum) +- spectrum:shulker_orange_head (from Spectrum) +- spectrum:shulker_pink_head (from Spectrum) +- spectrum:shulker_purple_head (from Spectrum) +- spectrum:shulker_red_head (from Spectrum) +- spectrum:shulker_white_head (from Spectrum) +- spectrum:shulker_yellow_head (from Spectrum) +- spectrum:silverfish_head (from Spectrum) +- spectrum:slime_head (from Spectrum) +- spectrum:snow_golem_head (from Spectrum) +- spectrum:spider_head (from Spectrum) +- spectrum:squid_head (from Spectrum) +- spectrum:stray_head (from Spectrum) +- spectrum:strider_head (from Spectrum) +- spectrum:trader_llama_head (from Spectrum) +- spectrum:turtle_head (from Spectrum) +- spectrum:vex_head (from Spectrum) +- spectrum:villager_head (from Spectrum) +- spectrum:vindicator_head (from Spectrum) +- spectrum:wandering_trader_head (from Spectrum) +- spectrum:witch_head (from Spectrum) +- spectrum:wither_head (from Spectrum) +- spectrum:wolf_head (from Spectrum) +- spectrum:zoglin_head (from Spectrum) +- spectrum:zombie_villager_head (from Spectrum) +- spectrum:zombified_piglin_head (from Spectrum) +- spectrum:egg_laying_wooly_pig_wall_head (from Spectrum) +- spectrum:axolotl_blue_wall_head (from Spectrum) +- spectrum:axolotl_brown_wall_head (from Spectrum) +- spectrum:axolotl_cyan_wall_head (from Spectrum) +- spectrum:axolotl_gold_wall_head (from Spectrum) +- spectrum:axolotl_leucistic_wall_head (from Spectrum) +- spectrum:bat_wall_head (from Spectrum) +- spectrum:bee_wall_head (from Spectrum) +- spectrum:blaze_wall_head (from Spectrum) +- spectrum:cat_wall_head (from Spectrum) +- spectrum:cave_spider_wall_head (from Spectrum) +- spectrum:chicken_wall_head (from Spectrum) +- spectrum:clownfish_wall_head (from Spectrum) +- spectrum:cow_wall_head (from Spectrum) +- spectrum:donkey_wall_head (from Spectrum) +- spectrum:drowned_wall_head (from Spectrum) +- spectrum:elder_guardian_wall_head (from Spectrum) +- spectrum:enderman_wall_head (from Spectrum) +- spectrum:endermite_wall_head (from Spectrum) +- spectrum:evoker_wall_head (from Spectrum) +- spectrum:fox_wall_head (from Spectrum) +- spectrum:fox_arctic_wall_head (from Spectrum) +- spectrum:ghast_wall_head (from Spectrum) +- spectrum:glow_squid_wall_head (from Spectrum) +- spectrum:goat_wall_head (from Spectrum) +- spectrum:guardian_wall_head (from Spectrum) +- spectrum:hoglin_wall_head (from Spectrum) +- spectrum:horse_wall_head (from Spectrum) +- spectrum:husk_wall_head (from Spectrum) +- spectrum:illusioner_wall_head (from Spectrum) +- spectrum:iron_golem_wall_head (from Spectrum) +- spectrum:llama_wall_head (from Spectrum) +- spectrum:magma_cube_wall_head (from Spectrum) +- spectrum:mooshroom_red_wall_head (from Spectrum) +- spectrum:mooshroom_brown_wall_head (from Spectrum) +- spectrum:mule_wall_head (from Spectrum) +- spectrum:ocelot_wall_head (from Spectrum) +- spectrum:panda_wall_head (from Spectrum) +- spectrum:parrot_blue_wall_head (from Spectrum) +- spectrum:parrot_cyan_wall_head (from Spectrum) +- spectrum:parrot_gray_wall_head (from Spectrum) +- spectrum:parrot_green_wall_head (from Spectrum) +- spectrum:parrot_red_wall_head (from Spectrum) +- spectrum:phantom_wall_head (from Spectrum) +- spectrum:pig_wall_head (from Spectrum) +- spectrum:piglin_wall_head (from Spectrum) +- spectrum:polar_bear_wall_head (from Spectrum) +- spectrum:pufferfish_wall_head (from Spectrum) +- spectrum:rabbit_wall_head (from Spectrum) +- spectrum:ravager_wall_head (from Spectrum) +- spectrum:salmon_wall_head (from Spectrum) +- spectrum:sheep_black_wall_head (from Spectrum) +- spectrum:sheep_blue_wall_head (from Spectrum) +- spectrum:sheep_brown_wall_head (from Spectrum) +- spectrum:sheep_cyan_wall_head (from Spectrum) +- spectrum:sheep_gray_wall_head (from Spectrum) +- spectrum:sheep_green_wall_head (from Spectrum) +- spectrum:sheep_light_blue_wall_head (from Spectrum) +- spectrum:sheep_light_gray_wall_head (from Spectrum) +- spectrum:sheep_lime_wall_head (from Spectrum) +- spectrum:sheep_magenta_wall_head (from Spectrum) +- spectrum:sheep_orange_wall_head (from Spectrum) +- spectrum:sheep_pink_wall_head (from Spectrum) +- spectrum:sheep_purple_wall_head (from Spectrum) +- spectrum:sheep_red_wall_head (from Spectrum) +- spectrum:sheep_white_wall_head (from Spectrum) +- spectrum:sheep_yellow_wall_head (from Spectrum) +- spectrum:shulker_black_wall_head (from Spectrum) +- spectrum:shulker_blue_wall_head (from Spectrum) +- spectrum:shulker_brown_wall_head (from Spectrum) +- spectrum:shulker_cyan_wall_head (from Spectrum) +- spectrum:shulker_gray_wall_head (from Spectrum) +- spectrum:shulker_green_wall_head (from Spectrum) +- spectrum:shulker_light_blue_wall_head (from Spectrum) +- spectrum:shulker_light_gray_wall_head (from Spectrum) +- spectrum:shulker_lime_wall_head (from Spectrum) +- spectrum:shulker_magenta_wall_head (from Spectrum) +- spectrum:shulker_orange_wall_head (from Spectrum) +- spectrum:shulker_pink_wall_head (from Spectrum) +- spectrum:shulker_purple_wall_head (from Spectrum) +- spectrum:shulker_red_wall_head (from Spectrum) +- spectrum:shulker_white_wall_head (from Spectrum) +- spectrum:shulker_yellow_wall_head (from Spectrum) +- spectrum:silverfish_wall_head (from Spectrum) +- spectrum:slime_wall_head (from Spectrum) +- spectrum:snow_golem_wall_head (from Spectrum) +- spectrum:spider_wall_head (from Spectrum) +- spectrum:squid_wall_head (from Spectrum) +- spectrum:stray_wall_head (from Spectrum) +- spectrum:strider_wall_head (from Spectrum) +- spectrum:trader_llama_wall_head (from Spectrum) +- spectrum:turtle_wall_head (from Spectrum) +- spectrum:vex_wall_head (from Spectrum) +- spectrum:villager_wall_head (from Spectrum) +- spectrum:vindicator_wall_head (from Spectrum) +- spectrum:wandering_trader_wall_head (from Spectrum) +- spectrum:witch_wall_head (from Spectrum) +- spectrum:wither_wall_head (from Spectrum) +- spectrum:wolf_wall_head (from Spectrum) +- spectrum:zoglin_wall_head (from Spectrum) +- spectrum:zombie_villager_wall_head (from Spectrum) +- spectrum:zombified_piglin_wall_head (from Spectrum) + +#c:sandstone +- minecraft:sandstone (from Porting Lib Tags) +- minecraft:cut_sandstone (from Porting Lib Tags) +- minecraft:chiseled_sandstone (from Porting Lib Tags) +- minecraft:smooth_sandstone (from Porting Lib Tags) +- minecraft:red_sandstone (from Porting Lib Tags) +- minecraft:cut_red_sandstone (from Porting Lib Tags) +- minecraft:chiseled_red_sandstone (from Porting Lib Tags) +- minecraft:smooth_red_sandstone (from Porting Lib Tags) + +#c:bushes +- byg:pink_allium_flower_bush (from Oh The Biomes You'll Go) +- byg:firecracker_flower_bush (from Oh The Biomes You'll Go) +- byg:allium_flower_bush (from Oh The Biomes You'll Go) +- byg:oddity_bush (from Oh The Biomes You'll Go) +- byg:nightshade_berry_bush (from Oh The Biomes You'll Go) +- byg:ether_bush (from Oh The Biomes You'll Go) +- byg:warped_bush (from Oh The Biomes You'll Go) +- byg:scorched_bush (from Oh The Biomes You'll Go) +- byg:crimson_berry_bush (from Oh The Biomes You'll Go) +- byg:blueberry_bush (from Oh The Biomes You'll Go) +- byg:shrub (from Oh The Biomes You'll Go) + +#c:mushrooms +- botania:white_mushroom (from Botania) +- botania:orange_mushroom (from Botania) +- botania:magenta_mushroom (from Botania) +- botania:light_blue_mushroom (from Botania) +- botania:yellow_mushroom (from Botania) +- botania:lime_mushroom (from Botania) +- botania:pink_mushroom (from Botania) +- botania:gray_mushroom (from Botania) +- botania:light_gray_mushroom (from Botania) +- botania:cyan_mushroom (from Botania) +- botania:purple_mushroom (from Botania) +- botania:blue_mushroom (from Botania) +- botania:brown_mushroom (from Botania) +- botania:green_mushroom (from Botania) +- botania:red_mushroom (from Botania) +- botania:black_mushroom (from Botania) + +#byg:may_place_on/lazarus_bellflower +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#darkutils:flat_tiles +- darkutils:blank_plate (from DarkUtilities) +- #darkutils:vector_plates (from DarkUtilities) +- #darkutils:damage_plates (from DarkUtilities) +- darkutils:flame_plate (from DarkUtilities) +- darkutils:slowness_plate (from DarkUtilities) +- darkutils:fatigue_plate (from DarkUtilities) +- darkutils:darkness_plate (from DarkUtilities) +- darkutils:hunger_plate (from DarkUtilities) +- darkutils:weakness_plate (from DarkUtilities) +- darkutils:poison_plate (from DarkUtilities) +- darkutils:wither_plate (from DarkUtilities) +- darkutils:alert_plate (from DarkUtilities) +- darkutils:levitation_plate (from DarkUtilities) +- darkutils:misfortune_plate (from DarkUtilities) +- darkutils:slowfall_plate (from DarkUtilities) +- darkutils:omen_plate (from DarkUtilities) +- darkutils:frost_plate (from DarkUtilities) + +#byg:all/stairs +- #minecraft:stairs? (from Oh The Biomes You'll Go) + +#minecraft:iron_ores +- minecraft:iron_ore (from Default) +- minecraft:deepslate_iron_ore (from Default) +- ad_astra:moon_iron_ore (from Ad Astra!) +- ad_astra:mars_iron_ore (from Ad Astra!) +- ad_astra:mercury_iron_ore (from Ad Astra!) +- ad_astra:glacio_iron_ore (from Ad Astra!) +- deeperdarker:sculk_stone_iron_ore (from Deeper and Darker) +- spectrum:blackslag_iron_ore (from Spectrum) + +#mcwwindows:parapets +- mcwwindows:oak_log_parapet (from Macaw's Windows) +- mcwwindows:spruce_log_parapet (from Macaw's Windows) +- mcwwindows:birch_log_parapet (from Macaw's Windows) +- mcwwindows:jungle_log_parapet (from Macaw's Windows) +- mcwwindows:acacia_log_parapet (from Macaw's Windows) +- mcwwindows:dark_oak_log_parapet (from Macaw's Windows) +- mcwwindows:crimson_stem_parapet (from Macaw's Windows) +- mcwwindows:warped_stem_parapet (from Macaw's Windows) +- mcwwindows:mangrove_log_parapet (from Macaw's Windows) +- mcwwindows:oak_plank_parapet (from Macaw's Windows) +- mcwwindows:spruce_plank_parapet (from Macaw's Windows) +- mcwwindows:birch_plank_parapet (from Macaw's Windows) +- mcwwindows:jungle_plank_parapet (from Macaw's Windows) +- mcwwindows:acacia_plank_parapet (from Macaw's Windows) +- mcwwindows:dark_oak_plank_parapet (from Macaw's Windows) +- mcwwindows:crimson_plank_parapet (from Macaw's Windows) +- mcwwindows:warped_plank_parapet (from Macaw's Windows) +- mcwwindows:mangrove_plank_parapet (from Macaw's Windows) +- mcwwindows:andesite_parapet (from Macaw's Windows) +- mcwwindows:diorite_parapet (from Macaw's Windows) +- mcwwindows:granite_parapet (from Macaw's Windows) +- mcwwindows:blackstone_parapet (from Macaw's Windows) +- mcwwindows:prismarine_parapet (from Macaw's Windows) +- mcwwindows:dark_prismarine_parapet (from Macaw's Windows) + +#byg:saplings +- byg:araucaria_sapling (from Oh The Biomes You'll Go) +- byg:aspen_sapling (from Oh The Biomes You'll Go) +- byg:baobab_sapling (from Oh The Biomes You'll Go) +- byg:blue_enchanted_sapling (from Oh The Biomes You'll Go) +- byg:blue_spruce_sapling (from Oh The Biomes You'll Go) +- byg:brown_birch_sapling (from Oh The Biomes You'll Go) +- byg:brown_oak_sapling (from Oh The Biomes You'll Go) +- byg:brown_zelkova_sapling (from Oh The Biomes You'll Go) +- byg:cika_sapling (from Oh The Biomes You'll Go) +- byg:cypress_sapling (from Oh The Biomes You'll Go) +- byg:ebony_sapling (from Oh The Biomes You'll Go) +- byg:ether_sapling (from Oh The Biomes You'll Go) +- byg:fir_sapling (from Oh The Biomes You'll Go) +- byg:green_enchanted_sapling (from Oh The Biomes You'll Go) +- byg:holly_sapling (from Oh The Biomes You'll Go) +- byg:indigo_jacaranda_sapling (from Oh The Biomes You'll Go) +- byg:jacaranda_sapling (from Oh The Biomes You'll Go) +- byg:joshua_sapling (from Oh The Biomes You'll Go) +- byg:lament_sapling (from Oh The Biomes You'll Go) +- byg:mahogany_sapling (from Oh The Biomes You'll Go) +- byg:maple_sapling (from Oh The Biomes You'll Go) +- byg:nightshade_sapling (from Oh The Biomes You'll Go) +- byg:orange_birch_sapling (from Oh The Biomes You'll Go) +- byg:orange_oak_sapling (from Oh The Biomes You'll Go) +- byg:orange_spruce_sapling (from Oh The Biomes You'll Go) +- byg:orchard_sapling (from Oh The Biomes You'll Go) +- byg:palm_sapling (from Oh The Biomes You'll Go) +- byg:palo_verde_sapling (from Oh The Biomes You'll Go) +- byg:pine_sapling (from Oh The Biomes You'll Go) +- byg:pink_cherry_sapling (from Oh The Biomes You'll Go) +- byg:rainbow_eucalyptus_sapling (from Oh The Biomes You'll Go) +- byg:red_birch_sapling (from Oh The Biomes You'll Go) +- byg:red_maple_sapling (from Oh The Biomes You'll Go) +- byg:red_oak_sapling (from Oh The Biomes You'll Go) +- byg:red_spruce_sapling (from Oh The Biomes You'll Go) +- byg:redwood_sapling (from Oh The Biomes You'll Go) +- byg:silver_maple_sapling (from Oh The Biomes You'll Go) +- byg:skyris_sapling (from Oh The Biomes You'll Go) +- byg:white_cherry_sapling (from Oh The Biomes You'll Go) +- byg:white_mangrove_sapling (from Oh The Biomes You'll Go) +- byg:willow_sapling (from Oh The Biomes You'll Go) +- byg:witch_hazel_sapling (from Oh The Biomes You'll Go) +- byg:yellow_birch_sapling (from Oh The Biomes You'll Go) +- byg:yellow_spruce_sapling (from Oh The Biomes You'll Go) +- byg:zelkova_sapling (from Oh The Biomes You'll Go) + +#botania:mystical_flowers +- botania:black_mystical_flower (from Botania) +- botania:blue_mystical_flower (from Botania) +- botania:brown_mystical_flower (from Botania) +- botania:cyan_mystical_flower (from Botania) +- botania:gray_mystical_flower (from Botania) +- botania:green_mystical_flower (from Botania) +- botania:light_blue_mystical_flower (from Botania) +- botania:light_gray_mystical_flower (from Botania) +- botania:lime_mystical_flower (from Botania) +- botania:magenta_mystical_flower (from Botania) +- botania:orange_mystical_flower (from Botania) +- botania:pink_mystical_flower (from Botania) +- botania:purple_mystical_flower (from Botania) +- botania:red_mystical_flower (from Botania) +- botania:white_mystical_flower (from Botania) +- botania:yellow_mystical_flower (from Botania) + +#c:ore_bearing_ground/deepslate +- minecraft:deepslate (from Porting Lib Tags) + +#spectrum:bismuth_buds +- spectrum:small_bismuth_bud (from Spectrum) +- spectrum:large_bismuth_bud (from Spectrum) +- spectrum:bismuth_cluster (from Spectrum) + +#c:quintuple_compressed_gravel +- compressor:quintuple_compressed_gravel (from Compressor) + +#minecraft:piglin_repellents +- minecraft:soul_fire (from Default) +- minecraft:soul_torch (from Default) +- minecraft:soul_lantern (from Default) +- minecraft:soul_wall_torch (from Default) +- minecraft:soul_campfire (from Default) +- supplementaries:sconce_soul (from Supplementaries) +- supplementaries:sconce_wall_soul (from Supplementaries) +- supplementaries:candle_holder_soul (from Supplementaries) +- supplementaries:skull_candle_soul (from Supplementaries) +- the_bumblezone:super_candle_wick_soul (from The Bumblezone - Fabric) + +#another_furniture:sofas +- another_furniture:white_sofa (from Another Furniture) +- another_furniture:orange_sofa (from Another Furniture) +- another_furniture:magenta_sofa (from Another Furniture) +- another_furniture:light_blue_sofa (from Another Furniture) +- another_furniture:yellow_sofa (from Another Furniture) +- another_furniture:lime_sofa (from Another Furniture) +- another_furniture:pink_sofa (from Another Furniture) +- another_furniture:gray_sofa (from Another Furniture) +- another_furniture:light_gray_sofa (from Another Furniture) +- another_furniture:cyan_sofa (from Another Furniture) +- another_furniture:purple_sofa (from Another Furniture) +- another_furniture:blue_sofa (from Another Furniture) +- another_furniture:brown_sofa (from Another Furniture) +- another_furniture:green_sofa (from Another Furniture) +- another_furniture:red_sofa (from Another Furniture) +- another_furniture:black_sofa (from Another Furniture) + +#forge:glass/black +- minecraft:black_stained_glass (from chisels-and-bits) + +#byg:may_place_on/sythian_fungus +- #minecraft:nylium (from Oh The Biomes You'll Go) +- minecraft:mycelium (from Oh The Biomes You'll Go) +- minecraft:soul_soil (from Oh The Biomes You'll Go) + +#minecraft:portals +- minecraft:nether_portal (from Default) +- minecraft:end_portal (from Default) +- minecraft:end_gateway (from Default) +- deeperdarker:otherside_portal (from Deeper and Darker) +- spectrum:deeper_down_portal (from Spectrum) +- twilightforest:twilight_portal (from The Twilight Forest) + +#forge:fences/nether_brick +- minecraft:nether_brick_fence (from chisels-and-bits) + +#c:silver_ores +- bewitchment:silver_ore (from Bewitchment) +- bewitchment:deepslate_silver_ore (from Bewitchment) +- indrev:silver_ore (from Industrial Revolution) +- indrev:deepslate_silver_ore (from Industrial Revolution) +- techreborn:silver_ore (from Tech Reborn) +- techreborn:deepslate_silver_ore (from Tech Reborn) + +#c:lime_glass_panes +- minecraft:lime_stained_glass_pane (from Porting Lib Tags) + +#campanion:flat_tent_tops +- campanion:pink_flat_tent_top (from Campanion) +- campanion:blue_flat_tent_top (from Campanion) +- campanion:lime_flat_tent_top (from Campanion) +- campanion:purple_flat_tent_top (from Campanion) +- campanion:white_flat_tent_top (from Campanion) +- campanion:gray_flat_tent_top (from Campanion) +- campanion:magenta_flat_tent_top (from Campanion) +- campanion:green_flat_tent_top (from Campanion) +- campanion:red_flat_tent_top (from Campanion) +- campanion:orange_flat_tent_top (from Campanion) +- campanion:black_flat_tent_top (from Campanion) +- campanion:yellow_flat_tent_top (from Campanion) +- campanion:cyan_flat_tent_top (from Campanion) +- campanion:light_gray_flat_tent_top (from Campanion) +- campanion:brown_flat_tent_top (from Campanion) +- campanion:light_blue_flat_tent_top (from Campanion) + +#byg:all/ice +- #minecraft:ice? (from Oh The Biomes You'll Go) + +#forge:ores/iron +- #minecraft:iron_ores (from chisels-and-bits) +- deeperdarker:sculk_stone_iron_ore (from Deeper and Darker) + +#spectrum:onyx_ores +- spectrum:onyx_ore (from Spectrum) +- spectrum:deepslate_onyx_ore (from Spectrum) + +#twilightforest:logs +- #twilightforest:twilight_oak_logs (from The Twilight Forest) +- #twilightforest:canopy_logs (from The Twilight Forest) +- #twilightforest:mangrove_logs (from The Twilight Forest) +- #twilightforest:darkwood_logs (from The Twilight Forest) +- #twilightforest:timewood_logs (from The Twilight Forest) +- #twilightforest:transwood_logs (from The Twilight Forest) +- #twilightforest:mining_logs (from The Twilight Forest) +- #twilightforest:sortwood_logs (from The Twilight Forest) + +#minecraft:snow_layer_can_survive_on +- minecraft:honey_block (from Default) +- minecraft:soul_sand (from Default) +- minecraft:mud (from Default) + +#naturalist:vulture_perch_blocks +- minecraft:cactus (from Naturalist) +- #minecraft:leaves (from Naturalist) + +#byg:may_place_on/white_mangrove_tree +- #minecraft:dirt (from Oh The Biomes You'll Go) +- #minecraft:sand (from Oh The Biomes You'll Go) +- #minecraft:sand (from Oh The Biomes You'll Go) +- minecraft:clay (from Oh The Biomes You'll Go) + +#lootr:convert/barrels +- minecraft:barrel (from Lootr) + +#minecraft:wooden_stairs +- minecraft:oak_stairs (from Default) +- minecraft:spruce_stairs (from Default) +- minecraft:birch_stairs (from Default) +- minecraft:jungle_stairs (from Default) +- minecraft:acacia_stairs (from Default) +- minecraft:dark_oak_stairs (from Default) +- minecraft:crimson_stairs (from Default) +- minecraft:warped_stairs (from Default) +- minecraft:mangrove_stairs (from Default) +- bambooeverything:bamboo_stairs (from Bamboo Everything) +- bambooeverything:dry_bamboo_stairs (from Bamboo Everything) +- bewitchment:juniper_stairs (from Bewitchment) +- bewitchment:cypress_stairs (from Bewitchment) +- bewitchment:elder_stairs (from Bewitchment) +- bewitchment:dragons_blood_stairs (from Bewitchment) +- biomemakeover:blighted_balsa_stairs (from Biome Makeover) +- biomemakeover:willow_stairs (from Biome Makeover) +- biomemakeover:swamp_cypress_stairs (from Biome Makeover) +- biomemakeover:ancient_oak_stairs (from Biome Makeover) +- botania:dreamwood_planks_stairs (from Botania) +- botania:dreamwood_stairs (from Botania) +- botania:livingwood_planks_stairs (from Botania) +- botania:livingwood_stairs (from Botania) +- botania:shimmerwood_planks_stairs (from Botania) +- botania:stripped_dreamwood_stairs (from Botania) +- botania:stripped_livingwood_stairs (from Botania) +- byg:aspen_stairs (from Oh The Biomes You'll Go) +- byg:baobab_stairs (from Oh The Biomes You'll Go) +- byg:blue_enchanted_stairs (from Oh The Biomes You'll Go) +- byg:bulbis_stairs (from Oh The Biomes You'll Go) +- byg:cherry_stairs (from Oh The Biomes You'll Go) +- byg:cika_stairs (from Oh The Biomes You'll Go) +- byg:cypress_stairs (from Oh The Biomes You'll Go) +- byg:ebony_stairs (from Oh The Biomes You'll Go) +- byg:embur_stairs (from Oh The Biomes You'll Go) +- byg:ether_stairs (from Oh The Biomes You'll Go) +- byg:fir_stairs (from Oh The Biomes You'll Go) +- byg:green_enchanted_stairs (from Oh The Biomes You'll Go) +- byg:holly_stairs (from Oh The Biomes You'll Go) +- byg:imparius_stairs (from Oh The Biomes You'll Go) +- byg:jacaranda_stairs (from Oh The Biomes You'll Go) +- byg:lament_stairs (from Oh The Biomes You'll Go) +- byg:mahogany_stairs (from Oh The Biomes You'll Go) +- byg:maple_stairs (from Oh The Biomes You'll Go) +- byg:nightshade_stairs (from Oh The Biomes You'll Go) +- byg:palm_stairs (from Oh The Biomes You'll Go) +- byg:pine_stairs (from Oh The Biomes You'll Go) +- byg:rainbow_eucalyptus_stairs (from Oh The Biomes You'll Go) +- byg:redwood_stairs (from Oh The Biomes You'll Go) +- byg:skyris_stairs (from Oh The Biomes You'll Go) +- byg:sythian_stairs (from Oh The Biomes You'll Go) +- byg:white_mangrove_stairs (from Oh The Biomes You'll Go) +- byg:willow_stairs (from Oh The Biomes You'll Go) +- byg:witch_hazel_stairs (from Oh The Biomes You'll Go) +- byg:zelkova_stairs (from Oh The Biomes You'll Go) +- deeperdarker:echo_stairs (from Deeper and Darker) +- ecologics:coconut_stairs (from Ecologics) +- ecologics:walnut_stairs (from Ecologics) +- ecologics:azalea_stairs (from Ecologics) +- ecologics:flowering_azalea_stairs (from Ecologics) +- #spectrum:colored_stairs (from Spectrum) +- techreborn:rubber_stair (from Tech Reborn) +- twilightforest:twilight_oak_stairs (from The Twilight Forest) +- twilightforest:canopy_stairs (from The Twilight Forest) +- twilightforest:mangrove_stairs (from The Twilight Forest) +- twilightforest:dark_stairs (from The Twilight Forest) +- twilightforest:time_stairs (from The Twilight Forest) +- twilightforest:transformation_stairs (from The Twilight Forest) +- twilightforest:mining_stairs (from The Twilight Forest) +- twilightforest:sorting_stairs (from The Twilight Forest) +- vinery:cherry_stairs (from Vinery) + +#c:ores/anthracite +- byg:anthracite_ore (from Oh The Biomes You'll Go) + +#minecraft:wooden_buttons +- minecraft:oak_button (from Default) +- minecraft:spruce_button (from Default) +- minecraft:birch_button (from Default) +- minecraft:jungle_button (from Default) +- minecraft:acacia_button (from Default) +- minecraft:dark_oak_button (from Default) +- minecraft:crimson_button (from Default) +- minecraft:warped_button (from Default) +- minecraft:mangrove_button (from Default) +- bewitchment:juniper_button (from Bewitchment) +- bewitchment:cypress_button (from Bewitchment) +- bewitchment:elder_button (from Bewitchment) +- bewitchment:dragons_blood_button (from Bewitchment) +- biomemakeover:blighted_balsa_button (from Biome Makeover) +- biomemakeover:willow_button (from Biome Makeover) +- biomemakeover:swamp_cypress_button (from Biome Makeover) +- biomemakeover:ancient_oak_button (from Biome Makeover) +- byg:aspen_button (from Oh The Biomes You'll Go) +- byg:baobab_button (from Oh The Biomes You'll Go) +- byg:blue_enchanted_button (from Oh The Biomes You'll Go) +- byg:bulbis_button (from Oh The Biomes You'll Go) +- byg:cherry_button (from Oh The Biomes You'll Go) +- byg:cika_button (from Oh The Biomes You'll Go) +- byg:cypress_button (from Oh The Biomes You'll Go) +- byg:ebony_button (from Oh The Biomes You'll Go) +- byg:embur_button (from Oh The Biomes You'll Go) +- byg:ether_button (from Oh The Biomes You'll Go) +- byg:fir_button (from Oh The Biomes You'll Go) +- byg:green_enchanted_button (from Oh The Biomes You'll Go) +- byg:holly_button (from Oh The Biomes You'll Go) +- byg:imparius_button (from Oh The Biomes You'll Go) +- byg:jacaranda_button (from Oh The Biomes You'll Go) +- byg:lament_button (from Oh The Biomes You'll Go) +- byg:mahogany_button (from Oh The Biomes You'll Go) +- byg:maple_button (from Oh The Biomes You'll Go) +- byg:nightshade_button (from Oh The Biomes You'll Go) +- byg:palm_button (from Oh The Biomes You'll Go) +- byg:pine_button (from Oh The Biomes You'll Go) +- byg:rainbow_eucalyptus_button (from Oh The Biomes You'll Go) +- byg:redwood_button (from Oh The Biomes You'll Go) +- byg:skyris_button (from Oh The Biomes You'll Go) +- byg:sythian_button (from Oh The Biomes You'll Go) +- byg:white_mangrove_button (from Oh The Biomes You'll Go) +- byg:willow_button (from Oh The Biomes You'll Go) +- byg:witch_hazel_button (from Oh The Biomes You'll Go) +- byg:zelkova_button (from Oh The Biomes You'll Go) +- deeperdarker:echo_button (from Deeper and Darker) +- ecologics:coconut_button (from Ecologics) +- ecologics:walnut_button (from Ecologics) +- ecologics:azalea_button (from Ecologics) +- hexcasting:edified_button (from Hex Casting) +- #spectrum:colored_buttons (from Spectrum) +- techreborn:rubber_button (from Tech Reborn) +- twilightforest:twilight_oak_button (from The Twilight Forest) +- twilightforest:canopy_button (from The Twilight Forest) +- twilightforest:mangrove_button (from The Twilight Forest) +- twilightforest:dark_button (from The Twilight Forest) +- twilightforest:time_button (from The Twilight Forest) +- twilightforest:transformation_button (from The Twilight Forest) +- twilightforest:mining_button (from The Twilight Forest) +- twilightforest:sorting_button (from The Twilight Forest) +- vinery:cherry_button (from Vinery) + +#c:terracotta +- minecraft:terracotta (from Applied Energistics 2) +- minecraft:white_terracotta (from Applied Energistics 2) +- minecraft:orange_terracotta (from Applied Energistics 2) +- minecraft:magenta_terracotta (from Applied Energistics 2) +- minecraft:light_blue_terracotta (from Applied Energistics 2) +- minecraft:yellow_terracotta (from Applied Energistics 2) +- minecraft:lime_terracotta (from Applied Energistics 2) +- minecraft:pink_terracotta (from Applied Energistics 2) +- minecraft:gray_terracotta (from Applied Energistics 2) +- minecraft:light_gray_terracotta (from Applied Energistics 2) +- minecraft:cyan_terracotta (from Applied Energistics 2) +- minecraft:purple_terracotta (from Applied Energistics 2) +- minecraft:blue_terracotta (from Applied Energistics 2) +- minecraft:brown_terracotta (from Applied Energistics 2) +- minecraft:green_terracotta (from Applied Energistics 2) +- minecraft:red_terracotta (from Applied Energistics 2) +- minecraft:black_terracotta (from Applied Energistics 2) + +#minecraft:axolotls_spawnable_on +- minecraft:clay (from Default) + +#mcwbridges:bamboo_piers +- mcwbridges:bamboo_bridge_pier (from Macaw's Bridges) +- mcwbridges:dry_bamboo_bridge_pier (from Macaw's Bridges) + +#c:budding_blocks +- minecraft:budding_amethyst (from Applied Energistics 2) +- ae2:flawless_budding_quartz (from Applied Energistics 2) +- ae2:flawed_budding_quartz (from Applied Energistics 2) +- ae2:chipped_budding_quartz (from Applied Energistics 2) +- ae2:damaged_budding_quartz (from Applied Energistics 2) + +#forge:storage_blocks/quartz +- minecraft:quartz_block (from chisels-and-bits) + +#c:octuple_compressed_gravel +- compressor:octuple_compressed_gravel (from Compressor) + +#mcwwindows:shutters +- mcwwindows:oak_shutter (from Macaw's Windows) +- mcwwindows:spruce_shutter (from Macaw's Windows) +- mcwwindows:birch_shutter (from Macaw's Windows) +- mcwwindows:jungle_shutter (from Macaw's Windows) +- mcwwindows:acacia_shutter (from Macaw's Windows) +- mcwwindows:dark_oak_shutter (from Macaw's Windows) +- mcwwindows:crimson_shutter (from Macaw's Windows) +- mcwwindows:warped_shutter (from Macaw's Windows) +- mcwwindows:mangrove_shutter (from Macaw's Windows) +- mcwwindows:bamboo_shutter (from Macaw's Windows) +- mcwwindows:oak_louvered_shutter (from Macaw's Windows) +- mcwwindows:spruce_louvered_shutter (from Macaw's Windows) +- mcwwindows:birch_louvered_shutter (from Macaw's Windows) +- mcwwindows:jungle_louvered_shutter (from Macaw's Windows) +- mcwwindows:acacia_louvered_shutter (from Macaw's Windows) +- mcwwindows:dark_oak_louvered_shutter (from Macaw's Windows) +- mcwwindows:crimson_louvered_shutter (from Macaw's Windows) +- mcwwindows:warped_louvered_shutter (from Macaw's Windows) +- mcwwindows:mangrove_louvered_shutter (from Macaw's Windows) +- mcwwindows:andesite_louvered_shutter (from Macaw's Windows) +- mcwwindows:diorite_louvered_shutter (from Macaw's Windows) +- mcwwindows:granite_louvered_shutter (from Macaw's Windows) + +#c:barrels +- #c:wooden_barrels (from Porting Lib Tags) + +#byg:may_place_on/pink_allium_bush +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#spectrum:player_only_glass +- spectrum:vanilla_semi_permeable_glass (from Spectrum) +- spectrum:tinted_semi_permeable_glass (from Spectrum) +- spectrum:glowing_semi_permeable_glass (from Spectrum) +- spectrum:amethyst_semi_permeable_glass (from Spectrum) +- spectrum:topaz_semi_permeable_glass (from Spectrum) +- spectrum:citrine_semi_permeable_glass (from Spectrum) +- spectrum:onyx_semi_permeable_glass (from Spectrum) +- spectrum:moonstone_semi_permeable_glass (from Spectrum) + +#spectrum:gemstone_glass +- spectrum:amethyst_glass (from Spectrum) +- spectrum:citrine_glass (from Spectrum) +- spectrum:topaz_glass (from Spectrum) +- spectrum:moonstone_glass (from Spectrum) +- spectrum:onyx_glass (from Spectrum) + +#byg:cypress_logs +- byg:cypress_log (from Oh The Biomes You'll Go) +- byg:cypress_wood (from Oh The Biomes You'll Go) +- byg:stripped_cypress_log (from Oh The Biomes You'll Go) +- byg:stripped_cypress_wood (from Oh The Biomes You'll Go) + +#another_furniture:no_seat_collision_check +- #another_furniture:curtains (from Another Furniture) + +#byg:may_place_on/cika_sapling +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#byg:ice +- byg:black_ice (from Oh The Biomes You'll Go) +- byg:packed_black_ice (from Oh The Biomes You'll Go) + +#forge:ores/emerald +- #minecraft:emerald_ores (from chisels-and-bits) +- deeperdarker:sculk_stone_emerald_ore (from Deeper and Darker) + +#deeperdarker:wood +- minecraft:oak_wood (from Deeper and Darker) +- minecraft:spruce_wood (from Deeper and Darker) +- minecraft:birch_wood (from Deeper and Darker) +- minecraft:jungle_wood (from Deeper and Darker) +- minecraft:acacia_wood (from Deeper and Darker) +- minecraft:dark_oak_wood (from Deeper and Darker) +- minecraft:crimson_hyphae (from Deeper and Darker) +- minecraft:warped_hyphae (from Deeper and Darker) + +#computercraft:wired_modem +- computercraft:cable (from CC: Restitched) +- computercraft:wired_modem_full (from CC: Restitched) + +#minecraft:stone_ore_replaceables +- minecraft:stone (from Default) +- minecraft:granite (from Default) +- minecraft:diorite (from Default) +- minecraft:andesite (from Default) +- byg:dacite (from Oh The Biomes You'll Go) +- byg:red_rock (from Oh The Biomes You'll Go) + +#c:white_sand +- byg:white_sand (from Oh The Biomes You'll Go) + +#another_furniture:tables +- another_furniture:oak_table (from Another Furniture) +- another_furniture:spruce_table (from Another Furniture) +- another_furniture:birch_table (from Another Furniture) +- another_furniture:jungle_table (from Another Furniture) +- another_furniture:acacia_table (from Another Furniture) +- another_furniture:dark_oak_table (from Another Furniture) +- another_furniture:mangrove_table? (from Another Furniture) +- another_furniture:crimson_table (from Another Furniture) +- another_furniture:warped_table (from Another Furniture) + +#c:septuple_compressed_deepslate +- compressor:septuple_compressed_deepslate (from Compressor) + +#c:green_glass_panes +- minecraft:green_stained_glass_pane (from Porting Lib Tags) + +#byg:may_place_on/kovan_flower +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#minecraft:corals +- #minecraft:coral_plants (from Default) +- minecraft:tube_coral_fan (from Default) +- minecraft:brain_coral_fan (from Default) +- minecraft:bubble_coral_fan (from Default) +- minecraft:fire_coral_fan (from Default) +- minecraft:horn_coral_fan (from Default) + +#mcwbridges:stone_stairs +- mcwbridges:stone_brick_bridge_stair (from Macaw's Bridges) +- mcwbridges:sandstone_bridge_stair (from Macaw's Bridges) +- mcwbridges:brick_bridge_stair (from Macaw's Bridges) +- mcwbridges:red_sandstone_bridge_stair (from Macaw's Bridges) +- mcwbridges:blackstone_bridge_stair (from Macaw's Bridges) +- mcwbridges:mossy_stone_bridge_stair (from Macaw's Bridges) +- mcwbridges:deepslate_brick_bridge_stair (from Macaw's Bridges) +- mcwbridges:deepslate_tile_bridge_stair (from Macaw's Bridges) +- mcwbridges:mud_brick_bridge_stair (from Macaw's Bridges) + +#c:quintuple_compressed_stone +- compressor:quintuple_compressed_stone (from Compressor) + +#byg:may_place_on/begonia +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#c:quintuple_compressed_cobbled_deepslate +- compressor:quintuple_compressed_cobbled_deepslate (from Compressor) + +#c:ores_in_ground/root +- twilightforest:liveroot_block (from The Twilight Forest) + +#byg:may_place_on/orchard_sapling +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#c:silver_blocks +- bewitchment:silver_block (from Bewitchment) +- indrev:silver_block (from Industrial Revolution) +- techreborn:silver_storage_block (from Tech Reborn) + +#forge:barrels/wooden +- minecraft:barrel (from chisels-and-bits) + +#minecraft:overworld_natural_logs +- minecraft:acacia_log (from Default) +- minecraft:birch_log (from Default) +- minecraft:oak_log (from Default) +- minecraft:jungle_log (from Default) +- minecraft:spruce_log (from Default) +- minecraft:dark_oak_log (from Default) +- minecraft:mangrove_log (from Default) + +#c:basalt +- minecraft:basalt (from Tech Reborn) +- minecraft:polished_basalt (from Tech Reborn) + +#supplementaries:un_rotatable +- minecraft:end_portal_frame? (from Supplementaries) +- create:belt? (from Supplementaries) +- create:track? (from Supplementaries) + +#forge:storage_blocks/raw_iron +- minecraft:raw_iron_block (from chisels-and-bits) + +#byg:may_place_on/cypress_sapling +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#mcwbridges:log_bridges +- mcwbridges:oak_log_bridge_middle (from Macaw's Bridges) +- mcwbridges:birch_log_bridge_middle (from Macaw's Bridges) +- mcwbridges:acacia_log_bridge_middle (from Macaw's Bridges) +- mcwbridges:spruce_log_bridge_middle (from Macaw's Bridges) +- mcwbridges:jungle_log_bridge_middle (from Macaw's Bridges) +- mcwbridges:dark_oak_log_bridge_middle (from Macaw's Bridges) +- mcwbridges:crimson_log_bridge_middle (from Macaw's Bridges) +- mcwbridges:warped_log_bridge_middle (from Macaw's Bridges) +- mcwbridges:mangrove_log_bridge_middle (from Macaw's Bridges) + +#minecraft:bee_growables +- #minecraft:crops (from Default) +- minecraft:sweet_berry_bush (from Default) +- minecraft:cave_vines (from Default) +- minecraft:cave_vines_plant (from Default) +- byg:blueberry_bush (from Oh The Biomes You'll Go) +- byg:white_puffball (from Oh The Biomes You'll Go) + +#forge:ropes +- supplementaries:rope? (from Supplementaries) + +#byg:may_place_on/maple_sapling +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#lootr:convert/trapped_chests +- minecraft:trapped_chest (from Lootr) + +#minecraft:tall_flowers +- minecraft:sunflower (from Default) +- minecraft:lilac (from Default) +- minecraft:peony (from Default) +- minecraft:rose_bush (from Default) +- biomemakeover:swamp_azalea (from Biome Makeover) +- biomemakeover:marigold (from Biome Makeover) +- biomemakeover:foxglove (from Biome Makeover) +- biomemakeover:black_thistle (from Biome Makeover) +- #botania:double_mystical_flowers (from Botania) +- byg:foxglove (from Oh The Biomes You'll Go) +- byg:delphinium (from Oh The Biomes You'll Go) +- byg:japanese_orchid (from Oh The Biomes You'll Go) +- byg:tall_allium (from Oh The Biomes You'll Go) +- byg:tall_pink_allium (from Oh The Biomes You'll Go) +- byg:blooming_aloe_vera (from Oh The Biomes You'll Go) +- farmersdelight:wild_rice (from Farmer's Delight) + +#c:light_gray_glass +- minecraft:light_gray_stained_glass (from Porting Lib Tags) + +#twilightforest:time_core_excluded +- minecraft:nether_portal (from The Twilight Forest) + +#c:compressed_stone +- compressor:compressed_stone (from Compressor) + +#c:pink_sand +- byg:pink_sand (from Oh The Biomes You'll Go) + +#archeology:excavation_blocks +- archeology:excavation_dirt (from CapsLock Archeology Mod) +- archeology:excavation_gravel (from CapsLock Archeology Mod) +- archeology:excavation_red_sand (from CapsLock Archeology Mod) +- archeology:excavation_sand (from CapsLock Archeology Mod) + +#forge:bookshelves +- #byg:bookshelves (from Oh The Biomes You'll Go) +- minecraft:bookshelf (from chisels-and-bits) + +#minecraft:stone_pressure_plates +- minecraft:stone_pressure_plate (from Default) +- minecraft:polished_blackstone_pressure_plate (from Default) + +#c:lead_blocks +- indrev:lead_block (from Industrial Revolution) +- techreborn:lead_storage_block (from Tech Reborn) + +#forge:ores_in_ground/stone +- minecraft:coal_ore (from chisels-and-bits) +- minecraft:copper_ore (from chisels-and-bits) +- minecraft:diamond_ore (from chisels-and-bits) +- minecraft:emerald_ore (from chisels-and-bits) +- minecraft:gold_ore (from chisels-and-bits) +- minecraft:iron_ore (from chisels-and-bits) +- minecraft:lapis_ore (from chisels-and-bits) +- minecraft:redstone_ore (from chisels-and-bits) + +#bewitchment:undead_mask +- #bewitchment:cypress_logs (from Bewitchment) +- bewitchment:cypress_leaves (from Bewitchment) +- bewitchment:cypress_sapling (from Bewitchment) +- bewitchment:cypress_planks (from Bewitchment) +- bewitchment:cypress_stairs (from Bewitchment) +- bewitchment:cypress_slab (from Bewitchment) +- bewitchment:cypress_fence (from Bewitchment) +- bewitchment:cypress_fence_gate (from Bewitchment) +- bewitchment:cypress_pressure_plate (from Bewitchment) +- bewitchment:cypress_button (from Bewitchment) +- bewitchment:cypress_trapdoor (from Bewitchment) +- bewitchment:cypress_door (from Bewitchment) +- bewitchment:cypress_chest (from Bewitchment) +- bewitchment:trapped_cypress_chest (from Bewitchment) +- bewitchment:cypress_sign (from Bewitchment) +- bewitchment:cypress_poppet_shelf (from Bewitchment) + +#mcwwindows:mosaic_glass_pane +- mcwwindows:white_mosaic_glass_pane (from Macaw's Windows) +- mcwwindows:orange_mosaic_glass_pane (from Macaw's Windows) +- mcwwindows:magenta_mosaic_glass_pane (from Macaw's Windows) +- mcwwindows:light_blue_mosaic_glass_pane (from Macaw's Windows) +- mcwwindows:yellow_mosaic_glass_pane (from Macaw's Windows) +- mcwwindows:lime_mosaic_glass_pane (from Macaw's Windows) +- mcwwindows:pink_mosaic_glass_pane (from Macaw's Windows) +- mcwwindows:gray_mosaic_glass_pane (from Macaw's Windows) +- mcwwindows:light_gray_mosaic_glass_pane (from Macaw's Windows) +- mcwwindows:cyan_mosaic_glass_pane (from Macaw's Windows) +- mcwwindows:purple_mosaic_glass_pane (from Macaw's Windows) +- mcwwindows:blue_mosaic_glass_pane (from Macaw's Windows) +- mcwwindows:brown_mosaic_glass_pane (from Macaw's Windows) +- mcwwindows:green_mosaic_glass_pane (from Macaw's Windows) +- mcwwindows:red_mosaic_glass_pane (from Macaw's Windows) +- mcwwindows:black_mosaic_glass_pane (from Macaw's Windows) + +#mcwwindows:windows_four +- mcwwindows:oak_four_window (from Macaw's Windows) +- mcwwindows:oak_plank_four_window (from Macaw's Windows) +- mcwwindows:spruce_four_window (from Macaw's Windows) +- mcwwindows:spruce_plank_four_window (from Macaw's Windows) +- mcwwindows:birch_four_window (from Macaw's Windows) +- mcwwindows:birch_plank_four_window (from Macaw's Windows) +- mcwwindows:jungle_four_window (from Macaw's Windows) +- mcwwindows:jungle_plank_four_window (from Macaw's Windows) +- mcwwindows:acacia_four_window (from Macaw's Windows) +- mcwwindows:acacia_plank_four_window (from Macaw's Windows) +- mcwwindows:dark_oak_four_window (from Macaw's Windows) +- mcwwindows:dark_oak_plank_four_window (from Macaw's Windows) +- mcwwindows:mangrove_four_window (from Macaw's Windows) +- mcwwindows:mangrove_plank_four_window (from Macaw's Windows) +- mcwwindows:stripped_oak_log_four_window (from Macaw's Windows) +- mcwwindows:stripped_spruce_log_four_window (from Macaw's Windows) +- mcwwindows:stripped_birch_log_four_window (from Macaw's Windows) +- mcwwindows:stripped_jungle_log_four_window (from Macaw's Windows) +- mcwwindows:stripped_acacia_log_four_window (from Macaw's Windows) +- mcwwindows:stripped_dark_oak_log_four_window (from Macaw's Windows) +- mcwwindows:stripped_mangrove_log_four_window (from Macaw's Windows) +- mcwwindows:crimson_stem_four_window (from Macaw's Windows) +- mcwwindows:warped_stem_four_window (from Macaw's Windows) +- mcwwindows:stripped_crimson_stem_four_window (from Macaw's Windows) +- mcwwindows:stripped_warped_stem_four_window (from Macaw's Windows) +- mcwwindows:crimson_planks_four_window (from Macaw's Windows) +- mcwwindows:warped_planks_four_window (from Macaw's Windows) +- mcwwindows:andesite_four_window (from Macaw's Windows) +- mcwwindows:diorite_four_window (from Macaw's Windows) +- mcwwindows:granite_four_window (from Macaw's Windows) +- mcwwindows:stone_four_window (from Macaw's Windows) +- mcwwindows:dark_prismarine_four_window (from Macaw's Windows) +- mcwwindows:prismarine_four_window (from Macaw's Windows) +- mcwwindows:blackstone_four_window (from Macaw's Windows) + +#supplementaries:palisades +- betternether:stalagnate_stem? (from Supplementaries) +- betternether:mushroom_fir_stem? (from Supplementaries) +- betternether:mushroom_stem? (from Supplementaries) +- decorative_blocks:oak_palisade? (from Supplementaries) +- decorative_blocks:birch_palisade? (from Supplementaries) +- decorative_blocks:spruce_palisade? (from Supplementaries) +- decorative_blocks:acacia_palisade? (from Supplementaries) +- decorative_blocks:dark_oak_palisade? (from Supplementaries) +- decorative_blocks:jungle_palisade? (from Supplementaries) +- decorative_blocks:warped_palisade? (from Supplementaries) +- decorative_blocks:crimson_palisade? (from Supplementaries) +- #druidcraft:beams? (from Supplementaries) +- druidcraftrg:beam? (from Supplementaries) +- druidcraft:oak_beam? (from Supplementaries) +- druidcraft:birch_beam? (from Supplementaries) +- druidcraft:spruce_beam? (from Supplementaries) +- druidcraft:jungle_beam? (from Supplementaries) +- druidcraft:acacia_beam? (from Supplementaries) +- druidcraft:dark_oak_beam? (from Supplementaries) +- druidcraft:darkwood_beam? (from Supplementaries) +- druidcraft:elder_beam? (from Supplementaries) +- druidcraft:oak_small_beam? (from Supplementaries) +- druidcraft:birch_small_beam? (from Supplementaries) +- druidcraft:spruce_small_beam? (from Supplementaries) +- druidcraft:jungle_small_beam? (from Supplementaries) +- druidcraft:acacia_small_beam? (from Supplementaries) +- druidcraft:dark_oak_small_beam? (from Supplementaries) +- druidcraft:darkwood_small_beam? (from Supplementaries) +- druidcraft:elder_small_beam? (from Supplementaries) + +#forge:glass_panes/pink +- minecraft:pink_stained_glass_pane (from chisels-and-bits) + +#minecraft:completes_find_tree_tutorial +- #minecraft:logs (from Default) +- #minecraft:leaves (from Default) +- #minecraft:wart_blocks (from Default) + +#c:septuple_compressed_blackstone +- compressor:septuple_compressed_blackstone (from Compressor) + +#ecologics:flowering_azalea_logs +- ecologics:flowering_azalea_log (from Ecologics) +- ecologics:flowering_azalea_wood (from Ecologics) + +#c:ores/ametrine +- byg:ametrine_ore (from Oh The Biomes You'll Go) +- byg:budding_ametrine_ore (from Oh The Biomes You'll Go) + +#minecraft:dirt +- minecraft:dirt (from Default) +- minecraft:grass_block (from Default) +- minecraft:podzol (from Default) +- minecraft:coarse_dirt (from Default) +- minecraft:mycelium (from Default) +- minecraft:rooted_dirt (from Default) +- minecraft:moss_block (from Default) +- minecraft:mud (from Default) +- minecraft:muddy_mangrove_roots (from Default) +- archeology:excavation_dirt (from CapsLock Archeology Mod) +- botania:dry_grass (from Botania) +- botania:golden_grass (from Botania) +- botania:infused_grass (from Botania) +- botania:mutated_grass (from Botania) +- botania:scorched_grass (from Botania) +- botania:vivid_grass (from Botania) +- #byg:dirt (from Oh The Biomes You'll Go) +- decorative_blocks:rocky_dirt (from Decorative Blocks) +- farmersdelight:rich_soil (from Farmer's Delight) +- farmingforblockheads:fertilized_farmland_rich (from Farming for Blockheads) +- farmingforblockheads:fertilized_farmland_stable (from Farming for Blockheads) +- farmingforblockheads:fertilized_farmland_healthy (from Farming for Blockheads) +- farmingforblockheads:fertilized_farmland_healthy_stable (from Farming for Blockheads) +- farmingforblockheads:fertilized_farmland_rich_stable (from Farming for Blockheads) +- twilightforest:uberous_soil (from The Twilight Forest) + +#forge:netherrack +- minecraft:netherrack (from chisels-and-bits) + +#minecraft:candle_cakes +- minecraft:candle_cake (from Default) +- minecraft:white_candle_cake (from Default) +- minecraft:orange_candle_cake (from Default) +- minecraft:magenta_candle_cake (from Default) +- minecraft:light_blue_candle_cake (from Default) +- minecraft:yellow_candle_cake (from Default) +- minecraft:lime_candle_cake (from Default) +- minecraft:pink_candle_cake (from Default) +- minecraft:gray_candle_cake (from Default) +- minecraft:light_gray_candle_cake (from Default) +- minecraft:cyan_candle_cake (from Default) +- minecraft:purple_candle_cake (from Default) +- minecraft:blue_candle_cake (from Default) +- minecraft:brown_candle_cake (from Default) +- minecraft:green_candle_cake (from Default) +- minecraft:red_candle_cake (from Default) +- minecraft:black_candle_cake (from Default) +- cacao:candle_chocolate_cake (from Croptopia's Chocolaterie) +- cacao:white_candle_chocolate_cake (from Croptopia's Chocolaterie) +- cacao:orange_candle_chocolate_cake (from Croptopia's Chocolaterie) +- cacao:magenta_candle_chocolate_cake (from Croptopia's Chocolaterie) +- cacao:light_blue_candle_chocolate_cake (from Croptopia's Chocolaterie) +- cacao:yellow_candle_chocolate_cake (from Croptopia's Chocolaterie) +- cacao:lime_candle_chocolate_cake (from Croptopia's Chocolaterie) +- cacao:pink_candle_chocolate_cake (from Croptopia's Chocolaterie) +- cacao:gray_candle_chocolate_cake (from Croptopia's Chocolaterie) +- cacao:light_gray_candle_chocolate_cake (from Croptopia's Chocolaterie) +- cacao:cyan_candle_chocolate_cake (from Croptopia's Chocolaterie) +- cacao:purple_candle_chocolate_cake (from Croptopia's Chocolaterie) +- cacao:blue_candle_chocolate_cake (from Croptopia's Chocolaterie) +- cacao:brown_candle_chocolate_cake (from Croptopia's Chocolaterie) +- cacao:green_candle_chocolate_cake (from Croptopia's Chocolaterie) +- cacao:red_candle_chocolate_cake (from Croptopia's Chocolaterie) +- cacao:black_candle_chocolate_cake (from Croptopia's Chocolaterie) + +#byg:logs_that_burn +- #byg:aspen_logs (from Oh The Biomes You'll Go) +- #byg:baobab_logs (from Oh The Biomes You'll Go) +- #byg:blue_enchanted_logs (from Oh The Biomes You'll Go) +- #byg:cherry_logs (from Oh The Biomes You'll Go) +- #byg:cika_logs (from Oh The Biomes You'll Go) +- #byg:cypress_logs (from Oh The Biomes You'll Go) +- #byg:ebony_logs (from Oh The Biomes You'll Go) +- #byg:ether_logs (from Oh The Biomes You'll Go) +- #byg:fir_logs (from Oh The Biomes You'll Go) +- #byg:green_enchanted_logs (from Oh The Biomes You'll Go) +- #byg:holly_logs (from Oh The Biomes You'll Go) +- #byg:jacaranda_logs (from Oh The Biomes You'll Go) +- #byg:mahogany_logs (from Oh The Biomes You'll Go) +- #byg:maple_logs (from Oh The Biomes You'll Go) +- #byg:nightshade_logs (from Oh The Biomes You'll Go) +- #byg:palm_logs (from Oh The Biomes You'll Go) +- #byg:pine_logs (from Oh The Biomes You'll Go) +- #byg:rainbow_eucalyptus_logs (from Oh The Biomes You'll Go) +- #byg:redwood_logs (from Oh The Biomes You'll Go) +- #byg:skyris_logs (from Oh The Biomes You'll Go) +- #byg:white_mangrove_logs (from Oh The Biomes You'll Go) +- #byg:willow_logs (from Oh The Biomes You'll Go) +- #byg:witch_hazel_logs (from Oh The Biomes You'll Go) +- #byg:zelkova_logs (from Oh The Biomes You'll Go) + +#spectrum:failing_conversions +- minecraft:obsidian (from Spectrum) + +#byg:may_place_on/zelkova_sapling +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#lootr:convert/shulkers +- minecraft:shulker_box (from Lootr) + +#minecraft:soul_fire_base_blocks +- minecraft:soul_sand (from Default) +- minecraft:soul_soil (from Default) +- byg:warped_soul_sand (from Oh The Biomes You'll Go) +- byg:warped_soul_soil (from Oh The Biomes You'll Go) +- byg:brimstone (from Oh The Biomes You'll Go) +- byg:frost_magma (from Oh The Biomes You'll Go) +- spirit:soul_powder_block (from Spirit) +- spirit:compressed_soul_powder_block (from Spirit) +- spirit:compressed_soul_sand (from Spirit) + +#forge:crops/flax +- supplementaries:flax (from Supplementaries) + +#spectrum:basic_pedestals +- spectrum:pedestal_basic_topaz (from Spectrum) +- spectrum:pedestal_basic_amethyst (from Spectrum) +- spectrum:pedestal_basic_citrine (from Spectrum) + +#byg:may_place_on/shulkren_fungus +- #byg:end_stone (from Oh The Biomes You'll Go) +- #c:end_stones? (from Oh The Biomes You'll Go) +- #forge:end_stones? (from Oh The Biomes You'll Go) +- minecraft:end_stone (from Oh The Biomes You'll Go) + +#minecraft:snaps_goat_horn +- #minecraft:overworld_natural_logs (from Default) +- minecraft:stone (from Default) +- minecraft:packed_ice (from Default) +- minecraft:iron_ore (from Default) +- minecraft:coal_ore (from Default) +- minecraft:copper_ore (from Default) +- minecraft:emerald_ore (from Default) +- ad_astra:moon_stone (from Ad Astra!) +- ad_astra:moon_iron_ore (from Ad Astra!) +- ad_astra:moon_cheese_ore (from Ad Astra!) +- ad_astra:moon_ice_shard_ore (from Ad Astra!) +- ad_astra:moon_stone_bricks (from Ad Astra!) +- ad_astra:moon_stone_brick_slab (from Ad Astra!) +- ad_astra:moon_stone_brick_stairs (from Ad Astra!) +- ad_astra:cracked_moon_stone_bricks (from Ad Astra!) +- ad_astra:mars_stone (from Ad Astra!) +- ad_astra:mars_iron_ore (from Ad Astra!) +- ad_astra:mars_ice_shard_ore (from Ad Astra!) +- ad_astra:mars_stone_bricks (from Ad Astra!) +- ad_astra:mars_stone_brick_slab (from Ad Astra!) +- ad_astra:mars_stone_brick_stairs (from Ad Astra!) +- ad_astra:cracked_mars_stone_bricks (from Ad Astra!) +- ad_astra:mercury_stone (from Ad Astra!) +- ad_astra:mercury_iron_ore (from Ad Astra!) +- ad_astra:mercury_stone_bricks (from Ad Astra!) +- ad_astra:mercury_stone_brick_slab (from Ad Astra!) +- ad_astra:mercury_stone_brick_stairs (from Ad Astra!) +- ad_astra:cracked_mercury_stone_bricks (from Ad Astra!) +- ad_astra:venus_stone (from Ad Astra!) +- ad_astra:venus_sandstone (from Ad Astra!) +- ad_astra:venus_coal_ore (from Ad Astra!) +- ad_astra:venus_stone_bricks (from Ad Astra!) +- ad_astra:venus_stone_brick_slab (from Ad Astra!) +- ad_astra:venus_stone_brick_stairs (from Ad Astra!) +- ad_astra:cracked_venus_stone_bricks (from Ad Astra!) +- ad_astra:venus_sandstone_bricks (from Ad Astra!) +- ad_astra:venus_sandstone_brick_slab (from Ad Astra!) +- ad_astra:venus_sandstone_brick_stairs (from Ad Astra!) +- ad_astra:cracked_venus_sandstone_bricks (from Ad Astra!) +- ad_astra:glacio_stone (from Ad Astra!) +- ad_astra:glacio_coal_ore (from Ad Astra!) +- ad_astra:glacio_lapis_ore (from Ad Astra!) +- ad_astra:glacio_iron_ore (from Ad Astra!) +- ad_astra:glacio_copper_ore (from Ad Astra!) +- ad_astra:glacio_ice_shard_ore (from Ad Astra!) +- ad_astra:glacio_stone_bricks (from Ad Astra!) +- ad_astra:cracked_glacio_stone_bricks (from Ad Astra!) +- ad_astra:glacio_stone_brick_slab (from Ad Astra!) +- ad_astra:glacio_stone_brick_stairs (from Ad Astra!) +- ad_astra:steel_block (from Ad Astra!) +- ad_astra:desh_block (from Ad Astra!) +- ad_astra:ostrum_block (from Ad Astra!) +- ad_astra:calorite_block (from Ad Astra!) +- ad_astra:iron_plating (from Ad Astra!) +- ad_astra:desh_pillar (from Ad Astra!) +- ad_astra:desh_plating (from Ad Astra!) +- ad_astra:marked_iron_pillar (from Ad Astra!) +- ad_astra:sky_stone (from Ad Astra!) +- ad_astra:infernal_spire_block (from Ad Astra!) +- ad_astra:permafrost (from Ad Astra!) +- ad_astra:moon_pillar (from Ad Astra!) +- ad_astra:mars_pillar (from Ad Astra!) +- ad_astra:venus_pillar (from Ad Astra!) +- ad_astra:mercury_pillar (from Ad Astra!) +- ad_astra:glacio_pillar (from Ad Astra!) +- ad_astra:chiseled_moon_stone_bricks (from Ad Astra!) +- ad_astra:chiseled_moon_stone_stairs (from Ad Astra!) +- ad_astra:chiseled_moon_stone_slab (from Ad Astra!) +- ad_astra:polished_moon_stone (from Ad Astra!) +- ad_astra:polished_moon_stone_stairs (from Ad Astra!) +- ad_astra:polished_moon_stone_slab (from Ad Astra!) +- ad_astra:chiseled_mars_stone_bricks (from Ad Astra!) +- ad_astra:chiseled_mars_stone_stairs (from Ad Astra!) +- ad_astra:chiseled_mars_stone_slab (from Ad Astra!) +- ad_astra:polished_mars_stone (from Ad Astra!) +- ad_astra:polished_mars_stone_stairs (from Ad Astra!) +- ad_astra:polished_mars_stone_slab (from Ad Astra!) +- ad_astra:chiseled_venus_stone_bricks (from Ad Astra!) +- ad_astra:chiseled_venus_stone_stairs (from Ad Astra!) +- ad_astra:chiseled_venus_stone_slab (from Ad Astra!) +- ad_astra:polished_venus_stone (from Ad Astra!) +- ad_astra:polished_venus_stone_stairs (from Ad Astra!) +- ad_astra:polished_venus_stone_slab (from Ad Astra!) +- ad_astra:chiseled_mercury_stone_bricks (from Ad Astra!) +- ad_astra:chiseled_mercury_stone_stairs (from Ad Astra!) +- ad_astra:chiseled_mercury_stone_slab (from Ad Astra!) +- ad_astra:polished_mercury_stone (from Ad Astra!) +- ad_astra:polished_mercury_stone_stairs (from Ad Astra!) +- ad_astra:polished_mercury_stone_slab (from Ad Astra!) +- ad_astra:chiseled_glacio_stone_bricks (from Ad Astra!) +- ad_astra:chiseled_glacio_stone_stairs (from Ad Astra!) +- ad_astra:chiseled_glacio_stone_slab (from Ad Astra!) +- ad_astra:polished_glacio_stone (from Ad Astra!) +- ad_astra:polished_glacio_stone_stairs (from Ad Astra!) +- ad_astra:polished_glacio_stone_slab (from Ad Astra!) + +#twilightforest:ore_magnet/ignored_ores +- #minecraft:coal_ores (from The Twilight Forest) + +#c:septuple_compressed_stone +- compressor:septuple_compressed_stone (from Compressor) + +#c:purple_glass_panes +- minecraft:purple_stained_glass_pane (from Porting Lib Tags) + +#c:end_stones +- byg:ivis_phylium (from Oh The Biomes You'll Go) +- byg:ether_stone (from Oh The Biomes You'll Go) +- byg:nightshade_phylium (from Oh The Biomes You'll Go) +- byg:ether_soil (from Oh The Biomes You'll Go) +- byg:ether_phylium (from Oh The Biomes You'll Go) +- byg:vermilion_sculk (from Oh The Biomes You'll Go) +- byg:shulkren_phylium (from Oh The Biomes You'll Go) +- byg:cryptic_stone (from Oh The Biomes You'll Go) +- byg:cryptic_magma_block (from Oh The Biomes You'll Go) +- byg:bulbis_phycelium (from Oh The Biomes You'll Go) +- byg:purpur_stone (from Oh The Biomes You'll Go) +- byg:imparius_phylium (from Oh The Biomes You'll Go) +- minecraft:end_stone (from Oh The Biomes You'll Go) +- minecraft:end_stone (from Porting Lib Tags) + +#forge:glass_panes/cyan +- minecraft:cyan_stained_glass_pane (from chisels-and-bits) + +#spectrum:structure_blocks +- #spectrum:unbreakable_structure_blocks (from Spectrum) +- spectrum:tinted_preservation_glass (from Spectrum) + +#the_bumblezone:candle_wicks +- the_bumblezone:super_candle_wick (from The Bumblezone - Fabric) +- the_bumblezone:super_candle_wick_soul (from The Bumblezone - Fabric) + +#c:lapis +- minecraft:lapis_block (from Spirit) + +#minecraft:wool +- minecraft:white_wool (from Default) +- minecraft:orange_wool (from Default) +- minecraft:magenta_wool (from Default) +- minecraft:light_blue_wool (from Default) +- minecraft:yellow_wool (from Default) +- minecraft:lime_wool (from Default) +- minecraft:pink_wool (from Default) +- minecraft:gray_wool (from Default) +- minecraft:light_gray_wool (from Default) +- minecraft:cyan_wool (from Default) +- minecraft:purple_wool (from Default) +- minecraft:blue_wool (from Default) +- minecraft:brown_wool (from Default) +- minecraft:green_wool (from Default) +- minecraft:red_wool (from Default) +- minecraft:black_wool (from Default) +- ad_astra:glacian_fur (from Ad Astra!) +- bewitchment:hedgewitch_wool (from Bewitchment) +- bewitchment:alchemist_wool (from Bewitchment) +- bewitchment:besmirched_wool (from Bewitchment) + +#geodes:echo_locatable/emerald +- geodes:small_emerald_bud (from More Geodes) +- geodes:medium_emerald_bud (from More Geodes) +- geodes:large_emerald_bud (from More Geodes) +- geodes:emerald_cluster (from More Geodes) + +#forge:glass/colorless +- minecraft:glass (from chisels-and-bits) + +#campanion:topped_tent_poles +- campanion:light_blue_topped_tent_pole (from Campanion) +- campanion:yellow_topped_tent_pole (from Campanion) +- campanion:gray_topped_tent_pole (from Campanion) +- campanion:magenta_topped_tent_pole (from Campanion) +- campanion:black_topped_tent_pole (from Campanion) +- campanion:cyan_topped_tent_pole (from Campanion) +- campanion:orange_topped_tent_pole (from Campanion) +- campanion:lime_topped_tent_pole (from Campanion) +- campanion:red_topped_tent_pole (from Campanion) +- campanion:white_topped_tent_pole (from Campanion) +- campanion:pink_topped_tent_pole (from Campanion) +- campanion:blue_topped_tent_pole (from Campanion) +- campanion:brown_topped_tent_pole (from Campanion) +- campanion:green_topped_tent_pole (from Campanion) +- campanion:light_gray_topped_tent_pole (from Campanion) +- campanion:purple_topped_tent_pole (from Campanion) + +#botania:elementium_blocks +- botania:elementium_block (from Botania) + +#twilightforest:castle_blocks +- twilightforest:castle_brick (from The Twilight Forest) +- twilightforest:worn_castle_brick (from The Twilight Forest) +- twilightforest:cracked_castle_brick (from The Twilight Forest) +- twilightforest:mossy_castle_brick (from The Twilight Forest) +- twilightforest:castle_roof_tile (from The Twilight Forest) +- twilightforest:thick_castle_brick (from The Twilight Forest) +- twilightforest:bold_castle_brick_tile (from The Twilight Forest) +- twilightforest:bold_castle_brick_pillar (from The Twilight Forest) +- twilightforest:encased_castle_brick_tile (from The Twilight Forest) +- twilightforest:encased_castle_brick_pillar (from The Twilight Forest) +- twilightforest:castle_brick_stairs (from The Twilight Forest) +- twilightforest:worn_castle_brick_stairs (from The Twilight Forest) +- twilightforest:cracked_castle_brick_stairs (from The Twilight Forest) +- twilightforest:mossy_castle_brick_stairs (from The Twilight Forest) +- twilightforest:encased_castle_brick_stairs (from The Twilight Forest) +- twilightforest:bold_castle_brick_stairs (from The Twilight Forest) +- twilightforest:pink_castle_rune_brick (from The Twilight Forest) +- twilightforest:yellow_castle_rune_brick (from The Twilight Forest) +- twilightforest:blue_castle_rune_brick (from The Twilight Forest) +- twilightforest:violet_castle_rune_brick (from The Twilight Forest) +- twilightforest:pink_castle_door (from The Twilight Forest) +- twilightforest:yellow_castle_door (from The Twilight Forest) +- twilightforest:blue_castle_door (from The Twilight Forest) +- twilightforest:violet_castle_door (from The Twilight Forest) + +#c:sand/colorless +- byg:end_sand (from Oh The Biomes You'll Go) + +#c:must_not_be_moved +- modern_industrialization:pipe (from Modern Industrialization) + +#spectrum:topaz_buds +- spectrum:small_topaz_bud (from Spectrum) +- spectrum:medium_topaz_bud (from Spectrum) +- spectrum:large_topaz_bud (from Spectrum) +- spectrum:topaz_cluster (from Spectrum) + +#minecraft:beehives +- minecraft:bee_nest (from Default) +- minecraft:beehive (from Default) + +#twilightforest:timewood_logs +- twilightforest:time_log (from The Twilight Forest) +- twilightforest:stripped_time_log (from The Twilight Forest) +- twilightforest:time_wood (from The Twilight Forest) +- twilightforest:stripped_time_wood (from The Twilight Forest) + +#byg:may_place_on/flowering_jacaranda_bush +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#minecraft:ice +- minecraft:ice (from Default) +- minecraft:packed_ice (from Default) +- minecraft:blue_ice (from Default) +- minecraft:frosted_ice (from Default) +- #byg:ice (from Oh The Biomes You'll Go) +- ecologics:thin_ice (from Ecologics) +- rare-ice:rare_ice (from Rare Ice) + +#byg:may_place_on/angelica +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#the_bumblezone:candle_bases +- the_bumblezone:incense_candle_base (from The Bumblezone - Fabric) +- #the_bumblezone:super_candle_bases (from The Bumblezone - Fabric) + +#minecraft:mangrove_roots_can_grow_through +- minecraft:mud (from Default) +- minecraft:muddy_mangrove_roots (from Default) +- minecraft:mangrove_roots (from Default) +- minecraft:moss_carpet (from Default) +- minecraft:vine (from Default) +- minecraft:mangrove_propagule (from Default) +- minecraft:snow (from Default) + +#c:quadruple_compressed_cobblestone +- compressor:quadruple_compressed_cobblestone (from Compressor) + +#forge:stained_glass +- minecraft:white_stained_glass (from chisels-and-bits) +- minecraft:orange_stained_glass (from chisels-and-bits) +- minecraft:magenta_stained_glass (from chisels-and-bits) +- minecraft:light_blue_stained_glass (from chisels-and-bits) +- minecraft:yellow_stained_glass (from chisels-and-bits) +- minecraft:lime_stained_glass (from chisels-and-bits) +- minecraft:pink_stained_glass (from chisels-and-bits) +- minecraft:gray_stained_glass (from chisels-and-bits) +- minecraft:light_gray_stained_glass (from chisels-and-bits) +- minecraft:cyan_stained_glass (from chisels-and-bits) +- minecraft:purple_stained_glass (from chisels-and-bits) +- minecraft:blue_stained_glass (from chisels-and-bits) +- minecraft:brown_stained_glass (from chisels-and-bits) +- minecraft:green_stained_glass (from chisels-and-bits) +- minecraft:red_stained_glass (from chisels-and-bits) +- minecraft:black_stained_glass (from chisels-and-bits) + +#spectrum:budding_blocks +- minecraft:budding_amethyst (from Spectrum) +- spectrum:budding_citrine (from Spectrum) +- spectrum:budding_onyx (from Spectrum) +- spectrum:budding_moonstone (from Spectrum) +- spectrum:budding_topaz (from Spectrum) + +#vinery:can_not_connect +- vinery:wine_bottle (from Vinery) +- vinery:bolvar_wine (from Vinery) +- vinery:chenet_wine (from Vinery) +- vinery:cherry_wine (from Vinery) +- vinery:clark_wine (from Vinery) +- vinery:king_danis_wine (from Vinery) +- vinery:mellohi_wine (from Vinery) +- vinery:noir_wine (from Vinery) +- vinery:red_grapejuice_wine_bottle (from Vinery) +- vinery:white_grapejuice_wine_bottle (from Vinery) +- vinery:cherry_jam (from Vinery) +- vinery:cherry_jar (from Vinery) +- vinery:cooking_pot (from Vinery) + +#minecraft:crystal_sound_blocks +- minecraft:amethyst_block (from Default) +- minecraft:budding_amethyst (from Default) +- byg:therium_block (from Oh The Biomes You'll Go) +- byg:therium_crystal (from Oh The Biomes You'll Go) +- byg:subzero_crystal_block (from Oh The Biomes You'll Go) +- byg:budding_subzero_crystal (from Oh The Biomes You'll Go) +- byg:subzero_crystal_cluster (from Oh The Biomes You'll Go) +- byg:large_subzero_crystal_bud (from Oh The Biomes You'll Go) +- byg:medium_subzero_crystal_bud (from Oh The Biomes You'll Go) +- byg:small_subzero_crystal_bud (from Oh The Biomes You'll Go) +- hexcasting:conjured (from Hex Casting) +- hexcasting:conjured_block (from Hex Casting) +- hexcasting:amethyst_tiles (from Hex Casting) +- hexcasting:amethyst_sconce (from Hex Casting) +- spectrum:citrine_block (from Spectrum) +- spectrum:budding_citrine (from Spectrum) +- spectrum:topaz_block (from Spectrum) +- spectrum:budding_topaz (from Spectrum) +- spectrum:onyx_block (from Spectrum) +- spectrum:budding_onyx (from Spectrum) +- spectrum:moonstone_block (from Spectrum) +- spectrum:budding_moonstone (from Spectrum) +- spectrum:ethereal_platform (from Spectrum) + +#mcwwindows:arrow_slit +- mcwwindows:stone_brick_arrow_slit (from Macaw's Windows) +- mcwwindows:cobblestone_arrow_slit (from Macaw's Windows) +- mcwwindows:nether_brick_arrow_slit (from Macaw's Windows) +- mcwwindows:ender_brick_arrow_slit (from Macaw's Windows) +- mcwwindows:mud_brick_arrow_slit (from Macaw's Windows) +- mcwwindows:blackstone_brick_arrow_slit (from Macaw's Windows) +- mcwwindows:prismarine_brick_arrow_slit (from Macaw's Windows) +- mcwwindows:dark_prismarine_brick_arrow_slit (from Macaw's Windows) + +#c:saplings +- #byg:saplings (from Oh The Biomes You'll Go) + +#c:quintuple_compressed_andesite +- compressor:quintuple_compressed_andesite (from Compressor) + +#c:octuple_compressed_end_stone +- compressor:octuple_compressed_end_stone (from Compressor) + +#c:double_compressed_andesite +- compressor:double_compressed_andesite (from Compressor) + +#c:ore_bearing_ground/stone +- minecraft:stone (from Porting Lib Tags) + +#c:compressed_cobblestone +- compressor:compressed_cobblestone (from Compressor) + +#the_bumblezone:carpenter_bee_boots_climbables +- the_bumblezone:beehive_beeswax (from The Bumblezone - Fabric) +- the_bumblezone:carvable_wax (from The Bumblezone - Fabric) +- #minecraft:planks (from The Bumblezone - Fabric) +- #minecraft:logs (from The Bumblezone - Fabric) +- #minecraft:leaves (from The Bumblezone - Fabric) +- #minecraft:wooden_slabs (from The Bumblezone - Fabric) +- #minecraft:wooden_stairs (from The Bumblezone - Fabric) +- #minecraft:beehives (from The Bumblezone - Fabric) +- #the_bumblezone:honeycombs_that_features_can_carve (from The Bumblezone - Fabric) +- #forge:storage_blocks/honeycombs? (from The Bumblezone - Fabric) +- #forge:storage_blocks/wax? (from The Bumblezone - Fabric) +- #c:storage_blocks/honeycombs? (from The Bumblezone - Fabric) +- #c:storage_blocks/wax? (from The Bumblezone - Fabric) +- resourcefulbees:waxed_planks? (from The Bumblezone - Fabric) +- resourcefulbees:trimmed_waxed_planks? (from The Bumblezone - Fabric) +- resourcefulbees:waxed_slab? (from The Bumblezone - Fabric) +- resourcefulbees:waxed_stairs? (from The Bumblezone - Fabric) +- resourcefulbees:waxed_machine_block? (from The Bumblezone - Fabric) +- duneons:waxblock? (from The Bumblezone - Fabric) + +#twilightforest:mangrove_logs +- twilightforest:mangrove_log (from The Twilight Forest) +- twilightforest:stripped_mangrove_log (from The Twilight Forest) +- twilightforest:mangrove_wood (from The Twilight Forest) +- twilightforest:stripped_mangrove_wood (from The Twilight Forest) + +#c:raw_silver_blocks +- bewitchment:raw_silver_block (from Bewitchment) + +#create:wrench_pickup +- minecraft:redstone_wire (from Create) +- minecraft:redstone_torch (from Create) +- minecraft:repeater (from Create) +- minecraft:lever (from Create) +- minecraft:comparator (from Create) +- minecraft:observer (from Create) +- minecraft:redstone_wall_torch (from Create) +- minecraft:piston (from Create) +- minecraft:sticky_piston (from Create) +- minecraft:tripwire (from Create) +- minecraft:tripwire_hook (from Create) +- minecraft:daylight_detector (from Create) +- minecraft:target (from Create) +- minecraft:hopper (from Create) +- #minecraft:buttons (from Create) +- #minecraft:pressure_plates (from Create) +- #minecraft:rails (from Create) + +#botania:corporea_spark_override +- botania:corporea_block (from Botania) +- botania:corporea_brick (from Botania) +- botania:corporea_brick_slab (from Botania) +- botania:corporea_brick_stairs (from Botania) +- botania:corporea_brick_wall (from Botania) +- botania:corporea_crystal_cube (from Botania) +- botania:corporea_funnel (from Botania) +- botania:corporea_index (from Botania) +- botania:corporea_interceptor (from Botania) +- botania:corporea_slab (from Botania) +- botania:corporea_stairs (from Botania) + +#the_bumblezone:super_candle_bases +- the_bumblezone:super_candle_base (from The Bumblezone - Fabric) +- the_bumblezone:super_candle_base_black (from The Bumblezone - Fabric) +- the_bumblezone:super_candle_base_blue (from The Bumblezone - Fabric) +- the_bumblezone:super_candle_base_brown (from The Bumblezone - Fabric) +- the_bumblezone:super_candle_base_cyan (from The Bumblezone - Fabric) +- the_bumblezone:super_candle_base_gray (from The Bumblezone - Fabric) +- the_bumblezone:super_candle_base_green (from The Bumblezone - Fabric) +- the_bumblezone:super_candle_base_light_blue (from The Bumblezone - Fabric) +- the_bumblezone:super_candle_base_light_gray (from The Bumblezone - Fabric) +- the_bumblezone:super_candle_base_lime (from The Bumblezone - Fabric) +- the_bumblezone:super_candle_base_magenta (from The Bumblezone - Fabric) +- the_bumblezone:super_candle_base_orange (from The Bumblezone - Fabric) +- the_bumblezone:super_candle_base_pink (from The Bumblezone - Fabric) +- the_bumblezone:super_candle_base_purple (from The Bumblezone - Fabric) +- the_bumblezone:super_candle_base_red (from The Bumblezone - Fabric) +- the_bumblezone:super_candle_base_white (from The Bumblezone - Fabric) +- the_bumblezone:super_candle_base_yellow (from The Bumblezone - Fabric) + +#twilightforest:sortwood_logs +- twilightforest:sorting_log (from The Twilight Forest) +- twilightforest:stripped_sorting_log (from The Twilight Forest) +- twilightforest:sorting_wood (from The Twilight Forest) +- twilightforest:stripped_sorting_wood (from The Twilight Forest) + +#farmersdelight:compost_activators +- minecraft:brown_mushroom (from Farmer's Delight) +- minecraft:red_mushroom (from Farmer's Delight) +- minecraft:podzol (from Farmer's Delight) +- minecraft:mycelium (from Farmer's Delight) +- farmersdelight:organic_compost (from Farmer's Delight) +- farmersdelight:rich_soil (from Farmer's Delight) +- farmersdelight:rich_soil_farmland (from Farmer's Delight) +- farmersdelight:brown_mushroom_colony (from Farmer's Delight) +- farmersdelight:red_mushroom_colony (from Farmer's Delight) + +#create:ore_override_stone +- #minecraft:stone_ore_replaceables (from Create) + +#mcwbridges:rope_bridges +- mcwbridges:rope_oak_bridge (from Macaw's Bridges) +- mcwbridges:rope_spruce_bridge (from Macaw's Bridges) +- mcwbridges:rope_birch_bridge (from Macaw's Bridges) +- mcwbridges:rope_jungle_bridge (from Macaw's Bridges) +- mcwbridges:rope_acacia_bridge (from Macaw's Bridges) +- mcwbridges:rope_dark_oak_bridge (from Macaw's Bridges) +- mcwbridges:rope_crimson_bridge (from Macaw's Bridges) +- mcwbridges:rope_warped_bridge (from Macaw's Bridges) +- mcwbridges:rope_mangrove_bridge (from Macaw's Bridges) + +#forge:glass_panes +- #forge:glass_panes/colorless (from chisels-and-bits) +- #forge:stained_glass_panes (from chisels-and-bits) +- mcwwindows:white_mosaic_glass_pane (from Macaw's Windows) +- mcwwindows:orange_mosaic_glass_pane (from Macaw's Windows) +- mcwwindows:magenta_mosaic_glass_pane (from Macaw's Windows) +- mcwwindows:light_blue_mosaic_glass_pane (from Macaw's Windows) +- mcwwindows:yellow_mosaic_glass_pane (from Macaw's Windows) +- mcwwindows:lime_mosaic_glass_pane (from Macaw's Windows) +- mcwwindows:pink_mosaic_glass_pane (from Macaw's Windows) +- mcwwindows:gray_mosaic_glass_pane (from Macaw's Windows) +- mcwwindows:light_gray_mosaic_glass_pane (from Macaw's Windows) +- mcwwindows:cyan_mosaic_glass_pane (from Macaw's Windows) +- mcwwindows:purple_mosaic_glass_pane (from Macaw's Windows) +- mcwwindows:blue_mosaic_glass_pane (from Macaw's Windows) +- mcwwindows:brown_mosaic_glass_pane (from Macaw's Windows) +- mcwwindows:green_mosaic_glass_pane (from Macaw's Windows) +- mcwwindows:red_mosaic_glass_pane (from Macaw's Windows) +- mcwwindows:black_mosaic_glass_pane (from Macaw's Windows) + +#minecraft:non_flammable_wood +- minecraft:warped_stem (from Default) +- minecraft:stripped_warped_stem (from Default) +- minecraft:warped_hyphae (from Default) +- minecraft:stripped_warped_hyphae (from Default) +- minecraft:crimson_stem (from Default) +- minecraft:stripped_crimson_stem (from Default) +- minecraft:crimson_hyphae (from Default) +- minecraft:stripped_crimson_hyphae (from Default) +- minecraft:crimson_planks (from Default) +- minecraft:warped_planks (from Default) +- minecraft:crimson_slab (from Default) +- minecraft:warped_slab (from Default) +- minecraft:crimson_pressure_plate (from Default) +- minecraft:warped_pressure_plate (from Default) +- minecraft:crimson_fence (from Default) +- minecraft:warped_fence (from Default) +- minecraft:crimson_trapdoor (from Default) +- minecraft:warped_trapdoor (from Default) +- minecraft:crimson_fence_gate (from Default) +- minecraft:warped_fence_gate (from Default) +- minecraft:crimson_stairs (from Default) +- minecraft:warped_stairs (from Default) +- minecraft:crimson_button (from Default) +- minecraft:warped_button (from Default) +- minecraft:crimson_door (from Default) +- minecraft:warped_door (from Default) +- minecraft:crimson_sign (from Default) +- minecraft:warped_sign (from Default) +- minecraft:crimson_wall_sign (from Default) +- minecraft:warped_wall_sign (from Default) +- another_furniture:crimson_bench (from Another Furniture) +- another_furniture:warped_bench (from Another Furniture) +- another_furniture:crimson_chair (from Another Furniture) +- another_furniture:warped_chair (from Another Furniture) +- another_furniture:crimson_drawer (from Another Furniture) +- another_furniture:warped_drawer (from Another Furniture) +- another_furniture:crimson_shelf (from Another Furniture) +- another_furniture:warped_shelf (from Another Furniture) +- another_furniture:crimson_table (from Another Furniture) +- another_furniture:warped_table (from Another Furniture) +- another_furniture:crimson_shutter (from Another Furniture) +- another_furniture:warped_shutter (from Another Furniture) +- another_furniture:crimson_planter_box (from Another Furniture) +- another_furniture:warped_planter_box (from Another Furniture) +- decorative_blocks:crimson_beam (from Decorative Blocks) +- decorative_blocks:crimson_palisade (from Decorative Blocks) +- decorative_blocks:crimson_seat (from Decorative Blocks) +- decorative_blocks:crimson_support (from Decorative Blocks) +- decorative_blocks:warped_beam (from Decorative Blocks) +- decorative_blocks:warped_palisade (from Decorative Blocks) +- decorative_blocks:warped_seat (from Decorative Blocks) +- decorative_blocks:warped_support (from Decorative Blocks) +- supplementaries:hanging_sign_warped? (from Supplementaries) +- supplementaries:hanging_sign_crimson? (from Supplementaries) + +#ants:food/colored/oak_blue_leaf_food +- spectrum:blue_leaves (from Spectrum) + +#c:red_sand +- minecraft:red_sand (from Porting Lib Tags) + +#spectrum:mob_blocks +- spectrum:axolotl_mob_block (from Spectrum) +- spectrum:bat_mob_block (from Spectrum) +- spectrum:bee_mob_block (from Spectrum) +- spectrum:blaze_mob_block (from Spectrum) +- spectrum:cat_mob_block (from Spectrum) +- spectrum:chicken_mob_block (from Spectrum) +- spectrum:cow_mob_block (from Spectrum) +- spectrum:creeper_mob_block (from Spectrum) +- spectrum:ender_dragon_mob_block (from Spectrum) +- spectrum:enderman_mob_block (from Spectrum) +- spectrum:endermite_mob_block (from Spectrum) +- spectrum:evoker_mob_block (from Spectrum) +- spectrum:fish_mob_block (from Spectrum) +- spectrum:fox_mob_block (from Spectrum) +- spectrum:ghast_mob_block (from Spectrum) +- spectrum:glow_squid_mob_block (from Spectrum) +- spectrum:goat_mob_block (from Spectrum) +- spectrum:guardian_mob_block (from Spectrum) +- spectrum:horse_mob_block (from Spectrum) +- spectrum:illusioner_mob_block (from Spectrum) +- spectrum:ocelot_mob_block (from Spectrum) +- spectrum:parrot_mob_block (from Spectrum) +- spectrum:phantom_mob_block (from Spectrum) +- spectrum:pig_mob_block (from Spectrum) +- spectrum:piglin_mob_block (from Spectrum) +- spectrum:polar_bear_mob_block (from Spectrum) +- spectrum:pufferfish_mob_block (from Spectrum) +- spectrum:rabbit_mob_block (from Spectrum) +- spectrum:sheep_mob_block (from Spectrum) +- spectrum:shulker_mob_block (from Spectrum) +- spectrum:silverfish_mob_block (from Spectrum) +- spectrum:skeleton_mob_block (from Spectrum) +- spectrum:slime_mob_block (from Spectrum) +- spectrum:snow_golem_mob_block (from Spectrum) +- spectrum:spider_mob_block (from Spectrum) +- spectrum:squid_mob_block (from Spectrum) +- spectrum:stray_mob_block (from Spectrum) +- spectrum:strider_mob_block (from Spectrum) +- spectrum:turtle_mob_block (from Spectrum) +- spectrum:witch_mob_block (from Spectrum) +- spectrum:wither_mob_block (from Spectrum) +- spectrum:wither_skeleton_mob_block (from Spectrum) +- spectrum:zombie_mob_block (from Spectrum) + +#adventurez:platform_nether_blocks +- minecraft:blackstone (from AdventureZ) +- minecraft:blackstone_slab (from AdventureZ) +- minecraft:cracked_polished_blackstone_bricks (from AdventureZ) +- minecraft:polished_blackstone (from AdventureZ) +- minecraft:polished_blackstone_bricks (from AdventureZ) +- minecraft:polished_blackstone_brick_slab (from AdventureZ) +- minecraft:polished_blackstone_slab (from AdventureZ) +- minecraft:gilded_blackstone (from AdventureZ) + +#c:cheese_ores +- ad_astra:moon_cheese_ore (from Ad Astra!) + +#minecraft:lapis_ores +- minecraft:lapis_ore (from Default) +- minecraft:deepslate_lapis_ore (from Default) +- ad_astra:glacio_lapis_ore (from Ad Astra!) +- deeperdarker:sculk_stone_lapis_ore (from Deeper and Darker) +- spectrum:blackslag_iron_ore (from Spectrum) + +#c:calorite_blocks +- ad_astra:calorite_block (from Ad Astra!) + +#spectrum:blackslag_ores +- spectrum:blackslag_coal_ore (from Spectrum) +- spectrum:blackslag_iron_ore (from Spectrum) +- spectrum:blackslag_gold_ore (from Spectrum) +- spectrum:blackslag_diamond_ore (from Spectrum) +- spectrum:blackslag_redstone_ore (from Spectrum) +- spectrum:blackslag_lapis_ore (from Spectrum) +- spectrum:blackslag_emerald_ore (from Spectrum) +- spectrum:blackslag_shimmerstone_ore (from Spectrum) +- spectrum:blackslag_malachite_ore (from Spectrum) + +#the_bumblezone:blacklisted_hanging_garden_leaves + +#byg:nightshade_logs +- byg:nightshade_log (from Oh The Biomes You'll Go) +- byg:nightshade_wood (from Oh The Biomes You'll Go) +- byg:stripped_nightshade_log (from Oh The Biomes You'll Go) +- byg:stripped_nightshade_wood (from Oh The Biomes You'll Go) + +#c:sapphire_blocks +- techreborn:sapphire_storage_block (from Tech Reborn) + +#create:safe_nbt +- create:creative_motor (from Create) +- create:creative_fluid_tank (from Create) +- create:mechanical_piston (from Create) +- create:sticky_mechanical_piston (from Create) +- create:windmill_bearing (from Create) +- create:mechanical_bearing (from Create) +- create:clockwork_bearing (from Create) +- create:rope_pulley (from Create) +- create:cart_assembler (from Create) +- create:linear_chassis (from Create) +- create:secondary_linear_chassis (from Create) +- create:radial_chassis (from Create) +- create:sequenced_gearshift (from Create) +- create:rotation_speed_controller (from Create) +- create:andesite_funnel (from Create) +- create:andesite_belt_funnel (from Create) +- create:brass_funnel (from Create) +- create:brass_belt_funnel (from Create) +- create:creative_crate (from Create) +- create:redstone_link (from Create) +- create:analog_lever (from Create) +- create:placard (from Create) +- create:pulse_repeater (from Create) +- create:pulse_extender (from Create) +- #minecraft:banners (from Create) +- #minecraft:signs (from Create) + +#twilightforest:mining_logs +- twilightforest:mining_log (from The Twilight Forest) +- twilightforest:stripped_mining_log (from The Twilight Forest) +- twilightforest:mining_wood (from The Twilight Forest) +- twilightforest:stripped_mining_wood (from The Twilight Forest) + +#c:rails/activator +- minecraft:activator_rail (from Porting Lib Base) + +#byg:may_place_on/green_mushroom +- #minecraft:base_stone_overworld (from Oh The Biomes You'll Go) +- #minecraft:dirt (from Oh The Biomes You'll Go) +- #minecraft:mushroom_grow_block (from Oh The Biomes You'll Go) + +#spectrum:gemstone_chiseled_base_blocks +- spectrum:amethyst_chiseled_basalt (from Spectrum) +- spectrum:topaz_chiseled_basalt (from Spectrum) +- spectrum:citrine_chiseled_basalt (from Spectrum) +- spectrum:onyx_chiseled_basalt (from Spectrum) +- spectrum:moonstone_chiseled_basalt (from Spectrum) +- spectrum:amethyst_chiseled_calcite (from Spectrum) +- spectrum:topaz_chiseled_calcite (from Spectrum) +- spectrum:citrine_chiseled_calcite (from Spectrum) +- spectrum:onyx_chiseled_calcite (from Spectrum) +- spectrum:moonstone_chiseled_calcite (from Spectrum) + +#c:electrum_blocks +- indrev:electrum_block (from Industrial Revolution) +- techreborn:electrum_storage_block (from Tech Reborn) + +#ironchests:chests +- ironchests:dirt_chest? (from Iron Chests: Restocked) +- ironchests:copper_chest? (from Iron Chests: Restocked) +- ironchests:iron_chest? (from Iron Chests: Restocked) +- ironchests:gold_chest? (from Iron Chests: Restocked) +- ironchests:diamond_chest? (from Iron Chests: Restocked) +- ironchests:obsidian_chest? (from Iron Chests: Restocked) +- ironchests:crystal_chest? (from Iron Chests: Restocked) +- ironchests:netherite_chest? (from Iron Chests: Restocked) + +#spectrum:colored_fences +- spectrum:black_fence (from Spectrum) +- spectrum:blue_fence (from Spectrum) +- spectrum:brown_fence (from Spectrum) +- spectrum:cyan_fence (from Spectrum) +- spectrum:gray_fence (from Spectrum) +- spectrum:green_fence (from Spectrum) +- spectrum:light_blue_fence (from Spectrum) +- spectrum:light_gray_fence (from Spectrum) +- spectrum:lime_fence (from Spectrum) +- spectrum:magenta_fence (from Spectrum) +- spectrum:orange_fence (from Spectrum) +- spectrum:pink_fence (from Spectrum) +- spectrum:purple_fence (from Spectrum) +- spectrum:red_fence (from Spectrum) +- spectrum:white_fence (from Spectrum) +- spectrum:yellow_fence (from Spectrum) + +#byg:may_place_on/rainbow_eucalyptus_sapling +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#minecraft:mineable/pickaxe +- minecraft:stone (from Default) +- minecraft:granite (from Default) +- minecraft:polished_granite (from Default) +- minecraft:diorite (from Default) +- minecraft:polished_diorite (from Default) +- minecraft:andesite (from Default) +- minecraft:polished_andesite (from Default) +- minecraft:cobblestone (from Default) +- minecraft:gold_ore (from Default) +- minecraft:deepslate_gold_ore (from Default) +- minecraft:iron_ore (from Default) +- minecraft:deepslate_iron_ore (from Default) +- minecraft:coal_ore (from Default) +- minecraft:deepslate_coal_ore (from Default) +- minecraft:nether_gold_ore (from Default) +- minecraft:lapis_ore (from Default) +- minecraft:deepslate_lapis_ore (from Default) +- minecraft:lapis_block (from Default) +- minecraft:dispenser (from Default) +- minecraft:sandstone (from Default) +- minecraft:chiseled_sandstone (from Default) +- minecraft:cut_sandstone (from Default) +- minecraft:gold_block (from Default) +- minecraft:iron_block (from Default) +- minecraft:bricks (from Default) +- minecraft:mossy_cobblestone (from Default) +- minecraft:obsidian (from Default) +- minecraft:spawner (from Default) +- minecraft:diamond_ore (from Default) +- minecraft:deepslate_diamond_ore (from Default) +- minecraft:diamond_block (from Default) +- minecraft:furnace (from Default) +- minecraft:cobblestone_stairs (from Default) +- minecraft:stone_pressure_plate (from Default) +- minecraft:iron_door (from Default) +- minecraft:redstone_ore (from Default) +- minecraft:deepslate_redstone_ore (from Default) +- minecraft:netherrack (from Default) +- minecraft:basalt (from Default) +- minecraft:polished_basalt (from Default) +- minecraft:stone_bricks (from Default) +- minecraft:mossy_stone_bricks (from Default) +- minecraft:cracked_stone_bricks (from Default) +- minecraft:chiseled_stone_bricks (from Default) +- minecraft:iron_bars (from Default) +- minecraft:chain (from Default) +- minecraft:brick_stairs (from Default) +- minecraft:stone_brick_stairs (from Default) +- minecraft:nether_bricks (from Default) +- minecraft:nether_brick_fence (from Default) +- minecraft:nether_brick_stairs (from Default) +- minecraft:enchanting_table (from Default) +- minecraft:brewing_stand (from Default) +- minecraft:end_stone (from Default) +- minecraft:sandstone_stairs (from Default) +- minecraft:emerald_ore (from Default) +- minecraft:deepslate_emerald_ore (from Default) +- minecraft:ender_chest (from Default) +- minecraft:emerald_block (from Default) +- minecraft:light_weighted_pressure_plate (from Default) +- minecraft:heavy_weighted_pressure_plate (from Default) +- minecraft:redstone_block (from Default) +- minecraft:nether_quartz_ore (from Default) +- minecraft:hopper (from Default) +- minecraft:quartz_block (from Default) +- minecraft:chiseled_quartz_block (from Default) +- minecraft:quartz_pillar (from Default) +- minecraft:quartz_stairs (from Default) +- minecraft:dropper (from Default) +- minecraft:white_terracotta (from Default) +- minecraft:orange_terracotta (from Default) +- minecraft:magenta_terracotta (from Default) +- minecraft:light_blue_terracotta (from Default) +- minecraft:yellow_terracotta (from Default) +- minecraft:lime_terracotta (from Default) +- minecraft:pink_terracotta (from Default) +- minecraft:gray_terracotta (from Default) +- minecraft:light_gray_terracotta (from Default) +- minecraft:cyan_terracotta (from Default) +- minecraft:purple_terracotta (from Default) +- minecraft:blue_terracotta (from Default) +- minecraft:brown_terracotta (from Default) +- minecraft:green_terracotta (from Default) +- minecraft:red_terracotta (from Default) +- minecraft:black_terracotta (from Default) +- minecraft:iron_trapdoor (from Default) +- minecraft:prismarine (from Default) +- minecraft:prismarine_bricks (from Default) +- minecraft:dark_prismarine (from Default) +- minecraft:prismarine_stairs (from Default) +- minecraft:prismarine_brick_stairs (from Default) +- minecraft:dark_prismarine_stairs (from Default) +- minecraft:prismarine_slab (from Default) +- minecraft:prismarine_brick_slab (from Default) +- minecraft:dark_prismarine_slab (from Default) +- minecraft:terracotta (from Default) +- minecraft:coal_block (from Default) +- minecraft:red_sandstone (from Default) +- minecraft:chiseled_red_sandstone (from Default) +- minecraft:cut_red_sandstone (from Default) +- minecraft:red_sandstone_stairs (from Default) +- minecraft:stone_slab (from Default) +- minecraft:smooth_stone_slab (from Default) +- minecraft:sandstone_slab (from Default) +- minecraft:cut_sandstone_slab (from Default) +- minecraft:petrified_oak_slab (from Default) +- minecraft:cobblestone_slab (from Default) +- minecraft:brick_slab (from Default) +- minecraft:stone_brick_slab (from Default) +- minecraft:nether_brick_slab (from Default) +- minecraft:quartz_slab (from Default) +- minecraft:red_sandstone_slab (from Default) +- minecraft:cut_red_sandstone_slab (from Default) +- minecraft:purpur_slab (from Default) +- minecraft:smooth_stone (from Default) +- minecraft:smooth_sandstone (from Default) +- minecraft:smooth_quartz (from Default) +- minecraft:smooth_red_sandstone (from Default) +- minecraft:purpur_block (from Default) +- minecraft:purpur_pillar (from Default) +- minecraft:purpur_stairs (from Default) +- minecraft:end_stone_bricks (from Default) +- minecraft:magma_block (from Default) +- minecraft:red_nether_bricks (from Default) +- minecraft:bone_block (from Default) +- minecraft:observer (from Default) +- minecraft:white_glazed_terracotta (from Default) +- minecraft:orange_glazed_terracotta (from Default) +- minecraft:magenta_glazed_terracotta (from Default) +- minecraft:light_blue_glazed_terracotta (from Default) +- minecraft:yellow_glazed_terracotta (from Default) +- minecraft:lime_glazed_terracotta (from Default) +- minecraft:pink_glazed_terracotta (from Default) +- minecraft:gray_glazed_terracotta (from Default) +- minecraft:light_gray_glazed_terracotta (from Default) +- minecraft:cyan_glazed_terracotta (from Default) +- minecraft:purple_glazed_terracotta (from Default) +- minecraft:blue_glazed_terracotta (from Default) +- minecraft:brown_glazed_terracotta (from Default) +- minecraft:green_glazed_terracotta (from Default) +- minecraft:red_glazed_terracotta (from Default) +- minecraft:black_glazed_terracotta (from Default) +- minecraft:white_concrete (from Default) +- minecraft:orange_concrete (from Default) +- minecraft:magenta_concrete (from Default) +- minecraft:light_blue_concrete (from Default) +- minecraft:yellow_concrete (from Default) +- minecraft:lime_concrete (from Default) +- minecraft:pink_concrete (from Default) +- minecraft:gray_concrete (from Default) +- minecraft:light_gray_concrete (from Default) +- minecraft:cyan_concrete (from Default) +- minecraft:purple_concrete (from Default) +- minecraft:blue_concrete (from Default) +- minecraft:brown_concrete (from Default) +- minecraft:green_concrete (from Default) +- minecraft:red_concrete (from Default) +- minecraft:black_concrete (from Default) +- minecraft:dead_tube_coral_block (from Default) +- minecraft:dead_brain_coral_block (from Default) +- minecraft:dead_bubble_coral_block (from Default) +- minecraft:dead_fire_coral_block (from Default) +- minecraft:dead_horn_coral_block (from Default) +- minecraft:tube_coral_block (from Default) +- minecraft:brain_coral_block (from Default) +- minecraft:bubble_coral_block (from Default) +- minecraft:fire_coral_block (from Default) +- minecraft:horn_coral_block (from Default) +- minecraft:dead_tube_coral (from Default) +- minecraft:dead_brain_coral (from Default) +- minecraft:dead_bubble_coral (from Default) +- minecraft:dead_fire_coral (from Default) +- minecraft:dead_horn_coral (from Default) +- minecraft:dead_tube_coral_fan (from Default) +- minecraft:dead_brain_coral_fan (from Default) +- minecraft:dead_bubble_coral_fan (from Default) +- minecraft:dead_fire_coral_fan (from Default) +- minecraft:dead_horn_coral_fan (from Default) +- minecraft:dead_tube_coral_wall_fan (from Default) +- minecraft:dead_brain_coral_wall_fan (from Default) +- minecraft:dead_bubble_coral_wall_fan (from Default) +- minecraft:dead_fire_coral_wall_fan (from Default) +- minecraft:dead_horn_coral_wall_fan (from Default) +- minecraft:polished_granite_stairs (from Default) +- minecraft:smooth_red_sandstone_stairs (from Default) +- minecraft:mossy_stone_brick_stairs (from Default) +- minecraft:polished_diorite_stairs (from Default) +- minecraft:mossy_cobblestone_stairs (from Default) +- minecraft:end_stone_brick_stairs (from Default) +- minecraft:stone_stairs (from Default) +- minecraft:smooth_sandstone_stairs (from Default) +- minecraft:smooth_quartz_stairs (from Default) +- minecraft:granite_stairs (from Default) +- minecraft:andesite_stairs (from Default) +- minecraft:red_nether_brick_stairs (from Default) +- minecraft:polished_andesite_stairs (from Default) +- minecraft:diorite_stairs (from Default) +- minecraft:polished_granite_slab (from Default) +- minecraft:smooth_red_sandstone_slab (from Default) +- minecraft:mossy_stone_brick_slab (from Default) +- minecraft:polished_diorite_slab (from Default) +- minecraft:mossy_cobblestone_slab (from Default) +- minecraft:end_stone_brick_slab (from Default) +- minecraft:smooth_sandstone_slab (from Default) +- minecraft:smooth_quartz_slab (from Default) +- minecraft:granite_slab (from Default) +- minecraft:andesite_slab (from Default) +- minecraft:red_nether_brick_slab (from Default) +- minecraft:polished_andesite_slab (from Default) +- minecraft:diorite_slab (from Default) +- minecraft:smoker (from Default) +- minecraft:blast_furnace (from Default) +- minecraft:grindstone (from Default) +- minecraft:stonecutter (from Default) +- minecraft:bell (from Default) +- minecraft:lantern (from Default) +- minecraft:soul_lantern (from Default) +- minecraft:warped_nylium (from Default) +- minecraft:crimson_nylium (from Default) +- minecraft:netherite_block (from Default) +- minecraft:ancient_debris (from Default) +- minecraft:crying_obsidian (from Default) +- minecraft:respawn_anchor (from Default) +- minecraft:lodestone (from Default) +- minecraft:blackstone (from Default) +- minecraft:blackstone_stairs (from Default) +- minecraft:blackstone_slab (from Default) +- minecraft:polished_blackstone (from Default) +- minecraft:polished_blackstone_bricks (from Default) +- minecraft:cracked_polished_blackstone_bricks (from Default) +- minecraft:chiseled_polished_blackstone (from Default) +- minecraft:polished_blackstone_brick_slab (from Default) +- minecraft:polished_blackstone_brick_stairs (from Default) +- minecraft:gilded_blackstone (from Default) +- minecraft:polished_blackstone_stairs (from Default) +- minecraft:polished_blackstone_slab (from Default) +- minecraft:polished_blackstone_pressure_plate (from Default) +- minecraft:chiseled_nether_bricks (from Default) +- minecraft:cracked_nether_bricks (from Default) +- minecraft:quartz_bricks (from Default) +- minecraft:tuff (from Default) +- minecraft:calcite (from Default) +- minecraft:oxidized_copper (from Default) +- minecraft:weathered_copper (from Default) +- minecraft:exposed_copper (from Default) +- minecraft:copper_block (from Default) +- minecraft:copper_ore (from Default) +- minecraft:deepslate_copper_ore (from Default) +- minecraft:oxidized_cut_copper (from Default) +- minecraft:weathered_cut_copper (from Default) +- minecraft:exposed_cut_copper (from Default) +- minecraft:cut_copper (from Default) +- minecraft:oxidized_cut_copper_stairs (from Default) +- minecraft:weathered_cut_copper_stairs (from Default) +- minecraft:exposed_cut_copper_stairs (from Default) +- minecraft:cut_copper_stairs (from Default) +- minecraft:oxidized_cut_copper_slab (from Default) +- minecraft:weathered_cut_copper_slab (from Default) +- minecraft:exposed_cut_copper_slab (from Default) +- minecraft:cut_copper_slab (from Default) +- minecraft:waxed_copper_block (from Default) +- minecraft:waxed_weathered_copper (from Default) +- minecraft:waxed_exposed_copper (from Default) +- minecraft:waxed_oxidized_copper (from Default) +- minecraft:waxed_oxidized_cut_copper (from Default) +- minecraft:waxed_weathered_cut_copper (from Default) +- minecraft:waxed_exposed_cut_copper (from Default) +- minecraft:waxed_cut_copper (from Default) +- minecraft:waxed_oxidized_cut_copper_stairs (from Default) +- minecraft:waxed_weathered_cut_copper_stairs (from Default) +- minecraft:waxed_exposed_cut_copper_stairs (from Default) +- minecraft:waxed_cut_copper_stairs (from Default) +- minecraft:waxed_oxidized_cut_copper_slab (from Default) +- minecraft:waxed_weathered_cut_copper_slab (from Default) +- minecraft:waxed_exposed_cut_copper_slab (from Default) +- minecraft:waxed_cut_copper_slab (from Default) +- minecraft:lightning_rod (from Default) +- minecraft:pointed_dripstone (from Default) +- minecraft:dripstone_block (from Default) +- minecraft:deepslate (from Default) +- minecraft:cobbled_deepslate (from Default) +- minecraft:cobbled_deepslate_stairs (from Default) +- minecraft:cobbled_deepslate_slab (from Default) +- minecraft:polished_deepslate (from Default) +- minecraft:polished_deepslate_stairs (from Default) +- minecraft:polished_deepslate_slab (from Default) +- minecraft:deepslate_tiles (from Default) +- minecraft:deepslate_tile_stairs (from Default) +- minecraft:deepslate_tile_slab (from Default) +- minecraft:deepslate_bricks (from Default) +- minecraft:deepslate_brick_stairs (from Default) +- minecraft:deepslate_brick_slab (from Default) +- minecraft:chiseled_deepslate (from Default) +- minecraft:cracked_deepslate_bricks (from Default) +- minecraft:cracked_deepslate_tiles (from Default) +- minecraft:smooth_basalt (from Default) +- minecraft:raw_iron_block (from Default) +- minecraft:raw_copper_block (from Default) +- minecraft:raw_gold_block (from Default) +- minecraft:ice (from Default) +- minecraft:packed_ice (from Default) +- minecraft:blue_ice (from Default) +- minecraft:stone_button (from Default) +- minecraft:piston (from Default) +- minecraft:sticky_piston (from Default) +- minecraft:piston_head (from Default) +- minecraft:amethyst_cluster (from Default) +- minecraft:small_amethyst_bud (from Default) +- minecraft:medium_amethyst_bud (from Default) +- minecraft:large_amethyst_bud (from Default) +- minecraft:amethyst_block (from Default) +- minecraft:budding_amethyst (from Default) +- minecraft:infested_cobblestone (from Default) +- minecraft:infested_chiseled_stone_bricks (from Default) +- minecraft:infested_cracked_stone_bricks (from Default) +- minecraft:infested_deepslate (from Default) +- minecraft:infested_stone (from Default) +- minecraft:infested_mossy_stone_bricks (from Default) +- minecraft:infested_stone_bricks (from Default) +- #minecraft:walls (from Default) +- #minecraft:shulker_boxes (from Default) +- #minecraft:anvil (from Default) +- #minecraft:cauldrons (from Default) +- #minecraft:rails (from Default) +- minecraft:conduit (from Default) +- minecraft:mud_bricks (from Default) +- minecraft:mud_brick_stairs (from Default) +- minecraft:mud_brick_slab (from Default) +- minecraft:packed_mud (from Default) +- ad_astra:fuel_refinery (from Ad Astra!) +- ad_astra:compressor (from Ad Astra!) +- ad_astra:coal_generator (from Ad Astra!) +- ad_astra:oxygen_loader (from Ad Astra!) +- ad_astra:solar_panel (from Ad Astra!) +- ad_astra:nasa_workbench (from Ad Astra!) +- ad_astra:oxygen_distributor (from Ad Astra!) +- ad_astra:water_pump (from Ad Astra!) +- ad_astra:raw_desh_block (from Ad Astra!) +- ad_astra:raw_ostrum_block (from Ad Astra!) +- ad_astra:raw_calorite_block (from Ad Astra!) +- ad_astra:launch_pad (from Ad Astra!) +- ad_astra:extinguished_lantern (from Ad Astra!) +- ad_astra:earth_globe (from Ad Astra!) +- ad_astra:moon_globe (from Ad Astra!) +- ad_astra:mars_globe (from Ad Astra!) +- ad_astra:mercury_globe (from Ad Astra!) +- ad_astra:venus_globe (from Ad Astra!) +- ad_astra:glacio_globe (from Ad Astra!) +- ad_astra:steel_block (from Ad Astra!) +- ad_astra:desh_block (from Ad Astra!) +- ad_astra:ostrum_block (from Ad Astra!) +- ad_astra:calorite_block (from Ad Astra!) +- ad_astra:iron_plating (from Ad Astra!) +- ad_astra:iron_pillar (from Ad Astra!) +- ad_astra:steel_plating (from Ad Astra!) +- ad_astra:steel_pillar (from Ad Astra!) +- ad_astra:desh_plating (from Ad Astra!) +- ad_astra:desh_pillar (from Ad Astra!) +- ad_astra:ostrum_plating (from Ad Astra!) +- ad_astra:ostrum_pillar (from Ad Astra!) +- ad_astra:calorite_plating (from Ad Astra!) +- ad_astra:calorite_pillar (from Ad Astra!) +- ad_astra:glowing_iron_pillar (from Ad Astra!) +- ad_astra:marked_iron_pillar (from Ad Astra!) +- ad_astra:sky_stone (from Ad Astra!) +- ad_astra:mars_stone (from Ad Astra!) +- ad_astra:mercury_stone (from Ad Astra!) +- ad_astra:moon_stone (from Ad Astra!) +- ad_astra:venus_sandstone (from Ad Astra!) +- ad_astra:venus_stone (from Ad Astra!) +- ad_astra:conglomerate (from Ad Astra!) +- ad_astra:polished_conglomerate (from Ad Astra!) +- ad_astra:permafrost_bricks (from Ad Astra!) +- ad_astra:cracked_permafrost_bricks (from Ad Astra!) +- ad_astra:energizer (from Ad Astra!) +- ad_astra:infernal_spire_block (from Ad Astra!) +- ad_astra:moon_stone_bricks (from Ad Astra!) +- ad_astra:moon_stone_brick_slab (from Ad Astra!) +- ad_astra:moon_stone_brick_stairs (from Ad Astra!) +- ad_astra:cracked_moon_stone_bricks (from Ad Astra!) +- ad_astra:mars_stone_bricks (from Ad Astra!) +- ad_astra:mars_stone_brick_slab (from Ad Astra!) +- ad_astra:mars_stone_brick_stairs (from Ad Astra!) +- ad_astra:cracked_mars_stone_bricks (from Ad Astra!) +- ad_astra:mercury_stone_bricks (from Ad Astra!) +- ad_astra:mercury_stone_brick_slab (from Ad Astra!) +- ad_astra:mercury_stone_brick_stairs (from Ad Astra!) +- ad_astra:cracked_mercury_stone_bricks (from Ad Astra!) +- ad_astra:venus_sandstone_bricks (from Ad Astra!) +- ad_astra:venus_sandstone_brick_slab (from Ad Astra!) +- ad_astra:venus_sandstone_brick_stairs (from Ad Astra!) +- ad_astra:cracked_venus_sandstone_bricks (from Ad Astra!) +- ad_astra:venus_stone_bricks (from Ad Astra!) +- ad_astra:venus_stone_brick_slab (from Ad Astra!) +- ad_astra:venus_stone_brick_stairs (from Ad Astra!) +- ad_astra:cracked_venus_stone_bricks (from Ad Astra!) +- ad_astra:moon_cheese_ore (from Ad Astra!) +- ad_astra:moon_desh_ore (from Ad Astra!) +- ad_astra:moon_iron_ore (from Ad Astra!) +- ad_astra:mars_iron_ore (from Ad Astra!) +- ad_astra:mars_diamond_ore (from Ad Astra!) +- ad_astra:mars_ostrum_ore (from Ad Astra!) +- ad_astra:mercury_iron_ore (from Ad Astra!) +- ad_astra:venus_coal_ore (from Ad Astra!) +- ad_astra:venus_diamond_ore (from Ad Astra!) +- ad_astra:venus_gold_ore (from Ad Astra!) +- ad_astra:venus_calorite_ore (from Ad Astra!) +- ad_astra:white_flag (from Ad Astra!) +- ad_astra:black_flag (from Ad Astra!) +- ad_astra:light_gray_flag (from Ad Astra!) +- ad_astra:blue_flag (from Ad Astra!) +- ad_astra:brown_flag (from Ad Astra!) +- ad_astra:cyan_flag (from Ad Astra!) +- ad_astra:gray_flag (from Ad Astra!) +- ad_astra:green_flag (from Ad Astra!) +- ad_astra:light_blue_flag (from Ad Astra!) +- ad_astra:lime_flag (from Ad Astra!) +- ad_astra:magenta_flag (from Ad Astra!) +- ad_astra:orange_flag (from Ad Astra!) +- ad_astra:pink_flag (from Ad Astra!) +- ad_astra:purple_flag (from Ad Astra!) +- ad_astra:red_flag (from Ad Astra!) +- ad_astra:yellow_flag (from Ad Astra!) +- ad_astra:moon_ice_shard_ore (from Ad Astra!) +- ad_astra:mars_ice_shard_ore (from Ad Astra!) +- ad_astra:glacio_ice_shard_ore (from Ad Astra!) +- ad_astra:glacio_coal_ore (from Ad Astra!) +- ad_astra:glacio_copper_ore (from Ad Astra!) +- ad_astra:glacio_iron_ore (from Ad Astra!) +- ad_astra:glacio_lapis_ore (from Ad Astra!) +- ad_astra:glacio_stone_bricks (from Ad Astra!) +- ad_astra:cracked_glacio_stone_bricks (from Ad Astra!) +- ad_astra:glacio_stone_brick_slab (from Ad Astra!) +- ad_astra:glacio_stone_brick_stairs (from Ad Astra!) +- ad_astra:glacio_stone (from Ad Astra!) +- ad_astra:permafrost (from Ad Astra!) +- ad_astra:chiseled_mars_stone_bricks (from Ad Astra!) +- ad_astra:chiseled_venus_stone_bricks (from Ad Astra!) +- ad_astra:chiseled_mercury_stone_bricks (from Ad Astra!) +- ad_astra:chiseled_glacio_stone_bricks (from Ad Astra!) +- ad_astra:chiseled_moon_stone_bricks (from Ad Astra!) +- ad_astra:chiseled_mars_stone_stairs (from Ad Astra!) +- ad_astra:chiseled_venus_stone_stairs (from Ad Astra!) +- ad_astra:chiseled_mercury_stone_stairs (from Ad Astra!) +- ad_astra:chiseled_glacio_stone_stairs (from Ad Astra!) +- ad_astra:chiseled_moon_stone_stairs (from Ad Astra!) +- ad_astra:chiseled_mars_stone_slab (from Ad Astra!) +- ad_astra:chiseled_venus_stone_slab (from Ad Astra!) +- ad_astra:chiseled_mercury_stone_slab (from Ad Astra!) +- ad_astra:chiseled_glacio_stone_slab (from Ad Astra!) +- ad_astra:chiseled_moon_stone_slab (from Ad Astra!) +- ad_astra:polished_mars_stone (from Ad Astra!) +- ad_astra:polished_venus_stone (from Ad Astra!) +- ad_astra:polished_mercury_stone (from Ad Astra!) +- ad_astra:polished_glacio_stone (from Ad Astra!) +- ad_astra:polished_moon_stone (from Ad Astra!) +- ad_astra:polished_mars_stone_stairs (from Ad Astra!) +- ad_astra:polished_venus_stone_stairs (from Ad Astra!) +- ad_astra:polished_mercury_stone_stairs (from Ad Astra!) +- ad_astra:polished_glacio_stone_stairs (from Ad Astra!) +- ad_astra:polished_moon_stone_stairs (from Ad Astra!) +- ad_astra:polished_mars_stone_slab (from Ad Astra!) +- ad_astra:polished_venus_stone_slab (from Ad Astra!) +- ad_astra:polished_mercury_stone_slab (from Ad Astra!) +- ad_astra:polished_glacio_stone_slab (from Ad Astra!) +- ad_astra:polished_moon_stone_slab (from Ad Astra!) +- ad_astra:mars_pillar (from Ad Astra!) +- ad_astra:venus_pillar (from Ad Astra!) +- ad_astra:mercury_pillar (from Ad Astra!) +- ad_astra:glacio_pillar (from Ad Astra!) +- ad_astra:moon_pillar (from Ad Astra!) +- ad_astra:cryo_freezer (from Ad Astra!) +- ad_astra:oxygen_sensor (from Ad Astra!) +- ad_astra:moon_cobblestone (from Ad Astra!) +- ad_astra:mars_cobblestone (from Ad Astra!) +- ad_astra:venus_cobblestone (from Ad Astra!) +- ad_astra:mercury_cobblestone (from Ad Astra!) +- ad_astra:glacio_cobblestone (from Ad Astra!) +- ad_astra:iron_plating_stairs (from Ad Astra!) +- ad_astra:iron_plating_slab (from Ad Astra!) +- ad_astra:steel_plating_stairs (from Ad Astra!) +- ad_astra:steel_plating_slab (from Ad Astra!) +- ad_astra:desh_plating_slab (from Ad Astra!) +- ad_astra:desh_plating_stairs (from Ad Astra!) +- ad_astra:ostrum_plating_slab (from Ad Astra!) +- ad_astra:ostrum_plating_stairs (from Ad Astra!) +- ad_astra:calorite_plating_slab (from Ad Astra!) +- ad_astra:calorite_plating_stairs (from Ad Astra!) +- ad_astra:moon_stone_brick_wall (from Ad Astra!) +- ad_astra:mars_stone_brick_wall (from Ad Astra!) +- ad_astra:venus_stone_brick_wall (from Ad Astra!) +- ad_astra:mercury_stone_brick_wall (from Ad Astra!) +- ad_astra:glacio_stone_brick_wall (from Ad Astra!) +- ad_astra:iron_plating_button (from Ad Astra!) +- ad_astra:iron_plating_pressure_plate (from Ad Astra!) +- ad_astra:steel_plating_button (from Ad Astra!) +- ad_astra:steel_plating_pressure_plate (from Ad Astra!) +- ad_astra:desh_plating_button (from Ad Astra!) +- ad_astra:desh_plating_pressure_plate (from Ad Astra!) +- ad_astra:ostrum_plating_button (from Ad Astra!) +- ad_astra:ostrum_plating_pressure_plate (from Ad Astra!) +- ad_astra:calorite_plating_button (from Ad Astra!) +- ad_astra:calorite_plating_pressure_plate (from Ad Astra!) +- ad_astra:steel_door (from Ad Astra!) +- ad_astra:steel_trapdoor (from Ad Astra!) +- ad_astra:permafrost_brick_stairs (from Ad Astra!) +- ad_astra:permafrost_brick_slab (from Ad Astra!) +- ad_astra:deepslate_ice_shard_ore (from Ad Astra!) +- ad_astra:deepslate_desh_ore (from Ad Astra!) +- ad_astra:deepslate_ostrum_ore (from Ad Astra!) +- ad_astra:deepslate_calorite_ore (from Ad Astra!) +- ad_astra:steel_cable (from Ad Astra!) +- ad_astra:desh_cable (from Ad Astra!) +- ad_astra:permafrost_tiles (from Ad Astra!) +- ad_astra:chiseled_permafrost_bricks (from Ad Astra!) +- ad_astra:chiseled_permafrost_brick_stairs (from Ad Astra!) +- ad_astra:chiseled_permafrost_brick_slab (from Ad Astra!) +- ad_astra:polished_permafrost (from Ad Astra!) +- ad_astra:polished_permafrost_stairs (from Ad Astra!) +- ad_astra:polished_permafrost_slab (from Ad Astra!) +- ad_astra:permafrost_pillar (from Ad Astra!) +- ad_astra:permafrost_brick_wall (from Ad Astra!) +- ad_astra:moon_cobblestone_slab (from Ad Astra!) +- ad_astra:moon_cobblestone_stairs (from Ad Astra!) +- ad_astra:moon_stone_slab (from Ad Astra!) +- ad_astra:moon_stone_stairs (from Ad Astra!) +- ad_astra:mars_cobblestone_slab (from Ad Astra!) +- ad_astra:mars_cobblestone_stairs (from Ad Astra!) +- ad_astra:mars_stone_slab (from Ad Astra!) +- ad_astra:mars_stone_stairs (from Ad Astra!) +- ad_astra:venus_cobblestone_slab (from Ad Astra!) +- ad_astra:venus_cobblestone_stairs (from Ad Astra!) +- ad_astra:venus_stone_slab (from Ad Astra!) +- ad_astra:venus_stone_stairs (from Ad Astra!) +- ad_astra:mercury_cobblestone_slab (from Ad Astra!) +- ad_astra:mercury_cobblestone_stairs (from Ad Astra!) +- ad_astra:mercury_stone_slab (from Ad Astra!) +- ad_astra:mercury_stone_stairs (from Ad Astra!) +- ad_astra:glacio_cobblestone_slab (from Ad Astra!) +- ad_astra:glacio_cobblestone_stairs (from Ad Astra!) +- ad_astra:glacio_stone_slab (from Ad Astra!) +- ad_astra:glacio_stone_stairs (from Ad Astra!) +- ad_astra:iron_sliding_door (from Ad Astra!) +- ad_astra:steel_sliding_door (from Ad Astra!) +- ad_astra:desh_sliding_door (from Ad Astra!) +- ad_astra:ostrum_sliding_door (from Ad Astra!) +- ad_astra:calorite_sliding_door (from Ad Astra!) +- ad_astra:airlock (from Ad Astra!) +- ad_astra:reinforced_door (from Ad Astra!) +- ad_astra:glowing_steel_pillar (from Ad Astra!) +- ad_astra:glowing_desh_pillar (from Ad Astra!) +- ad_astra:glowing_ostrum_pillar (from Ad Astra!) +- ad_astra:glowing_calorite_pillar (from Ad Astra!) +- #advancednetherite:netherite_blocks (from Advanced Netherite) +- ae2:flawless_budding_quartz (from Applied Energistics 2) +- ae2:flawed_budding_quartz (from Applied Energistics 2) +- ae2:chipped_budding_quartz (from Applied Energistics 2) +- ae2:damaged_budding_quartz (from Applied Energistics 2) +- ae2:small_quartz_bud (from Applied Energistics 2) +- ae2:medium_quartz_bud (from Applied Energistics 2) +- ae2:large_quartz_bud (from Applied Energistics 2) +- ae2:quartz_cluster (from Applied Energistics 2) +- ae2:matrix_frame (from Applied Energistics 2) +- ae2:quartz_block (from Applied Energistics 2) +- ae2:cut_quartz_block (from Applied Energistics 2) +- ae2:smooth_quartz_block (from Applied Energistics 2) +- ae2:quartz_bricks (from Applied Energistics 2) +- ae2:quartz_pillar (from Applied Energistics 2) +- ae2:chiseled_quartz_block (from Applied Energistics 2) +- ae2:quartz_glass (from Applied Energistics 2) +- ae2:quartz_vibrant_glass (from Applied Energistics 2) +- ae2:quartz_fixture (from Applied Energistics 2) +- ae2:fluix_block (from Applied Energistics 2) +- ae2:sky_stone_block (from Applied Energistics 2) +- ae2:smooth_sky_stone_block (from Applied Energistics 2) +- ae2:sky_stone_brick (from Applied Energistics 2) +- ae2:sky_stone_small_brick (from Applied Energistics 2) +- ae2:sky_stone_chest (from Applied Energistics 2) +- ae2:smooth_sky_stone_chest (from Applied Energistics 2) +- ae2:sky_stone_tank (from Applied Energistics 2) +- ae2:mysterious_cube (from Applied Energistics 2) +- ae2:not_so_mysterious_cube (from Applied Energistics 2) +- ae2:inscriber (from Applied Energistics 2) +- ae2:wireless_access_point (from Applied Energistics 2) +- ae2:charger (from Applied Energistics 2) +- ae2:tiny_tnt (from Applied Energistics 2) +- ae2:security_station (from Applied Energistics 2) +- ae2:quantum_ring (from Applied Energistics 2) +- ae2:quantum_link (from Applied Energistics 2) +- ae2:spatial_pylon (from Applied Energistics 2) +- ae2:spatial_io_port (from Applied Energistics 2) +- ae2:controller (from Applied Energistics 2) +- ae2:drive (from Applied Energistics 2) +- ae2:chest (from Applied Energistics 2) +- ae2:interface (from Applied Energistics 2) +- ae2:cell_workbench (from Applied Energistics 2) +- ae2:io_port (from Applied Energistics 2) +- ae2:condenser (from Applied Energistics 2) +- ae2:energy_acceptor (from Applied Energistics 2) +- ae2:vibration_chamber (from Applied Energistics 2) +- ae2:quartz_growth_accelerator (from Applied Energistics 2) +- ae2:energy_cell (from Applied Energistics 2) +- ae2:dense_energy_cell (from Applied Energistics 2) +- ae2:creative_energy_cell (from Applied Energistics 2) +- ae2:crafting_unit (from Applied Energistics 2) +- ae2:crafting_accelerator (from Applied Energistics 2) +- ae2:1k_crafting_storage (from Applied Energistics 2) +- ae2:4k_crafting_storage (from Applied Energistics 2) +- ae2:16k_crafting_storage (from Applied Energistics 2) +- ae2:64k_crafting_storage (from Applied Energistics 2) +- ae2:256k_crafting_storage (from Applied Energistics 2) +- ae2:crafting_monitor (from Applied Energistics 2) +- ae2:pattern_provider (from Applied Energistics 2) +- ae2:molecular_assembler (from Applied Energistics 2) +- ae2:light_detector (from Applied Energistics 2) +- ae2:paint (from Applied Energistics 2) +- ae2:sky_stone_stairs (from Applied Energistics 2) +- ae2:smooth_sky_stone_stairs (from Applied Energistics 2) +- ae2:sky_stone_brick_stairs (from Applied Energistics 2) +- ae2:sky_stone_small_brick_stairs (from Applied Energistics 2) +- ae2:fluix_stairs (from Applied Energistics 2) +- ae2:quartz_stairs (from Applied Energistics 2) +- ae2:cut_quartz_stairs (from Applied Energistics 2) +- ae2:smooth_quartz_stairs (from Applied Energistics 2) +- ae2:quartz_brick_stairs (from Applied Energistics 2) +- ae2:chiseled_quartz_stairs (from Applied Energistics 2) +- ae2:quartz_pillar_stairs (from Applied Energistics 2) +- ae2:sky_stone_wall (from Applied Energistics 2) +- ae2:smooth_sky_stone_wall (from Applied Energistics 2) +- ae2:sky_stone_brick_wall (from Applied Energistics 2) +- ae2:sky_stone_small_brick_wall (from Applied Energistics 2) +- ae2:fluix_wall (from Applied Energistics 2) +- ae2:quartz_wall (from Applied Energistics 2) +- ae2:cut_quartz_wall (from Applied Energistics 2) +- ae2:smooth_quartz_wall (from Applied Energistics 2) +- ae2:quartz_brick_wall (from Applied Energistics 2) +- ae2:chiseled_quartz_wall (from Applied Energistics 2) +- ae2:quartz_pillar_wall (from Applied Energistics 2) +- ae2:cable_bus (from Applied Energistics 2) +- ae2:sky_stone_slab (from Applied Energistics 2) +- ae2:smooth_sky_stone_slab (from Applied Energistics 2) +- ae2:sky_stone_brick_slab (from Applied Energistics 2) +- ae2:sky_stone_small_brick_slab (from Applied Energistics 2) +- ae2:fluix_slab (from Applied Energistics 2) +- ae2:quartz_slab (from Applied Energistics 2) +- ae2:cut_quartz_slab (from Applied Energistics 2) +- ae2:smooth_quartz_slab (from Applied Energistics 2) +- ae2:quartz_brick_slab (from Applied Energistics 2) +- ae2:chiseled_quartz_slab (from Applied Energistics 2) +- ae2:quartz_pillar_slab (from Applied Energistics 2) +- ae2:spatial_anchor (from Applied Energistics 2) +- ae2:debug_item_gen (from Applied Energistics 2) +- ae2:debug_chunk_loader (from Applied Energistics 2) +- ae2:debug_phantom_node (from Applied Energistics 2) +- ae2:debug_cube_gen (from Applied Energistics 2) +- ae2:debug_energy_gen (from Applied Energistics 2) +- ae2:crank (from Applied Energistics 2) +- another_furniture:service_bell (from Another Furniture) +- appbot:fluix_mana_pool (from Applied Botanics) +- archeology:clay_pot (from CapsLock Archeology Mod) +- archeology:white_clay_pot (from CapsLock Archeology Mod) +- archeology:orange_clay_pot (from CapsLock Archeology Mod) +- archeology:magenta_clay_pot (from CapsLock Archeology Mod) +- archeology:light_blue_clay_pot (from CapsLock Archeology Mod) +- archeology:yellow_clay_pot (from CapsLock Archeology Mod) +- archeology:lime_clay_pot (from CapsLock Archeology Mod) +- archeology:pink_clay_pot (from CapsLock Archeology Mod) +- archeology:gray_clay_pot (from CapsLock Archeology Mod) +- archeology:light_gray_clay_pot (from CapsLock Archeology Mod) +- archeology:cyan_clay_pot (from CapsLock Archeology Mod) +- archeology:purple_clay_pot (from CapsLock Archeology Mod) +- archeology:blue_clay_pot (from CapsLock Archeology Mod) +- archeology:brown_clay_pot (from CapsLock Archeology Mod) +- archeology:green_clay_pot (from CapsLock Archeology Mod) +- archeology:red_clay_pot (from CapsLock Archeology Mod) +- archeology:black_clay_pot (from CapsLock Archeology Mod) +- bewitchment:raw_silver_block (from Bewitchment) +- bewitchment:silver_block (from Bewitchment) +- bewitchment:salt_block (from Bewitchment) +- bewitchment:silver_ore (from Bewitchment) +- bewitchment:deepslate_silver_ore (from Bewitchment) +- bewitchment:salt_ore (from Bewitchment) +- bewitchment:deepslate_salt_ore (from Bewitchment) +- bewitchment:iron_candelabra (from Bewitchment) +- bewitchment:golden_candelabra (from Bewitchment) +- bewitchment:silver_candelabra (from Bewitchment) +- bewitchment:netherite_candelabra (from Bewitchment) +- bewitchment:stone_witch_altar (from Bewitchment) +- bewitchment:moss_stone_witch_altar (from Bewitchment) +- bewitchment:white_stone_witch_altar (from Bewitchment) +- bewitchment:orange_stone_witch_altar (from Bewitchment) +- bewitchment:magenta_stone_witch_altar (from Bewitchment) +- bewitchment:light_blue_stone_witch_altar (from Bewitchment) +- bewitchment:yellow_stone_witch_altar (from Bewitchment) +- bewitchment:lime_stone_witch_altar (from Bewitchment) +- bewitchment:pink_stone_witch_altar (from Bewitchment) +- bewitchment:gray_stone_witch_altar (from Bewitchment) +- bewitchment:light_gray_stone_witch_altar (from Bewitchment) +- bewitchment:cyan_stone_witch_altar (from Bewitchment) +- bewitchment:purple_stone_witch_altar (from Bewitchment) +- bewitchment:blue_stone_witch_altar (from Bewitchment) +- bewitchment:brown_stone_witch_altar (from Bewitchment) +- bewitchment:green_stone_witch_altar (from Bewitchment) +- bewitchment:red_stone_witch_altar (from Bewitchment) +- bewitchment:black_stone_witch_altar (from Bewitchment) +- bewitchment:hedgewitch_stone_witch_altar (from Bewitchment) +- bewitchment:alchemist_stone_witch_altar (from Bewitchment) +- bewitchment:besmirched_stone_witch_altar (from Bewitchment) +- bewitchment:mossy_cobblestone_witch_altar (from Bewitchment) +- bewitchment:moss_mossy_cobblestone_witch_altar (from Bewitchment) +- bewitchment:white_mossy_cobblestone_witch_altar (from Bewitchment) +- bewitchment:orange_mossy_cobblestone_witch_altar (from Bewitchment) +- bewitchment:magenta_mossy_cobblestone_witch_altar (from Bewitchment) +- bewitchment:light_blue_mossy_cobblestone_witch_altar (from Bewitchment) +- bewitchment:yellow_mossy_cobblestone_witch_altar (from Bewitchment) +- bewitchment:lime_mossy_cobblestone_witch_altar (from Bewitchment) +- bewitchment:pink_mossy_cobblestone_witch_altar (from Bewitchment) +- bewitchment:gray_mossy_cobblestone_witch_altar (from Bewitchment) +- bewitchment:light_gray_mossy_cobblestone_witch_altar (from Bewitchment) +- bewitchment:cyan_mossy_cobblestone_witch_altar (from Bewitchment) +- bewitchment:purple_mossy_cobblestone_witch_altar (from Bewitchment) +- bewitchment:blue_mossy_cobblestone_witch_altar (from Bewitchment) +- bewitchment:brown_mossy_cobblestone_witch_altar (from Bewitchment) +- bewitchment:green_mossy_cobblestone_witch_altar (from Bewitchment) +- bewitchment:red_mossy_cobblestone_witch_altar (from Bewitchment) +- bewitchment:black_mossy_cobblestone_witch_altar (from Bewitchment) +- bewitchment:hedgewitch_mossy_cobblestone_witch_altar (from Bewitchment) +- bewitchment:alchemist_mossy_cobblestone_witch_altar (from Bewitchment) +- bewitchment:besmirched_mossy_cobblestone_witch_altar (from Bewitchment) +- bewitchment:prismarine_witch_altar (from Bewitchment) +- bewitchment:moss_prismarine_witch_altar (from Bewitchment) +- bewitchment:white_prismarine_witch_altar (from Bewitchment) +- bewitchment:orange_prismarine_witch_altar (from Bewitchment) +- bewitchment:magenta_prismarine_witch_altar (from Bewitchment) +- bewitchment:light_blue_prismarine_witch_altar (from Bewitchment) +- bewitchment:yellow_prismarine_witch_altar (from Bewitchment) +- bewitchment:lime_prismarine_witch_altar (from Bewitchment) +- bewitchment:pink_prismarine_witch_altar (from Bewitchment) +- bewitchment:gray_prismarine_witch_altar (from Bewitchment) +- bewitchment:light_gray_prismarine_witch_altar (from Bewitchment) +- bewitchment:cyan_prismarine_witch_altar (from Bewitchment) +- bewitchment:purple_prismarine_witch_altar (from Bewitchment) +- bewitchment:blue_prismarine_witch_altar (from Bewitchment) +- bewitchment:brown_prismarine_witch_altar (from Bewitchment) +- bewitchment:green_prismarine_witch_altar (from Bewitchment) +- bewitchment:red_prismarine_witch_altar (from Bewitchment) +- bewitchment:black_prismarine_witch_altar (from Bewitchment) +- bewitchment:hedgewitch_prismarine_witch_altar (from Bewitchment) +- bewitchment:alchemist_prismarine_witch_altar (from Bewitchment) +- bewitchment:besmirched_prismarine_witch_altar (from Bewitchment) +- bewitchment:nether_brick_witch_altar (from Bewitchment) +- bewitchment:moss_nether_brick_witch_altar (from Bewitchment) +- bewitchment:white_nether_brick_witch_altar (from Bewitchment) +- bewitchment:orange_nether_brick_witch_altar (from Bewitchment) +- bewitchment:magenta_nether_brick_witch_altar (from Bewitchment) +- bewitchment:light_blue_nether_brick_witch_altar (from Bewitchment) +- bewitchment:yellow_nether_brick_witch_altar (from Bewitchment) +- bewitchment:lime_nether_brick_witch_altar (from Bewitchment) +- bewitchment:pink_nether_brick_witch_altar (from Bewitchment) +- bewitchment:gray_nether_brick_witch_altar (from Bewitchment) +- bewitchment:light_gray_nether_brick_witch_altar (from Bewitchment) +- bewitchment:cyan_nether_brick_witch_altar (from Bewitchment) +- bewitchment:purple_nether_brick_witch_altar (from Bewitchment) +- bewitchment:blue_nether_brick_witch_altar (from Bewitchment) +- bewitchment:brown_nether_brick_witch_altar (from Bewitchment) +- bewitchment:green_nether_brick_witch_altar (from Bewitchment) +- bewitchment:red_nether_brick_witch_altar (from Bewitchment) +- bewitchment:black_nether_brick_witch_altar (from Bewitchment) +- bewitchment:hedgewitch_nether_brick_witch_altar (from Bewitchment) +- bewitchment:alchemist_nether_brick_witch_altar (from Bewitchment) +- bewitchment:besmirched_nether_brick_witch_altar (from Bewitchment) +- bewitchment:blackstone_witch_altar (from Bewitchment) +- bewitchment:moss_blackstone_witch_altar (from Bewitchment) +- bewitchment:white_blackstone_witch_altar (from Bewitchment) +- bewitchment:orange_blackstone_witch_altar (from Bewitchment) +- bewitchment:magenta_blackstone_witch_altar (from Bewitchment) +- bewitchment:light_blue_blackstone_witch_altar (from Bewitchment) +- bewitchment:yellow_blackstone_witch_altar (from Bewitchment) +- bewitchment:lime_blackstone_witch_altar (from Bewitchment) +- bewitchment:pink_blackstone_witch_altar (from Bewitchment) +- bewitchment:gray_blackstone_witch_altar (from Bewitchment) +- bewitchment:light_gray_blackstone_witch_altar (from Bewitchment) +- bewitchment:cyan_blackstone_witch_altar (from Bewitchment) +- bewitchment:purple_blackstone_witch_altar (from Bewitchment) +- bewitchment:blue_blackstone_witch_altar (from Bewitchment) +- bewitchment:brown_blackstone_witch_altar (from Bewitchment) +- bewitchment:green_blackstone_witch_altar (from Bewitchment) +- bewitchment:red_blackstone_witch_altar (from Bewitchment) +- bewitchment:black_blackstone_witch_altar (from Bewitchment) +- bewitchment:hedgewitch_blackstone_witch_altar (from Bewitchment) +- bewitchment:alchemist_blackstone_witch_altar (from Bewitchment) +- bewitchment:besmirched_blackstone_witch_altar (from Bewitchment) +- bewitchment:golden_witch_altar (from Bewitchment) +- bewitchment:moss_golden_witch_altar (from Bewitchment) +- bewitchment:white_golden_witch_altar (from Bewitchment) +- bewitchment:orange_golden_witch_altar (from Bewitchment) +- bewitchment:magenta_golden_witch_altar (from Bewitchment) +- bewitchment:light_blue_golden_witch_altar (from Bewitchment) +- bewitchment:yellow_golden_witch_altar (from Bewitchment) +- bewitchment:lime_golden_witch_altar (from Bewitchment) +- bewitchment:pink_golden_witch_altar (from Bewitchment) +- bewitchment:gray_golden_witch_altar (from Bewitchment) +- bewitchment:light_gray_golden_witch_altar (from Bewitchment) +- bewitchment:cyan_golden_witch_altar (from Bewitchment) +- bewitchment:purple_golden_witch_altar (from Bewitchment) +- bewitchment:blue_golden_witch_altar (from Bewitchment) +- bewitchment:brown_golden_witch_altar (from Bewitchment) +- bewitchment:green_golden_witch_altar (from Bewitchment) +- bewitchment:red_golden_witch_altar (from Bewitchment) +- bewitchment:black_golden_witch_altar (from Bewitchment) +- bewitchment:hedgewitch_golden_witch_altar (from Bewitchment) +- bewitchment:alchemist_golden_witch_altar (from Bewitchment) +- bewitchment:besmirched_golden_witch_altar (from Bewitchment) +- bewitchment:end_stone_witch_altar (from Bewitchment) +- bewitchment:moss_end_stone_witch_altar (from Bewitchment) +- bewitchment:white_end_stone_witch_altar (from Bewitchment) +- bewitchment:orange_end_stone_witch_altar (from Bewitchment) +- bewitchment:magenta_end_stone_witch_altar (from Bewitchment) +- bewitchment:light_blue_end_stone_witch_altar (from Bewitchment) +- bewitchment:yellow_end_stone_witch_altar (from Bewitchment) +- bewitchment:lime_end_stone_witch_altar (from Bewitchment) +- bewitchment:pink_end_stone_witch_altar (from Bewitchment) +- bewitchment:gray_end_stone_witch_altar (from Bewitchment) +- bewitchment:light_gray_end_stone_witch_altar (from Bewitchment) +- bewitchment:cyan_end_stone_witch_altar (from Bewitchment) +- bewitchment:purple_end_stone_witch_altar (from Bewitchment) +- bewitchment:blue_end_stone_witch_altar (from Bewitchment) +- bewitchment:brown_end_stone_witch_altar (from Bewitchment) +- bewitchment:green_end_stone_witch_altar (from Bewitchment) +- bewitchment:red_end_stone_witch_altar (from Bewitchment) +- bewitchment:black_end_stone_witch_altar (from Bewitchment) +- bewitchment:hedgewitch_end_stone_witch_altar (from Bewitchment) +- bewitchment:alchemist_end_stone_witch_altar (from Bewitchment) +- bewitchment:besmirched_end_stone_witch_altar (from Bewitchment) +- bewitchment:obsidian_witch_altar (from Bewitchment) +- bewitchment:moss_obsidian_witch_altar (from Bewitchment) +- bewitchment:white_obsidian_witch_altar (from Bewitchment) +- bewitchment:orange_obsidian_witch_altar (from Bewitchment) +- bewitchment:magenta_obsidian_witch_altar (from Bewitchment) +- bewitchment:light_blue_obsidian_witch_altar (from Bewitchment) +- bewitchment:yellow_obsidian_witch_altar (from Bewitchment) +- bewitchment:lime_obsidian_witch_altar (from Bewitchment) +- bewitchment:pink_obsidian_witch_altar (from Bewitchment) +- bewitchment:gray_obsidian_witch_altar (from Bewitchment) +- bewitchment:light_gray_obsidian_witch_altar (from Bewitchment) +- bewitchment:cyan_obsidian_witch_altar (from Bewitchment) +- bewitchment:purple_obsidian_witch_altar (from Bewitchment) +- bewitchment:blue_obsidian_witch_altar (from Bewitchment) +- bewitchment:brown_obsidian_witch_altar (from Bewitchment) +- bewitchment:green_obsidian_witch_altar (from Bewitchment) +- bewitchment:red_obsidian_witch_altar (from Bewitchment) +- bewitchment:black_obsidian_witch_altar (from Bewitchment) +- bewitchment:hedgewitch_obsidian_witch_altar (from Bewitchment) +- bewitchment:alchemist_obsidian_witch_altar (from Bewitchment) +- bewitchment:besmirched_obsidian_witch_altar (from Bewitchment) +- bewitchment:purpur_witch_altar (from Bewitchment) +- bewitchment:moss_purpur_witch_altar (from Bewitchment) +- bewitchment:white_purpur_witch_altar (from Bewitchment) +- bewitchment:orange_purpur_witch_altar (from Bewitchment) +- bewitchment:magenta_purpur_witch_altar (from Bewitchment) +- bewitchment:light_blue_purpur_witch_altar (from Bewitchment) +- bewitchment:yellow_purpur_witch_altar (from Bewitchment) +- bewitchment:lime_purpur_witch_altar (from Bewitchment) +- bewitchment:pink_purpur_witch_altar (from Bewitchment) +- bewitchment:gray_purpur_witch_altar (from Bewitchment) +- bewitchment:light_gray_purpur_witch_altar (from Bewitchment) +- bewitchment:cyan_purpur_witch_altar (from Bewitchment) +- bewitchment:purple_purpur_witch_altar (from Bewitchment) +- bewitchment:blue_purpur_witch_altar (from Bewitchment) +- bewitchment:brown_purpur_witch_altar (from Bewitchment) +- bewitchment:green_purpur_witch_altar (from Bewitchment) +- bewitchment:red_purpur_witch_altar (from Bewitchment) +- bewitchment:black_purpur_witch_altar (from Bewitchment) +- bewitchment:hedgewitch_purpur_witch_altar (from Bewitchment) +- bewitchment:alchemist_purpur_witch_altar (from Bewitchment) +- bewitchment:besmirched_purpur_witch_altar (from Bewitchment) +- bewitchment:witch_cauldron (from Bewitchment) +- bewitchment:crystal_ball (from Bewitchment) +- bewitchment:brazier (from Bewitchment) +- biomemakeover:dried_peat_bricks (from Biome Makeover) +- biomemakeover:mossy_dried_peat_bricks (from Biome Makeover) +- biomemakeover:dried_peat (from Biome Makeover) +- biomemakeover:dried_peat_bricks_slab (from Biome Makeover) +- biomemakeover:dried_peat_bricks_stairs (from Biome Makeover) +- biomemakeover:dried_peat_bricks_wall (from Biome Makeover) +- biomemakeover:mossy_dried_peat_brick_slab (from Biome Makeover) +- biomemakeover:mossy_dried_peat_brick_stairs (from Biome Makeover) +- biomemakeover:mossy_dried_peat_brick_wall (from Biome Makeover) +- biomemakeover:cracked_dried_peat_bricks (from Biome Makeover) +- biomemakeover:cracked_dried_peat_brick_slab (from Biome Makeover) +- biomemakeover:cracked_dried_peat_brick_stairs (from Biome Makeover) +- biomemakeover:cracked_dried_peat_brick_wall (from Biome Makeover) +- biomemakeover:blighted_cobblestone (from Biome Makeover) +- biomemakeover:blighted_stone_bricks (from Biome Makeover) +- biomemakeover:blighted_cobblestone_stairs (from Biome Makeover) +- biomemakeover:blighted_stone_bricks_stairs (from Biome Makeover) +- biomemakeover:blighted_cobblestone_slab (from Biome Makeover) +- biomemakeover:blighted_stone_bricks_slab (from Biome Makeover) +- biomemakeover:blighted_cobblestone_wall (from Biome Makeover) +- biomemakeover:blighted_stone_bricks_wall (from Biome Makeover) +- biomemakeover:poltergeist (from Biome Makeover) +- biomemakeover:illunite_cluster (from Biome Makeover) +- biomemakeover:illunite_block (from Biome Makeover) +- biomemakeover:mesmerite (from Biome Makeover) +- biomemakeover:mesmerite_stairs (from Biome Makeover) +- biomemakeover:mesmerite_slab (from Biome Makeover) +- biomemakeover:mesmerite_wall (from Biome Makeover) +- biomemakeover:polished_mesmerite (from Biome Makeover) +- biomemakeover:polished_mesmerite_stairs (from Biome Makeover) +- biomemakeover:polished_mesmerite_slab (from Biome Makeover) +- biomemakeover:polished_mesmerite_wall (from Biome Makeover) +- biomemakeover:cladded_stone (from Biome Makeover) +- biomemakeover:altar (from Biome Makeover) +- biomemakeover:white_terracotta_bricks (from Biome Makeover) +- biomemakeover:orange_terracotta_bricks (from Biome Makeover) +- biomemakeover:magenta_terracotta_bricks (from Biome Makeover) +- biomemakeover:light_blue_terracotta_bricks (from Biome Makeover) +- biomemakeover:yellow_terracotta_bricks (from Biome Makeover) +- biomemakeover:lime_terracotta_bricks (from Biome Makeover) +- biomemakeover:pink_terracotta_bricks (from Biome Makeover) +- biomemakeover:gray_terracotta_bricks (from Biome Makeover) +- biomemakeover:light_gray_terracotta_bricks (from Biome Makeover) +- biomemakeover:cyan_terracotta_bricks (from Biome Makeover) +- biomemakeover:purple_terracotta_bricks (from Biome Makeover) +- biomemakeover:blue_terracotta_bricks (from Biome Makeover) +- biomemakeover:brown_terracotta_bricks (from Biome Makeover) +- biomemakeover:green_terracotta_bricks (from Biome Makeover) +- biomemakeover:red_terracotta_bricks (from Biome Makeover) +- biomemakeover:black_terracotta_bricks (from Biome Makeover) +- biomemakeover:terracotta_bricks (from Biome Makeover) +- biomemakeover:white_terracotta_brick_slab (from Biome Makeover) +- biomemakeover:orange_terracotta_brick_slab (from Biome Makeover) +- biomemakeover:magenta_terracotta_brick_slab (from Biome Makeover) +- biomemakeover:light_blue_terracotta_brick_slab (from Biome Makeover) +- biomemakeover:yellow_terracotta_brick_slab (from Biome Makeover) +- biomemakeover:lime_terracotta_brick_slab (from Biome Makeover) +- biomemakeover:pink_terracotta_brick_slab (from Biome Makeover) +- biomemakeover:gray_terracotta_brick_slab (from Biome Makeover) +- biomemakeover:light_gray_terracotta_brick_slab (from Biome Makeover) +- biomemakeover:cyan_terracotta_brick_slab (from Biome Makeover) +- biomemakeover:purple_terracotta_brick_slab (from Biome Makeover) +- biomemakeover:blue_terracotta_brick_slab (from Biome Makeover) +- biomemakeover:brown_terracotta_brick_slab (from Biome Makeover) +- biomemakeover:green_terracotta_brick_slab (from Biome Makeover) +- biomemakeover:red_terracotta_brick_slab (from Biome Makeover) +- biomemakeover:black_terracotta_brick_slab (from Biome Makeover) +- biomemakeover:terracotta_brick_slab (from Biome Makeover) +- biomemakeover:white_terracotta_brick_wall (from Biome Makeover) +- biomemakeover:orange_terracotta_brick_wall (from Biome Makeover) +- biomemakeover:magenta_terracotta_brick_wall (from Biome Makeover) +- biomemakeover:light_blue_terracotta_brick_wall (from Biome Makeover) +- biomemakeover:yellow_terracotta_brick_wall (from Biome Makeover) +- biomemakeover:lime_terracotta_brick_wall (from Biome Makeover) +- biomemakeover:pink_terracotta_brick_wall (from Biome Makeover) +- biomemakeover:gray_terracotta_brick_wall (from Biome Makeover) +- biomemakeover:light_gray_terracotta_brick_wall (from Biome Makeover) +- biomemakeover:cyan_terracotta_brick_wall (from Biome Makeover) +- biomemakeover:purple_terracotta_brick_wall (from Biome Makeover) +- biomemakeover:blue_terracotta_brick_wall (from Biome Makeover) +- biomemakeover:brown_terracotta_brick_wall (from Biome Makeover) +- biomemakeover:green_terracotta_brick_wall (from Biome Makeover) +- biomemakeover:red_terracotta_brick_wall (from Biome Makeover) +- biomemakeover:black_terracotta_brick_wall (from Biome Makeover) +- biomemakeover:terracotta_brick_wall (from Biome Makeover) +- biomemakeover:white_terracotta_brick_stairs (from Biome Makeover) +- biomemakeover:orange_terracotta_brick_stairs (from Biome Makeover) +- biomemakeover:magenta_terracotta_brick_stairs (from Biome Makeover) +- biomemakeover:light_blue_terracotta_brick_stairs (from Biome Makeover) +- biomemakeover:yellow_terracotta_brick_stairs (from Biome Makeover) +- biomemakeover:lime_terracotta_brick_stairs (from Biome Makeover) +- biomemakeover:pink_terracotta_brick_stairs (from Biome Makeover) +- biomemakeover:gray_terracotta_brick_stairs (from Biome Makeover) +- biomemakeover:light_gray_terracotta_brick_stairs (from Biome Makeover) +- biomemakeover:cyan_terracotta_brick_stairs (from Biome Makeover) +- biomemakeover:purple_terracotta_brick_stairs (from Biome Makeover) +- biomemakeover:blue_terracotta_brick_stairs (from Biome Makeover) +- biomemakeover:brown_terracotta_brick_stairs (from Biome Makeover) +- biomemakeover:green_terracotta_brick_stairs (from Biome Makeover) +- biomemakeover:red_terracotta_brick_stairs (from Biome Makeover) +- biomemakeover:black_terracotta_brick_stairs (from Biome Makeover) +- biomemakeover:terracotta_brick_stairs (from Biome Makeover) +- blast:dry_ice (from BLAST) +- blast:remote_detonator (from BLAST) +- blast:bonesburrier (from BLAST) +- bonezone:bonecarver (from BoneZone) +- bonezone:bone_ladder (from BoneZone) +- bonezone:wither_bone_ladder (from BoneZone) +- bonezone:stray_bone_ladder (from BoneZone) +- bonezone:spinal_skull_goat (from BoneZone) +- bonezone:spinal_skull_deer (from BoneZone) +- bonezone:spinal_skull_bird (from BoneZone) +- bonezone:bone_mosaic (from BoneZone) +- bonezone:wither_bone_mosaic (from BoneZone) +- bonezone:stray_bone_mosaic (from BoneZone) +- bonezone:carcass (from BoneZone) +- bonezone:empty_skeleton_pot (from BoneZone) +- bonezone:skeleton_potted_oak_sapling (from BoneZone) +- bonezone:skeleton_potted_spruce_sapling (from BoneZone) +- bonezone:skeleton_potted_birch_sapling (from BoneZone) +- bonezone:skeleton_potted_jungle_sapling (from BoneZone) +- bonezone:skeleton_potted_acacia_sapling (from BoneZone) +- bonezone:skeleton_potted_dark_oak_sapling (from BoneZone) +- bonezone:skeleton_potted_mangrove_propagule (from BoneZone) +- bonezone:skeleton_potted_fern (from BoneZone) +- bonezone:skeleton_potted_dandelion (from BoneZone) +- bonezone:skeleton_potted_poppy (from BoneZone) +- bonezone:skeleton_potted_blue_orchid (from BoneZone) +- bonezone:skeleton_potted_allium (from BoneZone) +- bonezone:skeleton_potted_azure_bluet (from BoneZone) +- bonezone:skeleton_potted_red_tulip (from BoneZone) +- bonezone:skeleton_potted_orange_tulip (from BoneZone) +- bonezone:skeleton_potted_white_tulip (from BoneZone) +- bonezone:skeleton_potted_pink_tulip (from BoneZone) +- bonezone:skeleton_potted_oxeye_daisy (from BoneZone) +- bonezone:skeleton_potted_cornflower (from BoneZone) +- bonezone:skeleton_potted_lily_of_the_valley (from BoneZone) +- bonezone:skeleton_potted_wither_rose (from BoneZone) +- bonezone:skeleton_potted_red_mushroom (from BoneZone) +- bonezone:skeleton_potted_brown_mushroom (from BoneZone) +- bonezone:skeleton_potted_dead_bush (from BoneZone) +- bonezone:skeleton_potted_cactus (from BoneZone) +- bonezone:skeleton_potted_bamboo (from BoneZone) +- bonezone:skeleton_potted_crimson_fungus (from BoneZone) +- bonezone:skeleton_potted_warped_fungus (from BoneZone) +- bonezone:skeleton_potted_crimson_roots (from BoneZone) +- bonezone:skeleton_potted_warped_roots (from BoneZone) +- bonezone:skeleton_potted_azalea (from BoneZone) +- bonezone:skeleton_potted_flowering_azalea (from BoneZone) +- bonezone:empty_skeleton_pot_flipped (from BoneZone) +- bonezone:skeleton_potted_oak_sapling_flipped (from BoneZone) +- bonezone:skeleton_potted_spruce_sapling_flipped (from BoneZone) +- bonezone:skeleton_potted_birch_sapling_flipped (from BoneZone) +- bonezone:skeleton_potted_jungle_sapling_flipped (from BoneZone) +- bonezone:skeleton_potted_acacia_sapling_flipped (from BoneZone) +- bonezone:skeleton_potted_dark_oak_sapling_flipped (from BoneZone) +- bonezone:skeleton_potted_mangrove_propagule_flipped (from BoneZone) +- bonezone:skeleton_potted_fern_flipped (from BoneZone) +- bonezone:skeleton_potted_dandelion_flipped (from BoneZone) +- bonezone:skeleton_potted_poppy_flipped (from BoneZone) +- bonezone:skeleton_potted_blue_orchid_flipped (from BoneZone) +- bonezone:skeleton_potted_allium_flipped (from BoneZone) +- bonezone:skeleton_potted_azure_bluet_flipped (from BoneZone) +- bonezone:skeleton_potted_red_tulip_flipped (from BoneZone) +- bonezone:skeleton_potted_orange_tulip_flipped (from BoneZone) +- bonezone:skeleton_potted_white_tulip_flipped (from BoneZone) +- bonezone:skeleton_potted_pink_tulip_flipped (from BoneZone) +- bonezone:skeleton_potted_oxeye_daisy_flipped (from BoneZone) +- bonezone:skeleton_potted_cornflower_flipped (from BoneZone) +- bonezone:skeleton_potted_lily_of_the_valley_flipped (from BoneZone) +- bonezone:skeleton_potted_wither_rose_flipped (from BoneZone) +- bonezone:skeleton_potted_red_mushroom_flipped (from BoneZone) +- bonezone:skeleton_potted_brown_mushroom_flipped (from BoneZone) +- bonezone:skeleton_potted_dead_bush_flipped (from BoneZone) +- bonezone:skeleton_potted_cactus_flipped (from BoneZone) +- bonezone:skeleton_potted_bamboo_flipped (from BoneZone) +- bonezone:skeleton_potted_crimson_fungus_flipped (from BoneZone) +- bonezone:skeleton_potted_warped_fungus_flipped (from BoneZone) +- bonezone:skeleton_potted_crimson_roots_flipped (from BoneZone) +- bonezone:skeleton_potted_warped_roots_flipped (from BoneZone) +- bonezone:skeleton_potted_azalea_flipped (from BoneZone) +- bonezone:skeleton_potted_flowering_azalea_flipped (from BoneZone) +- bonezone:empty_wither_pot (from BoneZone) +- bonezone:wither_potted_oak_sapling (from BoneZone) +- bonezone:wither_potted_spruce_sapling (from BoneZone) +- bonezone:wither_potted_birch_sapling (from BoneZone) +- bonezone:wither_potted_jungle_sapling (from BoneZone) +- bonezone:wither_potted_acacia_sapling (from BoneZone) +- bonezone:wither_potted_dark_oak_sapling (from BoneZone) +- bonezone:wither_potted_mangrove_propagule (from BoneZone) +- bonezone:wither_potted_fern (from BoneZone) +- bonezone:wither_potted_dandelion (from BoneZone) +- bonezone:wither_potted_poppy (from BoneZone) +- bonezone:wither_potted_blue_orchid (from BoneZone) +- bonezone:wither_potted_allium (from BoneZone) +- bonezone:wither_potted_azure_bluet (from BoneZone) +- bonezone:wither_potted_red_tulip (from BoneZone) +- bonezone:wither_potted_orange_tulip (from BoneZone) +- bonezone:wither_potted_white_tulip (from BoneZone) +- bonezone:wither_potted_pink_tulip (from BoneZone) +- bonezone:wither_potted_oxeye_daisy (from BoneZone) +- bonezone:wither_potted_cornflower (from BoneZone) +- bonezone:wither_potted_lily_of_the_valley (from BoneZone) +- bonezone:wither_potted_wither_rose (from BoneZone) +- bonezone:wither_potted_red_mushroom (from BoneZone) +- bonezone:wither_potted_brown_mushroom (from BoneZone) +- bonezone:wither_potted_dead_bush (from BoneZone) +- bonezone:wither_potted_cactus (from BoneZone) +- bonezone:wither_potted_bamboo (from BoneZone) +- bonezone:wither_potted_crimson_fungus (from BoneZone) +- bonezone:wither_potted_warped_fungus (from BoneZone) +- bonezone:wither_potted_crimson_roots (from BoneZone) +- bonezone:wither_potted_warped_roots (from BoneZone) +- bonezone:wither_potted_azalea (from BoneZone) +- bonezone:wither_potted_flowering_azalea (from BoneZone) +- bonezone:empty_wither_pot_flipped (from BoneZone) +- bonezone:wither_potted_oak_sapling_flipped (from BoneZone) +- bonezone:wither_potted_spruce_sapling_flipped (from BoneZone) +- bonezone:wither_potted_birch_sapling_flipped (from BoneZone) +- bonezone:wither_potted_jungle_sapling_flipped (from BoneZone) +- bonezone:wither_potted_acacia_sapling_flipped (from BoneZone) +- bonezone:wither_potted_dark_oak_sapling_flipped (from BoneZone) +- bonezone:wither_potted_mangrove_propagule_flipped (from BoneZone) +- bonezone:wither_potted_fern_flipped (from BoneZone) +- bonezone:wither_potted_dandelion_flipped (from BoneZone) +- bonezone:wither_potted_poppy_flipped (from BoneZone) +- bonezone:wither_potted_blue_orchid_flipped (from BoneZone) +- bonezone:wither_potted_allium_flipped (from BoneZone) +- bonezone:wither_potted_azure_bluet_flipped (from BoneZone) +- bonezone:wither_potted_red_tulip_flipped (from BoneZone) +- bonezone:wither_potted_orange_tulip_flipped (from BoneZone) +- bonezone:wither_potted_white_tulip_flipped (from BoneZone) +- bonezone:wither_potted_pink_tulip_flipped (from BoneZone) +- bonezone:wither_potted_oxeye_daisy_flipped (from BoneZone) +- bonezone:wither_potted_cornflower_flipped (from BoneZone) +- bonezone:wither_potted_lily_of_the_valley_flipped (from BoneZone) +- bonezone:wither_potted_wither_rose_flipped (from BoneZone) +- bonezone:wither_potted_red_mushroom_flipped (from BoneZone) +- bonezone:wither_potted_brown_mushroom_flipped (from BoneZone) +- bonezone:wither_potted_dead_bush_flipped (from BoneZone) +- bonezone:wither_potted_cactus_flipped (from BoneZone) +- bonezone:wither_potted_bamboo_flipped (from BoneZone) +- bonezone:wither_potted_crimson_fungus_flipped (from BoneZone) +- bonezone:wither_potted_warped_fungus_flipped (from BoneZone) +- bonezone:wither_potted_crimson_roots_flipped (from BoneZone) +- bonezone:wither_potted_warped_roots_flipped (from BoneZone) +- bonezone:wither_potted_azalea_flipped (from BoneZone) +- bonezone:wither_potted_flowering_azalea_flipped (from BoneZone) +- bonezone:empty_creeper_pot (from BoneZone) +- bonezone:creeper_potted_oak_sapling (from BoneZone) +- bonezone:creeper_potted_spruce_sapling (from BoneZone) +- bonezone:creeper_potted_birch_sapling (from BoneZone) +- bonezone:creeper_potted_jungle_sapling (from BoneZone) +- bonezone:creeper_potted_acacia_sapling (from BoneZone) +- bonezone:creeper_potted_dark_oak_sapling (from BoneZone) +- bonezone:creeper_potted_mangrove_propagule (from BoneZone) +- bonezone:creeper_potted_fern (from BoneZone) +- bonezone:creeper_potted_dandelion (from BoneZone) +- bonezone:creeper_potted_poppy (from BoneZone) +- bonezone:creeper_potted_blue_orchid (from BoneZone) +- bonezone:creeper_potted_allium (from BoneZone) +- bonezone:creeper_potted_azure_bluet (from BoneZone) +- bonezone:creeper_potted_red_tulip (from BoneZone) +- bonezone:creeper_potted_orange_tulip (from BoneZone) +- bonezone:creeper_potted_white_tulip (from BoneZone) +- bonezone:creeper_potted_pink_tulip (from BoneZone) +- bonezone:creeper_potted_oxeye_daisy (from BoneZone) +- bonezone:creeper_potted_cornflower (from BoneZone) +- bonezone:creeper_potted_lily_of_the_valley (from BoneZone) +- bonezone:creeper_potted_wither_rose (from BoneZone) +- bonezone:creeper_potted_red_mushroom (from BoneZone) +- bonezone:creeper_potted_brown_mushroom (from BoneZone) +- bonezone:creeper_potted_dead_bush (from BoneZone) +- bonezone:creeper_potted_cactus (from BoneZone) +- bonezone:creeper_potted_bamboo (from BoneZone) +- bonezone:creeper_potted_crimson_fungus (from BoneZone) +- bonezone:creeper_potted_warped_fungus (from BoneZone) +- bonezone:creeper_potted_crimson_roots (from BoneZone) +- bonezone:creeper_potted_warped_roots (from BoneZone) +- bonezone:creeper_potted_azalea (from BoneZone) +- bonezone:creeper_potted_flowering_azalea (from BoneZone) +- bonezone:empty_creeper_pot_flipped (from BoneZone) +- bonezone:creeper_potted_oak_sapling_flipped (from BoneZone) +- bonezone:creeper_potted_spruce_sapling_flipped (from BoneZone) +- bonezone:creeper_potted_birch_sapling_flipped (from BoneZone) +- bonezone:creeper_potted_jungle_sapling_flipped (from BoneZone) +- bonezone:creeper_potted_acacia_sapling_flipped (from BoneZone) +- bonezone:creeper_potted_dark_oak_sapling_flipped (from BoneZone) +- bonezone:creeper_potted_mangrove_propagule_flipped (from BoneZone) +- bonezone:creeper_potted_fern_flipped (from BoneZone) +- bonezone:creeper_potted_dandelion_flipped (from BoneZone) +- bonezone:creeper_potted_poppy_flipped (from BoneZone) +- bonezone:creeper_potted_blue_orchid_flipped (from BoneZone) +- bonezone:creeper_potted_allium_flipped (from BoneZone) +- bonezone:creeper_potted_azure_bluet_flipped (from BoneZone) +- bonezone:creeper_potted_red_tulip_flipped (from BoneZone) +- bonezone:creeper_potted_orange_tulip_flipped (from BoneZone) +- bonezone:creeper_potted_white_tulip_flipped (from BoneZone) +- bonezone:creeper_potted_pink_tulip_flipped (from BoneZone) +- bonezone:creeper_potted_oxeye_daisy_flipped (from BoneZone) +- bonezone:creeper_potted_cornflower_flipped (from BoneZone) +- bonezone:creeper_potted_lily_of_the_valley_flipped (from BoneZone) +- bonezone:creeper_potted_wither_rose_flipped (from BoneZone) +- bonezone:creeper_potted_red_mushroom_flipped (from BoneZone) +- bonezone:creeper_potted_brown_mushroom_flipped (from BoneZone) +- bonezone:creeper_potted_dead_bush_flipped (from BoneZone) +- bonezone:creeper_potted_cactus_flipped (from BoneZone) +- bonezone:creeper_potted_bamboo_flipped (from BoneZone) +- bonezone:creeper_potted_crimson_fungus_flipped (from BoneZone) +- bonezone:creeper_potted_warped_fungus_flipped (from BoneZone) +- bonezone:creeper_potted_crimson_roots_flipped (from BoneZone) +- bonezone:creeper_potted_warped_roots_flipped (from BoneZone) +- bonezone:creeper_potted_azalea_flipped (from BoneZone) +- bonezone:creeper_potted_flowering_azalea_flipped (from BoneZone) +- bonezone:empty_stray_pot (from BoneZone) +- bonezone:stray_potted_oak_sapling (from BoneZone) +- bonezone:stray_potted_spruce_sapling (from BoneZone) +- bonezone:stray_potted_birch_sapling (from BoneZone) +- bonezone:stray_potted_jungle_sapling (from BoneZone) +- bonezone:stray_potted_acacia_sapling (from BoneZone) +- bonezone:stray_potted_dark_oak_sapling (from BoneZone) +- bonezone:stray_potted_mangrove_propagule (from BoneZone) +- bonezone:stray_potted_fern (from BoneZone) +- bonezone:stray_potted_dandelion (from BoneZone) +- bonezone:stray_potted_poppy (from BoneZone) +- bonezone:stray_potted_blue_orchid (from BoneZone) +- bonezone:stray_potted_allium (from BoneZone) +- bonezone:stray_potted_azure_bluet (from BoneZone) +- bonezone:stray_potted_red_tulip (from BoneZone) +- bonezone:stray_potted_orange_tulip (from BoneZone) +- bonezone:stray_potted_white_tulip (from BoneZone) +- bonezone:stray_potted_pink_tulip (from BoneZone) +- bonezone:stray_potted_oxeye_daisy (from BoneZone) +- bonezone:stray_potted_cornflower (from BoneZone) +- bonezone:stray_potted_lily_of_the_valley (from BoneZone) +- bonezone:stray_potted_wither_rose (from BoneZone) +- bonezone:stray_potted_red_mushroom (from BoneZone) +- bonezone:stray_potted_brown_mushroom (from BoneZone) +- bonezone:stray_potted_dead_bush (from BoneZone) +- bonezone:stray_potted_cactus (from BoneZone) +- bonezone:stray_potted_bamboo (from BoneZone) +- bonezone:stray_potted_crimson_fungus (from BoneZone) +- bonezone:stray_potted_warped_fungus (from BoneZone) +- bonezone:stray_potted_crimson_roots (from BoneZone) +- bonezone:stray_potted_warped_roots (from BoneZone) +- bonezone:stray_potted_azalea (from BoneZone) +- bonezone:stray_potted_flowering_azalea (from BoneZone) +- bonezone:empty_stray_pot_flipped (from BoneZone) +- bonezone:stray_potted_oak_sapling_flipped (from BoneZone) +- bonezone:stray_potted_spruce_sapling_flipped (from BoneZone) +- bonezone:stray_potted_birch_sapling_flipped (from BoneZone) +- bonezone:stray_potted_jungle_sapling_flipped (from BoneZone) +- bonezone:stray_potted_acacia_sapling_flipped (from BoneZone) +- bonezone:stray_potted_dark_oak_sapling_flipped (from BoneZone) +- bonezone:stray_potted_mangrove_propagule_flipped (from BoneZone) +- bonezone:stray_potted_fern_flipped (from BoneZone) +- bonezone:stray_potted_dandelion_flipped (from BoneZone) +- bonezone:stray_potted_poppy_flipped (from BoneZone) +- bonezone:stray_potted_blue_orchid_flipped (from BoneZone) +- bonezone:stray_potted_allium_flipped (from BoneZone) +- bonezone:stray_potted_azure_bluet_flipped (from BoneZone) +- bonezone:stray_potted_red_tulip_flipped (from BoneZone) +- bonezone:stray_potted_orange_tulip_flipped (from BoneZone) +- bonezone:stray_potted_white_tulip_flipped (from BoneZone) +- bonezone:stray_potted_pink_tulip_flipped (from BoneZone) +- bonezone:stray_potted_oxeye_daisy_flipped (from BoneZone) +- bonezone:stray_potted_cornflower_flipped (from BoneZone) +- bonezone:stray_potted_lily_of_the_valley_flipped (from BoneZone) +- bonezone:stray_potted_wither_rose_flipped (from BoneZone) +- bonezone:stray_potted_red_mushroom_flipped (from BoneZone) +- bonezone:stray_potted_brown_mushroom_flipped (from BoneZone) +- bonezone:stray_potted_dead_bush_flipped (from BoneZone) +- bonezone:stray_potted_cactus_flipped (from BoneZone) +- bonezone:stray_potted_bamboo_flipped (from BoneZone) +- bonezone:stray_potted_crimson_fungus_flipped (from BoneZone) +- bonezone:stray_potted_warped_fungus_flipped (from BoneZone) +- bonezone:stray_potted_crimson_roots_flipped (from BoneZone) +- bonezone:stray_potted_warped_roots_flipped (from BoneZone) +- bonezone:stray_potted_azalea_flipped (from BoneZone) +- bonezone:stray_potted_flowering_azalea_flipped (from BoneZone) +- bosses_of_mass_destruction:obsidilith_rune (from Bosses of Mass Destruction (Beta)) +- bosses_of_mass_destruction:gauntlet_blackstone (from Bosses of Mass Destruction (Beta)) +- bosses_of_mass_destruction:mob_ward (from Bosses of Mass Destruction (Beta)) +- bosses_of_mass_destruction:monolith_block (from Bosses of Mass Destruction (Beta)) +- bosses_of_mass_destruction:levitation_block (from Bosses of Mass Destruction (Beta)) +- botania:alchemy_catalyst (from Botania) +- botania:apothecary_default (from Botania) +- botania:apothecary_desert (from Botania) +- botania:apothecary_forest (from Botania) +- botania:apothecary_fungal (from Botania) +- botania:apothecary_mesa (from Botania) +- botania:apothecary_mossy (from Botania) +- botania:apothecary_mountain (from Botania) +- botania:apothecary_plains (from Botania) +- botania:apothecary_swamp (from Botania) +- botania:apothecary_taiga (from Botania) +- botania:azulejo_0 (from Botania) +- botania:azulejo_1 (from Botania) +- botania:azulejo_10 (from Botania) +- botania:azulejo_11 (from Botania) +- botania:azulejo_12 (from Botania) +- botania:azulejo_13 (from Botania) +- botania:azulejo_14 (from Botania) +- botania:azulejo_15 (from Botania) +- botania:azulejo_2 (from Botania) +- botania:azulejo_3 (from Botania) +- botania:azulejo_4 (from Botania) +- botania:azulejo_5 (from Botania) +- botania:azulejo_6 (from Botania) +- botania:azulejo_7 (from Botania) +- botania:azulejo_8 (from Botania) +- botania:azulejo_9 (from Botania) +- botania:bifrost_pane (from Botania) +- botania:bifrost_perm (from Botania) +- botania:black_pavement (from Botania) +- botania:black_pavement_slab (from Botania) +- botania:black_pavement_stairs (from Botania) +- botania:blaze_block (from Botania) +- botania:blaze_quartz (from Botania) +- botania:blaze_quartz_pillar (from Botania) +- botania:blaze_quartz_slab (from Botania) +- botania:blaze_quartz_stairs (from Botania) +- botania:blue_pavement (from Botania) +- botania:blue_pavement_slab (from Botania) +- botania:blue_pavement_stairs (from Botania) +- botania:brewery (from Botania) +- botania:chiseled_blaze_quartz (from Botania) +- botania:chiseled_dark_quartz (from Botania) +- botania:chiseled_elf_quartz (from Botania) +- botania:chiseled_lavender_quartz (from Botania) +- botania:chiseled_livingrock_bricks (from Botania) +- botania:chiseled_mana_quartz (from Botania) +- botania:chiseled_metamorphic_desert_bricks (from Botania) +- botania:chiseled_metamorphic_forest_bricks (from Botania) +- botania:chiseled_metamorphic_fungal_bricks (from Botania) +- botania:chiseled_metamorphic_mesa_bricks (from Botania) +- botania:chiseled_metamorphic_mountain_bricks (from Botania) +- botania:chiseled_metamorphic_plains_bricks (from Botania) +- botania:chiseled_metamorphic_swamp_bricks (from Botania) +- botania:chiseled_metamorphic_taiga_bricks (from Botania) +- botania:chiseled_red_quartz (from Botania) +- botania:chiseled_sunny_quartz (from Botania) +- botania:conjuration_catalyst (from Botania) +- botania:corporea_block (from Botania) +- botania:corporea_brick (from Botania) +- botania:corporea_brick_slab (from Botania) +- botania:corporea_brick_stairs (from Botania) +- botania:corporea_brick_wall (from Botania) +- botania:corporea_crystal_cube (from Botania) +- botania:corporea_funnel (from Botania) +- botania:corporea_index (from Botania) +- botania:corporea_interceptor (from Botania) +- botania:corporea_retainer (from Botania) +- botania:corporea_slab (from Botania) +- botania:corporea_stairs (from Botania) +- botania:cracked_livingrock_bricks (from Botania) +- botania:creative_pool (from Botania) +- botania:dark_quartz (from Botania) +- botania:dark_quartz_pillar (from Botania) +- botania:dark_quartz_slab (from Botania) +- botania:dark_quartz_stairs (from Botania) +- botania:diluted_pool (from Botania) +- botania:dragonstone_block (from Botania) +- botania:elementium_block (from Botania) +- botania:elf_glass (from Botania) +- botania:elf_glass_pane (from Botania) +- botania:elf_quartz (from Botania) +- botania:elf_quartz_pillar (from Botania) +- botania:elf_quartz_slab (from Botania) +- botania:elf_quartz_stairs (from Botania) +- botania:ender_eye_block (from Botania) +- botania:fabulous_pool (from Botania) +- botania:forest_eye (from Botania) +- botania:gaia_pylon (from Botania) +- botania:green_pavement (from Botania) +- botania:green_pavement_slab (from Botania) +- botania:green_pavement_stairs (from Botania) +- botania:hourglass (from Botania) +- botania:lavender_quartz (from Botania) +- botania:lavender_quartz_pillar (from Botania) +- botania:lavender_quartz_slab (from Botania) +- botania:lavender_quartz_stairs (from Botania) +- botania:livingrock (from Botania) +- botania:livingrock_bricks (from Botania) +- botania:livingrock_bricks_slab (from Botania) +- botania:livingrock_bricks_stairs (from Botania) +- botania:livingrock_slab (from Botania) +- botania:livingrock_stairs (from Botania) +- botania:mana_detector (from Botania) +- botania:mana_diamond_block (from Botania) +- botania:mana_distributor (from Botania) +- botania:mana_fluxfield (from Botania) +- botania:mana_glass (from Botania) +- botania:mana_glass_pane (from Botania) +- botania:mana_pool (from Botania) +- botania:mana_pylon (from Botania) +- botania:mana_quartz (from Botania) +- botania:mana_quartz_pillar (from Botania) +- botania:mana_quartz_slab (from Botania) +- botania:mana_quartz_stairs (from Botania) +- botania:mana_void (from Botania) +- botania:manasteel_block (from Botania) +- botania:metamorphic_desert_bricks (from Botania) +- botania:metamorphic_desert_bricks_slab (from Botania) +- botania:metamorphic_desert_bricks_stairs (from Botania) +- botania:metamorphic_desert_cobblestone (from Botania) +- botania:metamorphic_desert_cobblestone_slab (from Botania) +- botania:metamorphic_desert_cobblestone_stairs (from Botania) +- botania:metamorphic_desert_stone (from Botania) +- botania:metamorphic_desert_stone_slab (from Botania) +- botania:metamorphic_desert_stone_stairs (from Botania) +- botania:metamorphic_forest_bricks (from Botania) +- botania:metamorphic_forest_bricks_slab (from Botania) +- botania:metamorphic_forest_bricks_stairs (from Botania) +- botania:metamorphic_forest_cobblestone (from Botania) +- botania:metamorphic_forest_cobblestone_slab (from Botania) +- botania:metamorphic_forest_cobblestone_stairs (from Botania) +- botania:metamorphic_forest_stone (from Botania) +- botania:metamorphic_forest_stone_slab (from Botania) +- botania:metamorphic_forest_stone_stairs (from Botania) +- botania:metamorphic_fungal_bricks (from Botania) +- botania:metamorphic_fungal_bricks_slab (from Botania) +- botania:metamorphic_fungal_bricks_stairs (from Botania) +- botania:metamorphic_fungal_cobblestone (from Botania) +- botania:metamorphic_fungal_cobblestone_slab (from Botania) +- botania:metamorphic_fungal_cobblestone_stairs (from Botania) +- botania:metamorphic_fungal_stone (from Botania) +- botania:metamorphic_fungal_stone_slab (from Botania) +- botania:metamorphic_fungal_stone_stairs (from Botania) +- botania:metamorphic_mesa_bricks (from Botania) +- botania:metamorphic_mesa_bricks_slab (from Botania) +- botania:metamorphic_mesa_bricks_stairs (from Botania) +- botania:metamorphic_mesa_cobblestone (from Botania) +- botania:metamorphic_mesa_cobblestone_slab (from Botania) +- botania:metamorphic_mesa_cobblestone_stairs (from Botania) +- botania:metamorphic_mesa_stone (from Botania) +- botania:metamorphic_mesa_stone_slab (from Botania) +- botania:metamorphic_mesa_stone_stairs (from Botania) +- botania:metamorphic_mountain_bricks (from Botania) +- botania:metamorphic_mountain_bricks_slab (from Botania) +- botania:metamorphic_mountain_bricks_stairs (from Botania) +- botania:metamorphic_mountain_cobblestone (from Botania) +- botania:metamorphic_mountain_cobblestone_slab (from Botania) +- botania:metamorphic_mountain_cobblestone_stairs (from Botania) +- botania:metamorphic_mountain_stone (from Botania) +- botania:metamorphic_mountain_stone_slab (from Botania) +- botania:metamorphic_mountain_stone_stairs (from Botania) +- botania:metamorphic_plains_bricks (from Botania) +- botania:metamorphic_plains_bricks_slab (from Botania) +- botania:metamorphic_plains_bricks_stairs (from Botania) +- botania:metamorphic_plains_cobblestone (from Botania) +- botania:metamorphic_plains_cobblestone_slab (from Botania) +- botania:metamorphic_plains_cobblestone_stairs (from Botania) +- botania:metamorphic_plains_stone (from Botania) +- botania:metamorphic_plains_stone_slab (from Botania) +- botania:metamorphic_plains_stone_stairs (from Botania) +- botania:metamorphic_swamp_bricks (from Botania) +- botania:metamorphic_swamp_bricks_slab (from Botania) +- botania:metamorphic_swamp_bricks_stairs (from Botania) +- botania:metamorphic_swamp_cobblestone (from Botania) +- botania:metamorphic_swamp_cobblestone_slab (from Botania) +- botania:metamorphic_swamp_cobblestone_stairs (from Botania) +- botania:metamorphic_swamp_stone (from Botania) +- botania:metamorphic_swamp_stone_slab (from Botania) +- botania:metamorphic_swamp_stone_stairs (from Botania) +- botania:metamorphic_taiga_bricks (from Botania) +- botania:metamorphic_taiga_bricks_slab (from Botania) +- botania:metamorphic_taiga_bricks_stairs (from Botania) +- botania:metamorphic_taiga_cobblestone (from Botania) +- botania:metamorphic_taiga_cobblestone_slab (from Botania) +- botania:metamorphic_taiga_cobblestone_stairs (from Botania) +- botania:metamorphic_taiga_stone (from Botania) +- botania:metamorphic_taiga_stone_slab (from Botania) +- botania:metamorphic_taiga_stone_stairs (from Botania) +- botania:mossy_livingrock_bricks (from Botania) +- botania:mossy_livingrock_bricks_slab (from Botania) +- botania:mossy_livingrock_bricks_stairs (from Botania) +- botania:natura_pylon (from Botania) +- botania:piston_relay (from Botania) +- botania:polished_livingrock (from Botania) +- botania:polished_livingrock_slab (from Botania) +- botania:polished_livingrock_stairs (from Botania) +- botania:prism (from Botania) +- botania:pump (from Botania) +- botania:red_pavement (from Botania) +- botania:red_pavement_slab (from Botania) +- botania:red_pavement_stairs (from Botania) +- botania:red_quartz (from Botania) +- botania:red_quartz_pillar (from Botania) +- botania:red_quartz_slab (from Botania) +- botania:red_quartz_stairs (from Botania) +- botania:red_string_comparator (from Botania) +- botania:red_string_container (from Botania) +- botania:red_string_dispenser (from Botania) +- botania:red_string_fertilizer (from Botania) +- botania:red_string_interceptor (from Botania) +- botania:red_string_relay (from Botania) +- botania:runic_altar (from Botania) +- botania:shimmerrock (from Botania) +- botania:shimmerrock_slab (from Botania) +- botania:shimmerrock_stairs (from Botania) +- botania:spark_changer (from Botania) +- botania:spawner_claw (from Botania) +- botania:starfield (from Botania) +- botania:sunny_quartz (from Botania) +- botania:sunny_quartz_pillar (from Botania) +- botania:sunny_quartz_slab (from Botania) +- botania:sunny_quartz_stairs (from Botania) +- botania:terra_plate (from Botania) +- botania:terrasteel_block (from Botania) +- botania:tiny_planet_block (from Botania) +- botania:white_pavement (from Botania) +- botania:white_pavement_slab (from Botania) +- botania:white_pavement_stairs (from Botania) +- botania:yellow_pavement (from Botania) +- botania:yellow_pavement_slab (from Botania) +- botania:yellow_pavement_stairs (from Botania) +- botanypots:terracotta_botany_pot (from BotanyPots) +- botanypots:terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:white_terracotta_botany_pot (from BotanyPots) +- botanypots:white_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:orange_terracotta_botany_pot (from BotanyPots) +- botanypots:orange_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:magenta_terracotta_botany_pot (from BotanyPots) +- botanypots:magenta_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:light_blue_terracotta_botany_pot (from BotanyPots) +- botanypots:light_blue_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:yellow_terracotta_botany_pot (from BotanyPots) +- botanypots:yellow_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:lime_terracotta_botany_pot (from BotanyPots) +- botanypots:lime_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:pink_terracotta_botany_pot (from BotanyPots) +- botanypots:pink_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:gray_terracotta_botany_pot (from BotanyPots) +- botanypots:gray_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:light_gray_terracotta_botany_pot (from BotanyPots) +- botanypots:light_gray_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:cyan_terracotta_botany_pot (from BotanyPots) +- botanypots:cyan_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:purple_terracotta_botany_pot (from BotanyPots) +- botanypots:purple_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:blue_terracotta_botany_pot (from BotanyPots) +- botanypots:blue_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:brown_terracotta_botany_pot (from BotanyPots) +- botanypots:brown_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:green_terracotta_botany_pot (from BotanyPots) +- botanypots:green_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:red_terracotta_botany_pot (from BotanyPots) +- botanypots:red_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:black_terracotta_botany_pot (from BotanyPots) +- botanypots:black_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:white_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:white_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:orange_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:orange_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:magenta_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:magenta_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:light_blue_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:light_blue_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:yellow_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:yellow_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:lime_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:lime_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:pink_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:pink_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:gray_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:gray_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:light_gray_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:light_gray_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:cyan_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:cyan_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:purple_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:purple_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:blue_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:blue_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:brown_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:brown_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:green_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:green_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:red_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:red_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:black_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:black_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:white_concrete_botany_pot (from BotanyPots) +- botanypots:white_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:orange_concrete_botany_pot (from BotanyPots) +- botanypots:orange_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:magenta_concrete_botany_pot (from BotanyPots) +- botanypots:magenta_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:light_blue_concrete_botany_pot (from BotanyPots) +- botanypots:light_blue_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:yellow_concrete_botany_pot (from BotanyPots) +- botanypots:yellow_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:lime_concrete_botany_pot (from BotanyPots) +- botanypots:lime_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:pink_concrete_botany_pot (from BotanyPots) +- botanypots:pink_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:gray_concrete_botany_pot (from BotanyPots) +- botanypots:gray_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:light_gray_concrete_botany_pot (from BotanyPots) +- botanypots:light_gray_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:cyan_concrete_botany_pot (from BotanyPots) +- botanypots:cyan_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:purple_concrete_botany_pot (from BotanyPots) +- botanypots:purple_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:blue_concrete_botany_pot (from BotanyPots) +- botanypots:blue_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:brown_concrete_botany_pot (from BotanyPots) +- botanypots:brown_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:green_concrete_botany_pot (from BotanyPots) +- botanypots:green_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:red_concrete_botany_pot (from BotanyPots) +- botanypots:red_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:black_concrete_botany_pot (from BotanyPots) +- botanypots:black_concrete_hopper_botany_pot (from BotanyPots) +- byg:bulbis_shell (from Oh The Biomes You'll Go) +- byg:purple_bulbis_shell (from Oh The Biomes You'll Go) +- byg:anthracite_block (from Oh The Biomes You'll Go) +- byg:anthracite_ore (from Oh The Biomes You'll Go) +- byg:brimstone (from Oh The Biomes You'll Go) +- byg:yellow_nether_bricks (from Oh The Biomes You'll Go) +- byg:hanging_bones (from Oh The Biomes You'll Go) +- byg:quartz_crystal (from Oh The Biomes You'll Go) +- byg:raw_quartz_block (from Oh The Biomes You'll Go) +- byg:blue_nether_quartz_ore (from Oh The Biomes You'll Go) +- byg:blue_nether_gold_ore (from Oh The Biomes You'll Go) +- byg:brimstone_nether_quartz_ore (from Oh The Biomes You'll Go) +- byg:brimstone_nether_gold_ore (from Oh The Biomes You'll Go) +- byg:magmatic_stone (from Oh The Biomes You'll Go) +- byg:warped_coral_block (from Oh The Biomes You'll Go) +- byg:blue_netherrack (from Oh The Biomes You'll Go) +- byg:blue_nether_bricks (from Oh The Biomes You'll Go) +- byg:purpur_stone (from Oh The Biomes You'll Go) +- byg:purpur_stone_slab (from Oh The Biomes You'll Go) +- byg:purpur_stone_stairs (from Oh The Biomes You'll Go) +- byg:purpur_stone_wall (from Oh The Biomes You'll Go) +- byg:ether_stone (from Oh The Biomes You'll Go) +- byg:ether_stone_slab (from Oh The Biomes You'll Go) +- byg:ether_stone_stairs (from Oh The Biomes You'll Go) +- byg:ether_stone_wall (from Oh The Biomes You'll Go) +- byg:cobbled_ether_stone (from Oh The Biomes You'll Go) +- byg:cobbled_ether_stone_slab (from Oh The Biomes You'll Go) +- byg:cobbled_ether_stone_stairs (from Oh The Biomes You'll Go) +- byg:cobbled_ether_stone_wall (from Oh The Biomes You'll Go) +- byg:carved_ether_stone (from Oh The Biomes You'll Go) +- byg:carved_ether_stone_slab (from Oh The Biomes You'll Go) +- byg:carved_ether_stone_stairs (from Oh The Biomes You'll Go) +- byg:carved_ether_stone_wall (from Oh The Biomes You'll Go) +- byg:therium_crystal (from Oh The Biomes You'll Go) +- byg:therium_block (from Oh The Biomes You'll Go) +- byg:therium_lantern (from Oh The Biomes You'll Go) +- byg:boric_lantern (from Oh The Biomes You'll Go) +- byg:cryptic_lantern (from Oh The Biomes You'll Go) +- byg:chiseled_therium (from Oh The Biomes You'll Go) +- byg:chiseled_therium_stairs (from Oh The Biomes You'll Go) +- byg:chiseled_therium_slab (from Oh The Biomes You'll Go) +- byg:chiseled_therium_wall (from Oh The Biomes You'll Go) +- byg:shiny_chiseled_therium (from Oh The Biomes You'll Go) +- byg:shiny_chiseled_therium_stairs (from Oh The Biomes You'll Go) +- byg:shiny_chiseled_therium_slab (from Oh The Biomes You'll Go) +- byg:shiny_chiseled_therium_wall (from Oh The Biomes You'll Go) +- byg:therium_glass (from Oh The Biomes You'll Go) +- byg:therium_glass_pane (from Oh The Biomes You'll Go) +- byg:cryptic_magma_block (from Oh The Biomes You'll Go) +- byg:cryptic_stone (from Oh The Biomes You'll Go) +- byg:cryptic_stone_slab (from Oh The Biomes You'll Go) +- byg:cryptic_stone_stairs (from Oh The Biomes You'll Go) +- byg:cryptic_stone_wall (from Oh The Biomes You'll Go) +- byg:cryptic_vent (from Oh The Biomes You'll Go) +- byg:tall_cryptic_vent (from Oh The Biomes You'll Go) +- byg:cryptic_redstone_ore (from Oh The Biomes You'll Go) +- byg:pervaded_netherrack (from Oh The Biomes You'll Go) +- byg:glowstone_lantern (from Oh The Biomes You'll Go) +- byg:frost_magma (from Oh The Biomes You'll Go) +- byg:subzero_crystal_block (from Oh The Biomes You'll Go) +- byg:budding_subzero_crystal (from Oh The Biomes You'll Go) +- byg:subzero_crystal_cluster (from Oh The Biomes You'll Go) +- byg:black_sandstone (from Oh The Biomes You'll Go) +- byg:black_chiseled_sandstone (from Oh The Biomes You'll Go) +- byg:black_cut_sandstone (from Oh The Biomes You'll Go) +- byg:black_smooth_sandstone (from Oh The Biomes You'll Go) +- byg:white_sandstone (from Oh The Biomes You'll Go) +- byg:white_chiseled_sandstone (from Oh The Biomes You'll Go) +- byg:white_cut_sandstone (from Oh The Biomes You'll Go) +- byg:white_smooth_sandstone (from Oh The Biomes You'll Go) +- byg:blue_sandstone (from Oh The Biomes You'll Go) +- byg:blue_chiseled_sandstone (from Oh The Biomes You'll Go) +- byg:blue_cut_sandstone (from Oh The Biomes You'll Go) +- byg:blue_smooth_sandstone (from Oh The Biomes You'll Go) +- byg:purple_sandstone (from Oh The Biomes You'll Go) +- byg:purple_chiseled_sandstone (from Oh The Biomes You'll Go) +- byg:purple_cut_sandstone (from Oh The Biomes You'll Go) +- byg:purple_smooth_sandstone (from Oh The Biomes You'll Go) +- byg:pink_sandstone (from Oh The Biomes You'll Go) +- byg:pink_chiseled_sandstone (from Oh The Biomes You'll Go) +- byg:pink_cut_sandstone (from Oh The Biomes You'll Go) +- byg:pink_smooth_sandstone (from Oh The Biomes You'll Go) +- byg:windswept_sandstone (from Oh The Biomes You'll Go) +- byg:windswept_sandstone_slab (from Oh The Biomes You'll Go) +- byg:windswept_sandstone_stairs (from Oh The Biomes You'll Go) +- byg:windswept_sandstone_wall (from Oh The Biomes You'll Go) +- byg:chiseled_windswept_sandstone (from Oh The Biomes You'll Go) +- byg:chiseled_windswept_sandstone_slab (from Oh The Biomes You'll Go) +- byg:chiseled_windswept_sandstone_stairs (from Oh The Biomes You'll Go) +- byg:chiseled_windswept_sandstone_wall (from Oh The Biomes You'll Go) +- byg:cut_windswept_sandstone (from Oh The Biomes You'll Go) +- byg:cut_windswept_sandstone_slab (from Oh The Biomes You'll Go) +- byg:cut_windswept_sandstone_stairs (from Oh The Biomes You'll Go) +- byg:cut_windswept_sandstone_wall (from Oh The Biomes You'll Go) +- byg:smooth_windswept_sandstone (from Oh The Biomes You'll Go) +- byg:smooth_windswept_sandstone_slab (from Oh The Biomes You'll Go) +- byg:smooth_windswept_sandstone_stairs (from Oh The Biomes You'll Go) +- byg:smooth_windswept_sandstone_wall (from Oh The Biomes You'll Go) +- byg:windswept_sandstone_pillar (from Oh The Biomes You'll Go) +- byg:raw_pendorite_block (from Oh The Biomes You'll Go) +- byg:pendorite_ore (from Oh The Biomes You'll Go) +- byg:ametrine_ore (from Oh The Biomes You'll Go) +- byg:pendorite_block (from Oh The Biomes You'll Go) +- byg:ametrine_block (from Oh The Biomes You'll Go) +- byg:budding_ametrine_ore (from Oh The Biomes You'll Go) +- byg:ametrine_cluster (from Oh The Biomes You'll Go) +- byg:dacite (from Oh The Biomes You'll Go) +- byg:dacite_slab (from Oh The Biomes You'll Go) +- byg:dacite_stairs (from Oh The Biomes You'll Go) +- byg:dacite_wall (from Oh The Biomes You'll Go) +- byg:dacite_bricks (from Oh The Biomes You'll Go) +- byg:dacite_brick_slab (from Oh The Biomes You'll Go) +- byg:dacite_brick_stairs (from Oh The Biomes You'll Go) +- byg:dacite_brick_wall (from Oh The Biomes You'll Go) +- byg:dacite_cobblestone (from Oh The Biomes You'll Go) +- byg:dacite_cobblestone_slab (from Oh The Biomes You'll Go) +- byg:dacite_cobblestone_stairs (from Oh The Biomes You'll Go) +- byg:dacite_cobblestone_wall (from Oh The Biomes You'll Go) +- byg:dacite_pillar (from Oh The Biomes You'll Go) +- byg:dacite_tile (from Oh The Biomes You'll Go) +- byg:dacite_tile_slab (from Oh The Biomes You'll Go) +- byg:dacite_tile_stairs (from Oh The Biomes You'll Go) +- byg:dacite_tile_wall (from Oh The Biomes You'll Go) +- byg:red_rock (from Oh The Biomes You'll Go) +- byg:red_rock_slab (from Oh The Biomes You'll Go) +- byg:red_rock_stairs (from Oh The Biomes You'll Go) +- byg:red_rock_wall (from Oh The Biomes You'll Go) +- byg:red_rock_bricks (from Oh The Biomes You'll Go) +- byg:red_rock_brick_slab (from Oh The Biomes You'll Go) +- byg:red_rock_brick_stairs (from Oh The Biomes You'll Go) +- byg:red_rock_brick_wall (from Oh The Biomes You'll Go) +- byg:cracked_red_rock_bricks (from Oh The Biomes You'll Go) +- byg:cracked_red_rock_brick_slab (from Oh The Biomes You'll Go) +- byg:cracked_red_rock_brick_stairs (from Oh The Biomes You'll Go) +- byg:cracked_red_rock_brick_wall (from Oh The Biomes You'll Go) +- byg:chiseled_red_rock_bricks (from Oh The Biomes You'll Go) +- byg:chiseled_red_rock_brick_slab (from Oh The Biomes You'll Go) +- byg:chiseled_red_rock_brick_stairs (from Oh The Biomes You'll Go) +- byg:chiseled_red_rock_brick_wall (from Oh The Biomes You'll Go) +- byg:mossy_red_rock_bricks (from Oh The Biomes You'll Go) +- byg:mossy_red_rock_brick_slab (from Oh The Biomes You'll Go) +- byg:mossy_red_rock_brick_stairs (from Oh The Biomes You'll Go) +- byg:mossy_red_rock_brick_wall (from Oh The Biomes You'll Go) +- byg:mossy_stone (from Oh The Biomes You'll Go) +- byg:mossy_stone_slab (from Oh The Biomes You'll Go) +- byg:mossy_stone_stairs (from Oh The Biomes You'll Go) +- byg:mossy_stone_wall (from Oh The Biomes You'll Go) +- byg:rocky_stone (from Oh The Biomes You'll Go) +- byg:rocky_stone_slab (from Oh The Biomes You'll Go) +- byg:rocky_stone_stairs (from Oh The Biomes You'll Go) +- byg:rocky_stone_wall (from Oh The Biomes You'll Go) +- byg:travertine (from Oh The Biomes You'll Go) +- byg:travertine_slab (from Oh The Biomes You'll Go) +- byg:travertine_stairs (from Oh The Biomes You'll Go) +- byg:travertine_wall (from Oh The Biomes You'll Go) +- byg:polished_travertine (from Oh The Biomes You'll Go) +- byg:polished_travertine_slab (from Oh The Biomes You'll Go) +- byg:polished_travertine_stairs (from Oh The Biomes You'll Go) +- byg:polished_travertine_wall (from Oh The Biomes You'll Go) +- byg:chiseled_travertine (from Oh The Biomes You'll Go) +- byg:chiseled_travertine_slab (from Oh The Biomes You'll Go) +- byg:chiseled_travertine_stairs (from Oh The Biomes You'll Go) +- byg:chiseled_travertine_wall (from Oh The Biomes You'll Go) +- byg:scoria_stone (from Oh The Biomes You'll Go) +- byg:scoria_stone_slab (from Oh The Biomes You'll Go) +- byg:scoria_stone_stairs (from Oh The Biomes You'll Go) +- byg:scoria_stone_wall (from Oh The Biomes You'll Go) +- byg:scoria_cobblestone (from Oh The Biomes You'll Go) +- byg:scoria_cobblestone_slab (from Oh The Biomes You'll Go) +- byg:scoria_cobblestone_stairs (from Oh The Biomes You'll Go) +- byg:scoria_cobblestone_wall (from Oh The Biomes You'll Go) +- byg:scoria_pillar (from Oh The Biomes You'll Go) +- byg:scoria_stonebricks (from Oh The Biomes You'll Go) +- byg:scoria_stonebrick_slab (from Oh The Biomes You'll Go) +- byg:scoria_stonebrick_stairs (from Oh The Biomes You'll Go) +- byg:scoria_stonebrick_wall (from Oh The Biomes You'll Go) +- byg:cracked_scoria_stone_bricks (from Oh The Biomes You'll Go) +- byg:emeraldite_ore (from Oh The Biomes You'll Go) +- byg:dusted_polished_blackstone_bricks (from Oh The Biomes You'll Go) +- byg:soapstone (from Oh The Biomes You'll Go) +- byg:soapstone_slab (from Oh The Biomes You'll Go) +- byg:soapstone_stairs (from Oh The Biomes You'll Go) +- byg:soapstone_wall (from Oh The Biomes You'll Go) +- byg:polished_soapstone (from Oh The Biomes You'll Go) +- byg:polished_soapstone_slab (from Oh The Biomes You'll Go) +- byg:polished_soapstone_stairs (from Oh The Biomes You'll Go) +- byg:polished_soapstone_wall (from Oh The Biomes You'll Go) +- byg:soapstone_bricks (from Oh The Biomes You'll Go) +- byg:soapstone_brick_slab (from Oh The Biomes You'll Go) +- byg:soapstone_brick_stairs (from Oh The Biomes You'll Go) +- byg:soapstone_brick_wall (from Oh The Biomes You'll Go) +- byg:soapstone_pillar (from Oh The Biomes You'll Go) +- byg:soapstone_tile (from Oh The Biomes You'll Go) +- byg:soapstone_tile_slab (from Oh The Biomes You'll Go) +- byg:soapstone_tile_stairs (from Oh The Biomes You'll Go) +- byg:soapstone_tile_wall (from Oh The Biomes You'll Go) +- byg:podzol_dacite (from Oh The Biomes You'll Go) +- byg:overgrown_dacite (from Oh The Biomes You'll Go) +- byg:overgrown_stone (from Oh The Biomes You'll Go) +- byg:overgrown_crimson_blackstone (from Oh The Biomes You'll Go) +- byg:mycelium_netherrack (from Oh The Biomes You'll Go) +- byg:overgrown_netherrack (from Oh The Biomes You'll Go) +- byg:ivis_phylium (from Oh The Biomes You'll Go) +- byg:embur_nylium (from Oh The Biomes You'll Go) +- byg:sythian_nylium (from Oh The Biomes You'll Go) +- byg:nightshade_phylium (from Oh The Biomes You'll Go) +- byg:ether_phylium (from Oh The Biomes You'll Go) +- byg:vermilion_sculk (from Oh The Biomes You'll Go) +- byg:shulkren_phylium (from Oh The Biomes You'll Go) +- byg:bulbis_phycelium (from Oh The Biomes You'll Go) +- byg:imparius_phylium (from Oh The Biomes You'll Go) +- byg:hypogeal_imperium (from Oh The Biomes You'll Go) +- byg:packed_black_ice (from Oh The Biomes You'll Go) +- byg:black_ice (from Oh The Biomes You'll Go) +- catwalksinc:catwalk (from Catwalks Inc.) +- catwalksinc:catwalk_stairs (from Catwalks Inc.) +- catwalksinc:industrial_ladder (from Catwalks Inc.) +- catwalksinc:caged_ladder (from Catwalks Inc.) +- catwalksinc:cage_lamp (from Catwalks Inc.) +- catwalksinc:yellow_catwalk (from Catwalks Inc.) +- catwalksinc:yellow_catwalk_stairs (from Catwalks Inc.) +- catwalksinc:yellow_ladder (from Catwalks Inc.) +- catwalksinc:yellow_caged_ladder (from Catwalks Inc.) +- catwalksinc:red_catwalk (from Catwalks Inc.) +- catwalksinc:red_catwalk_stairs (from Catwalks Inc.) +- catwalksinc:red_ladder (from Catwalks Inc.) +- catwalksinc:red_caged_ladder (from Catwalks Inc.) +- chimes:iron_chimes (from Chimes) +- chimes:copper_chimes (from Chimes) +- chimes:amethyst_chimes (from Chimes) +- computercraft:computer_normal (from CC: Restitched) +- computercraft:computer_advanced (from CC: Restitched) +- computercraft:turtle_normal (from CC: Restitched) +- computercraft:turtle_advanced (from CC: Restitched) +- computercraft:speaker (from CC: Restitched) +- computercraft:disk_drive (from CC: Restitched) +- computercraft:printer (from CC: Restitched) +- computercraft:monitor_normal (from CC: Restitched) +- computercraft:monitor_advanced (from CC: Restitched) +- computercraft:wireless_modem_normal (from CC: Restitched) +- computercraft:wireless_modem_advanced (from CC: Restitched) +- computercraft:wired_modem_full (from CC: Restitched) +- computercraft:cable (from CC: Restitched) +- cookingforblockheads:cooking_table (from Cooking for Blockheads) +- cookingforblockheads:fridge (from Cooking for Blockheads) +- cookingforblockheads:sink (from Cooking for Blockheads) +- cookingforblockheads:counter (from Cooking for Blockheads) +- cookingforblockheads:cabinet (from Cooking for Blockheads) +- cookingforblockheads:corner (from Cooking for Blockheads) +- cookingforblockheads:oven (from Cooking for Blockheads) +- cookingforblockheads:toaster (from Cooking for Blockheads) +- cookingforblockheads:milk_jar (from Cooking for Blockheads) +- cookingforblockheads:cow_jar (from Cooking for Blockheads) +- cookingforblockheads:hanging_corner (from Cooking for Blockheads) +- cookingforblockheads:white_kitchen_floor (from Cooking for Blockheads) +- cookingforblockheads:orange_kitchen_floor (from Cooking for Blockheads) +- cookingforblockheads:magenta_kitchen_floor (from Cooking for Blockheads) +- cookingforblockheads:light_blue_kitchen_floor (from Cooking for Blockheads) +- cookingforblockheads:yellow_kitchen_floor (from Cooking for Blockheads) +- cookingforblockheads:lime_kitchen_floor (from Cooking for Blockheads) +- cookingforblockheads:pink_kitchen_floor (from Cooking for Blockheads) +- cookingforblockheads:gray_kitchen_floor (from Cooking for Blockheads) +- cookingforblockheads:light_gray_kitchen_floor (from Cooking for Blockheads) +- cookingforblockheads:cyan_kitchen_floor (from Cooking for Blockheads) +- cookingforblockheads:purple_kitchen_floor (from Cooking for Blockheads) +- cookingforblockheads:blue_kitchen_floor (from Cooking for Blockheads) +- cookingforblockheads:brown_kitchen_floor (from Cooking for Blockheads) +- cookingforblockheads:green_kitchen_floor (from Cooking for Blockheads) +- cookingforblockheads:red_kitchen_floor (from Cooking for Blockheads) +- cookingforblockheads:black_kitchen_floor (from Cooking for Blockheads) +- coxinhautilities:portable_tank_mk1 (from Coxinha Utilities) +- coxinhautilities:portable_tank_mk2 (from Coxinha Utilities) +- coxinhautilities:portable_tank_mk3 (from Coxinha Utilities) +- coxinhautilities:portable_tank_mk4 (from Coxinha Utilities) +- coxinhautilities:portable_tank_mk5 (from Coxinha Utilities) +- coxinhautilities:grannys_sink (from Coxinha Utilities) +- coxinhautilities:fluid_trash_can (from Coxinha Utilities) +- coxinhautilities:energy_trash_can (from Coxinha Utilities) +- coxinhautilities:copper_ladder (from Coxinha Utilities) +- coxinhautilities:exposed_copper_ladder (from Coxinha Utilities) +- coxinhautilities:weathered_copper_ladder (from Coxinha Utilities) +- coxinhautilities:oxidized_copper_ladder (from Coxinha Utilities) +- coxinhautilities:waxed_copper_ladder (from Coxinha Utilities) +- coxinhautilities:waxed_exposed_copper_ladder (from Coxinha Utilities) +- coxinhautilities:waxed_weathered_copper_ladder (from Coxinha Utilities) +- coxinhautilities:waxed_oxidized_copper_ladder (from Coxinha Utilities) +- create:schematicannon (from Create) +- create:schematic_table (from Create) +- create:shaft (from Create) +- create:cogwheel (from Create) +- create:large_cogwheel (from Create) +- create:andesite_encased_shaft (from Create) +- create:brass_encased_shaft (from Create) +- create:andesite_encased_cogwheel (from Create) +- create:brass_encased_cogwheel (from Create) +- create:andesite_encased_large_cogwheel (from Create) +- create:brass_encased_large_cogwheel (from Create) +- create:gearbox (from Create) +- create:clutch (from Create) +- create:gearshift (from Create) +- create:encased_chain_drive (from Create) +- create:adjustable_chain_gearshift (from Create) +- create:belt (from Create) +- create:creative_motor (from Create) +- create:water_wheel (from Create) +- create:encased_fan (from Create) +- create:nozzle (from Create) +- create:turntable (from Create) +- create:hand_crank (from Create) +- create:cuckoo_clock (from Create) +- create:mysterious_cuckoo_clock (from Create) +- create:millstone (from Create) +- create:crushing_wheel (from Create) +- create:mechanical_press (from Create) +- create:mechanical_mixer (from Create) +- create:basin (from Create) +- create:blaze_burner (from Create) +- create:lit_blaze_burner (from Create) +- create:depot (from Create) +- create:weighted_ejector (from Create) +- create:chute (from Create) +- create:smart_chute (from Create) +- create:speedometer (from Create) +- create:stressometer (from Create) +- create:wooden_bracket (from Create) +- create:metal_bracket (from Create) +- create:metal_girder (from Create) +- create:metal_girder_encased_shaft (from Create) +- create:andesite_ladder (from Create) +- create:brass_ladder (from Create) +- create:copper_ladder (from Create) +- create:fluid_pipe (from Create) +- create:encased_fluid_pipe (from Create) +- create:glass_fluid_pipe (from Create) +- create:mechanical_pump (from Create) +- create:smart_fluid_pipe (from Create) +- create:fluid_valve (from Create) +- create:copper_valve_handle (from Create) +- create:white_valve_handle (from Create) +- create:orange_valve_handle (from Create) +- create:magenta_valve_handle (from Create) +- create:light_blue_valve_handle (from Create) +- create:yellow_valve_handle (from Create) +- create:lime_valve_handle (from Create) +- create:pink_valve_handle (from Create) +- create:gray_valve_handle (from Create) +- create:light_gray_valve_handle (from Create) +- create:cyan_valve_handle (from Create) +- create:purple_valve_handle (from Create) +- create:blue_valve_handle (from Create) +- create:brown_valve_handle (from Create) +- create:green_valve_handle (from Create) +- create:red_valve_handle (from Create) +- create:black_valve_handle (from Create) +- create:fluid_tank (from Create) +- create:creative_fluid_tank (from Create) +- create:hose_pulley (from Create) +- create:item_drain (from Create) +- create:spout (from Create) +- create:portable_fluid_interface (from Create) +- create:steam_engine (from Create) +- create:steam_whistle (from Create) +- create:steam_whistle_extension (from Create) +- create:powered_shaft (from Create) +- create:mechanical_piston (from Create) +- create:sticky_mechanical_piston (from Create) +- create:piston_extension_pole (from Create) +- create:mechanical_piston_head (from Create) +- create:gantry_carriage (from Create) +- create:gantry_shaft (from Create) +- create:windmill_bearing (from Create) +- create:mechanical_bearing (from Create) +- create:clockwork_bearing (from Create) +- create:rope_pulley (from Create) +- create:cart_assembler (from Create) +- create:controller_rail (from Create) +- create:linear_chassis (from Create) +- create:secondary_linear_chassis (from Create) +- create:radial_chassis (from Create) +- create:sticker (from Create) +- create:mechanical_drill (from Create) +- create:mechanical_saw (from Create) +- create:deployer (from Create) +- create:portable_storage_interface (from Create) +- create:redstone_contact (from Create) +- create:mechanical_harvester (from Create) +- create:mechanical_plough (from Create) +- create:andesite_casing (from Create) +- create:brass_casing (from Create) +- create:copper_casing (from Create) +- create:shadow_steel_casing (from Create) +- create:refined_radiance_casing (from Create) +- create:mechanical_crafter (from Create) +- create:sequenced_gearshift (from Create) +- create:flywheel (from Create) +- create:rotation_speed_controller (from Create) +- create:mechanical_arm (from Create) +- create:track (from Create) +- create:railway_casing (from Create) +- create:track_station (from Create) +- create:track_signal (from Create) +- create:track_observer (from Create) +- create:small_bogey (from Create) +- create:large_bogey (from Create) +- create:controls (from Create) +- create:train_door (from Create) +- create:train_trapdoor (from Create) +- create:framed_glass_door (from Create) +- create:framed_glass_trapdoor (from Create) +- create:item_vault (from Create) +- create:andesite_funnel (from Create) +- create:andesite_belt_funnel (from Create) +- create:brass_funnel (from Create) +- create:brass_belt_funnel (from Create) +- create:andesite_tunnel (from Create) +- create:brass_tunnel (from Create) +- create:content_observer (from Create) +- create:stockpile_switch (from Create) +- create:creative_crate (from Create) +- create:display_link (from Create) +- create:display_board (from Create) +- create:nixie_tube (from Create) +- create:white_nixie_tube (from Create) +- create:magenta_nixie_tube (from Create) +- create:light_blue_nixie_tube (from Create) +- create:yellow_nixie_tube (from Create) +- create:lime_nixie_tube (from Create) +- create:pink_nixie_tube (from Create) +- create:gray_nixie_tube (from Create) +- create:light_gray_nixie_tube (from Create) +- create:cyan_nixie_tube (from Create) +- create:purple_nixie_tube (from Create) +- create:blue_nixie_tube (from Create) +- create:brown_nixie_tube (from Create) +- create:green_nixie_tube (from Create) +- create:red_nixie_tube (from Create) +- create:black_nixie_tube (from Create) +- create:rose_quartz_lamp (from Create) +- create:redstone_link (from Create) +- create:analog_lever (from Create) +- create:placard (from Create) +- create:copper_backtank (from Create) +- create:peculiar_bell (from Create) +- create:haunted_bell (from Create) +- create:zinc_ore (from Create) +- create:deepslate_zinc_ore (from Create) +- create:raw_zinc_block (from Create) +- create:zinc_block (from Create) +- create:brass_block (from Create) +- create:rose_quartz_block (from Create) +- create:rose_quartz_tiles (from Create) +- create:small_rose_quartz_tiles (from Create) +- create:copper_shingles (from Create) +- create:exposed_copper_shingles (from Create) +- create:weathered_copper_shingles (from Create) +- create:oxidized_copper_shingles (from Create) +- create:copper_shingle_slab (from Create) +- create:exposed_copper_shingle_slab (from Create) +- create:weathered_copper_shingle_slab (from Create) +- create:oxidized_copper_shingle_slab (from Create) +- create:copper_shingle_stairs (from Create) +- create:exposed_copper_shingle_stairs (from Create) +- create:weathered_copper_shingle_stairs (from Create) +- create:oxidized_copper_shingle_stairs (from Create) +- create:waxed_copper_shingles (from Create) +- create:waxed_exposed_copper_shingles (from Create) +- create:waxed_weathered_copper_shingles (from Create) +- create:waxed_oxidized_copper_shingles (from Create) +- create:waxed_copper_shingle_slab (from Create) +- create:waxed_exposed_copper_shingle_slab (from Create) +- create:waxed_weathered_copper_shingle_slab (from Create) +- create:waxed_oxidized_copper_shingle_slab (from Create) +- create:waxed_copper_shingle_stairs (from Create) +- create:waxed_exposed_copper_shingle_stairs (from Create) +- create:waxed_weathered_copper_shingle_stairs (from Create) +- create:waxed_oxidized_copper_shingle_stairs (from Create) +- create:copper_tiles (from Create) +- create:exposed_copper_tiles (from Create) +- create:weathered_copper_tiles (from Create) +- create:oxidized_copper_tiles (from Create) +- create:copper_tile_slab (from Create) +- create:exposed_copper_tile_slab (from Create) +- create:weathered_copper_tile_slab (from Create) +- create:oxidized_copper_tile_slab (from Create) +- create:copper_tile_stairs (from Create) +- create:exposed_copper_tile_stairs (from Create) +- create:weathered_copper_tile_stairs (from Create) +- create:oxidized_copper_tile_stairs (from Create) +- create:waxed_copper_tiles (from Create) +- create:waxed_exposed_copper_tiles (from Create) +- create:waxed_weathered_copper_tiles (from Create) +- create:waxed_oxidized_copper_tiles (from Create) +- create:waxed_copper_tile_slab (from Create) +- create:waxed_exposed_copper_tile_slab (from Create) +- create:waxed_weathered_copper_tile_slab (from Create) +- create:waxed_oxidized_copper_tile_slab (from Create) +- create:waxed_copper_tile_stairs (from Create) +- create:waxed_exposed_copper_tile_stairs (from Create) +- create:waxed_weathered_copper_tile_stairs (from Create) +- create:waxed_oxidized_copper_tile_stairs (from Create) +- create:cut_granite (from Create) +- create:cut_granite_stairs (from Create) +- create:cut_granite_slab (from Create) +- create:cut_granite_wall (from Create) +- create:polished_cut_granite (from Create) +- create:polished_cut_granite_stairs (from Create) +- create:polished_cut_granite_slab (from Create) +- create:polished_cut_granite_wall (from Create) +- create:cut_granite_bricks (from Create) +- create:cut_granite_brick_stairs (from Create) +- create:cut_granite_brick_slab (from Create) +- create:cut_granite_brick_wall (from Create) +- create:small_granite_bricks (from Create) +- create:small_granite_brick_stairs (from Create) +- create:small_granite_brick_slab (from Create) +- create:small_granite_brick_wall (from Create) +- create:layered_granite (from Create) +- create:granite_pillar (from Create) +- create:cut_diorite (from Create) +- create:cut_diorite_stairs (from Create) +- create:cut_diorite_slab (from Create) +- create:cut_diorite_wall (from Create) +- create:polished_cut_diorite (from Create) +- create:polished_cut_diorite_stairs (from Create) +- create:polished_cut_diorite_slab (from Create) +- create:polished_cut_diorite_wall (from Create) +- create:cut_diorite_bricks (from Create) +- create:cut_diorite_brick_stairs (from Create) +- create:cut_diorite_brick_slab (from Create) +- create:cut_diorite_brick_wall (from Create) +- create:small_diorite_bricks (from Create) +- create:small_diorite_brick_stairs (from Create) +- create:small_diorite_brick_slab (from Create) +- create:small_diorite_brick_wall (from Create) +- create:layered_diorite (from Create) +- create:diorite_pillar (from Create) +- create:cut_andesite (from Create) +- create:cut_andesite_stairs (from Create) +- create:cut_andesite_slab (from Create) +- create:cut_andesite_wall (from Create) +- create:polished_cut_andesite (from Create) +- create:polished_cut_andesite_stairs (from Create) +- create:polished_cut_andesite_slab (from Create) +- create:polished_cut_andesite_wall (from Create) +- create:cut_andesite_bricks (from Create) +- create:cut_andesite_brick_stairs (from Create) +- create:cut_andesite_brick_slab (from Create) +- create:cut_andesite_brick_wall (from Create) +- create:small_andesite_bricks (from Create) +- create:small_andesite_brick_stairs (from Create) +- create:small_andesite_brick_slab (from Create) +- create:small_andesite_brick_wall (from Create) +- create:layered_andesite (from Create) +- create:andesite_pillar (from Create) +- create:cut_calcite (from Create) +- create:cut_calcite_stairs (from Create) +- create:cut_calcite_slab (from Create) +- create:cut_calcite_wall (from Create) +- create:polished_cut_calcite (from Create) +- create:polished_cut_calcite_stairs (from Create) +- create:polished_cut_calcite_slab (from Create) +- create:polished_cut_calcite_wall (from Create) +- create:cut_calcite_bricks (from Create) +- create:cut_calcite_brick_stairs (from Create) +- create:cut_calcite_brick_slab (from Create) +- create:cut_calcite_brick_wall (from Create) +- create:small_calcite_bricks (from Create) +- create:small_calcite_brick_stairs (from Create) +- create:small_calcite_brick_slab (from Create) +- create:small_calcite_brick_wall (from Create) +- create:layered_calcite (from Create) +- create:calcite_pillar (from Create) +- create:cut_dripstone (from Create) +- create:cut_dripstone_stairs (from Create) +- create:cut_dripstone_slab (from Create) +- create:cut_dripstone_wall (from Create) +- create:polished_cut_dripstone (from Create) +- create:polished_cut_dripstone_stairs (from Create) +- create:polished_cut_dripstone_slab (from Create) +- create:polished_cut_dripstone_wall (from Create) +- create:cut_dripstone_bricks (from Create) +- create:cut_dripstone_brick_stairs (from Create) +- create:cut_dripstone_brick_slab (from Create) +- create:cut_dripstone_brick_wall (from Create) +- create:small_dripstone_bricks (from Create) +- create:small_dripstone_brick_stairs (from Create) +- create:small_dripstone_brick_slab (from Create) +- create:small_dripstone_brick_wall (from Create) +- create:layered_dripstone (from Create) +- create:dripstone_pillar (from Create) +- create:cut_deepslate (from Create) +- create:cut_deepslate_stairs (from Create) +- create:cut_deepslate_slab (from Create) +- create:cut_deepslate_wall (from Create) +- create:polished_cut_deepslate (from Create) +- create:polished_cut_deepslate_stairs (from Create) +- create:polished_cut_deepslate_slab (from Create) +- create:polished_cut_deepslate_wall (from Create) +- create:cut_deepslate_bricks (from Create) +- create:cut_deepslate_brick_stairs (from Create) +- create:cut_deepslate_brick_slab (from Create) +- create:cut_deepslate_brick_wall (from Create) +- create:small_deepslate_bricks (from Create) +- create:small_deepslate_brick_stairs (from Create) +- create:small_deepslate_brick_slab (from Create) +- create:small_deepslate_brick_wall (from Create) +- create:layered_deepslate (from Create) +- create:deepslate_pillar (from Create) +- create:cut_tuff (from Create) +- create:cut_tuff_stairs (from Create) +- create:cut_tuff_slab (from Create) +- create:cut_tuff_wall (from Create) +- create:polished_cut_tuff (from Create) +- create:polished_cut_tuff_stairs (from Create) +- create:polished_cut_tuff_slab (from Create) +- create:polished_cut_tuff_wall (from Create) +- create:cut_tuff_bricks (from Create) +- create:cut_tuff_brick_stairs (from Create) +- create:cut_tuff_brick_slab (from Create) +- create:cut_tuff_brick_wall (from Create) +- create:small_tuff_bricks (from Create) +- create:small_tuff_brick_stairs (from Create) +- create:small_tuff_brick_slab (from Create) +- create:small_tuff_brick_wall (from Create) +- create:layered_tuff (from Create) +- create:tuff_pillar (from Create) +- create:asurine (from Create) +- create:cut_asurine (from Create) +- create:cut_asurine_stairs (from Create) +- create:cut_asurine_slab (from Create) +- create:cut_asurine_wall (from Create) +- create:polished_cut_asurine (from Create) +- create:polished_cut_asurine_stairs (from Create) +- create:polished_cut_asurine_slab (from Create) +- create:polished_cut_asurine_wall (from Create) +- create:cut_asurine_bricks (from Create) +- create:cut_asurine_brick_stairs (from Create) +- create:cut_asurine_brick_slab (from Create) +- create:cut_asurine_brick_wall (from Create) +- create:small_asurine_bricks (from Create) +- create:small_asurine_brick_stairs (from Create) +- create:small_asurine_brick_slab (from Create) +- create:small_asurine_brick_wall (from Create) +- create:layered_asurine (from Create) +- create:asurine_pillar (from Create) +- create:crimsite (from Create) +- create:cut_crimsite (from Create) +- create:cut_crimsite_stairs (from Create) +- create:cut_crimsite_slab (from Create) +- create:cut_crimsite_wall (from Create) +- create:polished_cut_crimsite (from Create) +- create:polished_cut_crimsite_stairs (from Create) +- create:polished_cut_crimsite_slab (from Create) +- create:polished_cut_crimsite_wall (from Create) +- create:cut_crimsite_bricks (from Create) +- create:cut_crimsite_brick_stairs (from Create) +- create:cut_crimsite_brick_slab (from Create) +- create:cut_crimsite_brick_wall (from Create) +- create:small_crimsite_bricks (from Create) +- create:small_crimsite_brick_stairs (from Create) +- create:small_crimsite_brick_slab (from Create) +- create:small_crimsite_brick_wall (from Create) +- create:layered_crimsite (from Create) +- create:crimsite_pillar (from Create) +- create:limestone (from Create) +- create:cut_limestone (from Create) +- create:cut_limestone_stairs (from Create) +- create:cut_limestone_slab (from Create) +- create:cut_limestone_wall (from Create) +- create:polished_cut_limestone (from Create) +- create:polished_cut_limestone_stairs (from Create) +- create:polished_cut_limestone_slab (from Create) +- create:polished_cut_limestone_wall (from Create) +- create:cut_limestone_bricks (from Create) +- create:cut_limestone_brick_stairs (from Create) +- create:cut_limestone_brick_slab (from Create) +- create:cut_limestone_brick_wall (from Create) +- create:small_limestone_bricks (from Create) +- create:small_limestone_brick_stairs (from Create) +- create:small_limestone_brick_slab (from Create) +- create:small_limestone_brick_wall (from Create) +- create:layered_limestone (from Create) +- create:limestone_pillar (from Create) +- create:ochrum (from Create) +- create:cut_ochrum (from Create) +- create:cut_ochrum_stairs (from Create) +- create:cut_ochrum_slab (from Create) +- create:cut_ochrum_wall (from Create) +- create:polished_cut_ochrum (from Create) +- create:polished_cut_ochrum_stairs (from Create) +- create:polished_cut_ochrum_slab (from Create) +- create:polished_cut_ochrum_wall (from Create) +- create:cut_ochrum_bricks (from Create) +- create:cut_ochrum_brick_stairs (from Create) +- create:cut_ochrum_brick_slab (from Create) +- create:cut_ochrum_brick_wall (from Create) +- create:small_ochrum_bricks (from Create) +- create:small_ochrum_brick_stairs (from Create) +- create:small_ochrum_brick_slab (from Create) +- create:small_ochrum_brick_wall (from Create) +- create:layered_ochrum (from Create) +- create:ochrum_pillar (from Create) +- create:scoria (from Create) +- create:cut_scoria (from Create) +- create:cut_scoria_stairs (from Create) +- create:cut_scoria_slab (from Create) +- create:cut_scoria_wall (from Create) +- create:polished_cut_scoria (from Create) +- create:polished_cut_scoria_stairs (from Create) +- create:polished_cut_scoria_slab (from Create) +- create:polished_cut_scoria_wall (from Create) +- create:cut_scoria_bricks (from Create) +- create:cut_scoria_brick_stairs (from Create) +- create:cut_scoria_brick_slab (from Create) +- create:cut_scoria_brick_wall (from Create) +- create:small_scoria_bricks (from Create) +- create:small_scoria_brick_stairs (from Create) +- create:small_scoria_brick_slab (from Create) +- create:small_scoria_brick_wall (from Create) +- create:layered_scoria (from Create) +- create:scoria_pillar (from Create) +- create:scorchia (from Create) +- create:cut_scorchia (from Create) +- create:cut_scorchia_stairs (from Create) +- create:cut_scorchia_slab (from Create) +- create:cut_scorchia_wall (from Create) +- create:polished_cut_scorchia (from Create) +- create:polished_cut_scorchia_stairs (from Create) +- create:polished_cut_scorchia_slab (from Create) +- create:polished_cut_scorchia_wall (from Create) +- create:cut_scorchia_bricks (from Create) +- create:cut_scorchia_brick_stairs (from Create) +- create:cut_scorchia_brick_slab (from Create) +- create:cut_scorchia_brick_wall (from Create) +- create:small_scorchia_bricks (from Create) +- create:small_scorchia_brick_stairs (from Create) +- create:small_scorchia_brick_slab (from Create) +- create:small_scorchia_brick_wall (from Create) +- create:layered_scorchia (from Create) +- create:scorchia_pillar (from Create) +- create:veridium (from Create) +- create:cut_veridium (from Create) +- create:cut_veridium_stairs (from Create) +- create:cut_veridium_slab (from Create) +- create:cut_veridium_wall (from Create) +- create:polished_cut_veridium (from Create) +- create:polished_cut_veridium_stairs (from Create) +- create:polished_cut_veridium_slab (from Create) +- create:polished_cut_veridium_wall (from Create) +- create:cut_veridium_bricks (from Create) +- create:cut_veridium_brick_stairs (from Create) +- create:cut_veridium_brick_slab (from Create) +- create:cut_veridium_brick_wall (from Create) +- create:small_veridium_bricks (from Create) +- create:small_veridium_brick_stairs (from Create) +- create:small_veridium_brick_slab (from Create) +- create:small_veridium_brick_wall (from Create) +- create:layered_veridium (from Create) +- create:veridium_pillar (from Create) +- croptosis:potash_block (from Croptosis) +- croptosis:apatite_block (from Croptosis) +- croptosis:potash_ore (from Croptosis) +- croptosis:apatite_ore (from Croptosis) +- croptosis:deepslate_apatite_ore (from Croptosis) +- #darkutils:flat_tiles (from DarkUtilities) +- #darkutils:mob_filters (from DarkUtilities) +- darkutils:redstone_randomizer (from DarkUtilities) +- darkutils:shielded_redstone (from DarkUtilities) +- #decorative_blocks:braziers (from Decorative Blocks) +- decorative_blocks:bar_panel (from Decorative Blocks) +- decorative_blocks:chain (from Decorative Blocks) +- decorative_blocks:stone_pillar (from Decorative Blocks) +- deeperdarker:crystallized_amber (from Deeper and Darker) +- deeperdarker:ancient_vase (from Deeper and Darker) +- deeperdarker:sculk_stone (from Deeper and Darker) +- deeperdarker:sculk_stone_slab (from Deeper and Darker) +- deeperdarker:sculk_stone_stairs (from Deeper and Darker) +- deeperdarker:sculk_stone_wall (from Deeper and Darker) +- deeperdarker:cobbled_sculk_stone (from Deeper and Darker) +- deeperdarker:cobbled_sculk_stone_slab (from Deeper and Darker) +- deeperdarker:cobbled_sculk_stone_stairs (from Deeper and Darker) +- deeperdarker:cobbled_sculk_stone_wall (from Deeper and Darker) +- deeperdarker:polished_sculk_stone (from Deeper and Darker) +- deeperdarker:polished_sculk_stone_slab (from Deeper and Darker) +- deeperdarker:polished_sculk_stone_stairs (from Deeper and Darker) +- deeperdarker:polished_sculk_stone_wall (from Deeper and Darker) +- deeperdarker:sculk_stone_bricks (from Deeper and Darker) +- deeperdarker:sculk_stone_brick_slab (from Deeper and Darker) +- deeperdarker:sculk_stone_brick_stairs (from Deeper and Darker) +- deeperdarker:sculk_stone_brick_wall (from Deeper and Darker) +- deeperdarker:sculk_stone_tiles (from Deeper and Darker) +- deeperdarker:sculk_stone_tile_slab (from Deeper and Darker) +- deeperdarker:sculk_stone_tile_stairs (from Deeper and Darker) +- deeperdarker:sculk_stone_tile_wall (from Deeper and Darker) +- deeperdarker:smooth_sculk_stone (from Deeper and Darker) +- deeperdarker:smooth_sculk_stone_slab (from Deeper and Darker) +- deeperdarker:smooth_sculk_stone_stairs (from Deeper and Darker) +- deeperdarker:smooth_sculk_stone_wall (from Deeper and Darker) +- deeperdarker:cut_sculk_stone (from Deeper and Darker) +- deeperdarker:cut_sculk_stone_slab (from Deeper and Darker) +- deeperdarker:cut_sculk_stone_stairs (from Deeper and Darker) +- deeperdarker:cut_sculk_stone_wall (from Deeper and Darker) +- deeperdarker:chiseled_sculk_stone (from Deeper and Darker) +- deeperdarker:sculk_stone_coal_ore (from Deeper and Darker) +- deeperdarker:sculk_stone_iron_ore (from Deeper and Darker) +- deeperdarker:sculk_stone_copper_ore (from Deeper and Darker) +- deeperdarker:sculk_stone_gold_ore (from Deeper and Darker) +- deeperdarker:sculk_stone_redstone_ore (from Deeper and Darker) +- deeperdarker:sculk_stone_emerald_ore (from Deeper and Darker) +- deeperdarker:sculk_stone_lapis_ore (from Deeper and Darker) +- deeperdarker:sculk_stone_diamond_ore (from Deeper and Darker) +- deeperdarker:gloomslate (from Deeper and Darker) +- deeperdarker:gloomslate_slab (from Deeper and Darker) +- deeperdarker:gloomslate_stairs (from Deeper and Darker) +- deeperdarker:gloomslate_wall (from Deeper and Darker) +- deeperdarker:cobbled_gloomslate (from Deeper and Darker) +- deeperdarker:cobbled_gloomslate_slab (from Deeper and Darker) +- deeperdarker:cobbled_gloomslate_stairs (from Deeper and Darker) +- deeperdarker:cobbled_gloomslate_wall (from Deeper and Darker) +- deeperdarker:polished_gloomslate (from Deeper and Darker) +- deeperdarker:polished_gloomslate_slab (from Deeper and Darker) +- deeperdarker:polished_gloomslate_stairs (from Deeper and Darker) +- deeperdarker:polished_gloomslate_wall (from Deeper and Darker) +- deeperdarker:gloomslate_bricks (from Deeper and Darker) +- deeperdarker:gloomslate_brick_slab (from Deeper and Darker) +- deeperdarker:gloomslate_brick_stairs (from Deeper and Darker) +- deeperdarker:gloomslate_brick_wall (from Deeper and Darker) +- deeperdarker:gloomslate_tiles (from Deeper and Darker) +- deeperdarker:gloomslate_tile_slab (from Deeper and Darker) +- deeperdarker:gloomslate_tile_stairs (from Deeper and Darker) +- deeperdarker:gloomslate_tile_wall (from Deeper and Darker) +- deeperdarker:smooth_gloomslate (from Deeper and Darker) +- deeperdarker:smooth_gloomslate_slab (from Deeper and Darker) +- deeperdarker:smooth_gloomslate_stairs (from Deeper and Darker) +- deeperdarker:smooth_gloomslate_wall (from Deeper and Darker) +- deeperdarker:cut_gloomslate (from Deeper and Darker) +- deeperdarker:cut_gloomslate_slab (from Deeper and Darker) +- deeperdarker:cut_gloomslate_stairs (from Deeper and Darker) +- deeperdarker:cut_gloomslate_wall (from Deeper and Darker) +- deeperdarker:chiseled_gloomslate (from Deeper and Darker) +- deepslatecutting:deepslate_slab? (from Deepslate Cutting) +- deepslatecutting:deepslate_stairs? (from Deepslate Cutting) +- deepslatecutting:deepslate_wall? (from Deepslate Cutting) +- doodads:asphalt (from Doodads) +- doodads:brick_road (from Doodads) +- doodads:stone_brick_road (from Doodads) +- doodads:yellow_brick_road (from Doodads) +- doodads:portable_nether (from Doodads) +- ecologics:seashell_block (from Ecologics) +- ecologics:seashell_tiles (from Ecologics) +- ecologics:seashell_tile_stairs (from Ecologics) +- ecologics:seashell_tile_slab (from Ecologics) +- ecologics:seashell_tile_wall (from Ecologics) +- ecologics:pot (from Ecologics) +- ecologics:thin_ice (from Ecologics) +- ecologics:ice_bricks (from Ecologics) +- ecologics:ice_brick_stairs (from Ecologics) +- ecologics:ice_brick_slab (from Ecologics) +- ecologics:ice_brick_wall (from Ecologics) +- farmersdelight:stove (from Farmer's Delight) +- farmersdelight:cooking_pot (from Farmer's Delight) +- farmersdelight:skillet (from Farmer's Delight) +- ftbquests:screen_1 (from FTB Quests) +- ftbquests:screen_3 (from FTB Quests) +- ftbquests:screen_5 (from FTB Quests) +- ftbquests:screen_7 (from FTB Quests) +- ftbquests:aux_task_screen (from FTB Quests) +- geodes:emerald_geode (from More Geodes) +- geodes:budding_emerald (from More Geodes) +- geodes:quartz_geode (from More Geodes) +- geodes:budding_quartz (from More Geodes) +- geodes:emerald_cluster (from More Geodes) +- geodes:small_emerald_bud (from More Geodes) +- geodes:medium_emerald_bud (from More Geodes) +- geodes:large_emerald_bud (from More Geodes) +- geodes:quartz_cluster (from More Geodes) +- geodes:small_quartz_bud (from More Geodes) +- geodes:medium_quartz_bud (from More Geodes) +- geodes:large_quartz_bud (from More Geodes) +- geodes:diamond_geode (from More Geodes) +- geodes:diamond_cluster (from More Geodes) +- geodes:echo_block (from More Geodes) +- geodes:budding_echo_block (from More Geodes) +- geodes:echo_cluster (from More Geodes) +- geodes:large_echo_bud (from More Geodes) +- geodes:medium_echo_bud (from More Geodes) +- geodes:small_echo_bud (from More Geodes) +- #geodes:echo_locators (from More Geodes) +- geodes:lapis_crystal_block (from More Geodes) +- geodes:budding_lapis (from More Geodes) +- geodes:lapis_cluster (from More Geodes) +- geodes:large_lapis_bud (from More Geodes) +- geodes:medium_lapis_bud (from More Geodes) +- geodes:small_lapis_bud (from More Geodes) +- #geodes:pyrite (from More Geodes) +- geodes:calcite_slab (from More Geodes) +- geodes:calcite_stairs (from More Geodes) +- geodes:calcite_wall (from More Geodes) +- geodes:gypsum_crystal_block (from More Geodes) +- geodes:budding_gypsum (from More Geodes) +- geodes:gypsum_rose (from More Geodes) +- geodes:large_gypsum_bud (from More Geodes) +- geodes:medium_gypsum_bud (from More Geodes) +- geodes:small_gypsum_bud (from More Geodes) +- gofish:iron_crate (from Go Fish) +- gofish:golden_crate (from Go Fish) +- gofish:diamond_crate (from Go Fish) +- gofish:frosted_crate (from Go Fish) +- gofish:fiery_crate (from Go Fish) +- gofish:soul_crate (from Go Fish) +- gofish:gilded_blackstone_crate (from Go Fish) +- gofish:astral_crate (from Go Fish) +- gofish:end_crate (from Go Fish) +- graveyard:tg_deepslate (from The Graveyard) +- graveyard:tg_stone (from The Graveyard) +- graveyard:tg_andesite (from The Graveyard) +- graveyard:tg_granite (from The Graveyard) +- graveyard:tg_diorite (from The Graveyard) +- graveyard:tg_tuff (from The Graveyard) +- graveyard:dark_iron_trapdoor (from The Graveyard) +- graveyard:dark_iron_door (from The Graveyard) +- graveyard:dark_iron_block (from The Graveyard) +- minecraft:stone (from The Graveyard) +- minecraft:granite (from The Graveyard) +- minecraft:polished_granite (from The Graveyard) +- minecraft:diorite (from The Graveyard) +- minecraft:polished_diorite (from The Graveyard) +- minecraft:andesite (from The Graveyard) +- minecraft:polished_andesite (from The Graveyard) +- minecraft:cobblestone (from The Graveyard) +- minecraft:gold_ore (from The Graveyard) +- minecraft:deepslate_gold_ore (from The Graveyard) +- minecraft:iron_ore (from The Graveyard) +- minecraft:deepslate_iron_ore (from The Graveyard) +- minecraft:coal_ore (from The Graveyard) +- minecraft:deepslate_coal_ore (from The Graveyard) +- minecraft:nether_gold_ore (from The Graveyard) +- minecraft:lapis_ore (from The Graveyard) +- minecraft:deepslate_lapis_ore (from The Graveyard) +- minecraft:lapis_block (from The Graveyard) +- minecraft:dispenser (from The Graveyard) +- minecraft:sandstone (from The Graveyard) +- minecraft:chiseled_sandstone (from The Graveyard) +- minecraft:cut_sandstone (from The Graveyard) +- minecraft:gold_block (from The Graveyard) +- minecraft:iron_block (from The Graveyard) +- minecraft:bricks (from The Graveyard) +- minecraft:mossy_cobblestone (from The Graveyard) +- minecraft:obsidian (from The Graveyard) +- minecraft:spawner (from The Graveyard) +- minecraft:diamond_ore (from The Graveyard) +- minecraft:deepslate_diamond_ore (from The Graveyard) +- minecraft:diamond_block (from The Graveyard) +- minecraft:furnace (from The Graveyard) +- minecraft:cobblestone_stairs (from The Graveyard) +- minecraft:stone_pressure_plate (from The Graveyard) +- minecraft:iron_door (from The Graveyard) +- minecraft:redstone_ore (from The Graveyard) +- minecraft:deepslate_redstone_ore (from The Graveyard) +- minecraft:netherrack (from The Graveyard) +- minecraft:basalt (from The Graveyard) +- minecraft:polished_basalt (from The Graveyard) +- minecraft:stone_bricks (from The Graveyard) +- minecraft:mossy_stone_bricks (from The Graveyard) +- minecraft:cracked_stone_bricks (from The Graveyard) +- minecraft:chiseled_stone_bricks (from The Graveyard) +- minecraft:iron_bars (from The Graveyard) +- minecraft:chain (from The Graveyard) +- minecraft:brick_stairs (from The Graveyard) +- minecraft:stone_brick_stairs (from The Graveyard) +- minecraft:nether_bricks (from The Graveyard) +- minecraft:nether_brick_fence (from The Graveyard) +- minecraft:nether_brick_stairs (from The Graveyard) +- minecraft:enchanting_table (from The Graveyard) +- minecraft:brewing_stand (from The Graveyard) +- minecraft:end_stone (from The Graveyard) +- minecraft:sandstone_stairs (from The Graveyard) +- minecraft:emerald_ore (from The Graveyard) +- minecraft:deepslate_emerald_ore (from The Graveyard) +- minecraft:ender_chest (from The Graveyard) +- minecraft:emerald_block (from The Graveyard) +- minecraft:light_weighted_pressure_plate (from The Graveyard) +- minecraft:heavy_weighted_pressure_plate (from The Graveyard) +- minecraft:redstone_block (from The Graveyard) +- minecraft:nether_quartz_ore (from The Graveyard) +- minecraft:hopper (from The Graveyard) +- minecraft:quartz_block (from The Graveyard) +- minecraft:chiseled_quartz_block (from The Graveyard) +- minecraft:quartz_pillar (from The Graveyard) +- minecraft:quartz_stairs (from The Graveyard) +- minecraft:dropper (from The Graveyard) +- minecraft:white_terracotta (from The Graveyard) +- minecraft:orange_terracotta (from The Graveyard) +- minecraft:magenta_terracotta (from The Graveyard) +- minecraft:light_blue_terracotta (from The Graveyard) +- minecraft:yellow_terracotta (from The Graveyard) +- minecraft:lime_terracotta (from The Graveyard) +- minecraft:pink_terracotta (from The Graveyard) +- minecraft:gray_terracotta (from The Graveyard) +- minecraft:light_gray_terracotta (from The Graveyard) +- minecraft:cyan_terracotta (from The Graveyard) +- minecraft:purple_terracotta (from The Graveyard) +- minecraft:blue_terracotta (from The Graveyard) +- minecraft:brown_terracotta (from The Graveyard) +- minecraft:green_terracotta (from The Graveyard) +- minecraft:red_terracotta (from The Graveyard) +- minecraft:black_terracotta (from The Graveyard) +- minecraft:iron_trapdoor (from The Graveyard) +- minecraft:prismarine (from The Graveyard) +- minecraft:prismarine_bricks (from The Graveyard) +- minecraft:dark_prismarine (from The Graveyard) +- minecraft:prismarine_stairs (from The Graveyard) +- minecraft:prismarine_brick_stairs (from The Graveyard) +- minecraft:dark_prismarine_stairs (from The Graveyard) +- minecraft:prismarine_slab (from The Graveyard) +- minecraft:prismarine_brick_slab (from The Graveyard) +- minecraft:dark_prismarine_slab (from The Graveyard) +- minecraft:terracotta (from The Graveyard) +- minecraft:coal_block (from The Graveyard) +- minecraft:red_sandstone (from The Graveyard) +- minecraft:chiseled_red_sandstone (from The Graveyard) +- minecraft:cut_red_sandstone (from The Graveyard) +- minecraft:red_sandstone_stairs (from The Graveyard) +- minecraft:stone_slab (from The Graveyard) +- minecraft:smooth_stone_slab (from The Graveyard) +- minecraft:sandstone_slab (from The Graveyard) +- minecraft:cut_sandstone_slab (from The Graveyard) +- minecraft:petrified_oak_slab (from The Graveyard) +- minecraft:cobblestone_slab (from The Graveyard) +- minecraft:brick_slab (from The Graveyard) +- minecraft:stone_brick_slab (from The Graveyard) +- minecraft:nether_brick_slab (from The Graveyard) +- minecraft:quartz_slab (from The Graveyard) +- minecraft:red_sandstone_slab (from The Graveyard) +- minecraft:cut_red_sandstone_slab (from The Graveyard) +- minecraft:purpur_slab (from The Graveyard) +- minecraft:smooth_stone (from The Graveyard) +- minecraft:smooth_sandstone (from The Graveyard) +- minecraft:smooth_quartz (from The Graveyard) +- minecraft:smooth_red_sandstone (from The Graveyard) +- minecraft:purpur_block (from The Graveyard) +- minecraft:purpur_pillar (from The Graveyard) +- minecraft:purpur_stairs (from The Graveyard) +- minecraft:end_stone_bricks (from The Graveyard) +- minecraft:magma_block (from The Graveyard) +- minecraft:red_nether_bricks (from The Graveyard) +- minecraft:bone_block (from The Graveyard) +- minecraft:observer (from The Graveyard) +- minecraft:white_glazed_terracotta (from The Graveyard) +- minecraft:orange_glazed_terracotta (from The Graveyard) +- minecraft:magenta_glazed_terracotta (from The Graveyard) +- minecraft:light_blue_glazed_terracotta (from The Graveyard) +- minecraft:yellow_glazed_terracotta (from The Graveyard) +- minecraft:lime_glazed_terracotta (from The Graveyard) +- minecraft:pink_glazed_terracotta (from The Graveyard) +- minecraft:gray_glazed_terracotta (from The Graveyard) +- minecraft:light_gray_glazed_terracotta (from The Graveyard) +- minecraft:cyan_glazed_terracotta (from The Graveyard) +- minecraft:purple_glazed_terracotta (from The Graveyard) +- minecraft:blue_glazed_terracotta (from The Graveyard) +- minecraft:brown_glazed_terracotta (from The Graveyard) +- minecraft:green_glazed_terracotta (from The Graveyard) +- minecraft:red_glazed_terracotta (from The Graveyard) +- minecraft:black_glazed_terracotta (from The Graveyard) +- minecraft:white_concrete (from The Graveyard) +- minecraft:orange_concrete (from The Graveyard) +- minecraft:magenta_concrete (from The Graveyard) +- minecraft:light_blue_concrete (from The Graveyard) +- minecraft:yellow_concrete (from The Graveyard) +- minecraft:lime_concrete (from The Graveyard) +- minecraft:pink_concrete (from The Graveyard) +- minecraft:gray_concrete (from The Graveyard) +- minecraft:light_gray_concrete (from The Graveyard) +- minecraft:cyan_concrete (from The Graveyard) +- minecraft:purple_concrete (from The Graveyard) +- minecraft:blue_concrete (from The Graveyard) +- minecraft:brown_concrete (from The Graveyard) +- minecraft:green_concrete (from The Graveyard) +- minecraft:red_concrete (from The Graveyard) +- minecraft:black_concrete (from The Graveyard) +- minecraft:dead_tube_coral_block (from The Graveyard) +- minecraft:dead_brain_coral_block (from The Graveyard) +- minecraft:dead_bubble_coral_block (from The Graveyard) +- minecraft:dead_fire_coral_block (from The Graveyard) +- minecraft:dead_horn_coral_block (from The Graveyard) +- minecraft:tube_coral_block (from The Graveyard) +- minecraft:brain_coral_block (from The Graveyard) +- minecraft:bubble_coral_block (from The Graveyard) +- minecraft:fire_coral_block (from The Graveyard) +- minecraft:horn_coral_block (from The Graveyard) +- minecraft:dead_tube_coral (from The Graveyard) +- minecraft:dead_brain_coral (from The Graveyard) +- minecraft:dead_bubble_coral (from The Graveyard) +- minecraft:dead_fire_coral (from The Graveyard) +- minecraft:dead_horn_coral (from The Graveyard) +- minecraft:dead_tube_coral_fan (from The Graveyard) +- minecraft:dead_brain_coral_fan (from The Graveyard) +- minecraft:dead_bubble_coral_fan (from The Graveyard) +- minecraft:dead_fire_coral_fan (from The Graveyard) +- minecraft:dead_horn_coral_fan (from The Graveyard) +- minecraft:dead_tube_coral_wall_fan (from The Graveyard) +- minecraft:dead_brain_coral_wall_fan (from The Graveyard) +- minecraft:dead_bubble_coral_wall_fan (from The Graveyard) +- minecraft:dead_fire_coral_wall_fan (from The Graveyard) +- minecraft:dead_horn_coral_wall_fan (from The Graveyard) +- minecraft:polished_granite_stairs (from The Graveyard) +- minecraft:smooth_red_sandstone_stairs (from The Graveyard) +- minecraft:mossy_stone_brick_stairs (from The Graveyard) +- minecraft:polished_diorite_stairs (from The Graveyard) +- minecraft:mossy_cobblestone_stairs (from The Graveyard) +- minecraft:end_stone_brick_stairs (from The Graveyard) +- minecraft:stone_stairs (from The Graveyard) +- minecraft:smooth_sandstone_stairs (from The Graveyard) +- minecraft:smooth_quartz_stairs (from The Graveyard) +- minecraft:granite_stairs (from The Graveyard) +- minecraft:andesite_stairs (from The Graveyard) +- minecraft:red_nether_brick_stairs (from The Graveyard) +- minecraft:polished_andesite_stairs (from The Graveyard) +- minecraft:diorite_stairs (from The Graveyard) +- minecraft:polished_granite_slab (from The Graveyard) +- minecraft:smooth_red_sandstone_slab (from The Graveyard) +- minecraft:mossy_stone_brick_slab (from The Graveyard) +- minecraft:polished_diorite_slab (from The Graveyard) +- minecraft:mossy_cobblestone_slab (from The Graveyard) +- minecraft:end_stone_brick_slab (from The Graveyard) +- minecraft:smooth_sandstone_slab (from The Graveyard) +- minecraft:smooth_quartz_slab (from The Graveyard) +- minecraft:granite_slab (from The Graveyard) +- minecraft:andesite_slab (from The Graveyard) +- minecraft:red_nether_brick_slab (from The Graveyard) +- minecraft:polished_andesite_slab (from The Graveyard) +- minecraft:diorite_slab (from The Graveyard) +- minecraft:smoker (from The Graveyard) +- minecraft:blast_furnace (from The Graveyard) +- minecraft:grindstone (from The Graveyard) +- minecraft:stonecutter (from The Graveyard) +- minecraft:bell (from The Graveyard) +- minecraft:lantern (from The Graveyard) +- minecraft:soul_lantern (from The Graveyard) +- minecraft:warped_nylium (from The Graveyard) +- minecraft:crimson_nylium (from The Graveyard) +- minecraft:netherite_block (from The Graveyard) +- minecraft:ancient_debris (from The Graveyard) +- minecraft:crying_obsidian (from The Graveyard) +- minecraft:respawn_anchor (from The Graveyard) +- minecraft:lodestone (from The Graveyard) +- minecraft:blackstone (from The Graveyard) +- minecraft:blackstone_stairs (from The Graveyard) +- minecraft:blackstone_slab (from The Graveyard) +- minecraft:polished_blackstone (from The Graveyard) +- minecraft:polished_blackstone_bricks (from The Graveyard) +- minecraft:cracked_polished_blackstone_bricks (from The Graveyard) +- minecraft:chiseled_polished_blackstone (from The Graveyard) +- minecraft:polished_blackstone_brick_slab (from The Graveyard) +- minecraft:polished_blackstone_brick_stairs (from The Graveyard) +- minecraft:gilded_blackstone (from The Graveyard) +- minecraft:polished_blackstone_stairs (from The Graveyard) +- minecraft:polished_blackstone_slab (from The Graveyard) +- minecraft:polished_blackstone_pressure_plate (from The Graveyard) +- minecraft:chiseled_nether_bricks (from The Graveyard) +- minecraft:cracked_nether_bricks (from The Graveyard) +- minecraft:quartz_bricks (from The Graveyard) +- minecraft:tuff (from The Graveyard) +- minecraft:calcite (from The Graveyard) +- minecraft:oxidized_copper (from The Graveyard) +- minecraft:weathered_copper (from The Graveyard) +- minecraft:exposed_copper (from The Graveyard) +- minecraft:copper_block (from The Graveyard) +- minecraft:copper_ore (from The Graveyard) +- minecraft:deepslate_copper_ore (from The Graveyard) +- minecraft:oxidized_cut_copper (from The Graveyard) +- minecraft:weathered_cut_copper (from The Graveyard) +- minecraft:exposed_cut_copper (from The Graveyard) +- minecraft:cut_copper (from The Graveyard) +- minecraft:oxidized_cut_copper_stairs (from The Graveyard) +- minecraft:weathered_cut_copper_stairs (from The Graveyard) +- minecraft:exposed_cut_copper_stairs (from The Graveyard) +- minecraft:cut_copper_stairs (from The Graveyard) +- minecraft:oxidized_cut_copper_slab (from The Graveyard) +- minecraft:weathered_cut_copper_slab (from The Graveyard) +- minecraft:exposed_cut_copper_slab (from The Graveyard) +- minecraft:cut_copper_slab (from The Graveyard) +- minecraft:waxed_copper_block (from The Graveyard) +- minecraft:waxed_weathered_copper (from The Graveyard) +- minecraft:waxed_exposed_copper (from The Graveyard) +- minecraft:waxed_oxidized_copper (from The Graveyard) +- minecraft:waxed_oxidized_cut_copper (from The Graveyard) +- minecraft:waxed_weathered_cut_copper (from The Graveyard) +- minecraft:waxed_exposed_cut_copper (from The Graveyard) +- minecraft:waxed_cut_copper (from The Graveyard) +- minecraft:waxed_oxidized_cut_copper_stairs (from The Graveyard) +- minecraft:waxed_weathered_cut_copper_stairs (from The Graveyard) +- minecraft:waxed_exposed_cut_copper_stairs (from The Graveyard) +- minecraft:waxed_cut_copper_stairs (from The Graveyard) +- minecraft:waxed_oxidized_cut_copper_slab (from The Graveyard) +- minecraft:waxed_weathered_cut_copper_slab (from The Graveyard) +- minecraft:waxed_exposed_cut_copper_slab (from The Graveyard) +- minecraft:waxed_cut_copper_slab (from The Graveyard) +- minecraft:lightning_rod (from The Graveyard) +- minecraft:pointed_dripstone (from The Graveyard) +- minecraft:dripstone_block (from The Graveyard) +- minecraft:deepslate (from The Graveyard) +- minecraft:cobbled_deepslate (from The Graveyard) +- minecraft:cobbled_deepslate_stairs (from The Graveyard) +- minecraft:cobbled_deepslate_slab (from The Graveyard) +- minecraft:polished_deepslate (from The Graveyard) +- minecraft:polished_deepslate_stairs (from The Graveyard) +- minecraft:polished_deepslate_slab (from The Graveyard) +- minecraft:deepslate_tiles (from The Graveyard) +- minecraft:deepslate_tile_stairs (from The Graveyard) +- minecraft:deepslate_tile_slab (from The Graveyard) +- minecraft:deepslate_bricks (from The Graveyard) +- minecraft:deepslate_brick_stairs (from The Graveyard) +- minecraft:deepslate_brick_slab (from The Graveyard) +- minecraft:chiseled_deepslate (from The Graveyard) +- minecraft:cracked_deepslate_bricks (from The Graveyard) +- minecraft:cracked_deepslate_tiles (from The Graveyard) +- minecraft:smooth_basalt (from The Graveyard) +- minecraft:raw_iron_block (from The Graveyard) +- minecraft:raw_copper_block (from The Graveyard) +- minecraft:raw_gold_block (from The Graveyard) +- minecraft:ice (from The Graveyard) +- minecraft:packed_ice (from The Graveyard) +- minecraft:blue_ice (from The Graveyard) +- minecraft:stone_button (from The Graveyard) +- minecraft:piston (from The Graveyard) +- minecraft:sticky_piston (from The Graveyard) +- minecraft:piston_head (from The Graveyard) +- minecraft:amethyst_cluster (from The Graveyard) +- minecraft:small_amethyst_bud (from The Graveyard) +- minecraft:medium_amethyst_bud (from The Graveyard) +- minecraft:large_amethyst_bud (from The Graveyard) +- minecraft:amethyst_block (from The Graveyard) +- minecraft:budding_amethyst (from The Graveyard) +- minecraft:infested_cobblestone (from The Graveyard) +- minecraft:infested_chiseled_stone_bricks (from The Graveyard) +- minecraft:infested_cracked_stone_bricks (from The Graveyard) +- minecraft:infested_deepslate (from The Graveyard) +- minecraft:infested_stone (from The Graveyard) +- minecraft:infested_mossy_stone_bricks (from The Graveyard) +- minecraft:infested_stone_bricks (from The Graveyard) +- #minecraft:walls (from The Graveyard) +- #minecraft:shulker_boxes (from The Graveyard) +- #minecraft:anvil (from The Graveyard) +- #minecraft:cauldrons (from The Graveyard) +- #minecraft:rails (from The Graveyard) +- minecraft:conduit (from The Graveyard) +- hexcasting:slate_block (from Hex Casting) +- hexcasting:slate (from Hex Casting) +- hexcasting:empty_directrix (from Hex Casting) +- hexcasting:directrix_redstone (from Hex Casting) +- hexcasting:empty_impetus (from Hex Casting) +- hexcasting:impetus_rightclick (from Hex Casting) +- hexcasting:impetus_look (from Hex Casting) +- hexcasting:impetus_storedplayer (from Hex Casting) +- hexcasting:amethyst_tiles (from Hex Casting) +- hexcasting:amethyst_sconce (from Hex Casting) +- indrev:compressor_factory_mk4 (from Industrial Revolution) +- indrev:coal_generator_mk1 (from Industrial Revolution) +- indrev:drill_middle (from Industrial Revolution) +- indrev:biomass_generator_mk3 (from Industrial Revolution) +- indrev:duct (from Industrial Revolution) +- indrev:lazuli_flux_container_mk4 (from Industrial Revolution) +- indrev:modular_workbench_mk4 (from Industrial Revolution) +- indrev:lazuli_flux_container_mk3 (from Industrial Revolution) +- indrev:lazuli_flux_container_mk2 (from Industrial Revolution) +- indrev:raw_tungsten_block (from Industrial Revolution) +- indrev:lazuli_flux_container_mk1 (from Industrial Revolution) +- indrev:solid_infuser_creative (from Industrial Revolution) +- indrev:farmer_creative (from Industrial Revolution) +- indrev:bronze_block (from Industrial Revolution) +- indrev:electric_furnace_creative (from Industrial Revolution) +- indrev:machine_block (from Industrial Revolution) +- indrev:charge_pad_mk4 (from Industrial Revolution) +- indrev:raw_tin_block (from Industrial Revolution) +- indrev:raw_silver_block (from Industrial Revolution) +- indrev:lazuli_flux_container_creative (from Industrial Revolution) +- indrev:recycler_mk2 (from Industrial Revolution) +- indrev:dirt_oxygenator_mk1 (from Industrial Revolution) +- indrev:deepslate_silver_ore (from Industrial Revolution) +- indrev:compressor_creative (from Industrial Revolution) +- indrev:lead_block (from Industrial Revolution) +- indrev:electric_furnace_mk1 (from Industrial Revolution) +- indrev:electric_furnace_mk2 (from Industrial Revolution) +- indrev:electric_furnace_mk3 (from Industrial Revolution) +- indrev:electric_furnace_mk4 (from Industrial Revolution) +- indrev:pulverizer_mk2 (from Industrial Revolution) +- indrev:pulverizer_mk1 (from Industrial Revolution) +- indrev:pulverizer_mk4 (from Industrial Revolution) +- indrev:pulverizer_mk3 (from Industrial Revolution) +- indrev:rancher_creative (from Industrial Revolution) +- indrev:steam_turbine_energy_output (from Industrial Revolution) +- indrev:data_card_writer_mk4 (from Industrial Revolution) +- indrev:capsule (from Industrial Revolution) +- indrev:drill_bottom (from Industrial Revolution) +- indrev:steel_block (from Industrial Revolution) +- indrev:drain_mk1 (from Industrial Revolution) +- indrev:raw_lead_block (from Industrial Revolution) +- indrev:tungsten_ore (from Industrial Revolution) +- indrev:lead_ore (from Industrial Revolution) +- indrev:electrolytic_separator_mk4 (from Industrial Revolution) +- indrev:electrolytic_separator_mk3 (from Industrial Revolution) +- indrev:electrolytic_separator_mk2 (from Industrial Revolution) +- indrev:electrolytic_separator_mk1 (from Industrial Revolution) +- indrev:cable_mk1 (from Industrial Revolution) +- indrev:cable_mk3 (from Industrial Revolution) +- indrev:cable_mk2 (from Industrial Revolution) +- indrev:cable_mk4 (from Industrial Revolution) +- indrev:tin_ore (from Industrial Revolution) +- indrev:pulverizer_factory_mk4 (from Industrial Revolution) +- indrev:deepslate_tungsten_ore (from Industrial Revolution) +- indrev:heat_generator_mk4 (from Industrial Revolution) +- indrev:steam_turbine_steam_input_valve (from Industrial Revolution) +- indrev:silver_block (from Industrial Revolution) +- indrev:solar_power_plant_tower (from Industrial Revolution) +- indrev:frame (from Industrial Revolution) +- indrev:solid_infuser_factory_mk4 (from Industrial Revolution) +- indrev:nikolite_ore (from Industrial Revolution) +- indrev:fluid_pipe_mk4 (from Industrial Revolution) +- indrev:fluid_pipe_mk3 (from Industrial Revolution) +- indrev:fluid_pipe_mk2 (from Industrial Revolution) +- indrev:fluid_pipe_mk1 (from Industrial Revolution) +- indrev:solar_generator_mk3 (from Industrial Revolution) +- indrev:solar_generator_mk1 (from Industrial Revolution) +- indrev:compressor_mk1 (from Industrial Revolution) +- indrev:compressor_mk3 (from Industrial Revolution) +- indrev:compressor_mk2 (from Industrial Revolution) +- indrev:compressor_mk4 (from Industrial Revolution) +- indrev:item_pipe_mk1 (from Industrial Revolution) +- indrev:item_pipe_mk2 (from Industrial Revolution) +- indrev:item_pipe_mk3 (from Industrial Revolution) +- indrev:item_pipe_mk4 (from Industrial Revolution) +- indrev:steam_turbine_mk4 (from Industrial Revolution) +- indrev:condenser_mk4 (from Industrial Revolution) +- indrev:tank (from Industrial Revolution) +- indrev:chopper_mk1 (from Industrial Revolution) +- indrev:tin_block (from Industrial Revolution) +- indrev:chopper_mk4 (from Industrial Revolution) +- indrev:chopper_mk3 (from Industrial Revolution) +- indrev:chopper_mk2 (from Industrial Revolution) +- indrev:tungsten_block (from Industrial Revolution) +- indrev:sulfur_crystal (from Industrial Revolution) +- indrev:gas_generator_mk4 (from Industrial Revolution) +- indrev:cabinet (from Industrial Revolution) +- indrev:slaughter_mk1 (from Industrial Revolution) +- indrev:slaughter_mk4 (from Industrial Revolution) +- indrev:slaughter_mk2 (from Industrial Revolution) +- indrev:slaughter_mk3 (from Industrial Revolution) +- indrev:farmer_mk3 (from Industrial Revolution) +- indrev:farmer_mk2 (from Industrial Revolution) +- indrev:farmer_mk4 (from Industrial Revolution) +- indrev:farmer_mk1 (from Industrial Revolution) +- indrev:fluid_valve (from Industrial Revolution) +- indrev:steam_turbine_casing (from Industrial Revolution) +- indrev:electrolytic_separator_creative (from Industrial Revolution) +- indrev:fluid_infuser_creative (from Industrial Revolution) +- indrev:intake (from Industrial Revolution) +- indrev:solar_receiver (from Industrial Revolution) +- indrev:pulverizer_creative (from Industrial Revolution) +- indrev:silver_ore (from Industrial Revolution) +- indrev:deepslate_tin_ore (from Industrial Revolution) +- indrev:drill_top (from Industrial Revolution) +- indrev:controller (from Industrial Revolution) +- indrev:slaughter_creative (from Industrial Revolution) +- indrev:heliostat (from Industrial Revolution) +- indrev:silo (from Industrial Revolution) +- indrev:solid_infuser_mk3 (from Industrial Revolution) +- indrev:solid_infuser_mk4 (from Industrial Revolution) +- indrev:solid_infuser_mk1 (from Industrial Revolution) +- indrev:solid_infuser_mk2 (from Industrial Revolution) +- indrev:electrum_block (from Industrial Revolution) +- indrev:steam_turbine_rotor (from Industrial Revolution) +- indrev:fluid_infuser_mk4 (from Industrial Revolution) +- indrev:fluid_infuser_mk3 (from Industrial Revolution) +- indrev:fluid_infuser_mk2 (from Industrial Revolution) +- indrev:fluid_infuser_mk1 (from Industrial Revolution) +- indrev:deepslate_lead_ore (from Industrial Revolution) +- indrev:sawmill_creative (from Industrial Revolution) +- indrev:rancher_mk4 (from Industrial Revolution) +- indrev:rancher_mk2 (from Industrial Revolution) +- indrev:rancher_mk3 (from Industrial Revolution) +- indrev:rancher_mk1 (from Industrial Revolution) +- indrev:steam_turbine_pressure_valve (from Industrial Revolution) +- indrev:warning_strobe (from Industrial Revolution) +- indrev:sawmill_mk2 (from Industrial Revolution) +- indrev:sawmill_mk3 (from Industrial Revolution) +- indrev:sawmill_mk1 (from Industrial Revolution) +- indrev:sawmill_mk4 (from Industrial Revolution) +- indrev:smelter_mk4 (from Industrial Revolution) +- indrev:resistant_glass (from Industrial Revolution) +- indrev:deepslate_nikolite_ore (from Industrial Revolution) +- indrev:laser_emitter_mk4 (from Industrial Revolution) +- indrev:mining_rig_mk4 (from Industrial Revolution) +- indrev:fisher_mk4 (from Industrial Revolution) +- indrev:fisher_mk2 (from Industrial Revolution) +- indrev:fisher_mk3 (from Industrial Revolution) +- indrev:wither_proof_obsidian (from Industrial Revolution) +- indrev:chopper_creative (from Industrial Revolution) +- indrev:electric_furnace_factory_mk4 (from Industrial Revolution) +- indrev:pump_mk1 (from Industrial Revolution) +- indrev-nikolite:compressed_nikolite_block (from Industrial Revolution: Nikolite Expansion) +- indrev-nikolite:nikolite_block (from Industrial Revolution: Nikolite Expansion) +- indrev-nikolite:compressed_enriched_nikolite_block (from Industrial Revolution: Nikolite Expansion) +- indrev-nikolite:enriched_nikolite_block (from Industrial Revolution: Nikolite Expansion) +- #ironchests:chests (from Iron Chests: Restocked) +- javd:portal_block (from Just Another Void Dimension) +- kibe:fluid_hopper (from Kibe) +- kibe:entangled_tank (from Kibe) +- kibe:entangled_chest (from Kibe) +- kibe:wither_proof_block (from Kibe) +- kibe:wither_proof_glass (from Kibe) +- kibe:wither_builder (from Kibe) +- kibe:placer (from Kibe) +- kibe:breaker (from Kibe) +- kibe:drawbridge (from Kibe) +- kibe:igniter (from Kibe) +- kibe:redstone_timer (from Kibe) +- kibe:trash_can (from Kibe) +- kibe:vacuum_hopper (from Kibe) +- kibe:xp_shower (from Kibe) +- kibe:xp_drain (from Kibe) +- kibe:heater (from Kibe) +- kibe:dehumidifier (from Kibe) +- kibe:chunk_loader (from Kibe) +- kibe:stone_spikes (from Kibe) +- kibe:iron_spikes (from Kibe) +- kibe:gold_spikes (from Kibe) +- kibe:diamond_spikes (from Kibe) +- kibe:cobblestone_generator_mk1 (from Kibe) +- kibe:cobblestone_generator_mk2 (from Kibe) +- kibe:cobblestone_generator_mk3 (from Kibe) +- kibe:cobblestone_generator_mk4 (from Kibe) +- kibe:cobblestone_generator_mk5 (from Kibe) +- kibe:basalt_generator_mk1 (from Kibe) +- kibe:basalt_generator_mk2 (from Kibe) +- kibe:basalt_generator_mk3 (from Kibe) +- kibe:basalt_generator_mk4 (from Kibe) +- kibe:basalt_generator_mk5 (from Kibe) +- kibe:regular_conveyor_belt (from Kibe) +- kibe:fast_conveyor_belt (from Kibe) +- kibe:express_conveyor_belt (from Kibe) +- #kibe:elevators (from Kibe) +- lootr:trophy (from Lootr) +- mcwbridges:iron_bridge (from Macaw's Bridges) +- mcwbridges:brick_bridge (from Macaw's Bridges) +- mcwbridges:sandstone_bridge (from Macaw's Bridges) +- mcwbridges:stone_brick_bridge (from Macaw's Bridges) +- mcwbridges:orange_sandstone_bridge (from Macaw's Bridges) +- mcwbridges:blackstone_bridge (from Macaw's Bridges) +- mcwbridges:mossy_stone_brick_bridge (from Macaw's Bridges) +- mcwbridges:deepslate_brick_bridge (from Macaw's Bridges) +- mcwbridges:deepslate_tile_bridge (from Macaw's Bridges) +- mcwbridges:mud_brick_bridge (from Macaw's Bridges) +- mcwbridges:iron_bridge_pier (from Macaw's Bridges) +- mcwbridges:brick_bridge_pier (from Macaw's Bridges) +- mcwbridges:sandstone_bridge_pier (from Macaw's Bridges) +- mcwbridges:stone_bridge_pier (from Macaw's Bridges) +- mcwbridges:red_sandstone_bridge_pier (from Macaw's Bridges) +- mcwbridges:blackstone_bridge_pier (from Macaw's Bridges) +- mcwbridges:mossy_stone_bridge_pier (from Macaw's Bridges) +- mcwbridges:deepslate_brick_bridge_pier (from Macaw's Bridges) +- mcwbridges:deepslate_tile_bridge_pier (from Macaw's Bridges) +- mcwbridges:mud_brick_bridge_pier (from Macaw's Bridges) +- mcwbridges:iron_bridge_stair (from Macaw's Bridges) +- mcwbridges:stone_brick_bridge_stair (from Macaw's Bridges) +- mcwbridges:sandstone_bridge_stair (from Macaw's Bridges) +- mcwbridges:brick_bridge_stair (from Macaw's Bridges) +- mcwbridges:red_sandstone_bridge_stair (from Macaw's Bridges) +- mcwbridges:blackstone_bridge_stair (from Macaw's Bridges) +- mcwbridges:mossy_stone_bridge_stair (from Macaw's Bridges) +- mcwbridges:deepslate_tile_bridge_stair (from Macaw's Bridges) +- mcwbridges:deepslate_brick_bridge_stair (from Macaw's Bridges) +- mcwbridges:mud_brick_bridge_stair (from Macaw's Bridges) +- mcwdoors:metal_door (from Macaw's Doors) +- mcwdoors:metal_warning_door (from Macaw's Doors) +- mcwdoors:metal_hospital_door (from Macaw's Doors) +- mcwdoors:metal_reinforced_door (from Macaw's Doors) +- mcwdoors:metal_windowed_door (from Macaw's Doors) +- mcwdoors:jail_door (from Macaw's Doors) +- mcwdoors:garage_white_door (from Macaw's Doors) +- mcwdoors:garage_silver_door (from Macaw's Doors) +- mcwdoors:garage_gray_door (from Macaw's Doors) +- mcwdoors:garage_black_door (from Macaw's Doors) +- mcwfences:modern_stone_brick_wall (from Macaw's Fences and Walls) +- mcwfences:modern_andesite_wall (from Macaw's Fences and Walls) +- mcwfences:modern_diorite_wall (from Macaw's Fences and Walls) +- mcwfences:modern_granite_wall (from Macaw's Fences and Walls) +- mcwfences:modern_end_brick_wall (from Macaw's Fences and Walls) +- mcwfences:modern_nether_brick_wall (from Macaw's Fences and Walls) +- mcwfences:modern_blackstone_wall (from Macaw's Fences and Walls) +- mcwfences:modern_sandstone_wall (from Macaw's Fences and Walls) +- mcwfences:modern_red_sandstone_wall (from Macaw's Fences and Walls) +- mcwfences:modern_deepslate_brick_wall (from Macaw's Fences and Walls) +- mcwfences:modern_deepslate_wall (from Macaw's Fences and Walls) +- mcwfences:modern_quartz_wall (from Macaw's Fences and Walls) +- mcwfences:modern_mud_brick_wall (from Macaw's Fences and Walls) +- mcwfences:railing_stone_brick_wall (from Macaw's Fences and Walls) +- mcwfences:railing_andesite_wall (from Macaw's Fences and Walls) +- mcwfences:railing_diorite_wall (from Macaw's Fences and Walls) +- mcwfences:railing_granite_wall (from Macaw's Fences and Walls) +- mcwfences:railing_end_brick_wall (from Macaw's Fences and Walls) +- mcwfences:railing_nether_brick_wall (from Macaw's Fences and Walls) +- mcwfences:railing_blackstone_wall (from Macaw's Fences and Walls) +- mcwfences:railing_sandstone_wall (from Macaw's Fences and Walls) +- mcwfences:railing_red_sandstone_wall (from Macaw's Fences and Walls) +- mcwfences:railing_deepslate_brick_wall (from Macaw's Fences and Walls) +- mcwfences:railing_deepslate_wall (from Macaw's Fences and Walls) +- mcwfences:railing_quartz_wall (from Macaw's Fences and Walls) +- mcwfences:railing_mud_brick_wall (from Macaw's Fences and Walls) +- mcwfences:stone_brick_railing_gate (from Macaw's Fences and Walls) +- mcwfences:andesite_railing_gate (from Macaw's Fences and Walls) +- mcwfences:diorite_railing_gate (from Macaw's Fences and Walls) +- mcwfences:granite_railing_gate (from Macaw's Fences and Walls) +- mcwfences:sandstone_railing_gate (from Macaw's Fences and Walls) +- mcwfences:red_sandstone_railing_gate (from Macaw's Fences and Walls) +- mcwfences:blackstone_railing_gate (from Macaw's Fences and Walls) +- mcwfences:blackstone_brick_railing_gate (from Macaw's Fences and Walls) +- mcwfences:nether_brick_railing_gate (from Macaw's Fences and Walls) +- mcwfences:end_brick_railing_gate (from Macaw's Fences and Walls) +- mcwfences:deepslate_railing_gate (from Macaw's Fences and Walls) +- mcwfences:deepslate_brick_railing_gate (from Macaw's Fences and Walls) +- mcwfences:quartz_railing_gate (from Macaw's Fences and Walls) +- mcwfences:mud_brick_railing_gate (from Macaw's Fences and Walls) +- mcwlights:lava_lamp (from Macaw's Lights and Lamps) +- mcwlights:garden_light (from Macaw's Lights and Lamps) +- mcwpaths:andesite_diamond_paving (from Macaw's Paths and Pavings) +- mcwpaths:andesite_basket_weave_paving (from Macaw's Paths and Pavings) +- mcwpaths:andesite_square_paving (from Macaw's Paths and Pavings) +- mcwpaths:andesite_honeycomb_paving (from Macaw's Paths and Pavings) +- mcwpaths:andesite_clover_paving (from Macaw's Paths and Pavings) +- mcwpaths:andesite_dumble_paving (from Macaw's Paths and Pavings) +- mcwpaths:diorite_diamond_paving (from Macaw's Paths and Pavings) +- mcwpaths:diorite_basket_weave_paving (from Macaw's Paths and Pavings) +- mcwpaths:diorite_square_paving (from Macaw's Paths and Pavings) +- mcwpaths:diorite_honeycomb_paving (from Macaw's Paths and Pavings) +- mcwpaths:diorite_clover_paving (from Macaw's Paths and Pavings) +- mcwpaths:diorite_dumble_paving (from Macaw's Paths and Pavings) +- mcwpaths:granite_diamond_paving (from Macaw's Paths and Pavings) +- mcwpaths:granite_basket_weave_paving (from Macaw's Paths and Pavings) +- mcwpaths:granite_square_paving (from Macaw's Paths and Pavings) +- mcwpaths:granite_honeycomb_paving (from Macaw's Paths and Pavings) +- mcwpaths:granite_clover_paving (from Macaw's Paths and Pavings) +- mcwpaths:granite_dumble_paving (from Macaw's Paths and Pavings) +- mcwpaths:sandstone_diamond_paving (from Macaw's Paths and Pavings) +- mcwpaths:sandstone_basket_weave_paving (from Macaw's Paths and Pavings) +- mcwpaths:sandstone_square_paving (from Macaw's Paths and Pavings) +- mcwpaths:sandstone_honeycomb_paving (from Macaw's Paths and Pavings) +- mcwpaths:sandstone_clover_paving (from Macaw's Paths and Pavings) +- mcwpaths:sandstone_dumble_paving (from Macaw's Paths and Pavings) +- mcwpaths:red_sandstone_diamond_paving (from Macaw's Paths and Pavings) +- mcwpaths:red_sandstone_basket_weave_paving (from Macaw's Paths and Pavings) +- mcwpaths:red_sandstone_square_paving (from Macaw's Paths and Pavings) +- mcwpaths:red_sandstone_honeycomb_paving (from Macaw's Paths and Pavings) +- mcwpaths:red_sandstone_clover_paving (from Macaw's Paths and Pavings) +- mcwpaths:red_sandstone_dumble_paving (from Macaw's Paths and Pavings) +- mcwpaths:brick_diamond_paving (from Macaw's Paths and Pavings) +- mcwpaths:brick_basket_weave_paving (from Macaw's Paths and Pavings) +- mcwpaths:brick_square_paving (from Macaw's Paths and Pavings) +- mcwpaths:brick_honeycomb_paving (from Macaw's Paths and Pavings) +- mcwpaths:brick_clover_paving (from Macaw's Paths and Pavings) +- mcwpaths:brick_dumble_paving (from Macaw's Paths and Pavings) +- mcwpaths:cobblestone_diamond_paving (from Macaw's Paths and Pavings) +- mcwpaths:cobblestone_basket_weave_paving (from Macaw's Paths and Pavings) +- mcwpaths:cobblestone_square_paving (from Macaw's Paths and Pavings) +- mcwpaths:cobblestone_honeycomb_paving (from Macaw's Paths and Pavings) +- mcwpaths:cobblestone_clover_paving (from Macaw's Paths and Pavings) +- mcwpaths:cobblestone_dumble_paving (from Macaw's Paths and Pavings) +- mcwpaths:mossy_cobblestone_diamond_paving (from Macaw's Paths and Pavings) +- mcwpaths:mossy_cobblestone_basket_weave_paving (from Macaw's Paths and Pavings) +- mcwpaths:mossy_cobblestone_square_paving (from Macaw's Paths and Pavings) +- mcwpaths:mossy_cobblestone_honeycomb_paving (from Macaw's Paths and Pavings) +- mcwpaths:mossy_cobblestone_clover_paving (from Macaw's Paths and Pavings) +- mcwpaths:mossy_cobblestone_dumble_paving (from Macaw's Paths and Pavings) +- mcwpaths:cobbled_deepslate_diamond_paving (from Macaw's Paths and Pavings) +- mcwpaths:cobbled_deepslate_basket_weave_paving (from Macaw's Paths and Pavings) +- mcwpaths:cobbled_deepslate_square_paving (from Macaw's Paths and Pavings) +- mcwpaths:cobbled_deepslate_honeycomb_paving (from Macaw's Paths and Pavings) +- mcwpaths:cobbled_deepslate_clover_paving (from Macaw's Paths and Pavings) +- mcwpaths:cobbled_deepslate_dumble_paving (from Macaw's Paths and Pavings) +- mcwpaths:deepslate_diamond_paving (from Macaw's Paths and Pavings) +- mcwpaths:deepslate_basket_weave_paving (from Macaw's Paths and Pavings) +- mcwpaths:deepslate_square_paving (from Macaw's Paths and Pavings) +- mcwpaths:deepslate_honeycomb_paving (from Macaw's Paths and Pavings) +- mcwpaths:deepslate_clover_paving (from Macaw's Paths and Pavings) +- mcwpaths:deepslate_dumble_paving (from Macaw's Paths and Pavings) +- mcwpaths:mud_brick_diamond_paving (from Macaw's Paths and Pavings) +- mcwpaths:mud_brick_basket_weave_paving (from Macaw's Paths and Pavings) +- mcwpaths:mud_brick_square_paving (from Macaw's Paths and Pavings) +- mcwpaths:mud_brick_honeycomb_paving (from Macaw's Paths and Pavings) +- mcwpaths:mud_brick_clover_paving (from Macaw's Paths and Pavings) +- mcwpaths:mud_brick_dumble_paving (from Macaw's Paths and Pavings) +- mcwpaths:dark_prismarine_diamond_paving (from Macaw's Paths and Pavings) +- mcwpaths:dark_prismarine_basket_weave_paving (from Macaw's Paths and Pavings) +- mcwpaths:dark_prismarine_square_paving (from Macaw's Paths and Pavings) +- mcwpaths:dark_prismarine_honeycomb_paving (from Macaw's Paths and Pavings) +- mcwpaths:dark_prismarine_clover_paving (from Macaw's Paths and Pavings) +- mcwpaths:dark_prismarine_dumble_paving (from Macaw's Paths and Pavings) +- mcwpaths:blackstone_diamond_paving (from Macaw's Paths and Pavings) +- mcwpaths:blackstone_basket_weave_paving (from Macaw's Paths and Pavings) +- mcwpaths:blackstone_square_paving (from Macaw's Paths and Pavings) +- mcwpaths:blackstone_honeycomb_paving (from Macaw's Paths and Pavings) +- mcwpaths:blackstone_clover_paving (from Macaw's Paths and Pavings) +- mcwpaths:blackstone_dumble_paving (from Macaw's Paths and Pavings) +- mcwroofs:bricks_roof (from Macaw's Roofs) +- mcwroofs:bricks_attic_roof (from Macaw's Roofs) +- mcwroofs:bricks_top_roof (from Macaw's Roofs) +- mcwroofs:bricks_lower_roof (from Macaw's Roofs) +- mcwroofs:bricks_steep_roof (from Macaw's Roofs) +- mcwroofs:bricks_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:bricks_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:cobblestone_roof (from Macaw's Roofs) +- mcwroofs:cobblestone_attic_roof (from Macaw's Roofs) +- mcwroofs:cobblestone_top_roof (from Macaw's Roofs) +- mcwroofs:cobblestone_lower_roof (from Macaw's Roofs) +- mcwroofs:cobblestone_steep_roof (from Macaw's Roofs) +- mcwroofs:cobblestone_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:cobblestone_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:white_concrete_roof (from Macaw's Roofs) +- mcwroofs:white_concrete_attic_roof (from Macaw's Roofs) +- mcwroofs:white_concrete_top_roof (from Macaw's Roofs) +- mcwroofs:white_concrete_lower_roof (from Macaw's Roofs) +- mcwroofs:white_concrete_steep_roof (from Macaw's Roofs) +- mcwroofs:white_concrete_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:white_concrete_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:light_gray_concrete_roof (from Macaw's Roofs) +- mcwroofs:light_gray_concrete_attic_roof (from Macaw's Roofs) +- mcwroofs:light_gray_concrete_top_roof (from Macaw's Roofs) +- mcwroofs:light_gray_concrete_lower_roof (from Macaw's Roofs) +- mcwroofs:light_gray_concrete_steep_roof (from Macaw's Roofs) +- mcwroofs:light_gray_concrete_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:light_gray_concrete_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:gray_concrete_roof (from Macaw's Roofs) +- mcwroofs:gray_concrete_attic_roof (from Macaw's Roofs) +- mcwroofs:gray_concrete_top_roof (from Macaw's Roofs) +- mcwroofs:gray_concrete_lower_roof (from Macaw's Roofs) +- mcwroofs:gray_concrete_steep_roof (from Macaw's Roofs) +- mcwroofs:gray_concrete_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:gray_concrete_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:black_concrete_roof (from Macaw's Roofs) +- mcwroofs:black_concrete_attic_roof (from Macaw's Roofs) +- mcwroofs:black_concrete_top_roof (from Macaw's Roofs) +- mcwroofs:black_concrete_lower_roof (from Macaw's Roofs) +- mcwroofs:black_concrete_steep_roof (from Macaw's Roofs) +- mcwroofs:black_concrete_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:black_concrete_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:blue_concrete_roof (from Macaw's Roofs) +- mcwroofs:blue_concrete_attic_roof (from Macaw's Roofs) +- mcwroofs:blue_concrete_top_roof (from Macaw's Roofs) +- mcwroofs:blue_concrete_lower_roof (from Macaw's Roofs) +- mcwroofs:blue_concrete_steep_roof (from Macaw's Roofs) +- mcwroofs:blue_concrete_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:blue_concrete_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:light_blue_concrete_roof (from Macaw's Roofs) +- mcwroofs:light_blue_concrete_attic_roof (from Macaw's Roofs) +- mcwroofs:light_blue_concrete_top_roof (from Macaw's Roofs) +- mcwroofs:light_blue_concrete_lower_roof (from Macaw's Roofs) +- mcwroofs:light_blue_concrete_steep_roof (from Macaw's Roofs) +- mcwroofs:light_blue_concrete_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:light_blue_concrete_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:cyan_concrete_roof (from Macaw's Roofs) +- mcwroofs:cyan_concrete_attic_roof (from Macaw's Roofs) +- mcwroofs:cyan_concrete_top_roof (from Macaw's Roofs) +- mcwroofs:cyan_concrete_lower_roof (from Macaw's Roofs) +- mcwroofs:cyan_concrete_steep_roof (from Macaw's Roofs) +- mcwroofs:cyan_concrete_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:cyan_concrete_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:lime_concrete_roof (from Macaw's Roofs) +- mcwroofs:lime_concrete_attic_roof (from Macaw's Roofs) +- mcwroofs:lime_concrete_top_roof (from Macaw's Roofs) +- mcwroofs:lime_concrete_lower_roof (from Macaw's Roofs) +- mcwroofs:lime_concrete_steep_roof (from Macaw's Roofs) +- mcwroofs:lime_concrete_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:lime_concrete_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:green_concrete_roof (from Macaw's Roofs) +- mcwroofs:green_concrete_attic_roof (from Macaw's Roofs) +- mcwroofs:green_concrete_top_roof (from Macaw's Roofs) +- mcwroofs:green_concrete_lower_roof (from Macaw's Roofs) +- mcwroofs:green_concrete_steep_roof (from Macaw's Roofs) +- mcwroofs:green_concrete_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:green_concrete_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:yellow_concrete_roof (from Macaw's Roofs) +- mcwroofs:yellow_concrete_attic_roof (from Macaw's Roofs) +- mcwroofs:yellow_concrete_top_roof (from Macaw's Roofs) +- mcwroofs:yellow_concrete_lower_roof (from Macaw's Roofs) +- mcwroofs:yellow_concrete_steep_roof (from Macaw's Roofs) +- mcwroofs:yellow_concrete_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:yellow_concrete_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:brown_concrete_roof (from Macaw's Roofs) +- mcwroofs:brown_concrete_attic_roof (from Macaw's Roofs) +- mcwroofs:brown_concrete_top_roof (from Macaw's Roofs) +- mcwroofs:brown_concrete_lower_roof (from Macaw's Roofs) +- mcwroofs:brown_concrete_steep_roof (from Macaw's Roofs) +- mcwroofs:brown_concrete_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:brown_concrete_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:orange_concrete_roof (from Macaw's Roofs) +- mcwroofs:orange_concrete_attic_roof (from Macaw's Roofs) +- mcwroofs:orange_concrete_top_roof (from Macaw's Roofs) +- mcwroofs:orange_concrete_lower_roof (from Macaw's Roofs) +- mcwroofs:orange_concrete_steep_roof (from Macaw's Roofs) +- mcwroofs:orange_concrete_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:orange_concrete_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:red_concrete_roof (from Macaw's Roofs) +- mcwroofs:red_concrete_attic_roof (from Macaw's Roofs) +- mcwroofs:red_concrete_top_roof (from Macaw's Roofs) +- mcwroofs:red_concrete_lower_roof (from Macaw's Roofs) +- mcwroofs:red_concrete_steep_roof (from Macaw's Roofs) +- mcwroofs:red_concrete_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:red_concrete_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:magenta_concrete_roof (from Macaw's Roofs) +- mcwroofs:magenta_concrete_attic_roof (from Macaw's Roofs) +- mcwroofs:magenta_concrete_top_roof (from Macaw's Roofs) +- mcwroofs:magenta_concrete_lower_roof (from Macaw's Roofs) +- mcwroofs:magenta_concrete_steep_roof (from Macaw's Roofs) +- mcwroofs:magenta_concrete_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:magenta_concrete_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:pink_concrete_roof (from Macaw's Roofs) +- mcwroofs:pink_concrete_attic_roof (from Macaw's Roofs) +- mcwroofs:pink_concrete_top_roof (from Macaw's Roofs) +- mcwroofs:pink_concrete_lower_roof (from Macaw's Roofs) +- mcwroofs:pink_concrete_steep_roof (from Macaw's Roofs) +- mcwroofs:pink_concrete_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:pink_concrete_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:purple_concrete_roof (from Macaw's Roofs) +- mcwroofs:purple_concrete_attic_roof (from Macaw's Roofs) +- mcwroofs:purple_concrete_top_roof (from Macaw's Roofs) +- mcwroofs:purple_concrete_lower_roof (from Macaw's Roofs) +- mcwroofs:purple_concrete_steep_roof (from Macaw's Roofs) +- mcwroofs:purple_concrete_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:purple_concrete_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:white_terracotta_roof (from Macaw's Roofs) +- mcwroofs:white_terracotta_attic_roof (from Macaw's Roofs) +- mcwroofs:white_terracotta_top_roof (from Macaw's Roofs) +- mcwroofs:white_terracotta_lower_roof (from Macaw's Roofs) +- mcwroofs:white_terracotta_steep_roof (from Macaw's Roofs) +- mcwroofs:white_terracotta_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:white_terracotta_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:light_gray_terracotta_roof (from Macaw's Roofs) +- mcwroofs:light_gray_terracotta_attic_roof (from Macaw's Roofs) +- mcwroofs:light_gray_terracotta_top_roof (from Macaw's Roofs) +- mcwroofs:light_gray_terracotta_lower_roof (from Macaw's Roofs) +- mcwroofs:light_gray_terracotta_steep_roof (from Macaw's Roofs) +- mcwroofs:light_gray_terracotta_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:light_gray_terracotta_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:gray_terracotta_roof (from Macaw's Roofs) +- mcwroofs:gray_terracotta_attic_roof (from Macaw's Roofs) +- mcwroofs:gray_terracotta_top_roof (from Macaw's Roofs) +- mcwroofs:gray_terracotta_lower_roof (from Macaw's Roofs) +- mcwroofs:gray_terracotta_steep_roof (from Macaw's Roofs) +- mcwroofs:gray_terracotta_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:gray_terracotta_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:black_terracotta_roof (from Macaw's Roofs) +- mcwroofs:black_terracotta_attic_roof (from Macaw's Roofs) +- mcwroofs:black_terracotta_top_roof (from Macaw's Roofs) +- mcwroofs:black_terracotta_lower_roof (from Macaw's Roofs) +- mcwroofs:black_terracotta_steep_roof (from Macaw's Roofs) +- mcwroofs:black_terracotta_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:black_terracotta_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:blue_terracotta_roof (from Macaw's Roofs) +- mcwroofs:blue_terracotta_attic_roof (from Macaw's Roofs) +- mcwroofs:blue_terracotta_top_roof (from Macaw's Roofs) +- mcwroofs:blue_terracotta_lower_roof (from Macaw's Roofs) +- mcwroofs:blue_terracotta_steep_roof (from Macaw's Roofs) +- mcwroofs:blue_terracotta_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:blue_terracotta_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:light_blue_terracotta_roof (from Macaw's Roofs) +- mcwroofs:light_blue_terracotta_attic_roof (from Macaw's Roofs) +- mcwroofs:light_blue_terracotta_top_roof (from Macaw's Roofs) +- mcwroofs:light_blue_terracotta_lower_roof (from Macaw's Roofs) +- mcwroofs:light_blue_terracotta_steep_roof (from Macaw's Roofs) +- mcwroofs:light_blue_terracotta_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:light_blue_terracotta_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:cyan_terracotta_roof (from Macaw's Roofs) +- mcwroofs:cyan_terracotta_attic_roof (from Macaw's Roofs) +- mcwroofs:cyan_terracotta_top_roof (from Macaw's Roofs) +- mcwroofs:cyan_terracotta_lower_roof (from Macaw's Roofs) +- mcwroofs:cyan_terracotta_steep_roof (from Macaw's Roofs) +- mcwroofs:cyan_terracotta_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:cyan_terracotta_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:lime_terracotta_roof (from Macaw's Roofs) +- mcwroofs:lime_terracotta_attic_roof (from Macaw's Roofs) +- mcwroofs:lime_terracotta_top_roof (from Macaw's Roofs) +- mcwroofs:lime_terracotta_lower_roof (from Macaw's Roofs) +- mcwroofs:lime_terracotta_steep_roof (from Macaw's Roofs) +- mcwroofs:lime_terracotta_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:lime_terracotta_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:green_terracotta_roof (from Macaw's Roofs) +- mcwroofs:green_terracotta_attic_roof (from Macaw's Roofs) +- mcwroofs:green_terracotta_top_roof (from Macaw's Roofs) +- mcwroofs:green_terracotta_lower_roof (from Macaw's Roofs) +- mcwroofs:green_terracotta_steep_roof (from Macaw's Roofs) +- mcwroofs:green_terracotta_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:green_terracotta_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:yellow_terracotta_roof (from Macaw's Roofs) +- mcwroofs:yellow_terracotta_attic_roof (from Macaw's Roofs) +- mcwroofs:yellow_terracotta_top_roof (from Macaw's Roofs) +- mcwroofs:yellow_terracotta_lower_roof (from Macaw's Roofs) +- mcwroofs:yellow_terracotta_steep_roof (from Macaw's Roofs) +- mcwroofs:yellow_terracotta_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:yellow_terracotta_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:brown_terracotta_roof (from Macaw's Roofs) +- mcwroofs:brown_terracotta_attic_roof (from Macaw's Roofs) +- mcwroofs:brown_terracotta_top_roof (from Macaw's Roofs) +- mcwroofs:brown_terracotta_lower_roof (from Macaw's Roofs) +- mcwroofs:brown_terracotta_steep_roof (from Macaw's Roofs) +- mcwroofs:brown_terracotta_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:brown_terracotta_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:orange_terracotta_roof (from Macaw's Roofs) +- mcwroofs:orange_terracotta_attic_roof (from Macaw's Roofs) +- mcwroofs:orange_terracotta_top_roof (from Macaw's Roofs) +- mcwroofs:orange_terracotta_lower_roof (from Macaw's Roofs) +- mcwroofs:orange_terracotta_steep_roof (from Macaw's Roofs) +- mcwroofs:orange_terracotta_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:orange_terracotta_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:red_terracotta_roof (from Macaw's Roofs) +- mcwroofs:red_terracotta_attic_roof (from Macaw's Roofs) +- mcwroofs:red_terracotta_top_roof (from Macaw's Roofs) +- mcwroofs:red_terracotta_lower_roof (from Macaw's Roofs) +- mcwroofs:red_terracotta_steep_roof (from Macaw's Roofs) +- mcwroofs:red_terracotta_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:red_terracotta_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:magenta_terracotta_roof (from Macaw's Roofs) +- mcwroofs:magenta_terracotta_attic_roof (from Macaw's Roofs) +- mcwroofs:magenta_terracotta_top_roof (from Macaw's Roofs) +- mcwroofs:magenta_terracotta_lower_roof (from Macaw's Roofs) +- mcwroofs:magenta_terracotta_steep_roof (from Macaw's Roofs) +- mcwroofs:magenta_terracotta_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:magenta_terracotta_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:pink_terracotta_roof (from Macaw's Roofs) +- mcwroofs:pink_terracotta_attic_roof (from Macaw's Roofs) +- mcwroofs:pink_terracotta_top_roof (from Macaw's Roofs) +- mcwroofs:pink_terracotta_lower_roof (from Macaw's Roofs) +- mcwroofs:pink_terracotta_steep_roof (from Macaw's Roofs) +- mcwroofs:pink_terracotta_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:pink_terracotta_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:purple_terracotta_roof (from Macaw's Roofs) +- mcwroofs:purple_terracotta_attic_roof (from Macaw's Roofs) +- mcwroofs:purple_terracotta_top_roof (from Macaw's Roofs) +- mcwroofs:purple_terracotta_lower_roof (from Macaw's Roofs) +- mcwroofs:purple_terracotta_steep_roof (from Macaw's Roofs) +- mcwroofs:purple_terracotta_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:purple_terracotta_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:white_roof (from Macaw's Roofs) +- mcwroofs:white_attic_roof (from Macaw's Roofs) +- mcwroofs:white_top_roof (from Macaw's Roofs) +- mcwroofs:white_lower_roof (from Macaw's Roofs) +- mcwroofs:white_steep_roof (from Macaw's Roofs) +- mcwroofs:white_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:white_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:gray_roof (from Macaw's Roofs) +- mcwroofs:gray_attic_roof (from Macaw's Roofs) +- mcwroofs:gray_top_roof (from Macaw's Roofs) +- mcwroofs:gray_lower_roof (from Macaw's Roofs) +- mcwroofs:gray_steep_roof (from Macaw's Roofs) +- mcwroofs:gray_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:gray_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:light_gray_roof (from Macaw's Roofs) +- mcwroofs:light_gray_attic_roof (from Macaw's Roofs) +- mcwroofs:light_gray_top_roof (from Macaw's Roofs) +- mcwroofs:light_gray_lower_roof (from Macaw's Roofs) +- mcwroofs:light_gray_steep_roof (from Macaw's Roofs) +- mcwroofs:light_gray_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:light_gray_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:black_roof (from Macaw's Roofs) +- mcwroofs:black_attic_roof (from Macaw's Roofs) +- mcwroofs:black_top_roof (from Macaw's Roofs) +- mcwroofs:black_lower_roof (from Macaw's Roofs) +- mcwroofs:black_steep_roof (from Macaw's Roofs) +- mcwroofs:black_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:black_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:base_roof (from Macaw's Roofs) +- mcwroofs:base_attic_roof (from Macaw's Roofs) +- mcwroofs:base_top_roof (from Macaw's Roofs) +- mcwroofs:base_lower_roof (from Macaw's Roofs) +- mcwroofs:base_steep_roof (from Macaw's Roofs) +- mcwroofs:base_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:base_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:diorite_roof (from Macaw's Roofs) +- mcwroofs:diorite_attic_roof (from Macaw's Roofs) +- mcwroofs:diorite_top_roof (from Macaw's Roofs) +- mcwroofs:diorite_lower_roof (from Macaw's Roofs) +- mcwroofs:diorite_steep_roof (from Macaw's Roofs) +- mcwroofs:diorite_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:diorite_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:granite_roof (from Macaw's Roofs) +- mcwroofs:granite_attic_roof (from Macaw's Roofs) +- mcwroofs:granite_top_roof (from Macaw's Roofs) +- mcwroofs:granite_lower_roof (from Macaw's Roofs) +- mcwroofs:granite_steep_roof (from Macaw's Roofs) +- mcwroofs:granite_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:granite_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:gutter_base_yellow (from Macaw's Roofs) +- mcwroofs:gutter_base_orange (from Macaw's Roofs) +- mcwroofs:gutter_base_red (from Macaw's Roofs) +- mcwroofs:gutter_base_pink (from Macaw's Roofs) +- mcwroofs:gutter_base_magenta (from Macaw's Roofs) +- mcwroofs:gutter_base_purple (from Macaw's Roofs) +- mcwroofs:gutter_base_light_blue (from Macaw's Roofs) +- mcwroofs:gutter_base_blue (from Macaw's Roofs) +- mcwroofs:gutter_base_cyan (from Macaw's Roofs) +- mcwroofs:gutter_base_lime (from Macaw's Roofs) +- mcwroofs:gutter_base_green (from Macaw's Roofs) +- mcwroofs:gutter_base_brown (from Macaw's Roofs) +- mcwroofs:gutter_base (from Macaw's Roofs) +- mcwroofs:gutter_base_black (from Macaw's Roofs) +- mcwroofs:gutter_base_gray (from Macaw's Roofs) +- mcwroofs:gutter_base_light_gray (from Macaw's Roofs) +- mcwroofs:gutter_base_white (from Macaw's Roofs) +- mcwroofs:gutter_middle_yellow (from Macaw's Roofs) +- mcwroofs:gutter_middle_orange (from Macaw's Roofs) +- mcwroofs:gutter_middle_red (from Macaw's Roofs) +- mcwroofs:gutter_middle_pink (from Macaw's Roofs) +- mcwroofs:gutter_middle_magenta (from Macaw's Roofs) +- mcwroofs:gutter_middle_purple (from Macaw's Roofs) +- mcwroofs:gutter_middle_light_blue (from Macaw's Roofs) +- mcwroofs:gutter_middle_blue (from Macaw's Roofs) +- mcwroofs:gutter_middle_cyan (from Macaw's Roofs) +- mcwroofs:gutter_middle_lime (from Macaw's Roofs) +- mcwroofs:gutter_middle_green (from Macaw's Roofs) +- mcwroofs:gutter_middle_brown (from Macaw's Roofs) +- mcwroofs:gutter_base (from Macaw's Roofs) +- mcwroofs:gutter_middle_black (from Macaw's Roofs) +- mcwroofs:gutter_middle_gray (from Macaw's Roofs) +- mcwroofs:gutter_middle_light_gray (from Macaw's Roofs) +- mcwroofs:gutter_middle_white (from Macaw's Roofs) +- mcwroofs:red_sandstone_roof (from Macaw's Roofs) +- mcwroofs:red_sandstone_attic_roof (from Macaw's Roofs) +- mcwroofs:red_sandstone_top_roof (from Macaw's Roofs) +- mcwroofs:red_sandstone_lower_roof (from Macaw's Roofs) +- mcwroofs:red_sandstone_steep_roof (from Macaw's Roofs) +- mcwroofs:red_sandstone_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:red_sandstone_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:sandstone_roof (from Macaw's Roofs) +- mcwroofs:sandstone_attic_roof (from Macaw's Roofs) +- mcwroofs:sandstone_top_roof (from Macaw's Roofs) +- mcwroofs:sandstone_lower_roof (from Macaw's Roofs) +- mcwroofs:sandstone_steep_roof (from Macaw's Roofs) +- mcwroofs:sandstone_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:sandstone_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:stone_roof (from Macaw's Roofs) +- mcwroofs:stone_attic_roof (from Macaw's Roofs) +- mcwroofs:stone_top_roof (from Macaw's Roofs) +- mcwroofs:stone_lower_roof (from Macaw's Roofs) +- mcwroofs:stone_steep_roof (from Macaw's Roofs) +- mcwroofs:stone_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:stone_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:andesite_roof (from Macaw's Roofs) +- mcwroofs:andesite_attic_roof (from Macaw's Roofs) +- mcwroofs:andesite_top_roof (from Macaw's Roofs) +- mcwroofs:andesite_lower_roof (from Macaw's Roofs) +- mcwroofs:andesite_steep_roof (from Macaw's Roofs) +- mcwroofs:andesite_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:andesite_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:blackstone_roof (from Macaw's Roofs) +- mcwroofs:blackstone_attic_roof (from Macaw's Roofs) +- mcwroofs:blackstone_top_roof (from Macaw's Roofs) +- mcwroofs:blackstone_lower_roof (from Macaw's Roofs) +- mcwroofs:blackstone_steep_roof (from Macaw's Roofs) +- mcwroofs:blackstone_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:blackstone_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:deepslate_roof (from Macaw's Roofs) +- mcwroofs:deepslate_attic_roof (from Macaw's Roofs) +- mcwroofs:deepslate_top_roof (from Macaw's Roofs) +- mcwroofs:deepslate_lower_roof (from Macaw's Roofs) +- mcwroofs:deepslate_steep_roof (from Macaw's Roofs) +- mcwroofs:deepslate_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:deepslate_upper_steep_roof (from Macaw's Roofs) +- mcwroofs:mud_brick_roof (from Macaw's Roofs) +- mcwroofs:mud_brick_attic_roof (from Macaw's Roofs) +- mcwroofs:mud_brick_top_roof (from Macaw's Roofs) +- mcwroofs:mud_brick_lower_roof (from Macaw's Roofs) +- mcwroofs:mud_brick_steep_roof (from Macaw's Roofs) +- mcwroofs:mud_brick_upper_lower_roof (from Macaw's Roofs) +- mcwroofs:mud_brick_upper_steep_roof (from Macaw's Roofs) +- mcwtrpdoors:metal_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:metal_full_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:metal_warning_trapdoor (from Macaw's Trapdoors) +- mcwwindows:andesite_window (from Macaw's Windows) +- mcwwindows:andesite_window2 (from Macaw's Windows) +- mcwwindows:diorite_window (from Macaw's Windows) +- mcwwindows:diorite_window2 (from Macaw's Windows) +- mcwwindows:granite_window (from Macaw's Windows) +- mcwwindows:granite_window2 (from Macaw's Windows) +- mcwwindows:stone_window (from Macaw's Windows) +- mcwwindows:stone_window2 (from Macaw's Windows) +- mcwwindows:dark_prismarine_window2 (from Macaw's Windows) +- mcwwindows:dark_prismarine_window (from Macaw's Windows) +- mcwwindows:prismarine_window2 (from Macaw's Windows) +- mcwwindows:prismarine_window (from Macaw's Windows) +- mcwwindows:blackstone_window2 (from Macaw's Windows) +- mcwwindows:blackstone_window (from Macaw's Windows) +- mcwwindows:andesite_four_window (from Macaw's Windows) +- mcwwindows:diorite_four_window (from Macaw's Windows) +- mcwwindows:granite_four_window (from Macaw's Windows) +- mcwwindows:stone_four_window (from Macaw's Windows) +- mcwwindows:dark_prismarine_four_window (from Macaw's Windows) +- mcwwindows:prismarine_four_window (from Macaw's Windows) +- mcwwindows:blackstone_four_window (from Macaw's Windows) +- mcwwindows:granite_louvered_shutter (from Macaw's Windows) +- mcwwindows:andesite_louvered_shutter (from Macaw's Windows) +- mcwwindows:diorite_louvered_shutter (from Macaw's Windows) +- mcwwindows:andesite_parapet (from Macaw's Windows) +- mcwwindows:diorite_parapet (from Macaw's Windows) +- mcwwindows:granite_parapet (from Macaw's Windows) +- mcwwindows:stone_brick_gothic (from Macaw's Windows) +- mcwwindows:mud_brick_gothic (from Macaw's Windows) +- mcwwindows:end_brick_gothic (from Macaw's Windows) +- mcwwindows:nether_brick_gothic (from Macaw's Windows) +- mcwwindows:blackstone_brick_gothic (from Macaw's Windows) +- mcwwindows:dark_prismarine_brick_gothic (from Macaw's Windows) +- mcwwindows:prismarine_brick_gothic (from Macaw's Windows) +- mcwwindows:mud_brick_gothic (from Macaw's Windows) +- mcwwindows:stone_brick_arrow_slit (from Macaw's Windows) +- mcwwindows:cobblestone_arrow_slit (from Macaw's Windows) +- mcwwindows:nether_brick_arrow_slit (from Macaw's Windows) +- mcwwindows:ender_brick_arrow_slit (from Macaw's Windows) +- mcwwindows:mud_brick_arrow_slit (from Macaw's Windows) +- mcwwindows:blackstone_brick_arrow_slit (from Macaw's Windows) +- mcwwindows:prismarine_brick_arrow_slit (from Macaw's Windows) +- mcwwindows:dark_prismarine_brick_arrow_slit (from Macaw's Windows) +- megacells:mega_energy_cell (from MEGA Cells) +- megacells:mega_crafting_unit (from MEGA Cells) +- megacells:mega_crafting_accelerator (from MEGA Cells) +- megacells:1m_crafting_storage (from MEGA Cells) +- megacells:4m_crafting_storage (from MEGA Cells) +- megacells:16m_crafting_storage (from MEGA Cells) +- megacells:64m_crafting_storage (from MEGA Cells) +- megacells:256m_crafting_storage (from MEGA Cells) +- megacells:mega_crafting_monitor (from MEGA Cells) +- merequester:requester (from ME Requester) +- minecells:big_chain (from Mine Cells) +- minecells:chain_pile (from Mine Cells) +- minecells:chain_pile_block (from Mine Cells) +- minecells:cage (from Mine Cells) +- minecells:broken_cage (from Mine Cells) +- minecells:hanged_skeleton (from Mine Cells) +- mininggadgets:modificationtable (from Mining Gadgets Fabric) +- modern_industrialization:advanced_fluid_input_hatch (from Modern Industrialization) +- modern_industrialization:advanced_fluid_output_hatch (from Modern Industrialization) +- modern_industrialization:advanced_item_input_hatch (from Modern Industrialization) +- modern_industrialization:advanced_item_output_hatch (from Modern Industrialization) +- modern_industrialization:advanced_large_steam_boiler (from Modern Industrialization) +- modern_industrialization:advanced_machine_casing (from Modern Industrialization) +- modern_industrialization:advanced_machine_hull (from Modern Industrialization) +- modern_industrialization:aluminum_barrel (from Modern Industrialization) +- modern_industrialization:aluminum_block (from Modern Industrialization) +- modern_industrialization:aluminum_tank (from Modern Industrialization) +- modern_industrialization:annealed_copper_block (from Modern Industrialization) +- modern_industrialization:antimony_block (from Modern Industrialization) +- modern_industrialization:antimony_ore (from Modern Industrialization) +- modern_industrialization:assembler (from Modern Industrialization) +- modern_industrialization:basic_machine_hull (from Modern Industrialization) +- modern_industrialization:battery_alloy_block (from Modern Industrialization) +- modern_industrialization:bauxite_block (from Modern Industrialization) +- modern_industrialization:bauxite_ore (from Modern Industrialization) +- modern_industrialization:beryllium_block (from Modern Industrialization) +- modern_industrialization:blastproof_casing (from Modern Industrialization) +- modern_industrialization:bronze_barrel (from Modern Industrialization) +- modern_industrialization:bronze_block (from Modern Industrialization) +- modern_industrialization:bronze_boiler (from Modern Industrialization) +- modern_industrialization:bronze_compressor (from Modern Industrialization) +- modern_industrialization:bronze_cutting_machine (from Modern Industrialization) +- modern_industrialization:bronze_fluid_input_hatch (from Modern Industrialization) +- modern_industrialization:bronze_fluid_output_hatch (from Modern Industrialization) +- modern_industrialization:bronze_furnace (from Modern Industrialization) +- modern_industrialization:bronze_item_input_hatch (from Modern Industrialization) +- modern_industrialization:bronze_item_output_hatch (from Modern Industrialization) +- modern_industrialization:bronze_macerator (from Modern Industrialization) +- modern_industrialization:bronze_machine_casing (from Modern Industrialization) +- modern_industrialization:bronze_machine_casing_pipe (from Modern Industrialization) +- modern_industrialization:bronze_mixer (from Modern Industrialization) +- modern_industrialization:bronze_plated_bricks (from Modern Industrialization) +- modern_industrialization:bronze_tank (from Modern Industrialization) +- modern_industrialization:bronze_water_pump (from Modern Industrialization) +- modern_industrialization:centrifuge (from Modern Industrialization) +- modern_industrialization:chemical_reactor (from Modern Industrialization) +- modern_industrialization:chromium_block (from Modern Industrialization) +- modern_industrialization:clean_stainless_steel_machine_casing (from Modern Industrialization) +- modern_industrialization:coke_block (from Modern Industrialization) +- modern_industrialization:coke_oven (from Modern Industrialization) +- modern_industrialization:configurable_chest (from Modern Industrialization) +- modern_industrialization:configurable_tank (from Modern Industrialization) +- modern_industrialization:creative_storage_unit (from Modern Industrialization) +- modern_industrialization:cupronickel_block (from Modern Industrialization) +- modern_industrialization:cupronickel_coil (from Modern Industrialization) +- modern_industrialization:deepslate_antimony_ore (from Modern Industrialization) +- modern_industrialization:deepslate_bauxite_ore (from Modern Industrialization) +- modern_industrialization:deepslate_iridium_ore (from Modern Industrialization) +- modern_industrialization:deepslate_lead_ore (from Modern Industrialization) +- modern_industrialization:deepslate_lignite_coal_ore (from Modern Industrialization) +- modern_industrialization:deepslate_mozanite_ore (from Modern Industrialization) +- modern_industrialization:deepslate_nickel_ore (from Modern Industrialization) +- modern_industrialization:deepslate_salt_ore (from Modern Industrialization) +- modern_industrialization:deepslate_tin_ore (from Modern Industrialization) +- modern_industrialization:deepslate_tungsten_ore (from Modern Industrialization) +- modern_industrialization:deepslate_uranium_ore (from Modern Industrialization) +- modern_industrialization:diesel_generator (from Modern Industrialization) +- modern_industrialization:distillation_tower (from Modern Industrialization) +- modern_industrialization:distillery (from Modern Industrialization) +- modern_industrialization:electric_blast_furnace (from Modern Industrialization) +- modern_industrialization:electric_compressor (from Modern Industrialization) +- modern_industrialization:electric_cutting_machine (from Modern Industrialization) +- modern_industrialization:electric_furnace (from Modern Industrialization) +- modern_industrialization:electric_macerator (from Modern Industrialization) +- modern_industrialization:electric_mixer (from Modern Industrialization) +- modern_industrialization:electric_packer (from Modern Industrialization) +- modern_industrialization:electric_quarry (from Modern Industrialization) +- modern_industrialization:electric_unpacker (from Modern Industrialization) +- modern_industrialization:electric_water_pump (from Modern Industrialization) +- modern_industrialization:electric_wiremill (from Modern Industrialization) +- modern_industrialization:electrolyzer (from Modern Industrialization) +- modern_industrialization:electrum_block (from Modern Industrialization) +- modern_industrialization:ev_energy_input_hatch (from Modern Industrialization) +- modern_industrialization:ev_energy_output_hatch (from Modern Industrialization) +- modern_industrialization:ev_hv_transformer (from Modern Industrialization) +- modern_industrialization:ev_storage_unit (from Modern Industrialization) +- modern_industrialization:ev_superconductor_transformer (from Modern Industrialization) +- modern_industrialization:fire_clay_bricks (from Modern Industrialization) +- modern_industrialization:forge_hammer (from Modern Industrialization) +- modern_industrialization:frostproof_machine_casing (from Modern Industrialization) +- modern_industrialization:fusion_chamber (from Modern Industrialization) +- modern_industrialization:fusion_reactor (from Modern Industrialization) +- modern_industrialization:he_mox_block (from Modern Industrialization) +- modern_industrialization:he_uranium_block (from Modern Industrialization) +- modern_industrialization:heat_exchanger (from Modern Industrialization) +- modern_industrialization:heatproof_machine_casing (from Modern Industrialization) +- modern_industrialization:high_pressure_advanced_large_steam_boiler (from Modern Industrialization) +- modern_industrialization:high_pressure_large_steam_boiler (from Modern Industrialization) +- modern_industrialization:highly_advanced_fluid_input_hatch (from Modern Industrialization) +- modern_industrialization:highly_advanced_fluid_output_hatch (from Modern Industrialization) +- modern_industrialization:highly_advanced_item_input_hatch (from Modern Industrialization) +- modern_industrialization:highly_advanced_item_output_hatch (from Modern Industrialization) +- modern_industrialization:highly_advanced_machine_casing (from Modern Industrialization) +- modern_industrialization:highly_advanced_machine_hull (from Modern Industrialization) +- modern_industrialization:hv_energy_input_hatch (from Modern Industrialization) +- modern_industrialization:hv_energy_output_hatch (from Modern Industrialization) +- modern_industrialization:hv_ev_transformer (from Modern Industrialization) +- modern_industrialization:hv_mv_transformer (from Modern Industrialization) +- modern_industrialization:hv_steam_turbine (from Modern Industrialization) +- modern_industrialization:hv_storage_unit (from Modern Industrialization) +- modern_industrialization:implosion_compressor (from Modern Industrialization) +- modern_industrialization:invar_block (from Modern Industrialization) +- modern_industrialization:iridium_block (from Modern Industrialization) +- modern_industrialization:iridium_machine_casing_pipe (from Modern Industrialization) +- modern_industrialization:iridium_ore (from Modern Industrialization) +- modern_industrialization:kanthal_block (from Modern Industrialization) +- modern_industrialization:kanthal_coil (from Modern Industrialization) +- modern_industrialization:large_diesel_generator (from Modern Industrialization) +- modern_industrialization:large_steam_boiler (from Modern Industrialization) +- modern_industrialization:large_steam_turbine (from Modern Industrialization) +- modern_industrialization:large_tank (from Modern Industrialization) +- modern_industrialization:le_mox_block (from Modern Industrialization) +- modern_industrialization:le_uranium_block (from Modern Industrialization) +- modern_industrialization:lead_block (from Modern Industrialization) +- modern_industrialization:lead_ore (from Modern Industrialization) +- modern_industrialization:lignite_coal_block (from Modern Industrialization) +- modern_industrialization:lignite_coal_ore (from Modern Industrialization) +- modern_industrialization:lv_energy_input_hatch (from Modern Industrialization) +- modern_industrialization:lv_energy_output_hatch (from Modern Industrialization) +- modern_industrialization:lv_mv_transformer (from Modern Industrialization) +- modern_industrialization:lv_steam_turbine (from Modern Industrialization) +- modern_industrialization:lv_storage_unit (from Modern Industrialization) +- modern_industrialization:mozanite_block (from Modern Industrialization) +- modern_industrialization:mozanite_ore (from Modern Industrialization) +- modern_industrialization:mv_energy_input_hatch (from Modern Industrialization) +- modern_industrialization:mv_energy_output_hatch (from Modern Industrialization) +- modern_industrialization:mv_hv_transformer (from Modern Industrialization) +- modern_industrialization:mv_lv_transformer (from Modern Industrialization) +- modern_industrialization:mv_steam_turbine (from Modern Industrialization) +- modern_industrialization:mv_storage_unit (from Modern Industrialization) +- modern_industrialization:neodymium_block (from Modern Industrialization) +- modern_industrialization:nickel_block (from Modern Industrialization) +- modern_industrialization:nickel_ore (from Modern Industrialization) +- modern_industrialization:nuclear_alloy_machine_casing_pipe (from Modern Industrialization) +- modern_industrialization:nuclear_casing (from Modern Industrialization) +- modern_industrialization:nuclear_fluid_hatch (from Modern Industrialization) +- modern_industrialization:nuclear_item_hatch (from Modern Industrialization) +- modern_industrialization:nuclear_reactor (from Modern Industrialization) +- modern_industrialization:oil_drilling_rig (from Modern Industrialization) +- modern_industrialization:plasma_handling_iridium_machine_casing (from Modern Industrialization) +- modern_industrialization:plasma_turbine (from Modern Industrialization) +- modern_industrialization:platinum_block (from Modern Industrialization) +- modern_industrialization:platinum_ore (from Modern Industrialization) +- modern_industrialization:plutonium_block (from Modern Industrialization) +- modern_industrialization:polarizer (from Modern Industrialization) +- modern_industrialization:pressurizer (from Modern Industrialization) +- modern_industrialization:quantum_barrel (from Modern Industrialization) +- modern_industrialization:quantum_machine_casing (from Modern Industrialization) +- modern_industrialization:quantum_machine_hull (from Modern Industrialization) +- modern_industrialization:quantum_tank (from Modern Industrialization) +- modern_industrialization:quartz_ore (from Modern Industrialization) +- modern_industrialization:raw_antimony_block (from Modern Industrialization) +- modern_industrialization:raw_iridium_block (from Modern Industrialization) +- modern_industrialization:raw_lead_block (from Modern Industrialization) +- modern_industrialization:raw_nickel_block (from Modern Industrialization) +- modern_industrialization:raw_platinum_block (from Modern Industrialization) +- modern_industrialization:raw_silver_block (from Modern Industrialization) +- modern_industrialization:raw_tin_block (from Modern Industrialization) +- modern_industrialization:raw_titanium_block (from Modern Industrialization) +- modern_industrialization:raw_tungsten_block (from Modern Industrialization) +- modern_industrialization:raw_uranium_block (from Modern Industrialization) +- modern_industrialization:replicator (from Modern Industrialization) +- modern_industrialization:salt_block (from Modern Industrialization) +- modern_industrialization:salt_ore (from Modern Industrialization) +- modern_industrialization:silicon_block (from Modern Industrialization) +- modern_industrialization:silver_block (from Modern Industrialization) +- modern_industrialization:sodium_block (from Modern Industrialization) +- modern_industrialization:soldering_alloy_block (from Modern Industrialization) +- modern_industrialization:solid_titanium_machine_casing (from Modern Industrialization) +- modern_industrialization:stainless_steel_barrel (from Modern Industrialization) +- modern_industrialization:stainless_steel_block (from Modern Industrialization) +- modern_industrialization:stainless_steel_machine_casing_pipe (from Modern Industrialization) +- modern_industrialization:stainless_steel_tank (from Modern Industrialization) +- modern_industrialization:steam_blast_furnace (from Modern Industrialization) +- modern_industrialization:steam_quarry (from Modern Industrialization) +- modern_industrialization:steel_barrel (from Modern Industrialization) +- modern_industrialization:steel_block (from Modern Industrialization) +- modern_industrialization:steel_boiler (from Modern Industrialization) +- modern_industrialization:steel_compressor (from Modern Industrialization) +- modern_industrialization:steel_cutting_machine (from Modern Industrialization) +- modern_industrialization:steel_fluid_input_hatch (from Modern Industrialization) +- modern_industrialization:steel_fluid_output_hatch (from Modern Industrialization) +- modern_industrialization:steel_furnace (from Modern Industrialization) +- modern_industrialization:steel_item_input_hatch (from Modern Industrialization) +- modern_industrialization:steel_item_output_hatch (from Modern Industrialization) +- modern_industrialization:steel_macerator (from Modern Industrialization) +- modern_industrialization:steel_machine_casing (from Modern Industrialization) +- modern_industrialization:steel_machine_casing_pipe (from Modern Industrialization) +- modern_industrialization:steel_mixer (from Modern Industrialization) +- modern_industrialization:steel_packer (from Modern Industrialization) +- modern_industrialization:steel_tank (from Modern Industrialization) +- modern_industrialization:steel_unpacker (from Modern Industrialization) +- modern_industrialization:steel_water_pump (from Modern Industrialization) +- modern_industrialization:steel_wiremill (from Modern Industrialization) +- modern_industrialization:sulfur_block (from Modern Industrialization) +- modern_industrialization:superconductor_coil (from Modern Industrialization) +- modern_industrialization:superconductor_energy_input_hatch (from Modern Industrialization) +- modern_industrialization:superconductor_energy_output_hatch (from Modern Industrialization) +- modern_industrialization:superconductor_ev_transformer (from Modern Industrialization) +- modern_industrialization:superconductor_storage_unit (from Modern Industrialization) +- modern_industrialization:tin_block (from Modern Industrialization) +- modern_industrialization:tin_ore (from Modern Industrialization) +- modern_industrialization:titanium_barrel (from Modern Industrialization) +- modern_industrialization:titanium_block (from Modern Industrialization) +- modern_industrialization:titanium_machine_casing_pipe (from Modern Industrialization) +- modern_industrialization:titanium_ore (from Modern Industrialization) +- modern_industrialization:titanium_tank (from Modern Industrialization) +- modern_industrialization:trash_can (from Modern Industrialization) +- modern_industrialization:tungsten_block (from Modern Industrialization) +- modern_industrialization:tungsten_ore (from Modern Industrialization) +- modern_industrialization:turbo_diesel_generator (from Modern Industrialization) +- modern_industrialization:turbo_fluid_input_hatch (from Modern Industrialization) +- modern_industrialization:turbo_fluid_output_hatch (from Modern Industrialization) +- modern_industrialization:turbo_item_input_hatch (from Modern Industrialization) +- modern_industrialization:turbo_item_output_hatch (from Modern Industrialization) +- modern_industrialization:turbo_machine_casing (from Modern Industrialization) +- modern_industrialization:turbo_machine_hull (from Modern Industrialization) +- modern_industrialization:uranium_235_block (from Modern Industrialization) +- modern_industrialization:uranium_238_block (from Modern Industrialization) +- modern_industrialization:uranium_block (from Modern Industrialization) +- modern_industrialization:uranium_ore (from Modern Industrialization) +- modern_industrialization:vacuum_freezer (from Modern Industrialization) +- modern_industrialization:yttrium_block (from Modern Industrialization) +- modern_industrialization:pipe (from Modern Industrialization) +- morevillagers:purpur_altar (from More Villagers) +- morevillagers:mining_bench (from More Villagers) +- powah:energy_cell_starter (from Powah!) +- powah:energy_cell_basic (from Powah!) +- powah:energy_cell_hardened (from Powah!) +- powah:energy_cell_blazing (from Powah!) +- powah:energy_cell_niotic (from Powah!) +- powah:energy_cell_spirited (from Powah!) +- powah:energy_cell_nitro (from Powah!) +- powah:energy_cell_creative (from Powah!) +- powah:ender_cell_starter (from Powah!) +- powah:ender_cell_basic (from Powah!) +- powah:ender_cell_hardened (from Powah!) +- powah:ender_cell_blazing (from Powah!) +- powah:ender_cell_niotic (from Powah!) +- powah:ender_cell_spirited (from Powah!) +- powah:ender_cell_nitro (from Powah!) +- powah:energy_cable_starter (from Powah!) +- powah:energy_cable_basic (from Powah!) +- powah:energy_cable_hardened (from Powah!) +- powah:energy_cable_blazing (from Powah!) +- powah:energy_cable_niotic (from Powah!) +- powah:energy_cable_spirited (from Powah!) +- powah:energy_cable_nitro (from Powah!) +- powah:ender_gate_starter (from Powah!) +- powah:ender_gate_basic (from Powah!) +- powah:ender_gate_hardened (from Powah!) +- powah:ender_gate_blazing (from Powah!) +- powah:ender_gate_niotic (from Powah!) +- powah:ender_gate_spirited (from Powah!) +- powah:ender_gate_nitro (from Powah!) +- powah:energizing_orb (from Powah!) +- powah:energizing_rod_starter (from Powah!) +- powah:energizing_rod_basic (from Powah!) +- powah:energizing_rod_hardened (from Powah!) +- powah:energizing_rod_blazing (from Powah!) +- powah:energizing_rod_niotic (from Powah!) +- powah:energizing_rod_spirited (from Powah!) +- powah:energizing_rod_nitro (from Powah!) +- powah:furnator_starter (from Powah!) +- powah:furnator_basic (from Powah!) +- powah:furnator_hardened (from Powah!) +- powah:furnator_blazing (from Powah!) +- powah:furnator_niotic (from Powah!) +- powah:furnator_spirited (from Powah!) +- powah:furnator_nitro (from Powah!) +- powah:magmator_starter (from Powah!) +- powah:magmator_basic (from Powah!) +- powah:magmator_hardened (from Powah!) +- powah:magmator_blazing (from Powah!) +- powah:magmator_niotic (from Powah!) +- powah:magmator_spirited (from Powah!) +- powah:magmator_nitro (from Powah!) +- powah:thermo_generator_starter (from Powah!) +- powah:thermo_generator_basic (from Powah!) +- powah:thermo_generator_hardened (from Powah!) +- powah:thermo_generator_blazing (from Powah!) +- powah:thermo_generator_niotic (from Powah!) +- powah:thermo_generator_spirited (from Powah!) +- powah:thermo_generator_nitro (from Powah!) +- powah:solar_panel_starter (from Powah!) +- powah:solar_panel_basic (from Powah!) +- powah:solar_panel_hardened (from Powah!) +- powah:solar_panel_blazing (from Powah!) +- powah:solar_panel_niotic (from Powah!) +- powah:solar_panel_spirited (from Powah!) +- powah:solar_panel_nitro (from Powah!) +- powah:reactor_starter (from Powah!) +- powah:reactor_basic (from Powah!) +- powah:reactor_hardened (from Powah!) +- powah:reactor_blazing (from Powah!) +- powah:reactor_niotic (from Powah!) +- powah:reactor_spirited (from Powah!) +- powah:reactor_nitro (from Powah!) +- powah:player_transmitter_starter (from Powah!) +- powah:player_transmitter_basic (from Powah!) +- powah:player_transmitter_hardened (from Powah!) +- powah:player_transmitter_blazing (from Powah!) +- powah:player_transmitter_niotic (from Powah!) +- powah:player_transmitter_spirited (from Powah!) +- powah:player_transmitter_nitro (from Powah!) +- powah:energy_hopper_starter (from Powah!) +- powah:energy_hopper_basic (from Powah!) +- powah:energy_hopper_hardened (from Powah!) +- powah:energy_hopper_blazing (from Powah!) +- powah:energy_hopper_niotic (from Powah!) +- powah:energy_hopper_spirited (from Powah!) +- powah:energy_hopper_nitro (from Powah!) +- powah:energy_discharger_starter (from Powah!) +- powah:energy_discharger_basic (from Powah!) +- powah:energy_discharger_hardened (from Powah!) +- powah:energy_discharger_blazing (from Powah!) +- powah:energy_discharger_niotic (from Powah!) +- powah:energy_discharger_spirited (from Powah!) +- powah:energy_discharger_nitro (from Powah!) +- powah:energized_steel_block (from Powah!) +- powah:blazing_crystal_block (from Powah!) +- powah:niotic_crystal_block (from Powah!) +- powah:spirited_crystal_block (from Powah!) +- powah:nitro_crystal_block (from Powah!) +- powah:uraninite_block (from Powah!) +- powah:deepslate_uraninite_ore_poor (from Powah!) +- powah:deepslate_uraninite_ore (from Powah!) +- powah:deepslate_uraninite_ore_dense (from Powah!) +- powah:uraninite_ore_poor (from Powah!) +- powah:uraninite_ore (from Powah!) +- powah:uraninite_ore_dense (from Powah!) +- powah:dry_ice (from Powah!) +- probablychests:stone_chest (from Probably Chests) +- probablychests:rocky_chest (from Probably Chests) +- probablychests:gold_chest (from Probably Chests) +- probablychests:nether_chest (from Probably Chests) +- probablychests:ice_chest (from Probably Chests) +- probablychests:shadow_chest (from Probably Chests) +- rare-ice:rare_ice (from Rare Ice) +- reaper:reaper_generator (from Reaper) +- reaper:soul_beacon (from Reaper) +- reaper:rune_block_beastia (from Reaper) +- reaper:rune_block_dilato (from Reaper) +- reaper:rune_block_duplici (from Reaper) +- reaper:rune_block_efficacia (from Reaper) +- reaper:rune_block_hostilis (from Reaper) +- reaper:rune_block_possessio (from Reaper) +- redbits:emitter (from Red Bits) +- redbits:vision_sensor (from Red Bits) +- snowyspirit:candy_cane_block (from Snowy Spirit) +- #spectrum:ores (from Spectrum) +- #spectrum:gemstone_storage_blocks (from Spectrum) +- #spectrum:upgrades (from Spectrum) +- #spectrum:shimmerstone_lights (from Spectrum) +- #spectrum:colored_blocks (from Spectrum) +- #spectrum:colored_lamps (from Spectrum) +- #spectrum:decostones (from Spectrum) +- #spectrum:gemstone_chimes (from Spectrum) +- #spectrum:pedestals (from Spectrum) +- #spectrum:fusion_shrines (from Spectrum) +- #spectrum:item_bowls (from Spectrum) +- #spectrum:shooting_stars (from Spectrum) +- #spectrum:mob_blocks (from Spectrum) +- #spectrum:glowblocks (from Spectrum) +- #spectrum:gemstone_lamps (from Spectrum) +- #spectrum:crystallarieum_growable_buds (from Spectrum) +- #spectrum:pastel_network_nodes (from Spectrum) +- #spectrum:player_only_glass (from Spectrum) +- #spectrum:gemstone_glass (from Spectrum) +- #spectrum:pure_resource_blocks (from Spectrum) +- #spectrum:citrine_buds (from Spectrum) +- spectrum:citrine_block (from Spectrum) +- spectrum:budding_citrine (from Spectrum) +- #spectrum:topaz_buds (from Spectrum) +- spectrum:topaz_block (from Spectrum) +- spectrum:budding_topaz (from Spectrum) +- #spectrum:onyx_buds (from Spectrum) +- spectrum:onyx_block (from Spectrum) +- spectrum:budding_onyx (from Spectrum) +- #spectrum:moonstone_buds (from Spectrum) +- spectrum:moonstone_block (from Spectrum) +- spectrum:budding_moonstone (from Spectrum) +- spectrum:blackslag (from Spectrum) +- spectrum:cinderhearth (from Spectrum) +- spectrum:crystallarieum (from Spectrum) +- spectrum:color_picker (from Spectrum) +- spectrum:inkwell (from Spectrum) +- spectrum:ink_duct (from Spectrum) +- spectrum:crystal_apothecary (from Spectrum) +- spectrum:failing (from Spectrum) +- spectrum:ruin (from Spectrum) +- spectrum:forfeiture (from Spectrum) +- spectrum:potion_workshop (from Spectrum) +- spectrum:spirit_instiller (from Spectrum) +- spectrum:memory (from Spectrum) +- spectrum:ender_glass (from Spectrum) +- spectrum:redstone_sand (from Spectrum) +- spectrum:ominous_sapling (from Spectrum) +- spectrum:frostbite_crystal (from Spectrum) +- spectrum:blazing_crystal (from Spectrum) +- spectrum:particle_spawner (from Spectrum) +- spectrum:compacting_chest (from Spectrum) +- spectrum:private_chest (from Spectrum) +- spectrum:restocking_chest (from Spectrum) +- spectrum:ender_dropper (from Spectrum) +- spectrum:ender_hopper (from Spectrum) +- spectrum:radiating_ender (from Spectrum) +- spectrum:shimmerstone_block (from Spectrum) +- spectrum:azurite_block (from Spectrum) +- spectrum:stratine_fragment_block (from Spectrum) +- spectrum:paltaeria_fragment_block (from Spectrum) +- spectrum:hover_block (from Spectrum) +- spectrum:glowing_glass (from Spectrum) +- spectrum:smooth_basalt_slab (from Spectrum) +- spectrum:smooth_basalt_stairs (from Spectrum) +- spectrum:calcite_slab (from Spectrum) +- spectrum:calcite_stairs (from Spectrum) +- spectrum:polished_basalt (from Spectrum) +- spectrum:polished_basalt_pillar (from Spectrum) +- spectrum:polished_basalt_crest (from Spectrum) +- spectrum:chiseled_polished_basalt (from Spectrum) +- spectrum:notched_polished_basalt (from Spectrum) +- spectrum:polished_basalt_slab (from Spectrum) +- spectrum:polished_basalt_stairs (from Spectrum) +- spectrum:basalt_bricks (from Spectrum) +- spectrum:basalt_brick_slab (from Spectrum) +- spectrum:basalt_brick_stairs (from Spectrum) +- spectrum:polished_calcite (from Spectrum) +- spectrum:polished_calcite_pillar (from Spectrum) +- spectrum:polished_calcite_crest (from Spectrum) +- spectrum:chiseled_polished_calcite (from Spectrum) +- spectrum:notched_polished_calcite (from Spectrum) +- spectrum:polished_calcite_slab (from Spectrum) +- spectrum:polished_calcite_stairs (from Spectrum) +- spectrum:calcite_bricks (from Spectrum) +- spectrum:calcite_brick_slab (from Spectrum) +- spectrum:calcite_brick_stairs (from Spectrum) +- spectrum:amethyst_chiseled_basalt (from Spectrum) +- spectrum:topaz_chiseled_basalt (from Spectrum) +- spectrum:citrine_chiseled_basalt (from Spectrum) +- spectrum:onyx_chiseled_basalt (from Spectrum) +- spectrum:moonstone_chiseled_basalt (from Spectrum) +- spectrum:amethyst_chiseled_calcite (from Spectrum) +- spectrum:topaz_chiseled_calcite (from Spectrum) +- spectrum:citrine_chiseled_calcite (from Spectrum) +- spectrum:onyx_chiseled_calcite (from Spectrum) +- spectrum:moonstone_chiseled_calcite (from Spectrum) +- spectrum:item_roundel (from Spectrum) +- spectrum:present (from Spectrum) +- spectrum:blackslag (from Spectrum) +- spectrum:cinderhearth (from Spectrum) +- spectrum:crystallarieum (from Spectrum) +- spectrum:color_picker (from Spectrum) +- spectrum:inkwell (from Spectrum) +- spectrum:ink_duct (from Spectrum) +- spectrum:crystal_apothecary (from Spectrum) +- spectrum:failing (from Spectrum) +- spectrum:ruin (from Spectrum) +- spectrum:forfeiture (from Spectrum) +- spectrum:potion_workshop (from Spectrum) +- spectrum:spirit_instiller (from Spectrum) +- spectrum:memory (from Spectrum) +- spectrum:ender_glass (from Spectrum) +- spectrum:redstone_sand (from Spectrum) +- spectrum:ominous_sapling (from Spectrum) +- spectrum:frostbite_crystal (from Spectrum) +- spectrum:blazing_crystal (from Spectrum) +- spectrum:particle_spawner (from Spectrum) +- spectrum:compacting_chest (from Spectrum) +- spectrum:private_chest (from Spectrum) +- spectrum:restocking_chest (from Spectrum) +- spectrum:ender_dropper (from Spectrum) +- spectrum:ender_hopper (from Spectrum) +- spectrum:shimmerstone_block (from Spectrum) +- spectrum:azurite_block (from Spectrum) +- spectrum:stratine_fragment_block (from Spectrum) +- spectrum:paltaeria_fragment_block (from Spectrum) +- spectrum:hover_block (from Spectrum) +- spectrum:glowing_glass (from Spectrum) +- spectrum:bismuth_block (from Spectrum) +- spectrum:malachite_block (from Spectrum) +- spectrum:spectral_shard_block (from Spectrum) +- spectrum:enchanter (from Spectrum) +- spectrum:bedrock_storage_block (from Spectrum) +- spectrum:redstone_timer (from Spectrum) +- spectrum:redstone_calculator (from Spectrum) +- spectrum:redstone_wireless (from Spectrum) +- spectrum:block_placer (from Spectrum) +- spectrum:sucking_chest (from Spectrum) +- spectrum:ethereal_platform (from Spectrum) +- spectrum:universe_spyhole (from Spectrum) +- spectrum:decay_away (from Spectrum) +- spectrum:stuck_storm_stone (from Spectrum) +- spirit:soul_cage (from Spirit) +- spirit:broken_spawner (from Spirit) +- spirit:pedestal (from Spirit) +- spirit:crystal_pedestal (from Spirit) +- spirit:soul_pedestal (from Spirit) +- spirit:soul_steel_block (from Spirit) +- spirit:soul_slate (from Spirit) +- supplementaries:statue (from Supplementaries) +- supplementaries:end_stone_lamp (from Supplementaries) +- supplementaries:deepslate_lamp (from Supplementaries) +- supplementaries:blackstone_tile_vertical_slab (from Supplementaries) +- supplementaries:blackstone_tile_slab (from Supplementaries) +- supplementaries:blackstone_tile (from Supplementaries) +- supplementaries:blackstone_tile_stairs (from Supplementaries) +- supplementaries:blackstone_tile_wall (from Supplementaries) +- supplementaries:blackstone_lamp (from Supplementaries) +- supplementaries:stone_tile_vertical_slab (from Supplementaries) +- supplementaries:stone_tile_slab (from Supplementaries) +- supplementaries:stone_tile (from Supplementaries) +- supplementaries:stone_tile_stairs (from Supplementaries) +- supplementaries:stone_tile_wall (from Supplementaries) +- supplementaries:stone_lamp (from Supplementaries) +- supplementaries:daub_cross_brace (from Supplementaries) +- supplementaries:daub_brace (from Supplementaries) +- supplementaries:daub_frame (from Supplementaries) +- supplementaries:daub (from Supplementaries) +- supplementaries:flint_block (from Supplementaries) +- supplementaries:checker_vertical_slab (from Supplementaries) +- supplementaries:checker_slab (from Supplementaries) +- supplementaries:checker_block (from Supplementaries) +- supplementaries:wall_lantern (from Supplementaries) +- supplementaries:copper_lantern (from Supplementaries) +- supplementaries:crimson_lantern (from Supplementaries) +- supplementaries:brass_lantern (from Supplementaries) +- supplementaries:silver_lantern (from Supplementaries) +- supplementaries:lead_lantern (from Supplementaries) +- supplementaries:gold_gate (from Supplementaries) +- supplementaries:iron_gate (from Supplementaries) +- supplementaries:netherite_trapdoor (from Supplementaries) +- supplementaries:netherite_door (from Supplementaries) +- supplementaries:gold_door (from Supplementaries) +- supplementaries:gold_trapdoor (from Supplementaries) +- supplementaries:silver_door (from Supplementaries) +- supplementaries:silver_trapdoor (from Supplementaries) +- supplementaries:lead_door (from Supplementaries) +- supplementaries:lead_trapdoor (from Supplementaries) +- supplementaries:faucet (from Supplementaries) +- supplementaries:wind_vane (from Supplementaries) +- supplementaries:redstone_illuminator (from Supplementaries) +- supplementaries:turn_table (from Supplementaries) +- supplementaries:spring_launcher_arm (from Supplementaries) +- supplementaries:spring_launcher_head (from Supplementaries) +- supplementaries:spring_launcher (from Supplementaries) +- supplementaries:cog_block (from Supplementaries) +- supplementaries:hourglass (from Supplementaries) +- supplementaries:goblet (from Supplementaries) +- supplementaries:hourglass (from Supplementaries) +- supplementaries:blackboard (from Supplementaries) +- supplementaries:globe (from Supplementaries) +- supplementaries:cage (from Supplementaries) +- supplementaries:safe (from Supplementaries) +- supplementaries:pedestal (from Supplementaries) +- #supplementaries:planters (from Supplementaries) +- supplementaries:globe_sepia (from Supplementaries) +- supplementaries:ash_bricks_vertical_slab (from Supplementaries) +- supplementaries:ash_bricks_slab (from Supplementaries) +- supplementaries:ash_bricks (from Supplementaries) +- supplementaries:ash_bricks_stairs (from Supplementaries) +- supplementaries:ash_bricks_wall (from Supplementaries) +- supplementaries:soap_block (from Supplementaries) +- supplementaries:urn (from Supplementaries) +- supplementaries:jar (from Supplementaries) +- supplementaries:relayer (from Supplementaries) +- supplementaries:crystal_display (from Supplementaries) +- supplementaries:lapis_bricks_vertical_slab (from Supplementaries) +- supplementaries:lapis_bricks_slab (from Supplementaries) +- supplementaries:lapis_bricks (from Supplementaries) +- supplementaries:lapis_bricks_stairs (from Supplementaries) +- supplementaries:lapis_bricks_wall (from Supplementaries) +- techreborn:bauxite_ore (from Tech Reborn) +- techreborn:cinnabar_ore (from Tech Reborn) +- techreborn:galena_ore (from Tech Reborn) +- techreborn:iridium_ore (from Tech Reborn) +- techreborn:lead_ore (from Tech Reborn) +- techreborn:peridot_ore (from Tech Reborn) +- techreborn:pyrite_ore (from Tech Reborn) +- techreborn:ruby_ore (from Tech Reborn) +- techreborn:sapphire_ore (from Tech Reborn) +- techreborn:sheldonite_ore (from Tech Reborn) +- techreborn:silver_ore (from Tech Reborn) +- techreborn:sodalite_ore (from Tech Reborn) +- techreborn:sphalerite_ore (from Tech Reborn) +- techreborn:tin_ore (from Tech Reborn) +- techreborn:tungsten_ore (from Tech Reborn) +- techreborn:deepslate_bauxite_ore (from Tech Reborn) +- techreborn:deepslate_galena_ore (from Tech Reborn) +- techreborn:deepslate_iridium_ore (from Tech Reborn) +- techreborn:deepslate_lead_ore (from Tech Reborn) +- techreborn:deepslate_peridot_ore (from Tech Reborn) +- techreborn:deepslate_ruby_ore (from Tech Reborn) +- techreborn:deepslate_sapphire_ore (from Tech Reborn) +- techreborn:deepslate_sheldonite_ore (from Tech Reborn) +- techreborn:deepslate_silver_ore (from Tech Reborn) +- techreborn:deepslate_sodalite_ore (from Tech Reborn) +- techreborn:deepslate_tin_ore (from Tech Reborn) +- techreborn:deepslate_tungsten_ore (from Tech Reborn) +- techreborn:advanced_alloy_storage_block (from Tech Reborn) +- techreborn:aluminum_storage_block (from Tech Reborn) +- techreborn:brass_storage_block (from Tech Reborn) +- techreborn:bronze_storage_block (from Tech Reborn) +- techreborn:chrome_storage_block (from Tech Reborn) +- techreborn:electrum_storage_block (from Tech Reborn) +- techreborn:hot_tungstensteel_storage_block (from Tech Reborn) +- techreborn:invar_storage_block (from Tech Reborn) +- techreborn:iridium_storage_block (from Tech Reborn) +- techreborn:iridium_reinforced_stone_storage_block (from Tech Reborn) +- techreborn:iridium_reinforced_tungstensteel_storage_block (from Tech Reborn) +- techreborn:lead_storage_block (from Tech Reborn) +- techreborn:nickel_storage_block (from Tech Reborn) +- techreborn:peridot_storage_block (from Tech Reborn) +- techreborn:platinum_storage_block (from Tech Reborn) +- techreborn:raw_iridium_storage_block (from Tech Reborn) +- techreborn:raw_lead_storage_block (from Tech Reborn) +- techreborn:raw_silver_storage_block (from Tech Reborn) +- techreborn:raw_tin_storage_block (from Tech Reborn) +- techreborn:raw_tungsten_storage_block (from Tech Reborn) +- techreborn:red_garnet_storage_block (from Tech Reborn) +- techreborn:refined_iron_storage_block (from Tech Reborn) +- techreborn:ruby_storage_block (from Tech Reborn) +- techreborn:sapphire_storage_block (from Tech Reborn) +- techreborn:silver_storage_block (from Tech Reborn) +- techreborn:steel_storage_block (from Tech Reborn) +- techreborn:tin_storage_block (from Tech Reborn) +- techreborn:titanium_storage_block (from Tech Reborn) +- techreborn:tungsten_storage_block (from Tech Reborn) +- techreborn:tungstensteel_storage_block (from Tech Reborn) +- techreborn:yellow_garnet_storage_block (from Tech Reborn) +- techreborn:zinc_storage_block (from Tech Reborn) +- techreborn:basic_machine_casing (from Tech Reborn) +- techreborn:advanced_machine_casing (from Tech Reborn) +- techreborn:industrial_machine_casing (from Tech Reborn) +- the_bumblezone:sugar_infused_stone (from The Bumblezone - Fabric) +- the_bumblezone:sugar_infused_cobblestone (from The Bumblezone - Fabric) +- trofers:small_pillar (from Trofers) +- trofers:large_pillar (from Trofers) +- trofers:medium_plate (from Trofers) +- trofers:large_plate (from Trofers) +- trofers:small_plate (from Trofers) +- trofers:medium_pillar (from Trofers) +- #twilightforest:mazestone (from The Twilight Forest) +- #twilightforest:castle_blocks (from The Twilight Forest) +- twilightforest:nagastone (from The Twilight Forest) +- twilightforest:nagastone_head (from The Twilight Forest) +- twilightforest:stronghold_shield (from The Twilight Forest) +- twilightforest:trophy_pedestal (from The Twilight Forest) +- twilightforest:aurora_pillar (from The Twilight Forest) +- twilightforest:aurora_slab (from The Twilight Forest) +- twilightforest:underbrick (from The Twilight Forest) +- twilightforest:mossy_underbrick (from The Twilight Forest) +- twilightforest:cracked_underbrick (from The Twilight Forest) +- twilightforest:underbrick_floor (from The Twilight Forest) +- twilightforest:deadrock (from The Twilight Forest) +- twilightforest:cracked_deadrock (from The Twilight Forest) +- twilightforest:weathered_deadrock (from The Twilight Forest) +- twilightforest:trollsteinn (from The Twilight Forest) +- twilightforest:giant_leaves (from The Twilight Forest) +- twilightforest:giant_obsidian (from The Twilight Forest) +- twilightforest:giant_cobblestone (from The Twilight Forest) +- twilightforest:giant_log (from The Twilight Forest) +- twilightforest:cinder_furnace (from The Twilight Forest) +- twilightforest:twilight_portal_miniature_structure (from The Twilight Forest) +- twilightforest:naga_courtyard_miniature_structure (from The Twilight Forest) +- twilightforest:lich_tower_miniature_structure (from The Twilight Forest) +- twilightforest:knightmetal_block (from The Twilight Forest) +- twilightforest:ironwood_block (from The Twilight Forest) +- twilightforest:fiery_block (from The Twilight Forest) +- twilightforest:spiral_bricks (from The Twilight Forest) +- twilightforest:etched_nagastone (from The Twilight Forest) +- twilightforest:nagastone_pillar (from The Twilight Forest) +- twilightforest:nagastone_stairs_left (from The Twilight Forest) +- twilightforest:nagastone_stairs_right (from The Twilight Forest) +- twilightforest:mossy_etched_nagastone (from The Twilight Forest) +- twilightforest:mossy_nagastone_pillar (from The Twilight Forest) +- twilightforest:mossy_nagastone_stairs_left (from The Twilight Forest) +- twilightforest:mossy_nagastone_stairs_right (from The Twilight Forest) +- twilightforest:cracked_etched_nagastone (from The Twilight Forest) +- twilightforest:cracked_nagastone_pillar (from The Twilight Forest) +- twilightforest:cracked_nagastone_stairs_left (from The Twilight Forest) +- twilightforest:cracked_nagastone_stairs_right (from The Twilight Forest) +- twilightforest:iron_ladder (from The Twilight Forest) +- twilightforest:twisted_stone (from The Twilight Forest) +- twilightforest:twisted_stone_pillar (from The Twilight Forest) +- twilightforest:keepsake_casket (from The Twilight Forest) +- twilightforest:bold_stone_pillar (from The Twilight Forest) +- vinery:wood_fired_oven (from Vinery) +- vinery:stove (from Vinery) +- vinery:big_table (from Vinery) +- vinery:kitchen_sink (from Vinery) +- vinery:flower_pot (from Vinery) +- vinery:cooking_pot (from Vinery) +- vitalize:pylon_base (from Vitalize) +- vitalize:pylon_beheading (from Vitalize) +- vitalize:pylon_efficiency (from Vitalize) +- vitalize:pylon_experience (from Vitalize) +- vitalize:pylon_flame (from Vitalize) +- vitalize:pylon_looting (from Vitalize) +- vitalize:pylon_recursive (from Vitalize) +- vitalize:pylon_speed (from Vitalize) +- vitalize:soul_revitalizer (from Vitalize) +- xps:block_xp_obelisk (from Xp Obelisk) +- xps:block_soul_copper (from Xp Obelisk) +- compressor:compressed_stone (from Compressor) +- compressor:double_compressed_stone (from Compressor) +- compressor:triple_compressed_stone (from Compressor) +- compressor:quadruple_compressed_stone (from Compressor) +- compressor:quintuple_compressed_stone (from Compressor) +- compressor:sextuple_compressed_stone (from Compressor) +- compressor:septuple_compressed_stone (from Compressor) +- compressor:octuple_compressed_stone (from Compressor) +- compressor:compressed_granite (from Compressor) +- compressor:double_compressed_granite (from Compressor) +- compressor:triple_compressed_granite (from Compressor) +- compressor:quadruple_compressed_granite (from Compressor) +- compressor:quintuple_compressed_granite (from Compressor) +- compressor:sextuple_compressed_granite (from Compressor) +- compressor:septuple_compressed_granite (from Compressor) +- compressor:octuple_compressed_granite (from Compressor) +- compressor:compressed_diorite (from Compressor) +- compressor:double_compressed_diorite (from Compressor) +- compressor:triple_compressed_diorite (from Compressor) +- compressor:quadruple_compressed_diorite (from Compressor) +- compressor:quintuple_compressed_diorite (from Compressor) +- compressor:sextuple_compressed_diorite (from Compressor) +- compressor:septuple_compressed_diorite (from Compressor) +- compressor:octuple_compressed_diorite (from Compressor) +- compressor:compressed_andesite (from Compressor) +- compressor:double_compressed_andesite (from Compressor) +- compressor:triple_compressed_andesite (from Compressor) +- compressor:quadruple_compressed_andesite (from Compressor) +- compressor:quintuple_compressed_andesite (from Compressor) +- compressor:sextuple_compressed_andesite (from Compressor) +- compressor:septuple_compressed_andesite (from Compressor) +- compressor:octuple_compressed_andesite (from Compressor) +- compressor:compressed_cobblestone (from Compressor) +- compressor:double_compressed_cobblestone (from Compressor) +- compressor:triple_compressed_cobblestone (from Compressor) +- compressor:quadruple_compressed_cobblestone (from Compressor) +- compressor:quintuple_compressed_cobblestone (from Compressor) +- compressor:sextuple_compressed_cobblestone (from Compressor) +- compressor:septuple_compressed_cobblestone (from Compressor) +- compressor:octuple_compressed_cobblestone (from Compressor) +- compressor:compressed_gravel (from Compressor) +- compressor:double_compressed_gravel (from Compressor) +- compressor:triple_compressed_gravel (from Compressor) +- compressor:quadruple_compressed_gravel (from Compressor) +- compressor:quintuple_compressed_gravel (from Compressor) +- compressor:sextuple_compressed_gravel (from Compressor) +- compressor:septuple_compressed_gravel (from Compressor) +- compressor:octuple_compressed_gravel (from Compressor) +- compressor:compressed_sand (from Compressor) +- compressor:double_compressed_sand (from Compressor) +- compressor:triple_compressed_sand (from Compressor) +- compressor:quadruple_compressed_sand (from Compressor) +- compressor:quintuple_compressed_sand (from Compressor) +- compressor:sextuple_compressed_sand (from Compressor) +- compressor:septuple_compressed_sand (from Compressor) +- compressor:octuple_compressed_sand (from Compressor) +- compressor:compressed_dirt (from Compressor) +- compressor:double_compressed_dirt (from Compressor) +- compressor:triple_compressed_dirt (from Compressor) +- compressor:quadruple_compressed_dirt (from Compressor) +- compressor:quintuple_compressed_dirt (from Compressor) +- compressor:sextuple_compressed_dirt (from Compressor) +- compressor:septuple_compressed_dirt (from Compressor) +- compressor:octuple_compressed_dirt (from Compressor) +- compressor:compressed_netherrack (from Compressor) +- compressor:double_compressed_netherrack (from Compressor) +- compressor:triple_compressed_netherrack (from Compressor) +- compressor:quadruple_compressed_netherrack (from Compressor) +- compressor:quintuple_compressed_netherrack (from Compressor) +- compressor:sextuple_compressed_netherrack (from Compressor) +- compressor:septuple_compressed_netherrack (from Compressor) +- compressor:octuple_compressed_netherrack (from Compressor) +- compressor:compressed_basalt (from Compressor) +- compressor:double_compressed_basalt (from Compressor) +- compressor:triple_compressed_basalt (from Compressor) +- compressor:quadruple_compressed_basalt (from Compressor) +- compressor:quintuple_compressed_basalt (from Compressor) +- compressor:sextuple_compressed_basalt (from Compressor) +- compressor:septuple_compressed_basalt (from Compressor) +- compressor:octuple_compressed_basalt (from Compressor) +- compressor:compressed_deepslate (from Compressor) +- compressor:double_compressed_deepslate (from Compressor) +- compressor:triple_compressed_deepslate (from Compressor) +- compressor:quadruple_compressed_deepslate (from Compressor) +- compressor:quintuple_compressed_deepslate (from Compressor) +- compressor:sextuple_compressed_deepslate (from Compressor) +- compressor:septuple_compressed_deepslate (from Compressor) +- compressor:octuple_compressed_deepslate (from Compressor) +- compressor:compressed_cobbled_deepslate (from Compressor) +- compressor:double_compressed_cobbled_deepslate (from Compressor) +- compressor:triple_compressed_cobbled_deepslate (from Compressor) +- compressor:quadruple_compressed_cobbled_deepslate (from Compressor) +- compressor:quintuple_compressed_cobbled_deepslate (from Compressor) +- compressor:sextuple_compressed_cobbled_deepslate (from Compressor) +- compressor:septuple_compressed_cobbled_deepslate (from Compressor) +- compressor:octuple_compressed_cobbled_deepslate (from Compressor) +- compressor:compressed_blackstone (from Compressor) +- compressor:double_compressed_blackstone (from Compressor) +- compressor:triple_compressed_blackstone (from Compressor) +- compressor:quadruple_compressed_blackstone (from Compressor) +- compressor:quintuple_compressed_blackstone (from Compressor) +- compressor:sextuple_compressed_blackstone (from Compressor) +- compressor:septuple_compressed_blackstone (from Compressor) +- compressor:octuple_compressed_blackstone (from Compressor) +- compressor:compressed_end_stone (from Compressor) +- compressor:double_compressed_end_stone (from Compressor) +- compressor:triple_compressed_end_stone (from Compressor) +- compressor:quadruple_compressed_end_stone (from Compressor) +- compressor:quintuple_compressed_end_stone (from Compressor) +- compressor:sextuple_compressed_end_stone (from Compressor) +- compressor:septuple_compressed_end_stone (from Compressor) +- compressor:octuple_compressed_end_stone (from Compressor) +- fwaystones:red_desert_waystone (from fwaystones) +- fwaystones:blackstone_brick_waystone (from fwaystones) +- fwaystones:desert_waystone (from fwaystones) +- fwaystones:waystone (from fwaystones) +- fwaystones:stone_brick_waystone (from fwaystones) +- fwaystones:end_stone_brick_waystone (from fwaystones) +- fwaystones:deepslate_brick_waystone (from fwaystones) +- fwaystones:red_nether_brick_waystone (from fwaystones) +- fwaystones:nether_brick_waystone (from fwaystones) + +#mcwbridges:bamboo_stairs +- mcwbridges:bamboo_bridge_stair (from Macaw's Bridges) +- mcwbridges:dry_bamboo_bridge_stair (from Macaw's Bridges) + +#twilightforest:storage_blocks/ironwood +- twilightforest:ironwood_block (from The Twilight Forest) + +#biomemakeover:itching_ivy +- biomemakeover:moth_blossom (from Biome Makeover) +- biomemakeover:itching_ivy (from Biome Makeover) + +#mcwbridges:wooden_piers +- mcwbridges:oak_bridge_pier (from Macaw's Bridges) +- mcwbridges:spruce_bridge_pier (from Macaw's Bridges) +- mcwbridges:birch_bridge_pier (from Macaw's Bridges) +- mcwbridges:jungle_bridge_pier (from Macaw's Bridges) +- mcwbridges:acacia_bridge_pier (from Macaw's Bridges) +- mcwbridges:dark_oak_bridge_pier (from Macaw's Bridges) +- mcwbridges:crimson_bridge_pier (from Macaw's Bridges) +- mcwbridges:warped_bridge_pier (from Macaw's Bridges) +- mcwbridges:mangrove_bridge_pier (from Macaw's Bridges) + +#minecraft:enderman_holdable +- #minecraft:small_flowers (from Default) +- #minecraft:dirt (from Default) +- minecraft:sand (from Default) +- minecraft:red_sand (from Default) +- minecraft:gravel (from Default) +- minecraft:brown_mushroom (from Default) +- minecraft:red_mushroom (from Default) +- minecraft:tnt (from Default) +- minecraft:cactus (from Default) +- minecraft:clay (from Default) +- minecraft:pumpkin (from Default) +- minecraft:carved_pumpkin (from Default) +- minecraft:melon (from Default) +- minecraft:crimson_fungus (from Default) +- minecraft:crimson_nylium (from Default) +- minecraft:crimson_roots (from Default) +- minecraft:warped_fungus (from Default) +- minecraft:warped_nylium (from Default) +- minecraft:warped_roots (from Default) +- byg:lush_dirt (from Oh The Biomes You'll Go) +- byg:lush_grass_block (from Oh The Biomes You'll Go) +- byg:peat (from Oh The Biomes You'll Go) +- #byg:sand (from Oh The Biomes You'll Go) +- croptopia:salt_ore (from Croptopia) +- spectrum:radiating_ender (from Spectrum) + +#spectrum:gemstone_buds +- #spectrum:amethyst_buds (from Spectrum) +- #spectrum:topaz_buds (from Spectrum) +- #spectrum:citrine_buds (from Spectrum) +- #spectrum:onyx_buds (from Spectrum) +- #spectrum:moonstone_buds (from Spectrum) + +#c:double_compressed_dirt +- compressor:double_compressed_dirt (from Compressor) + +#rightclickharvest:radius_harvest_blacklist +- minecraft:cocoa (from Right Click Harvest) + +#minecraft:wall_post_override +- minecraft:torch (from Default) +- minecraft:soul_torch (from Default) +- minecraft:redstone_torch (from Default) +- minecraft:tripwire (from Default) +- #minecraft:signs (from Default) +- #minecraft:banners (from Default) +- #minecraft:pressure_plates (from Default) +- ad_astra:extinguished_torch (from Ad Astra!) +- ad_astra:glacian_sign (from Ad Astra!) +- ae2:quartz_fixture (from Applied Energistics 2) +- ae2:light_detector (from Applied Energistics 2) +- #spectrum:colored_pressure_plates (from Spectrum) +- supplementaries:sconce (from Supplementaries) +- supplementaries:sconce_soul (from Supplementaries) +- supplementaries:sconce_ender (from Supplementaries) +- supplementaries:sconce_green (from Supplementaries) +- #supplementaries:candle_holders (from Supplementaries) +- supplementaries:crank (from Supplementaries) + +#c:amethyst_blocks +- minecraft:amethyst_block (from Porting Lib Tags) + +#byg:may_place_on/red_maple_sapling +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#minecraft:polar_bears_spawnable_on_alternate +- minecraft:ice (from Default) + +#c:compressed_andesite +- compressor:compressed_andesite (from Compressor) + +#supplementaries:brick_breakable +- minecraft:glass? (from Supplementaries) +- minecraft:glass_pane? (from Supplementaries) +- #forge:glass? (from Supplementaries) +- #forge:glass_panes? (from Supplementaries) +- #c:glass_blocks? (from Supplementaries) +- #c:glass_panes? (from Supplementaries) + +#minecraft:dampens_vibrations +- #minecraft:wool (from Default) +- #minecraft:wool_carpets (from Default) +- twilightforest:arctic_fur_block (from The Twilight Forest) +- twilightforest:fluffy_cloud (from The Twilight Forest) +- twilightforest:wispy_cloud (from The Twilight Forest) + +#twilightforest:common_protections +- twilightforest:naga_boss_spawner (from The Twilight Forest) +- twilightforest:lich_boss_spawner (from The Twilight Forest) +- twilightforest:minoshroom_boss_spawner (from The Twilight Forest) +- twilightforest:hydra_boss_spawner (from The Twilight Forest) +- twilightforest:knight_phantom_boss_spawner (from The Twilight Forest) +- twilightforest:ur_ghast_boss_spawner (from The Twilight Forest) +- twilightforest:alpha_yeti_boss_spawner (from The Twilight Forest) +- twilightforest:snow_queen_boss_spawner (from The Twilight Forest) +- twilightforest:final_boss_boss_spawner (from The Twilight Forest) +- twilightforest:stronghold_shield (from The Twilight Forest) +- twilightforest:vanishing_block (from The Twilight Forest) +- twilightforest:locked_vanishing_block (from The Twilight Forest) +- twilightforest:pink_force_field (from The Twilight Forest) +- twilightforest:orange_force_field (from The Twilight Forest) +- twilightforest:green_force_field (from The Twilight Forest) +- twilightforest:blue_force_field (from The Twilight Forest) +- twilightforest:violet_force_field (from The Twilight Forest) +- twilightforest:keepsake_casket (from The Twilight Forest) +- twilightforest:trophy_pedestal (from The Twilight Forest) +- minecraft:barrier (from The Twilight Forest) +- minecraft:bedrock (from The Twilight Forest) +- minecraft:end_portal (from The Twilight Forest) +- minecraft:end_portal_frame (from The Twilight Forest) +- minecraft:end_gateway (from The Twilight Forest) +- minecraft:command_block (from The Twilight Forest) +- minecraft:repeating_command_block (from The Twilight Forest) +- minecraft:chain_command_block (from The Twilight Forest) +- minecraft:structure_block (from The Twilight Forest) +- minecraft:jigsaw (from The Twilight Forest) +- minecraft:moving_piston (from The Twilight Forest) +- minecraft:light (from The Twilight Forest) +- minecraft:reinforced_deepslate (from The Twilight Forest) + +#botania:manasteel_blocks +- botania:manasteel_block (from Botania) + +#minecraft:mangrove_logs_can_grow_through +- minecraft:mud (from Default) +- minecraft:muddy_mangrove_roots (from Default) +- minecraft:mangrove_roots (from Default) +- minecraft:mangrove_leaves (from Default) +- minecraft:mangrove_log (from Default) +- minecraft:mangrove_propagule (from Default) +- minecraft:moss_carpet (from Default) +- minecraft:vine (from Default) + +#c:purple_sand +- byg:purple_sand (from Oh The Biomes You'll Go) + +#twilightforest:ores/ironwood + +#c:compressed_dirt +- compressor:compressed_dirt (from Compressor) + +#c:titanium_blocks +- techreborn:titanium_storage_block (from Tech Reborn) + +#byg:may_place_on/bistort +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#byg:may_place_on/white_cherry_sapling +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#c:glass +- botania:mana_glass (from Botania) +- botania:elf_glass (from Botania) +- botania:bifrost_perm (from Botania) + +#minecraft:fire +- minecraft:fire (from Default) +- minecraft:soul_fire (from Default) + +#c:netherracks +- byg:overgrown_netherrack (from Oh The Biomes You'll Go) +- byg:overgrown_crimson_blackstone (from Oh The Biomes You'll Go) +- byg:blue_netherrack (from Oh The Biomes You'll Go) +- byg:brimstone (from Oh The Biomes You'll Go) +- byg:embur_nylium (from Oh The Biomes You'll Go) +- byg:sythian_nylium (from Oh The Biomes You'll Go) + +#minecraft:needs_diamond_tool +- minecraft:obsidian (from Default) +- minecraft:crying_obsidian (from Default) +- minecraft:netherite_block (from Default) +- minecraft:respawn_anchor (from Default) +- minecraft:ancient_debris (from Default) +- #advancednetherite:netherite_blocks (from Advanced Netherite) +- bewitchment:netherite_candelabra (from Bewitchment) +- bewitchment:obsidian_witch_altar (from Bewitchment) +- bewitchment:moss_obsidian_witch_altar (from Bewitchment) +- bewitchment:white_obsidian_witch_altar (from Bewitchment) +- bewitchment:orange_obsidian_witch_altar (from Bewitchment) +- bewitchment:magenta_obsidian_witch_altar (from Bewitchment) +- bewitchment:light_blue_obsidian_witch_altar (from Bewitchment) +- bewitchment:yellow_obsidian_witch_altar (from Bewitchment) +- bewitchment:lime_obsidian_witch_altar (from Bewitchment) +- bewitchment:pink_obsidian_witch_altar (from Bewitchment) +- bewitchment:gray_obsidian_witch_altar (from Bewitchment) +- bewitchment:light_gray_obsidian_witch_altar (from Bewitchment) +- bewitchment:cyan_obsidian_witch_altar (from Bewitchment) +- bewitchment:purple_obsidian_witch_altar (from Bewitchment) +- bewitchment:blue_obsidian_witch_altar (from Bewitchment) +- bewitchment:brown_obsidian_witch_altar (from Bewitchment) +- bewitchment:green_obsidian_witch_altar (from Bewitchment) +- bewitchment:red_obsidian_witch_altar (from Bewitchment) +- bewitchment:black_obsidian_witch_altar (from Bewitchment) +- bewitchment:hedgewitch_obsidian_witch_altar (from Bewitchment) +- bewitchment:alchemist_obsidian_witch_altar (from Bewitchment) +- bewitchment:besmirched_obsidian_witch_altar (from Bewitchment) +- byg:ametrine_cluster (from Oh The Biomes You'll Go) +- byg:ametrine_ore (from Oh The Biomes You'll Go) +- byg:budding_ametrine_ore (from Oh The Biomes You'll Go) +- byg:ametrine_block (from Oh The Biomes You'll Go) +- byg:pendorite_ore (from Oh The Biomes You'll Go) +- byg:raw_pendorite_block (from Oh The Biomes You'll Go) +- byg:pendorite_block (from Oh The Biomes You'll Go) +- coxinhautilities:portable_tank_mk5 (from Coxinha Utilities) +- deeperdarker:geyser (from Deeper and Darker) +- deeperdarker:crystallized_amber (from Deeper and Darker) +- javd:portal_block (from Just Another Void Dimension) +- kibe:cobblestone_generator_mk5 (from Kibe) +- kibe:basalt_generator_mk5 (from Kibe) +- kibe:obsidian_sand (from Kibe) +- kibe:wither_proof_block (from Kibe) +- kibe:wither_proof_sand (from Kibe) +- kibe:wither_proof_glass (from Kibe) +- kibe:wither_builder (from Kibe) +- spectrum:stratine_ore (from Spectrum) +- spectrum:paltaeria_ore (from Spectrum) +- #spectrum:azurite_ores (from Spectrum) +- supplementaries:netherite_trapdoor (from Supplementaries) +- supplementaries:netherite_door (from Supplementaries) +- supplementaries:safe (from Supplementaries) +- techreborn:iridium_ore (from Tech Reborn) +- techreborn:deepslate_iridium_ore (from Tech Reborn) +- techreborn:sheldonite_ore (from Tech Reborn) +- techreborn:deepslate_sheldonite_ore (from Tech Reborn) +- techreborn:sodalite_ore (from Tech Reborn) +- techreborn:deepslate_sodalite_ore (from Tech Reborn) +- techreborn:tungsten_ore (from Tech Reborn) +- techreborn:deepslate_tungsten_ore (from Tech Reborn) +- techreborn:hot_tungstensteel_storage_block (from Tech Reborn) +- techreborn:iridium_storage_block (from Tech Reborn) +- techreborn:iridium_reinforced_stone_storage_block (from Tech Reborn) +- techreborn:iridium_reinforced_tungstensteel_storage_block (from Tech Reborn) +- techreborn:raw_iridium_storage_block (from Tech Reborn) +- techreborn:raw_tungsten_storage_block (from Tech Reborn) +- techreborn:titanium_storage_block (from Tech Reborn) +- techreborn:tungsten_storage_block (from Tech Reborn) +- techreborn:tungstensteel_storage_block (from Tech Reborn) +- #twilightforest:castle_blocks (from The Twilight Forest) +- #twilightforest:mazestone (from The Twilight Forest) +- twilightforest:aurora_block (from The Twilight Forest) +- twilightforest:deadrock (from The Twilight Forest) +- twilightforest:cracked_deadrock (from The Twilight Forest) +- twilightforest:weathered_deadrock (from The Twilight Forest) +- xps:block_xp_obelisk (from Xp Obelisk) + +#byg:may_place_on/redwood_sapling +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#minecraft:wall_signs +- minecraft:oak_wall_sign (from Default) +- minecraft:spruce_wall_sign (from Default) +- minecraft:birch_wall_sign (from Default) +- minecraft:acacia_wall_sign (from Default) +- minecraft:jungle_wall_sign (from Default) +- minecraft:dark_oak_wall_sign (from Default) +- minecraft:crimson_wall_sign (from Default) +- minecraft:warped_wall_sign (from Default) +- minecraft:mangrove_wall_sign (from Default) +- ad_astra:glacian_wall_sign (from Ad Astra!) +- bewitchment:juniper_wall_sign (from Bewitchment) +- bewitchment:cypress_wall_sign (from Bewitchment) +- bewitchment:elder_wall_sign (from Bewitchment) +- bewitchment:dragons_blood_wall_sign (from Bewitchment) +- deeperdarker:echo_wall_sign (from Deeper and Darker) +- ecologics:coconut_wall_sign (from Ecologics) +- ecologics:walnut_wall_sign (from Ecologics) +- ecologics:azalea_wall_sign (from Ecologics) +- ecologics:flowering_azalea_wall_sign (from Ecologics) +- farmersdelight:canvas_wall_sign (from Farmer's Delight) +- farmersdelight:white_canvas_wall_sign (from Farmer's Delight) +- farmersdelight:orange_canvas_wall_sign (from Farmer's Delight) +- farmersdelight:magenta_canvas_wall_sign (from Farmer's Delight) +- farmersdelight:light_blue_canvas_wall_sign (from Farmer's Delight) +- farmersdelight:yellow_canvas_wall_sign (from Farmer's Delight) +- farmersdelight:lime_canvas_wall_sign (from Farmer's Delight) +- farmersdelight:pink_canvas_wall_sign (from Farmer's Delight) +- farmersdelight:gray_canvas_wall_sign (from Farmer's Delight) +- farmersdelight:light_gray_canvas_wall_sign (from Farmer's Delight) +- farmersdelight:cyan_canvas_wall_sign (from Farmer's Delight) +- farmersdelight:purple_canvas_wall_sign (from Farmer's Delight) +- farmersdelight:blue_canvas_wall_sign (from Farmer's Delight) +- farmersdelight:brown_canvas_wall_sign (from Farmer's Delight) +- farmersdelight:green_canvas_wall_sign (from Farmer's Delight) +- farmersdelight:red_canvas_wall_sign (from Farmer's Delight) +- farmersdelight:black_canvas_wall_sign (from Farmer's Delight) +- twilightforest:twilight_wall_sign (from The Twilight Forest) +- twilightforest:canopy_wall_sign (from The Twilight Forest) +- twilightforest:mangrove_wall_sign (from The Twilight Forest) +- twilightforest:darkwood_wall_sign (from The Twilight Forest) +- twilightforest:time_wall_sign (from The Twilight Forest) +- twilightforest:transformation_wall_sign (from The Twilight Forest) +- twilightforest:mining_wall_sign (from The Twilight Forest) +- twilightforest:sorting_wall_sign (from The Twilight Forest) + +#spectrum:glowblocks +- spectrum:black_glowblock (from Spectrum) +- spectrum:blue_glowblock (from Spectrum) +- spectrum:brown_glowblock (from Spectrum) +- spectrum:cyan_glowblock (from Spectrum) +- spectrum:gray_glowblock (from Spectrum) +- spectrum:green_glowblock (from Spectrum) +- spectrum:light_blue_glowblock (from Spectrum) +- spectrum:light_gray_glowblock (from Spectrum) +- spectrum:lime_glowblock (from Spectrum) +- spectrum:magenta_glowblock (from Spectrum) +- spectrum:orange_glowblock (from Spectrum) +- spectrum:pink_glowblock (from Spectrum) +- spectrum:purple_glowblock (from Spectrum) +- spectrum:red_glowblock (from Spectrum) +- spectrum:white_glowblock (from Spectrum) +- spectrum:yellow_glowblock (from Spectrum) + +#quark:vertical_slabs +- supplementaries:checker_vertical_slab (from Snowy Spirit) +- supplementaries:stone_tile_vertical_slab (from Snowy Spirit) +- supplementaries:blackstone_tile_vertical_slab (from Snowy Spirit) +- supplementaries:checker_vertical_slab (from Supplementaries) +- supplementaries:stone_tile_vertical_slab (from Supplementaries) +- supplementaries:blackstone_tile_vertical_slab (from Supplementaries) + +#the_bumblezone:allowed_hanging_garden_logs +- minecraft:birch_log (from The Bumblezone - Fabric) +- ecologics:flowering_azalea_log? (from The Bumblezone - Fabric) +- aurorasdeco:flowering_azalea_log? (from The Bumblezone - Fabric) + +#decorative_blocks:bonfires +- decorative_blocks:bonfire (from Decorative Blocks) +- decorative_blocks:soul_bonfire (from Decorative Blocks) + +#byg:may_place_on/foxglove +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#c:copper_ores +- ad_astra:glacio_copper_ore (from Ad Astra!) +- #minecraft:copper_ores (from Porting Lib Tags) + +#the_bumblezone:carpenter_bee_boots_mineables +- the_bumblezone:beehive_beeswax (from The Bumblezone - Fabric) +- the_bumblezone:carvable_wax (from The Bumblezone - Fabric) +- #minecraft:planks (from The Bumblezone - Fabric) +- #minecraft:logs (from The Bumblezone - Fabric) +- #minecraft:leaves (from The Bumblezone - Fabric) +- #minecraft:wooden_doors (from The Bumblezone - Fabric) +- #minecraft:wooden_trapdoors (from The Bumblezone - Fabric) +- #minecraft:wooden_slabs (from The Bumblezone - Fabric) +- #minecraft:wooden_stairs (from The Bumblezone - Fabric) +- #minecraft:beehives (from The Bumblezone - Fabric) +- #the_bumblezone:honeycombs_that_features_can_carve (from The Bumblezone - Fabric) +- #forge:storage_blocks/honeycombs? (from The Bumblezone - Fabric) +- #forge:storage_blocks/wax? (from The Bumblezone - Fabric) +- #c:storage_blocks/honeycombs? (from The Bumblezone - Fabric) +- #c:storage_blocks/wax? (from The Bumblezone - Fabric) +- resourcefulbees:waxed_door? (from The Bumblezone - Fabric) +- resourcefulbees:waxed_trapdoor? (from The Bumblezone - Fabric) +- resourcefulbees:waxed_planks? (from The Bumblezone - Fabric) +- resourcefulbees:trimmed_waxed_planks? (from The Bumblezone - Fabric) +- resourcefulbees:waxed_slab? (from The Bumblezone - Fabric) +- resourcefulbees:waxed_stairs? (from The Bumblezone - Fabric) +- resourcefulbees:waxed_machine_block? (from The Bumblezone - Fabric) +- duneons:waxblock? (from The Bumblezone - Fabric) + +#twilightforest:giants_spawnable_on +- twilightforest:wispy_cloud (from The Twilight Forest) +- twilightforest:fluffy_cloud (from The Twilight Forest) + +#croptopia:crops +- croptopia:apple_crop (from Croptopia) +- croptopia:banana_crop (from Croptopia) +- croptopia:orange_crop (from Croptopia) +- croptopia:persimmon_crop (from Croptopia) +- croptopia:plum_crop (from Croptopia) +- croptopia:cherry_crop (from Croptopia) +- croptopia:lemon_crop (from Croptopia) +- croptopia:grapefruit_crop (from Croptopia) +- croptopia:kumquat_crop (from Croptopia) +- croptopia:peach_crop (from Croptopia) +- croptopia:coconut_crop (from Croptopia) +- croptopia:nutmeg_crop (from Croptopia) +- croptopia:fig_crop (from Croptopia) +- croptopia:nectarine_crop (from Croptopia) +- croptopia:mango_crop (from Croptopia) +- croptopia:dragonfruit_crop (from Croptopia) +- croptopia:starfruit_crop (from Croptopia) +- croptopia:avocado_crop (from Croptopia) +- croptopia:apricot_crop (from Croptopia) +- croptopia:pear_crop (from Croptopia) +- croptopia:lime_crop (from Croptopia) +- croptopia:date_crop (from Croptopia) +- croptopia:artichoke_crop (from Croptopia) +- croptopia:asparagus_crop (from Croptopia) +- croptopia:barley_crop (from Croptopia) +- croptopia:basil_crop (from Croptopia) +- croptopia:bellpepper_crop (from Croptopia) +- croptopia:blackbean_crop (from Croptopia) +- croptopia:blackberry_crop (from Croptopia) +- croptopia:blueberry_crop (from Croptopia) +- croptopia:broccoli_crop (from Croptopia) +- croptopia:cabbage_crop (from Croptopia) +- croptopia:cantaloupe_crop (from Croptopia) +- croptopia:cauliflower_crop (from Croptopia) +- croptopia:celery_crop (from Croptopia) +- croptopia:coffee_crop (from Croptopia) +- croptopia:corn_crop (from Croptopia) +- croptopia:cranberry_crop (from Croptopia) +- croptopia:cucumber_crop (from Croptopia) +- croptopia:currant_crop (from Croptopia) +- croptopia:eggplant_crop (from Croptopia) +- croptopia:elderberry_crop (from Croptopia) +- croptopia:garlic_crop (from Croptopia) +- croptopia:ginger_crop (from Croptopia) +- croptopia:grape_crop (from Croptopia) +- croptopia:greenbean_crop (from Croptopia) +- croptopia:greenonion_crop (from Croptopia) +- croptopia:honeydew_crop (from Croptopia) +- croptopia:hops_crop (from Croptopia) +- croptopia:kale_crop (from Croptopia) +- croptopia:kiwi_crop (from Croptopia) +- croptopia:leek_crop (from Croptopia) +- croptopia:lettuce_crop (from Croptopia) +- croptopia:mustard_crop (from Croptopia) +- croptopia:oat_crop (from Croptopia) +- croptopia:olive_crop (from Croptopia) +- croptopia:onion_crop (from Croptopia) +- croptopia:peanut_crop (from Croptopia) +- croptopia:chile_pepper_crop (from Croptopia) +- croptopia:pineapple_crop (from Croptopia) +- croptopia:radish_crop (from Croptopia) +- croptopia:raspberry_crop (from Croptopia) +- croptopia:rhubarb_crop (from Croptopia) +- croptopia:rice_crop (from Croptopia) +- croptopia:rutabaga_crop (from Croptopia) +- croptopia:saguaro_crop (from Croptopia) +- croptopia:soybean_crop (from Croptopia) +- croptopia:spinach_crop (from Croptopia) +- croptopia:squash_crop (from Croptopia) +- croptopia:strawberry_crop (from Croptopia) +- croptopia:sweetpotato_crop (from Croptopia) +- croptopia:tomatillo_crop (from Croptopia) +- croptopia:tomato_crop (from Croptopia) +- croptopia:turmeric_crop (from Croptopia) +- croptopia:turnip_crop (from Croptopia) +- croptopia:yam_crop (from Croptopia) +- croptopia:zucchini_crop (from Croptopia) + +#vinery:cherry_logs +- vinery:cherry_log (from Vinery) +- vinery:old_cherry_log (from Vinery) +- vinery:stripped_cherry_log (from Vinery) +- vinery:stripped_old_cherry_log (from Vinery) +- vinery:cherry_wood (from Vinery) +- vinery:stripped_cherry_wood (from Vinery) +- vinery:old_cherry_wood (from Vinery) +- vinery:stripped_old_cherry_wood (from Vinery) + +#byg:may_place_on/cyan_amaranth +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#c:compressed_blackstone +- compressor:compressed_blackstone (from Compressor) + +#c:quadruple_compressed_granite +- compressor:quadruple_compressed_granite (from Compressor) + +#advancednetherite:netherite_blocks +- advancednetherite:netherite_iron_block (from Advanced Netherite) +- advancednetherite:netherite_gold_block (from Advanced Netherite) +- advancednetherite:netherite_emerald_block (from Advanced Netherite) +- advancednetherite:netherite_diamond_block (from Advanced Netherite) + +#byg:may_place_on/peach_leather_flower +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#mcwbridges:log_stairs +- mcwbridges:oak_log_bridge_stair (from Macaw's Bridges) +- mcwbridges:spruce_log_bridge_stair (from Macaw's Bridges) +- mcwbridges:birch_log_bridge_stair (from Macaw's Bridges) +- mcwbridges:jungle_log_bridge_stair (from Macaw's Bridges) +- mcwbridges:acacia_log_bridge_stair (from Macaw's Bridges) +- mcwbridges:dark_oak_log_bridge_stair (from Macaw's Bridges) +- mcwbridges:crimson_log_bridge_stair (from Macaw's Bridges) +- mcwbridges:warped_log_bridge_stair (from Macaw's Bridges) +- mcwbridges:mangrove_log_bridge_stair (from Macaw's Bridges) + +#ecologics:coconut_logs +- ecologics:coconut_log (from Ecologics) +- ecologics:stripped_coconut_log (from Ecologics) +- ecologics:coconut_wood (from Ecologics) +- ecologics:stripped_coconut_wood (from Ecologics) + +#c:triple_compressed_dirt +- compressor:triple_compressed_dirt (from Compressor) + +#c:quadruple_compressed_gravel +- compressor:quadruple_compressed_gravel (from Compressor) + +#c:sextuple_compressed_granite +- compressor:sextuple_compressed_granite (from Compressor) + +#spectrum:shimmerstone_ores +- spectrum:shimmerstone_ore (from Spectrum) +- spectrum:deepslate_shimmerstone_ore (from Spectrum) +- spectrum:blackslag_shimmerstone_ore (from Spectrum) + +#minecraft:leaves +- minecraft:jungle_leaves (from Default) +- minecraft:oak_leaves (from Default) +- minecraft:spruce_leaves (from Default) +- minecraft:dark_oak_leaves (from Default) +- minecraft:acacia_leaves (from Default) +- minecraft:birch_leaves (from Default) +- minecraft:azalea_leaves (from Default) +- minecraft:flowering_azalea_leaves (from Default) +- minecraft:mangrove_leaves (from Default) +- bewitchment:juniper_leaves (from Bewitchment) +- bewitchment:cypress_leaves (from Bewitchment) +- bewitchment:elder_leaves (from Bewitchment) +- bewitchment:dragons_blood_leaves (from Bewitchment) +- biomemakeover:blighted_balsa_leaves (from Biome Makeover) +- biomemakeover:willow_leaves (from Biome Makeover) +- biomemakeover:swamp_cypress_leaves (from Biome Makeover) +- biomemakeover:ancient_oak_leaves (from Biome Makeover) +- #byg:leaves (from Oh The Biomes You'll Go) +- colorful-azaleas:orange_azalea_leaves (from Colorful Azaleas) +- colorful-azaleas:orange_blooming_azalea_leaves (from Colorful Azaleas) +- colorful-azaleas:orange_flowering_azalea_leaves (from Colorful Azaleas) +- colorful-azaleas:yellow_azalea_leaves (from Colorful Azaleas) +- colorful-azaleas:yellow_blooming_azalea_leaves (from Colorful Azaleas) +- colorful-azaleas:yellow_flowering_azalea_leaves (from Colorful Azaleas) +- colorful-azaleas:red_azalea_leaves (from Colorful Azaleas) +- colorful-azaleas:red_blooming_azalea_leaves (from Colorful Azaleas) +- colorful-azaleas:red_flowering_azalea_leaves (from Colorful Azaleas) +- colorful-azaleas:pink_azalea_leaves (from Colorful Azaleas) +- colorful-azaleas:pink_blooming_azalea_leaves (from Colorful Azaleas) +- colorful-azaleas:pink_flowering_azalea_leaves (from Colorful Azaleas) +- colorful-azaleas:blue_azalea_leaves (from Colorful Azaleas) +- colorful-azaleas:blue_blooming_azalea_leaves (from Colorful Azaleas) +- colorful-azaleas:blue_flowering_azalea_leaves (from Colorful Azaleas) +- colorful-azaleas:purple_azalea_leaves (from Colorful Azaleas) +- colorful-azaleas:purple_blooming_azalea_leaves (from Colorful Azaleas) +- colorful-azaleas:purple_flowering_azalea_leaves (from Colorful Azaleas) +- colorful-azaleas:white_azalea_leaves (from Colorful Azaleas) +- colorful-azaleas:white_blooming_azalea_leaves (from Colorful Azaleas) +- colorful-azaleas:white_flowering_azalea_leaves (from Colorful Azaleas) +- croptopia:almond_crop (from Croptopia) +- croptopia:apple_crop (from Croptopia) +- croptopia:apricot_crop (from Croptopia) +- croptopia:avocado_crop (from Croptopia) +- croptopia:banana_crop (from Croptopia) +- croptopia:cashew_crop (from Croptopia) +- croptopia:cherry_crop (from Croptopia) +- croptopia:coconut_crop (from Croptopia) +- croptopia:date_crop (from Croptopia) +- croptopia:dragonfruit_crop (from Croptopia) +- croptopia:fig_crop (from Croptopia) +- croptopia:grapefruit_crop (from Croptopia) +- croptopia:kumquat_crop (from Croptopia) +- croptopia:lemon_crop (from Croptopia) +- croptopia:lime_crop (from Croptopia) +- croptopia:mango_crop (from Croptopia) +- croptopia:nectarine_crop (from Croptopia) +- croptopia:nutmeg_crop (from Croptopia) +- croptopia:orange_crop (from Croptopia) +- croptopia:peach_crop (from Croptopia) +- croptopia:pear_crop (from Croptopia) +- croptopia:pecan_crop (from Croptopia) +- croptopia:persimmon_crop (from Croptopia) +- croptopia:plum_crop (from Croptopia) +- croptopia:starfruit_crop (from Croptopia) +- croptopia:walnut_crop (from Croptopia) +- croptopia:cinnamon_leaves (from Croptopia) +- deeperdarker:echo_leaves (from Deeper and Darker) +- ecologics:coconut_leaves (from Ecologics) +- ecologics:walnut_leaves (from Ecologics) +- hexcasting:amethyst_edified_leaves (from Hex Casting) +- hexcasting:aventurine_edified_leaves (from Hex Casting) +- hexcasting:citrine_edified_leaves (from Hex Casting) +- #snowyspirit:glow_lights (from Snowy Spirit) +- #spectrum:colored_leaves (from Spectrum) +- spectrum:jade_vine_petal_block (from Spectrum) +- spectrum:spirit_sallow_leaves (from Spectrum) +- techreborn:rubber_leaves (from Tech Reborn) +- twilightforest:rainbow_oak_leaves (from The Twilight Forest) +- twilightforest:twilight_oak_leaves (from The Twilight Forest) +- twilightforest:canopy_leaves (from The Twilight Forest) +- twilightforest:mangrove_leaves (from The Twilight Forest) +- twilightforest:dark_leaves (from The Twilight Forest) +- twilightforest:time_leaves (from The Twilight Forest) +- twilightforest:transformation_leaves (from The Twilight Forest) +- twilightforest:mining_leaves (from The Twilight Forest) +- twilightforest:sorting_leaves (from The Twilight Forest) +- twilightforest:thorn_leaves (from The Twilight Forest) +- twilightforest:beanstalk_leaves (from The Twilight Forest) +- vinery:cherry_leaves (from Vinery) +- vinery:grapevine_leaves (from Vinery) + +#byg:may_place_on/tall_prairie_grass +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#spectrum:colored_saplings +- spectrum:black_sapling (from Spectrum) +- spectrum:blue_sapling (from Spectrum) +- spectrum:brown_sapling (from Spectrum) +- spectrum:cyan_sapling (from Spectrum) +- spectrum:gray_sapling (from Spectrum) +- spectrum:green_sapling (from Spectrum) +- spectrum:light_blue_sapling (from Spectrum) +- spectrum:light_gray_sapling (from Spectrum) +- spectrum:lime_sapling (from Spectrum) +- spectrum:magenta_sapling (from Spectrum) +- spectrum:orange_sapling (from Spectrum) +- spectrum:pink_sapling (from Spectrum) +- spectrum:purple_sapling (from Spectrum) +- spectrum:red_sapling (from Spectrum) +- spectrum:white_sapling (from Spectrum) +- spectrum:yellow_sapling (from Spectrum) + +#byg:may_place_on/willow_sapling +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#byg:witch_hazel_logs +- byg:stripped_witch_hazel_log (from Oh The Biomes You'll Go) +- byg:stripped_witch_hazel_wood (from Oh The Biomes You'll Go) +- byg:witch_hazel_log (from Oh The Biomes You'll Go) +- byg:witch_hazel_wood (from Oh The Biomes You'll Go) + +#forge:glass_panes/gray +- minecraft:gray_stained_glass_pane (from chisels-and-bits) + +#minecraft:wither_immune +- minecraft:barrier (from Default) +- minecraft:bedrock (from Default) +- minecraft:end_portal (from Default) +- minecraft:end_portal_frame (from Default) +- minecraft:end_gateway (from Default) +- minecraft:command_block (from Default) +- minecraft:repeating_command_block (from Default) +- minecraft:chain_command_block (from Default) +- minecraft:structure_block (from Default) +- minecraft:jigsaw (from Default) +- minecraft:moving_piston (from Default) +- minecraft:light (from Default) +- minecraft:reinforced_deepslate (from Default) +- botania:infrangible_platform (from Botania) +- indrev:wither_proof_obsidian (from Industrial Revolution) +- kibe:wither_proof_block (from Kibe) +- kibe:wither_proof_sand (from Kibe) +- kibe:wither_proof_glass (from Kibe) +- kibe:wither_builder (from Kibe) +- #spectrum:unbreakable_structure_blocks (from Spectrum) +- spectrum:bedrock_storage_block (from Spectrum) +- spectrum:cracked_end_portal_frame (from Spectrum) +- spectrum:deeper_down_portal (from Spectrum) +- supplementaries:spring_launcher_arm (from Supplementaries) +- supplementaries:safe (from Supplementaries) +- #twilightforest:common_protections (from The Twilight Forest) +- twilightforest:fake_diamond (from The Twilight Forest) +- twilightforest:fake_gold (from The Twilight Forest) +- yigd:grave (from You're in Grave Danger) + +#carrier:blacklist +- #c:must_not_be_moved (from Modern Industrialization) + +#minecraft:acacia_logs +- minecraft:acacia_log (from Default) +- minecraft:acacia_wood (from Default) +- minecraft:stripped_acacia_log (from Default) +- minecraft:stripped_acacia_wood (from Default) + +#byg:may_place_on/araucaria_sapling +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#minecraft:dragon_transparent +- minecraft:light (from Default) +- #minecraft:fire (from Default) + +#byg:may_place_on/torch_ginger +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#c:magenta_glass_panes +- minecraft:magenta_stained_glass_pane (from Porting Lib Tags) + +#forge:sand/red +- minecraft:red_sand (from chisels-and-bits) + +#byg:may_place_on/guzmania +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#twilightforest:worldgen_replaceables +- #minecraft:lush_ground_replaceable (from The Twilight Forest) +- #minecraft:replaceable_plants (from The Twilight Forest) + +#c:platinum_blocks +- techreborn:platinum_storage_block (from Tech Reborn) + +#forge:glass/brown +- minecraft:brown_stained_glass (from chisels-and-bits) + +#minecraft:small_dripleaf_placeable +- minecraft:clay (from Default) +- minecraft:moss_block (from Default) +- byg:windswept_sand (from Oh The Biomes You'll Go) +- twilightforest:uberous_soil (from The Twilight Forest) + +#origins:natural_stone +- spectrum:blackslag (from Spectrum) + +#minecraft:logs_that_burn +- #minecraft:dark_oak_logs (from Default) +- #minecraft:oak_logs (from Default) +- #minecraft:acacia_logs (from Default) +- #minecraft:birch_logs (from Default) +- #minecraft:jungle_logs (from Default) +- #minecraft:spruce_logs (from Default) +- #minecraft:mangrove_logs (from Default) +- ad_astra:glacian_log (from Ad Astra!) +- ad_astra:stripped_glacian_log (from Ad Astra!) +- #bewitchment:juniper_logs (from Bewitchment) +- #bewitchment:cypress_logs (from Bewitchment) +- #bewitchment:elder_logs (from Bewitchment) +- #bewitchment:dragons_blood_logs (from Bewitchment) +- biomemakeover:blighted_balsa_log (from Biome Makeover) +- biomemakeover:stripped_blighted_balsa_log (from Biome Makeover) +- biomemakeover:blighted_balsa_wood (from Biome Makeover) +- biomemakeover:stripped_blighted_balsa_wood (from Biome Makeover) +- biomemakeover:willow_log (from Biome Makeover) +- biomemakeover:stripped_willow_log (from Biome Makeover) +- biomemakeover:willow_wood (from Biome Makeover) +- biomemakeover:stripped_willow_wood (from Biome Makeover) +- biomemakeover:swamp_cypress_log (from Biome Makeover) +- biomemakeover:stripped_swamp_cypress_log (from Biome Makeover) +- biomemakeover:swamp_cypress_wood (from Biome Makeover) +- biomemakeover:stripped_swamp_cypress_wood (from Biome Makeover) +- biomemakeover:ancient_oak_log (from Biome Makeover) +- biomemakeover:stripped_ancient_oak_log (from Biome Makeover) +- biomemakeover:ancient_oak_wood (from Biome Makeover) +- biomemakeover:stripped_ancient_oak_wood (from Biome Makeover) +- #botania:livingwood_logs (from Botania) +- #botania:dreamwood_logs (from Botania) +- #byg:logs_that_burn (from Oh The Biomes You'll Go) +- #byg:palo_verde_logs (from Oh The Biomes You'll Go) +- #byg:withering_oak_logs (from Oh The Biomes You'll Go) +- #croptopia:cinnamon_logs (from Croptopia) +- #deeperdarker:echo_logs (from Deeper and Darker) +- #ecologics:coconut_logs (from Ecologics) +- #ecologics:walnut_logs (from Ecologics) +- #ecologics:azalea_logs (from Ecologics) +- #ecologics:flowering_azalea_logs (from Ecologics) +- hexcasting:edified_log (from Hex Casting) +- hexcasting:stripped_edified_log (from Hex Casting) +- hexcasting:edified_wood (from Hex Casting) +- hexcasting:stripped_edified_wood (from Hex Casting) +- #spectrum:colored_logs (from Spectrum) +- #techreborn:rubber_logs (from Tech Reborn) +- #twilightforest:twilight_oak_logs (from The Twilight Forest) +- #twilightforest:canopy_logs (from The Twilight Forest) +- #twilightforest:mangrove_logs (from The Twilight Forest) +- #twilightforest:timewood_logs (from The Twilight Forest) +- #twilightforest:transwood_logs (from The Twilight Forest) +- #twilightforest:mining_logs (from The Twilight Forest) +- #twilightforest:sortwood_logs (from The Twilight Forest) +- #vinery:cherry_logs (from Vinery) + +#minecraft:needs_iron_tool +- minecraft:diamond_block (from Default) +- minecraft:diamond_ore (from Default) +- minecraft:deepslate_diamond_ore (from Default) +- minecraft:emerald_ore (from Default) +- minecraft:deepslate_emerald_ore (from Default) +- minecraft:emerald_block (from Default) +- minecraft:gold_block (from Default) +- minecraft:raw_gold_block (from Default) +- minecraft:gold_ore (from Default) +- minecraft:deepslate_gold_ore (from Default) +- minecraft:redstone_ore (from Default) +- minecraft:deepslate_redstone_ore (from Default) +- ad_astra:fuel_refinery (from Ad Astra!) +- ad_astra:compressor (from Ad Astra!) +- ad_astra:coal_generator (from Ad Astra!) +- ad_astra:oxygen_loader (from Ad Astra!) +- ad_astra:solar_panel (from Ad Astra!) +- ad_astra:nasa_workbench (from Ad Astra!) +- ad_astra:oxygen_distributor (from Ad Astra!) +- ad_astra:water_pump (from Ad Astra!) +- ad_astra:raw_desh_block (from Ad Astra!) +- ad_astra:raw_ostrum_block (from Ad Astra!) +- ad_astra:raw_calorite_block (from Ad Astra!) +- ad_astra:launch_pad (from Ad Astra!) +- ad_astra:moon_desh_ore (from Ad Astra!) +- ad_astra:mars_diamond_ore (from Ad Astra!) +- ad_astra:mars_ostrum_ore (from Ad Astra!) +- ad_astra:venus_diamond_ore (from Ad Astra!) +- ad_astra:venus_gold_ore (from Ad Astra!) +- ad_astra:venus_calorite_ore (from Ad Astra!) +- ad_astra:energizer (from Ad Astra!) +- ad_astra:cryo_freezer (from Ad Astra!) +- ad_astra:oxygen_sensor (from Ad Astra!) +- ad_astra:steel_door (from Ad Astra!) +- ad_astra:steel_trapdoor (from Ad Astra!) +- ad_astra:deepslate_ice_shard_ore (from Ad Astra!) +- ad_astra:deepslate_desh_ore (from Ad Astra!) +- ad_astra:deepslate_ostrum_ore (from Ad Astra!) +- ad_astra:deepslate_calorite_ore (from Ad Astra!) +- ad_astra:iron_sliding_door (from Ad Astra!) +- ad_astra:steel_sliding_door (from Ad Astra!) +- ad_astra:desh_sliding_door (from Ad Astra!) +- ad_astra:ostrum_sliding_door (from Ad Astra!) +- ad_astra:calorite_sliding_door (from Ad Astra!) +- ad_astra:airlock (from Ad Astra!) +- ad_astra:reinforced_door (from Ad Astra!) +- ae2:sky_stone_block (from Applied Energistics 2) +- ae2:smooth_sky_stone_block (from Applied Energistics 2) +- ae2:sky_stone_brick (from Applied Energistics 2) +- ae2:sky_stone_small_brick (from Applied Energistics 2) +- ae2:sky_stone_chest (from Applied Energistics 2) +- ae2:smooth_sky_stone_chest (from Applied Energistics 2) +- ae2:sky_stone_stairs (from Applied Energistics 2) +- ae2:smooth_sky_stone_stairs (from Applied Energistics 2) +- ae2:sky_stone_brick_stairs (from Applied Energistics 2) +- ae2:sky_stone_small_brick_stairs (from Applied Energistics 2) +- ae2:sky_stone_wall (from Applied Energistics 2) +- ae2:smooth_sky_stone_wall (from Applied Energistics 2) +- ae2:sky_stone_brick_wall (from Applied Energistics 2) +- ae2:sky_stone_small_brick_wall (from Applied Energistics 2) +- ae2:sky_stone_slab (from Applied Energistics 2) +- ae2:smooth_sky_stone_slab (from Applied Energistics 2) +- ae2:sky_stone_brick_slab (from Applied Energistics 2) +- ae2:sky_stone_small_brick_slab (from Applied Energistics 2) +- bewitchment:raw_silver_block (from Bewitchment) +- bewitchment:silver_block (from Bewitchment) +- bewitchment:silver_ore (from Bewitchment) +- bewitchment:deepslate_silver_ore (from Bewitchment) +- bewitchment:golden_candelabra (from Bewitchment) +- bewitchment:silver_candelabra (from Bewitchment) +- bewitchment:golden_witch_altar (from Bewitchment) +- bewitchment:moss_golden_witch_altar (from Bewitchment) +- bewitchment:white_golden_witch_altar (from Bewitchment) +- bewitchment:orange_golden_witch_altar (from Bewitchment) +- bewitchment:magenta_golden_witch_altar (from Bewitchment) +- bewitchment:light_blue_golden_witch_altar (from Bewitchment) +- bewitchment:yellow_golden_witch_altar (from Bewitchment) +- bewitchment:lime_golden_witch_altar (from Bewitchment) +- bewitchment:pink_golden_witch_altar (from Bewitchment) +- bewitchment:gray_golden_witch_altar (from Bewitchment) +- bewitchment:light_gray_golden_witch_altar (from Bewitchment) +- bewitchment:cyan_golden_witch_altar (from Bewitchment) +- bewitchment:purple_golden_witch_altar (from Bewitchment) +- bewitchment:blue_golden_witch_altar (from Bewitchment) +- bewitchment:brown_golden_witch_altar (from Bewitchment) +- bewitchment:green_golden_witch_altar (from Bewitchment) +- bewitchment:red_golden_witch_altar (from Bewitchment) +- bewitchment:black_golden_witch_altar (from Bewitchment) +- bewitchment:hedgewitch_golden_witch_altar (from Bewitchment) +- bewitchment:alchemist_golden_witch_altar (from Bewitchment) +- bewitchment:besmirched_golden_witch_altar (from Bewitchment) +- bewitchment:witch_cauldron (from Bewitchment) +- bewitchment:crystal_ball (from Bewitchment) +- bewitchment:brazier (from Bewitchment) +- byg:brimstone_nether_quartz_ore (from Oh The Biomes You'll Go) +- byg:brimstone_nether_gold_ore (from Oh The Biomes You'll Go) +- byg:blue_nether_gold_ore (from Oh The Biomes You'll Go) +- byg:blue_nether_quartz_ore (from Oh The Biomes You'll Go) +- byg:anthracite_ore (from Oh The Biomes You'll Go) +- byg:pervaded_netherrack (from Oh The Biomes You'll Go) +- byg:subzero_crystal_block (from Oh The Biomes You'll Go) +- byg:hypogeal_imperium (from Oh The Biomes You'll Go) +- byg:subzero_crystal_cluster (from Oh The Biomes You'll Go) +- byg:large_subzero_crystal_bud (from Oh The Biomes You'll Go) +- byg:medium_subzero_crystal_bud (from Oh The Biomes You'll Go) +- byg:small_subzero_crystal_bud (from Oh The Biomes You'll Go) +- byg:cryptic_redstone_ore (from Oh The Biomes You'll Go) +- coxinhautilities:portable_tank_mk2 (from Coxinha Utilities) +- coxinhautilities:portable_tank_mk3 (from Coxinha Utilities) +- coxinhautilities:portable_tank_mk4 (from Coxinha Utilities) +- create:zinc_ore (from Create) +- create:deepslate_zinc_ore (from Create) +- create:raw_zinc_block (from Create) +- create:zinc_block (from Create) +- create:brass_block (from Create) +- croptosis:apatite_block (from Croptosis) +- croptosis:deepslate_apatite_ore (from Croptosis) +- croptosis:apatite_ore (from Croptosis) +- deeperdarker:sculk_stone_gold_ore (from Deeper and Darker) +- deeperdarker:sculk_stone_redstone_ore (from Deeper and Darker) +- deeperdarker:sculk_stone_emerald_ore (from Deeper and Darker) +- deeperdarker:sculk_stone_diamond_ore (from Deeper and Darker) +- ftbquests:screen_1 (from FTB Quests) +- ftbquests:screen_3 (from FTB Quests) +- ftbquests:screen_5 (from FTB Quests) +- ftbquests:screen_7 (from FTB Quests) +- ftbquests:aux_task_screen (from FTB Quests) +- indrev-nikolite:compressed_nikolite_block (from Industrial Revolution: Nikolite Expansion) +- indrev-nikolite:nikolite_block (from Industrial Revolution: Nikolite Expansion) +- indrev-nikolite:compressed_enriched_nikolite_block (from Industrial Revolution: Nikolite Expansion) +- indrev-nikolite:enriched_nikolite_block (from Industrial Revolution: Nikolite Expansion) +- kibe:chunk_loader (from Kibe) +- kibe:entangled_tank (from Kibe) +- kibe:entangled_chest (from Kibe) +- kibe:gold_spikes (from Kibe) +- kibe:diamond_spikes (from Kibe) +- kibe:basalt_generator_mk2 (from Kibe) +- kibe:basalt_generator_mk3 (from Kibe) +- kibe:basalt_generator_mk4 (from Kibe) +- kibe:cobblestone_generator_mk2 (from Kibe) +- kibe:cobblestone_generator_mk3 (from Kibe) +- kibe:cobblestone_generator_mk4 (from Kibe) +- #c:uraninite_ores (from Powah!) +- #spectrum:gemstone_ores (from Spectrum) +- supplementaries:gold_door (from Supplementaries) +- supplementaries:gold_trapdoor (from Supplementaries) +- techreborn:bauxite_ore (from Tech Reborn) +- techreborn:deepslate_bauxite_ore (from Tech Reborn) +- techreborn:cinnabar_ore (from Tech Reborn) +- techreborn:galena_ore (from Tech Reborn) +- techreborn:deepslate_galena_ore (from Tech Reborn) +- techreborn:lead_ore (from Tech Reborn) +- techreborn:deepslate_lead_ore (from Tech Reborn) +- techreborn:peridot_ore (from Tech Reborn) +- techreborn:deepslate_peridot_ore (from Tech Reborn) +- techreborn:pyrite_ore (from Tech Reborn) +- techreborn:ruby_ore (from Tech Reborn) +- techreborn:deepslate_ruby_ore (from Tech Reborn) +- techreborn:sapphire_ore (from Tech Reborn) +- techreborn:deepslate_sapphire_ore (from Tech Reborn) +- techreborn:silver_ore (from Tech Reborn) +- techreborn:deepslate_silver_ore (from Tech Reborn) +- techreborn:sphalerite_ore (from Tech Reborn) +- techreborn:advanced_alloy_storage_block (from Tech Reborn) +- techreborn:aluminum_storage_block (from Tech Reborn) +- techreborn:brass_storage_block (from Tech Reborn) +- techreborn:bronze_storage_block (from Tech Reborn) +- techreborn:chrome_storage_block (from Tech Reborn) +- techreborn:electrum_storage_block (from Tech Reborn) +- techreborn:invar_storage_block (from Tech Reborn) +- techreborn:lead_storage_block (from Tech Reborn) +- techreborn:nickel_storage_block (from Tech Reborn) +- techreborn:peridot_storage_block (from Tech Reborn) +- techreborn:platinum_storage_block (from Tech Reborn) +- techreborn:raw_lead_storage_block (from Tech Reborn) +- techreborn:raw_silver_storage_block (from Tech Reborn) +- techreborn:raw_tin_storage_block (from Tech Reborn) +- techreborn:red_garnet_storage_block (from Tech Reborn) +- techreborn:refined_iron_storage_block (from Tech Reborn) +- techreborn:ruby_storage_block (from Tech Reborn) +- techreborn:sapphire_storage_block (from Tech Reborn) +- techreborn:silver_storage_block (from Tech Reborn) +- techreborn:steel_storage_block (from Tech Reborn) +- techreborn:tin_storage_block (from Tech Reborn) +- techreborn:yellow_garnet_storage_block (from Tech Reborn) +- techreborn:zinc_storage_block (from Tech Reborn) +- techreborn:basic_machine_casing (from Tech Reborn) +- techreborn:advanced_machine_casing (from Tech Reborn) +- techreborn:industrial_machine_casing (from Tech Reborn) +- twilightforest:fiery_block (from The Twilight Forest) +- twilightforest:knightmetal_block (from The Twilight Forest) +- xps:block_soul_copper (from Xp Obelisk) + +#minecraft:needs_diamonds_tool + +#byg:scaffolding +- byg:sythian_scaffolding (from Oh The Biomes You'll Go) + +#c:septuple_compressed_dirt +- compressor:septuple_compressed_dirt (from Compressor) + +#forge:glass/light_gray +- minecraft:light_gray_stained_glass (from chisels-and-bits) + +#c:storage_blocks/ametrine +- byg:ametrine_block (from Oh The Biomes You'll Go) + +#kibe:magnet_inhibitor +- minecraft:coal_block (from Kibe) + +#geodes:echo_locatable/quartz +- geodes:small_quartz_bud (from More Geodes) +- geodes:medium_quartz_bud (from More Geodes) +- geodes:large_quartz_bud (from More Geodes) +- geodes:quartz_cluster (from More Geodes) + +#minecraft:wooden_slabs +- minecraft:oak_slab (from Default) +- minecraft:spruce_slab (from Default) +- minecraft:birch_slab (from Default) +- minecraft:jungle_slab (from Default) +- minecraft:acacia_slab (from Default) +- minecraft:dark_oak_slab (from Default) +- minecraft:crimson_slab (from Default) +- minecraft:warped_slab (from Default) +- minecraft:mangrove_slab (from Default) +- bambooeverything:bamboo_slab (from Bamboo Everything) +- bambooeverything:dry_bamboo_slab (from Bamboo Everything) +- bewitchment:juniper_slab (from Bewitchment) +- bewitchment:cypress_slab (from Bewitchment) +- bewitchment:elder_slab (from Bewitchment) +- bewitchment:dragons_blood_slab (from Bewitchment) +- biomemakeover:blighted_balsa_slab (from Biome Makeover) +- biomemakeover:willow_slab (from Biome Makeover) +- biomemakeover:swamp_cypress_slab (from Biome Makeover) +- biomemakeover:ancient_oak_slab (from Biome Makeover) +- botania:dreamwood_planks_slab (from Botania) +- botania:dreamwood_slab (from Botania) +- botania:livingwood_planks_slab (from Botania) +- botania:livingwood_slab (from Botania) +- botania:shimmerwood_planks_slab (from Botania) +- botania:stripped_dreamwood_slab (from Botania) +- botania:stripped_livingwood_slab (from Botania) +- byg:aspen_slab (from Oh The Biomes You'll Go) +- byg:baobab_slab (from Oh The Biomes You'll Go) +- byg:blue_enchanted_slab (from Oh The Biomes You'll Go) +- byg:bulbis_slab (from Oh The Biomes You'll Go) +- byg:cherry_slab (from Oh The Biomes You'll Go) +- byg:cika_slab (from Oh The Biomes You'll Go) +- byg:cypress_slab (from Oh The Biomes You'll Go) +- byg:ebony_slab (from Oh The Biomes You'll Go) +- byg:embur_slab (from Oh The Biomes You'll Go) +- byg:ether_slab (from Oh The Biomes You'll Go) +- byg:fir_slab (from Oh The Biomes You'll Go) +- byg:green_enchanted_slab (from Oh The Biomes You'll Go) +- byg:holly_slab (from Oh The Biomes You'll Go) +- byg:imparius_slab (from Oh The Biomes You'll Go) +- byg:jacaranda_slab (from Oh The Biomes You'll Go) +- byg:lament_slab (from Oh The Biomes You'll Go) +- byg:mahogany_slab (from Oh The Biomes You'll Go) +- byg:maple_slab (from Oh The Biomes You'll Go) +- byg:nightshade_slab (from Oh The Biomes You'll Go) +- byg:palm_slab (from Oh The Biomes You'll Go) +- byg:pine_slab (from Oh The Biomes You'll Go) +- byg:rainbow_eucalyptus_slab (from Oh The Biomes You'll Go) +- byg:redwood_slab (from Oh The Biomes You'll Go) +- byg:skyris_slab (from Oh The Biomes You'll Go) +- byg:sythian_slab (from Oh The Biomes You'll Go) +- byg:white_mangrove_slab (from Oh The Biomes You'll Go) +- byg:willow_slab (from Oh The Biomes You'll Go) +- byg:witch_hazel_slab (from Oh The Biomes You'll Go) +- byg:zelkova_slab (from Oh The Biomes You'll Go) +- deeperdarker:echo_slab (from Deeper and Darker) +- ecologics:coconut_slab (from Ecologics) +- ecologics:walnut_slab (from Ecologics) +- ecologics:azalea_slab (from Ecologics) +- ecologics:flowering_azalea_slab (from Ecologics) +- hexcasting:edified_slab (from Hex Casting) +- #spectrum:colored_slabs (from Spectrum) +- techreborn:rubber_slab (from Tech Reborn) +- twilightforest:twilight_oak_slab (from The Twilight Forest) +- twilightforest:canopy_slab (from The Twilight Forest) +- twilightforest:mangrove_slab (from The Twilight Forest) +- twilightforest:dark_slab (from The Twilight Forest) +- twilightforest:time_slab (from The Twilight Forest) +- twilightforest:transformation_slab (from The Twilight Forest) +- twilightforest:mining_slab (from The Twilight Forest) +- twilightforest:sorting_slab (from The Twilight Forest) +- vinery:cherry_slab (from Vinery) + +#minecraft:small_flowers +- minecraft:dandelion (from Default) +- minecraft:poppy (from Default) +- minecraft:blue_orchid (from Default) +- minecraft:allium (from Default) +- minecraft:azure_bluet (from Default) +- minecraft:red_tulip (from Default) +- minecraft:orange_tulip (from Default) +- minecraft:white_tulip (from Default) +- minecraft:pink_tulip (from Default) +- minecraft:oxeye_daisy (from Default) +- minecraft:cornflower (from Default) +- minecraft:lily_of_the_valley (from Default) +- minecraft:wither_rose (from Default) +- #botania:mystical_flowers (from Botania) +- bushierflowers:grown_poppy (from Bushier Flowers) +- bushierflowers:grown_red_tulip (from Bushier Flowers) +- bushierflowers:grown_orange_tulip (from Bushier Flowers) +- bushierflowers:grown_pink_tulip (from Bushier Flowers) +- bushierflowers:grown_white_tulip (from Bushier Flowers) +- bushierflowers:grown_azure_bluet (from Bushier Flowers) +- bushierflowers:grown_oxeye_daisy (from Bushier Flowers) +- bushierflowers:grown_blue_orchid (from Bushier Flowers) +- bushierflowers:grown_cornflower (from Bushier Flowers) +- bushierflowers:grown_dandelion (from Bushier Flowers) +- bushierflowers:grown_allium (from Bushier Flowers) +- bushierflowers:grown_wither_rose (from Bushier Flowers) +- bushierflowers:grown_lily (from Bushier Flowers) +- byg:allium_flower_bush (from Oh The Biomes You'll Go) +- byg:alpine_bellflower (from Oh The Biomes You'll Go) +- byg:amaranth (from Oh The Biomes You'll Go) +- byg:angelica (from Oh The Biomes You'll Go) +- byg:hydrangea_bush (from Oh The Biomes You'll Go) +- byg:begonia (from Oh The Biomes You'll Go) +- byg:bistort (from Oh The Biomes You'll Go) +- byg:blue_sage (from Oh The Biomes You'll Go) +- byg:black_rose (from Oh The Biomes You'll Go) +- byg:california_poppy (from Oh The Biomes You'll Go) +- byg:crocus (from Oh The Biomes You'll Go) +- byg:cyan_amaranth (from Oh The Biomes You'll Go) +- byg:cyan_rose (from Oh The Biomes You'll Go) +- byg:cyan_tulip (from Oh The Biomes You'll Go) +- byg:daffodil (from Oh The Biomes You'll Go) +- byg:delphinium (from Oh The Biomes You'll Go) +- byg:fairy_slipper (from Oh The Biomes You'll Go) +- byg:firecracker_flower_bush (from Oh The Biomes You'll Go) +- byg:foxglove (from Oh The Biomes You'll Go) +- byg:golden_spined_cactus (from Oh The Biomes You'll Go) +- byg:green_tulip (from Oh The Biomes You'll Go) +- byg:guzmania (from Oh The Biomes You'll Go) +- byg:incan_lily (from Oh The Biomes You'll Go) +- byg:iris (from Oh The Biomes You'll Go) +- byg:japanese_orchid (from Oh The Biomes You'll Go) +- byg:kovan_flower (from Oh The Biomes You'll Go) +- byg:lazarus_bellflower (from Oh The Biomes You'll Go) +- byg:lollipop_flower (from Oh The Biomes You'll Go) +- byg:magenta_amaranth (from Oh The Biomes You'll Go) +- byg:magenta_tulip (from Oh The Biomes You'll Go) +- byg:orange_amaranth (from Oh The Biomes You'll Go) +- byg:orange_daisy (from Oh The Biomes You'll Go) +- byg:osiria_rose (from Oh The Biomes You'll Go) +- byg:peach_leather_flower (from Oh The Biomes You'll Go) +- byg:pink_allium (from Oh The Biomes You'll Go) +- byg:pink_allium_flower_bush (from Oh The Biomes You'll Go) +- byg:pink_anemone (from Oh The Biomes You'll Go) +- byg:pink_daffodil (from Oh The Biomes You'll Go) +- byg:prairie_grass (from Oh The Biomes You'll Go) +- byg:protea_flower (from Oh The Biomes You'll Go) +- byg:purple_amaranth (from Oh The Biomes You'll Go) +- byg:purple_sage (from Oh The Biomes You'll Go) +- byg:purple_tulip (from Oh The Biomes You'll Go) +- byg:richea (from Oh The Biomes You'll Go) +- byg:rose (from Oh The Biomes You'll Go) +- byg:snowdrops (from Oh The Biomes You'll Go) +- byg:silver_vase_flower (from Oh The Biomes You'll Go) +- byg:torch_ginger (from Oh The Biomes You'll Go) +- byg:violet_leather_flower (from Oh The Biomes You'll Go) +- byg:white_anemone (from Oh The Biomes You'll Go) +- byg:white_sage (from Oh The Biomes You'll Go) +- byg:winter_rose (from Oh The Biomes You'll Go) +- byg:winter_cyclamen (from Oh The Biomes You'll Go) +- byg:winter_scilla (from Oh The Biomes You'll Go) +- byg:yellow_daffodil (from Oh The Biomes You'll Go) +- byg:yellow_tulip (from Oh The Biomes You'll Go) +- byg:pollen_block (from Oh The Biomes You'll Go) +- byg:tall_allium (from Oh The Biomes You'll Go) +- byg:tall_pink_allium (from Oh The Biomes You'll Go) +- byg:thereal_bellflower (from Oh The Biomes You'll Go) +- ecologics:azalea_flower (from Ecologics) +- farmersdelight:wild_carrots (from Farmer's Delight) +- farmersdelight:wild_potatoes (from Farmer's Delight) +- farmersdelight:wild_beetroots (from Farmer's Delight) +- farmersdelight:wild_cabbages (from Farmer's Delight) +- farmersdelight:wild_tomatoes (from Farmer's Delight) +- farmersdelight:wild_onions (from Farmer's Delight) +- spectrum:resonant_lily (from Spectrum) +- supplementaries:wild_flax (from Supplementaries) + +#minecraft:azalea_root_replaceable +- #minecraft:base_stone_overworld (from Default) +- #minecraft:dirt (from Default) +- #minecraft:terracotta (from Default) +- minecraft:red_sand (from Default) +- minecraft:clay (from Default) +- minecraft:gravel (from Default) +- minecraft:sand (from Default) +- minecraft:snow_block (from Default) +- minecraft:powder_snow (from Default) +- create:asurine (from Create) +- create:crimsite (from Create) +- create:limestone (from Create) +- create:ochrum (from Create) +- create:scoria (from Create) +- create:scorchia (from Create) +- create:veridium (from Create) +- croptopia:salt_ore (from Croptopia) + +#forge:ore_bearing_ground/stone +- minecraft:stone (from chisels-and-bits) + +#c:octuple_compressed_andesite +- compressor:octuple_compressed_andesite (from Compressor) + +#mcwbridges:rail_bridges +- mcwbridges:oak_rail_bridge (from Macaw's Bridges) +- mcwbridges:spruce_rail_bridge (from Macaw's Bridges) +- mcwbridges:birch_rail_bridge (from Macaw's Bridges) +- mcwbridges:jungle_rail_bridge (from Macaw's Bridges) +- mcwbridges:acacia_rail_bridge (from Macaw's Bridges) +- mcwbridges:dark_oak_rail_bridge (from Macaw's Bridges) +- mcwbridges:crimson_rail_bridge (from Macaw's Bridges) +- mcwbridges:warped_rail_bridge (from Macaw's Bridges) +- mcwbridges:mangrove_rail_bridge (from Macaw's Bridges) + +#byg:may_place_on/yellow_daffodil +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#spectrum:chiseled_base_blocks +- spectrum:chiseled_polished_basalt (from Spectrum) +- spectrum:chiseled_polished_calcite (from Spectrum) + +#c:fence_gates +- #byg:fence_gates/wooden (from Oh The Biomes You'll Go) +- #c:wooden_fence_gates (from Porting Lib Tags) +- twilightforest:twilight_oak_fence_gate (from The Twilight Forest) +- twilightforest:canopy_fence_gate (from The Twilight Forest) +- twilightforest:mangrove_fence_gate (from The Twilight Forest) +- twilightforest:dark_fence_gate (from The Twilight Forest) +- twilightforest:time_fence_gate (from The Twilight Forest) +- twilightforest:transformation_fence_gate (from The Twilight Forest) +- twilightforest:mining_fence_gate (from The Twilight Forest) +- twilightforest:sorting_fence_gate (from The Twilight Forest) + +#spectrum:topaz_chiseled_base_blocks +- spectrum:topaz_chiseled_basalt (from Spectrum) +- spectrum:topaz_chiseled_calcite (from Spectrum) + +#byg:may_place_on/protea_flower +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#c:quintuple_compressed_dirt +- compressor:quintuple_compressed_dirt (from Compressor) + +#byg:may_place_on/blue_spruce_sapling +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#minecraft:wolves_spawnable_on +- minecraft:grass_block (from Default) +- minecraft:snow (from Default) +- minecraft:snow_block (from Default) + +#c:octuple_compressed_diorite +- compressor:octuple_compressed_diorite (from Compressor) + +#byg:may_place_on/palo_verde_sapling +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#mcwwindows:curtains +- mcwwindows:white_curtain (from Macaw's Windows) +- mcwwindows:orange_curtain (from Macaw's Windows) +- mcwwindows:magenta_curtain (from Macaw's Windows) +- mcwwindows:light_blue_curtain (from Macaw's Windows) +- mcwwindows:yellow_curtain (from Macaw's Windows) +- mcwwindows:lime_curtain (from Macaw's Windows) +- mcwwindows:pink_curtain (from Macaw's Windows) +- mcwwindows:gray_curtain (from Macaw's Windows) +- mcwwindows:light_gray_curtain (from Macaw's Windows) +- mcwwindows:cyan_curtain (from Macaw's Windows) +- mcwwindows:purple_curtain (from Macaw's Windows) +- mcwwindows:blue_curtain (from Macaw's Windows) +- mcwwindows:brown_curtain (from Macaw's Windows) +- mcwwindows:green_curtain (from Macaw's Windows) +- mcwwindows:red_curtain (from Macaw's Windows) +- mcwwindows:black_curtain (from Macaw's Windows) + +#supplementaries:rope_support +- #forge:ropes? (from Supplementaries) +- minecraft:bell? (from Supplementaries) +- minecraft:grindstone? (from Supplementaries) +- create:peculiar_bell? (from Supplementaries) +- create:haunted_bell? (from Supplementaries) +- farmersdelight:rope? (from Supplementaries) +- inspirations:rope? (from Supplementaries) +- inspirations:vine? (from Supplementaries) +- farmersdelight:rope? (from Supplementaries) +- xercamod:rope? (from Supplementaries) +- druidcraft:rope? (from Supplementaries) +- #decorative_blocks:seats? (from Supplementaries) + +#spectrum:notched_base_blocks +- spectrum:notched_polished_basalt (from Spectrum) +- spectrum:notched_polished_calcite (from Spectrum) + +#byg:may_place_on/blue_sage +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#twilightforest:portal/decoration +- #minecraft:flowers (from The Twilight Forest) +- #minecraft:leaves (from The Twilight Forest) +- #minecraft:saplings (from The Twilight Forest) +- #minecraft:crops (from The Twilight Forest) +- minecraft:bamboo (from The Twilight Forest) +- minecraft:mangrove_propagule (from The Twilight Forest) +- minecraft:mangrove_leaves (from The Twilight Forest) +- minecraft:grass (from The Twilight Forest) +- minecraft:fern (from The Twilight Forest) +- minecraft:dead_bush (from The Twilight Forest) +- minecraft:brown_mushroom (from The Twilight Forest) +- minecraft:red_mushroom (from The Twilight Forest) +- minecraft:sugar_cane (from The Twilight Forest) +- minecraft:attached_pumpkin_stem (from The Twilight Forest) +- minecraft:attached_melon_stem (from The Twilight Forest) +- minecraft:vine (from The Twilight Forest) +- minecraft:glow_lichen (from The Twilight Forest) +- minecraft:lily_pad (from The Twilight Forest) +- minecraft:nether_wart (from The Twilight Forest) +- minecraft:cocoa (from The Twilight Forest) +- minecraft:tall_grass (from The Twilight Forest) +- minecraft:large_fern (from The Twilight Forest) +- minecraft:chorus_plant (from The Twilight Forest) +- minecraft:chorus_flower (from The Twilight Forest) +- minecraft:sweet_berry_bush (from The Twilight Forest) +- minecraft:warped_fungus (from The Twilight Forest) +- minecraft:crimson_fungus (from The Twilight Forest) +- minecraft:weeping_vines (from The Twilight Forest) +- minecraft:weeping_vines_plant (from The Twilight Forest) +- minecraft:twisting_vines (from The Twilight Forest) +- minecraft:twisting_vines_plant (from The Twilight Forest) +- minecraft:cave_vines (from The Twilight Forest) +- minecraft:cave_vines_plant (from The Twilight Forest) +- minecraft:spore_blossom (from The Twilight Forest) +- minecraft:moss_carpet (from The Twilight Forest) +- minecraft:big_dripleaf (from The Twilight Forest) +- minecraft:big_dripleaf_stem (from The Twilight Forest) +- minecraft:small_dripleaf (from The Twilight Forest) +- minecraft:hanging_roots (from The Twilight Forest) +- twilightforest:moss_patch (from The Twilight Forest) +- twilightforest:mayapple (from The Twilight Forest) +- twilightforest:clover_patch (from The Twilight Forest) +- twilightforest:fiddlehead (from The Twilight Forest) +- twilightforest:mushgloom (from The Twilight Forest) +- twilightforest:torchberry_plant (from The Twilight Forest) +- twilightforest:root_strand (from The Twilight Forest) +- twilightforest:fallen_leaves (from The Twilight Forest) +- twilightforest:huge_lily_pad (from The Twilight Forest) +- twilightforest:huge_water_lily (from The Twilight Forest) +- twilightforest:thorn_rose (from The Twilight Forest) +- twilightforest:giant_leaves (from The Twilight Forest) +- twilightforest:trollvidr (from The Twilight Forest) +- twilightforest:unripe_trollber (from The Twilight Forest) +- twilightforest:trollber (from The Twilight Forest) +- twilightforest:steeleaf_block (from The Twilight Forest) +- twilightforest:hardened_dark_leaves (from The Twilight Forest) + +#spectrum:malachite_ores +- spectrum:malachite_ore (from Spectrum) +- spectrum:deepslate_malachite_ore (from Spectrum) +- spectrum:blackslag_malachite_ore (from Spectrum) + +#supplementaries:water_holder +- farmersdelight:basket? (from Supplementaries) +- #adorn:kitchen_sinks? (from Supplementaries) +- minecraft:composter? (from Supplementaries) + +#c:triple_compressed_granite +- compressor:triple_compressed_granite (from Compressor) + +#c:flowers +- byg:horseweed (from Oh The Biomes You'll Go) +- byg:winter_succulent (from Oh The Biomes You'll Go) +- byg:tall_prairie_grass (from Oh The Biomes You'll Go) +- byg:tall_allium (from Oh The Biomes You'll Go) +- byg:tall_pink_allium (from Oh The Biomes You'll Go) +- byg:alpine_bellflower (from Oh The Biomes You'll Go) +- byg:angelica (from Oh The Biomes You'll Go) +- byg:hydrangea_bush (from Oh The Biomes You'll Go) +- byg:begonia (from Oh The Biomes You'll Go) +- byg:bistort (from Oh The Biomes You'll Go) +- byg:blue_sage (from Oh The Biomes You'll Go) +- byg:california_poppy (from Oh The Biomes You'll Go) +- byg:crocus (from Oh The Biomes You'll Go) +- byg:black_rose (from Oh The Biomes You'll Go) +- byg:cyan_rose (from Oh The Biomes You'll Go) +- byg:cyan_tulip (from Oh The Biomes You'll Go) +- byg:daffodil (from Oh The Biomes You'll Go) +- byg:delphinium (from Oh The Biomes You'll Go) +- byg:firecracker_flower_bush (from Oh The Biomes You'll Go) +- byg:foxglove (from Oh The Biomes You'll Go) +- byg:green_tulip (from Oh The Biomes You'll Go) +- byg:guzmania (from Oh The Biomes You'll Go) +- byg:incan_lily (from Oh The Biomes You'll Go) +- byg:iris (from Oh The Biomes You'll Go) +- byg:japanese_orchid (from Oh The Biomes You'll Go) +- byg:kovan_flower (from Oh The Biomes You'll Go) +- byg:lazarus_bellflower (from Oh The Biomes You'll Go) +- byg:lollipop_flower (from Oh The Biomes You'll Go) +- byg:magenta_tulip (from Oh The Biomes You'll Go) +- byg:orange_daisy (from Oh The Biomes You'll Go) +- byg:osiria_rose (from Oh The Biomes You'll Go) +- byg:peach_leather_flower (from Oh The Biomes You'll Go) +- byg:pink_allium (from Oh The Biomes You'll Go) +- byg:pink_anemone (from Oh The Biomes You'll Go) +- byg:pink_daffodil (from Oh The Biomes You'll Go) +- byg:protea_flower (from Oh The Biomes You'll Go) +- byg:purple_sage (from Oh The Biomes You'll Go) +- byg:purple_tulip (from Oh The Biomes You'll Go) +- byg:richea (from Oh The Biomes You'll Go) +- byg:rose (from Oh The Biomes You'll Go) +- byg:silver_vase_flower (from Oh The Biomes You'll Go) +- byg:torch_ginger (from Oh The Biomes You'll Go) +- byg:violet_leather_flower (from Oh The Biomes You'll Go) +- byg:white_anemone (from Oh The Biomes You'll Go) +- byg:white_sage (from Oh The Biomes You'll Go) +- byg:yellow_daffodil (from Oh The Biomes You'll Go) +- byg:yellow_tulip (from Oh The Biomes You'll Go) + +#twilightforest:ore_magnet/ore_safe_replace_block +- #minecraft:dirt (from The Twilight Forest) +- #c:gravel (from The Twilight Forest) +- #c:sand (from The Twilight Forest) +- #minecraft:nylium (from The Twilight Forest) +- #minecraft:base_stone_overworld (from The Twilight Forest) +- #minecraft:base_stone_nether (from The Twilight Forest) +- #c:end_stones (from The Twilight Forest) +- #minecraft:deepslate_ore_replaceables (from The Twilight Forest) +- #minecraft:stone_ore_replaceables (from The Twilight Forest) +- #c:ore_bearing_ground/root (from The Twilight Forest) + +#byg:may_place_on/yellow_tulip +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#twilightforest:carminite_reactor_ores +- minecraft:nether_quartz_ore (from The Twilight Forest) +- minecraft:nether_gold_ore (from The Twilight Forest) + +#byg:may_place_on/horseweed +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#computercraft:computer +- computercraft:computer_normal (from CC: Restitched) +- computercraft:computer_advanced (from CC: Restitched) +- computercraft:computer_command (from CC: Restitched) + +#spectrum:exempt_from_loot_table_debug_check +- #spectrum:shooting_stars (from Spectrum) +- #spectrum:unbreakable (from Spectrum) +- #spectrum:crystallarieum_growable_buds (from Spectrum) +- spectrum:fading (from Spectrum) +- spectrum:failing (from Spectrum) +- spectrum:ruin (from Spectrum) +- spectrum:decay_away (from Spectrum) +- spectrum:mud (from Spectrum) +- spectrum:midnight_solution (from Spectrum) +- spectrum:memory (from Spectrum) +- spectrum:liquid_crystal (from Spectrum) +- spectrum:deeper_down_portal (from Spectrum) +- spectrum:wand_light (from Spectrum) +- spectrum:block_flooder (from Spectrum) +- spectrum:bottomless_bundle (from Spectrum) +- spectrum:creative_particle_spawner (from Spectrum) +- spectrum:decaying_light (from Spectrum) +- spectrum:black_materia (from Spectrum) +- spectrum:tinted_preservation_glass (from Spectrum) +- spectrum:jade_vine_roots (from Spectrum) +- spectrum:present (from Spectrum) + +#byg:ether_logs +- byg:ether_log (from Oh The Biomes You'll Go) +- byg:ether_wood (from Oh The Biomes You'll Go) +- byg:stripped_ether_log (from Oh The Biomes You'll Go) +- byg:stripped_ether_wood (from Oh The Biomes You'll Go) + +#spectrum:detectors +- spectrum:light_level_detector (from Spectrum) +- spectrum:weather_detector (from Spectrum) +- spectrum:item_detector (from Spectrum) +- spectrum:player_detector (from Spectrum) +- spectrum:entity_detector (from Spectrum) + +#minecraft:standing_signs +- minecraft:oak_sign (from Default) +- minecraft:spruce_sign (from Default) +- minecraft:birch_sign (from Default) +- minecraft:acacia_sign (from Default) +- minecraft:jungle_sign (from Default) +- minecraft:dark_oak_sign (from Default) +- minecraft:crimson_sign (from Default) +- minecraft:warped_sign (from Default) +- minecraft:mangrove_sign (from Default) +- ad_astra:glacian_sign (from Ad Astra!) +- bewitchment:juniper_sign (from Bewitchment) +- bewitchment:cypress_sign (from Bewitchment) +- bewitchment:elder_sign (from Bewitchment) +- bewitchment:dragons_blood_sign (from Bewitchment) +- deeperdarker:echo_sign (from Deeper and Darker) +- ecologics:coconut_sign (from Ecologics) +- ecologics:walnut_sign (from Ecologics) +- ecologics:azalea_sign (from Ecologics) +- ecologics:flowering_azalea_sign (from Ecologics) +- farmersdelight:canvas_sign (from Farmer's Delight) +- farmersdelight:white_canvas_sign (from Farmer's Delight) +- farmersdelight:orange_canvas_sign (from Farmer's Delight) +- farmersdelight:magenta_canvas_sign (from Farmer's Delight) +- farmersdelight:light_blue_canvas_sign (from Farmer's Delight) +- farmersdelight:yellow_canvas_sign (from Farmer's Delight) +- farmersdelight:lime_canvas_sign (from Farmer's Delight) +- farmersdelight:pink_canvas_sign (from Farmer's Delight) +- farmersdelight:gray_canvas_sign (from Farmer's Delight) +- farmersdelight:light_gray_canvas_sign (from Farmer's Delight) +- farmersdelight:cyan_canvas_sign (from Farmer's Delight) +- farmersdelight:purple_canvas_sign (from Farmer's Delight) +- farmersdelight:blue_canvas_sign (from Farmer's Delight) +- farmersdelight:brown_canvas_sign (from Farmer's Delight) +- farmersdelight:green_canvas_sign (from Farmer's Delight) +- farmersdelight:red_canvas_sign (from Farmer's Delight) +- farmersdelight:black_canvas_sign (from Farmer's Delight) +- twilightforest:twilight_oak_sign (from The Twilight Forest) +- twilightforest:canopy_sign (from The Twilight Forest) +- twilightforest:mangrove_sign (from The Twilight Forest) +- twilightforest:darkwood_sign (from The Twilight Forest) +- twilightforest:time_sign (from The Twilight Forest) +- twilightforest:transformation_sign (from The Twilight Forest) +- twilightforest:mining_sign (from The Twilight Forest) +- twilightforest:sorting_sign (from The Twilight Forest) + +#ants:food/colored/oak_purple_leaf_food +- spectrum:purple_leaves (from Spectrum) + +#c:double_compressed_deepslate +- compressor:double_compressed_deepslate (from Compressor) + +#mcwwindows:windows_two +- mcwwindows:oak_window2 (from Macaw's Windows) +- mcwwindows:spruce_window2 (from Macaw's Windows) +- mcwwindows:birch_window2 (from Macaw's Windows) +- mcwwindows:jungle_window2 (from Macaw's Windows) +- mcwwindows:acacia_window2 (from Macaw's Windows) +- mcwwindows:dark_oak_window2 (from Macaw's Windows) +- mcwwindows:crimson_stem_window2 (from Macaw's Windows) +- mcwwindows:warped_stem_window2 (from Macaw's Windows) +- mcwwindows:mangrove_window2 (from Macaw's Windows) +- mcwwindows:oak_plank_window2 (from Macaw's Windows) +- mcwwindows:spruce_plank_window2 (from Macaw's Windows) +- mcwwindows:birch_plank_window2 (from Macaw's Windows) +- mcwwindows:jungle_plank_window2 (from Macaw's Windows) +- mcwwindows:acacia_plank_window2 (from Macaw's Windows) +- mcwwindows:dark_oak_plank_window2 (from Macaw's Windows) +- mcwwindows:crimson_planks_window2 (from Macaw's Windows) +- mcwwindows:warped_planks_window2 (from Macaw's Windows) +- mcwwindows:mangrove_plank_window2 (from Macaw's Windows) +- mcwwindows:dark_prismarine_window2 (from Macaw's Windows) +- mcwwindows:prismarine_window2 (from Macaw's Windows) +- mcwwindows:blackstone_window2 (from Macaw's Windows) +- mcwwindows:stripped_oak_log_window2 (from Macaw's Windows) +- mcwwindows:stripped_spruce_log_window2 (from Macaw's Windows) +- mcwwindows:stripped_birch_log_window2 (from Macaw's Windows) +- mcwwindows:stripped_jungle_log_window2 (from Macaw's Windows) +- mcwwindows:stripped_acacia_log_window2 (from Macaw's Windows) +- mcwwindows:stripped_dark_oak_log_window2 (from Macaw's Windows) +- mcwwindows:stripped_crimson_stem_window2 (from Macaw's Windows) +- mcwwindows:stripped_warped_stem_window2 (from Macaw's Windows) +- mcwwindows:stripped_mangrove_log_window2 (from Macaw's Windows) +- mcwwindows:andesite_window2 (from Macaw's Windows) +- mcwwindows:diorite_window2 (from Macaw's Windows) +- mcwwindows:granite_window2 (from Macaw's Windows) +- mcwwindows:stone_window2 (from Macaw's Windows) + +#spectrum:quitoxic_reeds_plantable +- minecraft:clay (from Spectrum) +- minecraft:mud (from Spectrum) + +#darkutils:damage_plates +- darkutils:damage_plate (from DarkUtilities) +- darkutils:damage_plate_player (from DarkUtilities) +- darkutils:damage_plate_maim (from DarkUtilities) + +#minecraft:wart_blocks +- minecraft:nether_wart_block (from Default) +- minecraft:warped_wart_block (from Default) +- byg:shulkren_wart_block (from Oh The Biomes You'll Go) +- byg:sythian_wart_block (from Oh The Biomes You'll Go) + +#byg:may_place_on/death_cap +- #minecraft:nylium (from Oh The Biomes You'll Go) +- minecraft:mycelium (from Oh The Biomes You'll Go) +- minecraft:soul_soil (from Oh The Biomes You'll Go) + +#c:emerald_blocks +- minecraft:emerald_block (from Porting Lib Tags) + +#botania:generating_special_flowers +- botania:dandelifeon (from Botania) +- botania:endoflame (from Botania) +- botania:entropinnyum (from Botania) +- botania:gourmaryllis (from Botania) +- botania:hydroangeas (from Botania) +- botania:kekimurus (from Botania) +- botania:munchdew (from Botania) +- botania:narslimmus (from Botania) +- botania:rafflowsia (from Botania) +- botania:rosa_arcana (from Botania) +- botania:shulk_me_not (from Botania) +- botania:spectrolus (from Botania) +- botania:thermalily (from Botania) + +#c:farmlands +- minecraft:farmland (from Croptosis) +- croptosis:fertilized_farmland (from Croptosis) + +#c:stained_glass +- minecraft:white_stained_glass (from Applied Energistics 2) +- minecraft:orange_stained_glass (from Applied Energistics 2) +- minecraft:magenta_stained_glass (from Applied Energistics 2) +- minecraft:light_blue_stained_glass (from Applied Energistics 2) +- minecraft:yellow_stained_glass (from Applied Energistics 2) +- minecraft:lime_stained_glass (from Applied Energistics 2) +- minecraft:pink_stained_glass (from Applied Energistics 2) +- minecraft:gray_stained_glass (from Applied Energistics 2) +- minecraft:light_gray_stained_glass (from Applied Energistics 2) +- minecraft:cyan_stained_glass (from Applied Energistics 2) +- minecraft:purple_stained_glass (from Applied Energistics 2) +- minecraft:blue_stained_glass (from Applied Energistics 2) +- minecraft:brown_stained_glass (from Applied Energistics 2) +- minecraft:green_stained_glass (from Applied Energistics 2) +- minecraft:red_stained_glass (from Applied Energistics 2) +- minecraft:black_stained_glass (from Applied Energistics 2) +- minecraft:white_stained_glass (from Porting Lib Tags) +- minecraft:orange_stained_glass (from Porting Lib Tags) +- minecraft:magenta_stained_glass (from Porting Lib Tags) +- minecraft:light_blue_stained_glass (from Porting Lib Tags) +- minecraft:yellow_stained_glass (from Porting Lib Tags) +- minecraft:lime_stained_glass (from Porting Lib Tags) +- minecraft:pink_stained_glass (from Porting Lib Tags) +- minecraft:gray_stained_glass (from Porting Lib Tags) +- minecraft:light_gray_stained_glass (from Porting Lib Tags) +- minecraft:cyan_stained_glass (from Porting Lib Tags) +- minecraft:purple_stained_glass (from Porting Lib Tags) +- minecraft:blue_stained_glass (from Porting Lib Tags) +- minecraft:brown_stained_glass (from Porting Lib Tags) +- minecraft:green_stained_glass (from Porting Lib Tags) +- minecraft:red_stained_glass (from Porting Lib Tags) +- minecraft:black_stained_glass (from Porting Lib Tags) + +#spectrum:azurite_ores +- spectrum:azurite_ore (from Spectrum) +- spectrum:deepslate_azurite_ore (from Spectrum) + +#c:chest +- bewitchment:juniper_chest (from Bewitchment) +- bewitchment:cypress_chest (from Bewitchment) +- bewitchment:elder_chest (from Bewitchment) +- bewitchment:dragons_blood_chest (from Bewitchment) + +#c:triple_compressed_end_stone +- compressor:triple_compressed_end_stone (from Compressor) + +#ecologics:penguins_spawnable_on +- minecraft:grass_block (from Ecologics) +- #minecraft:snow (from Ecologics) +- #minecraft:ice (from Ecologics) + +#c:ostrum_ores +- ad_astra:mars_ostrum_ore (from Ad Astra!) +- ad_astra:deepslate_ostrum_ore (from Ad Astra!) + +#byg:may_place_on/white_anemone +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#the_bumblezone:blacklisted_teleportable_hive_blocks + +#c:netherite_scrap_ores +- minecraft:ancient_debris (from Porting Lib Tags) + +#c:octuple_compressed_dirt +- compressor:octuple_compressed_dirt (from Compressor) + +#forge:glass_panes/purple +- minecraft:purple_stained_glass_pane (from chisels-and-bits) + +#lootr:convert/chests +- minecraft:chest (from Lootr) + +#forge:glass/yellow +- minecraft:yellow_stained_glass (from chisels-and-bits) + +#twilightforest:storage_blocks/arctic_fur +- twilightforest:arctic_fur_block (from The Twilight Forest) + +#c:sand/pink +- byg:pink_sand (from Oh The Biomes You'll Go) +- byg:windswept_sand (from Oh The Biomes You'll Go) + +#c:red_garnet_blocks +- techreborn:red_garnet_storage_block (from Tech Reborn) + +#locksmith:lockable +- #another_furniture:shutters (from Another Furniture) +- #another_furniture:drawers (from Another Furniture) + +#c:ices +- #c:regular_ices (from Powah!) +- #c:packed_ices (from Powah!) +- #c:blue_ices (from Powah!) +- #c:dry_ices (from Powah!) + +#twilightforest:storage_blocks/carminite +- twilightforest:carminite_block (from The Twilight Forest) + +#c:quintuple_compressed_granite +- compressor:quintuple_compressed_granite (from Compressor) + +#bewitchment:juniper_logs +- bewitchment:juniper_log (from Bewitchment) +- bewitchment:juniper_wood (from Bewitchment) +- bewitchment:stripped_juniper_log (from Bewitchment) +- bewitchment:stripped_juniper_wood (from Bewitchment) + +#c:blue_glass_panes +- minecraft:blue_stained_glass_pane (from Porting Lib Tags) + +#c:quadruple_compressed_deepslate +- compressor:quadruple_compressed_deepslate (from Compressor) + +#minecraft:piglin_repellants +- decorative_blocks:soul_chandelier (from Decorative Blocks) +- decorative_blocks:soul_brazier (from Decorative Blocks) +- decorative_blocks:soul_bonfire (from Decorative Blocks) + +#c:ender_chests +- minecraft:ender_chest (from Porting Lib Tags) + +#byg:sythian_logs +- byg:stripped_sythian_hyphae (from Oh The Biomes You'll Go) +- byg:stripped_sythian_stem (from Oh The Biomes You'll Go) +- byg:sythian_hyphae (from Oh The Biomes You'll Go) +- byg:sythian_stem (from Oh The Biomes You'll Go) + +#bewitchment:elder_logs +- bewitchment:elder_log (from Bewitchment) +- bewitchment:elder_wood (from Bewitchment) +- bewitchment:stripped_elder_log (from Bewitchment) +- bewitchment:stripped_elder_wood (from Bewitchment) + +#forge:barrels +- #forge:barrels/wooden (from chisels-and-bits) + +#computercraft:turtle_shovel_harvestable +- #minecraft:mineable/shovel (from CC: Restitched) +- minecraft:melon (from CC: Restitched) +- minecraft:pumpkin (from CC: Restitched) +- minecraft:carved_pumpkin (from CC: Restitched) +- minecraft:jack_o_lantern (from CC: Restitched) + +#c:black_glass +- minecraft:black_stained_glass (from Porting Lib Tags) + +#c:septuple_compressed_basalt +- compressor:septuple_compressed_basalt (from Compressor) + +#minecraft:mooshrooms_spawnable_on +- minecraft:mycelium (from Default) + +#c:bookshelves +- #byg:bookshelves (from Oh The Biomes You'll Go) +- minecraft:bookshelf (from Fabric Convention Tags) +- travelersbackpack:bookshelf (from Traveler's Backpack) + +#byg:may_place_on/aspen_sapling +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#c:netherite_blocks +- minecraft:netherite_block (from Porting Lib Tags) + +#c:quintuple_compressed_deepslate +- compressor:quintuple_compressed_deepslate (from Compressor) + +#byg:may_place_on/fungal_imparius +- #byg:end_stone (from Oh The Biomes You'll Go) +- #c:end_stones? (from Oh The Biomes You'll Go) +- #forge:end_stones? (from Oh The Biomes You'll Go) +- minecraft:end_stone (from Oh The Biomes You'll Go) + +#byg:may_place_on/embur_wart +- #minecraft:nylium (from Oh The Biomes You'll Go) +- minecraft:mycelium (from Oh The Biomes You'll Go) +- minecraft:soul_soil (from Oh The Biomes You'll Go) + +#another_furniture:drawers +- another_furniture:oak_drawer (from Another Furniture) +- another_furniture:spruce_drawer (from Another Furniture) +- another_furniture:birch_drawer (from Another Furniture) +- another_furniture:jungle_drawer (from Another Furniture) +- another_furniture:acacia_drawer (from Another Furniture) +- another_furniture:dark_oak_drawer (from Another Furniture) +- another_furniture:mangrove_drawer? (from Another Furniture) +- another_furniture:crimson_drawer (from Another Furniture) +- another_furniture:warped_drawer (from Another Furniture) + +#snowyspirit:sled_snow +- #minecraft:snow (from Snowy Spirit) +- snowrealmagic:bottom_snow? (from Snowy Spirit) +- snowrealmagic:slab? (from Snowy Spirit) +- snowrealmagic:stairs? (from Snowy Spirit) +- immersive_weathering:permafrost? (from Snowy Spirit) + +#byg:end_stone +- byg:bulbis_phycelium (from Oh The Biomes You'll Go) +- byg:ether_stone (from Oh The Biomes You'll Go) +- byg:imparius_phylium (from Oh The Biomes You'll Go) +- byg:ivis_phylium (from Oh The Biomes You'll Go) +- byg:nightshade_phylium (from Oh The Biomes You'll Go) +- byg:shulkren_phylium (from Oh The Biomes You'll Go) +- minecraft:end_stone (from Oh The Biomes You'll Go) + +#c:septuple_compressed_cobblestone +- compressor:septuple_compressed_cobblestone (from Compressor) + +#supplementaries:bomb_breakable +- supplementaries:urn? (from Supplementaries) +- minecraft:tnt? (from Supplementaries) +- immersive_weathering:icicle? (from Supplementaries) + +#c:zinc_blocks +- create:zinc_block (from Create) +- techreborn:zinc_storage_block (from Tech Reborn) + +#c:quadruple_compressed_sand +- compressor:quadruple_compressed_sand (from Compressor) + +#c:double_compressed_cobblestone +- compressor:double_compressed_cobblestone (from Compressor) + +#forge:chests/ender +- minecraft:ender_chest (from chisels-and-bits) + +#byg:jacaranda_logs +- byg:jacaranda_log (from Oh The Biomes You'll Go) +- byg:jacaranda_wood (from Oh The Biomes You'll Go) +- byg:stripped_jacaranda_log (from Oh The Biomes You'll Go) +- byg:stripped_jacaranda_wood (from Oh The Biomes You'll Go) + +#spectrum:colored_spore_blossoms +- spectrum:black_spore_blossom (from Spectrum) +- spectrum:blue_spore_blossom (from Spectrum) +- spectrum:brown_spore_blossom (from Spectrum) +- spectrum:cyan_spore_blossom (from Spectrum) +- spectrum:gray_spore_blossom (from Spectrum) +- spectrum:green_spore_blossom (from Spectrum) +- spectrum:light_blue_spore_blossom (from Spectrum) +- spectrum:light_gray_spore_blossom (from Spectrum) +- spectrum:lime_spore_blossom (from Spectrum) +- spectrum:magenta_spore_blossom (from Spectrum) +- spectrum:orange_spore_blossom (from Spectrum) +- spectrum:pink_spore_blossom (from Spectrum) +- spectrum:purple_spore_blossom (from Spectrum) +- spectrum:red_spore_blossom (from Spectrum) +- spectrum:white_spore_blossom (from Spectrum) +- spectrum:yellow_spore_blossom (from Spectrum) + +#c:sextuple_compressed_cobbled_deepslate +- compressor:sextuple_compressed_cobbled_deepslate (from Compressor) + +#byg:may_place_on/baobab_sapling +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#byg:may_place_on/amaranth +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#forge:storage_blocks/raw_copper +- minecraft:raw_copper_block (from chisels-and-bits) + +#byg:stairs +- byg:aspen_stairs (from Oh The Biomes You'll Go) +- byg:baobab_stairs (from Oh The Biomes You'll Go) +- byg:blue_enchanted_stairs (from Oh The Biomes You'll Go) +- byg:blue_nether_brick_stairs (from Oh The Biomes You'll Go) +- byg:bulbis_stairs (from Oh The Biomes You'll Go) +- byg:carved_ether_stone_stairs (from Oh The Biomes You'll Go) +- byg:cattail_thatch_stairs (from Oh The Biomes You'll Go) +- byg:cherry_stairs (from Oh The Biomes You'll Go) +- byg:chiseled_fungal_imparius_stairs (from Oh The Biomes You'll Go) +- byg:chiseled_red_rock_brick_stairs (from Oh The Biomes You'll Go) +- byg:chiseled_therium_stairs (from Oh The Biomes You'll Go) +- byg:chiseled_travertine_stairs (from Oh The Biomes You'll Go) +- byg:chiseled_windswept_sandstone_stairs (from Oh The Biomes You'll Go) +- byg:cika_stairs (from Oh The Biomes You'll Go) +- byg:cobbled_ether_stone_stairs (from Oh The Biomes You'll Go) +- byg:cracked_red_rock_brick_stairs (from Oh The Biomes You'll Go) +- byg:cryptic_stone_stairs (from Oh The Biomes You'll Go) +- byg:cut_windswept_sandstone_stairs (from Oh The Biomes You'll Go) +- byg:cypress_stairs (from Oh The Biomes You'll Go) +- byg:dacite_brick_stairs (from Oh The Biomes You'll Go) +- byg:dacite_cobblestone_stairs (from Oh The Biomes You'll Go) +- byg:dacite_stairs (from Oh The Biomes You'll Go) +- byg:dacite_tile_stairs (from Oh The Biomes You'll Go) +- byg:ebony_stairs (from Oh The Biomes You'll Go) +- byg:embur_stairs (from Oh The Biomes You'll Go) +- byg:ether_stairs (from Oh The Biomes You'll Go) +- byg:ether_stone_stairs (from Oh The Biomes You'll Go) +- byg:fir_stairs (from Oh The Biomes You'll Go) +- byg:green_enchanted_stairs (from Oh The Biomes You'll Go) +- byg:holly_stairs (from Oh The Biomes You'll Go) +- byg:imparius_stairs (from Oh The Biomes You'll Go) +- byg:jacaranda_stairs (from Oh The Biomes You'll Go) +- byg:lament_stairs (from Oh The Biomes You'll Go) +- byg:mahogany_stairs (from Oh The Biomes You'll Go) +- byg:maple_stairs (from Oh The Biomes You'll Go) +- byg:mossy_red_rock_brick_stairs (from Oh The Biomes You'll Go) +- byg:mossy_stone_stairs (from Oh The Biomes You'll Go) +- byg:nightshade_stairs (from Oh The Biomes You'll Go) +- byg:palm_stairs (from Oh The Biomes You'll Go) +- byg:pine_stairs (from Oh The Biomes You'll Go) +- byg:polished_soapstone_stairs (from Oh The Biomes You'll Go) +- byg:polished_travertine_stairs (from Oh The Biomes You'll Go) +- byg:purpur_stone_stairs (from Oh The Biomes You'll Go) +- byg:rainbow_eucalyptus_stairs (from Oh The Biomes You'll Go) +- byg:red_rock_brick_stairs (from Oh The Biomes You'll Go) +- byg:red_rock_stairs (from Oh The Biomes You'll Go) +- byg:redwood_stairs (from Oh The Biomes You'll Go) +- byg:rocky_stone_stairs (from Oh The Biomes You'll Go) +- byg:scoria_cobblestone_stairs (from Oh The Biomes You'll Go) +- byg:scoria_stone_stairs (from Oh The Biomes You'll Go) +- byg:scoria_stonebrick_stairs (from Oh The Biomes You'll Go) +- byg:shiny_chiseled_therium_stairs (from Oh The Biomes You'll Go) +- byg:skyris_stairs (from Oh The Biomes You'll Go) +- byg:smooth_windswept_sandstone_stairs (from Oh The Biomes You'll Go) +- byg:soapstone_brick_stairs (from Oh The Biomes You'll Go) +- byg:soapstone_stairs (from Oh The Biomes You'll Go) +- byg:soapstone_tile_stairs (from Oh The Biomes You'll Go) +- byg:sythian_stairs (from Oh The Biomes You'll Go) +- byg:travertine_stairs (from Oh The Biomes You'll Go) +- byg:white_mangrove_stairs (from Oh The Biomes You'll Go) +- byg:willow_stairs (from Oh The Biomes You'll Go) +- byg:windswept_sandstone_stairs (from Oh The Biomes You'll Go) +- byg:witch_hazel_stairs (from Oh The Biomes You'll Go) +- byg:yellow_nether_brick_stairs (from Oh The Biomes You'll Go) +- byg:zelkova_stairs (from Oh The Biomes You'll Go) + +#byg:may_place_on/mini_cactus +- #minecraft:sand (from Oh The Biomes You'll Go) + +#rightclickharvest:hoe_required +- minecraft:wheat (from Right Click Harvest) +- minecraft:carrots (from Right Click Harvest) +- minecraft:beetroots (from Right Click Harvest) +- minecraft:potatoes (from Right Click Harvest) + +#campanion:tent_tops +- campanion:light_gray_tent_top (from Campanion) +- campanion:light_blue_tent_top (from Campanion) +- campanion:black_tent_top (from Campanion) +- campanion:cyan_tent_top (from Campanion) +- campanion:gray_tent_top (from Campanion) +- campanion:white_tent_top (from Campanion) +- campanion:green_tent_top (from Campanion) +- campanion:lime_tent_top (from Campanion) +- campanion:blue_tent_top (from Campanion) +- campanion:red_tent_top (from Campanion) +- campanion:orange_tent_top (from Campanion) +- campanion:pink_tent_top (from Campanion) +- campanion:purple_tent_top (from Campanion) +- campanion:yellow_tent_top (from Campanion) +- campanion:brown_tent_top (from Campanion) +- campanion:magenta_tent_top (from Campanion) + +#spectrum:magical_leaves +- spectrum:black_leaves (from Spectrum) +- spectrum:blue_leaves (from Spectrum) +- spectrum:brown_leaves (from Spectrum) +- spectrum:cyan_leaves (from Spectrum) +- spectrum:gray_leaves (from Spectrum) +- spectrum:green_leaves (from Spectrum) +- spectrum:light_blue_leaves (from Spectrum) +- spectrum:light_gray_leaves (from Spectrum) +- spectrum:lime_leaves (from Spectrum) +- spectrum:magenta_leaves (from Spectrum) +- spectrum:orange_leaves (from Spectrum) +- spectrum:pink_leaves (from Spectrum) +- spectrum:purple_leaves (from Spectrum) +- spectrum:red_leaves (from Spectrum) +- spectrum:white_leaves (from Spectrum) +- spectrum:yellow_leaves (from Spectrum) + +#c:gray_glass +- minecraft:gray_stained_glass (from Porting Lib Tags) + +#repurposed_structures:ancient_city_ocean_replaceable +- minecraft:prismarine_slab (from Repurposed Structures) +- minecraft:dark_prismarine_slab (from Repurposed Structures) +- minecraft:prismarine_stairs (from Repurposed Structures) +- minecraft:dark_prismarine_stairs (from Repurposed Structures) +- minecraft:clay (from Repurposed Structures) +- minecraft:gray_wool (from Repurposed Structures) + +#twilightforest:portal/edge +- #minecraft:dirt (from The Twilight Forest) +- minecraft:farmland (from The Twilight Forest) +- minecraft:dirt_path (from The Twilight Forest) + +#c:uraninite_ores +- powah:uraninite_ore (from Powah!) +- powah:uraninite_ore_poor (from Powah!) +- powah:uraninite_ore_dense (from Powah!) +- powah:deepslate_uraninite_ore (from Powah!) +- powah:deepslate_uraninite_ore_poor (from Powah!) +- powah:deepslate_uraninite_ore_dense (from Powah!) + +#minecraft:planks +- minecraft:oak_planks (from Default) +- minecraft:spruce_planks (from Default) +- minecraft:birch_planks (from Default) +- minecraft:jungle_planks (from Default) +- minecraft:acacia_planks (from Default) +- minecraft:dark_oak_planks (from Default) +- minecraft:crimson_planks (from Default) +- minecraft:warped_planks (from Default) +- minecraft:mangrove_planks (from Default) +- ad_astra:glacian_planks (from Ad Astra!) +- ad_astra:aeronos_planks (from Ad Astra!) +- ad_astra:strophar_planks (from Ad Astra!) +- bambooeverything:bamboo_bundle (from Bamboo Everything) +- bambooeverything:dry_bamboo_bundle (from Bamboo Everything) +- bewitchment:juniper_planks (from Bewitchment) +- bewitchment:cypress_planks (from Bewitchment) +- bewitchment:elder_planks (from Bewitchment) +- bewitchment:dragons_blood_planks (from Bewitchment) +- biomemakeover:blighted_balsa_planks (from Biome Makeover) +- biomemakeover:willow_planks (from Biome Makeover) +- biomemakeover:swamp_cypress_planks (from Biome Makeover) +- biomemakeover:ancient_oak_planks (from Biome Makeover) +- botania:livingwood_planks (from Botania) +- botania:mossy_livingwood_planks (from Botania) +- botania:framed_livingwood (from Botania) +- botania:pattern_framed_livingwood (from Botania) +- botania:dreamwood_planks (from Botania) +- botania:mossy_dreamwood_planks (from Botania) +- botania:framed_dreamwood (from Botania) +- botania:pattern_framed_dreamwood (from Botania) +- botania:shimmerwood_planks (from Botania) +- byg:aspen_planks (from Oh The Biomes You'll Go) +- byg:aspen_planks (from Oh The Biomes You'll Go) +- byg:baobab_planks (from Oh The Biomes You'll Go) +- byg:baobab_planks (from Oh The Biomes You'll Go) +- byg:blue_enchanted_planks (from Oh The Biomes You'll Go) +- byg:blue_enchanted_planks (from Oh The Biomes You'll Go) +- byg:bulbis_planks (from Oh The Biomes You'll Go) +- byg:bulbis_planks (from Oh The Biomes You'll Go) +- byg:cherry_planks (from Oh The Biomes You'll Go) +- byg:cherry_planks (from Oh The Biomes You'll Go) +- byg:cika_planks (from Oh The Biomes You'll Go) +- byg:cika_planks (from Oh The Biomes You'll Go) +- byg:cypress_planks (from Oh The Biomes You'll Go) +- byg:cypress_planks (from Oh The Biomes You'll Go) +- byg:ebony_planks (from Oh The Biomes You'll Go) +- byg:ebony_planks (from Oh The Biomes You'll Go) +- byg:embur_planks (from Oh The Biomes You'll Go) +- byg:embur_planks (from Oh The Biomes You'll Go) +- byg:ether_planks (from Oh The Biomes You'll Go) +- byg:ether_planks (from Oh The Biomes You'll Go) +- byg:fir_planks (from Oh The Biomes You'll Go) +- byg:fir_planks (from Oh The Biomes You'll Go) +- byg:green_enchanted_planks (from Oh The Biomes You'll Go) +- byg:green_enchanted_planks (from Oh The Biomes You'll Go) +- byg:holly_planks (from Oh The Biomes You'll Go) +- byg:holly_planks (from Oh The Biomes You'll Go) +- byg:imparius_planks (from Oh The Biomes You'll Go) +- byg:imparius_planks (from Oh The Biomes You'll Go) +- byg:jacaranda_planks (from Oh The Biomes You'll Go) +- byg:jacaranda_planks (from Oh The Biomes You'll Go) +- byg:lament_planks (from Oh The Biomes You'll Go) +- byg:lament_planks (from Oh The Biomes You'll Go) +- byg:mahogany_planks (from Oh The Biomes You'll Go) +- byg:mahogany_planks (from Oh The Biomes You'll Go) +- byg:maple_planks (from Oh The Biomes You'll Go) +- byg:maple_planks (from Oh The Biomes You'll Go) +- byg:nightshade_planks (from Oh The Biomes You'll Go) +- byg:nightshade_planks (from Oh The Biomes You'll Go) +- byg:palm_planks (from Oh The Biomes You'll Go) +- byg:palm_planks (from Oh The Biomes You'll Go) +- byg:pine_planks (from Oh The Biomes You'll Go) +- byg:pine_planks (from Oh The Biomes You'll Go) +- byg:rainbow_eucalyptus_planks (from Oh The Biomes You'll Go) +- byg:rainbow_eucalyptus_planks (from Oh The Biomes You'll Go) +- byg:redwood_planks (from Oh The Biomes You'll Go) +- byg:redwood_planks (from Oh The Biomes You'll Go) +- byg:skyris_planks (from Oh The Biomes You'll Go) +- byg:skyris_planks (from Oh The Biomes You'll Go) +- byg:sythian_planks (from Oh The Biomes You'll Go) +- byg:sythian_planks (from Oh The Biomes You'll Go) +- byg:white_mangrove_planks (from Oh The Biomes You'll Go) +- byg:white_mangrove_planks (from Oh The Biomes You'll Go) +- byg:willow_planks (from Oh The Biomes You'll Go) +- byg:willow_planks (from Oh The Biomes You'll Go) +- byg:witch_hazel_planks (from Oh The Biomes You'll Go) +- byg:witch_hazel_planks (from Oh The Biomes You'll Go) +- byg:zelkova_planks (from Oh The Biomes You'll Go) +- byg:zelkova_planks (from Oh The Biomes You'll Go) +- deeperdarker:echo_planks (from Deeper and Darker) +- ecologics:coconut_planks (from Ecologics) +- ecologics:walnut_planks (from Ecologics) +- ecologics:azalea_planks (from Ecologics) +- ecologics:flowering_azalea_planks (from Ecologics) +- hexcasting:edified_planks (from Hex Casting) +- hexcasting:edified_panel (from Hex Casting) +- hexcasting:edified_tile (from Hex Casting) +- minecells:putrid_planks (from Mine Cells) +- #spectrum:colored_planks (from Spectrum) +- techreborn:rubber_planks (from Tech Reborn) +- twilightforest:twilight_oak_planks (from The Twilight Forest) +- twilightforest:canopy_planks (from The Twilight Forest) +- twilightforest:mangrove_planks (from The Twilight Forest) +- twilightforest:dark_planks (from The Twilight Forest) +- twilightforest:time_planks (from The Twilight Forest) +- twilightforest:transformation_planks (from The Twilight Forest) +- twilightforest:mining_planks (from The Twilight Forest) +- twilightforest:sorting_planks (from The Twilight Forest) +- twilightforest:towerwood (from The Twilight Forest) +- twilightforest:encased_towerwood (from The Twilight Forest) +- twilightforest:cracked_towerwood (from The Twilight Forest) +- twilightforest:mossy_towerwood (from The Twilight Forest) +- twilightforest:infested_towerwood (from The Twilight Forest) +- vinery:cherry_planks (from Vinery) + +#byg:may_place_on/pink_daffodil +- #minecraft:dirt (from Oh The Biomes You'll Go) + +#c:storage_blocks/anthracite +- byg:anthracite_block (from Oh The Biomes You'll Go) + +#forge:cobblestone +- #forge:cobblestone/normal (from chisels-and-bits) +- #forge:cobblestone/infested (from chisels-and-bits) +- #forge:cobblestone/mossy (from chisels-and-bits) +- #forge:cobblestone/deepslate (from chisels-and-bits) +- deeperdarker:cobbled_sculk_stone (from Deeper and Darker) +- deeperdarker:cobbled_gloomslate (from Deeper and Darker) + +#darkutils:vector_plates +- darkutils:vector_plate (from DarkUtilities) +- darkutils:vector_plate_fast (from DarkUtilities) +- darkutils:vector_plate_extreme (from DarkUtilities) +- darkutils:vector_plate_ultra (from DarkUtilities) + +#byg:ebony_logs +- byg:ebony_log (from Oh The Biomes You'll Go) +- byg:ebony_wood (from Oh The Biomes You'll Go) +- byg:stripped_ebony_log (from Oh The Biomes You'll Go) +- byg:stripped_ebony_wood (from Oh The Biomes You'll Go) + +#repurposed_structures:mineshaft_support_replaceables +- #minecraft:cave_vines (from Repurposed Structures) +- #minecraft:flowers (from Repurposed Structures) +- #minecraft:replaceable_plants (from Repurposed Structures) +- #minecraft:saplings (from Repurposed Structures) +- #minecraft:corals (from Repurposed Structures) +- #minecraft:crops (from Repurposed Structures) +- minecraft:sculk_vein (from Repurposed Structures) +- minecraft:cobweb (from Repurposed Structures) +- minecraft:pointed_dripstone (from Repurposed Structures) +- minecraft:warped_roots (from Repurposed Structures) +- minecraft:crimson_roots (from Repurposed Structures) +- minecraft:nether_sprouts (from Repurposed Structures) +- minecraft:seagrass (from Repurposed Structures) +- minecraft:tall_seagrass (from Repurposed Structures) +- minecraft:moss_carpet (from Repurposed Structures) +- minecraft:lily_pad (from Repurposed Structures) +- minecraft:big_dripleaf (from Repurposed Structures) +- minecraft:big_dripleaf_stem (from Repurposed Structures) +- minecraft:small_dripleaf (from Repurposed Structures) +- minecraft:spore_blossom (from Repurposed Structures) +- minecraft:brown_mushroom (from Repurposed Structures) +- minecraft:red_mushroom (from Repurposed Structures) +- minecraft:warped_fungus (from Repurposed Structures) +- minecraft:crimson_fungus (from Repurposed Structures) +- minecraft:twisting_vines (from Repurposed Structures) +- minecraft:twisting_vines_plant (from Repurposed Structures) +- minecraft:weeping_vines (from Repurposed Structures) +- minecraft:weeping_vines_plant (from Repurposed Structures) +- minecraft:kelp (from Repurposed Structures) +- minecraft:kelp_plant (from Repurposed Structures) +- minecraft:bamboo (from Repurposed Structures) +- minecraft:bamboo_sapling (from Repurposed Structures) +- minecraft:small_amethyst_bud (from Repurposed Structures) +- minecraft:medium_amethyst_bud (from Repurposed Structures) +- minecraft:large_amethyst_bud (from Repurposed Structures) +- minecraft:amethyst_cluster (from Repurposed Structures) + +#c:shulker_boxes +- minecraft:shulker_box (from Fabric Convention Tags) +- minecraft:blue_shulker_box (from Fabric Convention Tags) +- minecraft:brown_shulker_box (from Fabric Convention Tags) +- minecraft:cyan_shulker_box (from Fabric Convention Tags) +- minecraft:gray_shulker_box (from Fabric Convention Tags) +- minecraft:green_shulker_box (from Fabric Convention Tags) +- minecraft:light_blue_shulker_box (from Fabric Convention Tags) +- minecraft:light_gray_shulker_box (from Fabric Convention Tags) +- minecraft:lime_shulker_box (from Fabric Convention Tags) +- minecraft:magenta_shulker_box (from Fabric Convention Tags) +- minecraft:orange_shulker_box (from Fabric Convention Tags) +- minecraft:pink_shulker_box (from Fabric Convention Tags) +- minecraft:purple_shulker_box (from Fabric Convention Tags) +- minecraft:red_shulker_box (from Fabric Convention Tags) +- minecraft:white_shulker_box (from Fabric Convention Tags) +- minecraft:yellow_shulker_box (from Fabric Convention Tags) +- minecraft:black_shulker_box (from Fabric Convention Tags) + +#spectrum:memory_never_manifesters +- spectrum:frostbite_crystal (from Spectrum) + +#minecraft:deepslate_ore_replaceables +- minecraft:deepslate (from Default) +- minecraft:tuff (from Default) +- spectrum:blackslag (from Spectrum) + +#brazier:brazier_base_blocks +- minecraft:netherite_block (from Brazier) +- minecraft:crying_obsidian (from Brazier) +- minecraft:ancient_debris (from Brazier) +- minecraft:gilded_blackstone (from Brazier) +- caverns_and_chasms:necromium_block? (from Brazier) + +#c:glass_blocks +- botania:mana_glass (from Botania) +- botania:elf_glass (from Botania) +- botania:bifrost_perm (from Botania) +- minecraft:glass (from Fabric Convention Tags) +- minecraft:gray_stained_glass (from Fabric Convention Tags) +- minecraft:black_stained_glass (from Fabric Convention Tags) +- minecraft:orange_stained_glass (from Fabric Convention Tags) +- minecraft:blue_stained_glass (from Fabric Convention Tags) +- minecraft:brown_stained_glass (from Fabric Convention Tags) +- minecraft:cyan_stained_glass (from Fabric Convention Tags) +- minecraft:green_stained_glass (from Fabric Convention Tags) +- minecraft:light_blue_stained_glass (from Fabric Convention Tags) +- minecraft:light_gray_stained_glass (from Fabric Convention Tags) +- minecraft:lime_stained_glass (from Fabric Convention Tags) +- minecraft:magenta_stained_glass (from Fabric Convention Tags) +- minecraft:pink_stained_glass (from Fabric Convention Tags) +- minecraft:purple_stained_glass (from Fabric Convention Tags) +- minecraft:red_stained_glass (from Fabric Convention Tags) +- minecraft:tinted_glass (from Fabric Convention Tags) +- minecraft:white_stained_glass (from Fabric Convention Tags) +- minecraft:yellow_stained_glass (from Fabric Convention Tags) +- #c:colorless_glass (from Porting Lib Tags) +- #c:stained_glass (from Porting Lib Tags) +- #c:tinted_glass (from Porting Lib Tags) +- #spectrum:gemstone_glass (from Spectrum) +- #spectrum:player_only_glass (from Spectrum) + +#forge:storage_blocks/gold +- minecraft:gold_block (from chisels-and-bits) + +#ironchests:upgradeable_wooden_chests +- minecraft:chest (from Iron Chests: Restocked) +- quark:acacia_chest? (from Iron Chests: Restocked) +- quark:azalea_chest? (from Iron Chests: Restocked) +- quark:birch_chest? (from Iron Chests: Restocked) +- quark:blossom_chest? (from Iron Chests: Restocked) +- quark:crimson_chest? (from Iron Chests: Restocked) +- quark:dark_oak_chest? (from Iron Chests: Restocked) +- quark:jungle_chest? (from Iron Chests: Restocked) +- quark:mangrove_chest? (from Iron Chests: Restocked) +- quark:oak_chest? (from Iron Chests: Restocked) +- quark:spruce_chest? (from Iron Chests: Restocked) +- quark:warped_chest? (from Iron Chests: Restocked) + +#c:magenta_glass +- minecraft:magenta_stained_glass (from Porting Lib Tags) + +#c:octuple_compressed_stone +- compressor:octuple_compressed_stone (from Compressor) + +#minecraft:candles +- minecraft:candle (from Default) +- minecraft:white_candle (from Default) +- minecraft:orange_candle (from Default) +- minecraft:magenta_candle (from Default) +- minecraft:light_blue_candle (from Default) +- minecraft:yellow_candle (from Default) +- minecraft:lime_candle (from Default) +- minecraft:pink_candle (from Default) +- minecraft:gray_candle (from Default) +- minecraft:light_gray_candle (from Default) +- minecraft:cyan_candle (from Default) +- minecraft:purple_candle (from Default) +- minecraft:blue_candle (from Default) +- minecraft:brown_candle (from Default) +- minecraft:green_candle (from Default) +- minecraft:red_candle (from Default) +- minecraft:black_candle (from Default) +- minecraft:candle (from The Graveyard) +- minecraft:white_candle (from The Graveyard) +- minecraft:orange_candle (from The Graveyard) +- minecraft:magenta_candle (from The Graveyard) +- minecraft:light_blue_candle (from The Graveyard) +- minecraft:yellow_candle (from The Graveyard) +- minecraft:lime_candle (from The Graveyard) +- minecraft:pink_candle (from The Graveyard) +- minecraft:gray_candle (from The Graveyard) +- minecraft:light_gray_candle (from The Graveyard) +- minecraft:cyan_candle (from The Graveyard) +- minecraft:purple_candle (from The Graveyard) +- minecraft:blue_candle (from The Graveyard) +- minecraft:brown_candle (from The Graveyard) +- minecraft:green_candle (from The Graveyard) +- minecraft:red_candle (from The Graveyard) +- minecraft:black_candle (from The Graveyard) +- graveyard:fire_brazier (from The Graveyard) +- graveyard:soul_fire_brazier (from The Graveyard) +- supplementaries:skull_candle (from Supplementaries) + +#spectrum:crystal_apothecary_harvestable +- spectrum:topaz_cluster (from Spectrum) +- minecraft:amethyst_cluster (from Spectrum) +- spectrum:citrine_cluster (from Spectrum) +- spectrum:onyx_cluster (from Spectrum) +- spectrum:moonstone_cluster (from Spectrum) +- #spectrum:crystallarieum_growable_clusters (from Spectrum) + +#spectrum:citrine_chiseled_base_blocks +- spectrum:citrine_chiseled_basalt (from Spectrum) +- spectrum:citrine_chiseled_calcite (from Spectrum) + +#decorative_blocks:beams +- decorative_blocks:oak_beam (from Decorative Blocks) +- decorative_blocks:birch_beam (from Decorative Blocks) +- decorative_blocks:spruce_beam (from Decorative Blocks) +- decorative_blocks:acacia_beam (from Decorative Blocks) +- decorative_blocks:jungle_beam (from Decorative Blocks) +- decorative_blocks:dark_oak_beam (from Decorative Blocks) +- decorative_blocks:mangrove_beam (from Decorative Blocks) +- decorative_blocks:crimson_beam (from Decorative Blocks) +- decorative_blocks:warped_beam (from Decorative Blocks) + +#c:iridium_reinforced_tungstensteel_blocks +- techreborn:iridium_reinforced_tungstensteel_storage_block (from Tech Reborn) + +#forge:fences +- #forge:fences/nether_brick (from chisels-and-bits) +- #forge:fences/wooden (from chisels-and-bits) + +#spectrum:base_stone_deeper_down +- minecraft:deepslate (from Spectrum) +- spectrum:blackslag (from Spectrum) + +#c:chests/wooden +- twilightforest:twilight_oak_chest (from The Twilight Forest) +- twilightforest:canopy_chest (from The Twilight Forest) +- twilightforest:mangrove_chest (from The Twilight Forest) +- twilightforest:darkwood_chest (from The Twilight Forest) +- twilightforest:time_chest (from The Twilight Forest) +- twilightforest:transformation_chest (from The Twilight Forest) +- twilightforest:mining_chest (from The Twilight Forest) +- twilightforest:sorting_chest (from The Twilight Forest) + +#byg:may_place_on/bulbis_oddity +- #byg:end_stone (from Oh The Biomes You'll Go) +- #c:end_stones? (from Oh The Biomes You'll Go) +- #forge:end_stones? (from Oh The Biomes You'll Go) +- minecraft:end_stone (from Oh The Biomes You'll Go) + +#byg:sand +- byg:black_sand (from Oh The Biomes You'll Go) +- byg:blue_sand (from Oh The Biomes You'll Go) +- byg:cracked_red_sand (from Oh The Biomes You'll Go) +- byg:end_sand (from Oh The Biomes You'll Go) +- byg:pink_sand (from Oh The Biomes You'll Go) +- byg:purple_sand (from Oh The Biomes You'll Go) +- byg:quartzite_sand (from Oh The Biomes You'll Go) +- byg:warped_soul_sand (from Oh The Biomes You'll Go) +- byg:warped_soul_soil (from Oh The Biomes You'll Go) +- byg:white_sand (from Oh The Biomes You'll Go) +- byg:windswept_sand (from Oh The Biomes You'll Go) + +#spectrum:basic_gemstone_chiseled_base_blocks +- #spectrum:amethyst_chiseled_base_blocks (from Spectrum) +- #spectrum:topaz_chiseled_base_blocks (from Spectrum) +- #spectrum:citrine_chiseled_base_blocks (from Spectrum) + +#ad_astra:mars_ore_replaceables +- ad_astra:mars_stone (from Ad Astra!) + +#forge:ore_bearing_ground/deepslate +- minecraft:deepslate (from chisels-and-bits) + +#another_furniture:lamps +- another_furniture:white_lamp (from Another Furniture) +- another_furniture:orange_lamp (from Another Furniture) +- another_furniture:magenta_lamp (from Another Furniture) +- another_furniture:light_blue_lamp (from Another Furniture) +- another_furniture:yellow_lamp (from Another Furniture) +- another_furniture:lime_lamp (from Another Furniture) +- another_furniture:pink_lamp (from Another Furniture) +- another_furniture:gray_lamp (from Another Furniture) +- another_furniture:light_gray_lamp (from Another Furniture) +- another_furniture:cyan_lamp (from Another Furniture) +- another_furniture:purple_lamp (from Another Furniture) +- another_furniture:blue_lamp (from Another Furniture) +- another_furniture:brown_lamp (from Another Furniture) +- another_furniture:green_lamp (from Another Furniture) +- another_furniture:red_lamp (from Another Furniture) +- another_furniture:black_lamp (from Another Furniture) + +#byg:bulbis_logs +- byg:bulbis_stem (from Oh The Biomes You'll Go) +- byg:bulbis_wood (from Oh The Biomes You'll Go) +- byg:stripped_bulbis_stem (from Oh The Biomes You'll Go) +- byg:stripped_bulbis_wood (from Oh The Biomes You'll Go) + +#supplementaries:bellows_tickable +- #minecraft:campfires? (from Supplementaries) +- minecraft:furnace? (from Supplementaries) +- #forge:furnaces? (from Supplementaries) +- #c:furnaces? (from Supplementaries) +- minecraft:blast_furnace? (from Supplementaries) +- minecraft:smoker? (from Supplementaries) +- charm:kiln? (from Supplementaries) +- quark:blackstone_furnace? (from Supplementaries) +- quark:deepslate_furnace? (from Supplementaries) +- environmental:kiln? (from Supplementaries) +- atum:kiln? (from Supplementaries) +- morecraft:kiln? (from Supplementaries) +- tconstruct:smeltery_controller? (from Supplementaries) +- tconstruct:seared_smelter? (from Supplementaries) diff --git a/kubejs/exported/tags/minecraft/block_entity_type.txt b/kubejs/exported/tags/minecraft/block_entity_type.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/block_entity_type.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/block_predicate_type.txt b/kubejs/exported/tags/minecraft/block_predicate_type.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/block_predicate_type.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/cat_variant.txt b/kubejs/exported/tags/minecraft/cat_variant.txt new file mode 100644 index 0000000..e192b34 --- /dev/null +++ b/kubejs/exported/tags/minecraft/cat_variant.txt @@ -0,0 +1,17 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM + +#minecraft:default_spawns +- minecraft:tabby (from Default) +- minecraft:black (from Default) +- minecraft:red (from Default) +- minecraft:siamese (from Default) +- minecraft:british_shorthair (from Default) +- minecraft:calico (from Default) +- minecraft:persian (from Default) +- minecraft:ragdoll (from Default) +- minecraft:white (from Default) +- minecraft:jellie (from Default) + +#minecraft:full_moon_spawns +- #minecraft:default_spawns (from Default) +- minecraft:all_black (from Default) diff --git a/kubejs/exported/tags/minecraft/chat_type.txt b/kubejs/exported/tags/minecraft/chat_type.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/chat_type.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/chunk_status.txt b/kubejs/exported/tags/minecraft/chunk_status.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/chunk_status.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/command_argument_type.txt b/kubejs/exported/tags/minecraft/command_argument_type.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/command_argument_type.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/custom_stat.txt b/kubejs/exported/tags/minecraft/custom_stat.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/custom_stat.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/devilfish_variant.txt b/kubejs/exported/tags/minecraft/devilfish_variant.txt new file mode 100644 index 0000000..627616a --- /dev/null +++ b/kubejs/exported/tags/minecraft/devilfish_variant.txt @@ -0,0 +1,8 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 27, 2022, 9:29:15 PM + +#fishofthieves:default_devilfish_spawns +- fishofthieves:ashen (from Fish of Thieves) +- fishofthieves:seashell (from Fish of Thieves) +- fishofthieves:lava (from Fish of Thieves) +- fishofthieves:forsaken (from Fish of Thieves) +- fishofthieves:firelight (from Fish of Thieves) diff --git a/kubejs/exported/tags/minecraft/dimension_type.txt b/kubejs/exported/tags/minecraft/dimension_type.txt new file mode 100644 index 0000000..32cb524 --- /dev/null +++ b/kubejs/exported/tags/minecraft/dimension_type.txt @@ -0,0 +1,7 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM + +#terrablender:nether_regions +- minecraft:the_nether (from TerraBlender) + +#terrablender:overworld_regions +- minecraft:overworld (from TerraBlender) diff --git a/kubejs/exported/tags/minecraft/enchantment.txt b/kubejs/exported/tags/minecraft/enchantment.txt new file mode 100644 index 0000000..e4dca78 --- /dev/null +++ b/kubejs/exported/tags/minecraft/enchantment.txt @@ -0,0 +1,86 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM + +#c:weapon_damage_enhancement +- minecraft:bane_of_arthropods (from Fabric Convention Tags) +- minecraft:impaling (from Fabric Convention Tags) +- minecraft:smite (from Fabric Convention Tags) +- minecraft:power (from Fabric Convention Tags) +- minecraft:sharpness (from Fabric Convention Tags) +- spectrum:improved_critical? (from Spectrum) +- spectrum:first_strike? (from Spectrum) +- spectrum:sniper? (from Spectrum) + +#spectrum:enchantments +- spectrum:resonance? (from Spectrum) +- spectrum:voiding? (from Spectrum) +- spectrum:pest_control? (from Spectrum) +- spectrum:autosmelt? (from Spectrum) +- spectrum:inventory_insertion? (from Spectrum) +- spectrum:exuberance? (from Spectrum) +- spectrum:treasure_hunter? (from Spectrum) +- spectrum:disarming? (from Spectrum) +- spectrum:first_strike? (from Spectrum) +- spectrum:improved_critical? (from Spectrum) +- spectrum:inertia? (from Spectrum) +- spectrum:clovers_favor? (from Spectrum) +- spectrum:sniper? (from Spectrum) +- spectrum:tight_grip? (from Spectrum) +- spectrum:steadfast? (from Spectrum) +- spectrum:indestructible? (from Spectrum) +- spectrum:big_catch? (from Spectrum) + +#twilightforest:phantom_armor_banned_enchants +- minecraft:vanishing_curse (from The Twilight Forest) +- minecraft:binding_curse (from The Twilight Forest) + +#c:entity_movement_enhancement +- minecraft:swift_sneak (from Fabric Convention Tags) +- minecraft:depth_strider (from Fabric Convention Tags) +- minecraft:soul_speed (from Fabric Convention Tags) + +#c:looting +- minecraft:looting (from Fabric Convention Tags) +- spectrum:clovers_favor? (from Spectrum) +- spectrum:treasure_hunter? (from Spectrum) + +#the_bumblezone:blacklisted_crystalline_flower_enchantments +- #spectrum:enchantments (from Spectrum) +- minecraft:soul_speed? (from The Bumblezone - Fabric) +- minecraft:swift_sneak? (from The Bumblezone - Fabric) +- veinmining:vein_mining? (from The Bumblezone - Fabric) +- ars_elemental:mirror_shield? (from The Bumblezone - Fabric) +- ars_nouveau:reactive? (from The Bumblezone - Fabric) +- supplementaries:stasis? (from The Bumblezone - Fabric) +- apotheosis:infusion? (from The Bumblezone - Fabric) +- apotheosis:chainsaw? (from The Bumblezone - Fabric) +- apotheosis:crescendo? (from The Bumblezone - Fabric) +- apotheosis:scavenger? (from The Bumblezone - Fabric) +- apotheosis:life_mending? (from The Bumblezone - Fabric) +- apotheosis:berserkers_fury? (from The Bumblezone - Fabric) +- apotheosis:knowledge? (from The Bumblezone - Fabric) +- apotheosis:earths_boon? (from The Bumblezone - Fabric) +- apotheosis:endless_quiver? (from The Bumblezone - Fabric) +- mcdw:void_strike? (from The Bumblezone - Fabric) +- mcdw:void_shot? (from The Bumblezone - Fabric) +- mcdw:radiance? (from The Bumblezone - Fabric) +- mcdw:radiance_shot? (from The Bumblezone - Fabric) +- mcdw:guarding_strike? (from The Bumblezone - Fabric) +- mcdw:burst_bowstring? (from The Bumblezone - Fabric) +- mcdw:dynamo? (from The Bumblezone - Fabric) +- mcdw:shadow_barb? (from The Bumblezone - Fabric) +- mcdw:shadow_shot? (from The Bumblezone - Fabric) +- mcdw:shared_pain? (from The Bumblezone - Fabric) + +#c:entity_defense_enhancement +- minecraft:feather_falling (from Fabric Convention Tags) +- minecraft:protection (from Fabric Convention Tags) +- minecraft:blast_protection (from Fabric Convention Tags) +- minecraft:projectile_protection (from Fabric Convention Tags) +- minecraft:fire_protection (from Fabric Convention Tags) +- minecraft:respiration (from Fabric Convention Tags) + +#c:fortune +- minecraft:fortune (from Fabric Convention Tags) + +#dark-enchanting:enchantment/disabled +- #spectrum:enchantments (from Spectrum) diff --git a/kubejs/exported/tags/minecraft/entity_type.txt b/kubejs/exported/tags/minecraft/entity_type.txt new file mode 100644 index 0000000..3f0ebc7 --- /dev/null +++ b/kubejs/exported/tags/minecraft/entity_type.txt @@ -0,0 +1,1026 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM + +#supplementaries:cage_baby_catchable +- minecraft:cow (from Supplementaries) +- minecraft:sheep (from Supplementaries) +- minecraft:pig (from Supplementaries) +- minecraft:goat (from Supplementaries) +- alexsmobs:crocodile? (from Supplementaries) +- alexsmobs:endergrade? (from Supplementaries) +- alexsmobs:gazelle? (from Supplementaries) +- alexsmobs:gorilla? (from Supplementaries) +- alexsmobs:komodo_dragon? (from Supplementaries) +- alexsmobs:raccoon? (from Supplementaries) +- alexsmobs:seal? (from Supplementaries) +- alexsmobs:warped_toad? (from Supplementaries) +- eanimod:enhanced_sheep? (from Supplementaries) +- eanimod:enhanced_cow? (from Supplementaries) +- eanimod:enhanced_llama? (from Supplementaries) +- eanimod:enhanced_pig? (from Supplementaries) +- eanimod:enhanced_mooshroom? (from Supplementaries) +- alexsmobs:bald_eagle? (from Supplementaries) +- alexsmobs:gelada_monkey? (from Supplementaries) + +#the_bumblezone:allowed_resourceful_bees_entities + +#ad_astra:entities/lives_without_oxygen +- ad_astra:lunarian (from Ad Astra!) +- ad_astra:corrupted_lunarian (from Ad Astra!) +- ad_astra:star_crawler (from Ad Astra!) +- ad_astra:martian_raptor (from Ad Astra!) +- ad_astra:pygro (from Ad Astra!) +- ad_astra:zombified_pygro (from Ad Astra!) +- ad_astra:pygro_brute (from Ad Astra!) +- ad_astra:mogler (from Ad Astra!) +- ad_astra:zombified_mogler (from Ad Astra!) +- ad_astra:sulfur_creeper (from Ad Astra!) +- ad_astra:lunarian_wandering_trader (from Ad Astra!) +- minecraft:ender_dragon (from Ad Astra!) +- minecraft:wither (from Ad Astra!) +- minecraft:skeleton (from Ad Astra!) +- minecraft:stray (from Ad Astra!) +- minecraft:armor_stand (from Ad Astra!) +- minecraft:iron_golem (from Ad Astra!) +- minecraft:snow_golem (from Ad Astra!) +- minecraft:magma_cube (from Ad Astra!) +- minecraft:allay (from Ad Astra!) +- minecraft:warden (from Ad Astra!) + +#spirit:rarity/epic +- minecraft:elder_guardian (from Spirit) +- minecraft:warden (from Spirit) +- minecraft:allay (from Spirit) +- minecraft:illusioner (from Spirit) +- minecraft:skeleton_horse (from Spirit) +- minecraft:trader_llama (from Spirit) +- minecraft:vex (from Spirit) +- minecraft:wandering_trader (from Spirit) +- minecraft:witch (from Spirit) +- minecraft:zombie_horse (from Spirit) + +#byg:boats +- byg:boat (from Oh The Biomes You'll Go) +- byg:chest_boat (from Oh The Biomes You'll Go) + +#byg:not_hurt_by_quartz_crystals +- minecraft:ghast (from Oh The Biomes You'll Go) +- minecraft:hoglin (from Oh The Biomes You'll Go) +- minecraft:enderman (from Oh The Biomes You'll Go) + +#biomemakeover:lightning_bugs +- biomemakeover:lightning_bug (from Biome Makeover) +- biomemakeover:lightning_bug_alternate (from Biome Makeover) + +#spirit:collect_blacklisted +- minecraft:giant (from Spirit) + +#botania:cocoon/common +- minecraft:pig (from Botania) +- minecraft:cow (from Botania) +- minecraft:chicken (from Botania) +- minecraft:rabbit (from Botania) +- minecraft:sheep (from Botania) + +#the_bumblezone:blacklisted_stingless_bee_helmet_passengers + +#the_bumblezone:pollen_puff_can_pollinate +- minecraft:bee (from The Bumblezone - Fabric) + +#twilightforest:lich_poppables +- #minecraft:skeletons (from The Twilight Forest) +- minecraft:zombie (from The Twilight Forest) +- minecraft:enderman (from The Twilight Forest) +- minecraft:spider (from The Twilight Forest) +- minecraft:creeper (from The Twilight Forest) +- twilightforest:swarm_spider (from The Twilight Forest) + +#botania:cocoon/rare_aquatic +- minecraft:dolphin (from Botania) +- minecraft:glow_squid (from Botania) +- minecraft:axolotl (from Botania) + +#requiem:golems +- bewitchment:demon (from Bewitchment) + +#naturalist:bear_hostiles +- minecraft:tropical_fish (from Naturalist) +- minecraft:salmon (from Naturalist) +- minecraft:cod (from Naturalist) +- naturalist:deer (from Naturalist) + +#spirit:rarity/rare +- minecraft:axolotl (from Spirit) +- minecraft:dolphin (from Spirit) +- minecraft:mule (from Spirit) +- minecraft:endermite (from Spirit) +- minecraft:evoker (from Spirit) +- minecraft:iron_golem (from Spirit) +- minecraft:panda (from Spirit) +- minecraft:parrot (from Spirit) +- minecraft:rabbit (from Spirit) +- minecraft:ravager (from Spirit) +- minecraft:shulker (from Spirit) +- minecraft:snow_golem (from Spirit) +- minecraft:zombified_piglin (from Spirit) + +#botania:cocoon/rare +- minecraft:horse (from Botania) +- minecraft:donkey (from Botania) +- minecraft:wolf (from Botania) +- minecraft:ocelot (from Botania) +- minecraft:cat (from Botania) +- minecraft:parrot (from Botania) +- minecraft:llama (from Botania) +- minecraft:fox (from Botania) +- minecraft:panda (from Botania) +- minecraft:turtle (from Botania) +- minecraft:goat (from Botania) +- quark:frog? (from Botania) + +#botania:shaded_mesa_blacklist +- minecraft:ender_dragon (from Botania) +- minecraft:wither (from Botania) +- minecraft:item_frame (from Botania) +- minecraft:glow_item_frame (from Botania) +- minecraft:end_crystal (from Botania) +- minecraft:painting (from Botania) +- minecraft:command_block_minecart (from Botania) +- minecraft:marker (from Botania) +- minecraft:area_effect_cloud (from Botania) +- minecraft:evoker_fangs (from Botania) +- minecraft:leash_knot (from Botania) +- botania:corporea_spark (from Botania) +- botania:doppleganger (from Botania) +- botania:flame_ring (from Botania) +- botania:magic_landmine (from Botania) +- botania:magic_missile (from Botania) +- botania:mana_burst (from Botania) +- botania:pink_wither (from Botania) +- botania:spark (from Botania) +- botania:player_mover (from Botania) + +#minecraft:powder_snow_walkable_mobs +- minecraft:rabbit (from Default) +- minecraft:endermite (from Default) +- minecraft:silverfish (from Default) +- minecraft:fox (from Default) +- ecologics:penguin (from Ecologics) +- ecologics:squirrel (from Ecologics) +- snowyspirit:sled (from Snowy Spirit) +- twilightforest:penguin (from The Twilight Forest) +- twilightforest:stable_ice_core (from The Twilight Forest) +- twilightforest:unstable_ice_core (from The Twilight Forest) +- twilightforest:snow_guardian (from The Twilight Forest) +- twilightforest:ice_crystal (from The Twilight Forest) +- twilightforest:raven (from The Twilight Forest) +- twilightforest:squirrel (from The Twilight Forest) +- twilightforest:dwarf_rabbit (from The Twilight Forest) +- twilightforest:tiny_bird (from The Twilight Forest) +- twilightforest:kobold (from The Twilight Forest) +- twilightforest:death_tome (from The Twilight Forest) +- twilightforest:mosquito_swarm (from The Twilight Forest) +- twilightforest:towerwood_borer (from The Twilight Forest) + +#industrialforegoing:mob_imprisonment_tool_blacklist +- artifacts:mimic (from Artifacts) + +#ecologics:penguin_hunt_targets +- minecraft:tropical_fish (from Ecologics) +- minecraft:salmon (from Ecologics) +- minecraft:cod (from Ecologics) + +#farmersdelight:dog_food_users +- minecraft:wolf (from Farmer's Delight) + +#botania:cocoon/common_aquatic +- minecraft:cod (from Botania) +- minecraft:salmon (from Botania) +- minecraft:tropical_fish (from Botania) +- minecraft:pufferfish (from Botania) +- minecraft:squid (from Botania) +- minecraft:frog (from Botania) +- quark:crab? (from Botania) + +#spirit:rarity/legendary +- minecraft:ender_dragon (from Spirit) +- minecraft:wither (from Spirit) + +#the_bumblezone:enderpearl_teleporting/target_entity_hit_anywhere +- duneons:beenestmob? (from The Bumblezone - Fabric) + +#spirit:soul_cage_blacklisted +- minecraft:wither (from Spirit) +- minecraft:ender_dragon (from Spirit) + +#minecraft:impact_projectiles +- #minecraft:arrows (from Default) +- minecraft:snowball (from Default) +- minecraft:fireball (from Default) +- minecraft:small_fireball (from Default) +- minecraft:egg (from Default) +- minecraft:trident (from Default) +- minecraft:dragon_fireball (from Default) +- minecraft:wither_skull (from Default) +- ad_astra:ice_spit (from Ad Astra!) +- adventurez:void_bullet (from AdventureZ) +- adventurez:fire_breath (from AdventureZ) +- supplementaries:rope_arrow (from Supplementaries) +- supplementaries:brick_projectile (from Supplementaries) +- the_bumblezone:pollen_puff (from The Bumblezone - Fabric) +- twilightforest:nature_bolt (from The Twilight Forest) +- twilightforest:lich_bolt (from The Twilight Forest) +- twilightforest:wand_bolt (from The Twilight Forest) +- twilightforest:lich_bomb (from The Twilight Forest) +- twilightforest:moonworm_shot (from The Twilight Forest) +- twilightforest:slime_blob (from The Twilight Forest) +- twilightforest:thrown_wep (from The Twilight Forest) +- twilightforest:thrown_ice (from The Twilight Forest) +- twilightforest:falling_ice (from The Twilight Forest) +- twilightforest:ice_snowball (from The Twilight Forest) + +#brazier:brazier_blacklist +- minecraft:slime (from Brazier) +- minecraft:magma_cube (from Brazier) +- minecraft:hoglin (from Brazier) + +#minecraft:beehive_inhabitors +- minecraft:bee (from Default) + +#c:boats +- #byg:boats (from Oh The Biomes You'll Go) +- minecraft:boat (from Fabric Convention Tags) +- minecraft:chest_boat (from Fabric Convention Tags) + +#the_bumblezone:enderpearl_teleporting/target_entity_hit_high +- llamarama:bumble_llama? (from The Bumblezone - Fabric) +- dreamland:bumble_beast? (from The Bumblezone - Fabric) + +#minecraft:skeletons +- minecraft:skeleton (from Default) +- minecraft:stray (from Default) +- minecraft:wither_skeleton (from Default) +- adventurez:summoner (from AdventureZ) +- twilightforest:skeleton_druid (from The Twilight Forest) + +#supplementaries:urn_spawn +- minecraft:silverfish (from Supplementaries) +- minecraft:slime (from Supplementaries) +- minecraft:bat (from Supplementaries) +- alexsmobs:fly? (from Supplementaries) +- alexsmobs:cockroach? (from Supplementaries) +- alexsmobs:flutter? (from Supplementaries) +- mowziesmobs:grottol? (from Supplementaries) + +#spirit:rarity/uncommon +- minecraft:bee (from Spirit) +- minecraft:blaze (from Spirit) +- minecraft:cat (from Spirit) +- minecraft:cave_spider (from Spirit) +- minecraft:donkey (from Spirit) +- minecraft:drowned (from Spirit) +- minecraft:enderman (from Spirit) +- minecraft:fox (from Spirit) +- minecraft:ghast (from Spirit) +- minecraft:goat (from Spirit) +- minecraft:guardian (from Spirit) +- minecraft:hoglin (from Spirit) +- minecraft:husk (from Spirit) +- minecraft:llama (from Spirit) +- minecraft:mooshroom (from Spirit) +- minecraft:ocelot (from Spirit) +- minecraft:phantom (from Spirit) +- minecraft:piglin_brute (from Spirit) +- minecraft:pillager (from Spirit) +- minecraft:polar_bear (from Spirit) +- minecraft:pufferfish (from Spirit) +- minecraft:silverfish (from Spirit) +- minecraft:stray (from Spirit) +- minecraft:strider (from Spirit) +- minecraft:tadpole (from Spirit) +- minecraft:tropical_fish (from Spirit) +- minecraft:turtle (from Spirit) +- minecraft:vindicator (from Spirit) +- minecraft:wither_skeleton (from Spirit) +- minecraft:wolf (from Spirit) +- minecraft:zoglin (from Spirit) +- minecraft:zombie_villager (from Spirit) + +#minecraft:arrows +- minecraft:arrow (from Default) +- minecraft:spectral_arrow (from Default) +- bewitchment:silver_arrow (from Bewitchment) +- supplementaries:rope_arrow (from Supplementaries) +- twilightforest:ice_arrow (from The Twilight Forest) +- twilightforest:seeker_arrow (from The Twilight Forest) + +#bewitchment:taglock_blacklist +- #c:bosses (from Bewitchment) + +#naturalist:snake_hostiles +- minecraft:rabbit (from Naturalist) +- minecraft:chicken (from Naturalist) +- minecraft:silverfish (from Naturalist) +- naturalist:snail (from Naturalist) + +#naturalist:vulture_hostiles +- minecraft:zombie (from Naturalist) +- minecraft:zombie_villager (from Naturalist) +- minecraft:husk (from Naturalist) +- minecraft:zombified_piglin (from Naturalist) +- minecraft:zoglin (from Naturalist) +- minecraft:zombie_horse (from Naturalist) + +#ftbchunks:entity_interact_whitelist + +#forge:bosses +- deeperdarker:stalker (from Deeper and Darker) + +#c:minecarts +- minecraft:minecart (from Fabric Convention Tags) +- minecraft:tnt_minecart (from Fabric Convention Tags) +- minecraft:chest_minecart (from Fabric Convention Tags) +- minecraft:furnace_minecart (from Fabric Convention Tags) +- minecraft:command_block_minecart (from Fabric Convention Tags) +- minecraft:hopper_minecart (from Fabric Convention Tags) +- minecraft:spawner_minecart (from Fabric Convention Tags) + +#twilightforest:rides_obstruct_snatching +- twilightforest:pinch_beetle (from The Twilight Forest) +- twilightforest:yeti (from The Twilight Forest) +- twilightforest:alpha_yeti (from The Twilight Forest) + +#twilightforest:lifedrain_drops_no_flesh +- #minecraft:skeletons (from The Twilight Forest) +- minecraft:iron_golem (from The Twilight Forest) +- minecraft:shulker (from The Twilight Forest) +- minecraft:skeleton_horse (from The Twilight Forest) +- minecraft:slime (from The Twilight Forest) +- minecraft:snow_golem (from The Twilight Forest) +- twilightforest:carminite_golem (from The Twilight Forest) +- twilightforest:death_tome (from The Twilight Forest) +- twilightforest:ice_crystal (from The Twilight Forest) +- twilightforest:knight_phantom (from The Twilight Forest) +- twilightforest:lich (from The Twilight Forest) +- twilightforest:maze_slime (from The Twilight Forest) +- twilightforest:mosquito_swarm (from The Twilight Forest) +- twilightforest:snow_guardian (from The Twilight Forest) +- twilightforest:stable_ice_core (from The Twilight Forest) +- twilightforest:unstable_ice_core (from The Twilight Forest) +- twilightforest:wraith (from The Twilight Forest) + +#minecraft:axolotl_always_hostiles +- minecraft:drowned (from Default) +- minecraft:guardian (from Default) +- minecraft:elder_guardian (from Default) + +#minecraft:freeze_immune_entity_types +- minecraft:stray (from Default) +- minecraft:polar_bear (from Default) +- minecraft:snow_golem (from Default) +- minecraft:wither (from Default) +- adventurez:summoner (from AdventureZ) +- ecologics:penguin (from Ecologics) +- rottencreatures:frostbitten (from Rotten Creatures) +- twilightforest:penguin (from The Twilight Forest) +- twilightforest:stable_ice_core (from The Twilight Forest) +- twilightforest:unstable_ice_core (from The Twilight Forest) +- twilightforest:snow_guardian (from The Twilight Forest) +- twilightforest:ice_crystal (from The Twilight Forest) +- twilightforest:wraith (from The Twilight Forest) +- twilightforest:knight_phantom (from The Twilight Forest) +- twilightforest:winter_wolf (from The Twilight Forest) +- twilightforest:yeti (from The Twilight Forest) +- #twilightforest:bosses (from The Twilight Forest) + +#twilightforest:bosses +- twilightforest:naga (from The Twilight Forest) +- twilightforest:lich (from The Twilight Forest) +- twilightforest:minoshroom (from The Twilight Forest) +- twilightforest:hydra (from The Twilight Forest) +- twilightforest:knight_phantom (from The Twilight Forest) +- twilightforest:ur_ghast (from The Twilight Forest) +- twilightforest:alpha_yeti (from The Twilight Forest) +- twilightforest:snow_queen (from The Twilight Forest) +- twilightforest:plateau_boss (from The Twilight Forest) + +#ad_astra:entities/fire_immune +- ad_astra:pygro (from Ad Astra!) +- ad_astra:zombified_pygro (from Ad Astra!) +- ad_astra:pygro_brute (from Ad Astra!) +- ad_astra:mogler (from Ad Astra!) +- ad_astra:zombified_mogler (from Ad Astra!) +- ad_astra:sulfur_creeper (from Ad Astra!) +- ad_astra:lunarian_wandering_trader (from Ad Astra!) + +#c:slimes +- minecraft:slime (from Slimy Boyos) +- minecraft:magma_cube (from Slimy Boyos) +- the_bumblezone:honey_slime (from The Bumblezone - Fabric) + +#c:pollen +- the_bumblezone:pollen_puff (from The Bumblezone - Fabric) + +#biomemakeover:owl_targets +- minecraft:rabbit (from Biome Makeover) +- minecraft:chicken (from Biome Makeover) +- minecraft:silverfish (from Biome Makeover) +- minecraft:endermite (from Biome Makeover) +- minecraft:bat (from Biome Makeover) +- biomemakeover:toad (from Biome Makeover) +- biomemakeover:blightbat (from Biome Makeover) +- biomemakeover:dragonfly (from Biome Makeover) +- biomemakeover:lightning_bug (from Biome Makeover) +- biomemakeover:lightning_bug_alternate (from Biome Makeover) + +#strongersnowballs:hurt_by_snow +- minecraft:magma_cube (from StrongerSnowballs) +- minecraft:strider (from StrongerSnowballs) + +#naturalist:lion_hostiles +- naturalist:rhino (from Naturalist) +- minecraft:horse (from Naturalist) + +#snowyspirit:sled_pullers +- minecraft:wolf (from Snowy Spirit) +- minecraft:fox (from Snowy Spirit) +- quark:shiba? (from Snowy Spirit) +- quark:foxhound? (from Snowy Spirit) +- alexsmobs:grizzly_bear? (from Snowy Spirit) +- doggytalents:dog? (from Snowy Spirit) + +#friendlyfire:general_protection + +#minecraft:frog_food +- minecraft:slime (from Default) +- minecraft:magma_cube (from Default) +- biomemakeover:dragonfly (from Biome Makeover) +- biomemakeover:lightning_bug (from Biome Makeover) +- biomemakeover:lightning_bug_alternate (from Biome Makeover) +- naturalist:firefly (from Naturalist) +- twilightforest:maze_slime (from The Twilight Forest) + +#forge:boats +- #byg:boats (from Oh The Biomes You'll Go) + +#requiem:possession_blacklist +- bewitchment:leonard (from Bewitchment) +- bewitchment:baphomet (from Bewitchment) +- bewitchment:lilith (from Bewitchment) +- bewitchment:herne (from Bewitchment) + +#c:bosses +- adventurez:stone_golem (from AdventureZ) +- adventurez:the_eye (from AdventureZ) +- adventurez:void_shadow (from AdventureZ) +- minecraft:ender_dragon (from Bewitchment) +- minecraft:wither (from Bewitchment) +- bewitchment:leonard (from Bewitchment) +- bewitchment:baphomet (from Bewitchment) +- bewitchment:lilith (from Bewitchment) +- bewitchment:herne (from Bewitchment) +- botania:doppleganger (from Botania) +- minecraft:ender_dragon (from Fabric Convention Tags) +- minecraft:wither (from Fabric Convention Tags) +- minecraft:ender_dragon (from Porting Lib Tags) +- minecraft:wither (from Porting Lib Tags) +- #twilightforest:bosses (from The Twilight Forest) + +#the_bumblezone:blacklisted_bee_cannon_bees + +#farmersdelight:horse_feed_users +- minecraft:horse (from Farmer's Delight) +- minecraft:skeleton_horse (from Farmer's Delight) +- minecraft:zombie_horse (from Farmer's Delight) +- minecraft:donkey (from Farmer's Delight) +- minecraft:mule (from Farmer's Delight) +- minecraft:llama (from Farmer's Delight) + +#the_bumblezone:bee_aggression_in_dimension/always_angry_at +- deeperdarker:sculk_centipede? (from The Bumblezone - Fabric) +- twilightforest:fire_beetle? (from The Bumblezone - Fabric) +- twilightforest:pinch_beetle? (from The Bumblezone - Fabric) +- blue_skies:infested_swarmer? (from The Bumblezone - Fabric) +- blue_skies:venom_spider? (from The Bumblezone - Fabric) +- blue_skies:polargeist? (from The Bumblezone - Fabric) +- biomemakeover:dragonfly? (from The Bumblezone - Fabric) +- alexsmobs:warped_mosco? (from The Bumblezone - Fabric) +- alexsmobs:cockroach? (from The Bumblezone - Fabric) +- alexsmobs:dropbear? (from The Bumblezone - Fabric) +- alexsmobs:sea_bear? (from The Bumblezone - Fabric) +- alexsmobs:tarantula_hawk? (from The Bumblezone - Fabric) +- wildlife:staghorn_beetle? (from The Bumblezone - Fabric) +- wildlife:rhino_beetle? (from The Bumblezone - Fabric) +- wildlife:june_beetle? (from The Bumblezone - Fabric) +- wildlife:stinkbug? (from The Bumblezone - Fabric) +- wildlife:dragonfly? (from The Bumblezone - Fabric) +- betterend:dragonfly? (from The Bumblezone - Fabric) +- unusualend:ender_blob? (from The Bumblezone - Fabric) +- pokecube:beartic? (from The Bumblezone - Fabric) +- pokecube:cubchoo? (from The Bumblezone - Fabric) +- pokecube:bewear? (from The Bumblezone - Fabric) +- pokecube:stufful? (from The Bumblezone - Fabric) +- pokecube:urshifu-single-strike? (from The Bumblezone - Fabric) +- pokecube:urshifu-rapid-strike? (from The Bumblezone - Fabric) +- pokecube:urshifu-single-strike-gmax? (from The Bumblezone - Fabric) +- pokecube:urshifu-rapid-strike-gmax? (from The Bumblezone - Fabric) +- pokecube:kubfu? (from The Bumblezone - Fabric) +- pokecube:beartic? (from The Bumblezone - Fabric) +- pokecube:munchlax? (from The Bumblezone - Fabric) +- pokecube:snorlax? (from The Bumblezone - Fabric) +- pokecube:snorlax-gmax? (from The Bumblezone - Fabric) +- pokecube:pancham? (from The Bumblezone - Fabric) +- pokecube:pangoro? (from The Bumblezone - Fabric) +- pokecube:ursaring? (from The Bumblezone - Fabric) +- pokecube:teddiursa? (from The Bumblezone - Fabric) +- pokecube:pangoro? (from The Bumblezone - Fabric) +- swampier_swamps:dragonfly? (from The Bumblezone - Fabric) +- infernalexp:warpbeetle? (from The Bumblezone - Fabric) +- crittersandcompanions:dragonfly? (from The Bumblezone - Fabric) + +#minecraft:raiders +- minecraft:evoker (from Default) +- minecraft:pillager (from Default) +- minecraft:ravager (from Default) +- minecraft:vindicator (from Default) +- minecraft:illusioner (from Default) +- minecraft:witch (from Default) +- biomemakeover:adjudicator (from Biome Makeover) +- takesapillage:archer (from Takes a Pillage) +- takesapillage:skirmisher (from Takes a Pillage) +- takesapillage:legioner (from Takes a Pillage) + +#byg:all/boats +- #byg:boats? (from Oh The Biomes You'll Go) +- #c:boats? (from Oh The Biomes You'll Go) +- #forge:boats? (from Oh The Biomes You'll Go) + +#minecraft:axolotl_hunt_targets +- minecraft:tropical_fish (from Default) +- minecraft:pufferfish (from Default) +- minecraft:salmon (from Default) +- minecraft:cod (from Default) +- minecraft:squid (from Default) +- minecraft:glow_squid (from Default) +- minecraft:tadpole (from Default) +- biomemakeover:glowfish (from Biome Makeover) + +#naturalist:deer_predators +- naturalist:bear (from Naturalist) + +#requiem:humans +- bewitchment:vampire (from Bewitchment) +- bewitchment:werewolf (from Bewitchment) + +#supplementaries:eats_fodder +- minecraft:pig? (from Supplementaries) +- minecraft:cow? (from Supplementaries) +- minecraft:sheep? (from Supplementaries) +- minecraft:chicken? (from Supplementaries) +- minecraft:goat? (from Supplementaries) +- minecraft:mooshroom? (from Supplementaries) +- autumnity:snail? (from Supplementaries) +- alexsmobs:raccoon? (from Supplementaries) +- alexsmobs:elephant? (from Supplementaries) + +#supplementaries:tickable_when_captured +- minecraft:endermite? (from Supplementaries) +- feywild:spring_pixie? (from Supplementaries) +- feywild:autumn_pixie? (from Supplementaries) +- feywild:summer_pixie? (from Supplementaries) +- feywild:winter_pixie? (from Supplementaries) +- alexsmobs:mimicube? (from Supplementaries) +- iceandfire:pixie? (from Supplementaries) +- druidcraft:lunar_moth? (from Supplementaries) +- druidcraft:dreadfish? (from Supplementaries) + +#supplementaries:flute_pet +- minecraft:horse? (from Supplementaries) +- minecraft:zombie_horse? (from Supplementaries) +- minecraft:skeleton_horse? (from Supplementaries) +- minecraft:llama? (from Supplementaries) +- minecraft:mule? (from Supplementaries) +- minecraft:donkey? (from Supplementaries) +- minecraft:fox? (from Supplementaries) +- horse_colors:horse_felinoid? (from Supplementaries) +- ecologics:camel? (from Supplementaries) + +#the_bumblezone:bee_aggression_in_dimension/forced_calm_at +- blue_skies:firefly? (from The Bumblezone - Fabric) +- naturalist:caterpillar? (from The Bumblezone - Fabric) +- naturalist:butterfly? (from The Bumblezone - Fabric) +- naturalist:snail? (from The Bumblezone - Fabric) +- twilightforest:helmet_crab? (from The Bumblezone - Fabric) +- biomemakeover:helmet_crab? (from The Bumblezone - Fabric) +- biomemakeover:moth? (from The Bumblezone - Fabric) +- wonderouswilds:firefly? (from The Bumblezone - Fabric) +- evilcraft:werewolf? (from The Bumblezone - Fabric) +- quark:crab? (from The Bumblezone - Fabric) +- autumnity:snail? (from The Bumblezone - Fabric) +- alexsmobs:lobster? (from The Bumblezone - Fabric) +- alexsmobs:endergrade? (from The Bumblezone - Fabric) +- alexsmobs:mantis_shrimp? (from The Bumblezone - Fabric) +- alexsmobs:banana_slug? (from The Bumblezone - Fabric) +- wildlife:spicebush_butterfly? (from The Bumblezone - Fabric) +- wildlife:monarch_butterfly? (from The Bumblezone - Fabric) +- wildlife:glasswing_butterfly? (from The Bumblezone - Fabric) +- wildlife:tiger_butterfly? (from The Bumblezone - Fabric) +- wildlife:morpho_butterfly? (from The Bumblezone - Fabric) +- wildlife:snail? (from The Bumblezone - Fabric) +- wildlife:sunflowerbeetle? (from The Bumblezone - Fabric) +- wildlife:ladybug? (from The Bumblezone - Fabric) +- betterend:silk_moth? (from The Bumblezone - Fabric) +- betternether:firefly? (from The Bumblezone - Fabric) +- lovely_snails:snail? (from The Bumblezone - Fabric) +- whisperwoods:moth? (from The Bumblezone - Fabric) +- wonderouswilds:firefly? (from The Bumblezone - Fabric) +- infernalexp:glowsilk_moth? (from The Bumblezone - Fabric) + +#supplementaries:rotatable +- dummmmmmy:target_dummy? (from Supplementaries) +- minecraft:armor_stand (from Supplementaries) + +#tramplenomore:prevent_trampling + +#twilightforest:sortable_entities +- minecraft:chest_minecart (from The Twilight Forest) +- minecraft:hopper_minecart (from The Twilight Forest) +- minecraft:llama (from The Twilight Forest) +- minecraft:trader_llama (from The Twilight Forest) +- minecraft:donkey (from The Twilight Forest) +- minecraft:mule (from The Twilight Forest) + +#supplementaries:jar_catchable +- minecraft:slime? (from Supplementaries) +- minecraft:bee? (from Supplementaries) +- minecraft:magma_cube? (from Supplementaries) +- feywild:spring_pixie? (from Supplementaries) +- feywild:autumn_pixie? (from Supplementaries) +- feywild:summer_pixie? (from Supplementaries) +- feywild:winter_pixie? (from Supplementaries) +- bettermushroom:mushrooms_spores? (from Supplementaries) +- untamedwilds:tarantula? (from Supplementaries) +- wyrmroost:coin_dragon? (from Supplementaries) +- fantasy:unicorn? (from Supplementaries) +- alexsmobs:enderiophage? (from Supplementaries) +- iceandfire:pixie? (from Supplementaries) +- alexsmobs:fly? (from Supplementaries) +- alexsmobs:hummingbird? (from Supplementaries) +- alexsmobs:cockroach? (from Supplementaries) +- terraincognita:butterfly? (from Supplementaries) +- buzzierbees:honey_slime? (from Supplementaries) +- mysticalworld:frog? (from Supplementaries) +- mysticalworld:beetle? (from Supplementaries) +- mysticalworld:silkworm? (from Supplementaries) +- druidcraft:lunar_moth? (from Supplementaries) +- druidcraft:dreadfish? (from Supplementaries) +- betterendforge:end_slime? (from Supplementaries) +- betterendforge:dragonfly? (from Supplementaries) +- betterendforge:silk_moth? (from Supplementaries) +- savageandravage:creepie? (from Supplementaries) +- betteranimalsplus:butterfly? (from Supplementaries) +- whisperwoods:moth? (from Supplementaries) +- infernalexp:glowsilk_moth? (from Supplementaries) +- fins:river_pebble_snail? (from Supplementaries) +- tconstruct:sky_slime? (from Supplementaries) +- twilightforest:maze_slime? (from Supplementaries) +- biomemakeover:dragonfly? (from Supplementaries) +- naturalist:firefly? (from Supplementaries) +- cnb:sporeling? (from Supplementaries) +- crittersandcompanions:dragonfly? (from Supplementaries) +- crittersandcompanions:leaf_insect? (from Supplementaries) +- alexsmobs:cockroach? (from Supplementaries) +- alexsmobs:leafcutter_ant? (from Supplementaries) +- biomemakeover:rootling? (from Supplementaries) +- naturalist:butterfly? (from Supplementaries) +- mushlings:mushling? (from Supplementaries) +- quark:crab? (from Supplementaries) +- quark:frog? (from Supplementaries) +- sprout:bounce_bug? (from Supplementaries) +- unusualend:ender_firefly? (from Supplementaries) +- naturalist:caterpillar? (from Supplementaries) + +#ftbquests:no_loot_crates + +#bewitchment:encounter_fortune +- minecraft:husk (from Bewitchment) +- minecraft:stray (from Bewitchment) +- minecraft:witch (from Bewitchment) +- minecraft:vindicator (from Bewitchment) +- minecraft:blaze (from Bewitchment) +- bewitchment:hellhound (from Bewitchment) + +#supplementaries:jar_baby_catchable +- minecraft:rabbit (from Supplementaries) + +#minecraft:freeze_hurts_extra_types +- minecraft:strider (from Default) +- minecraft:blaze (from Default) +- minecraft:magma_cube (from Default) +- adventurez:stone_golem (from AdventureZ) +- adventurez:small_stone_golem (from AdventureZ) +- twilightforest:fire_beetle (from The Twilight Forest) + +#twilightforest:dont_kill_bugs +- twilightforest:moonworm_shot (from The Twilight Forest) + +#bewitchment:insanity_blacklist +- minecraft:creeper (from Bewitchment) +- minecraft:witch (from Bewitchment) +- minecraft:ravager (from Bewitchment) + +#c:creepers +- creeperoverhaul:jungle_creeper (from Creeper Overhaul) +- creeperoverhaul:bamboo_creeper (from Creeper Overhaul) +- creeperoverhaul:desert_creeper (from Creeper Overhaul) +- creeperoverhaul:badlands_creeper (from Creeper Overhaul) +- creeperoverhaul:hills_creeper (from Creeper Overhaul) +- creeperoverhaul:savannah_creeper (from Creeper Overhaul) +- creeperoverhaul:mushroom_creeper (from Creeper Overhaul) +- creeperoverhaul:swamp_creeper (from Creeper Overhaul) +- creeperoverhaul:dripstone_creeper (from Creeper Overhaul) +- creeperoverhaul:cave_creeper (from Creeper Overhaul) +- creeperoverhaul:dark_oak_creeper (from Creeper Overhaul) +- creeperoverhaul:spruce_creeper (from Creeper Overhaul) +- creeperoverhaul:beach_creeper (from Creeper Overhaul) +- creeperoverhaul:snowy_creeper (from Creeper Overhaul) + +#brazier:brazier_whitelist +- minecraft:wither (from Brazier) +- minecraft:elder_guardian (from Brazier) +- minecraft:ender_dragon (from Brazier) +- minecraft:warden (from Brazier) + +#bewitchment:has_blood +- minecraft:player (from Bewitchment) +- minecraft:villager (from Bewitchment) +- minecraft:wandering_trader (from Bewitchment) +- minecraft:witch (from Bewitchment) +- minecraft:pillager (from Bewitchment) +- minecraft:vindicator (from Bewitchment) +- minecraft:evoker (from Bewitchment) +- minecraft:illusioner (from Bewitchment) +- minecraft:piglin (from Bewitchment) +- minecraft:piglin_brute (from Bewitchment) +- bewitchment:vampire (from Bewitchment) + +#hexcasting:sticky_teleporters +- create:contraption? (from Hex Casting) +- create:stationary_contraption? (from Hex Casting) +- create:gantry_contraption? (from Hex Casting) +- create:carriage_contraption? (from Hex Casting) +- minecraft:pig (from Hex Casting) +- minecraft:strider (from Hex Casting) +- minecraft:horse (from Hex Casting) +- minecraft:skeleton_horse (from Hex Casting) +- minecraft:zombie_horse (from Hex Casting) +- minecraft:mule (from Hex Casting) +- minecraft:donkey (from Hex Casting) +- minecraft:llama (from Hex Casting) +- minecraft:trader_llama (from Hex Casting) + +#the_bumblezone:hanging_gardens_initial_spawn_entities +- blue_skies:firefly? (from The Bumblezone - Fabric) +- naturalist:caterpillar? (from The Bumblezone - Fabric) +- naturalist:butterfly? (from The Bumblezone - Fabric) +- naturalist:snail? (from The Bumblezone - Fabric) +- biomemakeover:moth? (from The Bumblezone - Fabric) +- wonderouswilds:firefly? (from The Bumblezone - Fabric) +- autumnity:snail? (from The Bumblezone - Fabric) +- alexsmobs:flutter? (from The Bumblezone - Fabric) +- alexsmobs:banana_slug? (from The Bumblezone - Fabric) +- wildlife:spicebush_butterfly? (from The Bumblezone - Fabric) +- wildlife:monarch_butterfly? (from The Bumblezone - Fabric) +- wildlife:glasswing_butterfly? (from The Bumblezone - Fabric) +- wildlife:tiger_butterfly? (from The Bumblezone - Fabric) +- wildlife:morpho_butterfly? (from The Bumblezone - Fabric) +- wildlife:snail? (from The Bumblezone - Fabric) +- wildlife:sunflowerbeetle? (from The Bumblezone - Fabric) +- wildlife:ladybug? (from The Bumblezone - Fabric) +- lovely_snails:snail? (from The Bumblezone - Fabric) +- whisperwoods:moth? (from The Bumblezone - Fabric) +- natural_decoration:white_butterfly? (from The Bumblezone - Fabric) +- natural_decoration:yellow_butterfly? (from The Bumblezone - Fabric) +- natural_decoration:morpho_butterfly? (from The Bumblezone - Fabric) +- natural_decoration:morpho_butterfly? (from The Bumblezone - Fabric) +- natural_decoration:snailone? (from The Bumblezone - Fabric) +- natural_decoration:snailtwo? (from The Bumblezone - Fabric) +- natural_decoration:snailthree? (from The Bumblezone - Fabric) +- cnb:minipad? (from The Bumblezone - Fabric) +- cnb:lizard? (from The Bumblezone - Fabric) +- infernalexp:glowsilk_moth? (from The Bumblezone - Fabric) +- ob_aquamirae:golden_moth? (from The Bumblezone - Fabric) +- crittersandcompanions:leaf_insect? (from The Bumblezone - Fabric) + +#supplementaries:cage_catchable +- minecraft:slime? (from Supplementaries) +- minecraft:vex? (from Supplementaries) +- minecraft:bee? (from Supplementaries) +- minecraft:frog? (from Supplementaries) +- minecraft:allay? (from Supplementaries) +- minecraft:magma_cube? (from Supplementaries) +- minecraft:endermite? (from Supplementaries) +- minecraft:parrot? (from Supplementaries) +- minecraft:rabbit? (from Supplementaries) +- minecraft:cat? (from Supplementaries) +- minecraft:chicken? (from Supplementaries) +- minecraft:bat? (from Supplementaries) +- minecraft:fox? (from Supplementaries) +- minecraft:ocelot? (from Supplementaries) +- ecologics:lizard? (from Supplementaries) +- feywild:spring_pixie? (from Supplementaries) +- feywild:autumn_pixie? (from Supplementaries) +- feywild:summer_pixie? (from Supplementaries) +- feywild:winter_pixie? (from Supplementaries) +- eanimod:enhanced_chicken? (from Supplementaries) +- eanimod:enhanced_rabbit? (from Supplementaries) +- quark:foxhound? (from Supplementaries) +- bettermushroom:shroomie? (from Supplementaries) +- bettermushroom:shroomie_eater? (from Supplementaries) +- bettermushroom:mushrooms_spores? (from Supplementaries) +- untamedwilds:softshell_turtle? (from Supplementaries) +- untamedwilds:tortoise? (from Supplementaries) +- untamedwilds:tarantula? (from Supplementaries) +- wyrmroost:lesser_desertwyrm? (from Supplementaries) +- wyrmroost:roost_stalker? (from Supplementaries) +- wyrmroost:coin_dragon? (from Supplementaries) +- infernalexp:voline? (from Supplementaries) +- infernalexp:shroomloin? (from Supplementaries) +- kobolds:kobold_zombie? (from Supplementaries) +- kobolds:kobold_child? (from Supplementaries) +- fins:mudhorse? (from Supplementaries) +- alexsmobs:raccoon? (from Supplementaries) +- alexsmobs:mungus? (from Supplementaries) +- alexsmobs:tasmanian_devil? (from Supplementaries) +- alexsmobs:enderiophage? (from Supplementaries) +- alexsmobs:platypus? (from Supplementaries) +- alexsmobs:crow? (from Supplementaries) +- alexsmobs:mimicube? (from Supplementaries) +- iceandfire:pixie? (from Supplementaries) +- alexsmobs:fly? (from Supplementaries) +- alexsmobs:hummingbird? (from Supplementaries) +- alexsmobs:cockroach? (from Supplementaries) +- terraincognita:butterfly? (from Supplementaries) +- buzzierbees:honey_slime? (from Supplementaries) +- mysticalworld:frog? (from Supplementaries) +- mysticalworld:beetle? (from Supplementaries) +- mysticalworld:silkworm? (from Supplementaries) +- druidcraft:lunar_moth? (from Supplementaries) +- druidcraft:dreadfish? (from Supplementaries) +- swampexpansion:slabfish? (from Supplementaries) +- endergetic:puff_bug? (from Supplementaries) +- betterendforge:end_slime? (from Supplementaries) +- betterendforge:dragonfly? (from Supplementaries) +- betterendforge:silk_moth? (from Supplementaries) +- savageandravage:creepie? (from Supplementaries) +- betteranimalsplus:butterfly? (from Supplementaries) +- whisperwoods:moth? (from Supplementaries) +- fins:river_pebble_snail? (from Supplementaries) +- tconstruct:sky_slime? (from Supplementaries) +- twilightforest:maze_slime? (from Supplementaries) +- alexsmobs:roadrunner? (from Supplementaries) +- alexsmobs:rattlesnake? (from Supplementaries) +- alexsmobs:lobster? (from Supplementaries) +- alexsmobs:capuchin_monkey? (from Supplementaries) +- mysticalworld:silver_fox? (from Supplementaries) +- mysticalworld:sprout? (from Supplementaries) +- mysticalworld:endermini? (from Supplementaries) +- mysticalworld:lava_cat? (from Supplementaries) +- mysticalworld:owl? (from Supplementaries) +- mysticalworld:hell_sprout? (from Supplementaries) +- quark:crab? (from Supplementaries) +- quark:foxhound? (from Supplementaries) +- quark:stoneling? (from Supplementaries) +- quark:frog? (from Supplementaries) +- rats:rat? (from Supplementaries) +- rats:piper? (from Supplementaries) +- rats:plague_doctor? (from Supplementaries) +- rats:black_death? (from Supplementaries) +- rats:plague_cloud? (from Supplementaries) +- rats:plague_beast? (from Supplementaries) +- rats:rat_king? (from Supplementaries) +- rats:demon_rat? (from Supplementaries) +- rats:ratlantean_spirit? (from Supplementaries) +- rats:ratlantean_automation? (from Supplementaries) +- rats:feral_ratlantean? (from Supplementaries) +- rats:neo_ratlantean? (from Supplementaries) +- rats:pirat? (from Supplementaries) +- rats:ghost_pirat? (from Supplementaries) +- rats:dutchrat? (from Supplementaries) +- rats:ratfish? (from Supplementaries) +- rats:ratlantean_ratbot? (from Supplementaries) +- rats:rat_baron? (from Supplementaries) +- goblintraders:goblin_trader? (from Supplementaries) +- goblintraders:vein_goblin_trader? (from Supplementaries) +- autumnity:snail? (from Supplementaries) +- betteranimalsplus:lammergeier? (from Supplementaries) +- betteranimalsplus:songbird? (from Supplementaries) +- betteranimalsplus:pheasant? (from Supplementaries) +- betteranimalsplus:squirrel? (from Supplementaries) +- betteranimalsplus:badger? (from Supplementaries) +- betteranimalsplus:turkey? (from Supplementaries) +- exoticbirds:roadrunner? (from Supplementaries) +- exoticbirds:hummingbird? (from Supplementaries) +- exoticbirds:woodpecker? (from Supplementaries) +- exoticbirds:kingfisher? (from Supplementaries) +- exoticbirds:toucan? (from Supplementaries) +- exoticbirds:macaw? (from Supplementaries) +- exoticbirds:magpie? (from Supplementaries) +- exoticbirds:kiwi? (from Supplementaries) +- exoticbirds:owl? (from Supplementaries) +- exoticbirds:gouldianfinch? (from Supplementaries) +- exoticbirds:gull? (from Supplementaries) +- exoticbirds:pigeon? (from Supplementaries) +- exoticbirds:penguin? (from Supplementaries) +- exoticbirds:duck? (from Supplementaries) +- exoticbirds:booby? (from Supplementaries) +- exoticbirds:cardinal? (from Supplementaries) +- exoticbirds:bluejay? (from Supplementaries) +- exoticbirds:robin? (from Supplementaries) +- exoticbirds:kookaburra? (from Supplementaries) +- exoticbirds:budgerigar? (from Supplementaries) +- exoticbirds:cockatoo? (from Supplementaries) +- swampexpansion:slabfish? (from Supplementaries) +- betteranimalsplus:horseshoecrab? (from Supplementaries) +- betteranimalsplus:crab? (from Supplementaries) +- whisperwoods:wisp? (from Supplementaries) +- undergarden:muncher? (from Supplementaries) +- undergarden:scintling? (from Supplementaries) +- undergarden:rotling? (from Supplementaries) +- undergarden:sploogie? (from Supplementaries) +- dungeonsmod:crow? (from Supplementaries) +- dungeonsmod:anthermite? (from Supplementaries) +- pandoras_creatures:crab? (from Supplementaries) +- twilightforest:raven? (from Supplementaries) +- twilightforest:bunny? (from Supplementaries) +- twilightforest:penguin? (from Supplementaries) +- twilightforest:tiny_bird? (from Supplementaries) +- twilightforest:squirrel? (from Supplementaries) +- twilightforest:kobold? (from Supplementaries) +- twilightforest:death_tome? (from Supplementaries) +- environmental:duck? (from Supplementaries) +- environmental:cardinal? (from Supplementaries) +- environmental:fennec_fox? (from Supplementaries) +- environmental:slabfish? (from Supplementaries) +- environmental:penguin? (from Supplementaries) +- fins:flatback_leaf_snail? (from Supplementaries) +- fins:penglil? (from Supplementaries) +- fins:river_pebble_snail? (from Supplementaries) +- fins:siderol_whiskered_snail? (from Supplementaries) +- fins:red_bull_crab? (from Supplementaries) +- fins:white_bull_crab? (from Supplementaries) +- habitat:pooka? (from Supplementaries) +- habitat:passerine? (from Supplementaries) +- biomemakeover:dragonfly? (from Supplementaries) +- alexsmobs:seagull? (from Supplementaries) +- alexsmobs:toucan? (from Supplementaries) +- alexsmobs:jerboa? (from Supplementaries) +- alexsmobs:jerboa? (from Supplementaries) +- alexsmobs:potoo? (from Supplementaries) +- alexsmobs:flutter? (from Supplementaries) +- alexsmobs:rain_frog? (from Supplementaries) +- alexsmobs:sugar_glider? (from Supplementaries) +- naturalist:bluejay? (from Supplementaries) +- naturalist:canary? (from Supplementaries) +- naturalist:cardinal? (from Supplementaries) +- naturalist:robin? (from Supplementaries) +- naturalist:vulture? (from Supplementaries) +- alexsmobs:crow? (from Supplementaries) +- alexsmobs:toucan? (from Supplementaries) +- alexsmobs:seagull? (from Supplementaries) +- alexsmobs:bald_eagle? (from Supplementaries) +- biomemakeover:owl? (from Supplementaries) +- ecologics:penguin? (from Supplementaries) +- winteroverhaul:robin? (from Supplementaries) +- untitledduckmod:duck? (from Supplementaries) +- duckling:duck? (from Supplementaries) +- goblintraders:goblin_trader? (from Supplementaries) +- goblintraders:vein_goblin_trader? (from Supplementaries) +- sprout:elephant? (from Supplementaries) +- alexsmobs:jerboa? (from Supplementaries) +- hedgehog:hedgehog? (from Supplementaries) +- cnb:lizard? (from Supplementaries) +- cutehermitcrabs:hermit_crab? (from Supplementaries) +- ecologics:coconut_crab? (from Supplementaries) +- biomemakeover:scuttler? (from Supplementaries) +- ars_nouveau:starbuncle? (from Supplementaries) +- ars_nouveau:whirlisprig? (from Supplementaries) + +#the_bumblezone:enderpearl_teleporting/target_entity_hit_low + +#vitalize:revitalizer_blacklist +- minecraft:giant (from Vitalize) + +#hexcasting:cannot_teleport +- create:stationary_contraption? (from Hex Casting) +- create:gantry_contraption? (from Hex Casting) +- create:carriage_contraption? (from Hex Casting) +- create:super_glue? (from Hex Casting) +- create:crafting_blueprint? (from Hex Casting) +- create:seat? (from Hex Casting) +- minecraft:wither (from Hex Casting) +- minecraft:end_crystal (from Hex Casting) +- minecraft:ender_dragon (from Hex Casting) +- minecraft:item_frame (from Hex Casting) +- minecraft:painting (from Hex Casting) +- minecraft:leash_knot (from Hex Casting) +- minecraft:marker (from Hex Casting) diff --git a/kubejs/exported/tags/minecraft/float_provider_type.txt b/kubejs/exported/tags/minecraft/float_provider_type.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/float_provider_type.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/fluid.txt b/kubejs/exported/tags/minecraft/fluid.txt new file mode 100644 index 0000000..56e4212 --- /dev/null +++ b/kubejs/exported/tags/minecraft/fluid.txt @@ -0,0 +1,194 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM + +#spectrum:lagoon_rod_fishable_in +- #minecraft:water (from Spectrum) +- #spectrum:mud (from Spectrum) +- #spectrum:liquid_crystal (from Spectrum) + +#c:fuel +- #ad_astra:fuel (from Ad Astra!) + +#minecraft:water +- minecraft:water (from Default) +- minecraft:flowing_water (from Default) +- ad_astra:fuel (from Ad Astra!) +- ad_astra:flowing_fuel (from Ad Astra!) +- ad_astra:oil (from Ad Astra!) +- ad_astra:flowing_oil (from Ad Astra!) +- ad_astra:cryo_fuel (from Ad Astra!) +- ad_astra:flowing_cryo_fuel (from Ad Astra!) +- create:flowing_honey (from Create) +- create:honey (from Create) +- create:flowing_chocolate (from Create) +- create:chocolate (from Create) +- indrev:coolant_still (from Industrial Revolution) +- indrev:coolant_flowing (from Industrial Revolution) +- indrev:sulfuric_acid_still (from Industrial Revolution) +- indrev:sulfuric_acid_flowing (from Industrial Revolution) +- indrev:toxic_mud_still (from Industrial Revolution) +- indrev:toxic_mud_flowing (from Industrial Revolution) +- milk:flowing_milk? (from Milk Lib) +- milk:still_milk? (from Milk Lib) +- minecells:sewage (from Mine Cells) +- minecells:flowing_sewage (from Mine Cells) +- minecells:ancient_sewage (from Mine Cells) +- minecells:flowing_ancient_sewage (from Mine Cells) +- the_bumblezone:sugar_water_still (from The Bumblezone - Fabric) +- the_bumblezone:sugar_water_flowing (from The Bumblezone - Fabric) +- xps:xp_fluid (from Xp Obelisk) +- xps:flowing_xp (from Xp Obelisk) + +#spectrum:swimmable_fluid +- #spectrum:liquid_crystal (from Spectrum) +- #spectrum:mud (from Spectrum) +- #spectrum:midnight_solution (from Spectrum) + +#ad_astra:oxygen +- ad_astra:oxygen (from Ad Astra!) + +#ad_astra_platform:oil +- #c:oil? (from Ad Astra!) +- #forge:oil? (from Ad Astra!) + +#c:tea +- create:flowing_tea (from Create) +- create:tea (from Create) + +#the_bumblezone:special_honey_like +- #the_bumblezone:honey (from The Bumblezone - Fabric) +- #the_bumblezone:royal_jelly (from The Bumblezone - Fabric) + +#c:oil +- #ad_astra:oil (from Ad Astra!) + +#twilightforest:fire_jet_fuel +- #minecraft:lava (from The Twilight Forest) + +#c:visual/water +- minecraft:water (from The Bumblezone - Fabric) +- minecraft:flowing_water (from The Bumblezone - Fabric) +- #the_bumblezone:sugar_water (from The Bumblezone - Fabric) + +#minecraft:lava +- minecraft:lava (from Default) +- minecraft:flowing_lava (from Default) +- indrev:molten_netherite_still (from Industrial Revolution) +- indrev:molten_netherite_flowing (from Industrial Revolution) +- indrev:molten_iron_still (from Industrial Revolution) +- indrev:molten_iron_flowing (from Industrial Revolution) +- indrev:molten_copper_still (from Industrial Revolution) +- indrev:molten_copper_flowing (from Industrial Revolution) +- indrev:molten_gold_still (from Industrial Revolution) +- indrev:molten_gold_flowing (from Industrial Revolution) +- indrev:molten_tin_still (from Industrial Revolution) +- indrev:molten_tin_flowing (from Industrial Revolution) +- indrev:molten_lead_still (from Industrial Revolution) +- indrev:molten_lead_flowing (from Industrial Revolution) +- indrev:molten_silver_still (from Industrial Revolution) +- indrev:molten_silver_flowing (from Industrial Revolution) + +#the_bumblezone:sugar_water +- the_bumblezone:sugar_water_still (from The Bumblezone - Fabric) +- the_bumblezone:sugar_water_flowing (from The Bumblezone - Fabric) + +#create:bottomless/deny + +#spectrum:midnight_solution +- spectrum:midnight_solution (from Spectrum) +- spectrum:flowing_midnight_solution (from Spectrum) + +#c:honey +- create:flowing_honey (from Create) +- create:honey (from Create) +- #the_bumblezone:honey (from The Bumblezone - Fabric) +- #the_bumblezone:royal_jelly (from The Bumblezone - Fabric) + +#ad_astra:fuel +- ad_astra:fuel (from Ad Astra!) +- ad_astra:flowing_fuel (from Ad Astra!) +- #ad_astra:efficient_fuel (from Ad Astra!) + +#ad_astra:efficient_fuel +- ad_astra:cryo_fuel (from Ad Astra!) +- ad_astra:flowing_cryo_fuel (from Ad Astra!) + +#create:bottomless/allow +- minecraft:water (from Create) +- minecraft:lava (from Create) + +#the_bumblezone:convertible_to_sugar_water +- minecraft:water (from The Bumblezone - Fabric) +- minecraft:flowing_water (from The Bumblezone - Fabric) +- #the_bumblezone:sugar_water (from The Bumblezone - Fabric) + +#c:oxygen +- #ad_astra:oxygen (from Ad Astra!) + +#c:visual/honey +- #the_bumblezone:honey (from The Bumblezone - Fabric) +- #the_bumblezone:royal_jelly (from The Bumblezone - Fabric) + +#ae2:blacklisted/annihilation_plane + +#spectrum:mud +- spectrum:mud (from Spectrum) +- spectrum:flowing_mud (from Spectrum) + +#c:milk +- milk:flowing_milk? (from Milk Lib) +- milk:still_milk? (from Milk Lib) + +#the_bumblezone:honey +- the_bumblezone:honey_fluid_still (from The Bumblezone - Fabric) +- the_bumblezone:honey_fluid_flowing (from The Bumblezone - Fabric) + +#c:water +- #minecraft:water? (from Fabric Convention Tags) + +#spectrum:molten_rod_fishable_in +- #minecraft:water (from Spectrum) +- #minecraft:lava (from Spectrum) +- #spectrum:mud (from Spectrum) +- #spectrum:liquid_crystal (from Spectrum) + +#c:lava +- #minecraft:lava? (from Fabric Convention Tags) + +#spectrum:midnight_solution_converted +- #spectrum:liquid_crystal (from Spectrum) + +#the_bumblezone:royal_jelly +- the_bumblezone:royal_jelly_fluid_still (from The Bumblezone - Fabric) +- the_bumblezone:royal_jelly_fluid_flowing (from The Bumblezone - Fabric) + +#ad_astra_platform:fuel +- #c:fuel? (from Ad Astra!) +- #forge:fuel? (from Ad Astra!) + +#spectrum:bedrock_rod_fishable_in +- #minecraft:water (from Spectrum) +- #minecraft:lava (from Spectrum) +- #spectrum:mud (from Spectrum) +- #spectrum:liquid_crystal (from Spectrum) +- #spectrum:midnight_solution (from Spectrum) + +#decorative_blocks:thatch +- decorative_blocks:thatch (from Decorative Blocks) +- decorative_blocks:flowing_thatch (from Decorative Blocks) + +#spectrum:liquid_crystal +- spectrum:liquid_crystal (from Spectrum) +- spectrum:flowing_liquid_crystal (from Spectrum) + +#c:chocolate +- create:flowing_chocolate (from Create) +- create:chocolate (from Create) + +#ad_astra_platform:oxygen +- #c:oxygen? (from Ad Astra!) +- #forge:oxygen? (from Ad Astra!) + +#ad_astra:oil +- ad_astra:oil (from Ad Astra!) +- ad_astra:flowing_oil (from Ad Astra!) +- techreborn:oil? (from Ad Astra!) diff --git a/kubejs/exported/tags/minecraft/frog_variant.txt b/kubejs/exported/tags/minecraft/frog_variant.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/frog_variant.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/game_event.txt b/kubejs/exported/tags/minecraft/game_event.txt new file mode 100644 index 0000000..ed3a821 --- /dev/null +++ b/kubejs/exported/tags/minecraft/game_event.txt @@ -0,0 +1,105 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM + +#minecraft:vibrations +- minecraft:block_attach (from Default) +- minecraft:block_change (from Default) +- minecraft:block_close (from Default) +- minecraft:block_destroy (from Default) +- minecraft:block_detach (from Default) +- minecraft:block_open (from Default) +- minecraft:block_place (from Default) +- minecraft:block_activate (from Default) +- minecraft:block_deactivate (from Default) +- minecraft:container_close (from Default) +- minecraft:container_open (from Default) +- minecraft:dispense_fail (from Default) +- minecraft:drink (from Default) +- minecraft:eat (from Default) +- minecraft:elytra_glide (from Default) +- minecraft:entity_damage (from Default) +- minecraft:entity_die (from Default) +- minecraft:entity_interact (from Default) +- minecraft:entity_place (from Default) +- minecraft:entity_roar (from Default) +- minecraft:entity_shake (from Default) +- minecraft:equip (from Default) +- minecraft:explode (from Default) +- minecraft:fluid_pickup (from Default) +- minecraft:fluid_place (from Default) +- minecraft:hit_ground (from Default) +- minecraft:instrument_play (from Default) +- minecraft:item_interact_finish (from Default) +- minecraft:lightning_strike (from Default) +- minecraft:note_block_play (from Default) +- minecraft:piston_contract (from Default) +- minecraft:piston_extend (from Default) +- minecraft:prime_fuse (from Default) +- minecraft:projectile_land (from Default) +- minecraft:projectile_shoot (from Default) +- minecraft:shear (from Default) +- minecraft:splash (from Default) +- minecraft:step (from Default) +- minecraft:swim (from Default) +- minecraft:teleport (from Default) +- minecraft:flap (from Default) + +#minecraft:ignore_vibrations_sneaking +- minecraft:hit_ground (from Default) +- minecraft:projectile_shoot (from Default) +- minecraft:step (from Default) +- minecraft:swim (from Default) +- minecraft:item_interact_start (from Default) +- minecraft:item_interact_finish (from Default) + +#geodes:echo_locator_can_listen +- geodes:crystal_resonate (from More Geodes) + +#minecraft:warden_can_listen +- minecraft:block_attach (from Default) +- minecraft:block_change (from Default) +- minecraft:block_close (from Default) +- minecraft:block_destroy (from Default) +- minecraft:block_detach (from Default) +- minecraft:block_open (from Default) +- minecraft:block_place (from Default) +- minecraft:block_activate (from Default) +- minecraft:block_deactivate (from Default) +- minecraft:container_close (from Default) +- minecraft:container_open (from Default) +- minecraft:dispense_fail (from Default) +- minecraft:drink (from Default) +- minecraft:eat (from Default) +- minecraft:elytra_glide (from Default) +- minecraft:entity_damage (from Default) +- minecraft:entity_die (from Default) +- minecraft:entity_interact (from Default) +- minecraft:entity_place (from Default) +- minecraft:entity_roar (from Default) +- minecraft:entity_shake (from Default) +- minecraft:equip (from Default) +- minecraft:explode (from Default) +- minecraft:fluid_pickup (from Default) +- minecraft:fluid_place (from Default) +- minecraft:hit_ground (from Default) +- minecraft:instrument_play (from Default) +- minecraft:item_interact_finish (from Default) +- minecraft:lightning_strike (from Default) +- minecraft:note_block_play (from Default) +- minecraft:piston_contract (from Default) +- minecraft:piston_extend (from Default) +- minecraft:prime_fuse (from Default) +- minecraft:projectile_land (from Default) +- minecraft:projectile_shoot (from Default) +- minecraft:shear (from Default) +- minecraft:splash (from Default) +- minecraft:step (from Default) +- minecraft:swim (from Default) +- minecraft:teleport (from Default) +- minecraft:shriek (from Default) +- #minecraft:shrieker_can_listen (from Default) + +#minecraft:allay_can_listen +- minecraft:note_block_play (from Default) + +#minecraft:shrieker_can_listen +- minecraft:sculk_sensor_tendrils_clicking (from Default) diff --git a/kubejs/exported/tags/minecraft/height_provider_type.txt b/kubejs/exported/tags/minecraft/height_provider_type.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/height_provider_type.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/instrument.txt b/kubejs/exported/tags/minecraft/instrument.txt new file mode 100644 index 0000000..4cbf18f --- /dev/null +++ b/kubejs/exported/tags/minecraft/instrument.txt @@ -0,0 +1,17 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM + +#minecraft:screaming_goat_horns +- minecraft:admire_goat_horn (from Default) +- minecraft:call_goat_horn (from Default) +- minecraft:yearn_goat_horn (from Default) +- minecraft:dream_goat_horn (from Default) + +#minecraft:goat_horns +- #minecraft:regular_goat_horns (from Default) +- #minecraft:screaming_goat_horns (from Default) + +#minecraft:regular_goat_horns +- minecraft:ponder_goat_horn (from Default) +- minecraft:sing_goat_horn (from Default) +- minecraft:seek_goat_horn (from Default) +- minecraft:feel_goat_horn (from Default) diff --git a/kubejs/exported/tags/minecraft/int_provider_type.txt b/kubejs/exported/tags/minecraft/int_provider_type.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/int_provider_type.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/islehopper_variant.txt b/kubejs/exported/tags/minecraft/islehopper_variant.txt new file mode 100644 index 0000000..9e1f0e1 --- /dev/null +++ b/kubejs/exported/tags/minecraft/islehopper_variant.txt @@ -0,0 +1,8 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 27, 2022, 9:29:15 PM + +#fishofthieves:default_islehopper_spawns +- fishofthieves:stone (from Fish of Thieves) +- fishofthieves:moss (from Fish of Thieves) +- fishofthieves:honey (from Fish of Thieves) +- fishofthieves:raven (from Fish of Thieves) +- fishofthieves:amethyst (from Fish of Thieves) diff --git a/kubejs/exported/tags/minecraft/item.txt b/kubejs/exported/tags/minecraft/item.txt new file mode 100644 index 0000000..d4030a3 --- /dev/null +++ b/kubejs/exported/tags/minecraft/item.txt @@ -0,0 +1,20670 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM + +#byg:buttons +- byg:aspen_button (from Oh The Biomes You'll Go) +- byg:baobab_button (from Oh The Biomes You'll Go) +- byg:blue_enchanted_button (from Oh The Biomes You'll Go) +- byg:bulbis_button (from Oh The Biomes You'll Go) +- byg:cherry_button (from Oh The Biomes You'll Go) +- byg:cika_button (from Oh The Biomes You'll Go) +- byg:cypress_button (from Oh The Biomes You'll Go) +- byg:ebony_button (from Oh The Biomes You'll Go) +- byg:embur_button (from Oh The Biomes You'll Go) +- byg:ether_button (from Oh The Biomes You'll Go) +- byg:fir_button (from Oh The Biomes You'll Go) +- byg:green_enchanted_button (from Oh The Biomes You'll Go) +- byg:holly_button (from Oh The Biomes You'll Go) +- byg:imparius_button (from Oh The Biomes You'll Go) +- byg:jacaranda_button (from Oh The Biomes You'll Go) +- byg:lament_button (from Oh The Biomes You'll Go) +- byg:mahogany_button (from Oh The Biomes You'll Go) +- byg:maple_button (from Oh The Biomes You'll Go) +- byg:nightshade_button (from Oh The Biomes You'll Go) +- byg:palm_button (from Oh The Biomes You'll Go) +- byg:pine_button (from Oh The Biomes You'll Go) +- byg:rainbow_eucalyptus_button (from Oh The Biomes You'll Go) +- byg:redwood_button (from Oh The Biomes You'll Go) +- byg:skyris_button (from Oh The Biomes You'll Go) +- byg:sythian_button (from Oh The Biomes You'll Go) +- byg:white_mangrove_button (from Oh The Biomes You'll Go) +- byg:willow_button (from Oh The Biomes You'll Go) +- byg:witch_hazel_button (from Oh The Biomes You'll Go) +- byg:zelkova_button (from Oh The Biomes You'll Go) + +#c:iridium_ores +- modern_industrialization:iridium_ore (from Modern Industrialization) +- modern_industrialization:deepslate_iridium_ore (from Modern Industrialization) +- techreborn:iridium_ore (from Tech Reborn) +- techreborn:deepslate_iridium_ore (from Tech Reborn) + +#c:mossy_cobblestone +- minecraft:mossy_cobblestone (from Porting Lib Tags) + +#forge:glass/tinted +- minecraft:tinted_glass (from chisels-and-bits) + +#c:chromium_ingots +- modern_industrialization:chromium_ingot (from Modern Industrialization) +- techreborn:chrome_ingot (from Tech Reborn) + +#techreborn:plates +- techreborn:advanced_alloy_plate (from Tech Reborn) +- techreborn:aluminum_plate (from Tech Reborn) +- techreborn:brass_plate (from Tech Reborn) +- techreborn:bronze_plate (from Tech Reborn) +- techreborn:carbon_plate (from Tech Reborn) +- techreborn:chrome_plate (from Tech Reborn) +- techreborn:coal_plate (from Tech Reborn) +- techreborn:copper_plate (from Tech Reborn) +- techreborn:diamond_plate (from Tech Reborn) +- techreborn:electrum_plate (from Tech Reborn) +- techreborn:emerald_plate (from Tech Reborn) +- techreborn:gold_plate (from Tech Reborn) +- techreborn:invar_plate (from Tech Reborn) +- techreborn:iridium_alloy_plate (from Tech Reborn) +- techreborn:iridium_plate (from Tech Reborn) +- techreborn:iron_plate (from Tech Reborn) +- techreborn:lapis_plate (from Tech Reborn) +- techreborn:lazurite_plate (from Tech Reborn) +- techreborn:lead_plate (from Tech Reborn) +- techreborn:magnalium_plate (from Tech Reborn) +- techreborn:nickel_plate (from Tech Reborn) +- techreborn:obsidian_plate (from Tech Reborn) +- techreborn:peridot_plate (from Tech Reborn) +- techreborn:platinum_plate (from Tech Reborn) +- techreborn:quartz_plate (from Tech Reborn) +- techreborn:red_garnet_plate (from Tech Reborn) +- techreborn:redstone_plate (from Tech Reborn) +- techreborn:refined_iron_plate (from Tech Reborn) +- techreborn:ruby_plate (from Tech Reborn) +- techreborn:sapphire_plate (from Tech Reborn) +- techreborn:silicon_plate (from Tech Reborn) +- techreborn:silver_plate (from Tech Reborn) +- techreborn:steel_plate (from Tech Reborn) +- techreborn:tin_plate (from Tech Reborn) +- techreborn:titanium_plate (from Tech Reborn) +- techreborn:tungsten_plate (from Tech Reborn) +- techreborn:tungstensteel_plate (from Tech Reborn) +- techreborn:wood_plate (from Tech Reborn) +- techreborn:yellow_garnet_plate (from Tech Reborn) +- techreborn:zinc_plate (from Tech Reborn) + +#ctov:iron_tools +- minecraft:iron_shovel (from ChoiceTheorem's Overhauled Villages) +- minecraft:iron_sword (from ChoiceTheorem's Overhauled Villages) +- minecraft:iron_axe (from ChoiceTheorem's Overhauled Villages) +- minecraft:iron_pickaxe (from ChoiceTheorem's Overhauled Villages) +- minecraft:iron_hoe (from ChoiceTheorem's Overhauled Villages) + +#advancednetherite:axes/netherite_iron +- advancednetherite:netherite_iron_axe (from Advanced Netherite) + +#forge:dyes/gray +- minecraft:gray_dye (from chisels-and-bits) + +#c:fluix +- ae2:fluix_crystal (from Applied Energistics 2) + +#create:stone_types/veridium +- create:cut_veridium (from Create) +- create:cut_veridium_stairs (from Create) +- create:cut_veridium_wall (from Create) +- create:polished_cut_veridium (from Create) +- create:polished_cut_veridium_stairs (from Create) +- create:polished_cut_veridium_wall (from Create) +- create:cut_veridium_bricks (from Create) +- create:cut_veridium_brick_stairs (from Create) +- create:cut_veridium_brick_wall (from Create) +- create:small_veridium_bricks (from Create) +- create:small_veridium_brick_stairs (from Create) +- create:small_veridium_brick_wall (from Create) +- create:layered_veridium (from Create) +- create:veridium_pillar (from Create) + +#botania:manasteel_ingots +- botania:manasteel_ingot (from Botania) + +#advancednetherite:pickaxes/netherite_iron +- advancednetherite:netherite_iron_pickaxe (from Advanced Netherite) + +#snowyspirit:sled_container +- minecraft:chest (from Snowy Spirit) +- minecraft:trapped_chest (from Snowy Spirit) +- #forge:chests/trapped? (from Snowy Spirit) +- #forge:chests/wooden? (from Snowy Spirit) + +#c:blueberry_jams +- croptopia:blueberry_jam (from Croptopia) +- #c:jams/blueberry_jam (from Croptopia) + +#forge:storage_blocks/netherite +- minecraft:netherite_block (from chisels-and-bits) + +#forge:glass_panes/white +- minecraft:white_stained_glass_pane (from chisels-and-bits) + +#c:lignite_coal +- modern_industrialization:lignite_coal (from Modern Industrialization) + +#spectrum:mob_heads/axolotl_heads +- spectrum:axolotl_blue_head (from Spectrum) +- spectrum:axolotl_brown_head (from Spectrum) +- spectrum:axolotl_cyan_head (from Spectrum) +- spectrum:axolotl_gold_head (from Spectrum) +- spectrum:axolotl_leucistic_head (from Spectrum) + +#techreborn:small_dusts +- techreborn:almandine_small_dust (from Tech Reborn) +- techreborn:andesite_small_dust (from Tech Reborn) +- techreborn:andradite_small_dust (from Tech Reborn) +- techreborn:ashes_small_dust (from Tech Reborn) +- techreborn:basalt_small_dust (from Tech Reborn) +- techreborn:bauxite_small_dust (from Tech Reborn) +- techreborn:calcite_small_dust (from Tech Reborn) +- techreborn:charcoal_small_dust (from Tech Reborn) +- techreborn:chrome_small_dust (from Tech Reborn) +- techreborn:cinnabar_small_dust (from Tech Reborn) +- techreborn:clay_small_dust (from Tech Reborn) +- techreborn:coal_small_dust (from Tech Reborn) +- techreborn:dark_ashes_small_dust (from Tech Reborn) +- techreborn:diamond_small_dust (from Tech Reborn) +- techreborn:diorite_small_dust (from Tech Reborn) +- techreborn:electrum_small_dust (from Tech Reborn) +- techreborn:emerald_small_dust (from Tech Reborn) +- techreborn:ender_eye_small_dust (from Tech Reborn) +- techreborn:ender_pearl_small_dust (from Tech Reborn) +- techreborn:endstone_small_dust (from Tech Reborn) +- techreborn:flint_small_dust (from Tech Reborn) +- techreborn:galena_small_dust (from Tech Reborn) +- techreborn:glowstone_small_dust (from Tech Reborn) +- techreborn:granite_small_dust (from Tech Reborn) +- techreborn:grossular_small_dust (from Tech Reborn) +- techreborn:invar_small_dust (from Tech Reborn) +- techreborn:lazurite_small_dust (from Tech Reborn) +- techreborn:magnesium_small_dust (from Tech Reborn) +- techreborn:manganese_small_dust (from Tech Reborn) +- techreborn:marble_small_dust (from Tech Reborn) +- techreborn:netherrack_small_dust (from Tech Reborn) +- techreborn:nickel_small_dust (from Tech Reborn) +- techreborn:obsidian_small_dust (from Tech Reborn) +- techreborn:olivine_small_dust (from Tech Reborn) +- techreborn:peridot_small_dust (from Tech Reborn) +- techreborn:phosphorous_small_dust (from Tech Reborn) +- techreborn:platinum_small_dust (from Tech Reborn) +- techreborn:pyrite_small_dust (from Tech Reborn) +- techreborn:pyrope_small_dust (from Tech Reborn) +- techreborn:quartz_small_dust (from Tech Reborn) +- techreborn:redstone_small_dust (from Tech Reborn) +- techreborn:red_garnet_small_dust (from Tech Reborn) +- techreborn:ruby_small_dust (from Tech Reborn) +- techreborn:saltpeter_small_dust (from Tech Reborn) +- techreborn:sapphire_small_dust (from Tech Reborn) +- techreborn:saw_small_dust (from Tech Reborn) +- techreborn:sodalite_small_dust (from Tech Reborn) +- techreborn:spessartine_small_dust (from Tech Reborn) +- techreborn:sphalerite_small_dust (from Tech Reborn) +- techreborn:steel_small_dust (from Tech Reborn) +- techreborn:sulfur_small_dust (from Tech Reborn) +- techreborn:titanium_small_dust (from Tech Reborn) +- techreborn:tungsten_small_dust (from Tech Reborn) +- techreborn:uvarovite_small_dust (from Tech Reborn) +- techreborn:yellow_garnet_small_dust (from Tech Reborn) +- techreborn:zinc_small_dust (from Tech Reborn) + +#c:blueberry_seeds +- croptopia:blueberry_seed (from Croptopia) +- #c:seeds/blueberry (from Croptopia) + +#c:cinnabar_small_dusts +- techreborn:cinnabar_small_dust (from Tech Reborn) + +#advancednetherite:shovels/upgrade_to_netherite_iron +- #advancednetherite:shovels/netherite (from Advanced Netherite) + +#bewitchment:average_pentacles +- minecraft:wither_skeleton_skull (from Bewitchment) +- bewitchment:demon_heart (from Bewitchment) + +#fabric:axes +- botania:manasteel_axe (from Botania) +- botania:elementium_axe (from Botania) +- botania:terra_axe (from Botania) +- byg:pendorite_axe (from Oh The Biomes You'll Go) +- byg:pendorite_battleaxe (from Oh The Biomes You'll Go) +- dragonloot:dragon_axe (from DragonLoot) +- indrev:mining_drill_mk1 (from Industrial Revolution) +- indrev:mining_drill_mk2 (from Industrial Revolution) +- indrev:mining_drill_mk3 (from Industrial Revolution) +- indrev:mining_drill_mk4 (from Industrial Revolution) +- indrev:tin_axe (from Industrial Revolution) +- indrev:copper_axe (from Industrial Revolution) +- indrev:steel_axe (from Industrial Revolution) +- indrev:gamer_axe (from Industrial Revolution) +- indrev:lead_axe (from Industrial Revolution) +- indrev:silver_axe (from Industrial Revolution) +- indrev:bronze_axe (from Industrial Revolution) +- techreborn:bronze_axe (from Tech Reborn) +- techreborn:ruby_axe (from Tech Reborn) +- techreborn:sapphire_axe (from Tech Reborn) +- techreborn:peridot_axe (from Tech Reborn) +- techreborn:basic_chainsaw (from Tech Reborn) +- techreborn:advanced_chainsaw (from Tech Reborn) +- techreborn:industrial_chainsaw (from Tech Reborn) +- techreborn:omni_tool (from Tech Reborn) + +#c:juices/saguaro_juice +- croptopia:saguaro_juice (from Croptopia) + +#c:compressed_basalt +- compressor:compressed_basalt (from Compressor) + +#c:milk +- #c:milk/milk (from Farmer's Delight) +- #c:milk/milk_bottle (from Farmer's Delight) +- #c:milks (from Spectrum) +- minecraft:milk_bucket (from Spectrum) + +#minecraft:wool_carpets +- minecraft:white_carpet (from Default) +- minecraft:orange_carpet (from Default) +- minecraft:magenta_carpet (from Default) +- minecraft:light_blue_carpet (from Default) +- minecraft:yellow_carpet (from Default) +- minecraft:lime_carpet (from Default) +- minecraft:pink_carpet (from Default) +- minecraft:gray_carpet (from Default) +- minecraft:light_gray_carpet (from Default) +- minecraft:cyan_carpet (from Default) +- minecraft:purple_carpet (from Default) +- minecraft:blue_carpet (from Default) +- minecraft:brown_carpet (from Default) +- minecraft:green_carpet (from Default) +- minecraft:red_carpet (from Default) +- minecraft:black_carpet (from Default) + +#c:raw_pork +- minecraft:porkchop (from Farmer's Delight) +- farmersdelight:bacon (from Farmer's Delight) + +#botania:mana_using_items +- botania:blood_pendant (from Botania) +- botania:cobble_rod (from Botania) +- botania:crystal_bow (from Botania) +- botania:dirt_rod (from Botania) +- botania:diva_charm (from Botania) +- botania:divining_rod (from Botania) +- botania:elementium_axe (from Botania) +- botania:elementium_boots (from Botania) +- botania:elementium_chestplate (from Botania) +- botania:elementium_helmet (from Botania) +- botania:elementium_hoe (from Botania) +- botania:elementium_leggings (from Botania) +- botania:elementium_pickaxe (from Botania) +- botania:elementium_shears (from Botania) +- botania:elementium_shovel (from Botania) +- botania:elementium_sword (from Botania) +- botania:ender_hand (from Botania) +- botania:exchange_rod (from Botania) +- botania:fire_rod (from Botania) +- botania:flight_tiara (from Botania) +- botania:flugel_eye (from Botania) +- botania:glass_pickaxe (from Botania) +- botania:goddess_charm (from Botania) +- botania:gravity_rod (from Botania) +- botania:infinite_fruit (from Botania) +- botania:invisibility_cloak (from Botania) +- botania:king_key (from Botania) +- botania:livingwood_bow (from Botania) +- botania:loki_ring (from Botania) +- botania:manasteel_axe (from Botania) +- botania:manasteel_boots (from Botania) +- botania:manasteel_chestplate (from Botania) +- botania:manasteel_helmet (from Botania) +- botania:manasteel_hoe (from Botania) +- botania:manasteel_leggings (from Botania) +- botania:manasteel_pick (from Botania) +- botania:manasteel_shears (from Botania) +- botania:manasteel_shovel (from Botania) +- botania:manasteel_sword (from Botania) +- botania:manaweave_boots (from Botania) +- botania:manaweave_chestplate (from Botania) +- botania:manaweave_helmet (from Botania) +- botania:manaweave_leggings (from Botania) +- botania:mining_ring (from Botania) +- botania:missile_rod (from Botania) +- botania:rainbow_rod (from Botania) +- botania:skydirt_rod (from Botania) +- botania:smelt_rod (from Botania) +- botania:star_sword (from Botania) +- botania:super_travel_belt (from Botania) +- botania:terra_axe (from Botania) +- botania:terra_pick (from Botania) +- botania:terra_sword (from Botania) +- botania:terraform_rod (from Botania) +- botania:terrasteel_boots (from Botania) +- botania:terrasteel_chestplate (from Botania) +- botania:terrasteel_helmet (from Botania) +- botania:terrasteel_leggings (from Botania) +- botania:third_eye (from Botania) +- botania:thunder_sword (from Botania) +- botania:tornado_rod (from Botania) +- botania:travel_belt (from Botania) +- botania:water_ring (from Botania) +- botania:water_rod (from Botania) + +#c:saplings/date +- croptopia:date_sapling (from Croptopia) + +#forge:storage_blocks/emerald +- minecraft:emerald_block (from chisels-and-bits) + +#forge:ores/redstone +- #minecraft:redstone_ores (from chisels-and-bits) +- deeperdarker:sculk_stone_redstone_ore (from Deeper and Darker) + +#nourish:carbohydrates +- bewitchment:garlic_bread (from Bewitchment) +- croptopia:barley (from Croptopia) +- croptopia:corn (from Croptopia) +- croptopia:hops (from Croptopia) +- croptopia:oat (from Croptopia) +- croptopia:rice (from Croptopia) +- croptopia:sweetpotato (from Croptopia) +- croptopia:yam (from Croptopia) +- croptopia:tortilla (from Croptopia) +- croptopia:beer (from Croptopia) +- croptopia:potato_chips (from Croptopia) +- croptopia:steamed_rice (from Croptopia) +- croptopia:french_fries (from Croptopia) +- croptopia:sweet_potato_fries (from Croptopia) +- croptopia:doughnut (from Croptopia) +- croptopia:popcorn (from Croptopia) +- croptopia:toast (from Croptopia) +- croptopia:oatmeal (from Croptopia) +- croptopia:saucy_chips (from Croptopia) +- croptopia:buttered_toast (from Croptopia) +- croptopia:toast_with_jam (from Croptopia) +- croptopia:ham_sandwich (from Croptopia) +- croptopia:peanut_butter_and_jam (from Croptopia) +- croptopia:blt (from Croptopia) +- croptopia:grilled_cheese (from Croptopia) +- croptopia:tuna_sandwich (from Croptopia) +- croptopia:cheeseburger (from Croptopia) +- croptopia:hamburger (from Croptopia) +- croptopia:tofuburger (from Croptopia) +- croptopia:pizza (from Croptopia) +- croptopia:supreme_pizza (from Croptopia) +- croptopia:cheese_pizza (from Croptopia) +- croptopia:pineapple_pepperoni_pizza (from Croptopia) +- croptopia:chicken_and_noodles (from Croptopia) +- croptopia:chicken_and_dumplings (from Croptopia) +- croptopia:tofu_and_dumplings (from Croptopia) +- croptopia:spaghetti_squash (from Croptopia) +- croptopia:chicken_and_rice (from Croptopia) +- croptopia:taco (from Croptopia) +- croptopia:egg_roll (from Croptopia) +- croptopia:apple_pie (from Croptopia) +- croptopia:yam_jam (from Croptopia) +- croptopia:banana_cream_pie (from Croptopia) +- croptopia:cherry_pie (from Croptopia) +- croptopia:brownies (from Croptopia) +- croptopia:snicker_doodle (from Croptopia) +- croptopia:banana_nut_bread (from Croptopia) +- croptopia:burrito (from Croptopia) +- croptopia:tostada (from Croptopia) +- croptopia:horchata (from Croptopia) +- croptopia:carnitas (from Croptopia) +- croptopia:fajitas (from Croptopia) +- croptopia:enchilada (from Croptopia) +- croptopia:churros (from Croptopia) +- croptopia:tres_leche_cake (from Croptopia) +- croptopia:refried_beans (from Croptopia) +- croptopia:chimichanga (from Croptopia) +- croptopia:quesadilla (from Croptopia) +- croptopia:shepherds_pie (from Croptopia) +- croptopia:fish_and_chips (from Croptopia) +- croptopia:cornish_pasty (from Croptopia) +- croptopia:scones (from Croptopia) +- croptopia:treacle_tart (from Croptopia) +- croptopia:trifle (from Croptopia) +- croptopia:avocado_toast (from Croptopia) +- croptopia:baked_sweet_potato (from Croptopia) +- croptopia:baked_yam (from Croptopia) +- croptopia:eggplant_parmesan (from Croptopia) +- croptopia:potato_soup (from Croptopia) +- croptopia:toast_sandwich (from Croptopia) +- gofish:grilled_blackstone_deluxe (from Go Fish) + +#c:brown_dyes +- minecraft:brown_dye (from Fabric Convention Tags) +- minecraft:brown_dye (from Porting Lib Tags) + +#ae2:p2p_attunements/fluid_p2p_tunnel +- minecraft:bucket (from Applied Energistics 2) +- minecraft:milk_bucket (from Applied Energistics 2) +- minecraft:water_bucket (from Applied Energistics 2) +- minecraft:lava_bucket (from Applied Energistics 2) + +#advancednetherite:leggings/netherite_iron +- advancednetherite:netherite_iron_leggings (from Advanced Netherite) + +#c:lapis_blocks +- minecraft:lapis_block (from Porting Lib Tags) +- minecraft:lapis_block (from Modern Industrialization) + +#nourish:fats +- croptopia:olive (from Croptopia) +- croptopia:peanut (from Croptopia) +- croptopia:soybean (from Croptopia) +- croptopia:avocado (from Croptopia) +- croptopia:cheese (from Croptopia) +- croptopia:butter (from Croptopia) +- croptopia:tofu (from Croptopia) +- croptopia:chocolate (from Croptopia) +- croptopia:pepperoni (from Croptopia) +- croptopia:soy_milk (from Croptopia) +- croptopia:chocolate_milkshake (from Croptopia) +- croptopia:yoghurt (from Croptopia) +- croptopia:scrambled_eggs (from Croptopia) +- croptopia:peanut_butter_and_jam (from Croptopia) +- croptopia:grilled_cheese (from Croptopia) +- croptopia:tuna_sandwich (from Croptopia) +- croptopia:cheeseburger (from Croptopia) +- croptopia:tofuburger (from Croptopia) +- croptopia:pizza (from Croptopia) +- croptopia:supreme_pizza (from Croptopia) +- croptopia:cheese_pizza (from Croptopia) +- croptopia:tofu_and_dumplings (from Croptopia) +- croptopia:sushi (from Croptopia) +- croptopia:egg_roll (from Croptopia) +- croptopia:apple_pie (from Croptopia) +- croptopia:candy_corn (from Croptopia) +- croptopia:cherry_pie (from Croptopia) +- croptopia:cheese_cake (from Croptopia) +- croptopia:brownies (from Croptopia) +- croptopia:snicker_doodle (from Croptopia) +- croptopia:banana_nut_bread (from Croptopia) +- croptopia:horchata (from Croptopia) +- croptopia:churros (from Croptopia) +- croptopia:tres_leche_cake (from Croptopia) +- croptopia:eton_mess (from Croptopia) +- croptopia:scones (from Croptopia) +- croptopia:figgy_pudding (from Croptopia) +- croptopia:sticky_toffee_pudding (from Croptopia) +- croptopia:trifle (from Croptopia) +- croptopia:buttered_green_beans (from Croptopia) +- croptopia:chocolate_ice_cream (from Croptopia) +- gofish:icicle_fish (from Go Fish) +- gofish:ender_eel (from Go Fish) +- gofish:lilyfish (from Go Fish) +- gofish:matrix_fish (from Go Fish) +- gofish:snowball_fish (from Go Fish) +- gofish:terrafish (from Go Fish) +- gofish:blackstone_trout (from Go Fish) +- gofish:grilled_blackstone_trout (from Go Fish) +- gofish:grilled_blackstone_deluxe (from Go Fish) +- gofish:gilded_blackstone_carp (from Go Fish) +- gofish:smokey_salmon (from Go Fish) +- gofish:soul_salmon (from Go Fish) +- gofish:magma_cod (from Go Fish) +- gofish:basalt_bass (from Go Fish) +- gofish:obsidian_halibut (from Go Fish) +- gofish:endfish (from Go Fish) +- gofish:baked_endfish (from Go Fish) +- gofish:endfish_and_chorus (from Go Fish) +- gofish:lunarfish (from Go Fish) +- gofish:galaxy_starfish (from Go Fish) +- gofish:starry_salmon (from Go Fish) +- gofish:nebula_swordfish (from Go Fish) +- gofish:aquatic_astral_stew (from Go Fish) +- gofish:rainy_bass (from Go Fish) +- gofish:steamed_bass (from Go Fish) +- gofish:thundering_bass (from Go Fish) +- gofish:blizzard_bass (from Go Fish) + +#c:pork_jerkies +- croptopia:pork_jerky (from Croptopia) + +#advancednetherite:leggings/netherite_diamond +- advancednetherite:netherite_diamond_leggings (from Advanced Netherite) + +#advancednetherite:chestplates/upgrade_to_netherite_diamond +- #advancednetherite:chestplates/netherite_emerald (from Advanced Netherite) + +#biomemakeover:petals +- biomemakeover:pink_petals (from Biome Makeover) +- biomemakeover:purple_petals (from Biome Makeover) +- biomemakeover:magenta_petals (from Biome Makeover) +- biomemakeover:cyan_petals (from Biome Makeover) +- biomemakeover:blue_petals (from Biome Makeover) +- biomemakeover:light_blue_petals (from Biome Makeover) +- biomemakeover:brown_petals (from Biome Makeover) +- biomemakeover:gray_petals (from Biome Makeover) + +#spectrum:water_meats +- minecraft:cooked_cod (from Spectrum) +- minecraft:cooked_salmon (from Spectrum) + +#c:crops/rutabaga +- croptopia:rutabaga (from Croptopia) + +#c:cinnabar_ores +- techreborn:cinnabar_ore (from Tech Reborn) + +#c:seeds/barley +- croptopia:barley_seed (from Croptopia) + +#c:seeds/zucchini +- croptopia:zucchini_seed (from Croptopia) + +#c:limeades +- croptopia:limeade (from Croptopia) + +#c:lime_saplings +- croptopia:lime_sapling (from Croptopia) +- #c:saplings/lime (from Croptopia) + +#c:crops/orange +- croptopia:orange (from Croptopia) + +#c:sand/purple +- byg:purple_sand (from Oh The Biomes You'll Go) + +#c:ham_sandwiches +- croptopia:ham_sandwich (from Croptopia) + +#forge:crops/nether_wart +- minecraft:nether_wart (from chisels-and-bits) + +#c:salts +- #c:salt (from Croptopia) +- croptopia:salt (from Croptopia) + +#c:pink_glass +- minecraft:pink_stained_glass (from Porting Lib Tags) + +#c:quartz_ores +- minecraft:nether_quartz_ore (from Applied Energistics 2) +- minecraft:nether_quartz_ore (from Fabric Convention Tags) +- minecraft:nether_quartz_ore (from Porting Lib Tags) +- minecraft:nether_quartz_ore (from Incubus Core) +- minecraft:nether_quartz_ore (from Modern Industrialization) +- modern_industrialization:quartz_ore (from Modern Industrialization) + +#c:nectarines +- croptopia:nectarine (from Croptopia) +- #c:fruits/nectarine (from Croptopia) +- croptopia:nectarine (from Croptopia) +- #c:crops/nectarine (from Croptopia) + +#another_furniture:stools +- another_furniture:white_stool (from Another Furniture) +- another_furniture:orange_stool (from Another Furniture) +- another_furniture:magenta_stool (from Another Furniture) +- another_furniture:light_blue_stool (from Another Furniture) +- another_furniture:yellow_stool (from Another Furniture) +- another_furniture:lime_stool (from Another Furniture) +- another_furniture:pink_stool (from Another Furniture) +- another_furniture:gray_stool (from Another Furniture) +- another_furniture:light_gray_stool (from Another Furniture) +- another_furniture:cyan_stool (from Another Furniture) +- another_furniture:purple_stool (from Another Furniture) +- another_furniture:blue_stool (from Another Furniture) +- another_furniture:brown_stool (from Another Furniture) +- another_furniture:green_stool (from Another Furniture) +- another_furniture:red_stool (from Another Furniture) +- another_furniture:black_stool (from Another Furniture) + +#spectrum:onyx_crystals +- spectrum:small_onyx_bud (from Spectrum) +- spectrum:medium_onyx_bud (from Spectrum) +- spectrum:large_onyx_bud (from Spectrum) +- spectrum:onyx_cluster (from Spectrum) +- spectrum:onyx_shard (from Spectrum) + +#c:sand/blue +- byg:blue_sand (from Oh The Biomes You'll Go) + +#advancednetherite:swords/netherite_gold +- advancednetherite:netherite_gold_sword (from Advanced Netherite) + +#spectrum:indestructible_blacklisted + +#c:mushroooms +- minecraft:brown_mushroom (from Spectrum) +- minecraft:red_mushroom (from Spectrum) + +#forge:cobblestone/infested +- minecraft:infested_cobblestone (from chisels-and-bits) + +#c:crops/starfruit +- croptopia:starfruit (from Croptopia) + +#c:saplings/lime +- croptopia:lime_sapling (from Croptopia) + +#c:lead_ingots +- indrev:lead_ingot (from Industrial Revolution) +- modern_industrialization:lead_ingot (from Modern Industrialization) +- techreborn:lead_ingot (from Tech Reborn) + +#c:eggplant_seeds +- croptopia:eggplant_seed (from Croptopia) +- #c:seeds/eggplant (from Croptopia) + +#c:crops/spinach +- croptopia:spinach (from Croptopia) + +#c:cooked_calamari +- croptopia:cooked_calamari (from Croptopia) + +#forge:storage_blocks/lapis +- minecraft:lapis_block (from chisels-and-bits) + +#forge:armors/helmets +- minecraft:leather_helmet (from chisels-and-bits) +- minecraft:turtle_helmet (from chisels-and-bits) +- minecraft:chainmail_helmet (from chisels-and-bits) +- minecraft:iron_helmet (from chisels-and-bits) +- minecraft:golden_helmet (from chisels-and-bits) +- minecraft:diamond_helmet (from chisels-and-bits) +- minecraft:netherite_helmet (from chisels-and-bits) +- deeperdarker:warden_helmet (from Deeper and Darker) + +#c:cheese_pizzas +- croptopia:cheese_pizza (from Croptopia) + +#ae2:quartz_shovel +- ae2:certus_quartz_shovel (from Applied Energistics 2) +- ae2:nether_quartz_shovel (from Applied Energistics 2) + +#c:ores_in_ground/deepslate +- create:deepslate_zinc_ore (from Create) +- minecraft:deepslate_coal_ore (from Porting Lib Tags) +- minecraft:deepslate_copper_ore (from Porting Lib Tags) +- minecraft:deepslate_diamond_ore (from Porting Lib Tags) +- minecraft:deepslate_emerald_ore (from Porting Lib Tags) +- minecraft:deepslate_gold_ore (from Porting Lib Tags) +- minecraft:deepslate_iron_ore (from Porting Lib Tags) +- minecraft:deepslate_lapis_ore (from Porting Lib Tags) +- minecraft:deepslate_redstone_ore (from Porting Lib Tags) + +#forge:dyes/orange +- minecraft:orange_dye (from chisels-and-bits) + +#c:redstone_dusts +- minecraft:redstone (from Applied Energistics 2) +- minecraft:redstone (from Fabric Convention Tags) +- minecraft:redstone (from Incubus Core) + +#byg:embur_logs +- byg:embur_hyphae (from Oh The Biomes You'll Go) +- byg:embur_pedu (from Oh The Biomes You'll Go) +- byg:stripped_embur_hyphae (from Oh The Biomes You'll Go) +- byg:stripped_embur_pedu (from Oh The Biomes You'll Go) + +#advancednetherite:axes/netherite_diamond +- advancednetherite:netherite_diamond_axe (from Advanced Netherite) + +#techreborn:gravel_material +- minecraft:stone (from Tech Reborn) +- #minecraft:stone_bricks (from Tech Reborn) +- minecraft:smooth_stone (from Tech Reborn) +- minecraft:cobblestone (from Tech Reborn) +- minecraft:deepslate (from Tech Reborn) +- minecraft:deepslate_bricks (from Tech Reborn) +- minecraft:cracked_deepslate_bricks (from Tech Reborn) +- minecraft:deepslate_tiles (from Tech Reborn) +- minecraft:cracked_deepslate_tiles (from Tech Reborn) +- minecraft:polished_deepslate (from Tech Reborn) +- minecraft:chiseled_deepslate (from Tech Reborn) +- minecraft:cobbled_deepslate (from Tech Reborn) +- minecraft:blackstone (from Tech Reborn) +- minecraft:polished_blackstone (from Tech Reborn) +- minecraft:chiseled_polished_blackstone (from Tech Reborn) +- minecraft:polished_blackstone_bricks (from Tech Reborn) +- minecraft:cracked_polished_blackstone_bricks (from Tech Reborn) + +#c:magnesium_small_dusts +- techreborn:magnesium_small_dust (from Tech Reborn) + +#advancednetherite:helmets/upgrade_to_netherite_gold +- #advancednetherite:helmets/netherite_iron (from Advanced Netherite) + +#c:calcite_small_dusts +- techreborn:calcite_small_dust (from Tech Reborn) + +#ad_astra:aeronos_caps +- ad_astra:aeronos_cap (from Ad Astra!) +- ad_astra:aeronos_stem (from Ad Astra!) + +#c:diamond_plates +- modern_industrialization:diamond_plate (from Modern Industrialization) +- techreborn:diamond_plate (from Tech Reborn) + +#bewitchment:witchberry_foods +- bewitchment:witchberry (from Bewitchment) +- bewitchment:witchberry_pie (from Bewitchment) +- bewitchment:witchberry_cookie (from Bewitchment) + +#croptopia:flourable +- minecraft:wheat (from Croptopia) +- croptopia:barley (from Croptopia) +- croptopia:oat (from Croptopia) +- croptopia:corn (from Croptopia) + +#c:fruits/mango +- croptopia:mango (from Croptopia) + +#c:compressed_cobbled_deepslate +- compressor:compressed_cobbled_deepslate (from Compressor) + +#c:tin_ingots +- indrev:tin_ingot (from Industrial Revolution) +- modern_industrialization:tin_ingot (from Modern Industrialization) +- techreborn:tin_ingot (from Tech Reborn) + +#piercingpaxels:actives +- piercingpaxels:active_wall (from Piercing Paxels) +- piercingpaxels:active_tunnel (from Piercing Paxels) +- piercingpaxels:active_hole (from Piercing Paxels) + +#forge:glass/white +- minecraft:white_stained_glass (from chisels-and-bits) + +#bookshelf:swords +- #c:swords (from Bookshelf) + +#forge:glass_panes/red +- minecraft:red_stained_glass_pane (from chisels-and-bits) + +#c:rhubarb_pies +- croptopia:rhubarb_pie (from Croptopia) + +#c:refined_iron_blocks +- techreborn:refined_iron_storage_block (from Tech Reborn) + +#minecraft:fishes +- minecraft:cod (from Default) +- minecraft:cooked_cod (from Default) +- minecraft:salmon (from Default) +- minecraft:cooked_salmon (from Default) +- minecraft:pufferfish (from Default) +- minecraft:tropical_fish (from Default) +- biomemakeover:glowfish (from Biome Makeover) +- croptopia:anchovy (from Croptopia) +- croptopia:calamari (from Croptopia) +- croptopia:clam (from Croptopia) +- croptopia:crab (from Croptopia) +- croptopia:oyster (from Croptopia) +- croptopia:roe (from Croptopia) +- croptopia:shrimp (from Croptopia) +- croptopia:tuna (from Croptopia) +- gofish:icicle_fish (from Go Fish) +- gofish:lilyfish (from Go Fish) +- gofish:matrix_fish (from Go Fish) +- gofish:slimefish (from Go Fish) +- gofish:snowball_fish (from Go Fish) +- gofish:terrafish (from Go Fish) +- gofish:carrot_carp (from Go Fish) +- gofish:oakfish (from Go Fish) +- gofish:spikerfish (from Go Fish) +- gofish:blackstone_trout (from Go Fish) +- gofish:bonefish (from Go Fish) +- gofish:gilded_blackstone_carp (from Go Fish) +- gofish:smokey_salmon (from Go Fish) +- gofish:soul_salmon (from Go Fish) +- gofish:magma_cod (from Go Fish) +- gofish:basalt_bass (from Go Fish) +- gofish:obsidian_halibut (from Go Fish) +- gofish:endfish (from Go Fish) +- gofish:ender_eel (from Go Fish) +- gofish:seaweed_eel (from Go Fish) +- gofish:lunarfish (from Go Fish) +- gofish:galaxy_starfish (from Go Fish) +- gofish:starry_salmon (from Go Fish) +- gofish:nebula_swordfish (from Go Fish) +- gofish:cloudy_crab (from Go Fish) +- gofish:rainy_bass (from Go Fish) +- gofish:thundering_bass (from Go Fish) + +#c:compressed_granite +- compressor:compressed_granite (from Compressor) + +#botania:petals/yellow +- botania:yellow_petal (from Botania) +- botania:yellow_mushroom (from Botania) + +#c:compressed_gravel +- compressor:compressed_gravel (from Compressor) + +#c:brass_plates +- create:brass_sheet (from Create) +- techreborn:brass_plate (from Tech Reborn) + +#c:baked_yams +- croptopia:baked_yam (from Croptopia) + +#c:iron_gears +- modern_industrialization:iron_gear (from Modern Industrialization) + +#c:double_compressed_cobbled_deepslate +- compressor:double_compressed_cobbled_deepslate (from Compressor) + +#c:double_compressed_blackstone +- compressor:double_compressed_blackstone (from Compressor) + +#the_bumblezone:crystal_cannon_repair_items +- the_bumblezone:sugar_infused_stone (from The Bumblezone - Fabric) +- the_bumblezone:sugar_infused_cobblestone (from The Bumblezone - Fabric) +- the_bumblezone:honey_crystal_shards (from The Bumblezone - Fabric) + +#c:wheat_seeds +- minecraft:wheat_seeds (from Porting Lib Tags) + +#reborncore:water_explosion +- techreborn:sodium_bucket (from Tech Reborn) + +#c:enchanting_fuels +- #c:lapis (from Porting Lib Tags) + +#c:coal_small_dusts +- techreborn:coal_small_dust (from Tech Reborn) + +#c:gray_dyes +- minecraft:gray_dye (from Fabric Convention Tags) +- minecraft:gray_dye (from Porting Lib Tags) + +#c:netherrack_small_dusts +- techreborn:netherrack_small_dust (from Tech Reborn) + +#twilightforest:kobold_pacification_breads +- minecraft:bread (from The Twilight Forest) + +#c:cooked_tuna +- croptopia:cooked_tuna (from Croptopia) + +#the_bumblezone:honey_crystal_shield_repair_items +- the_bumblezone:honey_crystal_shards (from The Bumblezone - Fabric) + +#c:flint_dusts +- techreborn:flint_dust (from Tech Reborn) + +#botanypots:basic_botany_pots +- botanypots:terracotta_botany_pot (from BotanyPots) +- botanypots:white_terracotta_botany_pot (from BotanyPots) +- botanypots:orange_terracotta_botany_pot (from BotanyPots) +- botanypots:magenta_terracotta_botany_pot (from BotanyPots) +- botanypots:light_blue_terracotta_botany_pot (from BotanyPots) +- botanypots:yellow_terracotta_botany_pot (from BotanyPots) +- botanypots:lime_terracotta_botany_pot (from BotanyPots) +- botanypots:pink_terracotta_botany_pot (from BotanyPots) +- botanypots:gray_terracotta_botany_pot (from BotanyPots) +- botanypots:light_gray_terracotta_botany_pot (from BotanyPots) +- botanypots:cyan_terracotta_botany_pot (from BotanyPots) +- botanypots:purple_terracotta_botany_pot (from BotanyPots) +- botanypots:blue_terracotta_botany_pot (from BotanyPots) +- botanypots:brown_terracotta_botany_pot (from BotanyPots) +- botanypots:green_terracotta_botany_pot (from BotanyPots) +- botanypots:red_terracotta_botany_pot (from BotanyPots) +- botanypots:black_terracotta_botany_pot (from BotanyPots) +- botanypots:white_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:orange_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:magenta_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:light_blue_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:yellow_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:lime_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:pink_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:gray_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:light_gray_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:cyan_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:purple_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:blue_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:brown_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:green_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:red_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:black_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:white_concrete_botany_pot (from BotanyPots) +- botanypots:orange_concrete_botany_pot (from BotanyPots) +- botanypots:magenta_concrete_botany_pot (from BotanyPots) +- botanypots:light_blue_concrete_botany_pot (from BotanyPots) +- botanypots:yellow_concrete_botany_pot (from BotanyPots) +- botanypots:lime_concrete_botany_pot (from BotanyPots) +- botanypots:pink_concrete_botany_pot (from BotanyPots) +- botanypots:gray_concrete_botany_pot (from BotanyPots) +- botanypots:light_gray_concrete_botany_pot (from BotanyPots) +- botanypots:cyan_concrete_botany_pot (from BotanyPots) +- botanypots:purple_concrete_botany_pot (from BotanyPots) +- botanypots:blue_concrete_botany_pot (from BotanyPots) +- botanypots:brown_concrete_botany_pot (from BotanyPots) +- botanypots:green_concrete_botany_pot (from BotanyPots) +- botanypots:red_concrete_botany_pot (from BotanyPots) +- botanypots:black_concrete_botany_pot (from BotanyPots) + +#yigd:soulbound_blacklist + +#forge:raw_materials/iron +- minecraft:raw_iron (from chisels-and-bits) + +#computercraft:turtle +- computercraft:turtle_normal (from CC: Restitched) +- computercraft:turtle_advanced (from CC: Restitched) + +#balm:gems +- #c:gems? (from Balm) +- #c:diamonds? (from Balm) +- #c:emeralds? (from Balm) +- #c:lapis? (from Balm) +- #c:quartz? (from Balm) +- #c:quartz? (from Balm) +- minecraft:amethyst_shard (from Balm) +- minecraft:prismarine_crystals (from Balm) + +#c:zucchini +- croptopia:zucchini (from Croptopia) +- #c:vegetables/zucchini (from Croptopia) +- croptopia:zucchini (from Croptopia) +- #c:crops/zucchini (from Croptopia) + +#c:berries +- minecraft:sweet_berries (from Farmer's Delight) +- minecraft:glow_berries (from Farmer's Delight) + +#c:starfruits +- croptopia:starfruit (from Croptopia) +- #c:fruits/starfruit (from Croptopia) +- croptopia:starfruit (from Croptopia) +- #c:crops/starfruit (from Croptopia) + +#c:amethyst_dusts +- hexcasting:amethyst_dust (from Hex Casting) +- techreborn:amethyst_dust (from Tech Reborn) + +#ad_astra_platform:iron_rods +- #c:iron_rods? (from Ad Astra!) +- #forge:rods/iron? (from Ad Astra!) + +#c:rum_raisin_ice_creams +- croptopia:rum_raisin_ice_cream (from Croptopia) + +#c:portable/workbench +- portable_tables:portable_crafting_table (from Portable Tables) + +#c:light_blue_glass_panes +- minecraft:light_blue_stained_glass_pane (from Porting Lib Tags) + +#c:bauxite_blocks +- modern_industrialization:bauxite_block (from Modern Industrialization) + +#c:tank +- kibe:tank (from Coxinha Utilities) +- kibe:entangled_tank (from Coxinha Utilities) +- coxinhautilities:portable_tank_mk1 (from Coxinha Utilities) +- coxinhautilities:portable_tank_mk2 (from Coxinha Utilities) +- coxinhautilities:portable_tank_mk3 (from Coxinha Utilities) +- coxinhautilities:portable_tank_mk4 (from Coxinha Utilities) +- coxinhautilities:portable_tank_mk5 (from Coxinha Utilities) + +#twilightforest:banned_uncraftables +- twilightforest:giant_log (from The Twilight Forest) + +#byg:pink_sand +- byg:pink_sand (from Oh The Biomes You'll Go) + +#impaled:loyalty_catalysts +- minecraft:heart_of_the_sea (from Impaled) + +#botania:petals/pink +- botania:pink_petal (from Botania) +- botania:pink_mushroom (from Botania) + +#byg:all/logs +- #minecraft:logs? (from Oh The Biomes You'll Go) + +#c:figs +- croptopia:fig (from Croptopia) +- #c:fruits/fig (from Croptopia) +- croptopia:fig (from Croptopia) +- #c:crops/fig (from Croptopia) + +#c:cinnamon +- croptopia:cinnamon (from Croptopia) +- #c:crops/cinnamon (from Croptopia) + +#c:yttrium_dusts +- modern_industrialization:yttrium_dust (from Modern Industrialization) + +#c:vegetables/spinach +- croptopia:spinach (from Croptopia) + +#advancednetherite:swords/netherite_diamond +- advancednetherite:netherite_diamond_sword (from Advanced Netherite) + +#c:quartz_small_dusts +- techreborn:quartz_small_dust (from Tech Reborn) + +#spectrum:amethyst_ores +- spectrum:amethyst_ore (from Spectrum) +- spectrum:deepslate_amethyst_ore (from Spectrum) + +#c:jams/peach_jam +- croptopia:peach_jam (from Croptopia) + +#minecraft:music_discs +- #minecraft:creeper_drop_music_discs (from Default) +- minecraft:music_disc_pigstep (from Default) +- minecraft:music_disc_otherside (from Default) +- minecraft:music_disc_5 (from Default) +- biomemakeover:button_mushrooms_music_disk (from Biome Makeover) +- biomemakeover:ghost_town_music_disk (from Biome Makeover) +- biomemakeover:swamp_jives_music_disk (from Biome Makeover) +- biomemakeover:red_rose_music_disk (from Biome Makeover) +- botania:record_gaia_1 (from Botania) +- botania:record_gaia_2 (from Botania) +- ecologics:music_disc_coconut (from Ecologics) +- takesapillage:bastille_blues_music_disc (from Takes a Pillage) +- twilightforest:music_disc_findings (from The Twilight Forest) +- twilightforest:music_disc_home (from The Twilight Forest) +- twilightforest:music_disc_maker (from The Twilight Forest) +- twilightforest:music_disc_motion (from The Twilight Forest) +- twilightforest:music_disc_radiance (from The Twilight Forest) +- twilightforest:music_disc_steps (from The Twilight Forest) +- twilightforest:music_disc_superstitious (from The Twilight Forest) +- twilightforest:music_disc_thread (from The Twilight Forest) +- twilightforest:music_disc_wayfarer (from The Twilight Forest) + +#yigd:random_delete_blacklist + +#c:living_coral_fans +- minecraft:tube_coral_fan (from Tech Reborn) +- minecraft:brain_coral_fan (from Tech Reborn) +- minecraft:bubble_coral_fan (from Tech Reborn) +- minecraft:fire_coral_fan (from Tech Reborn) +- minecraft:horn_coral_fan (from Tech Reborn) + +#c:blue_dyes +- minecraft:blue_dye (from Fabric Convention Tags) +- minecraft:blue_dye (from Porting Lib Tags) + +#c:mob_buckets +- minecraft:pufferfish_bucket (from Bookshelf) +- minecraft:salmon_bucket (from Bookshelf) +- minecraft:cod_bucket (from Bookshelf) +- minecraft:tropical_fish_bucket (from Bookshelf) +- minecraft:axolotl_bucket (from Bookshelf) + +#balm:ingots +- #c:ingots? (from Balm) +- #c:iron_ingots? (from Balm) +- #c:copper_ingots? (from Balm) +- #c:gold_ingots? (from Balm) +- #c:netherite_ingots? (from Balm) + +#c:terracottas +- minecraft:terracotta (from Modern Industrialization) +- minecraft:white_terracotta (from Modern Industrialization) +- minecraft:white_glazed_terracotta (from Modern Industrialization) +- minecraft:orange_terracotta (from Modern Industrialization) +- minecraft:orange_glazed_terracotta (from Modern Industrialization) +- minecraft:magenta_terracotta (from Modern Industrialization) +- minecraft:magenta_glazed_terracotta (from Modern Industrialization) +- minecraft:light_blue_terracotta (from Modern Industrialization) +- minecraft:light_blue_glazed_terracotta (from Modern Industrialization) +- minecraft:yellow_terracotta (from Modern Industrialization) +- minecraft:yellow_glazed_terracotta (from Modern Industrialization) +- minecraft:lime_terracotta (from Modern Industrialization) +- minecraft:lime_glazed_terracotta (from Modern Industrialization) +- minecraft:pink_terracotta (from Modern Industrialization) +- minecraft:pink_glazed_terracotta (from Modern Industrialization) +- minecraft:gray_terracotta (from Modern Industrialization) +- minecraft:gray_glazed_terracotta (from Modern Industrialization) +- minecraft:light_gray_terracotta (from Modern Industrialization) +- minecraft:light_gray_glazed_terracotta (from Modern Industrialization) +- minecraft:cyan_terracotta (from Modern Industrialization) +- minecraft:cyan_glazed_terracotta (from Modern Industrialization) +- minecraft:purple_terracotta (from Modern Industrialization) +- minecraft:purple_glazed_terracotta (from Modern Industrialization) +- minecraft:blue_terracotta (from Modern Industrialization) +- minecraft:blue_glazed_terracotta (from Modern Industrialization) +- minecraft:brown_terracotta (from Modern Industrialization) +- minecraft:brown_glazed_terracotta (from Modern Industrialization) +- minecraft:green_terracotta (from Modern Industrialization) +- minecraft:green_glazed_terracotta (from Modern Industrialization) +- minecraft:red_terracotta (from Modern Industrialization) +- minecraft:red_glazed_terracotta (from Modern Industrialization) +- minecraft:black_terracotta (from Modern Industrialization) +- minecraft:black_glazed_terracotta (from Modern Industrialization) + +#extraorigins:golden_tools +- medievalweapons:golden_small_axe (from Medieval Weapons) +- medievalweapons:golden_long_sword (from Medieval Weapons) +- medievalweapons:golden_dagger (from Medieval Weapons) +- medievalweapons:golden_francisca (from Medieval Weapons) +- medievalweapons:golden_big_axe (from Medieval Weapons) +- medievalweapons:golden_javelin (from Medieval Weapons) +- medievalweapons:golden_lance (from Medieval Weapons) +- medievalweapons:golden_healing_staff (from Medieval Weapons) +- medievalweapons:golden_mace (from Medieval Weapons) +- medievalweapons:golden_ninjato (from Medieval Weapons) +- medievalweapons:golden_rapier (from Medieval Weapons) +- medievalweapons:golden_sickle (from Medieval Weapons) + +#advancednetherite:leggings/upgrade_to_netherite_iron +- #advancednetherite:leggings/netherite (from Advanced Netherite) + +#c:jams/cherry_jam +- croptopia:cherry_jam (from Croptopia) + +#spectrum:moonstone_ores +- spectrum:moonstone_ore (from Spectrum) +- spectrum:deepslate_moonstone_ore (from Spectrum) + +#c:ores_in_ground/netherrack +- minecraft:nether_gold_ore (from Porting Lib Tags) +- minecraft:nether_quartz_ore (from Porting Lib Tags) + +#c:shields +- minecraft:shield (from Bookshelf) +- minecraft:shield (from Fabric Convention Tags) +- minecraft:shield (from Porting Lib Tags) + +#c:turnips +- croptopia:turnip (from Croptopia) +- #c:vegetables/turnip (from Croptopia) +- croptopia:turnip (from Croptopia) +- #c:crops/turnip (from Croptopia) + +#c:soldering_alloy_dusts +- modern_industrialization:soldering_alloy_dust (from Modern Industrialization) + +#c:planks_that_burn +- techreborn:rubber_planks (from Tech Reborn) + +#c:storage_blocks/knightmetal +- twilightforest:knightmetal_block (from The Twilight Forest) + +#create:stone_types/diorite +- create:cut_diorite (from Create) +- create:cut_diorite_stairs (from Create) +- create:cut_diorite_wall (from Create) +- create:polished_cut_diorite (from Create) +- create:polished_cut_diorite_stairs (from Create) +- create:polished_cut_diorite_wall (from Create) +- create:cut_diorite_bricks (from Create) +- create:cut_diorite_brick_stairs (from Create) +- create:cut_diorite_brick_wall (from Create) +- create:small_diorite_bricks (from Create) +- create:small_diorite_brick_stairs (from Create) +- create:small_diorite_brick_wall (from Create) +- create:layered_diorite (from Create) +- create:diorite_pillar (from Create) + +#forge:dyes/light_gray +- minecraft:light_gray_dye (from chisels-and-bits) + +#c:triple_compressed_basalt +- compressor:triple_compressed_basalt (from Compressor) + +#croptopia:beef_replacements +- minecraft:beef (from Croptopia) +- croptopia:tofu (from Croptopia) + +#c:quadruple_compressed_stone +- compressor:quadruple_compressed_stone (from Compressor) + +#c:cupronickel_nuggets +- modern_industrialization:cupronickel_nugget (from Modern Industrialization) + +#toolstats:ignore_enchantability + +#forge:milk +- minecraft:milk_bucket (from Supplementaries) + +#campanion:melted_marshmallows +- campanion:cooked_marshmallow (from Campanion) +- campanion:blackened_marshmallow (from Campanion) + +#forge:ingots/copper +- minecraft:copper_ingot (from chisels-and-bits) +- minecraft:copper_ingot (from Supplementaries) + +#c:platinum_tiny_dusts +- modern_industrialization:platinum_tiny_dust (from Modern Industrialization) + +#byg:double_purple_dye +- byg:tall_allium (from Oh The Biomes You'll Go) + +#c:yellow_garnet_blocks +- techreborn:yellow_garnet_storage_block (from Tech Reborn) + +#c:ores/redstone +- byg:cryptic_redstone_ore (from Oh The Biomes You'll Go) + +#c:croque_monsieur +- croptopia:croque_monsieur (from Croptopia) + +#forge:glass/light_blue +- minecraft:light_blue_stained_glass (from chisels-and-bits) + +#c:seeds/tea_leaves +- croptopia:tea_seed (from Croptopia) + +#c:superconductor_tiny_dusts +- modern_industrialization:superconductor_tiny_dust (from Modern Industrialization) + +#c:limes +- croptopia:lime (from Croptopia) +- #c:fruits/lime (from Croptopia) +- croptopia:lime (from Croptopia) +- #c:crops/lime (from Croptopia) + +#botania:special_floating_flowers +- botania:floating_agricarnation (from Botania) +- botania:floating_agricarnation_chibi (from Botania) +- botania:floating_bellethorn (from Botania) +- botania:floating_bellethorn_chibi (from Botania) +- botania:floating_bergamute (from Botania) +- botania:floating_bubbell (from Botania) +- botania:floating_bubbell_chibi (from Botania) +- botania:floating_clayconia (from Botania) +- botania:floating_clayconia_chibi (from Botania) +- botania:floating_daffomill (from Botania) +- botania:floating_dandelifeon (from Botania) +- botania:floating_dreadthorn (from Botania) +- botania:floating_endoflame (from Botania) +- botania:floating_entropinnyum (from Botania) +- botania:floating_exoflame (from Botania) +- botania:floating_fallen_kanade (from Botania) +- botania:floating_gourmaryllis (from Botania) +- botania:floating_heisei_dream (from Botania) +- botania:floating_hopperhock (from Botania) +- botania:floating_hopperhock_chibi (from Botania) +- botania:floating_hyacidus (from Botania) +- botania:floating_hydroangeas (from Botania) +- botania:floating_jaded_amaranthus (from Botania) +- botania:floating_jiyuulia (from Botania) +- botania:floating_jiyuulia_chibi (from Botania) +- botania:floating_kekimurus (from Botania) +- botania:floating_labellia (from Botania) +- botania:floating_loonium (from Botania) +- botania:floating_manastar (from Botania) +- botania:floating_marimorphosis (from Botania) +- botania:floating_marimorphosis_chibi (from Botania) +- botania:floating_medumone (from Botania) +- botania:floating_munchdew (from Botania) +- botania:floating_narslimmus (from Botania) +- botania:floating_orechid (from Botania) +- botania:floating_orechid_ignem (from Botania) +- botania:floating_pollidisiac (from Botania) +- botania:floating_pure_daisy (from Botania) +- botania:floating_rafflowsia (from Botania) +- botania:floating_rannuncarpus (from Botania) +- botania:floating_rannuncarpus_chibi (from Botania) +- botania:floating_rosa_arcana (from Botania) +- botania:floating_shulk_me_not (from Botania) +- botania:floating_solegnolia (from Botania) +- botania:floating_solegnolia_chibi (from Botania) +- botania:floating_spectranthemum (from Botania) +- botania:floating_spectrolus (from Botania) +- botania:floating_tangleberrie (from Botania) +- botania:floating_tangleberrie_chibi (from Botania) +- botania:floating_thermalily (from Botania) +- botania:floating_tigerseye (from Botania) +- botania:floating_vinculotus (from Botania) + +#byg:yellow_dye +- byg:lollipop_flower (from Oh The Biomes You'll Go) +- byg:yellow_daffodil (from Oh The Biomes You'll Go) +- byg:yellow_tulip (from Oh The Biomes You'll Go) + +#c:clams +- croptopia:clam (from Croptopia) + +#c:netherite_ingots +- minecraft:netherite_ingot (from Fabric Convention Tags) +- minecraft:netherite_ingot (from Porting Lib Tags) +- minecraft:netherite_ingot (from Incubus Core) + +#c:silicon_dusts +- modern_industrialization:silicon_dust (from Modern Industrialization) + +#forge:storage_blocks/amethyst +- minecraft:amethyst_block (from chisels-and-bits) + +#byg:green_dye +- byg:golden_spined_cactus (from Oh The Biomes You'll Go) +- byg:horseweed (from Oh The Biomes You'll Go) +- byg:mini_cactus (from Oh The Biomes You'll Go) +- byg:prickly_pear_cactus (from Oh The Biomes You'll Go) + +#c:elderberry_jams +- croptopia:elderberry_jam (from Croptopia) +- #c:jams/elderberry_jam (from Croptopia) + +#c:saplings/apricot +- croptopia:apricot_sapling (from Croptopia) + +#c:plates +- create:sturdy_sheet (from Create) +- create:copper_sheet (from Create) +- create:brass_sheet (from Create) +- create:iron_sheet (from Create) +- create:golden_sheet (from Create) + +#c:pecan_ice_creams +- croptopia:pecan_ice_cream (from Croptopia) + +#c:coal_blocks +- minecraft:coal_block (from Porting Lib Tags) +- minecraft:coal_block (from Modern Industrialization) + +#botania:terrasteel_ingots +- botania:terrasteel_ingot (from Botania) + +#c:stainless_steel_plates +- modern_industrialization:stainless_steel_plate (from Modern Industrialization) + +#c:basil_seeds +- croptopia:basil_seed (from Croptopia) +- #c:seeds/basil (from Croptopia) + +#botania:petals/black +- botania:black_petal (from Botania) +- botania:black_mushroom (from Botania) + +#c:seeds/olive +- croptopia:olive_seed (from Croptopia) + +#advancednetherite:upgrade_to_netherite_diamond +- #advancednetherite:ingots/netherites_diamond (from Advanced Netherite) + +#c:desh_ores +- ad_astra:moon_desh_ore (from Ad Astra!) +- ad_astra:deepslate_desh_ore (from Ad Astra!) + +#c:slime_balls +- minecraft:slime_ball (from Bookshelf) + +#c:seeds/grape +- croptopia:grape_seed (from Croptopia) + +#c:fruits/blueberry +- croptopia:blueberry (from Croptopia) + +#c:eton_mess +- croptopia:eton_mess (from Croptopia) + +#c:trapped_chests +- minecraft:trapped_chest (from Porting Lib Tags) + +#c:magnalium_plates +- techreborn:magnalium_plate (from Tech Reborn) + +#botania:petals +- #botania:petals/white (from Botania) +- #botania:petals/orange (from Botania) +- #botania:petals/magenta (from Botania) +- #botania:petals/light_blue (from Botania) +- #botania:petals/yellow (from Botania) +- #botania:petals/lime (from Botania) +- #botania:petals/pink (from Botania) +- #botania:petals/gray (from Botania) +- #botania:petals/light_gray (from Botania) +- #botania:petals/cyan (from Botania) +- #botania:petals/purple (from Botania) +- #botania:petals/blue (from Botania) +- #botania:petals/brown (from Botania) +- #botania:petals/green (from Botania) +- #botania:petals/red (from Botania) +- #botania:petals/black (from Botania) + +#ae2:p2p_attunements/light_p2p_tunnel +- minecraft:torch (from Applied Energistics 2) +- minecraft:glowstone (from Applied Energistics 2) + +#c:iridium_nuggets +- modern_industrialization:iridium_nugget (from Modern Industrialization) +- techreborn:iridium_nugget (from Tech Reborn) + +#c:spinach_seeds +- croptopia:spinach_seed (from Croptopia) +- #c:seeds/spinach (from Croptopia) + +#forge:glass/purple +- minecraft:purple_stained_glass (from chisels-and-bits) + +#c:sextuple_compressed_deepslate +- compressor:sextuple_compressed_deepslate (from Compressor) + +#minecraft:crimson_stems +- minecraft:crimson_stem (from Default) +- minecraft:stripped_crimson_stem (from Default) +- minecraft:crimson_hyphae (from Default) +- minecraft:stripped_crimson_hyphae (from Default) +- decorative_blocks:crimson_beam (from Decorative Blocks) + +#spectrum:amethyst_chiseled_base_blocks +- spectrum:amethyst_chiseled_basalt (from Spectrum) +- spectrum:amethyst_chiseled_calcite (from Spectrum) + +#balm:wooden_rods +- #c:wooden_rods? (from Balm) +- minecraft:stick (from Balm) + +#minecraft:needs_stone_tool +- gofish:iron_crate (from Go Fish) +- gofish:frosted_crate (from Go Fish) + +#byg:all/campfires +- #minecraft:campfires? (from Oh The Biomes You'll Go) + +#minecraft:ignored_by_piglin_babies +- minecraft:leather (from Default) +- techreborn:electrum_nugget (from Tech Reborn) +- techreborn:electrum_ingot (from Tech Reborn) + +#c:seeds/pineapple +- croptopia:pineapple_seed (from Croptopia) + +#toolstats:ignore_dig_speed + +#botania:dreamwood_logs +- botania:dreamwood_log (from Botania) +- botania:dreamwood (from Botania) +- botania:stripped_dreamwood_log (from Botania) +- botania:stripped_dreamwood (from Botania) +- #botania:glimmering_dreamwood_logs (from Botania) + +#c:zinc_ores +- create:zinc_ore (from Create) +- create:deepslate_zinc_ore (from Create) + +#c:le_mox_ingots +- modern_industrialization:le_mox_ingot (from Modern Industrialization) + +#c:saplings/avocado +- croptopia:avocado_sapling (from Croptopia) + +#c:crops/greenonion +- croptopia:greenonion (from Croptopia) + +#c:tin_tiny_dusts +- modern_industrialization:tin_tiny_dust (from Modern Industrialization) + +#c:he_mox_tiny_dusts +- modern_industrialization:he_mox_tiny_dust (from Modern Industrialization) + +#c:annealed_copper_dusts +- modern_industrialization:annealed_copper_dust (from Modern Industrialization) + +#c:bronze_tiny_dusts +- modern_industrialization:bronze_tiny_dust (from Modern Industrialization) + +#byg:black_sand +- byg:purple_sand (from Oh The Biomes You'll Go) + +#advancednetherite:swords/upgrade_to_netherite_gold +- #advancednetherite:swords/netherite_iron (from Advanced Netherite) + +#c:grape_jams +- croptopia:grape_jam (from Croptopia) +- #c:jams/grape_jam (from Croptopia) + +#advancednetherite:pickaxes/netherite +- minecraft:netherite_pickaxe (from Advanced Netherite) + +#twilightforest:fiery_vial +- twilightforest:fiery_blood (from The Twilight Forest) +- twilightforest:fiery_tears (from The Twilight Forest) + +#enchancement:retains_durability +- bewitchment:waystone (from Bewitchment) +- bewitchment:protection_poppet (from Bewitchment) +- bewitchment:death_protection_poppet (from Bewitchment) +- bewitchment:voodoo_poppet (from Bewitchment) +- bewitchment:voodoo_protection_poppet (from Bewitchment) +- bewitchment:mending_poppet (from Bewitchment) +- bewitchment:curse_poppet (from Bewitchment) +- bewitchment:vampiric_poppet (from Bewitchment) +- bewitchment:judgment_poppet (from Bewitchment) +- bewitchment:fatigue_poppet (from Bewitchment) +- icyincitement:snowball_sprinkler (from Icy Incitement) + +#forge:dyes/purple +- minecraft:purple_dye (from chisels-and-bits) + +#c:coffee_seeds +- croptopia:coffee_seed (from Croptopia) +- #c:seeds/coffee_beans (from Croptopia) + +#c:seeds/vanilla +- croptopia:vanilla_seeds (from Croptopia) + +#c:he_mox_ingots +- modern_industrialization:he_mox_ingot (from Modern Industrialization) + +#forge:ores_in_ground/deepslate +- minecraft:deepslate_coal_ore (from chisels-and-bits) +- minecraft:deepslate_copper_ore (from chisels-and-bits) +- minecraft:deepslate_diamond_ore (from chisels-and-bits) +- minecraft:deepslate_emerald_ore (from chisels-and-bits) +- minecraft:deepslate_gold_ore (from chisels-and-bits) +- minecraft:deepslate_iron_ore (from chisels-and-bits) +- minecraft:deepslate_lapis_ore (from chisels-and-bits) +- minecraft:deepslate_redstone_ore (from chisels-and-bits) + +#c:iridium_tiny_dusts +- modern_industrialization:iridium_tiny_dust (from Modern Industrialization) + +#c:saplings/pear +- croptopia:pear_sapling (from Croptopia) + +#decorative_blocks:palisades +- decorative_blocks:oak_palisade (from Decorative Blocks) +- decorative_blocks:birch_palisade (from Decorative Blocks) +- decorative_blocks:spruce_palisade (from Decorative Blocks) +- decorative_blocks:acacia_palisade (from Decorative Blocks) +- decorative_blocks:jungle_palisade (from Decorative Blocks) +- decorative_blocks:dark_oak_palisade (from Decorative Blocks) +- decorative_blocks:mangrove_palisade (from Decorative Blocks) +- decorative_blocks:crimson_palisade (from Decorative Blocks) +- decorative_blocks:warped_palisade (from Decorative Blocks) + +#c:lignite_coal_tiny_dusts +- modern_industrialization:lignite_coal_tiny_dust (from Modern Industrialization) + +#byg:light_blue_dye +- byg:winter_scilla (from Oh The Biomes You'll Go) +- byg:thereal_bellflower (from Oh The Biomes You'll Go) + +#c:fruits/walnut +- croptopia:walnut (from Croptopia) + +#byg:double_pink_dye +- byg:japanese_orchid (from Oh The Biomes You'll Go) +- byg:tall_pink_allium (from Oh The Biomes You'll Go) + +#c:coal_ores +- ad_astra:venus_coal_ore (from Ad Astra!) +- ad_astra:glacio_coal_ore (from Ad Astra!) +- #minecraft:coal_ores (from Porting Lib Tags) +- minecraft:coal_ore (from Incubus Core) +- minecraft:coal_ore (from Industrial Revolution) +- minecraft:deepslate_coal_ore (from Industrial Revolution) +- #minecraft:coal_ores (from Modern Industrialization) +- minecraft:coal_ore (from Tech Reborn) +- minecraft:deepslate_coal_ore (from Tech Reborn) + +#c:cupronickel_ingots +- modern_industrialization:cupronickel_ingot (from Modern Industrialization) + +#advancednetherite:tiers/armor/netherite_iron +- advancednetherite:netherite_iron_helmet (from Advanced Netherite) +- advancednetherite:netherite_iron_chestplate (from Advanced Netherite) +- advancednetherite:netherite_iron_leggings (from Advanced Netherite) +- advancednetherite:netherite_iron_boots (from Advanced Netherite) + +#bookshelf:shovels +- #c:shovels (from Bookshelf) + +#croptopia:chicken_replacements +- minecraft:chicken (from Croptopia) +- croptopia:tofu (from Croptopia) + +#byg:mushrooms_for_foragers_table +- minecraft:red_mushroom (from Oh The Biomes You'll Go) +- minecraft:brown_mushroom (from Oh The Biomes You'll Go) +- #forge:mushrooms? (from Oh The Biomes You'll Go) +- #c:mushrooms? (from Oh The Biomes You'll Go) + +#c:bread +- #c:bread/wheat (from Farmer's Delight) + +#byg:all/saplings +- #minecraft:saplings? (from Oh The Biomes You'll Go) + +#byg:fence_gates/wooden +- byg:aspen_fence_gate (from Oh The Biomes You'll Go) +- byg:baobab_fence_gate (from Oh The Biomes You'll Go) +- byg:blue_enchanted_fence_gate (from Oh The Biomes You'll Go) +- byg:bulbis_fence_gate (from Oh The Biomes You'll Go) +- byg:cherry_fence_gate (from Oh The Biomes You'll Go) +- byg:cika_fence_gate (from Oh The Biomes You'll Go) +- byg:cypress_fence_gate (from Oh The Biomes You'll Go) +- byg:ebony_fence_gate (from Oh The Biomes You'll Go) +- byg:embur_fence_gate (from Oh The Biomes You'll Go) +- byg:ether_fence_gate (from Oh The Biomes You'll Go) +- byg:fir_fence_gate (from Oh The Biomes You'll Go) +- byg:green_enchanted_fence_gate (from Oh The Biomes You'll Go) +- byg:holly_fence_gate (from Oh The Biomes You'll Go) +- byg:imparius_fence_gate (from Oh The Biomes You'll Go) +- byg:jacaranda_fence_gate (from Oh The Biomes You'll Go) +- byg:lament_fence_gate (from Oh The Biomes You'll Go) +- byg:mahogany_fence_gate (from Oh The Biomes You'll Go) +- byg:maple_fence_gate (from Oh The Biomes You'll Go) +- byg:nightshade_fence_gate (from Oh The Biomes You'll Go) +- byg:palm_fence_gate (from Oh The Biomes You'll Go) +- byg:pine_fence_gate (from Oh The Biomes You'll Go) +- byg:rainbow_eucalyptus_fence_gate (from Oh The Biomes You'll Go) +- byg:redwood_fence_gate (from Oh The Biomes You'll Go) +- byg:skyris_fence_gate (from Oh The Biomes You'll Go) +- byg:sythian_fence_gate (from Oh The Biomes You'll Go) +- byg:white_mangrove_fence_gate (from Oh The Biomes You'll Go) +- byg:willow_fence_gate (from Oh The Biomes You'll Go) +- byg:witch_hazel_fence_gate (from Oh The Biomes You'll Go) +- byg:zelkova_fence_gate (from Oh The Biomes You'll Go) + +#forge:storage_blocks/raw_gold +- minecraft:raw_gold_block (from chisels-and-bits) + +#bookshelf:crossbows +- #c:crossbows (from Bookshelf) + +#c:hops +- croptopia:hops (from Croptopia) +- #c:crops/hops (from Croptopia) + +#c:lead_tiny_dusts +- modern_industrialization:lead_tiny_dust (from Modern Industrialization) + +#c:vegetables/garlic +- croptopia:garlic (from Croptopia) + +#c:ruby_ores +- techreborn:ruby_ore (from Tech Reborn) +- techreborn:deepslate_ruby_ore (from Tech Reborn) + +#c:orange_dyes +- minecraft:orange_dye (from Fabric Convention Tags) +- minecraft:orange_dye (from Porting Lib Tags) + +#c:shears +- minecraft:shears (from Bookshelf) +- ecologics:crab_claw (from Ecologics) +- #fabric:shears? (from Fabric Convention Tags) +- minecraft:shears (from Fabric Convention Tags) +- minecraft:shears (from Farmer's Delight) +- minecraft:shears (from Porting Lib Tags) +- modern_industrialization:diesel_chainsaw (from Modern Industrialization) +- spectrum:bedrock_shears (from Spectrum) + +#c:cooked_anchovies +- croptopia:cooked_anchovy (from Croptopia) + +#c:crops/banana +- croptopia:banana (from Croptopia) + +#c:uranium_235_nuggets +- modern_industrialization:uranium_235_nugget (from Modern Industrialization) + +#c:fences +- #c:nether_brick_fences (from Porting Lib Tags) +- #c:wooden_fences (from Porting Lib Tags) +- twilightforest:twilight_oak_fence (from The Twilight Forest) +- twilightforest:canopy_fence (from The Twilight Forest) +- twilightforest:mangrove_fence (from The Twilight Forest) +- twilightforest:dark_fence (from The Twilight Forest) +- twilightforest:time_fence (from The Twilight Forest) +- twilightforest:transformation_fence (from The Twilight Forest) +- twilightforest:mining_fence (from The Twilight Forest) +- twilightforest:sorting_fence (from The Twilight Forest) + +#forge:armors/leggings +- minecraft:leather_leggings (from chisels-and-bits) +- minecraft:chainmail_leggings (from chisels-and-bits) +- minecraft:iron_leggings (from chisels-and-bits) +- minecraft:golden_leggings (from chisels-and-bits) +- minecraft:diamond_leggings (from chisels-and-bits) +- minecraft:netherite_leggings (from chisels-and-bits) +- deeperdarker:warden_leggings (from Deeper and Darker) + +#c:copper_blocks +- minecraft:copper_block (from Porting Lib Tags) +- minecraft:cut_copper (from Porting Lib Tags) +- minecraft:copper_block (from Industrial Revolution) +- minecraft:copper_block (from Modern Industrialization) + +#c:invar_gears +- modern_industrialization:invar_gear (from Modern Industrialization) + +#forge:chests/wooden +- minecraft:chest (from chisels-and-bits) +- minecraft:trapped_chest (from chisels-and-bits) + +#snowyspirit:glow_lights +- snowyspirit:glow_lights_white (from Snowy Spirit) +- snowyspirit:glow_lights_orange (from Snowy Spirit) +- snowyspirit:glow_lights_magenta (from Snowy Spirit) +- snowyspirit:glow_lights_light_blue (from Snowy Spirit) +- snowyspirit:glow_lights_yellow (from Snowy Spirit) +- snowyspirit:glow_lights_lime (from Snowy Spirit) +- snowyspirit:glow_lights_light_blue (from Snowy Spirit) +- snowyspirit:glow_lights_pink (from Snowy Spirit) +- snowyspirit:glow_lights_gray (from Snowy Spirit) +- snowyspirit:glow_lights_light_gray (from Snowy Spirit) +- snowyspirit:glow_lights_cyan (from Snowy Spirit) +- snowyspirit:glow_lights_purple (from Snowy Spirit) +- snowyspirit:glow_lights_blue (from Snowy Spirit) +- snowyspirit:glow_lights_brown (from Snowy Spirit) +- snowyspirit:glow_lights_green (from Snowy Spirit) +- snowyspirit:glow_lights_red (from Snowy Spirit) +- snowyspirit:glow_lights_black (from Snowy Spirit) +- snowyspirit:glow_lights_prismatic (from Snowy Spirit) + +#c:uranium_nuggets +- modern_industrialization:uranium_nugget (from Modern Industrialization) + +#c:jams/apricot_jam +- croptopia:apricot_jam (from Croptopia) + +#minecraft:mangrove_logs +- minecraft:mangrove_log (from Default) +- minecraft:mangrove_wood (from Default) +- minecraft:stripped_mangrove_log (from Default) +- minecraft:stripped_mangrove_wood (from Default) + +#c:saplings/cinnamon +- croptopia:cinnamon_sapling (from Croptopia) + +#spectrum:dyes +- minecraft:black_dye (from Spectrum) +- minecraft:blue_dye (from Spectrum) +- minecraft:brown_dye (from Spectrum) +- minecraft:cyan_dye (from Spectrum) +- minecraft:gray_dye (from Spectrum) +- minecraft:green_dye (from Spectrum) +- minecraft:light_blue_dye (from Spectrum) +- minecraft:light_gray_dye (from Spectrum) +- minecraft:lime_dye (from Spectrum) +- minecraft:magenta_dye (from Spectrum) +- minecraft:orange_dye (from Spectrum) +- minecraft:pink_dye (from Spectrum) +- minecraft:purple_dye (from Spectrum) +- minecraft:red_dye (from Spectrum) +- minecraft:white_dye (from Spectrum) +- minecraft:yellow_dye (from Spectrum) + +#c:electrum_small_dusts +- techreborn:electrum_small_dust (from Tech Reborn) + +#c:glass_pane +- botania:mana_glass_pane (from Botania) +- botania:elf_glass_pane (from Botania) +- botania:bifrost_pane (from Botania) + +#c:greenonion_seeds +- croptopia:greenonion_seed (from Croptopia) +- #c:seeds/greenonion (from Croptopia) + +#minecraft:carpets +- bewitchment:hedgewitch_carpet (from Bewitchment) +- bewitchment:alchemist_carpet (from Bewitchment) +- bewitchment:besmirched_carpet (from Bewitchment) + +#forge:tools +- #forge:tools/swords (from chisels-and-bits) +- #forge:tools/axes (from chisels-and-bits) +- #forge:tools/pickaxes (from chisels-and-bits) +- #forge:tools/shovels (from chisels-and-bits) +- #forge:tools/hoes (from chisels-and-bits) +- #forge:tools/shields (from chisels-and-bits) +- #forge:tools/bows (from chisels-and-bits) +- #forge:tools/crossbows (from chisels-and-bits) +- #forge:tools/fishing_rods (from chisels-and-bits) +- #forge:tools/tridents (from chisels-and-bits) + +#advancednetherite:tiers/armor +- #advancednetherite:tiers/armor/netherite_iron (from Advanced Netherite) +- #advancednetherite:tiers/armor/netherite_gold (from Advanced Netherite) +- #advancednetherite:tiers/armor/netherite_emerald (from Advanced Netherite) +- #advancednetherite:tiers/armor/netherite_diamond (from Advanced Netherite) + +#c:strings +- minecraft:string (from Bookshelf) + +#balm:black_dyes +- minecraft:black_dye (from Balm) +- #c:black_dyes? (from Balm) + +#c:uranium_blocks +- modern_industrialization:uranium_block (from Modern Industrialization) + +#forge:glass/orange +- minecraft:orange_stained_glass (from chisels-and-bits) + +#nourish:protein +- bewitchment:demon_heart (from Bewitchment) +- bewitchment:grotesque_stew (from Bewitchment) +- croptopia:asparagus (from Croptopia) +- croptopia:blackbean (from Croptopia) +- croptopia:broccoli (from Croptopia) +- croptopia:peanut (from Croptopia) +- croptopia:soybean (from Croptopia) +- croptopia:cheese (from Croptopia) +- croptopia:tofu (from Croptopia) +- croptopia:pepperoni (from Croptopia) +- croptopia:soy_milk (from Croptopia) +- croptopia:beef_jerky (from Croptopia) +- croptopia:pork_jerky (from Croptopia) +- croptopia:baked_beans (from Croptopia) +- croptopia:pork_and_beans (from Croptopia) +- croptopia:yoghurt (from Croptopia) +- croptopia:scrambled_eggs (from Croptopia) +- croptopia:ham_sandwich (from Croptopia) +- croptopia:blt (from Croptopia) +- croptopia:tuna_sandwich (from Croptopia) +- croptopia:cheeseburger (from Croptopia) +- croptopia:hamburger (from Croptopia) +- croptopia:tofuburger (from Croptopia) +- croptopia:pizza (from Croptopia) +- croptopia:supreme_pizza (from Croptopia) +- croptopia:cheese_pizza (from Croptopia) +- croptopia:pineapple_pepperoni_pizza (from Croptopia) +- croptopia:lemon_chicken (from Croptopia) +- croptopia:fried_chicken (from Croptopia) +- croptopia:chicken_and_noodles (from Croptopia) +- croptopia:chicken_and_dumplings (from Croptopia) +- croptopia:tofu_and_dumplings (from Croptopia) +- croptopia:chicken_and_rice (from Croptopia) +- croptopia:taco (from Croptopia) +- croptopia:sushi (from Croptopia) +- croptopia:almond (from Croptopia) +- croptopia:cashew (from Croptopia) +- croptopia:pecan (from Croptopia) +- croptopia:walnut (from Croptopia) +- croptopia:carnitas (from Croptopia) +- croptopia:fajitas (from Croptopia) +- croptopia:enchilada (from Croptopia) +- croptopia:tamales (from Croptopia) +- croptopia:stuffed_poblanos (from Croptopia) +- croptopia:quesadilla (from Croptopia) +- croptopia:shepherds_pie (from Croptopia) +- croptopia:beef_wellington (from Croptopia) +- croptopia:fish_and_chips (from Croptopia) +- croptopia:cooked_bacon (from Croptopia) +- croptopia:beef_stew (from Croptopia) +- croptopia:beef_stir_fry (from Croptopia) +- croptopia:eggplant_parmesan (from Croptopia) +- croptopia:fruit_cake (from Croptopia) +- croptopia:peanut_butter (from Croptopia) +- croptopia:bacon (from Croptopia) +- gofish:icicle_fish (from Go Fish) +- gofish:ender_eel (from Go Fish) +- gofish:lilyfish (from Go Fish) +- gofish:matrix_fish (from Go Fish) +- gofish:seaweed_eel (from Go Fish) +- gofish:snowball_fish (from Go Fish) +- gofish:terrafish (from Go Fish) +- gofish:carrot_carp (from Go Fish) +- gofish:baked_carrot_carp (from Go Fish) +- gofish:blackstone_trout (from Go Fish) +- gofish:grilled_blackstone_trout (from Go Fish) +- gofish:grilled_blackstone_deluxe (from Go Fish) +- gofish:gilded_blackstone_carp (from Go Fish) +- gofish:smokey_salmon (from Go Fish) +- gofish:soul_salmon (from Go Fish) +- gofish:magma_cod (from Go Fish) +- gofish:basalt_bass (from Go Fish) +- gofish:obsidian_halibut (from Go Fish) +- gofish:endfish (from Go Fish) +- gofish:baked_endfish (from Go Fish) +- gofish:endfish_and_chorus (from Go Fish) +- gofish:lunarfish (from Go Fish) +- gofish:galaxy_starfish (from Go Fish) +- gofish:starry_salmon (from Go Fish) +- gofish:nebula_swordfish (from Go Fish) +- gofish:aquatic_astral_stew (from Go Fish) +- gofish:rainy_bass (from Go Fish) +- gofish:steamed_bass (from Go Fish) +- gofish:cloudy_crab (from Go Fish) +- gofish:thundering_bass (from Go Fish) +- gofish:smoked_cloudy_crab (from Go Fish) +- gofish:blizzard_bass (from Go Fish) + +#c:tortillas +- croptopia:tortilla (from Croptopia) + +#advancednetherite:upgrade_to_netherite_gold +- #advancednetherite:ingots/netherites_gold (from Advanced Netherite) + +#c:stainless_steel_tiny_dusts +- modern_industrialization:stainless_steel_tiny_dust (from Modern Industrialization) + +#c:crops/tomato +- croptopia:tomato (from Croptopia) +- farmersdelight:tomato (from Farmer's Delight) + +#minecraft:slabs +- #minecraft:wooden_slabs (from Default) +- minecraft:stone_slab (from Default) +- minecraft:smooth_stone_slab (from Default) +- minecraft:stone_brick_slab (from Default) +- minecraft:sandstone_slab (from Default) +- minecraft:purpur_slab (from Default) +- minecraft:quartz_slab (from Default) +- minecraft:red_sandstone_slab (from Default) +- minecraft:brick_slab (from Default) +- minecraft:cobblestone_slab (from Default) +- minecraft:nether_brick_slab (from Default) +- minecraft:petrified_oak_slab (from Default) +- minecraft:prismarine_slab (from Default) +- minecraft:prismarine_brick_slab (from Default) +- minecraft:dark_prismarine_slab (from Default) +- minecraft:polished_granite_slab (from Default) +- minecraft:smooth_red_sandstone_slab (from Default) +- minecraft:mossy_stone_brick_slab (from Default) +- minecraft:polished_diorite_slab (from Default) +- minecraft:mossy_cobblestone_slab (from Default) +- minecraft:end_stone_brick_slab (from Default) +- minecraft:smooth_sandstone_slab (from Default) +- minecraft:smooth_quartz_slab (from Default) +- minecraft:granite_slab (from Default) +- minecraft:andesite_slab (from Default) +- minecraft:red_nether_brick_slab (from Default) +- minecraft:polished_andesite_slab (from Default) +- minecraft:diorite_slab (from Default) +- minecraft:cut_sandstone_slab (from Default) +- minecraft:cut_red_sandstone_slab (from Default) +- minecraft:blackstone_slab (from Default) +- minecraft:polished_blackstone_brick_slab (from Default) +- minecraft:polished_blackstone_slab (from Default) +- minecraft:cobbled_deepslate_slab (from Default) +- minecraft:polished_deepslate_slab (from Default) +- minecraft:deepslate_tile_slab (from Default) +- minecraft:deepslate_brick_slab (from Default) +- minecraft:waxed_weathered_cut_copper_slab (from Default) +- minecraft:waxed_exposed_cut_copper_slab (from Default) +- minecraft:waxed_cut_copper_slab (from Default) +- minecraft:oxidized_cut_copper_slab (from Default) +- minecraft:weathered_cut_copper_slab (from Default) +- minecraft:exposed_cut_copper_slab (from Default) +- minecraft:cut_copper_slab (from Default) +- minecraft:waxed_oxidized_cut_copper_slab (from Default) +- minecraft:mud_brick_slab (from Default) +- ad_astra:moon_stone_brick_slab (from Ad Astra!) +- ad_astra:mars_stone_brick_slab (from Ad Astra!) +- ad_astra:mercury_stone_brick_slab (from Ad Astra!) +- ad_astra:venus_sandstone_brick_slab (from Ad Astra!) +- ad_astra:venus_stone_brick_slab (from Ad Astra!) +- ad_astra:glacio_stone_brick_slab (from Ad Astra!) +- ad_astra:chiseled_moon_stone_slab (from Ad Astra!) +- ad_astra:polished_moon_stone_slab (from Ad Astra!) +- ad_astra:chiseled_mars_stone_slab (from Ad Astra!) +- ad_astra:polished_mars_stone_slab (from Ad Astra!) +- ad_astra:chiseled_venus_stone_slab (from Ad Astra!) +- ad_astra:polished_venus_stone_slab (from Ad Astra!) +- ad_astra:chiseled_mercury_stone_slab (from Ad Astra!) +- ad_astra:polished_mercury_stone_slab (from Ad Astra!) +- ad_astra:chiseled_glacio_stone_slab (from Ad Astra!) +- ad_astra:polished_glacio_stone_slab (from Ad Astra!) +- ad_astra:iron_plating_slab (from Ad Astra!) +- ad_astra:steel_plating_slab (from Ad Astra!) +- ad_astra:desh_plating_slab (from Ad Astra!) +- ad_astra:ostrum_plating_slab (from Ad Astra!) +- ad_astra:calorite_plating_slab (from Ad Astra!) +- ad_astra:permafrost_brick_slab (from Ad Astra!) +- ad_astra:chiseled_permafrost_brick_slab (from Ad Astra!) +- ad_astra:polished_permafrost_slab (from Ad Astra!) +- ad_astra:moon_cobblestone_slab (from Ad Astra!) +- ad_astra:moon_stone_slab (from Ad Astra!) +- ad_astra:mars_cobblestone_slab (from Ad Astra!) +- ad_astra:mars_stone_slab (from Ad Astra!) +- ad_astra:venus_cobblestone_slab (from Ad Astra!) +- ad_astra:venus_stone_slab (from Ad Astra!) +- ad_astra:mercury_cobblestone_slab (from Ad Astra!) +- ad_astra:mercury_stone_slab (from Ad Astra!) +- ad_astra:glacio_cobblestone_slab (from Ad Astra!) +- ad_astra:glacio_stone_slab (from Ad Astra!) +- ad_astra:glacian_slab (from Ad Astra!) +- ad_astra:aeronos_slab (from Ad Astra!) +- ad_astra:strophar_slab (from Ad Astra!) +- biomemakeover:red_mushroom_brick_slab (from Biome Makeover) +- biomemakeover:brown_mushroom_brick_slab (from Biome Makeover) +- biomemakeover:glowshroom_stem_brick_slab (from Biome Makeover) +- biomemakeover:mushroom_stem_brick_slab (from Biome Makeover) +- biomemakeover:purple_glowshroom_brick_slab (from Biome Makeover) +- biomemakeover:green_glowshroom_brick_slab (from Biome Makeover) +- biomemakeover:orange_glowshroom_brick_slab (from Biome Makeover) +- biomemakeover:blighted_cobblestone_slab (from Biome Makeover) +- biomemakeover:blighted_stone_bricks_slab (from Biome Makeover) +- biomemakeover:terracotta_brick_slab (from Biome Makeover) +- biomemakeover:black_terracotta_brick_slab (from Biome Makeover) +- biomemakeover:red_terracotta_brick_slab (from Biome Makeover) +- biomemakeover:green_terracotta_brick_slab (from Biome Makeover) +- biomemakeover:brown_terracotta_brick_slab (from Biome Makeover) +- biomemakeover:blue_terracotta_brick_slab (from Biome Makeover) +- biomemakeover:purple_terracotta_brick_slab (from Biome Makeover) +- biomemakeover:cyan_terracotta_brick_slab (from Biome Makeover) +- biomemakeover:light_gray_terracotta_brick_slab (from Biome Makeover) +- biomemakeover:gray_terracotta_brick_slab (from Biome Makeover) +- biomemakeover:pink_terracotta_brick_slab (from Biome Makeover) +- biomemakeover:lime_terracotta_brick_slab (from Biome Makeover) +- biomemakeover:yellow_terracotta_brick_slab (from Biome Makeover) +- biomemakeover:light_blue_terracotta_brick_slab (from Biome Makeover) +- biomemakeover:magenta_terracotta_brick_slab (from Biome Makeover) +- biomemakeover:orange_terracotta_brick_slab (from Biome Makeover) +- biomemakeover:white_terracotta_brick_slab (from Biome Makeover) +- biomemakeover:dried_peat_bricks_slab (from Biome Makeover) +- biomemakeover:mesmerite_slab (from Biome Makeover) +- biomemakeover:polished_mesmerite_slab (from Biome Makeover) +- botania:black_pavement_slab (from Botania) +- botania:blaze_quartz_slab (from Botania) +- botania:blue_pavement_slab (from Botania) +- botania:corporea_brick_slab (from Botania) +- botania:corporea_slab (from Botania) +- botania:dark_quartz_slab (from Botania) +- botania:dreamwood_planks_slab (from Botania) +- botania:dreamwood_slab (from Botania) +- botania:elf_quartz_slab (from Botania) +- botania:green_pavement_slab (from Botania) +- botania:lavender_quartz_slab (from Botania) +- botania:livingrock_bricks_slab (from Botania) +- botania:livingrock_slab (from Botania) +- botania:livingwood_planks_slab (from Botania) +- botania:livingwood_slab (from Botania) +- botania:mana_quartz_slab (from Botania) +- botania:metamorphic_desert_bricks_slab (from Botania) +- botania:metamorphic_desert_cobblestone_slab (from Botania) +- botania:metamorphic_desert_stone_slab (from Botania) +- botania:metamorphic_forest_bricks_slab (from Botania) +- botania:metamorphic_forest_cobblestone_slab (from Botania) +- botania:metamorphic_forest_stone_slab (from Botania) +- botania:metamorphic_fungal_bricks_slab (from Botania) +- botania:metamorphic_fungal_cobblestone_slab (from Botania) +- botania:metamorphic_fungal_stone_slab (from Botania) +- botania:metamorphic_mesa_bricks_slab (from Botania) +- botania:metamorphic_mesa_cobblestone_slab (from Botania) +- botania:metamorphic_mesa_stone_slab (from Botania) +- botania:metamorphic_mountain_bricks_slab (from Botania) +- botania:metamorphic_mountain_cobblestone_slab (from Botania) +- botania:metamorphic_mountain_stone_slab (from Botania) +- botania:metamorphic_plains_bricks_slab (from Botania) +- botania:metamorphic_plains_cobblestone_slab (from Botania) +- botania:metamorphic_plains_stone_slab (from Botania) +- botania:metamorphic_swamp_bricks_slab (from Botania) +- botania:metamorphic_swamp_cobblestone_slab (from Botania) +- botania:metamorphic_swamp_stone_slab (from Botania) +- botania:metamorphic_taiga_bricks_slab (from Botania) +- botania:metamorphic_taiga_cobblestone_slab (from Botania) +- botania:metamorphic_taiga_stone_slab (from Botania) +- botania:mossy_livingrock_bricks_slab (from Botania) +- botania:polished_livingrock_slab (from Botania) +- botania:red_pavement_slab (from Botania) +- botania:red_quartz_slab (from Botania) +- botania:shimmerrock_slab (from Botania) +- botania:shimmerwood_planks_slab (from Botania) +- botania:stripped_dreamwood_slab (from Botania) +- botania:stripped_livingwood_slab (from Botania) +- botania:sunny_quartz_slab (from Botania) +- botania:white_pavement_slab (from Botania) +- botania:yellow_pavement_slab (from Botania) +- #byg:slabs (from Oh The Biomes You'll Go) +- create:cut_granite_slab (from Create) +- create:polished_cut_granite_slab (from Create) +- create:cut_granite_brick_slab (from Create) +- create:small_granite_brick_slab (from Create) +- create:cut_diorite_slab (from Create) +- create:polished_cut_diorite_slab (from Create) +- create:cut_diorite_brick_slab (from Create) +- create:small_diorite_brick_slab (from Create) +- create:cut_andesite_slab (from Create) +- create:polished_cut_andesite_slab (from Create) +- create:cut_andesite_brick_slab (from Create) +- create:small_andesite_brick_slab (from Create) +- create:cut_calcite_slab (from Create) +- create:polished_cut_calcite_slab (from Create) +- create:cut_calcite_brick_slab (from Create) +- create:small_calcite_brick_slab (from Create) +- create:cut_dripstone_slab (from Create) +- create:polished_cut_dripstone_slab (from Create) +- create:cut_dripstone_brick_slab (from Create) +- create:small_dripstone_brick_slab (from Create) +- create:cut_deepslate_slab (from Create) +- create:polished_cut_deepslate_slab (from Create) +- create:cut_deepslate_brick_slab (from Create) +- create:small_deepslate_brick_slab (from Create) +- create:cut_tuff_slab (from Create) +- create:polished_cut_tuff_slab (from Create) +- create:cut_tuff_brick_slab (from Create) +- create:small_tuff_brick_slab (from Create) +- create:cut_asurine_slab (from Create) +- create:polished_cut_asurine_slab (from Create) +- create:cut_asurine_brick_slab (from Create) +- create:small_asurine_brick_slab (from Create) +- create:cut_crimsite_slab (from Create) +- create:polished_cut_crimsite_slab (from Create) +- create:cut_crimsite_brick_slab (from Create) +- create:small_crimsite_brick_slab (from Create) +- create:cut_limestone_slab (from Create) +- create:polished_cut_limestone_slab (from Create) +- create:cut_limestone_brick_slab (from Create) +- create:small_limestone_brick_slab (from Create) +- create:cut_ochrum_slab (from Create) +- create:polished_cut_ochrum_slab (from Create) +- create:cut_ochrum_brick_slab (from Create) +- create:small_ochrum_brick_slab (from Create) +- create:cut_scoria_slab (from Create) +- create:polished_cut_scoria_slab (from Create) +- create:cut_scoria_brick_slab (from Create) +- create:small_scoria_brick_slab (from Create) +- create:cut_scorchia_slab (from Create) +- create:polished_cut_scorchia_slab (from Create) +- create:cut_scorchia_brick_slab (from Create) +- create:small_scorchia_brick_slab (from Create) +- create:cut_veridium_slab (from Create) +- create:polished_cut_veridium_slab (from Create) +- create:cut_veridium_brick_slab (from Create) +- create:small_veridium_brick_slab (from Create) +- deeperdarker:sculk_stone_slab (from Deeper and Darker) +- deeperdarker:cobbled_sculk_stone_slab (from Deeper and Darker) +- deeperdarker:polished_sculk_stone_slab (from Deeper and Darker) +- deeperdarker:sculk_stone_brick_slab (from Deeper and Darker) +- deeperdarker:sculk_stone_tile_slab (from Deeper and Darker) +- deeperdarker:smooth_sculk_stone_slab (from Deeper and Darker) +- deeperdarker:cut_sculk_stone_slab (from Deeper and Darker) +- deeperdarker:gloomslate_slab (from Deeper and Darker) +- deeperdarker:cobbled_gloomslate_slab (from Deeper and Darker) +- deeperdarker:polished_gloomslate_slab (from Deeper and Darker) +- deeperdarker:gloomslate_brick_slab (from Deeper and Darker) +- deeperdarker:gloomslate_tile_slab (from Deeper and Darker) +- deeperdarker:smooth_gloomslate_slab (from Deeper and Darker) +- deeperdarker:cut_gloomslate_slab (from Deeper and Darker) +- ecologics:seashell_tile_slab (from Ecologics) +- ecologics:snow_brick_slab (from Ecologics) +- ecologics:ice_brick_slab (from Ecologics) +- hexcasting:edified_slab (from Hex Casting) +- snowyspirit:gingerbread_slab (from Snowy Spirit) +- spectrum:smooth_basalt_slab (from Spectrum) +- spectrum:polished_basalt_slab (from Spectrum) +- spectrum:basalt_brick_slab (from Spectrum) +- spectrum:calcite_slab (from Spectrum) +- spectrum:polished_calcite_slab (from Spectrum) +- spectrum:calcite_brick_slab (from Spectrum) +- #spectrum:colored_slabs (from Spectrum) +- supplementaries:checker_slab (from Supplementaries) +- supplementaries:stone_tile_slab (from Supplementaries) +- supplementaries:blackstone_tile_slab (from Supplementaries) +- supplementaries:ash_bricks_slab (from Supplementaries) +- supplementaries:lapis_bricks_slab (from Supplementaries) +- techreborn:rubber_slab (from Tech Reborn) +- techreborn:rubber_slab (from Tech Reborn) +- techreborn:advanced_alloy_storage_block_slab (from Tech Reborn) +- techreborn:aluminum_storage_block_slab (from Tech Reborn) +- techreborn:brass_storage_block_slab (from Tech Reborn) +- techreborn:bronze_storage_block_slab (from Tech Reborn) +- techreborn:chrome_storage_block_slab (from Tech Reborn) +- techreborn:electrum_storage_block_slab (from Tech Reborn) +- techreborn:hot_tungstensteel_storage_block_slab (from Tech Reborn) +- techreborn:invar_storage_block_slab (from Tech Reborn) +- techreborn:iridium_storage_block_slab (from Tech Reborn) +- techreborn:iridium_reinforced_stone_storage_block_slab (from Tech Reborn) +- techreborn:iridium_reinforced_tungstensteel_storage_block_slab (from Tech Reborn) +- techreborn:lead_storage_block_slab (from Tech Reborn) +- techreborn:nickel_storage_block_slab (from Tech Reborn) +- techreborn:peridot_storage_block_slab (from Tech Reborn) +- techreborn:platinum_storage_block_slab (from Tech Reborn) +- techreborn:raw_iridium_storage_block_slab (from Tech Reborn) +- techreborn:raw_lead_storage_block_slab (from Tech Reborn) +- techreborn:raw_silver_storage_block_slab (from Tech Reborn) +- techreborn:raw_tin_storage_block_slab (from Tech Reborn) +- techreborn:raw_tungsten_storage_block_slab (from Tech Reborn) +- techreborn:red_garnet_storage_block_slab (from Tech Reborn) +- techreborn:refined_iron_storage_block_slab (from Tech Reborn) +- techreborn:ruby_storage_block_slab (from Tech Reborn) +- techreborn:sapphire_storage_block_slab (from Tech Reborn) +- techreborn:silver_storage_block_slab (from Tech Reborn) +- techreborn:steel_storage_block_slab (from Tech Reborn) +- techreborn:tin_storage_block_slab (from Tech Reborn) +- techreborn:titanium_storage_block_slab (from Tech Reborn) +- techreborn:tungsten_storage_block_slab (from Tech Reborn) +- techreborn:tungstensteel_storage_block_slab (from Tech Reborn) +- techreborn:yellow_garnet_storage_block_slab (from Tech Reborn) +- techreborn:zinc_storage_block_slab (from Tech Reborn) +- twilightforest:aurora_slab (from The Twilight Forest) + +#supplementaries:pedestal_upright +- minecraft:wooden_sword? (from Supplementaries) + +#c:nickel_tiny_dusts +- modern_industrialization:nickel_tiny_dust (from Modern Industrialization) + +#c:lignite_coal_ores +- modern_industrialization:lignite_coal_ore (from Modern Industrialization) +- modern_industrialization:deepslate_lignite_coal_ore (from Modern Industrialization) + +#create:casing +- create:andesite_casing (from Create) +- create:brass_casing (from Create) +- create:copper_casing (from Create) +- create:shadow_steel_casing (from Create) +- create:refined_radiance_casing (from Create) +- create:railway_casing (from Create) + +#c:pyrope_small_dusts +- techreborn:pyrope_small_dust (from Tech Reborn) + +#spectrum:colored_buttons +- spectrum:black_button (from Spectrum) +- spectrum:blue_button (from Spectrum) +- spectrum:brown_button (from Spectrum) +- spectrum:cyan_button (from Spectrum) +- spectrum:gray_button (from Spectrum) +- spectrum:green_button (from Spectrum) +- spectrum:light_blue_button (from Spectrum) +- spectrum:light_gray_button (from Spectrum) +- spectrum:lime_button (from Spectrum) +- spectrum:magenta_button (from Spectrum) +- spectrum:orange_button (from Spectrum) +- spectrum:pink_button (from Spectrum) +- spectrum:purple_button (from Spectrum) +- spectrum:red_button (from Spectrum) +- spectrum:white_button (from Spectrum) +- spectrum:yellow_button (from Spectrum) + +#c:yam_jam +- croptopia:yam_jam (from Croptopia) + +#c:triple_compressed_gravel +- compressor:triple_compressed_gravel (from Compressor) + +#c:fruits/almond +- croptopia:almond (from Croptopia) + +#c:saw_dusts +- indrev:sawdust? (from Coxinha Utilities) +- techreborn:saw_dust? (from Coxinha Utilities) +- techreborn:saw_dust (from Tech Reborn) + +#c:quintuple_compressed_netherrack +- compressor:quintuple_compressed_netherrack (from Compressor) + +#ae2:p2p_attunements/me_p2p_tunnel +- #ae2:covered_cable (from Applied Energistics 2) +- #ae2:covered_dense_cable (from Applied Energistics 2) +- #ae2:glass_cable (from Applied Energistics 2) +- #ae2:smart_cable (from Applied Energistics 2) +- #ae2:smart_dense_cable (from Applied Energistics 2) + +#deeperdarker:echo_logs +- deeperdarker:echo_log (from Deeper and Darker) +- deeperdarker:echo_wood (from Deeper and Darker) +- deeperdarker:stripped_echo_log (from Deeper and Darker) +- deeperdarker:stripped_echo_wood (from Deeper and Darker) + +#c:dusts/prismarine +- minecraft:prismarine_shard (from Porting Lib Tags) + +#c:raw_fishes/cod +- minecraft:cod (from Farmer's Delight) +- farmersdelight:cod_slice (from Farmer's Delight) + +#c:invar_plates +- modern_industrialization:invar_plate (from Modern Industrialization) +- techreborn:invar_plate (from Tech Reborn) + +#c:small_corals_yellow +- minecraft:horn_coral (from Tech Reborn) +- minecraft:horn_coral_fan (from Tech Reborn) + +#c:invar_tiny_dusts +- modern_industrialization:invar_tiny_dust (from Modern Industrialization) + +#c:lead_nuggets +- indrev:lead_nugget (from Industrial Revolution) +- modern_industrialization:lead_nugget (from Modern Industrialization) +- techreborn:lead_nugget (from Tech Reborn) + +#byg:green_enchanted_logs +- byg:green_enchanted_log (from Oh The Biomes You'll Go) +- byg:green_enchanted_wood (from Oh The Biomes You'll Go) +- byg:stripped_green_enchanted_log (from Oh The Biomes You'll Go) +- byg:stripped_green_enchanted_wood (from Oh The Biomes You'll Go) + +#c:lemons +- croptopia:lemon (from Croptopia) +- #c:fruits/lemon (from Croptopia) +- croptopia:lemon (from Croptopia) +- #c:crops/lemon (from Croptopia) + +#darkutils:charms +- darkutils:charm_sleep (from DarkUtilities) +- darkutils:charm_warding (from DarkUtilities) +- darkutils:charm_portal (from DarkUtilities) + +#c:fruits/grape +- croptopia:grape (from Croptopia) + +#c:yellow_dyes +- minecraft:yellow_dye (from Fabric Convention Tags) +- minecraft:yellow_dye (from Porting Lib Tags) + +#c:soybean_seeds +- croptopia:soybean_seed (from Croptopia) +- #c:seeds/soybean (from Croptopia) + +#c:deepslate_bricks +- minecraft:deepslate_bricks (from Fabric Waystones) +- minecraft:cracked_deepslate_bricks (from Fabric Waystones) + +#bewitchment:weak_swords +- minecraft:wooden_sword (from Bewitchment) +- minecraft:stone_sword (from Bewitchment) +- minecraft:iron_sword (from Bewitchment) + +#c:tomato_juices +- croptopia:tomato_juice (from Croptopia) +- #c:juices/tomato_juice (from Croptopia) + +#byg:all/sticks +- #byg:sticks? (from Oh The Biomes You'll Go) +- #c:wooden_rods? (from Oh The Biomes You'll Go) +- #forge:rods/wooden? (from Oh The Biomes You'll Go) + +#c:yellow_dye +- minecraft:yellow_dye (from Applied Energistics 2) + +#advancednetherite:swords/netherite_emerald +- advancednetherite:netherite_emerald_sword (from Advanced Netherite) + +#advancednetherite:leggings/netherite +- minecraft:netherite_leggings (from Advanced Netherite) + +#c:polished_blackstones +- minecraft:chiseled_polished_blackstone (from Fabric Waystones) +- minecraft:polished_blackstone (from Fabric Waystones) + +#c:ingots/ironwood +- twilightforest:ironwood_ingot (from The Twilight Forest) + +#minecraft:wooden_pressure_plates +- minecraft:oak_pressure_plate (from Default) +- minecraft:spruce_pressure_plate (from Default) +- minecraft:birch_pressure_plate (from Default) +- minecraft:jungle_pressure_plate (from Default) +- minecraft:acacia_pressure_plate (from Default) +- minecraft:dark_oak_pressure_plate (from Default) +- minecraft:crimson_pressure_plate (from Default) +- minecraft:warped_pressure_plate (from Default) +- minecraft:mangrove_pressure_plate (from Default) +- bewitchment:juniper_pressure_plate (from Bewitchment) +- bewitchment:cypress_pressure_plate (from Bewitchment) +- bewitchment:elder_pressure_plate (from Bewitchment) +- bewitchment:dragons_blood_pressure_plate (from Bewitchment) +- biomemakeover:blighted_balsa_pressure_plate (from Biome Makeover) +- biomemakeover:willow_pressure_plate (from Biome Makeover) +- biomemakeover:swamp_cypress_pressure_plate (from Biome Makeover) +- biomemakeover:ancient_oak_pressure_plate (from Biome Makeover) +- byg:aspen_pressure_plate (from Oh The Biomes You'll Go) +- byg:baobab_pressure_plate (from Oh The Biomes You'll Go) +- byg:blue_enchanted_pressure_plate (from Oh The Biomes You'll Go) +- byg:bulbis_pressure_plate (from Oh The Biomes You'll Go) +- byg:cherry_pressure_plate (from Oh The Biomes You'll Go) +- byg:cika_pressure_plate (from Oh The Biomes You'll Go) +- byg:cypress_pressure_plate (from Oh The Biomes You'll Go) +- byg:ebony_pressure_plate (from Oh The Biomes You'll Go) +- byg:embur_pressure_plate (from Oh The Biomes You'll Go) +- byg:ether_pressure_plate (from Oh The Biomes You'll Go) +- byg:fir_pressure_plate (from Oh The Biomes You'll Go) +- byg:green_enchanted_pressure_plate (from Oh The Biomes You'll Go) +- byg:holly_pressure_plate (from Oh The Biomes You'll Go) +- byg:imparius_pressure_plate (from Oh The Biomes You'll Go) +- byg:jacaranda_pressure_plate (from Oh The Biomes You'll Go) +- byg:lament_pressure_plate (from Oh The Biomes You'll Go) +- byg:mahogany_pressure_plate (from Oh The Biomes You'll Go) +- byg:maple_pressure_plate (from Oh The Biomes You'll Go) +- byg:nightshade_pressure_plate (from Oh The Biomes You'll Go) +- byg:palm_pressure_plate (from Oh The Biomes You'll Go) +- byg:pine_pressure_plate (from Oh The Biomes You'll Go) +- byg:rainbow_eucalyptus_pressure_plate (from Oh The Biomes You'll Go) +- byg:redwood_pressure_plate (from Oh The Biomes You'll Go) +- byg:skyris_pressure_plate (from Oh The Biomes You'll Go) +- byg:sythian_pressure_plate (from Oh The Biomes You'll Go) +- byg:white_mangrove_pressure_plate (from Oh The Biomes You'll Go) +- byg:willow_pressure_plate (from Oh The Biomes You'll Go) +- byg:witch_hazel_pressure_plate (from Oh The Biomes You'll Go) +- byg:zelkova_pressure_plate (from Oh The Biomes You'll Go) +- deeperdarker:echo_pressure_plate (from Deeper and Darker) +- ecologics:coconut_pressure_plate (from Ecologics) +- ecologics:walnut_pressure_plate (from Ecologics) +- ecologics:azalea_pressure_plate (from Ecologics) +- hexcasting:edified_pressure_plate (from Hex Casting) +- #spectrum:colored_pressure_plates (from Spectrum) +- techreborn:rubber_pressure_plate (from Tech Reborn) +- twilightforest:twilight_oak_pressure_plate (from The Twilight Forest) +- twilightforest:canopy_pressure_plate (from The Twilight Forest) +- twilightforest:mangrove_pressure_plate (from The Twilight Forest) +- twilightforest:dark_pressure_plate (from The Twilight Forest) +- twilightforest:time_pressure_plate (from The Twilight Forest) +- twilightforest:transformation_pressure_plate (from The Twilight Forest) +- twilightforest:mining_pressure_plate (from The Twilight Forest) +- twilightforest:sorting_pressure_plate (from The Twilight Forest) +- vinery:cherry_pressure_plate (from Vinery) + +#c:seeds/strawberry +- croptopia:strawberry_seed (from Croptopia) + +#trinkets:legs/belt +- ae2:wireless_crafting_terminal (from AE2WTLib) +- ae2wtlib:wireless_pattern_encoding_terminal (from AE2WTLib) +- ae2wtlib:wireless_pattern_access_terminal (from AE2WTLib) +- ae2wtlib:wireless_universal_terminal (from AE2WTLib) +- artifacts:antidote_vessel (from Artifacts) +- artifacts:cloud_in_a_bottle (from Artifacts) +- artifacts:crystal_heart (from Artifacts) +- artifacts:obsidian_skull (from Artifacts) +- artifacts:universal_attractor (from Artifacts) +- artifacts:helium_flamingo (from Artifacts) +- bewitchment:prickly_belt (from Bewitchment) +- bewitchment:zephyr_harness (from Bewitchment) +- botania:knockback_belt (from Botania) +- botania:speed_up_belt (from Botania) +- botania:super_travel_belt (from Botania) +- botania:travel_belt (from Botania) +- doodads:blossom_belt (from Doodads) +- spectrum:take_off_belt (from Spectrum) +- spectrum:azure_dike_belt (from Spectrum) +- twilightforest:charm_of_keeping_1 (from The Twilight Forest) +- twilightforest:charm_of_keeping_2 (from The Twilight Forest) +- twilightforest:charm_of_keeping_3 (from The Twilight Forest) + +#ae2:smart_dense_cable +- ae2:white_smart_dense_cable (from Applied Energistics 2) +- ae2:orange_smart_dense_cable (from Applied Energistics 2) +- ae2:magenta_smart_dense_cable (from Applied Energistics 2) +- ae2:light_blue_smart_dense_cable (from Applied Energistics 2) +- ae2:yellow_smart_dense_cable (from Applied Energistics 2) +- ae2:lime_smart_dense_cable (from Applied Energistics 2) +- ae2:pink_smart_dense_cable (from Applied Energistics 2) +- ae2:gray_smart_dense_cable (from Applied Energistics 2) +- ae2:light_gray_smart_dense_cable (from Applied Energistics 2) +- ae2:cyan_smart_dense_cable (from Applied Energistics 2) +- ae2:purple_smart_dense_cable (from Applied Energistics 2) +- ae2:blue_smart_dense_cable (from Applied Energistics 2) +- ae2:brown_smart_dense_cable (from Applied Energistics 2) +- ae2:green_smart_dense_cable (from Applied Energistics 2) +- ae2:red_smart_dense_cable (from Applied Energistics 2) +- ae2:black_smart_dense_cable (from Applied Energistics 2) +- ae2:fluix_smart_dense_cable (from Applied Energistics 2) + +#c:sugar_crops +- minecraft:sugar_cane (from Incubus Core) + +#c:saguaro_juices +- croptopia:saguaro_juice (from Croptopia) +- #c:juices/saguaro_juice (from Croptopia) + +#botania:petals/purple +- botania:purple_petal (from Botania) +- botania:purple_mushroom (from Botania) + +#c:mozanite_ores +- modern_industrialization:mozanite_ore (from Modern Industrialization) +- modern_industrialization:deepslate_mozanite_ore (from Modern Industrialization) + +#spectrum:onyx_chiseled_base_blocks +- spectrum:onyx_chiseled_basalt (from Spectrum) +- spectrum:onyx_chiseled_calcite (from Spectrum) + +#create:create_ingots +- create:andesite_alloy (from Create) +- create:zinc_ingot (from Create) +- create:brass_ingot (from Create) + +#c:raw_fish +- minecraft:cod (from Incubus Core) +- minecraft:salmon (from Incubus Core) +- minecraft:tropical_fish (from Incubus Core) +- minecraft:pufferfish (from Incubus Core) + +#c:tungsten_plates +- indrev:tungsten_plate (from Industrial Revolution) +- modern_industrialization:tungsten_plate (from Modern Industrialization) +- techreborn:tungsten_plate (from Tech Reborn) + +#c:ores/pendorite +- byg:pendorite_ore (from Oh The Biomes You'll Go) + +#c:pyrite_dusts +- techreborn:pyrite_dust (from Tech Reborn) + +#c:antimony_blocks +- modern_industrialization:antimony_block (from Modern Industrialization) + +#create:pressurized_air_sources +- create:copper_backtank (from Create) + +#botania:petals/green +- botania:green_petal (from Botania) +- botania:green_mushroom (from Botania) + +#minecraft:cluster_max_harvestables +- minecraft:diamond_pickaxe (from Default) +- minecraft:golden_pickaxe (from Default) +- minecraft:iron_pickaxe (from Default) +- minecraft:netherite_pickaxe (from Default) +- minecraft:stone_pickaxe (from Default) +- minecraft:wooden_pickaxe (from Default) +- botania:manasteel_pick (from Botania) +- botania:elementium_pickaxe (from Botania) +- botania:terra_pick (from Botania) +- botania:glass_pickaxe (from Botania) +- dragonloot:dragon_pickaxe (from DragonLoot) +- hexcasting:jeweler_hammer (from Hex Casting) +- #ae2:quartz_pickaxe? (from Hex Casting) +- ae2:fluix_pickaxe? (from Hex Casting) +- twilightforest:ironwood_pickaxe? (from Hex Casting) +- twilightforest:fiery_pickaxe? (from Hex Casting) +- twilightforest:steeleaf_pickaxe? (from Hex Casting) +- twilightforest:knightmetal_pickaxe? (from Hex Casting) +- occultism:infused_pickaxe? (from Hex Casting) +- occultism:iesnium_pickaxe? (from Hex Casting) +- forbidden_arcanus:slimec_pickaxe? (from Hex Casting) +- forbidden_arcanus:draco_arcanus_pickaxe? (from Hex Casting) +- forbidden_arcanus:arcane_golden_pickaxe? (from Hex Casting) +- forbidden_arcanus:reinforced_arcane_golden_pickaxe? (from Hex Casting) +- undergarden:cloggrum_pickaxe? (from Hex Casting) +- undergarden:froststeel_pickaxe? (from Hex Casting) +- undergarden:utherium_pickaxe? (from Hex Casting) +- undergarden:forgotten_pickaxe? (from Hex Casting) +- alloyed:steel_pickaxe? (from Hex Casting) +- malum:soul_stained_steel_pickaxe? (from Hex Casting) +- evilcraft:vengeance_pickaxe? (from Hex Casting) +- tconstruct:pickaxe? (from Hex Casting) +- tconstruct:pickadze? (from Hex Casting) +- thermal:flux_drill? (from Hex Casting) +- spectrum:multitool (from Spectrum) +- spectrum:tender_pickaxe (from Spectrum) +- spectrum:lucky_pickaxe (from Spectrum) +- spectrum:resonant_pickaxe (from Spectrum) +- spectrum:oblivion_pickaxe (from Spectrum) +- spectrum:bedrock_pickaxe (from Spectrum) +- techreborn:basic_drill (from Tech Reborn) +- techreborn:advanced_drill (from Tech Reborn) +- techreborn:industrial_drill (from Tech Reborn) +- techreborn:omni_tool (from Tech Reborn) + +#c:pumpkin_seeds +- minecraft:pumpkin_seeds (from Porting Lib Tags) + +#c:septuple_compressed_gravel +- compressor:septuple_compressed_gravel (from Compressor) + +#c:basalt_small_dusts +- techreborn:basalt_small_dust (from Tech Reborn) + +#c:sodium_dusts +- modern_industrialization:sodium_dust (from Modern Industrialization) + +#advancednetherite:axes/upgrade_to_netherite_iron +- #advancednetherite:axes/netherite (from Advanced Netherite) + +#c:lava_buckets +- minecraft:lava_bucket (from Fabric Convention Tags) + +#c:honeycombs +- minecraft:honeycomb (from The Bumblezone - Fabric) + +#c:raw_nickel_blocks +- modern_industrialization:raw_nickel_block (from Modern Industrialization) + +#ae2:p2p_attunements/redstone_p2p_tunnel +- minecraft:redstone (from Applied Energistics 2) +- minecraft:repeater (from Applied Energistics 2) +- minecraft:redstone_lamp (from Applied Energistics 2) +- minecraft:comparator (from Applied Energistics 2) +- minecraft:daylight_detector (from Applied Energistics 2) +- minecraft:redstone_torch (from Applied Energistics 2) +- minecraft:redstone_block (from Applied Energistics 2) +- minecraft:lever (from Applied Energistics 2) + +#c:honey_buckets +- create:honey_bucket (from Create) + +#ad_astra:glacian_logs +- ad_astra:glacian_log (from Ad Astra!) +- ad_astra:stripped_glacian_log (from Ad Astra!) + +#c:cadmium_dusts +- modern_industrialization:cadmium_dust (from Modern Industrialization) + +#another_furniture:shutters +- another_furniture:oak_shutter (from Another Furniture) +- another_furniture:spruce_shutter (from Another Furniture) +- another_furniture:birch_shutter (from Another Furniture) +- another_furniture:jungle_shutter (from Another Furniture) +- another_furniture:acacia_shutter (from Another Furniture) +- another_furniture:dark_oak_shutter (from Another Furniture) +- another_furniture:mangrove_shutter? (from Another Furniture) +- another_furniture:crimson_shutter (from Another Furniture) +- another_furniture:warped_shutter (from Another Furniture) + +#balm:ores +- #c:ores? (from Balm) + +#dehydration:hydrating_stew +- croptopia:leek_soup (from Croptopia) +- croptopia:grape_juice (from Croptopia) +- croptopia:orange_juice (from Croptopia) +- croptopia:apple_juice (from Croptopia) +- croptopia:cranberry_juice (from Croptopia) +- croptopia:saguaro_juice (from Croptopia) +- croptopia:tomato_juice (from Croptopia) +- croptopia:melon_juice (from Croptopia) +- croptopia:pineapple_juice (from Croptopia) +- farmersdelight:beef_stew (from Farmer's Delight) +- farmersdelight:chicken_soup (from Farmer's Delight) +- farmersdelight:vegetable_soup (from Farmer's Delight) +- farmersdelight:fish_stew (from Farmer's Delight) +- farmersdelight:pumpkin_soup (from Farmer's Delight) +- farmersdelight:baked_cod_stew (from Farmer's Delight) +- farmersdelight:noodle_soup (from Farmer's Delight) + +#another_furniture:benches +- another_furniture:oak_bench (from Another Furniture) +- another_furniture:spruce_bench (from Another Furniture) +- another_furniture:birch_bench (from Another Furniture) +- another_furniture:jungle_bench (from Another Furniture) +- another_furniture:acacia_bench (from Another Furniture) +- another_furniture:dark_oak_bench (from Another Furniture) +- another_furniture:mangrove_bench? (from Another Furniture) +- another_furniture:crimson_bench (from Another Furniture) +- another_furniture:warped_bench (from Another Furniture) + +#smallships:ships +- #smallships:cogs (from Small Ships) +- #smallships:briggs (from Small Ships) + +#c:raw_chicken +- minecraft:chicken (from Farmer's Delight) +- farmersdelight:chicken_cuts (from Farmer's Delight) + +#c:crops/kiwi +- croptopia:kiwi (from Croptopia) + +#c:small_corals_red +- minecraft:fire_coral (from Tech Reborn) +- minecraft:fire_coral_fan (from Tech Reborn) + +#c:seeds/squash +- croptopia:squash_seed (from Croptopia) + +#c:fluix_dusts +- ae2:fluix_dust (from Applied Energistics 2) + +#c:tools/bows +- twilightforest:triple_bow (from The Twilight Forest) +- twilightforest:seeker_bow (from The Twilight Forest) +- twilightforest:ice_bow (from The Twilight Forest) +- twilightforest:ender_bow (from The Twilight Forest) + +#c:beryllium_tiny_dusts +- modern_industrialization:beryllium_tiny_dust (from Modern Industrialization) + +#c:treacle_tarts +- croptopia:treacle_tart (from Croptopia) + +#ad_astra_platform:desh_ingots +- #c:desh_ingots? (from Ad Astra!) +- #forge:ingots/desh? (from Ad Astra!) + +#c:octuple_compressed_cobblestone +- compressor:octuple_compressed_cobblestone (from Compressor) + +#spectrum:mob_heads/slime_heads +- spectrum:slime_head (from Spectrum) +- spectrum:magma_cube_head (from Spectrum) + +#forge:glass_panes/light_blue +- minecraft:light_blue_stained_glass_pane (from chisels-and-bits) + +#c:crops/cranberry +- croptopia:cranberry (from Croptopia) + +#forge:ores/netherite_scrap +- minecraft:ancient_debris (from chisels-and-bits) + +#geodes:fools_gold +- geodes:pyrite (from More Geodes) +- geodes:pyrite_stairs (from More Geodes) +- geodes:pyrite_slab (from More Geodes) +- geodes:pyrite_wall (from More Geodes) +- geodes:pyrite_chunk (from More Geodes) + +#c:jams/raspberry_jam +- croptopia:raspberry_jam (from Croptopia) + +#c:lime_glass +- minecraft:lime_stained_glass (from Porting Lib Tags) + +#c:honeydew +- croptopia:honeydew (from Croptopia) +- #c:fruits/honeydew (from Croptopia) +- croptopia:honeydew (from Croptopia) +- #c:crops/honeydew (from Croptopia) + +#forge:fiber/flax +- supplementaries:flax (from Supplementaries) + +#byg:zelkova_logs +- byg:stripped_zelkova_log (from Oh The Biomes You'll Go) +- byg:stripped_zelkova_wood (from Oh The Biomes You'll Go) +- byg:zelkova_log (from Oh The Biomes You'll Go) +- byg:zelkova_wood (from Oh The Biomes You'll Go) + +#c:brass_blocks +- create:brass_block (from Create) +- techreborn:brass_storage_block (from Tech Reborn) + +#c:seeds/eggplant +- croptopia:eggplant_seed (from Croptopia) + +#brazier:range_indicator +- brazier:living_torch (from Brazier) +- brazier:living_lantern (from Brazier) + +#c:deepslate_cobblestone +- minecraft:cobbled_deepslate (from Porting Lib Tags) + +#minecraft:warped_stems +- minecraft:warped_stem (from Default) +- minecraft:stripped_warped_stem (from Default) +- minecraft:warped_hyphae (from Default) +- minecraft:stripped_warped_hyphae (from Default) +- decorative_blocks:warped_beam (from Decorative Blocks) + +#balm:iron_ingots +- #c:iron_ingots? (from Balm) +- minecraft:iron_ingot (from Balm) + +#c:potato_chips +- croptopia:potato_chips (from Croptopia) + +#c:crops/radish +- croptopia:radish (from Croptopia) + +#forge:storage_blocks/iron +- minecraft:iron_block (from chisels-and-bits) + +#create:seats +- create:white_seat (from Create) +- create:orange_seat (from Create) +- create:magenta_seat (from Create) +- create:light_blue_seat (from Create) +- create:yellow_seat (from Create) +- create:lime_seat (from Create) +- create:pink_seat (from Create) +- create:gray_seat (from Create) +- create:light_gray_seat (from Create) +- create:cyan_seat (from Create) +- create:purple_seat (from Create) +- create:blue_seat (from Create) +- create:brown_seat (from Create) +- create:green_seat (from Create) +- create:red_seat (from Create) +- create:black_seat (from Create) + +#c:coral_fans +- #c:living_coral_fans (from Tech Reborn) +- #c:dead_coral_fans (from Tech Reborn) + +#c:kale_smoothies +- croptopia:kale_smoothie (from Croptopia) + +#create:sandpaper +- create:sand_paper (from Create) +- create:red_sand_paper (from Create) + +#c:dusts +- ae2:certus_quartz_dust (from Applied Energistics 2) +- ae2:ender_dust (from Applied Energistics 2) +- ae2:fluix_dust (from Applied Energistics 2) +- ae2:sky_dust (from Applied Energistics 2) +- #c:dusts/glowstone (from Porting Lib Tags) +- #c:dusts/prismarine (from Porting Lib Tags) +- #c:dusts/redstone (from Porting Lib Tags) + +#supplementaries:throwable_bricks +- #forge:ingots/nether_brick? (from Supplementaries) +- #forge:ingots/brick? (from Supplementaries) +- minecraft:brick? (from Supplementaries) +- minecraft:nether_brick? (from Supplementaries) +- immersive_weathering:stone_brick? (from Supplementaries) +- immersive_weathering:prismarine_brick? (from Supplementaries) +- immersive_weathering:deepslate_brick? (from Supplementaries) +- immersive_weathering:blackstone_brick? (from Supplementaries) +- immersive_weathering:end_stone_brick? (from Supplementaries) +- unnamedanimalmod:dried_mud_brick? (from Supplementaries) +- unnamedanimalmod:mud_brick? (from Supplementaries) +- architects_palette:algal_brick? (from Supplementaries) +- architects_palette:sunmetal_brick? (from Supplementaries) +- ars_nouveau:arcane_brick? (from Supplementaries) +- biomesoplenty:mud_brick? (from Supplementaries) +- byg:yellow_nether_brick? (from Supplementaries) +- byg:blue_nether_brick? (from Supplementaries) +- endergetic:eumus_brick? (from Supplementaries) +- extcaves:brick_half? (from Supplementaries) +- extcaves:half_brick? (from Supplementaries) +- environmental:mud_brick? (from Supplementaries) +- createdeco:red_brick? (from Supplementaries) +- createdeco:worn_brick? (from Supplementaries) +- createdeco:dean_brick? (from Supplementaries) +- createdeco:blue_brick? (from Supplementaries) +- createdeco:dusk_brick? (from Supplementaries) +- createdeco:pearl_brick? (from Supplementaries) + +#c:fence_gates/wooden +- byg:aspen_fence_gate (from Oh The Biomes You'll Go) +- byg:baobab_fence_gate (from Oh The Biomes You'll Go) +- byg:blue_enchanted_fence_gate (from Oh The Biomes You'll Go) +- byg:cherry_fence_gate (from Oh The Biomes You'll Go) +- byg:cika_fence_gate (from Oh The Biomes You'll Go) +- byg:cypress_fence_gate (from Oh The Biomes You'll Go) +- byg:ebony_fence_gate (from Oh The Biomes You'll Go) +- byg:fir_fence_gate (from Oh The Biomes You'll Go) +- byg:green_enchanted_fence_gate (from Oh The Biomes You'll Go) +- byg:holly_fence_gate (from Oh The Biomes You'll Go) +- byg:jacaranda_fence_gate (from Oh The Biomes You'll Go) +- byg:mahogany_fence_gate (from Oh The Biomes You'll Go) +- byg:white_mangrove_fence_gate (from Oh The Biomes You'll Go) +- byg:maple_fence_gate (from Oh The Biomes You'll Go) +- byg:pine_fence_gate (from Oh The Biomes You'll Go) +- byg:rainbow_eucalyptus_fence_gate (from Oh The Biomes You'll Go) +- byg:redwood_fence_gate (from Oh The Biomes You'll Go) +- byg:skyris_fence_gate (from Oh The Biomes You'll Go) +- byg:willow_fence_gate (from Oh The Biomes You'll Go) +- byg:witch_hazel_fence_gate (from Oh The Biomes You'll Go) +- byg:zelkova_fence_gate (from Oh The Biomes You'll Go) +- byg:sythian_fence_gate (from Oh The Biomes You'll Go) +- byg:embur_fence_gate (from Oh The Biomes You'll Go) +- byg:palm_fence_gate (from Oh The Biomes You'll Go) +- byg:lament_fence_gate (from Oh The Biomes You'll Go) +- byg:ether_fence_gate (from Oh The Biomes You'll Go) +- byg:bulbis_fence_gate (from Oh The Biomes You'll Go) +- byg:nightshade_fence_gate (from Oh The Biomes You'll Go) +- byg:imparius_fence_gate (from Oh The Biomes You'll Go) +- twilightforest:twilight_oak_fence_gate (from The Twilight Forest) +- twilightforest:canopy_fence_gate (from The Twilight Forest) +- twilightforest:mangrove_fence_gate (from The Twilight Forest) +- twilightforest:dark_fence_gate (from The Twilight Forest) +- twilightforest:time_fence_gate (from The Twilight Forest) +- twilightforest:transformation_fence_gate (from The Twilight Forest) +- twilightforest:mining_fence_gate (from The Twilight Forest) +- twilightforest:sorting_fence_gate (from The Twilight Forest) + +#c:apple_saplings +- croptopia:apple_sapling (from Croptopia) +- #c:saplings/apple (from Croptopia) + +#forge:tools/axes +- minecraft:wooden_axe (from chisels-and-bits) +- minecraft:stone_axe (from chisels-and-bits) +- minecraft:iron_axe (from chisels-and-bits) +- minecraft:golden_axe (from chisels-and-bits) +- minecraft:diamond_axe (from chisels-and-bits) +- minecraft:netherite_axe (from chisels-and-bits) +- deeperdarker:warden_axe (from Deeper and Darker) + +#c:cooked_bacon +- croptopia:cooked_bacon (from Croptopia) +- farmersdelight:cooked_bacon (from Farmer's Delight) + +#balm:red_dyes +- #c:red_dyes? (from Balm) +- minecraft:red_dye (from Balm) + +#c:lapis_ores +- ad_astra:glacio_lapis_ore (from Ad Astra!) +- #minecraft:lapis_ores (from Porting Lib Tags) +- minecraft:lapis_ore (from Incubus Core) +- #minecraft:lapis_ores (from Modern Industrialization) +- minecraft:lapis_ore (from Tech Reborn) +- minecraft:deepslate_lapis_ore (from Tech Reborn) + +#c:caesar_salads +- croptopia:caesar_salad (from Croptopia) + +#c:bananas +- croptopia:banana (from Croptopia) +- #c:fruits/banana (from Croptopia) +- croptopia:banana (from Croptopia) +- #c:crops/banana (from Croptopia) + +#create:stone_types/limestone +- create:cut_limestone (from Create) +- create:cut_limestone_stairs (from Create) +- create:cut_limestone_wall (from Create) +- create:polished_cut_limestone (from Create) +- create:polished_cut_limestone_stairs (from Create) +- create:polished_cut_limestone_wall (from Create) +- create:cut_limestone_bricks (from Create) +- create:cut_limestone_brick_stairs (from Create) +- create:cut_limestone_brick_wall (from Create) +- create:small_limestone_bricks (from Create) +- create:small_limestone_brick_stairs (from Create) +- create:small_limestone_brick_wall (from Create) +- create:layered_limestone (from Create) +- create:limestone_pillar (from Create) + +#c:silver_ingots +- bewitchment:silver_ingot (from Bewitchment) +- indrev:silver_ingot (from Industrial Revolution) +- modern_industrialization:silver_ingot (from Modern Industrialization) +- techreborn:silver_ingot (from Tech Reborn) + +#campanion:marshmallows +- campanion:marshmallow (from Campanion) +- #campanion:melted_marshmallows (from Campanion) + +#c:octuple_compressed_sand +- compressor:octuple_compressed_sand (from Compressor) + +#forge:concrete +- minecraft:white_concrete (from Supplementaries) +- minecraft:yellow_concrete (from Supplementaries) +- minecraft:orange_concrete (from Supplementaries) +- minecraft:red_concrete (from Supplementaries) +- minecraft:pink_concrete (from Supplementaries) +- minecraft:magenta_concrete (from Supplementaries) +- minecraft:purple_concrete (from Supplementaries) +- minecraft:blue_concrete (from Supplementaries) +- minecraft:cyan_concrete (from Supplementaries) +- minecraft:light_blue_concrete (from Supplementaries) +- minecraft:lime_concrete (from Supplementaries) +- minecraft:green_concrete (from Supplementaries) +- minecraft:brown_concrete (from Supplementaries) +- minecraft:black_concrete (from Supplementaries) +- minecraft:gray_concrete (from Supplementaries) +- minecraft:light_gray_concrete (from Supplementaries) + +#ad_astra_platform:steel_ingots +- #c:steel_ingots? (from Ad Astra!) +- #forge:ingots/steel? (from Ad Astra!) + +#supplementaries:presents +- supplementaries:present? (from Supplementaries) +- supplementaries:present_white? (from Supplementaries) +- supplementaries:present_orange? (from Supplementaries) +- supplementaries:present_yellow? (from Supplementaries) +- supplementaries:present_red? (from Supplementaries) +- supplementaries:present_blue? (from Supplementaries) +- supplementaries:present_cyan? (from Supplementaries) +- supplementaries:present_light_blue? (from Supplementaries) +- supplementaries:present_lime? (from Supplementaries) +- supplementaries:present_green? (from Supplementaries) +- supplementaries:present_magenta? (from Supplementaries) +- supplementaries:present_pink? (from Supplementaries) +- supplementaries:present_purple? (from Supplementaries) +- supplementaries:present_black? (from Supplementaries) +- supplementaries:present_gray? (from Supplementaries) +- supplementaries:present_light_gray? (from Supplementaries) +- supplementaries:present_brown? (from Supplementaries) + +#c:uvarovite_small_dusts +- techreborn:uvarovite_small_dust (from Tech Reborn) + +#tramplenomore:soft_boots +- minecraft:leather_boots (from TrampleNoMore) + +#dankstorage:dank_storages +- dankstorage:dank_1 (from Dank Storage) +- dankstorage:dank_2 (from Dank Storage) +- dankstorage:dank_3 (from Dank Storage) +- dankstorage:dank_4 (from Dank Storage) +- dankstorage:dank_5 (from Dank Storage) +- dankstorage:dank_6 (from Dank Storage) +- dankstorage:dank_7 (from Dank Storage) + +#naturalist:giraffe_food_items +- minecraft:apple (from Naturalist) +- minecraft:golden_apple (from Naturalist) +- minecraft:hay_block (from Naturalist) + +#c:greenbeans +- croptopia:greenbean (from Croptopia) +- #c:vegetables/greenbean (from Croptopia) +- croptopia:greenbean (from Croptopia) +- #c:crops/greenbean (from Croptopia) + +#c:pyrite_ores +- techreborn:pyrite_ore (from Tech Reborn) + +#forge:tools/swords +- minecraft:wooden_sword (from chisels-and-bits) +- minecraft:stone_sword (from chisels-and-bits) +- minecraft:iron_sword (from chisels-and-bits) +- minecraft:golden_sword (from chisels-and-bits) +- minecraft:diamond_sword (from chisels-and-bits) +- minecraft:netherite_sword (from chisels-and-bits) +- deeperdarker:warden_sword (from Deeper and Darker) + +#c:dye +- minecraft:white_dye (from Incubus Core) +- minecraft:orange_dye (from Incubus Core) +- minecraft:magenta_dye (from Incubus Core) +- minecraft:light_blue_dye (from Incubus Core) +- minecraft:yellow_dye (from Incubus Core) +- minecraft:lime_dye (from Incubus Core) +- minecraft:pink_dye (from Incubus Core) +- minecraft:gray_dye (from Incubus Core) +- minecraft:light_gray_dye (from Incubus Core) +- minecraft:cyan_dye (from Incubus Core) +- minecraft:purple_dye (from Incubus Core) +- minecraft:blue_dye (from Incubus Core) +- minecraft:brown_dye (from Incubus Core) +- minecraft:green_dye (from Incubus Core) +- minecraft:red_dye (from Incubus Core) +- minecraft:black_dye (from Incubus Core) + +#advancednetherite:hoes/netherite_emerald +- advancednetherite:netherite_emerald_hoe (from Advanced Netherite) + +#c:seeds/rice +- croptopia:rice_seed (from Croptopia) +- farmersdelight:rice (from Farmer's Delight) + +#nyfsquiver:quiver_items/other + +#c:brown_dye +- minecraft:brown_dye (from Applied Energistics 2) + +#c:fruit_small +- minecraft:melon_slice (from Incubus Core) +- minecraft:sweet_berries (from Incubus Core) +- minecraft:glow_berries (from Incubus Core) + +#c:ore_rates/sparse +- minecraft:nether_gold_ore (from Porting Lib Tags) + +#byg:skyris_logs +- byg:skyris_log (from Oh The Biomes You'll Go) +- byg:skyris_wood (from Oh The Biomes You'll Go) +- byg:stripped_skyris_log (from Oh The Biomes You'll Go) +- byg:stripped_skyris_wood (from Oh The Biomes You'll Go) + +#minecraft:saplings +- minecraft:oak_sapling (from Default) +- minecraft:spruce_sapling (from Default) +- minecraft:birch_sapling (from Default) +- minecraft:jungle_sapling (from Default) +- minecraft:acacia_sapling (from Default) +- minecraft:dark_oak_sapling (from Default) +- minecraft:azalea (from Default) +- minecraft:flowering_azalea (from Default) +- minecraft:mangrove_propagule (from Default) +- bewitchment:juniper_sapling (from Bewitchment) +- bewitchment:cypress_sapling (from Bewitchment) +- bewitchment:elder_sapling (from Bewitchment) +- bewitchment:dragons_blood_sapling (from Bewitchment) +- biomemakeover:blighted_balsa_sapling (from Biome Makeover) +- biomemakeover:willow_sapling (from Biome Makeover) +- biomemakeover:swamp_cypress_sapling (from Biome Makeover) +- biomemakeover:ancient_oak_sapling (from Biome Makeover) +- #byg:saplings (from Oh The Biomes You'll Go) +- croptopia:almond_sapling (from Croptopia) +- croptopia:apple_sapling (from Croptopia) +- croptopia:apricot_sapling (from Croptopia) +- croptopia:avocado_sapling (from Croptopia) +- croptopia:banana_sapling (from Croptopia) +- croptopia:cashew_sapling (from Croptopia) +- croptopia:cherry_sapling (from Croptopia) +- croptopia:coconut_sapling (from Croptopia) +- croptopia:date_sapling (from Croptopia) +- croptopia:dragonfruit_sapling (from Croptopia) +- croptopia:fig_sapling (from Croptopia) +- croptopia:grapefruit_sapling (from Croptopia) +- croptopia:kumquat_sapling (from Croptopia) +- croptopia:lemon_sapling (from Croptopia) +- croptopia:lime_sapling (from Croptopia) +- croptopia:mango_sapling (from Croptopia) +- croptopia:nectarine_sapling (from Croptopia) +- croptopia:nutmeg_sapling (from Croptopia) +- croptopia:orange_sapling (from Croptopia) +- croptopia:peach_sapling (from Croptopia) +- croptopia:pear_sapling (from Croptopia) +- croptopia:pecan_sapling (from Croptopia) +- croptopia:persimmon_sapling (from Croptopia) +- croptopia:plum_sapling (from Croptopia) +- croptopia:starfruit_sapling (from Croptopia) +- croptopia:walnut_sapling (from Croptopia) +- croptopia:cinnamon_sapling (from Croptopia) +- ecologics:coconut_seedling (from Ecologics) +- ecologics:walnut_sapling (from Ecologics) +- ecologics:azalea_flower (from Ecologics) +- #spectrum:colored_saplings (from Spectrum) +- techreborn:rubber_sapling (from Tech Reborn) +- twilightforest:twilight_oak_sapling (from The Twilight Forest) +- twilightforest:canopy_sapling (from The Twilight Forest) +- twilightforest:mangrove_sapling (from The Twilight Forest) +- twilightforest:darkwood_sapling (from The Twilight Forest) +- twilightforest:time_sapling (from The Twilight Forest) +- twilightforest:transformation_sapling (from The Twilight Forest) +- twilightforest:mining_sapling (from The Twilight Forest) +- twilightforest:sorting_sapling (from The Twilight Forest) +- twilightforest:hollow_oak_sapling (from The Twilight Forest) +- twilightforest:rainbow_oak_sapling (from The Twilight Forest) + +#forge:ores/copper +- #minecraft:copper_ores (from chisels-and-bits) +- deeperdarker:sculk_stone_copper_ore (from Deeper and Darker) + +#c:diamond_dusts +- indrev:diamond_dust (from Industrial Revolution) +- modern_industrialization:diamond_dust (from Modern Industrialization) +- techreborn:diamond_dust (from Tech Reborn) + +#bewitchment:strong_wands +- minecraft:end_rod (from Bewitchment) +- bewitchment:netherite_candelabra (from Bewitchment) +- bewitchment:scepter (from Bewitchment) + +#byg:white_sand +- byg:white_sand (from Oh The Biomes You'll Go) + +#advancednetherite:upgrade_to_netherite_emerald +- #advancednetherite:ingots/netherites_emerald (from Advanced Netherite) + +#botania:petals/cyan +- botania:cyan_petal (from Botania) +- botania:cyan_mushroom (from Botania) + +#c:yttrium_tiny_dusts +- modern_industrialization:yttrium_tiny_dust (from Modern Industrialization) + +#c:steamed_rices +- croptopia:steamed_rice (from Croptopia) + +#minecraft:banners +- minecraft:white_banner (from Default) +- minecraft:orange_banner (from Default) +- minecraft:magenta_banner (from Default) +- minecraft:light_blue_banner (from Default) +- minecraft:yellow_banner (from Default) +- minecraft:lime_banner (from Default) +- minecraft:pink_banner (from Default) +- minecraft:gray_banner (from Default) +- minecraft:light_gray_banner (from Default) +- minecraft:cyan_banner (from Default) +- minecraft:purple_banner (from Default) +- minecraft:blue_banner (from Default) +- minecraft:brown_banner (from Default) +- minecraft:green_banner (from Default) +- minecraft:red_banner (from Default) +- minecraft:black_banner (from Default) + +#c:sextuple_compressed_stone +- compressor:sextuple_compressed_stone (from Compressor) + +#c:kanthal_dusts +- modern_industrialization:kanthal_dust (from Modern Industrialization) + +#c:artichoke_dips +- croptopia:artichoke_dip (from Croptopia) + +#minecraft:wooden_fences +- minecraft:oak_fence (from Default) +- minecraft:acacia_fence (from Default) +- minecraft:dark_oak_fence (from Default) +- minecraft:spruce_fence (from Default) +- minecraft:birch_fence (from Default) +- minecraft:jungle_fence (from Default) +- minecraft:crimson_fence (from Default) +- minecraft:warped_fence (from Default) +- minecraft:mangrove_fence (from Default) +- bewitchment:juniper_fence (from Bewitchment) +- bewitchment:cypress_fence (from Bewitchment) +- bewitchment:elder_fence (from Bewitchment) +- bewitchment:dragons_blood_fence (from Bewitchment) +- biomemakeover:blighted_balsa_fence (from Biome Makeover) +- biomemakeover:willow_fence (from Biome Makeover) +- biomemakeover:swamp_cypress_fence (from Biome Makeover) +- biomemakeover:ancient_oak_fence (from Biome Makeover) +- botania:dreamwood_fence (from Botania) +- botania:livingwood_fence (from Botania) +- byg:aspen_fence (from Oh The Biomes You'll Go) +- byg:baobab_fence (from Oh The Biomes You'll Go) +- byg:blue_enchanted_fence (from Oh The Biomes You'll Go) +- byg:bulbis_fence (from Oh The Biomes You'll Go) +- byg:cherry_fence (from Oh The Biomes You'll Go) +- byg:cika_fence (from Oh The Biomes You'll Go) +- byg:cypress_fence (from Oh The Biomes You'll Go) +- byg:ebony_fence (from Oh The Biomes You'll Go) +- byg:embur_fence (from Oh The Biomes You'll Go) +- byg:ether_fence (from Oh The Biomes You'll Go) +- byg:fir_fence (from Oh The Biomes You'll Go) +- byg:green_enchanted_fence (from Oh The Biomes You'll Go) +- byg:holly_fence (from Oh The Biomes You'll Go) +- byg:imparius_fence (from Oh The Biomes You'll Go) +- byg:jacaranda_fence (from Oh The Biomes You'll Go) +- byg:lament_fence (from Oh The Biomes You'll Go) +- byg:mahogany_fence (from Oh The Biomes You'll Go) +- byg:maple_fence (from Oh The Biomes You'll Go) +- byg:nightshade_fence (from Oh The Biomes You'll Go) +- byg:palm_fence (from Oh The Biomes You'll Go) +- byg:pine_fence (from Oh The Biomes You'll Go) +- byg:rainbow_eucalyptus_fence (from Oh The Biomes You'll Go) +- byg:redwood_fence (from Oh The Biomes You'll Go) +- byg:skyris_fence (from Oh The Biomes You'll Go) +- byg:sythian_fence (from Oh The Biomes You'll Go) +- byg:white_mangrove_fence (from Oh The Biomes You'll Go) +- byg:willow_fence (from Oh The Biomes You'll Go) +- byg:witch_hazel_fence (from Oh The Biomes You'll Go) +- byg:zelkova_fence (from Oh The Biomes You'll Go) +- deeperdarker:echo_fence (from Deeper and Darker) +- ecologics:coconut_fence (from Ecologics) +- ecologics:walnut_fence (from Ecologics) +- ecologics:azalea_fence (from Ecologics) +- ecologics:flowering_azalea_fence (from Ecologics) +- #spectrum:colored_fences (from Spectrum) +- techreborn:rubber_fence (from Tech Reborn) +- twilightforest:twilight_oak_fence (from The Twilight Forest) +- twilightforest:canopy_fence (from The Twilight Forest) +- twilightforest:mangrove_fence (from The Twilight Forest) +- twilightforest:dark_fence (from The Twilight Forest) +- twilightforest:time_fence (from The Twilight Forest) +- twilightforest:transformation_fence (from The Twilight Forest) +- twilightforest:mining_fence (from The Twilight Forest) +- twilightforest:sorting_fence (from The Twilight Forest) +- vinery:cherry_fence (from Vinery) + +#bewitchment:strong_pentacles +- minecraft:dragon_head (from Bewitchment) + +#c:certus_quartz +- ae2:certus_quartz_crystal (from Applied Energistics 2) +- ae2:charged_certus_quartz_crystal (from Applied Energistics 2) + +#c:ice +- minecraft:ice (from Spectrum) +- minecraft:packed_ice (from Spectrum) +- minecraft:blue_ice (from Spectrum) + +#c:cooking_pots +- croptopia:cooking_pot (from Croptopia) + +#c:steel_nuggets +- ad_astra:steel_nugget (from Ad Astra!) +- indrev:steel_nugget (from Industrial Revolution) +- modern_industrialization:steel_nugget (from Modern Industrialization) +- techreborn:steel_nugget (from Tech Reborn) + +#twilightforest:transwood_logs +- twilightforest:transformation_log (from The Twilight Forest) +- twilightforest:stripped_transformation_log (from The Twilight Forest) +- twilightforest:transformation_wood (from The Twilight Forest) +- twilightforest:stripped_transformation_wood (from The Twilight Forest) + +#bookshelf:spyglasses +- #c:spyglasses (from Bookshelf) + +#c:ender_pearl_dusts +- ae2:ender_dust (from Applied Energistics 2) +- techreborn:ender_pearl_dust (from Tech Reborn) + +#villager-trading-station:quote_convertable +- minecraft:paper (from Villager Trading Station) +- villager-trading-station:quote (from Villager Trading Station) + +#c:armors/leggings +- twilightforest:naga_leggings (from The Twilight Forest) +- twilightforest:ironwood_leggings (from The Twilight Forest) +- twilightforest:steeleaf_leggings (from The Twilight Forest) +- twilightforest:knightmetal_leggings (from The Twilight Forest) +- twilightforest:fiery_leggings (from The Twilight Forest) +- twilightforest:arctic_leggings (from The Twilight Forest) +- twilightforest:yeti_leggings (from The Twilight Forest) + +#forge:ore_rates/singular +- minecraft:ancient_debris (from chisels-and-bits) +- minecraft:coal_ore (from chisels-and-bits) +- minecraft:deepslate_coal_ore (from chisels-and-bits) +- minecraft:deepslate_diamond_ore (from chisels-and-bits) +- minecraft:deepslate_emerald_ore (from chisels-and-bits) +- minecraft:deepslate_gold_ore (from chisels-and-bits) +- minecraft:deepslate_iron_ore (from chisels-and-bits) +- minecraft:diamond_ore (from chisels-and-bits) +- minecraft:emerald_ore (from chisels-and-bits) +- minecraft:gold_ore (from chisels-and-bits) +- minecraft:iron_ore (from chisels-and-bits) +- minecraft:nether_quartz_ore (from chisels-and-bits) + +#c:strawberry_ice_creams +- croptopia:strawberry_ice_cream (from Croptopia) + +#c:borscht +- croptopia:borscht (from Croptopia) + +#c:uraninite_blocks +- powah:uraninite_block (from Powah!) + +#c:ore_rates/dense +- minecraft:copper_ore (from Porting Lib Tags) +- minecraft:deepslate_copper_ore (from Porting Lib Tags) +- minecraft:deepslate_lapis_ore (from Porting Lib Tags) +- minecraft:deepslate_redstone_ore (from Porting Lib Tags) +- minecraft:lapis_ore (from Porting Lib Tags) +- minecraft:redstone_ore (from Porting Lib Tags) + +#c:tofu_and_dumplings +- croptopia:tofu_and_dumplings (from Croptopia) + +#forge:raw_materials/copper +- minecraft:raw_copper (from chisels-and-bits) + +#c:octuple_compressed_netherrack +- compressor:octuple_compressed_netherrack (from Compressor) + +#c:black_sand +- byg:black_sand (from Oh The Biomes You'll Go) + +#c:quadruple_compressed_end_stone +- compressor:quadruple_compressed_end_stone (from Compressor) + +#c:quadruple_compressed_dirt +- compressor:quadruple_compressed_dirt (from Compressor) + +#forge:glass/magenta +- minecraft:magenta_stained_glass (from chisels-and-bits) + +#c:neodymium_blocks +- modern_industrialization:neodymium_block (from Modern Industrialization) + +#c:pork_and_beanss +- croptopia:pork_and_beans (from Croptopia) + +#c:endstone_dusts +- techreborn:endstone_dust (from Tech Reborn) + +#snowyspirit:gumdrops +- snowyspirit:gumdrop_white (from Snowy Spirit) +- snowyspirit:gumdrop_orange (from Snowy Spirit) +- snowyspirit:gumdrop_magenta (from Snowy Spirit) +- snowyspirit:gumdrop_light_blue (from Snowy Spirit) +- snowyspirit:gumdrop_yellow (from Snowy Spirit) +- snowyspirit:gumdrop_lime (from Snowy Spirit) +- snowyspirit:gumdrop_light_blue (from Snowy Spirit) +- snowyspirit:gumdrop_pink (from Snowy Spirit) +- snowyspirit:gumdrop_gray (from Snowy Spirit) +- snowyspirit:gumdrop_light_gray (from Snowy Spirit) +- snowyspirit:gumdrop_cyan (from Snowy Spirit) +- snowyspirit:gumdrop_purple (from Snowy Spirit) +- snowyspirit:gumdrop_blue (from Snowy Spirit) +- snowyspirit:gumdrop_brown (from Snowy Spirit) +- snowyspirit:gumdrop_green (from Snowy Spirit) +- snowyspirit:gumdrop_red (from Snowy Spirit) +- snowyspirit:gumdrop_black (from Snowy Spirit) + +#c:nuts +- #c:almonds (from Croptopia) +- #c:pecans (from Croptopia) +- #c:walnuts (from Croptopia) + +#c:ore_rates/singular +- minecraft:ancient_debris (from Porting Lib Tags) +- minecraft:coal_ore (from Porting Lib Tags) +- minecraft:deepslate_coal_ore (from Porting Lib Tags) +- minecraft:deepslate_diamond_ore (from Porting Lib Tags) +- minecraft:deepslate_emerald_ore (from Porting Lib Tags) +- minecraft:deepslate_gold_ore (from Porting Lib Tags) +- minecraft:deepslate_iron_ore (from Porting Lib Tags) +- minecraft:diamond_ore (from Porting Lib Tags) +- minecraft:emerald_ore (from Porting Lib Tags) +- minecraft:gold_ore (from Porting Lib Tags) +- minecraft:iron_ore (from Porting Lib Tags) +- minecraft:nether_quartz_ore (from Porting Lib Tags) + +#spectrum:mob_heads/fish_heads +- spectrum:pufferfish_head (from Spectrum) +- spectrum:clownfish_head (from Spectrum) +- spectrum:salmon_head (from Spectrum) + +#spectrum:gemstone_powders +- spectrum:amethyst_powder (from Spectrum) +- spectrum:citrine_powder (from Spectrum) +- spectrum:topaz_powder (from Spectrum) +- spectrum:onyx_powder (from Spectrum) +- spectrum:moonstone_powder (from Spectrum) + +#c:macaron +- croptopia:macaron (from Croptopia) + +#c:grapes +- croptopia:grape (from Croptopia) +- #c:fruits/grape (from Croptopia) +- croptopia:grape (from Croptopia) +- #c:crops/grape (from Croptopia) + +#c:strawberry_smoothies +- croptopia:strawberry_smoothie (from Croptopia) + +#c:superconductor_ingots +- modern_industrialization:superconductor_ingot (from Modern Industrialization) + +#c:seeds/celery +- croptopia:celery_seed (from Croptopia) + +#c:rhubarb +- croptopia:rhubarb (from Croptopia) +- #c:vegetables/rhubarb (from Croptopia) +- croptopia:rhubarb (from Croptopia) +- #c:crops/rhubarb (from Croptopia) + +#c:cherry_pies +- croptopia:cherry_pie (from Croptopia) + +#c:refined_iron_plates +- techreborn:refined_iron_plate (from Tech Reborn) + +#balm:light_gray_dyes +- #c:light_gray_dyes? (from Balm) +- minecraft:light_gray_dye (from Balm) + +#c:crops/kale +- croptopia:kale (from Croptopia) + +#chiselsandbits:chisel +- chiselsandbits:chisel_stone (from chisels-and-bits) +- chiselsandbits:chisel_iron (from chisels-and-bits) +- chiselsandbits:chisel_gold (from chisels-and-bits) +- chiselsandbits:chisel_diamond (from chisels-and-bits) +- chiselsandbits:chisel_netherite (from chisels-and-bits) + +#c:steel_gears +- modern_industrialization:steel_gear (from Modern Industrialization) + +#c:raw_gold_blocks +- minecraft:raw_gold_block (from Fabric Convention Tags) +- minecraft:raw_gold_block (from Porting Lib Tags) + +#piercingpaxels:usages +- piercingpaxels:usage_axe (from Piercing Paxels) +- piercingpaxels:usage_shovel (from Piercing Paxels) +- piercingpaxels:usage_hoe (from Piercing Paxels) +- piercingpaxels:tr_usage_treetap? (from Piercing Paxels) + +#spectrum:mob_heads/llama_heads +- spectrum:llama_head (from Spectrum) +- spectrum:trader_llama_head (from Spectrum) + +#c:tungstensteel_plates +- techreborn:tungstensteel_plate (from Tech Reborn) + +#c:septuple_compressed_netherrack +- compressor:septuple_compressed_netherrack (from Compressor) + +#c:cooked_mutton +- minecraft:cooked_mutton (from Farmer's Delight) +- farmersdelight:cooked_mutton_chops (from Farmer's Delight) + +#c:crops/coconut +- croptopia:coconut (from Croptopia) + +#c:sextuple_compressed_diorite +- compressor:sextuple_compressed_diorite (from Compressor) + +#forge:glass +- #forge:glass/colorless (from chisels-and-bits) +- #forge:stained_glass (from chisels-and-bits) +- #forge:glass/tinted (from chisels-and-bits) + +#minecraft:boats +- minecraft:oak_boat (from Default) +- minecraft:spruce_boat (from Default) +- minecraft:birch_boat (from Default) +- minecraft:jungle_boat (from Default) +- minecraft:acacia_boat (from Default) +- minecraft:dark_oak_boat (from Default) +- minecraft:mangrove_boat (from Default) +- #minecraft:chest_boats (from Default) +- bambooeverything:bamboo_raft (from Bamboo Everything) +- bambooeverything:dry_bamboo_raft (from Bamboo Everything) +- bewitchment:juniper_boat (from Bewitchment) +- bewitchment:cypress_boat (from Bewitchment) +- bewitchment:elder_boat (from Bewitchment) +- bewitchment:dragons_blood_boat (from Bewitchment) +- biomemakeover:blighted_balsa_boat (from Biome Makeover) +- biomemakeover:willow_boat (from Biome Makeover) +- biomemakeover:swamp_cypress_boat (from Biome Makeover) +- biomemakeover:ancient_oak_boat (from Biome Makeover) +- deeperdarker:echo_boat (from Deeper and Darker) +- ecologics:coconut_boat (from Ecologics) +- ecologics:walnut_boat (from Ecologics) +- ecologics:azalea_boat (from Ecologics) +- ecologics:flowering_azalea_boat (from Ecologics) +- vinery:cherry_boat (from Vinery) + +#adventurez:leather_items +- adventurez:mammoth_fur (from AdventureZ) +- adventurez:rhino_leather (from AdventureZ) +- minecraft:leather (from AdventureZ) + +#c:saplings/pecan +- croptopia:pecan_sapling (from Croptopia) + +#c:clusters +- ae2:quartz_cluster (from Applied Energistics 2) + +#c:strawberry_jams +- croptopia:strawberry_jam (from Croptopia) +- #c:jams/strawberry_jam (from Croptopia) + +#balm:light_blue_dyes +- #c:light_blue_dyes? (from Balm) +- minecraft:light_blue_dye (from Balm) + +#c:triple_compressed_diorite +- compressor:triple_compressed_diorite (from Compressor) + +#c:desh_plates +- ad_astra:desh_plate (from Ad Astra!) + +#forge:ores_in_ground/netherrack +- minecraft:nether_gold_ore (from chisels-and-bits) +- minecraft:nether_quartz_ore (from chisels-and-bits) + +#c:dead_coral_blocks +- minecraft:dead_tube_coral_block (from Tech Reborn) +- minecraft:dead_brain_coral_block (from Tech Reborn) +- minecraft:dead_bubble_coral_block (from Tech Reborn) +- minecraft:dead_fire_coral_block (from Tech Reborn) +- minecraft:dead_horn_coral_block (from Tech Reborn) + +#supplementaries:chocolate_bars +- create:bar_of_chocolate? (from Supplementaries) +- neapolitan:chocolate_bar? (from Supplementaries) +- fluffy_farmer:chocolate_bar? (from Supplementaries) +- xercamod:item_chocolate? (from Supplementaries) +- simplefarming:chocolate? (from Supplementaries) +- vanillacookbook:chocolate? (from Supplementaries) + +#c:obsidian_dusts +- techreborn:obsidian_dust (from Tech Reborn) + +#advancednetherite:ingots/upgrade_to_netherite_diamond +- #advancednetherite:ingots/netherites_emerald (from Advanced Netherite) + +#byg:baobab_logs +- byg:baobab_log (from Oh The Biomes You'll Go) +- byg:baobab_wood (from Oh The Biomes You'll Go) +- byg:stripped_baobab_log (from Oh The Biomes You'll Go) +- byg:stripped_baobab_wood (from Oh The Biomes You'll Go) + +#botania:livingwood_logs +- botania:livingwood_log (from Botania) +- botania:livingwood (from Botania) +- botania:stripped_livingwood_log (from Botania) +- botania:stripped_livingwood (from Botania) +- #botania:glimmering_livingwood_logs (from Botania) + +#byg:black_dye +- byg:black_rose (from Oh The Biomes You'll Go) + +#the_bumblezone:enderpearl_teleporting/target_held_item + +#bewitchment:cypress_logs +- bewitchment:cypress_log (from Bewitchment) +- bewitchment:cypress_wood (from Bewitchment) +- bewitchment:stripped_cypress_log (from Bewitchment) +- bewitchment:stripped_cypress_wood (from Bewitchment) + +#spectrum:clovers +- spectrum:clover (from Spectrum) +- spectrum:four_leaf_clover (from Spectrum) + +#c:stone +- minecraft:andesite (from Applied Energistics 2) +- minecraft:diorite (from Applied Energistics 2) +- minecraft:granite (from Applied Energistics 2) +- minecraft:infested_stone (from Applied Energistics 2) +- minecraft:stone (from Applied Energistics 2) +- minecraft:polished_andesite (from Applied Energistics 2) +- minecraft:polished_diorite (from Applied Energistics 2) +- minecraft:polished_granite (from Applied Energistics 2) +- minecraft:stone (from Bookshelf) +- minecraft:andesite (from Bookshelf) +- minecraft:polished_andesite (from Bookshelf) +- minecraft:diorite (from Bookshelf) +- minecraft:polished_diorite (from Bookshelf) +- minecraft:granite (from Bookshelf) +- minecraft:polished_granite (from Bookshelf) +- minecraft:deepslate (from Bookshelf) +- minecraft:polished_deepslate (from Bookshelf) +- minecraft:infested_deepslate (from Bookshelf) +- minecraft:andesite (from Porting Lib Tags) +- minecraft:diorite (from Porting Lib Tags) +- minecraft:granite (from Porting Lib Tags) +- minecraft:infested_stone (from Porting Lib Tags) +- minecraft:stone (from Porting Lib Tags) +- minecraft:polished_andesite (from Porting Lib Tags) +- minecraft:polished_diorite (from Porting Lib Tags) +- minecraft:polished_granite (from Porting Lib Tags) +- minecraft:deepslate (from Porting Lib Tags) +- minecraft:polished_deepslate (from Porting Lib Tags) +- minecraft:infested_deepslate (from Porting Lib Tags) +- minecraft:tuff (from Porting Lib Tags) +- minecraft:stone (from Fabric Waystones) +- minecraft:stone (from Incubus Core) +- minecraft:polished_blackstone (from Incubus Core) +- minecraft:deepslate (from Incubus Core) + +#advancednetherite:config/pacify_endermen +- #advancednetherite:tiers/armor/netherite_emerald (from Advanced Netherite) +- #advancednetherite:tiers/armor/netherite_diamond (from Advanced Netherite) + +#c:white_glass +- minecraft:white_stained_glass (from Porting Lib Tags) + +#c:octuple_compressed_basalt +- compressor:octuple_compressed_basalt (from Compressor) + +#c:red_garnet_dusts +- techreborn:red_garnet_dust (from Tech Reborn) + +#c:ingots/steeleaf +- twilightforest:steeleaf_ingot (from The Twilight Forest) + +#minecraft:copper_ores +- minecraft:copper_ore (from Default) +- minecraft:deepslate_copper_ore (from Default) +- ad_astra:glacio_copper_ore (from Ad Astra!) +- deeperdarker:sculk_stone_copper_ore (from Deeper and Darker) + +#c:compasses +- minecraft:compass (from Bookshelf) + +#c:dark_ashes_small_dusts +- techreborn:dark_ashes_small_dust (from Tech Reborn) + +#c:milk/milk_bottle +- farmersdelight:milk_bottle (from Farmer's Delight) + +#c:fruits/cantaloupe +- croptopia:cantaloupe (from Croptopia) + +#c:hops_seeds +- croptopia:hops_seed (from Croptopia) +- #c:seeds/hops (from Croptopia) + +#c:jams/blackberry_jam +- croptopia:blackberry_jam (from Croptopia) + +#spectrum:colored_leaves +- spectrum:black_leaves (from Spectrum) +- spectrum:blue_leaves (from Spectrum) +- spectrum:brown_leaves (from Spectrum) +- spectrum:cyan_leaves (from Spectrum) +- spectrum:gray_leaves (from Spectrum) +- spectrum:green_leaves (from Spectrum) +- spectrum:light_blue_leaves (from Spectrum) +- spectrum:light_gray_leaves (from Spectrum) +- spectrum:lime_leaves (from Spectrum) +- spectrum:magenta_leaves (from Spectrum) +- spectrum:orange_leaves (from Spectrum) +- spectrum:pink_leaves (from Spectrum) +- spectrum:purple_leaves (from Spectrum) +- spectrum:red_leaves (from Spectrum) +- spectrum:white_leaves (from Spectrum) +- spectrum:yellow_leaves (from Spectrum) + +#c:small_corals_purple +- minecraft:bubble_coral (from Tech Reborn) +- minecraft:bubble_coral_fan (from Tech Reborn) + +#forge:glass/gray +- minecraft:gray_stained_glass (from chisels-and-bits) + +#c:buttered_toasts +- croptopia:buttered_toast (from Croptopia) + +#c:purple_dye +- minecraft:purple_dye (from Applied Energistics 2) + +#c:quintuple_compressed_end_stone +- compressor:quintuple_compressed_end_stone (from Compressor) + +#c:seeds/oat +- croptopia:oat_seed (from Croptopia) + +#c:vegetables/rutabaga +- croptopia:rutabaga (from Croptopia) + +#medievalweapons:accross_double_handed_items + +#c:wooden_chests +- minecraft:chest (from Applied Energistics 2) +- minecraft:trapped_chest (from Applied Energistics 2) +- minecraft:chest (from Botania) +- minecraft:trapped_chest (from Botania) +- minecraft:chest (from CC: Restitched) +- minecraft:trapped_chest (from CC: Restitched) +- minecraft:chest (from Porting Lib Tags) +- minecraft:trapped_chest (from Porting Lib Tags) + +#campanion:proteins +- minecraft:cooked_beef (from Campanion) +- minecraft:cooked_chicken (from Campanion) +- minecraft:cooked_cod (from Campanion) +- minecraft:cooked_mutton (from Campanion) +- minecraft:cooked_porkchop (from Campanion) +- minecraft:cooked_rabbit (from Campanion) +- minecraft:cooked_salmon (from Campanion) + +#c:pineapple_seeds +- croptopia:pineapple_seed (from Croptopia) +- #c:seeds/pineapple (from Croptopia) + +#ftbultimine:excluded_tools/strict +- mininggadgets:mininggadget? (from FTB Ultimine) +- ars_nouveau:wand? (from FTB Ultimine) +- ars_nouveau:novice_spell_book? (from FTB Ultimine) +- ars_nouveau:creative_spell_book? (from FTB Ultimine) +- ars_nouveau:archmage_spell_book? (from FTB Ultimine) +- ars_nouveau:apprentice_spell_book? (from FTB Ultimine) + +#create:toolboxes +- create:white_toolbox (from Create) +- create:orange_toolbox (from Create) +- create:magenta_toolbox (from Create) +- create:light_blue_toolbox (from Create) +- create:yellow_toolbox (from Create) +- create:lime_toolbox (from Create) +- create:pink_toolbox (from Create) +- create:gray_toolbox (from Create) +- create:light_gray_toolbox (from Create) +- create:cyan_toolbox (from Create) +- create:purple_toolbox (from Create) +- create:blue_toolbox (from Create) +- create:brown_toolbox (from Create) +- create:green_toolbox (from Create) +- create:red_toolbox (from Create) +- create:black_toolbox (from Create) + +#advancednetherite:tiers/tools/netherite_diamond +- advancednetherite:netherite_diamond_axe (from Advanced Netherite) +- advancednetherite:netherite_diamond_hoe (from Advanced Netherite) +- advancednetherite:netherite_diamond_pickaxe (from Advanced Netherite) +- advancednetherite:netherite_diamond_shovel (from Advanced Netherite) +- advancednetherite:netherite_diamond_sword (from Advanced Netherite) + +#spectrum:potion_pendants +- spectrum:lesser_potion_pendant (from Spectrum) +- spectrum:greater_potion_pendant (from Spectrum) + +#c:axes +- advancednetherite:netherite_iron_axe (from Advanced Netherite) +- advancednetherite:netherite_gold_axe (from Advanced Netherite) +- advancednetherite:netherite_emerald_axe (from Advanced Netherite) +- advancednetherite:netherite_diamond_axe (from Advanced Netherite) +- minecraft:wooden_axe (from Bookshelf) +- minecraft:stone_axe (from Bookshelf) +- minecraft:iron_axe (from Bookshelf) +- minecraft:golden_axe (from Bookshelf) +- minecraft:diamond_axe (from Bookshelf) +- minecraft:netherite_axe (from Bookshelf) +- byg:pendorite_axe (from Oh The Biomes You'll Go) +- byg:pendorite_battleaxe (from Oh The Biomes You'll Go) +- dragonloot:dragon_axe (from DragonLoot) +- #fabric:axes? (from Fabric Convention Tags) +- minecraft:diamond_axe (from Fabric Convention Tags) +- minecraft:golden_axe (from Fabric Convention Tags) +- minecraft:wooden_axe (from Fabric Convention Tags) +- minecraft:stone_axe (from Fabric Convention Tags) +- minecraft:iron_axe (from Fabric Convention Tags) +- minecraft:netherite_axe (from Fabric Convention Tags) +- minecraft:wooden_axe (from Porting Lib Tags) +- minecraft:stone_axe (from Porting Lib Tags) +- minecraft:iron_axe (from Porting Lib Tags) +- minecraft:golden_axe (from Porting Lib Tags) +- minecraft:diamond_axe (from Porting Lib Tags) +- minecraft:netherite_axe (from Porting Lib Tags) +- modern_industrialization:diesel_chainsaw (from Modern Industrialization) +- spectrum:bedrock_axe (from Spectrum) +- spectrum:multitool (from Spectrum) + +#c:raw_iron_blocks +- minecraft:raw_iron_block (from Fabric Convention Tags) +- minecraft:raw_iron_block (from Porting Lib Tags) + +#ae2:quartz_axe +- ae2:certus_quartz_axe (from Applied Energistics 2) +- ae2:nether_quartz_axe (from Applied Energistics 2) + +#c:rums +- croptopia:rum (from Croptopia) + +#advancednetherite:hoes/netherite_diamond +- advancednetherite:netherite_diamond_hoe (from Advanced Netherite) + +#advancednetherite:hoes/netherite +- minecraft:netherite_hoe (from Advanced Netherite) + +#c:octuple_compressed_cobbled_deepslate +- compressor:octuple_compressed_cobbled_deepslate (from Compressor) + +#c:shovels +- advancednetherite:netherite_iron_shovel (from Advanced Netherite) +- advancednetherite:netherite_gold_shovel (from Advanced Netherite) +- advancednetherite:netherite_emerald_shovel (from Advanced Netherite) +- advancednetherite:netherite_diamond_shovel (from Advanced Netherite) +- minecraft:wooden_shovel (from Bookshelf) +- minecraft:stone_shovel (from Bookshelf) +- minecraft:iron_shovel (from Bookshelf) +- minecraft:golden_shovel (from Bookshelf) +- minecraft:diamond_shovel (from Bookshelf) +- minecraft:netherite_shovel (from Bookshelf) +- byg:pendorite_shovel (from Oh The Biomes You'll Go) +- dragonloot:dragon_shovel (from DragonLoot) +- #fabric:shovels? (from Fabric Convention Tags) +- minecraft:diamond_shovel (from Fabric Convention Tags) +- minecraft:golden_shovel (from Fabric Convention Tags) +- minecraft:wooden_shovel (from Fabric Convention Tags) +- minecraft:stone_shovel (from Fabric Convention Tags) +- minecraft:iron_shovel (from Fabric Convention Tags) +- minecraft:netherite_shovel (from Fabric Convention Tags) +- minecraft:wooden_shovel (from Porting Lib Tags) +- minecraft:stone_shovel (from Porting Lib Tags) +- minecraft:iron_shovel (from Porting Lib Tags) +- minecraft:golden_shovel (from Porting Lib Tags) +- minecraft:diamond_shovel (from Porting Lib Tags) +- minecraft:netherite_shovel (from Porting Lib Tags) +- modern_industrialization:diesel_mining_drill (from Modern Industrialization) +- modern_industrialization:steam_mining_drill (from Modern Industrialization) +- spectrum:bedrock_shovel (from Spectrum) +- spectrum:multitool (from Spectrum) + +#c:leafy_salads +- croptopia:leafy_salad (from Croptopia) + +#c:steel_plates +- ad_astra:steel_plate (from Ad Astra!) +- indrev:steel_plate (from Industrial Revolution) +- modern_industrialization:steel_plate (from Modern Industrialization) +- techreborn:steel_plate (from Tech Reborn) + +#c:fruits/nectarine +- croptopia:nectarine (from Croptopia) + +#c:carbon_plates +- modern_industrialization:carbon_plate (from Modern Industrialization) +- techreborn:carbon_plate (from Tech Reborn) + +#c:raw_silvers +- bewitchment:raw_silver (from Bewitchment) + +#c:magenta_dye +- minecraft:magenta_dye (from Applied Energistics 2) + +#c:crops/tea_leaves +- croptopia:tea_leaves (from Croptopia) + +#supplementaries:hanging_signs +- supplementaries:hanging_sign_oak (from Supplementaries) +- supplementaries:hanging_sign_spruce (from Supplementaries) +- supplementaries:hanging_sign_birch (from Supplementaries) +- supplementaries:hanging_sign_jungle (from Supplementaries) +- supplementaries:hanging_sign_acacia (from Supplementaries) +- supplementaries:hanging_sign_dark_oak (from Supplementaries) +- supplementaries:hanging_sign_mangrove (from Supplementaries) +- supplementaries:hanging_sign_crimson (from Supplementaries) +- supplementaries:hanging_sign_warped (from Supplementaries) +- supplementaries:hanging_sign_oak (from Supplementaries Generated Pack) +- supplementaries:hanging_sign_spruce (from Supplementaries Generated Pack) +- supplementaries:hanging_sign_birch (from Supplementaries Generated Pack) +- supplementaries:hanging_sign_jungle (from Supplementaries Generated Pack) +- supplementaries:hanging_sign_acacia (from Supplementaries Generated Pack) +- supplementaries:hanging_sign_dark_oak (from Supplementaries Generated Pack) +- supplementaries:hanging_sign_mangrove (from Supplementaries Generated Pack) +- supplementaries:hanging_sign_crimson (from Supplementaries Generated Pack) +- supplementaries:hanging_sign_warped (from Supplementaries Generated Pack) +- supplementaries:ecologics/hanging_sign_flowering_azalea (from Supplementaries Generated Pack) +- supplementaries:ecologics/hanging_sign_azalea (from Supplementaries Generated Pack) +- supplementaries:ecologics/hanging_sign_coconut (from Supplementaries Generated Pack) +- supplementaries:ecologics/hanging_sign_walnut (from Supplementaries Generated Pack) +- supplementaries:ad_astra/hanging_sign_aeronos (from Supplementaries Generated Pack) +- supplementaries:ad_astra/hanging_sign_strophar (from Supplementaries Generated Pack) +- supplementaries:ad_astra/hanging_sign_glacian (from Supplementaries Generated Pack) +- supplementaries:bewitchment/hanging_sign_juniper (from Supplementaries Generated Pack) +- supplementaries:bewitchment/hanging_sign_cypress (from Supplementaries Generated Pack) +- supplementaries:bewitchment/hanging_sign_elder (from Supplementaries Generated Pack) +- supplementaries:bewitchment/hanging_sign_dragons_blood (from Supplementaries Generated Pack) +- supplementaries:biomemakeover/hanging_sign_blighted_balsa (from Supplementaries Generated Pack) +- supplementaries:biomemakeover/hanging_sign_willow (from Supplementaries Generated Pack) +- supplementaries:biomemakeover/hanging_sign_swamp_cypress (from Supplementaries Generated Pack) +- supplementaries:biomemakeover/hanging_sign_ancient_oak (from Supplementaries Generated Pack) +- supplementaries:botania/hanging_sign_livingwood (from Supplementaries Generated Pack) +- supplementaries:botania/hanging_sign_dreamwood (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_aspen (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_baobab (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_blue_enchanted (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_bulbis (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_cherry (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_cika (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_cypress (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_ebony (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_ether (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_fir (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_green_enchanted (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_holly (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_imparius (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_lament (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_jacaranda (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_mahogany (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_white_mangrove (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_maple (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_nightshade (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_palm (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_pine (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_rainbow_eucalyptus (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_redwood (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_skyris (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_willow (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_witch_hazel (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_zelkova (from Supplementaries Generated Pack) +- supplementaries:byg/hanging_sign_sythian (from Supplementaries Generated Pack) +- supplementaries:colorful-azaleas/hanging_sign_azule_azalea (from Supplementaries Generated Pack) +- supplementaries:colorful-azaleas/hanging_sign_bright_azalea (from Supplementaries Generated Pack) +- supplementaries:colorful-azaleas/hanging_sign_roze_azalea (from Supplementaries Generated Pack) +- supplementaries:colorful-azaleas/hanging_sign_tecal_azalea (from Supplementaries Generated Pack) +- supplementaries:colorful-azaleas/hanging_sign_titanium_azalea (from Supplementaries Generated Pack) +- supplementaries:colorful-azaleas/hanging_sign_walnut_azalea (from Supplementaries Generated Pack) +- supplementaries:colorful-azaleas/hanging_sign_fiss_azalea (from Supplementaries Generated Pack) +- supplementaries:deeperdarker/hanging_sign_echo (from Supplementaries Generated Pack) +- supplementaries:hexcasting/hanging_sign_edified (from Supplementaries Generated Pack) +- supplementaries:minecells/hanging_sign_putrid (from Supplementaries Generated Pack) +- supplementaries:techreborn/hanging_sign_rubber (from Supplementaries Generated Pack) +- supplementaries:spectrum/hanging_sign_white (from Supplementaries Generated Pack) +- supplementaries:spectrum/hanging_sign_orange (from Supplementaries Generated Pack) +- supplementaries:spectrum/hanging_sign_magenta (from Supplementaries Generated Pack) +- supplementaries:spectrum/hanging_sign_light_blue (from Supplementaries Generated Pack) +- supplementaries:spectrum/hanging_sign_yellow (from Supplementaries Generated Pack) +- supplementaries:spectrum/hanging_sign_lime (from Supplementaries Generated Pack) +- supplementaries:spectrum/hanging_sign_pink (from Supplementaries Generated Pack) +- supplementaries:spectrum/hanging_sign_gray (from Supplementaries Generated Pack) +- supplementaries:spectrum/hanging_sign_light_gray (from Supplementaries Generated Pack) +- supplementaries:spectrum/hanging_sign_cyan (from Supplementaries Generated Pack) +- supplementaries:spectrum/hanging_sign_purple (from Supplementaries Generated Pack) +- supplementaries:spectrum/hanging_sign_blue (from Supplementaries Generated Pack) +- supplementaries:spectrum/hanging_sign_brown (from Supplementaries Generated Pack) +- supplementaries:spectrum/hanging_sign_green (from Supplementaries Generated Pack) +- supplementaries:spectrum/hanging_sign_red (from Supplementaries Generated Pack) +- supplementaries:spectrum/hanging_sign_black (from Supplementaries Generated Pack) +- supplementaries:twilightforest/hanging_sign_twilight_oak (from Supplementaries Generated Pack) +- supplementaries:twilightforest/hanging_sign_canopy (from Supplementaries Generated Pack) +- supplementaries:twilightforest/hanging_sign_mangrove (from Supplementaries Generated Pack) +- supplementaries:twilightforest/hanging_sign_dark (from Supplementaries Generated Pack) +- supplementaries:twilightforest/hanging_sign_time (from Supplementaries Generated Pack) +- supplementaries:twilightforest/hanging_sign_transformation (from Supplementaries Generated Pack) +- supplementaries:twilightforest/hanging_sign_mining (from Supplementaries Generated Pack) +- supplementaries:twilightforest/hanging_sign_sorting (from Supplementaries Generated Pack) +- supplementaries:vinery/hanging_sign_cherry (from Supplementaries Generated Pack) + +#c:lettuce +- croptopia:lettuce (from Croptopia) +- #c:vegetables/lettuce (from Croptopia) +- croptopia:lettuce (from Croptopia) +- #c:crops/lettuce (from Croptopia) + +#c:vanilla_ice_creams +- croptopia:vanilla_ice_cream (from Croptopia) + +#c:uranium_238_ingots +- modern_industrialization:uranium_238_ingot (from Modern Industrialization) + +#c:nickel_ores +- modern_industrialization:nickel_ore (from Modern Industrialization) +- modern_industrialization:deepslate_nickel_ore (from Modern Industrialization) + +#supplementaries:cookies +- minecraft:cookie? (from Supplementaries) +- snowyspirit:gingerbread_cookie? (from Supplementaries) +- supplementaries:candy? (from Supplementaries) +- farmersdelight:honey_cookie? (from Supplementaries) +- farmersdelight:sweet_berry_cookie? (from Supplementaries) +- farmersdelight:peanut_butter_cookie? (from Supplementaries) +- fluffy_farmer:chocolate_cookie? (from Supplementaries) +- fluffy_farmer:berry_cookie? (from Supplementaries) +- sprout:peanut_butter_cookie? (from Supplementaries) +- farmersrespite:green_tea_cookie? (from Supplementaries) +- cookielicious:strawberry_cookie? (from Supplementaries) +- cookielicious:vanilla_cookie? (from Supplementaries) +- cookielicious:sandwich_cookie? (from Supplementaries) +- cookielicious:strawberry_cookie? (from Supplementaries) +- cookielicious:vanilla_cookie? (from Supplementaries) +- croptopia:raisin_oatmeal_cookie? (from Supplementaries) +- croptopia:nutty_cookie? (from Supplementaries) +- croptopia:snicker_doodle? (from Supplementaries) +- cspirit:sugar_cookie_santa? (from Supplementaries) +- cspirit:sugar_cookie_circle? (from Supplementaries) +- cspirit:sugar_cookie_ornament? (from Supplementaries) +- cspirit:sugar_cookie_star? (from Supplementaries) +- cspirit:sugar_cookie_man? (from Supplementaries) +- cspirit:sugar_cookie_snowman? (from Supplementaries) +- cspirit:gingerbread_cookie_circle? (from Supplementaries) +- inventorypets:holiday_cookie? (from Supplementaries) +- simplefarming:peanut_butter_cookie? (from Supplementaries) +- teletubbies:toast? (from Supplementaries) +- tofucraft:tofucookie? (from Supplementaries) +- bayou_blues:gooseberry_jam_cookie? (from Supplementaries) +- vanillacookbook:berry_cookie? (from Supplementaries) +- vanillacookbook:honey_cookie? (from Supplementaries) +- vanillacookbook:potato_cookie? (from Supplementaries) +- vanillacookbook:pumpkin_cookie? (from Supplementaries) +- vanillacookbook:sunflower_seed_cookie? (from Supplementaries) +- terraincognita:hazelnut_cookie? (from Supplementaries) +- ashenwheat:scintilla_cookie? (from Supplementaries) +- ashenwheat:ash_cookie? (from Supplementaries) +- create:honeyed_apple? (from Supplementaries) +- create:chocolate_glazed_berries? (from Supplementaries) +- create:chocolate_bar? (from Supplementaries) +- bayou_blues:honey_glazed_gooseberries? (from Supplementaries) +- feywild:magical_honey_cookie? (from Supplementaries) +- pamhc2crops:beanitem? (from Supplementaries) +- pamhc2crops:chickpeaitem? (from Supplementaries) +- pamhc2crops:jicamaitem? (from Supplementaries) +- pamhc2crops:roastedmushroomitem? (from Supplementaries) +- pamhc2crops:bakedwaterchestnutitem? (from Supplementaries) +- pamhc2crops:waterchestnutitem? (from Supplementaries) +- pamhc2crops:chocolatemuffinitem? (from Supplementaries) +- pamhc2crops:donutitem? (from Supplementaries) +- pamhc2crops:chocolatedonutitem? (from Supplementaries) +- pamhc2crops:jellydonutitem? (from Supplementaries) +- pamhc2crops:crackeritem? (from Supplementaries) +- pamhc2crops:pretzelitem? (from Supplementaries) +- pamhc2crops:chocolatebaritem? (from Supplementaries) +- pamhc2crops:chocolaterollitem? (from Supplementaries) +- pamhc2crops:chocolatecaramelfudgeitem? (from Supplementaries) +- pamhc2crops:smoresitem? (from Supplementaries) +- pamhc2crops:trailmixitem? (from Supplementaries) +- pamhc2crops:candiedpecansitem? (from Supplementaries) +- pamhc2crops:candiedsweetpotatoesitem? (from Supplementaries) +- pamhc2crops:candiedwalnutsitem? (from Supplementaries) +- pamhc2crops:chocolateorangeitem? (from Supplementaries) +- pamhc2crops:chocolatepeanutbaritem? (from Supplementaries) +- pamhc2crops:chocolatestrawberryitem? (from Supplementaries) +- pamhc2crops:peanutbuttercupitem? (from Supplementaries) +- pamhc2crops:pralinesitem? (from Supplementaries) +- pamhc2crops:pinenutitem? (from Supplementaries) +- pamhc2crops:roastedalmonditem? (from Supplementaries) +- pamhc2crops:roastedpinenutitem? (from Supplementaries) +- pamhc2crops:garlicitem? (from Supplementaries) +- cookielicious:strawberry_cookie? (from Supplementaries) +- cookielicious:vanilla_cookie? (from Supplementaries) +- cookielicious:strawberry_cookie? (from Supplementaries) +- cookielicious:chocolate_cookie? (from Supplementaries) +- cookielicious:banana_cookie? (from Supplementaries) +- cookielicious:mint_cookie? (from Supplementaries) +- cookielicious:adzuki_cookie? (from Supplementaries) +- buddycardsexp:buddycookie? (from Supplementaries) +- honeyexpansion:honey_cookie_sausage? (from Supplementaries) +- abnormals_delight:mulberry_cookie? (from Supplementaries) + +#c:crops/broccoli +- croptopia:broccoli (from Croptopia) + +#ecologics:azalea_logs +- ecologics:azalea_log (from Ecologics) +- ecologics:azalea_wood (from Ecologics) +- ecologics:stripped_azalea_log (from Ecologics) +- ecologics:stripped_azalea_wood (from Ecologics) + +#c:crops/nether_wart +- minecraft:nether_wart (from Porting Lib Tags) + +#c:portable/blast_furnace +- portable_tables:portable_blast_furnace (from Portable Tables) + +#the_bumblezone:bee_cannon_repair_items +- the_bumblezone:sugar_infused_stone (from The Bumblezone - Fabric) +- the_bumblezone:sugar_infused_cobblestone (from The Bumblezone - Fabric) + +#c:andesite_small_dusts +- techreborn:andesite_small_dust (from Tech Reborn) + +#forge:stone +- minecraft:andesite (from chisels-and-bits) +- minecraft:diorite (from chisels-and-bits) +- minecraft:granite (from chisels-and-bits) +- minecraft:infested_stone (from chisels-and-bits) +- minecraft:stone (from chisels-and-bits) +- minecraft:polished_andesite (from chisels-and-bits) +- minecraft:polished_diorite (from chisels-and-bits) +- minecraft:polished_granite (from chisels-and-bits) +- minecraft:deepslate (from chisels-and-bits) +- minecraft:polished_deepslate (from chisels-and-bits) +- minecraft:infested_deepslate (from chisels-and-bits) +- minecraft:tuff (from chisels-and-bits) + +#c:crops/lettuce +- croptopia:lettuce (from Croptopia) + +#forge:glass_panes/yellow +- minecraft:yellow_stained_glass_pane (from chisels-and-bits) + +#forge:gems/lapis +- minecraft:lapis_lazuli (from chisels-and-bits) + +#c:cyan_glass_panes +- minecraft:cyan_stained_glass_pane (from Porting Lib Tags) + +#c:seeds/garlic +- croptopia:garlic_seed (from Croptopia) + +#forge:gunpowder +- minecraft:gunpowder (from chisels-and-bits) + +#bewitchment:altars +- bewitchment:stone_witch_altar (from Bewitchment) +- bewitchment:mossy_cobblestone_witch_altar (from Bewitchment) +- bewitchment:prismarine_witch_altar (from Bewitchment) +- bewitchment:nether_brick_witch_altar (from Bewitchment) +- bewitchment:blackstone_witch_altar (from Bewitchment) +- bewitchment:golden_witch_altar (from Bewitchment) +- bewitchment:end_stone_witch_altar (from Bewitchment) +- bewitchment:obsidian_witch_altar (from Bewitchment) +- bewitchment:purpur_witch_altar (from Bewitchment) + +#botanypots:hopper_botany_pots +- botanypots:terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:white_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:orange_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:magenta_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:light_blue_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:yellow_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:lime_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:pink_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:gray_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:light_gray_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:cyan_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:purple_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:blue_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:brown_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:green_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:red_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:black_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:white_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:orange_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:magenta_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:light_blue_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:yellow_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:lime_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:pink_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:gray_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:light_gray_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:cyan_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:purple_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:blue_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:brown_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:green_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:red_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:black_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:white_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:orange_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:magenta_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:light_blue_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:yellow_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:lime_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:pink_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:gray_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:light_gray_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:cyan_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:purple_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:blue_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:brown_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:green_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:red_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:black_concrete_hopper_botany_pot (from BotanyPots) + +#c:storage_blocks/arctic_fur +- twilightforest:arctic_fur_block (from The Twilight Forest) + +#byg:all/buttons +- #minecraft:buttons? (from Oh The Biomes You'll Go) + +#c:redstone_tiny_dusts +- modern_industrialization:redstone_tiny_dust (from Modern Industrialization) + +#tooltiprareness:uncommon_item +- adventurez:gilded_stone (from AdventureZ) +- adventurez:warthog_shell_piece (from AdventureZ) +- medievalweapons:iron_small_axe (from Medieval Weapons) +- medievalweapons:golden_small_axe (from Medieval Weapons) +- medievalweapons:iron_long_sword (from Medieval Weapons) +- medievalweapons:golden_long_sword (from Medieval Weapons) +- medievalweapons:iron_dagger (from Medieval Weapons) +- medievalweapons:golden_dagger (from Medieval Weapons) +- medievalweapons:iron_francisca (from Medieval Weapons) +- medievalweapons:golden_francisca (from Medieval Weapons) +- medievalweapons:iron_big_axe (from Medieval Weapons) +- medievalweapons:golden_big_axe (from Medieval Weapons) +- medievalweapons:iron_javelin (from Medieval Weapons) +- medievalweapons:golden_javelin (from Medieval Weapons) +- medievalweapons:iron_lance (from Medieval Weapons) +- medievalweapons:golden_lance (from Medieval Weapons) +- medievalweapons:iron_healing_staff (from Medieval Weapons) +- medievalweapons:golden_healing_staff (from Medieval Weapons) +- medievalweapons:iron_mace (from Medieval Weapons) +- medievalweapons:golden_ninjato (from Medieval Weapons) +- medievalweapons:iron_ninjato (from Medieval Weapons) +- medievalweapons:golden_rapier (from Medieval Weapons) +- medievalweapons:iron_rapier (from Medieval Weapons) +- medievalweapons:golden_sickle (from Medieval Weapons) +- medievalweapons:iron_sickle (from Medieval Weapons) + +#c:tools +- #c:tools/axes (from Farmer's Delight) +- #c:tools/knives (from Farmer's Delight) +- #c:tools/pickaxes (from Farmer's Delight) +- #c:tools/shovels (from Farmer's Delight) +- #c:swords (from Porting Lib Tags) +- #c:axes (from Porting Lib Tags) +- #c:pickaxes (from Porting Lib Tags) +- #c:shovels (from Porting Lib Tags) +- #c:hoes (from Porting Lib Tags) +- #c:shields (from Porting Lib Tags) +- #c:bows (from Porting Lib Tags) +- #c:crossbows (from Porting Lib Tags) +- #c:fishing_rods (from Porting Lib Tags) +- #c:tridents (from Porting Lib Tags) + +#botania:glimmering_livingwood_logs +- botania:glimmering_livingwood (from Botania) +- botania:glimmering_livingwood_log (from Botania) +- botania:glimmering_stripped_livingwood (from Botania) +- botania:glimmering_stripped_livingwood_log (from Botania) + +#forge:ore_rates/sparse +- minecraft:nether_gold_ore (from chisels-and-bits) + +#c:iridium_reinforced_stone_blocks +- techreborn:iridium_reinforced_stone_storage_block (from Tech Reborn) + +#byg:palm_logs +- byg:palm_log (from Oh The Biomes You'll Go) +- byg:palm_wood (from Oh The Biomes You'll Go) +- byg:stripped_palm_log (from Oh The Biomes You'll Go) +- byg:stripped_palm_wood (from Oh The Biomes You'll Go) + +#bewitchment:location_holders +- bewitchment:taglock (from Bewitchment) +- bewitchment:waystone (from Bewitchment) + +#forge:crops +- #forge:crops/beetroot (from chisels-and-bits) +- #forge:crops/carrot (from chisels-and-bits) +- #forge:crops/nether_wart (from chisels-and-bits) +- #forge:crops/potato (from chisels-and-bits) +- #forge:crops/wheat (from chisels-and-bits) +- supplementaries:flax (from Supplementaries) + +#forge:ore_bearing_ground/netherrack +- minecraft:netherrack (from chisels-and-bits) + +#c:armors/helmets +- twilightforest:ironwood_helmet (from The Twilight Forest) +- twilightforest:steeleaf_helmet (from The Twilight Forest) +- twilightforest:knightmetal_helmet (from The Twilight Forest) +- twilightforest:phantom_helmet (from The Twilight Forest) +- twilightforest:fiery_helmet (from The Twilight Forest) +- twilightforest:arctic_helmet (from The Twilight Forest) +- twilightforest:yeti_helmet (from The Twilight Forest) + +#c:storage_blocks/pendorite +- byg:pendorite_block (from Oh The Biomes You'll Go) + +#c:crops/garlic +- croptopia:garlic (from Croptopia) + +#spectrum:piglin_safe_equipment +- spectrum:bedrock_helmet (from Spectrum) +- spectrum:bedrock_chestplate (from Spectrum) +- spectrum:bedrock_leggings (from Spectrum) +- spectrum:bedrock_boots (from Spectrum) + +#c:seeds/honeydew +- croptopia:honeydew_seed (from Croptopia) + +#advancednetherite:ingots/upgrade_to_netherite_emerald +- #advancednetherite:ingots/netherites_gold (from Advanced Netherite) + +#byg:double_cyan_dye +- byg:foxglove (from Oh The Biomes You'll Go) + +#itemfilters:check_nbt +- minecraft:potion (from Item Filters) +- minecraft:splash_potion (from Item Filters) +- minecraft:lingering_potion (from Item Filters) +- minecraft:enchanted_book (from Item Filters) +- minecraft:tipped_arrow (from Item Filters) + +#c:gingers +- croptopia:ginger (from Croptopia) +- #c:vegetables/ginger (from Croptopia) +- croptopia:ginger (from Croptopia) +- #c:crops/ginger (from Croptopia) + +#minecraft:birch_logs +- minecraft:birch_log (from Default) +- minecraft:birch_wood (from Default) +- minecraft:stripped_birch_log (from Default) +- minecraft:stripped_birch_wood (from Default) +- decorative_blocks:birch_beam (from Decorative Blocks) + +#c:vegetables/mustard +- croptopia:mustard (from Croptopia) + +#c:mushrooms_nether +- minecraft:crimson_fungus (from Incubus Core) +- minecraft:warped_fungus (from Incubus Core) + +#colorful-azaleas:azaleas +- colorful-azaleas:blue_azalea_sapling (from Colorful Azaleas) +- colorful-azaleas:red_azalea_sapling (from Colorful Azaleas) +- colorful-azaleas:orange_azalea_sapling (from Colorful Azaleas) +- colorful-azaleas:pink_azalea_sapling (from Colorful Azaleas) +- colorful-azaleas:purple_azalea_sapling (from Colorful Azaleas) +- colorful-azaleas:white_azalea_sapling (from Colorful Azaleas) +- colorful-azaleas:yellow_azalea_sapling (from Colorful Azaleas) +- minecraft:azalea (from Colorful Azaleas) + +#campanion:backpacks +- campanion:day_pack (from Campanion) +- campanion:camping_pack (from Campanion) +- campanion:hiking_pack (from Campanion) + +#c:crops/pepper +- croptopia:pepper (from Croptopia) + +#modern_industrialization:p2p_attunements/energy_p2p_tunnel +- modern_industrialization:superconductor_cable (from Modern Industrialization) + +#c:oatmeals +- croptopia:oatmeal (from Croptopia) + +#byg:aspen_logs +- byg:aspen_log (from Oh The Biomes You'll Go) +- byg:aspen_wood (from Oh The Biomes You'll Go) +- byg:stripped_aspen_log (from Oh The Biomes You'll Go) +- byg:stripped_aspen_wood (from Oh The Biomes You'll Go) + +#c:grapefruits +- croptopia:grapefruit (from Croptopia) +- #c:fruits/grapefruit (from Croptopia) +- croptopia:grapefruit (from Croptopia) +- #c:crops/grapefruit (from Croptopia) + +#advancednetherite:hoes/netherite_iron +- advancednetherite:netherite_iron_hoe (from Advanced Netherite) + +#c:beetroot_seeds +- minecraft:beetroot_seeds (from Porting Lib Tags) + +#c:milk/milk +- minecraft:milk_bucket (from Farmer's Delight) + +#advancednetherite:shovels/netherite_emerald +- advancednetherite:netherite_emerald_shovel (from Advanced Netherite) + +#c:hot_tungstensteel_nuggets +- techreborn:hot_tungstensteel_nugget (from Tech Reborn) + +#c:crossbows +- minecraft:crossbow (from Bookshelf) +- minecraft:crossbow (from Porting Lib Tags) + +#c:cinnabar_dusts +- techreborn:cinnabar_dust (from Tech Reborn) + +#c:raspberry_jams +- croptopia:raspberry_jam (from Croptopia) +- #c:jams/raspberry_jam (from Croptopia) + +#c:iridium_alloy_plates +- techreborn:iridium_alloy_plate (from Tech Reborn) + +#c:tungsten_blocks +- indrev:tungsten_block (from Industrial Revolution) +- modern_industrialization:tungsten_block (from Modern Industrialization) +- techreborn:tungsten_storage_block (from Tech Reborn) + +#c:grass_variants +- minecraft:grass (from Tech Reborn) +- minecraft:tall_grass (from Tech Reborn) +- minecraft:fern (from Tech Reborn) +- minecraft:large_fern (from Tech Reborn) +- minecraft:moss_carpet (from Tech Reborn) +- minecraft:seagrass (from Tech Reborn) + +#campanion:mre_components +- #campanion:fruits (from Campanion) +- #campanion:grains (from Campanion) +- #campanion:proteins (from Campanion) +- #campanion:vegetables (from Campanion) + +#c:manganese_dusts +- modern_industrialization:manganese_dust (from Modern Industrialization) +- techreborn:manganese_dust (from Tech Reborn) + +#c:invar_blocks +- modern_industrialization:invar_block (from Modern Industrialization) +- techreborn:invar_storage_block (from Tech Reborn) + +#byg:purple_sand +- byg:purple_sand (from Oh The Biomes You'll Go) + +#c:gold_tiny_dusts +- modern_industrialization:gold_tiny_dust (from Modern Industrialization) + +#c:trail_mixes +- croptopia:trail_mix (from Croptopia) + +#c:cherries +- croptopia:cherry (from Croptopia) +- #c:fruits/cherry (from Croptopia) +- croptopia:cherry (from Croptopia) +- #c:crops/cherry (from Croptopia) + +#c:vegetables/squash +- croptopia:squash (from Croptopia) + +#c:rutabagas +- croptopia:rutabaga (from Croptopia) +- #c:vegetables/rutabaga (from Croptopia) +- croptopia:rutabaga (from Croptopia) +- #c:crops/rutabaga (from Croptopia) + +#c:raw_bacon +- farmersdelight:bacon (from Farmer's Delight) + +#c:saltpeter_small_dusts +- techreborn:saltpeter_small_dust (from Tech Reborn) + +#c:electrum_plates +- indrev:electrum_plate (from Industrial Revolution) +- modern_industrialization:electrum_plate (from Modern Industrialization) +- techreborn:electrum_plate (from Tech Reborn) + +#c:blackberries +- croptopia:blackberry (from Croptopia) +- #c:fruits/blackberry (from Croptopia) +- croptopia:blackberry (from Croptopia) +- #c:crops/blackberry (from Croptopia) + +#balm:gold_nuggets +- #c:gold_nuggets? (from Balm) +- minecraft:gold_nugget (from Balm) + +#c:ores_in_ground/stone +- create:zinc_ore (from Create) +- minecraft:coal_ore (from Porting Lib Tags) +- minecraft:copper_ore (from Porting Lib Tags) +- minecraft:diamond_ore (from Porting Lib Tags) +- minecraft:emerald_ore (from Porting Lib Tags) +- minecraft:gold_ore (from Porting Lib Tags) +- minecraft:iron_ore (from Porting Lib Tags) +- minecraft:lapis_ore (from Porting Lib Tags) +- minecraft:redstone_ore (from Porting Lib Tags) + +#c:mozanite_dusts +- modern_industrialization:mozanite_dust (from Modern Industrialization) + +#c:mango_ice_creams +- croptopia:mango_ice_cream (from Croptopia) + +#c:gray_glass_panes +- minecraft:gray_stained_glass_pane (from Porting Lib Tags) + +#c:lapis_dusts +- modern_industrialization:lapis_dust (from Modern Industrialization) + +#minecraft:jungle_logs +- minecraft:jungle_log (from Default) +- minecraft:jungle_wood (from Default) +- minecraft:stripped_jungle_log (from Default) +- minecraft:stripped_jungle_wood (from Default) +- decorative_blocks:jungle_beam (from Decorative Blocks) + +#another_furniture:planter_box_banned + +#c:octuple_compressed_deepslate +- compressor:octuple_compressed_deepslate (from Compressor) + +#campanion:lawn_chairs +- campanion:yellow_lawn_chair (from Campanion) +- campanion:green_lawn_chair (from Campanion) +- campanion:purple_lawn_chair (from Campanion) +- campanion:cyan_lawn_chair (from Campanion) +- campanion:gray_lawn_chair (from Campanion) +- campanion:black_lawn_chair (from Campanion) +- campanion:brown_lawn_chair (from Campanion) +- campanion:magenta_lawn_chair (from Campanion) +- campanion:light_blue_lawn_chair (from Campanion) +- campanion:lime_lawn_chair (from Campanion) +- campanion:white_lawn_chair (from Campanion) +- campanion:orange_lawn_chair (from Campanion) +- campanion:light_gray_lawn_chair (from Campanion) +- campanion:red_lawn_chair (from Campanion) +- campanion:blue_lawn_chair (from Campanion) +- campanion:pink_lawn_chair (from Campanion) + +#botania:elementium_ingots +- botania:elementium_ingot (from Botania) + +#c:portable_tables +- #c:portable/workbench (from Portable Tables) +- #c:portable/furnace (from Portable Tables) +- #c:portable/smoker (from Portable Tables) +- #c:portable/blast_furnace (from Portable Tables) +- #c:portable/anvil (from Portable Tables) +- #c:portable/smithing (from Portable Tables) +- #c:portable/loom (from Portable Tables) +- #c:portable/grindstone (from Portable Tables) +- #c:portable/catography_table (from Portable Tables) +- #c:portable/stonecutter (from Portable Tables) + +#advancednetherite:leggings/netherite_emerald +- advancednetherite:netherite_emerald_leggings (from Advanced Netherite) + +#forge:fence_gates/wooden +- minecraft:oak_fence_gate (from chisels-and-bits) +- minecraft:spruce_fence_gate (from chisels-and-bits) +- minecraft:birch_fence_gate (from chisels-and-bits) +- minecraft:jungle_fence_gate (from chisels-and-bits) +- minecraft:acacia_fence_gate (from chisels-and-bits) +- minecraft:dark_oak_fence_gate (from chisels-and-bits) +- minecraft:crimson_fence_gate (from chisels-and-bits) +- minecraft:warped_fence_gate (from chisels-and-bits) +- minecraft:mangrove_fence_gate (from chisels-and-bits) +- deeperdarker:echo_fence_gate (from Deeper and Darker) + +#botania:runes +- botania:rune_water (from Botania) +- botania:rune_fire (from Botania) +- botania:rune_earth (from Botania) +- botania:rune_air (from Botania) +- botania:rune_spring (from Botania) +- botania:rune_summer (from Botania) +- botania:rune_autumn (from Botania) +- botania:rune_winter (from Botania) +- botania:rune_mana (from Botania) +- botania:rune_lust (from Botania) +- botania:rune_gluttony (from Botania) +- botania:rune_greed (from Botania) +- botania:rune_sloth (from Botania) +- botania:rune_wrath (from Botania) +- botania:rune_envy (from Botania) +- botania:rune_pride (from Botania) + +#c:normal_cobblestone +- minecraft:cobblestone (from Porting Lib Tags) + +#c:octuple_compressed_blackstone +- compressor:octuple_compressed_blackstone (from Compressor) + +#sereneseasons:spring_crops +- supplementaries:flax (from Supplementaries) +- supplementaries:flax_seeds (from Supplementaries) + +#c:seeds/rhubarb +- croptopia:rhubarb_seed (from Croptopia) + +#c:raw_fishes/salmon +- minecraft:salmon (from Farmer's Delight) +- farmersdelight:salmon_slice (from Farmer's Delight) + +#balm:purple_dyes +- #c:purple_dyes? (from Balm) +- minecraft:purple_dye (from Balm) + +#c:mineral_stone +- minecraft:diorite (from Incubus Core) +- minecraft:granite (from Incubus Core) +- minecraft:andesite (from Incubus Core) +- minecraft:calcite (from Incubus Core) +- minecraft:dripstone_block (from Incubus Core) + +#c:broccoli_seeds +- croptopia:broccoli_seed (from Croptopia) +- #c:seeds/broccoli (from Croptopia) + +#c:tea_leaves +- croptopia:tea_leaves (from Croptopia) +- #c:crops/tea_leaves (from Croptopia) + +#c:apple_juices +- croptopia:apple_juice (from Croptopia) +- #c:juices/apple_juice (from Croptopia) + +#byg:campfires +- byg:boric_campfire (from Oh The Biomes You'll Go) +- byg:cryptic_campfire (from Oh The Biomes You'll Go) + +#c:uranium_235_tiny_dusts +- modern_industrialization:uranium_235_tiny_dust (from Modern Industrialization) + +#c:cooked_fishes/cod +- minecraft:cooked_cod (from Farmer's Delight) +- farmersdelight:cooked_cod_slice (from Farmer's Delight) + +#c:concrete +- minecraft:white_concrete (from Incubus Core) +- minecraft:orange_concrete (from Incubus Core) +- minecraft:magenta_concrete (from Incubus Core) +- minecraft:light_blue_concrete (from Incubus Core) +- minecraft:yellow_concrete (from Incubus Core) +- minecraft:lime_concrete (from Incubus Core) +- minecraft:pink_concrete (from Incubus Core) +- minecraft:gray_concrete (from Incubus Core) +- minecraft:light_gray_concrete (from Incubus Core) +- minecraft:cyan_concrete (from Incubus Core) +- minecraft:purple_concrete (from Incubus Core) +- minecraft:blue_concrete (from Incubus Core) +- minecraft:brown_concrete (from Incubus Core) +- minecraft:green_concrete (from Incubus Core) +- minecraft:red_concrete (from Incubus Core) +- minecraft:black_concrete (from Incubus Core) +- minecraft:white_concrete (from The Bumblezone - Fabric) +- minecraft:orange_concrete (from The Bumblezone - Fabric) +- minecraft:magenta_concrete (from The Bumblezone - Fabric) +- minecraft:light_blue_concrete (from The Bumblezone - Fabric) +- minecraft:yellow_concrete (from The Bumblezone - Fabric) +- minecraft:lime_concrete (from The Bumblezone - Fabric) +- minecraft:pink_concrete (from The Bumblezone - Fabric) +- minecraft:gray_concrete (from The Bumblezone - Fabric) +- minecraft:light_gray_concrete (from The Bumblezone - Fabric) +- minecraft:cyan_concrete (from The Bumblezone - Fabric) +- minecraft:purple_concrete (from The Bumblezone - Fabric) +- minecraft:blue_concrete (from The Bumblezone - Fabric) +- minecraft:brown_concrete (from The Bumblezone - Fabric) +- minecraft:green_concrete (from The Bumblezone - Fabric) +- minecraft:red_concrete (from The Bumblezone - Fabric) +- minecraft:black_concrete (from The Bumblezone - Fabric) + +#slimyboyos:slimes_cannot_absorb + +#c:double_compressed_netherrack +- compressor:double_compressed_netherrack (from Compressor) + +#ae2:covered_dense_cable +- ae2:white_covered_dense_cable (from Applied Energistics 2) +- ae2:orange_covered_dense_cable (from Applied Energistics 2) +- ae2:magenta_covered_dense_cable (from Applied Energistics 2) +- ae2:light_blue_covered_dense_cable (from Applied Energistics 2) +- ae2:yellow_covered_dense_cable (from Applied Energistics 2) +- ae2:lime_covered_dense_cable (from Applied Energistics 2) +- ae2:pink_covered_dense_cable (from Applied Energistics 2) +- ae2:gray_covered_dense_cable (from Applied Energistics 2) +- ae2:light_gray_covered_dense_cable (from Applied Energistics 2) +- ae2:cyan_covered_dense_cable (from Applied Energistics 2) +- ae2:purple_covered_dense_cable (from Applied Energistics 2) +- ae2:blue_covered_dense_cable (from Applied Energistics 2) +- ae2:brown_covered_dense_cable (from Applied Energistics 2) +- ae2:green_covered_dense_cable (from Applied Energistics 2) +- ae2:red_covered_dense_cable (from Applied Energistics 2) +- ae2:black_covered_dense_cable (from Applied Energistics 2) +- ae2:fluix_covered_dense_cable (from Applied Energistics 2) + +#byg:cika_logs +- byg:cika_log (from Oh The Biomes You'll Go) +- byg:cika_wood (from Oh The Biomes You'll Go) +- byg:stripped_cika_log (from Oh The Biomes You'll Go) +- byg:stripped_cika_wood (from Oh The Biomes You'll Go) + +#c:fruits/kumquat +- croptopia:kumquat (from Croptopia) + +#friendlyfire:bypass_pet + +#c:kiwis +- croptopia:kiwi (from Croptopia) +- #c:fruits/kiwi (from Croptopia) +- croptopia:kiwi (from Croptopia) +- #c:crops/kiwi (from Croptopia) + +#c:sand/black +- byg:black_sand (from Oh The Biomes You'll Go) + +#c:artichoke_seeds +- croptopia:artichoke_seed (from Croptopia) +- #c:seeds/artichoke (from Croptopia) + +#c:uranium_238_nuggets +- modern_industrialization:uranium_238_nugget (from Modern Industrialization) + +#minecraft:fence_gates +- bambooeverything:bamboo_fence_gate (from Bamboo Everything) +- bambooeverything:dry_bamboo_fence_gate (from Bamboo Everything) +- ecologics:coconut_fence_gate (from Ecologics) +- ecologics:walnut_fence_gate (from Ecologics) +- ecologics:azalea_fence_gate (from Ecologics) +- ecologics:flowering_azalea_fence_gate (from Ecologics) + +#c:he_uranium_dusts +- modern_industrialization:he_uranium_dust (from Modern Industrialization) + +#techreborn:calcite_small_dust_material +- minecraft:bone_meal (from Tech Reborn) +- #c:coral_fans (from Tech Reborn) +- #c:coral_plants (from Tech Reborn) +- minecraft:pointed_dripstone (from Tech Reborn) +- minecraft:nautilus_shell (from Tech Reborn) + +#c:lemonades +- croptopia:lemonade (from Croptopia) + +#c:crops/asparagus +- croptopia:asparagus (from Croptopia) + +#c:calorite_ingots +- ad_astra:calorite_ingot (from Ad Astra!) + +#c:triple_compressed_sand +- compressor:triple_compressed_sand (from Compressor) + +#c:fruits/avocado +- croptopia:avocado (from Croptopia) + +#forge:rods/wooden +- #byg:sticks (from Oh The Biomes You'll Go) +- minecraft:stick (from chisels-and-bits) + +#c:electrum_nuggets +- indrev:electrum_nugget (from Industrial Revolution) +- modern_industrialization:electrum_nugget (from Modern Industrialization) +- techreborn:electrum_nugget (from Tech Reborn) + +#c:glowing_calamari +- croptopia:glowing_calamari (from Croptopia) + +#curios:curio +- supplementaries:key (from Supplementaries) + +#c:vegetables/celery +- croptopia:celery (from Croptopia) + +#ad_astra_platform:ostrum_blocks +- #c:ostrum_blocks? (from Ad Astra!) +- #forge:storage_blocks/ostrum? (from Ad Astra!) + +#curios:back +- supplementaries:quiver (from Supplementaries) + +#forge:storage_blocks/diamond +- minecraft:diamond_block (from chisels-and-bits) + +#c:fried_frog_legs +- croptopia:fried_frog_legs (from Croptopia) + +#c:fried_calamari +- croptopia:fried_calamari (from Croptopia) + +#c:cyan_dye +- minecraft:cyan_dye (from Applied Energistics 2) + +#artifacts:artifacts +- artifacts:umbrella (from Artifacts) +- artifacts:everlasting_beef (from Artifacts) +- artifacts:eternal_steak (from Artifacts) +- artifacts:plastic_drinking_hat (from Artifacts) +- artifacts:novelty_drinking_hat (from Artifacts) +- artifacts:snorkel (from Artifacts) +- artifacts:night_vision_goggles (from Artifacts) +- artifacts:villager_hat (from Artifacts) +- artifacts:superstitious_hat (from Artifacts) +- artifacts:lucky_scarf (from Artifacts) +- artifacts:scarf_of_invisibility (from Artifacts) +- artifacts:cross_necklace (from Artifacts) +- artifacts:panic_necklace (from Artifacts) +- artifacts:shock_pendant (from Artifacts) +- artifacts:flame_pendant (from Artifacts) +- artifacts:thorn_pendant (from Artifacts) +- artifacts:charm_of_sinking (from Artifacts) +- artifacts:cloud_in_a_bottle (from Artifacts) +- artifacts:obsidian_skull (from Artifacts) +- artifacts:antidote_vessel (from Artifacts) +- artifacts:universal_attractor (from Artifacts) +- artifacts:crystal_heart (from Artifacts) +- artifacts:helium_flamingo (from Artifacts) +- artifacts:digging_claws (from Artifacts) +- artifacts:feral_claws (from Artifacts) +- artifacts:power_glove (from Artifacts) +- artifacts:fire_gauntlet (from Artifacts) +- artifacts:pocket_piston (from Artifacts) +- artifacts:vampiric_glove (from Artifacts) +- artifacts:golden_hook (from Artifacts) +- artifacts:aqua_dashers (from Artifacts) +- artifacts:bunny_hoppers (from Artifacts) +- artifacts:kitty_slippers (from Artifacts) +- artifacts:running_shoes (from Artifacts) +- artifacts:steadfast_spikes (from Artifacts) +- artifacts:flippers (from Artifacts) +- artifacts:whoopee_cushion (from Artifacts) + +#byg:all/leaves +- #minecraft:leaves? (from Oh The Biomes You'll Go) + +#rightclickharvest:low_tier_hoes +- minecraft:iron_hoe (from Right Click Harvest) + +#c:copper_nuggets +- create:copper_nugget (from Create) +- indrev:copper_nugget (from Industrial Revolution) +- modern_industrialization:copper_nugget (from Modern Industrialization) +- techreborn:copper_nugget (from Tech Reborn) + +#byg:pine_logs +- byg:pine_log (from Oh The Biomes You'll Go) +- byg:pine_wood (from Oh The Biomes You'll Go) +- byg:stripped_pine_log (from Oh The Biomes You'll Go) +- byg:stripped_pine_wood (from Oh The Biomes You'll Go) + +#forge:cobblestone/mossy +- minecraft:mossy_cobblestone (from chisels-and-bits) + +#forge:glass_panes/magenta +- minecraft:magenta_stained_glass_pane (from chisels-and-bits) + +#ad_astra:venus_sandstone +- ad_astra:venus_sandstone (from Ad Astra!) +- ad_astra:venus_sandstone_bricks (from Ad Astra!) +- ad_astra:cracked_venus_sandstone_bricks (from Ad Astra!) + +#forge:nuggets +- #forge:nuggets/iron (from chisels-and-bits) +- #forge:nuggets/gold (from chisels-and-bits) + +#c:crops/beetroot +- minecraft:beetroot (from Porting Lib Tags) + +#c:carpets +- minecraft:white_carpet (from Incubus Core) +- minecraft:orange_carpet (from Incubus Core) +- minecraft:magenta_carpet (from Incubus Core) +- minecraft:light_blue_carpet (from Incubus Core) +- minecraft:yellow_carpet (from Incubus Core) +- minecraft:lime_carpet (from Incubus Core) +- minecraft:pink_carpet (from Incubus Core) +- minecraft:gray_carpet (from Incubus Core) +- minecraft:light_gray_carpet (from Incubus Core) +- minecraft:cyan_carpet (from Incubus Core) +- minecraft:purple_carpet (from Incubus Core) +- minecraft:blue_carpet (from Incubus Core) +- minecraft:brown_carpet (from Incubus Core) +- minecraft:green_carpet (from Incubus Core) +- minecraft:red_carpet (from Incubus Core) +- minecraft:black_carpet (from Incubus Core) + +#fabric:pickaxes +- botania:manasteel_pick (from Botania) +- botania:elementium_pickaxe (from Botania) +- botania:terra_pick (from Botania) +- botania:glass_pickaxe (from Botania) +- byg:pendorite_pickaxe (from Oh The Biomes You'll Go) +- dragonloot:dragon_pickaxe (from DragonLoot) +- indrev:mining_drill_mk1 (from Industrial Revolution) +- indrev:mining_drill_mk2 (from Industrial Revolution) +- indrev:mining_drill_mk3 (from Industrial Revolution) +- indrev:mining_drill_mk4 (from Industrial Revolution) +- indrev:tin_pickaxe (from Industrial Revolution) +- indrev:copper_pickaxe (from Industrial Revolution) +- indrev:steel_pickaxe (from Industrial Revolution) +- indrev:lead_pickaxe (from Industrial Revolution) +- indrev:silver_pickaxe (from Industrial Revolution) +- indrev:bronze_pickaxe (from Industrial Revolution) +- techreborn:bronze_pickaxe (from Tech Reborn) +- techreborn:ruby_pickaxe (from Tech Reborn) +- techreborn:sapphire_pickaxe (from Tech Reborn) +- techreborn:peridot_pickaxe (from Tech Reborn) +- techreborn:basic_drill (from Tech Reborn) +- techreborn:advanced_drill (from Tech Reborn) +- techreborn:industrial_drill (from Tech Reborn) +- techreborn:basic_jackhammer (from Tech Reborn) +- techreborn:advanced_jackhammer (from Tech Reborn) +- techreborn:industrial_jackhammer (from Tech Reborn) +- techreborn:rock_cutter (from Tech Reborn) +- techreborn:omni_tool (from Tech Reborn) +- vanilla-hammers:diamond_hammer? (from Vanilla Hammers) +- vanilla-hammers:emerald_hammer? (from Vanilla Hammers) +- vanilla-hammers:ender_hammer? (from Vanilla Hammers) +- vanilla-hammers:fiery_hammer? (from Vanilla Hammers) +- vanilla-hammers:golden_hammer? (from Vanilla Hammers) +- vanilla-hammers:iron_hammer? (from Vanilla Hammers) +- vanilla-hammers:lapis_hammer? (from Vanilla Hammers) +- vanilla-hammers:netherite_hammer? (from Vanilla Hammers) +- vanilla-hammers:obsidian_hammer? (from Vanilla Hammers) +- vanilla-hammers:prismarine_hammer? (from Vanilla Hammers) +- vanilla-hammers:quartz_hammer? (from Vanilla Hammers) +- vanilla-hammers:slime_hammer? (from Vanilla Hammers) +- vanilla-hammers:stone_hammer? (from Vanilla Hammers) +- vanilla-hammers:wooden_hammer? (from Vanilla Hammers) + +#spectrum:moonstone_crystals +- spectrum:small_moonstone_bud (from Spectrum) +- spectrum:medium_moonstone_bud (from Spectrum) +- spectrum:large_moonstone_bud (from Spectrum) +- spectrum:moonstone_cluster (from Spectrum) +- spectrum:moonstone_shard (from Spectrum) + +#c:fruits/kiwi +- croptopia:kiwi (from Croptopia) + +#c:desh_blocks +- ad_astra:desh_block (from Ad Astra!) + +#c:vegetables/broccoli +- croptopia:broccoli (from Croptopia) + +#c:crops/avocado +- croptopia:avocado (from Croptopia) + +#spectrum:mob_heads/parrot_heads +- spectrum:parrot_blue_head (from Spectrum) +- spectrum:parrot_cyan_head (from Spectrum) +- spectrum:parrot_gray_head (from Spectrum) +- spectrum:parrot_green_head (from Spectrum) +- spectrum:parrot_red_head (from Spectrum) + +#create:upright_on_belt +- create:blaze_cake_base (from Create) +- create:blaze_cake (from Create) +- create:creative_blaze_cake (from Create) +- create:builders_tea (from Create) +- minecraft:glass_bottle (from Create) +- minecraft:potion (from Create) +- minecraft:splash_potion (from Create) +- minecraft:lingering_potion (from Create) +- minecraft:honey_bottle (from Create) +- minecraft:cake (from Create) +- farmersdelight:milk_bottle (from Farmer's Delight) +- farmersdelight:hot_cocoa (from Farmer's Delight) +- farmersdelight:pie_crust (from Farmer's Delight) +- farmersdelight:apple_pie (from Farmer's Delight) +- farmersdelight:sweet_berry_cheesecake (from Farmer's Delight) +- farmersdelight:chocolate_pie (from Farmer's Delight) + +#smallships:briggs +- smallships:oak_brigg (from Small Ships) +- smallships:spruce_brigg (from Small Ships) +- smallships:birch_brigg (from Small Ships) +- smallships:jungle_brigg (from Small Ships) +- smallships:acacia_brigg (from Small Ships) +- smallships:dark_oak_brigg (from Small Ships) +- smallships:mangrove_brigg (from Small Ships) + +#c:nectarine_saplings +- croptopia:nectarine_sapling (from Croptopia) +- #c:saplings/nectarine (from Croptopia) + +#c:saplings/mango +- croptopia:mango_sapling (from Croptopia) + +#c:raw_beef +- minecraft:beef (from Farmer's Delight) +- farmersdelight:minced_beef (from Farmer's Delight) + +#c:saplings/apple +- croptopia:apple_sapling (from Croptopia) + +#bookshelf:armor +- #c:armor (from Bookshelf) + +#another_furniture:planter_box_placeables +- #minecraft:small_flowers (from Another Furniture) +- #minecraft:saplings (from Another Furniture) +- #minecraft:leaves (from Another Furniture) +- #quark:hedges? (from Another Furniture) +- minecraft:mangrove_roots? (from Another Furniture) +- minecraft:sea_pickle (from Another Furniture) +- minecraft:bamboo (from Another Furniture) +- minecraft:red_mushroom (from Another Furniture) +- minecraft:brown_mushroom (from Another Furniture) +- minecraft:crimson_fungus (from Another Furniture) +- minecraft:warped_fungus (from Another Furniture) +- minecraft:fern (from Another Furniture) +- quark:glow_shroom? (from Another Furniture) +- quark:glow_lichen_growth? (from Another Furniture) +- farmersdelight:red_mushroom_colony? (from Another Furniture) +- farmersdelight:brown_mushroom_colony? (from Another Furniture) +- biomesoplenty:glowshroom? (from Another Furniture) +- biomesoplenty:toadstool? (from Another Furniture) +- biomesoplenty:clover? (from Another Furniture) + +#c:crops/yam +- croptopia:yam (from Croptopia) + +#c:dyes +- #c:black_dyes? (from Fabric Convention Tags) +- #c:blue_dyes? (from Fabric Convention Tags) +- #c:brown_dyes? (from Fabric Convention Tags) +- #c:green_dyes? (from Fabric Convention Tags) +- #c:red_dyes? (from Fabric Convention Tags) +- #c:white_dyes? (from Fabric Convention Tags) +- #c:yellow_dyes? (from Fabric Convention Tags) +- #c:light_gray_dyes? (from Fabric Convention Tags) +- #c:light_blue_dyes? (from Fabric Convention Tags) +- #c:lime_dyes? (from Fabric Convention Tags) +- #c:magenta_dyes? (from Fabric Convention Tags) +- #c:orange_dyes? (from Fabric Convention Tags) +- #c:pink_dyes? (from Fabric Convention Tags) +- #c:cyan_dyes? (from Fabric Convention Tags) +- #c:gray_dyes? (from Fabric Convention Tags) +- #c:purple_dyes? (from Fabric Convention Tags) +- #c:white_dyes (from Porting Lib Tags) +- #c:orange_dyes (from Porting Lib Tags) +- #c:magenta_dyes (from Porting Lib Tags) +- #c:light_blue_dyes (from Porting Lib Tags) +- #c:yellow_dyes (from Porting Lib Tags) +- #c:lime_dyes (from Porting Lib Tags) +- #c:pink_dyes (from Porting Lib Tags) +- #c:gray_dyes (from Porting Lib Tags) +- #c:light_gray_dyes (from Porting Lib Tags) +- #c:cyan_dyes (from Porting Lib Tags) +- #c:purple_dyes (from Porting Lib Tags) +- #c:blue_dyes (from Porting Lib Tags) +- #c:brown_dyes (from Porting Lib Tags) +- #c:green_dyes (from Porting Lib Tags) +- #c:red_dyes (from Porting Lib Tags) +- #c:black_dyes (from Porting Lib Tags) + +#forge:dusts/ash +- supplementaries:ash (from Supplementaries) + +#balm:diamonds +- #c:diamonds? (from Balm) +- minecraft:diamond (from Balm) + +#c:ores/knightmetal +- twilightforest:armor_shard_cluster (from The Twilight Forest) + +#c:vegetables_small +- minecraft:dried_kelp (from Incubus Core) + +#c:orange_juices +- croptopia:orange_juice (from Croptopia) +- #c:juices/orange_juice (from Croptopia) + +#forge:glass/red +- minecraft:red_stained_glass (from chisels-and-bits) + +#byg:blue_sand +- byg:blue_sand (from Oh The Biomes You'll Go) + +#c:certus_quartz_dusts +- ae2:certus_quartz_dust (from Applied Energistics 2) +- ae2:certus_quartz_dust (from Applied Energistics 2) + +#c:steel_blocks +- ad_astra:steel_block (from Ad Astra!) +- indrev:steel_block (from Industrial Revolution) +- modern_industrialization:steel_block (from Modern Industrialization) +- techreborn:steel_storage_block (from Tech Reborn) + +#forge:ender_pearls +- minecraft:ender_pearl (from chisels-and-bits) + +#c:asparagus_seeds +- croptopia:asparagus_seed (from Croptopia) +- #c:seeds/asparagus (from Croptopia) + +#botanypots:all_botany_pots +- botanypots:terracotta_botany_pot (from BotanyPots) +- botanypots:terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:white_terracotta_botany_pot (from BotanyPots) +- botanypots:white_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:orange_terracotta_botany_pot (from BotanyPots) +- botanypots:orange_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:magenta_terracotta_botany_pot (from BotanyPots) +- botanypots:magenta_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:light_blue_terracotta_botany_pot (from BotanyPots) +- botanypots:light_blue_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:yellow_terracotta_botany_pot (from BotanyPots) +- botanypots:yellow_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:lime_terracotta_botany_pot (from BotanyPots) +- botanypots:lime_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:pink_terracotta_botany_pot (from BotanyPots) +- botanypots:pink_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:gray_terracotta_botany_pot (from BotanyPots) +- botanypots:gray_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:light_gray_terracotta_botany_pot (from BotanyPots) +- botanypots:light_gray_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:cyan_terracotta_botany_pot (from BotanyPots) +- botanypots:cyan_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:purple_terracotta_botany_pot (from BotanyPots) +- botanypots:purple_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:blue_terracotta_botany_pot (from BotanyPots) +- botanypots:blue_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:brown_terracotta_botany_pot (from BotanyPots) +- botanypots:brown_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:green_terracotta_botany_pot (from BotanyPots) +- botanypots:green_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:red_terracotta_botany_pot (from BotanyPots) +- botanypots:red_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:black_terracotta_botany_pot (from BotanyPots) +- botanypots:black_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:white_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:white_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:orange_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:orange_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:magenta_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:magenta_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:light_blue_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:light_blue_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:yellow_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:yellow_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:lime_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:lime_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:pink_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:pink_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:gray_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:gray_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:light_gray_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:light_gray_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:cyan_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:cyan_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:purple_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:purple_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:blue_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:blue_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:brown_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:brown_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:green_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:green_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:red_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:red_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:black_glazed_terracotta_botany_pot (from BotanyPots) +- botanypots:black_glazed_terracotta_hopper_botany_pot (from BotanyPots) +- botanypots:white_concrete_botany_pot (from BotanyPots) +- botanypots:white_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:orange_concrete_botany_pot (from BotanyPots) +- botanypots:orange_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:magenta_concrete_botany_pot (from BotanyPots) +- botanypots:magenta_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:light_blue_concrete_botany_pot (from BotanyPots) +- botanypots:light_blue_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:yellow_concrete_botany_pot (from BotanyPots) +- botanypots:yellow_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:lime_concrete_botany_pot (from BotanyPots) +- botanypots:lime_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:pink_concrete_botany_pot (from BotanyPots) +- botanypots:pink_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:gray_concrete_botany_pot (from BotanyPots) +- botanypots:gray_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:light_gray_concrete_botany_pot (from BotanyPots) +- botanypots:light_gray_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:cyan_concrete_botany_pot (from BotanyPots) +- botanypots:cyan_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:purple_concrete_botany_pot (from BotanyPots) +- botanypots:purple_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:blue_concrete_botany_pot (from BotanyPots) +- botanypots:blue_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:brown_concrete_botany_pot (from BotanyPots) +- botanypots:brown_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:green_concrete_botany_pot (from BotanyPots) +- botanypots:green_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:red_concrete_botany_pot (from BotanyPots) +- botanypots:red_concrete_hopper_botany_pot (from BotanyPots) +- botanypots:black_concrete_botany_pot (from BotanyPots) +- botanypots:black_concrete_hopper_botany_pot (from BotanyPots) + +#c:titanium_nuggets +- modern_industrialization:titanium_nugget (from Modern Industrialization) +- techreborn:titanium_nugget (from Tech Reborn) + +#forge:glass_panes/green +- minecraft:green_stained_glass_pane (from chisels-and-bits) + +#supplementaries:flower_box_plantable +- snowyspirit:ginger_flower? (from Snowy Spirit) +- snowyspirit:ginger_flower? (from Supplementaries) +- #forge:mushrooms? (from Supplementaries) +- #forge:bushes? (from Supplementaries) +- #pokecube:berries? (from Supplementaries) +- bamboo_blocks:bamboo_torch? (from Supplementaries) +- bamboo_blocks:soul_bamboo_torch? (from Supplementaries) +- bamboo_blocks:ender_bamboo_torch? (from Supplementaries) +- abundance:saguaro_flower? (from Supplementaries) +- autumnity:foul_berries? (from Supplementaries) +- betterendforge:bushy_grass? (from Supplementaries) +- biomesoplenty:bush? (from Supplementaries) +- blue_skies:baneful_mushroom? (from Supplementaries) +- blue_skies:brewberry_bush? (from Supplementaries) +- blue_skies:briskbloom? (from Supplementaries) +- blue_skies:brumble? (from Supplementaries) +- blue_skies:snowcap_pinhead? (from Supplementaries) +- byg:blueberries? (from Supplementaries) +- byg:crimson_berries? (from Supplementaries) +- byg:ether_bush? (from Supplementaries) +- byg:flowering_indigo_jacaranda_bush? (from Supplementaries) +- byg:flowering_jacaranda_bush? (from Supplementaries) +- byg:imparius_bush? (from Supplementaries) +- byg:indigo_jacaranda_bush? (from Supplementaries) +- byg:jacaranda_bush? (from Supplementaries) +- byg:nightshade_berries? (from Supplementaries) +- byg:oddity_bush? (from Supplementaries) +- byg:scorched_bush? (from Supplementaries) +- byg:warped_bush? (from Supplementaries) +- byg:warped_coral? (from Supplementaries) +- byg:beach_grass? (from Supplementaries) +- byg:bulbis_sprouts? (from Supplementaries) +- byg:cattail? (from Supplementaries) +- byg:cryptic_bramble? (from Supplementaries) +- byg:embur_roots? (from Supplementaries) +- byg:embur_sprouts? (from Supplementaries) +- byg:embur_wart? (from Supplementaries) +- byg:ether_grass? (from Supplementaries) +- byg:fungal_imparius? (from Supplementaries) +- byg:horseweed? (from Supplementaries) +- byg:ivis_roots? (from Supplementaries) +- byg:ivis_sprout? (from Supplementaries) +- byg:mini_cactus? (from Supplementaries) +- byg:nightshade_roots? (from Supplementaries) +- byg:nightshade_sprouts? (from Supplementaries) +- byg:prairie_grass? (from Supplementaries) +- byg:prickly_pear_cactus? (from Supplementaries) +- byg:reeds? (from Supplementaries) +- byg:scorched_grass? (from Supplementaries) +- byg:short_beach_grass? (from Supplementaries) +- byg:short_grass? (from Supplementaries) +- byg:soul_shroom? (from Supplementaries) +- byg:sythian_roots? (from Supplementaries) +- byg:sythian_sprout? (from Supplementaries) +- byg:sythian_stalk_block? (from Supplementaries) +- byg:tall_crimson_roots? (from Supplementaries) +- byg:tall_embur_roots? (from Supplementaries) +- byg:tall_ether_grass? (from Supplementaries) +- byg:tall_prairie_grass? (from Supplementaries) +- byg:vermilion_sculk_tendrils? (from Supplementaries) +- byg:weed_grass? (from Supplementaries) +- byg:wilted_grass? (from Supplementaries) +- byg:winter_grass? (from Supplementaries) +- byg:winter_succulent? (from Supplementaries) +- cavesandcliffs:flowering_azalea? (from Supplementaries) +- cavesandcliffs:azalea? (from Supplementaries) +- endergetic:poise_bush? (from Supplementaries) +- endergetic:tall_poise_bush? (from Supplementaries) +- environmental:tall_dead_bush? (from Supplementaries) +- environmental:tall_cattail? (from Supplementaries) +- environmental:cattail? (from Supplementaries) +- environmental:cattail_sprouts? (from Supplementaries) +- farmersdelight:brown_mushroom_colony? (from Supplementaries) +- farmersdelight:red_mushroom_colony? (from Supplementaries) +- habitat:slime_fern? (from Supplementaries) +- habitat:orange_ball_cactus? (from Supplementaries) +- habitat:pink_ball_cactus? (from Supplementaries) +- habitat:rafflesia? (from Supplementaries) +- habitat:red_ball_cactus? (from Supplementaries) +- habitat:yellow_ball_cactus? (from Supplementaries) +- pokecube_legends:distortic_vines? (from Supplementaries) +- pokecube_legends:crystallized_bush? (from Supplementaries) +- pokecube_legends:crystallized_cactus? (from Supplementaries) +- pokecube_legends:tall_crystallized_bush? (from Supplementaries) +- simplefarming:blackberry_bush? (from Supplementaries) +- simplefarming:blueberry_bush? (from Supplementaries) +- simplefarming:cactus_crop? (from Supplementaries) +- simplefarming:raspberry_bush? (from Supplementaries) +- simplefarming:strawberry_bush? (from Supplementaries) +- cinderscapes:bramble_berries? (from Supplementaries) +- cinderscapes:crystinium? (from Supplementaries) +- cinderscapes:luminous_pod? (from Supplementaries) +- cinderscapes:photofern? (from Supplementaries) +- cinderscapes:pyracinth? (from Supplementaries) +- cinderscapes:scorched_shrub? (from Supplementaries) +- cinderscapes:scorched_sprouts? (from Supplementaries) +- cinderscapes:scorched_tendrils? (from Supplementaries) +- cinderscapes:tall_photofern? (from Supplementaries) +- cinderscapes:twilight_fescues? (from Supplementaries) +- cinderscapes:twilight_tendrils? (from Supplementaries) +- cinderscapes:umbral_fungus? (from Supplementaries) +- desolation:cinder_fruit_plant? (from Supplementaries) +- desolation:growing_cinder_fruit_plant? (from Supplementaries) +- desolation:scorched_tuft? (from Supplementaries) +- desolation:scorched_tuft_glowing? (from Supplementaries) +- desolation:scorched_tuft_medium? (from Supplementaries) +- desolation:scorched_tuft_small? (from Supplementaries) +- terrestria:agave? (from Supplementaries) +- terrestria:aloe_vera? (from Supplementaries) +- terrestria:bryce_sapling? (from Supplementaries) +- terrestria:dead_grass? (from Supplementaries) +- terrestria:saguaro_cactus_sapling? (from Supplementaries) +- terrestria:tiny_cactus? (from Supplementaries) +- forbidden_arcanus:nipa? (from Supplementaries) +- forbidden_arcanus:fungyss? (from Supplementaries) +- abundance:budding_jacaranda_hedge? (from Supplementaries) +- abundance:budding_redbud_hedge? (from Supplementaries) +- abundance:flowering_jacaranda_hedge? (from Supplementaries) +- abundance:flowering_redbud_hedge? (from Supplementaries) +- abundance:jacaranda_hedge? (from Supplementaries) +- abundance:redbud_hedge? (from Supplementaries) +- atmospheric:aspen_hedge? (from Supplementaries) +- atmospheric:flowering_morado_hedge? (from Supplementaries) +- atmospheric:grimwood_hedge? (from Supplementaries) +- atmospheric:kousa_hedge? (from Supplementaries) +- atmospheric:morado_hedge? (from Supplementaries) +- atmospheric:rosewood_hedge? (from Supplementaries) +- atmospheric:yucca_hedge? (from Supplementaries) +- atum:dry_grass? (from Supplementaries) +- atum:oasis_grass? (from Supplementaries) +- atum:papyrus_plant? (from Supplementaries) +- atum:shrub? (from Supplementaries) +- atum:tall_dry_grass? (from Supplementaries) +- atum:weed? (from Supplementaries) +- autumnity:maple_hedge? (from Supplementaries) +- autumnity:orange_maple_hedge? (from Supplementaries) +- autumnity:red_maple_hedge? (from Supplementaries) +- autumnity:yellow_maple_hedge? (from Supplementaries) +- bayou_blues:cypress_hedge? (from Supplementaries) +- bayou_blues:cypress_knee? (from Supplementaries) +- bayou_blues:giant_fern? (from Supplementaries) +- bayou_blues:large_cypress_knee? (from Supplementaries) +- betterendforge:aeridium? (from Supplementaries) +- betterendforge:amaranita_fur? (from Supplementaries) +- betterendforge:amber_grass? (from Supplementaries) +- betterendforge:amber_root_seed? (from Supplementaries) +- betterendforge:blooming_cooksonia? (from Supplementaries) +- betterendforge:blossom_berry_seed? (from Supplementaries) +- betterendforge:blue_vine_fur? (from Supplementaries) +- betterendforge:blue_vine_seed? (from Supplementaries) +- betterendforge:bolux_mushroom? (from Supplementaries) +- betterendforge:bubble_coral? (from Supplementaries) +- betterendforge:cave_grass? (from Supplementaries) +- betterendforge:charnia_cyan? (from Supplementaries) +- betterendforge:charnia_green? (from Supplementaries) +- betterendforge:charnia_light_blue? (from Supplementaries) +- betterendforge:charnia_orange? (from Supplementaries) +- betterendforge:charnia_purple? (from Supplementaries) +- betterendforge:charnia_red? (from Supplementaries) +- betterendforge:chorus_grass? (from Supplementaries) +- betterendforge:clawfern? (from Supplementaries) +- betterendforge:crystal_grass? (from Supplementaries) +- betterendforge:end_lily_seed? (from Supplementaries) +- betterendforge:end_lotus_seed? (from Supplementaries) +- betterendforge:end_lotus_stem? (from Supplementaries) +- betterendforge:filalux? (from Supplementaries) +- betterendforge:filalux_wings? (from Supplementaries) +- betterendforge:fracturn? (from Supplementaries) +- betterendforge:globulagus? (from Supplementaries) +- betterendforge:glowing_pillar_leaves? (from Supplementaries) +- betterendforge:glowing_pillar_seed? (from Supplementaries) +- betterendforge:glowing_pillar_seed? (from Supplementaries) +- betterendforge:hydralux_sapling? (from Supplementaries) +- betterendforge:jungle_grass? (from Supplementaries) +- betterendforge:lamellarium? (from Supplementaries) +- betterendforge:lanceleaf_seed? (from Supplementaries) +- betterendforge:lucernia_outer_leaves? (from Supplementaries) +- betterendforge:lumecorn_seed? (from Supplementaries) +- betterendforge:lutebus? (from Supplementaries) +- betterendforge:mossy_glowshroom_fur? (from Supplementaries) +- betterendforge:murkweed? (from Supplementaries) +- betterendforge:needlegrass? (from Supplementaries) +- betterendforge:neon_cactus? (from Supplementaries) +- betterendforge:orango? (from Supplementaries) +- betterendforge:pond_anemone? (from Supplementaries) +- betterendforge:salteago? (from Supplementaries) +- betterendforge:shadow_plant? (from Supplementaries) +- betterendforge:small_amaranita_mushroom? (from Supplementaries) +- betterendforge:small_jellyshroom? (from Supplementaries) +- betterendforge:smaragdant_crystal_shard? (from Supplementaries) +- betterendforge:sulphur_crystal? (from Supplementaries) +- betterendforge:tenanea_outer_leaves? (from Supplementaries) +- betterendforge:twisted_umbrella_moss? (from Supplementaries) +- betterendforge:twisted_umbrella_moss_tall? (from Supplementaries) +- betterendforge:vaiolush_fern? (from Supplementaries) +- betternether:agave? (from Supplementaries) +- betternether:black_apple_seed? (from Supplementaries) +- betternether:black_bush? (from Supplementaries) +- betternether:bone_grass? (from Supplementaries) +- betternether:egg_plant? (from Supplementaries) +- betternether:feather_fern? (from Supplementaries) +- betternether:giant_mold_sapling? (from Supplementaries) +- betternether:gray_mold? (from Supplementaries) +- betternether:ink_bush_seed? (from Supplementaries) +- betternether:jellyfish_mushroom_sapling? (from Supplementaries) +- betternether:jungle_plant? (from Supplementaries) +- betternether:magma_flower? (from Supplementaries) +- betternether:mushroom_fir_sapling? (from Supplementaries) +- betternether:mushroom_fir_stem? (from Supplementaries) +- betternether:mushroom_stem? (from Supplementaries) +- betternether:nether_cactus? (from Supplementaries) +- betternether:nether_grass? (from Supplementaries) +- betternether:nether_reed? (from Supplementaries) +- betternether:orange_mushroom? (from Supplementaries) +- betternether:red_mold? (from Supplementaries) +- betternether:red_mold? (from Supplementaries) +- betternether:rubeus_sapling? (from Supplementaries) +- betternether:sepia_bone_grass? (from Supplementaries) +- betternether:smoker? (from Supplementaries) +- betternether:soul_grass? (from Supplementaries) +- betternether:soul_lily_sapling? (from Supplementaries) +- betternether:stalagnate_seed? (from Supplementaries) +- betternether:stalagnate_stem? (from Supplementaries) +- betternether:swamp_grass? (from Supplementaries) +- betternether:wart_seed? (from Supplementaries) +- betternether:willow_sapling? (from Supplementaries) +- biomesoplenty:barley? (from Supplementaries) +- biomesoplenty:bramble? (from Supplementaries) +- biomesoplenty:cattail? (from Supplementaries) +- biomesoplenty:clover? (from Supplementaries) +- biomesoplenty:dead_grass? (from Supplementaries) +- biomesoplenty:desert_grass? (from Supplementaries) +- biomesoplenty:dune_grass? (from Supplementaries) +- biomesoplenty:mangrove_root? (from Supplementaries) +- biomesoplenty:reed? (from Supplementaries) +- biomesoplenty:sprout? (from Supplementaries) +- biomesoplenty:watergrass? (from Supplementaries) +- blue_skies:baneful_mushroom? (from Supplementaries) +- blue_skies:brumble_vine_top? (from Supplementaries) +- blue_skies:cherry_grass? (from Supplementaries) +- blue_skies:crystallized_grass? (from Supplementaries) +- blue_skies:glimmer_reed? (from Supplementaries) +- blue_skies:lunar_grass? (from Supplementaries) +- blue_skies:tall_lunar_grass? (from Supplementaries) +- blue_skies:tall_turquoise_grass? (from Supplementaries) +- blue_skies:turquoise_grass? (from Supplementaries) +- byg:blue_glowcane? (from Supplementaries) +- byg:blue_glowshroom? (from Supplementaries) +- byg:bulbis_anomaly? (from Supplementaries) +- byg:bulbis_oddity? (from Supplementaries) +- byg:lament_sprouts? (from Supplementaries) +- byg:nether_bristle? (from Supplementaries) +- byg:pink_glowcane? (from Supplementaries) +- byg:purple_bulbis_anomaly? (from Supplementaries) +- byg:purple_bulbis_oddity? (from Supplementaries) +- byg:purple_glowcane? (from Supplementaries) +- byg:purple_glowshroom? (from Supplementaries) +- byg:red_glowcane? (from Supplementaries) +- byg:warped_coral_fan? (from Supplementaries) +- byg:whaling_grass? (from Supplementaries) +- cavesandcliffs:big_dripleaf? (from Supplementaries) +- cavesandcliffs:small_dripleaf? (from Supplementaries) +- cfm:acacia_hedge? (from Supplementaries) +- cfm:birch_hedge? (from Supplementaries) +- cfm:dark_oak_hedge? (from Supplementaries) +- cfm:jungle_hedge? (from Supplementaries) +- cfm:oak_hedge? (from Supplementaries) +- cfm:spruce_hedge? (from Supplementaries) +- darkerdepths:detritus? (from Supplementaries) +- darkerdepths:dry_sprouts? (from Supplementaries) +- darkerdepths:glowshroom? (from Supplementaries) +- darkerdepths:glowspurs? (from Supplementaries) +- darkerdepths:lush_sprouts? (from Supplementaries) +- darkerdepths:mossy_sprouts? (from Supplementaries) +- decorative_winter:acacia_thin_branch? (from Supplementaries) +- decorative_winter:birch_thin_branch? (from Supplementaries) +- decorative_winter:crimson_thin_branch? (from Supplementaries) +- decorative_winter:dark_oak_thin_branch? (from Supplementaries) +- decorative_winter:dry_fern? (from Supplementaries) +- decorative_winter:dry_grass? (from Supplementaries) +- decorative_winter:dry_large_fern? (from Supplementaries) +- decorative_winter:dry_tall_grass? (from Supplementaries) +- decorative_winter:jungle_thin_branch? (from Supplementaries) +- decorative_winter:oak_thin_branch? (from Supplementaries) +- decorative_winter:spruce_thin_branch? (from Supplementaries) +- decorative_winter:warped_thin_branch? (from Supplementaries) +- earthmobsmod:buttercup? (from Supplementaries) +- endergetic:end_corrock? (from Supplementaries) +- endergetic:end_corrock_crown? (from Supplementaries) +- endergetic:nether_corrock? (from Supplementaries) +- endergetic:nether_corrock_crown? (from Supplementaries) +- endergetic:overworld_corrock? (from Supplementaries) +- endergetic:overworld_corrock_crown? (from Supplementaries) +- endreborn:end_coral? (from Supplementaries) +- endreborn:ogana_weed? (from Supplementaries) +- environmental:blue_wisteria_hedge? (from Supplementaries) +- environmental:cattail? (from Supplementaries) +- environmental:cattail_seeds? (from Supplementaries) +- environmental:cherry_hedge? (from Supplementaries) +- environmental:giant_tall_grass? (from Supplementaries) +- environmental:mycelium_sprouts? (from Supplementaries) +- environmental:pink_wisteria_hedge? (from Supplementaries) +- environmental:purple_wisteria_hedge? (from Supplementaries) +- environmental:tall_cattail? (from Supplementaries) +- environmental:white_wisteria_hedge? (from Supplementaries) +- environmental:willow_hedge? (from Supplementaries) +- fruitful:apple_oak_hedge? (from Supplementaries) +- fruitful:blossoming_oak_hedge? (from Supplementaries) +- fruitful:budding_oak_hedge? (from Supplementaries) +- fruitful:flowering_oak_hedge? (from Supplementaries) +- infernalexp:dullthorns? (from Supplementaries) +- infernalexp:luminous_fungus? (from Supplementaries) +- infernalexp:shroomlight_fungus? (from Supplementaries) +- jellyfishing:coral_plant? (from Supplementaries) +- jellyfishing:pineapple_seeds? (from Supplementaries) +- jellyfishing:seanut? (from Supplementaries) +- jellyfishing:tube_plant? (from Supplementaries) +- lotr:arid_grass? (from Supplementaries) +- lotr:blackroot? (from Supplementaries) +- lotr:clover? (from Supplementaries) +- lotr:dried_reeds? (from Supplementaries) +- lotr:fernsprout? (from Supplementaries) +- lotr:flowery_grass? (from Supplementaries) +- lotr:four_leaf_clover? (from Supplementaries) +- lotr:glowshroom? (from Supplementaries) +- lotr:mirk_shroom? (from Supplementaries) +- lotr:mordor_grass? (from Supplementaries) +- lotr:mordor_thorn? (from Supplementaries) +- lotr:morgul_shroom? (from Supplementaries) +- lotr:nettles? (from Supplementaries) +- lotr:papyrus? (from Supplementaries) +- lotr:pink_water_lily? (from Supplementaries) +- lotr:pipeweed_seeds? (from Supplementaries) +- lotr:purple_moor_grass? (from Supplementaries) +- lotr:purple_water_lily? (from Supplementaries) +- lotr:red_moor_grass? (from Supplementaries) +- lotr:reeds? (from Supplementaries) +- lotr:rushes? (from Supplementaries) +- lotr:short_grass? (from Supplementaries) +- lotr:tall_arid_grass? (from Supplementaries) +- lotr:tall_wheatgrass? (from Supplementaries) +- lotr:thistle? (from Supplementaries) +- lotr:wheatgrass? (from Supplementaries) +- lotr:white_water_lily? (from Supplementaries) +- lotr:wild_pipeweed? (from Supplementaries) +- lotr:yellow_water_lily? (from Supplementaries) +- malum:lavender? (from Supplementaries) +- malum:sun_kissed_grass? (from Supplementaries) +- malum:tall_sun_kissed_grass? (from Supplementaries) +- neapolitan:banana_frond? (from Supplementaries) +- neapolitan:large_banana_frond? (from Supplementaries) +- neapolitan:mint_sprout? (from Supplementaries) +- neapolitan:small_banana_frond? (from Supplementaries) +- neapolitan:vanilla_pods? (from Supplementaries) +- outer_end:azure_berries? (from Supplementaries) +- outer_end:azure_sprouts? (from Supplementaries) +- outer_end:cobalt_roots? (from Supplementaries) +- outer_end:ender_roots? (from Supplementaries) +- outer_end:mint_roots? (from Supplementaries) +- outer_end:rose_roots? (from Supplementaries) +- outer_end:tall_ender_roots? (from Supplementaries) +- quark:acacia_hedge? (from Supplementaries) +- quark:birch_hedge? (from Supplementaries) +- quark:blue_blossom_hedge? (from Supplementaries) +- quark:dark_oak_hedge? (from Supplementaries) +- quark:jungle_hedge? (from Supplementaries) +- quark:lavender_blossom_hedge? (from Supplementaries) +- quark:oak_hedge? (from Supplementaries) +- quark:orange_blossom_hedge? (from Supplementaries) +- quark:pink_blossom_hedge? (from Supplementaries) +- quark:red_blossom_hedge? (from Supplementaries) +- quark:spruce_hedge? (from Supplementaries) +- quark:yellow_blossom_hedge? (from Supplementaries) +- #quark:hedges? (from Supplementaries) +- undergarden:ashen_deepturf? (from Supplementaries) +- undergarden:blisterberry? (from Supplementaries) +- undergarden:blood_mushroom? (from Supplementaries) +- undergarden:deepturf? (from Supplementaries) +- undergarden:frozen_deepturf? (from Supplementaries) +- undergarden:glowing_kelp? (from Supplementaries) +- undergarden:indigo_mushroom? (from Supplementaries) +- undergarden:ink_mushroom? (from Supplementaries) +- undergarden:shimmerweed? (from Supplementaries) +- undergarden:tall_deepturf? (from Supplementaries) +- undergarden:tall_shimmerweed? (from Supplementaries) +- undergarden:underbeans? (from Supplementaries) +- undergarden:veil_mushroom? (from Supplementaries) +- upgrade_aquatic:beachgrass? (from Supplementaries) +- upgrade_aquatic:blue_pickerelweed? (from Supplementaries) +- upgrade_aquatic:ochre_kelp? (from Supplementaries) +- upgrade_aquatic:polar_kelp? (from Supplementaries) +- upgrade_aquatic:purple_pickerelweed? (from Supplementaries) +- upgrade_aquatic:river_hedge? (from Supplementaries) +- upgrade_aquatic:tall_beachgrass? (from Supplementaries) +- upgrade_aquatic:thorny_kelp? (from Supplementaries) +- upgrade_aquatic:tongue_kelp? (from Supplementaries) +- dynamictreesplus:pillar_cactus_seed? (from Supplementaries) +- dynamictreesplus:pipe_cactus_seed? (from Supplementaries) +- dynamictreesplus:saguaro_cactus_seed? (from Supplementaries) +- #minecraft:saplings? (from Supplementaries) +- #minecraft:flowers? (from Supplementaries) +- minecraft:red_mushroom? (from Supplementaries) +- minecraft:brown_mushroom? (from Supplementaries) +- minecraft:sweet_berries? (from Supplementaries) +- minecraft:warped_fungus? (from Supplementaries) +- minecraft:crimson_fungus? (from Supplementaries) +- minecraft:warped_roots? (from Supplementaries) +- minecraft:crimson_roots? (from Supplementaries) +- minecraft:fern? (from Supplementaries) +- minecraft:bamboo? (from Supplementaries) +- minecraft:dead_bush? (from Supplementaries) +- minecraft:twisting_vines? (from Supplementaries) +- minecraft:cactus? (from Supplementaries) +- supplementaries:flax_seeds? (from Supplementaries) + +#supplementaries:flags +- supplementaries:flag_white? (from Supplementaries) +- supplementaries:flag_orange? (from Supplementaries) +- supplementaries:flag_yellow? (from Supplementaries) +- supplementaries:flag_red? (from Supplementaries) +- supplementaries:flag_blue? (from Supplementaries) +- supplementaries:flag_cyan? (from Supplementaries) +- supplementaries:flag_light_blue? (from Supplementaries) +- supplementaries:flag_lime? (from Supplementaries) +- supplementaries:flag_green? (from Supplementaries) +- supplementaries:flag_magenta? (from Supplementaries) +- supplementaries:flag_pink? (from Supplementaries) +- supplementaries:flag_purple? (from Supplementaries) +- supplementaries:flag_black? (from Supplementaries) +- supplementaries:flag_gray? (from Supplementaries) +- supplementaries:flag_light_gray? (from Supplementaries) +- supplementaries:flag_brown? (from Supplementaries) + +#c:crops/almond +- croptopia:almond (from Croptopia) + +#c:sextuple_compressed_end_stone +- compressor:sextuple_compressed_end_stone (from Compressor) + +#advancednetherite:boots/upgrade_to_netherite_gold +- #advancednetherite:boots/netherite_iron (from Advanced Netherite) + +#c:chocolate_milkshakes +- croptopia:chocolate_milkshake (from Croptopia) + +#c:uvarovite_dusts +- techreborn:uvarovite_dust (from Tech Reborn) + +#c:saguaros +- croptopia:saguaro (from Croptopia) +- #c:fruits/saguaro (from Croptopia) +- croptopia:saguaro (from Croptopia) +- #c:crops/saguaro (from Croptopia) + +#forge:chests/trapped +- minecraft:trapped_chest (from chisels-and-bits) + +#balm:cyan_dyes +- #c:cyan_dyes? (from Balm) +- minecraft:cyan_dye (from Balm) + +#spectrum:topaz_crystals +- spectrum:small_topaz_bud (from Spectrum) +- spectrum:medium_topaz_bud (from Spectrum) +- spectrum:large_topaz_bud (from Spectrum) +- spectrum:topaz_cluster (from Spectrum) +- spectrum:topaz_shard (from Spectrum) + +#yigd:force_item_slot +- camsbackpacks:white_backpack? (from You're in Grave Danger) +- camsbackpacks:orange_backpack? (from You're in Grave Danger) +- camsbackpacks:magenta_backpack? (from You're in Grave Danger) +- camsbackpacks:light_blue_backpack? (from You're in Grave Danger) +- camsbackpacks:yellow_backpack? (from You're in Grave Danger) +- camsbackpacks:lime_backpack? (from You're in Grave Danger) +- camsbackpacks:pink_backpack? (from You're in Grave Danger) +- camsbackpacks:gray_backpack? (from You're in Grave Danger) +- camsbackpacks:light_gray_backpack? (from You're in Grave Danger) +- camsbackpacks:cyan_backpack? (from You're in Grave Danger) +- camsbackpacks:purple_backpack? (from You're in Grave Danger) +- camsbackpacks:blue_backpack? (from You're in Grave Danger) +- camsbackpacks:brown_backpack? (from You're in Grave Danger) +- camsbackpacks:green_backpack? (from You're in Grave Danger) +- camsbackpacks:red_backpack? (from You're in Grave Danger) +- camsbackpacks:black_backpack? (from You're in Grave Danger) +- camsbackpacks:gay_pride_backpack? (from You're in Grave Danger) +- camsbackpacks:lesbian_pride_backpack? (from You're in Grave Danger) +- camsbackpacks:qpoc_pride_backpack? (from You're in Grave Danger) +- camsbackpacks:bi_pride_backpack? (from You're in Grave Danger) +- camsbackpacks:pan_pride_backpack? (from You're in Grave Danger) +- camsbackpacks:trans_pride_backpack? (from You're in Grave Danger) +- camsbackpacks:genderqueer_pride_backpack? (from You're in Grave Danger) +- camsbackpacks:genderfluid_pride_backpack? (from You're in Grave Danger) +- camsbackpacks:enby_pride_backpack? (from You're in Grave Danger) +- camsbackpacks:ace_pride_backpack? (from You're in Grave Danger) +- camsbackpacks:demi_pride_backpack? (from You're in Grave Danger) +- camsbackpacks:aro_pride_backpack? (from You're in Grave Danger) +- camsbackpacks:agender_pride_backpack? (from You're in Grave Danger) + +#c:aluminum_plates +- modern_industrialization:aluminum_plate (from Modern Industrialization) +- techreborn:aluminum_plate (from Tech Reborn) + +#the_bumblezone:consumable_candle_lighting_items +- minecraft:fire_charge (from The Bumblezone - Fabric) + +#c:sand/white +- byg:white_sand (from Oh The Biomes You'll Go) + +#c:compressed_netherrack +- compressor:compressed_netherrack (from Compressor) + +#advancednetherite:axes/upgrade_to_netherite_emerald +- #advancednetherite:axes/netherite_gold (from Advanced Netherite) + +#c:le_uranium_tiny_dusts +- modern_industrialization:le_uranium_tiny_dust (from Modern Industrialization) + +#hexcasting:edified_planks +- hexcasting:edified_planks (from Hex Casting) +- hexcasting:edified_panel (from Hex Casting) +- hexcasting:edified_tile (from Hex Casting) + +#c:grape_juices +- croptopia:grape_juice (from Croptopia) +- #c:juices/grape_juice (from Croptopia) + +#c:wrenches +- ad_astra:wrench (from Ad Astra!) +- ae2:certus_quartz_wrench (from Applied Energistics 2) +- ae2:nether_quartz_wrench (from Applied Energistics 2) +- ae2:network_tool (from Applied Energistics 2) +- create:wrench (from Create) +- indrev:wrench (from Industrial Revolution) +- modern_industrialization:wrench (from Modern Industrialization) +- moderndynamics:wrench (from Modern Dynamics) + +#c:septuple_compressed_granite +- compressor:septuple_compressed_granite (from Compressor) + +#c:diorite_dusts +- techreborn:diorite_dust (from Tech Reborn) + +#c:raw_desh_blocks +- ad_astra:raw_desh_block (from Ad Astra!) + +#hexcasting:phial_base +- minecraft:glass_bottle (from Hex Casting) + +#advancednetherite:axes/netherite_gold +- advancednetherite:netherite_gold_axe (from Advanced Netherite) + +#c:storage_blocks/ironwood +- twilightforest:ironwood_block (from The Twilight Forest) + +#croptopia:peppers +- croptopia:chile_pepper (from Croptopia) +- croptopia:bellpepper (from Croptopia) + +#campanion:spears +- campanion:wooden_spear (from Campanion) +- campanion:stone_spear (from Campanion) +- campanion:iron_spear (from Campanion) +- campanion:golden_spear (from Campanion) +- campanion:diamond_spear (from Campanion) +- campanion:netherite_spear (from Campanion) + +#spectrum:gemstone_ores +- #spectrum:amethyst_ores (from Spectrum) +- #spectrum:citrine_ores (from Spectrum) +- #spectrum:topaz_ores (from Spectrum) +- #spectrum:onyx_ores (from Spectrum) +- #spectrum:moonstone_ores (from Spectrum) + +#c:uranium_235_ingots +- modern_industrialization:uranium_235_ingot (from Modern Industrialization) + +#c:ore_bearing_ground/netherrack +- minecraft:netherrack (from Porting Lib Tags) + +#spectrum:citrine_ores +- spectrum:citrine_ore (from Spectrum) +- spectrum:deepslate_citrine_ore (from Spectrum) + +#toolstats:ignore_repair_cost + +#c:dusts/redstone +- minecraft:redstone (from Porting Lib Tags) + +#vinery:jams +- vinery:apple_jam (from Vinery) +- vinery:cherry_jam (from Vinery) +- vinery:grape_jam (from Vinery) +- vinery:sweetberry_jam (from Vinery) + +#c:saplings/persimmon +- croptopia:persimmon_sapling (from Croptopia) + +#minecraft:beds +- minecraft:red_bed (from Default) +- minecraft:black_bed (from Default) +- minecraft:blue_bed (from Default) +- minecraft:brown_bed (from Default) +- minecraft:cyan_bed (from Default) +- minecraft:gray_bed (from Default) +- minecraft:green_bed (from Default) +- minecraft:light_blue_bed (from Default) +- minecraft:light_gray_bed (from Default) +- minecraft:lime_bed (from Default) +- minecraft:magenta_bed (from Default) +- minecraft:orange_bed (from Default) +- minecraft:pink_bed (from Default) +- minecraft:purple_bed (from Default) +- minecraft:white_bed (from Default) +- minecraft:yellow_bed (from Default) + +#c:yellow_garnet_small_dusts +- techreborn:yellow_garnet_small_dust (from Tech Reborn) + +#forge:ores/diamond +- #minecraft:diamond_ores (from chisels-and-bits) +- deeperdarker:sculk_stone_diamond_ore (from Deeper and Darker) + +#c:radish_seeds +- croptopia:radish_seed (from Croptopia) +- #c:seeds/radish (from Croptopia) + +#c:charcoal +- minecraft:charcoal (from Incubus Core) + +#minecraft:doors +- #minecraft:wooden_doors (from Default) +- minecraft:iron_door (from Default) +- ad_astra:steel_door (from Ad Astra!) +- ad_astra:iron_sliding_door (from Ad Astra!) +- ad_astra:steel_sliding_door (from Ad Astra!) +- ad_astra:desh_sliding_door (from Ad Astra!) +- ad_astra:ostrum_sliding_door (from Ad Astra!) +- ad_astra:calorite_sliding_door (from Ad Astra!) +- ad_astra:airlock (from Ad Astra!) +- ad_astra:reinforced_door (from Ad Astra!) +- ad_astra:glacian_log (from Ad Astra!) +- ad_astra:glacian_door (from Ad Astra!) +- ad_astra:aeronos_door (from Ad Astra!) +- ad_astra:strophar_door (from Ad Astra!) +- create:train_door (from Create) +- create:framed_glass_door (from Create) +- hexcasting:edified_door (from Hex Casting) +- #minecraft:wooden_doors (from Macaw's Doors) +- minecraft:iron_door (from Macaw's Doors) +- mcwdoors:metal_door (from Macaw's Doors) +- mcwdoors:metal_warning_door (from Macaw's Doors) +- mcwdoors:metal_hospital_door (from Macaw's Doors) +- mcwdoors:metal_reinforced_door (from Macaw's Doors) +- mcwdoors:metal_windowed_door (from Macaw's Doors) +- mcwdoors:jail_door (from Macaw's Doors) +- snowyspirit:gingerbread_door (from Snowy Spirit) +- supplementaries:gold_door (from Supplementaries) +- supplementaries:netherite_door (from Supplementaries) +- supplementaries:silver_door (from Supplementaries) +- supplementaries:lead_door (from Supplementaries) + +#botania:petals/red +- botania:red_petal (from Botania) +- botania:red_mushroom (from Botania) + +#spectrum:topaz_ores +- spectrum:topaz_ore (from Spectrum) +- spectrum:deepslate_topaz_ore (from Spectrum) + +#adventurez:holder_items +- adventurez:gilded_stone (from AdventureZ) + +#c:crops/squash +- croptopia:squash (from Croptopia) + +#advancednetherite:pickaxes/netherite_emerald +- advancednetherite:netherite_emerald_pickaxe (from Advanced Netherite) + +#minecraft:milk +- minecraft:milk_bucket? (from Vinery) +- farmersdelight:milk_bottle? (from Vinery) +- create:milk? (from Vinery) + +#spectrum:colored_logs +- spectrum:black_log (from Spectrum) +- spectrum:blue_log (from Spectrum) +- spectrum:brown_log (from Spectrum) +- spectrum:cyan_log (from Spectrum) +- spectrum:gray_log (from Spectrum) +- spectrum:green_log (from Spectrum) +- spectrum:light_blue_log (from Spectrum) +- spectrum:light_gray_log (from Spectrum) +- spectrum:lime_log (from Spectrum) +- spectrum:magenta_log (from Spectrum) +- spectrum:orange_log (from Spectrum) +- spectrum:pink_log (from Spectrum) +- spectrum:purple_log (from Spectrum) +- spectrum:red_log (from Spectrum) +- spectrum:white_log (from Spectrum) +- spectrum:yellow_log (from Spectrum) + +#c:cooked_beef +- minecraft:cooked_beef (from Farmer's Delight) +- farmersdelight:beef_patty (from Farmer's Delight) + +#advancednetherite:shovels/netherite_iron +- advancednetherite:netherite_iron_shovel (from Advanced Netherite) + +#c:jams/grape_jam +- croptopia:grape_jam (from Croptopia) + +#c:grossular_small_dusts +- techreborn:grossular_small_dust (from Tech Reborn) + +#c:crops/chile_pepper +- croptopia:chile_pepper (from Croptopia) + +#techreborn:dusts +- techreborn:almandine_dust (from Tech Reborn) +- techreborn:aluminum_dust (from Tech Reborn) +- techreborn:amethyst_dust (from Tech Reborn) +- techreborn:andesite_dust (from Tech Reborn) +- techreborn:andradite_dust (from Tech Reborn) +- techreborn:ashes_dust (from Tech Reborn) +- techreborn:basalt_dust (from Tech Reborn) +- techreborn:bauxite_dust (from Tech Reborn) +- techreborn:brass_dust (from Tech Reborn) +- techreborn:bronze_dust (from Tech Reborn) +- techreborn:calcite_dust (from Tech Reborn) +- techreborn:charcoal_dust (from Tech Reborn) +- techreborn:chrome_dust (from Tech Reborn) +- techreborn:cinnabar_dust (from Tech Reborn) +- techreborn:clay_dust (from Tech Reborn) +- techreborn:coal_dust (from Tech Reborn) +- techreborn:dark_ashes_dust (from Tech Reborn) +- techreborn:diamond_dust (from Tech Reborn) +- techreborn:diorite_dust (from Tech Reborn) +- techreborn:electrum_dust (from Tech Reborn) +- techreborn:emerald_dust (from Tech Reborn) +- techreborn:ender_eye_dust (from Tech Reborn) +- techreborn:ender_pearl_dust (from Tech Reborn) +- techreborn:endstone_dust (from Tech Reborn) +- techreborn:flint_dust (from Tech Reborn) +- techreborn:galena_dust (from Tech Reborn) +- techreborn:granite_dust (from Tech Reborn) +- techreborn:grossular_dust (from Tech Reborn) +- techreborn:invar_dust (from Tech Reborn) +- techreborn:lazurite_dust (from Tech Reborn) +- techreborn:magnesium_dust (from Tech Reborn) +- techreborn:manganese_dust (from Tech Reborn) +- techreborn:marble_dust (from Tech Reborn) +- techreborn:netherrack_dust (from Tech Reborn) +- techreborn:nickel_dust (from Tech Reborn) +- techreborn:obsidian_dust (from Tech Reborn) +- techreborn:olivine_dust (from Tech Reborn) +- techreborn:peridot_dust (from Tech Reborn) +- techreborn:phosphorous_dust (from Tech Reborn) +- techreborn:platinum_dust (from Tech Reborn) +- techreborn:pyrite_dust (from Tech Reborn) +- techreborn:pyrope_dust (from Tech Reborn) +- techreborn:quartz_dust (from Tech Reborn) +- techreborn:red_garnet_dust (from Tech Reborn) +- techreborn:ruby_dust (from Tech Reborn) +- techreborn:saltpeter_dust (from Tech Reborn) +- techreborn:sapphire_dust (from Tech Reborn) +- techreborn:saw_dust (from Tech Reborn) +- techreborn:sodalite_dust (from Tech Reborn) +- techreborn:spessartine_dust (from Tech Reborn) +- techreborn:sphalerite_dust (from Tech Reborn) +- techreborn:steel_dust (from Tech Reborn) +- techreborn:sulfur_dust (from Tech Reborn) +- techreborn:titanium_dust (from Tech Reborn) +- techreborn:uvarovite_dust (from Tech Reborn) +- techreborn:yellow_garnet_dust (from Tech Reborn) +- techreborn:zinc_dust (from Tech Reborn) + +#advancednetherite:shovels/upgrade_to_netherite_emerald +- #advancednetherite:shovels/netherite_gold (from Advanced Netherite) + +#byg:all/bookshelves +- #byg:bookshelves? (from Oh The Biomes You'll Go) +- #c:bookshelves? (from Oh The Biomes You'll Go) +- #forge:bookshelves? (from Oh The Biomes You'll Go) + +#spectrum:spawners +- spectrum:spawner (from Spectrum) +- minecraft:spawner (from Spectrum) + +#friendlyfire:bypass_all_protection + +#c:cheese_cakes +- croptopia:cheese_cake (from Croptopia) + +#c:fences/wooden +- twilightforest:twilight_oak_fence (from The Twilight Forest) +- twilightforest:canopy_fence (from The Twilight Forest) +- twilightforest:mangrove_fence (from The Twilight Forest) +- twilightforest:dark_fence (from The Twilight Forest) +- twilightforest:time_fence (from The Twilight Forest) +- twilightforest:transformation_fence (from The Twilight Forest) +- twilightforest:mining_fence (from The Twilight Forest) +- twilightforest:sorting_fence (from The Twilight Forest) + +#c:redstone_ores +- #minecraft:redstone_ores (from Porting Lib Tags) +- minecraft:redstone_ore (from Incubus Core) +- minecraft:redstone_ore (from Industrial Revolution) +- minecraft:deepslate_redstone_ore (from Industrial Revolution) +- #minecraft:redstone_ores (from Modern Industrialization) +- minecraft:redstone_ore (from Tech Reborn) +- minecraft:deepslate_redstone_ore (from Tech Reborn) + +#c:nutmegs +- croptopia:nutmeg (from Croptopia) +- #c:crops/nutmeg (from Croptopia) + +#c:gold_dusts +- indrev:gold_dust (from Industrial Revolution) +- modern_industrialization:gold_dust (from Modern Industrialization) + +#c:sapphire_dusts +- techreborn:sapphire_dust (from Tech Reborn) + +#trinkets:all +- artifacts:whoopee_cushion (from Artifacts) +- botania:cosmetic_black_bowtie (from Botania) +- botania:cosmetic_black_tie (from Botania) +- botania:cosmetic_red_glasses (from Botania) +- botania:cosmetic_puffy_scarf (from Botania) +- botania:cosmetic_engineer_goggles (from Botania) +- botania:cosmetic_eyepatch (from Botania) +- botania:cosmetic_wicked_eyepatch (from Botania) +- botania:cosmetic_red_ribbons (from Botania) +- botania:cosmetic_pink_flower_bud (from Botania) +- botania:cosmetic_polka_dotted_bows (from Botania) +- botania:cosmetic_blue_butterfly (from Botania) +- botania:cosmetic_cat_ears (from Botania) +- botania:cosmetic_witch_pin (from Botania) +- botania:cosmetic_devil_tail (from Botania) +- botania:cosmetic_kamui_eye (from Botania) +- botania:cosmetic_googly_eyes (from Botania) +- botania:cosmetic_four_leaf_clover (from Botania) +- botania:cosmetic_clock_eye (from Botania) +- botania:cosmetic_unicorn_horn (from Botania) +- botania:cosmetic_devil_horns (from Botania) +- botania:cosmetic_hyper_plus (from Botania) +- botania:cosmetic_botanist_emblem (from Botania) +- botania:cosmetic_ancient_mask (from Botania) +- botania:cosmetic_eerie_mask (from Botania) +- botania:cosmetic_alien_antenna (from Botania) +- botania:cosmetic_anaglyph_glasses (from Botania) +- botania:cosmetic_orange_shades (from Botania) +- botania:cosmetic_groucho_glasses (from Botania) +- botania:cosmetic_thick_eyebrows (from Botania) +- botania:cosmetic_lusitanic_shield (from Botania) +- botania:cosmetic_tiny_potato_mask (from Botania) +- botania:cosmetic_questgiver_mark (from Botania) +- botania:cosmetic_thinking_hand (from Botania) + +#bookshelf:slime_balls +- #c:slimeballs (from Bookshelf) +- #c:slime_balls (from Bookshelf) + +#twilightforest:towerwood +- twilightforest:towerwood (from The Twilight Forest) +- twilightforest:mossy_towerwood (from The Twilight Forest) +- twilightforest:cracked_towerwood (from The Twilight Forest) +- twilightforest:infested_towerwood (from The Twilight Forest) + +#c:seeds/cranberry +- croptopia:cranberry_seed (from Croptopia) + +#c:vegetables/greenbean +- croptopia:greenbean (from Croptopia) + +#c:crops/apple +- minecraft:apple (from Croptopia) + +#balm:white_dyes +- #c:white_dyes? (from Balm) +- minecraft:white_dye (from Balm) + +#another_furniture:shelves +- another_furniture:oak_shelf (from Another Furniture) +- another_furniture:spruce_shelf (from Another Furniture) +- another_furniture:birch_shelf (from Another Furniture) +- another_furniture:jungle_shelf (from Another Furniture) +- another_furniture:acacia_shelf (from Another Furniture) +- another_furniture:dark_oak_shelf (from Another Furniture) +- another_furniture:mangrove_shelf? (from Another Furniture) +- another_furniture:crimson_shelf (from Another Furniture) +- another_furniture:warped_shelf (from Another Furniture) + +#c:lazurite_small_dusts +- techreborn:lazurite_small_dust (from Tech Reborn) + +#c:grain/rice +- croptopia:rice (from Croptopia) +- farmersdelight:rice (from Farmer's Delight) + +#c:dead_coral_fans +- minecraft:dead_tube_coral_fan (from Tech Reborn) +- minecraft:dead_brain_coral_fan (from Tech Reborn) +- minecraft:dead_bubble_coral_fan (from Tech Reborn) +- minecraft:dead_fire_coral_fan (from Tech Reborn) +- minecraft:dead_horn_coral_fan (from Tech Reborn) + +#c:tofu +- croptopia:tofu (from Croptopia) + +#origins:shields +- artifacts:umbrella (from Artifacts) + +#c:grape_seeds +- croptopia:grape_seed (from Croptopia) +- #c:seeds/grape (from Croptopia) + +#another_furniture:curtains +- another_furniture:white_curtain (from Another Furniture) +- another_furniture:orange_curtain (from Another Furniture) +- another_furniture:magenta_curtain (from Another Furniture) +- another_furniture:light_blue_curtain (from Another Furniture) +- another_furniture:yellow_curtain (from Another Furniture) +- another_furniture:lime_curtain (from Another Furniture) +- another_furniture:pink_curtain (from Another Furniture) +- another_furniture:gray_curtain (from Another Furniture) +- another_furniture:light_gray_curtain (from Another Furniture) +- another_furniture:cyan_curtain (from Another Furniture) +- another_furniture:purple_curtain (from Another Furniture) +- another_furniture:blue_curtain (from Another Furniture) +- another_furniture:brown_curtain (from Another Furniture) +- another_furniture:green_curtain (from Another Furniture) +- another_furniture:red_curtain (from Another Furniture) +- another_furniture:black_curtain (from Another Furniture) + +#c:cornish_pasty +- croptopia:cornish_pasty (from Croptopia) + +#anvil_fix:force_incremental_repair_cost +- the_bumblezone:honey_crystal_shield (from The Bumblezone - Fabric) + +#spectrum:mob_heads/spider_heads +- spectrum:cave_spider_head (from Spectrum) +- spectrum:spider_head (from Spectrum) + +#spectrum:pedestals +- spectrum:pedestal_basic_topaz (from Spectrum) +- spectrum:pedestal_basic_amethyst (from Spectrum) +- spectrum:pedestal_basic_citrine (from Spectrum) +- spectrum:pedestal_all_basic (from Spectrum) +- spectrum:pedestal_onyx (from Spectrum) +- spectrum:pedestal_moonstone (from Spectrum) + +#botania:mini_flowers +- botania:agricarnation_chibi (from Botania) +- botania:bellethorn_chibi (from Botania) +- botania:bubbell_chibi (from Botania) +- botania:clayconia_chibi (from Botania) +- botania:hopperhock_chibi (from Botania) +- botania:jiyuulia_chibi (from Botania) +- botania:marimorphosis_chibi (from Botania) +- botania:rannuncarpus_chibi (from Botania) +- botania:solegnolia_chibi (from Botania) +- botania:tangleberrie_chibi (from Botania) + +#c:calorite_ores +- ad_astra:venus_calorite_ore (from Ad Astra!) +- ad_astra:deepslate_calorite_ore (from Ad Astra!) + +#c:fruits/banana +- croptopia:banana (from Croptopia) + +#c:aluminum_ingots +- modern_industrialization:aluminum_ingot (from Modern Industrialization) +- techreborn:aluminum_ingot (from Tech Reborn) + +#c:vegetables/tomato +- croptopia:tomato (from Croptopia) +- farmersdelight:tomato (from Farmer's Delight) + +#bookshelf:shields +- #c:shields (from Bookshelf) + +#botania:glimmering_dreamwood_logs +- botania:glimmering_dreamwood (from Botania) +- botania:glimmering_dreamwood_log (from Botania) +- botania:glimmering_stripped_dreamwood (from Botania) +- botania:glimmering_stripped_dreamwood_log (from Botania) + +#minecraft:straw +- minecraft:wheat? (from Vinery) +- farmersdelight:straw? (from Vinery) +- supplementaries:flax? (from Vinery) + +#c:granite_small_dusts +- techreborn:granite_small_dust (from Tech Reborn) + +#c:crops/blackberry +- croptopia:blackberry (from Croptopia) + +#c:toast_with_jam +- croptopia:toast_with_jam (from Croptopia) + +#c:grossular_dusts +- techreborn:grossular_dust (from Tech Reborn) + +#c:small_corals_pink +- minecraft:brain_coral (from Tech Reborn) +- minecraft:brain_coral_fan (from Tech Reborn) + +#create:modded_stripped_wood +- ars_nouveau:stripped_blue_archwood_wood? (from Create) +- ars_nouveau:stripped_purple_archwood_wood? (from Create) +- ars_nouveau:stripped_green_archwood_wood? (from Create) +- ars_nouveau:stripped_red_archwood_wood? (from Create) +- botania:stripped_livingwood? (from Create) +- botania:stripped_dreamwood? (from Create) +- forbidden_arcanus:stripped_cherrywood? (from Create) +- forbidden_arcanus:stripped_mysterywood? (from Create) +- hexcasting:akashic_wood_stripped? (from Create) +- integrateddynamics:menril_wood_stripped? (from Create) +- byg:stripped_aspen_wood? (from Create) +- byg:stripped_baobab_wood? (from Create) +- byg:stripped_enchanted_wood? (from Create) +- byg:stripped_cherry_wood? (from Create) +- byg:stripped_cika_wood? (from Create) +- byg:stripped_cypress_wood? (from Create) +- byg:stripped_ebony_wood? (from Create) +- byg:stripped_ether_wood? (from Create) +- byg:stripped_fir_wood? (from Create) +- byg:stripped_green_enchanted_wood? (from Create) +- byg:stripped_holly_wood? (from Create) +- byg:stripped_jacaranda_wood? (from Create) +- byg:stripped_lament_wood? (from Create) +- byg:stripped_mahogany_wood? (from Create) +- byg:stripped_mangrove_wood? (from Create) +- byg:stripped_maple_wood? (from Create) +- byg:stripped_nightshade_wood? (from Create) +- byg:stripped_palm_wood? (from Create) +- byg:stripped_palo_verde_wood? (from Create) +- byg:stripped_pine_wood? (from Create) +- byg:stripped_rainbow_eucalyptus_wood? (from Create) +- byg:stripped_redwood_wood? (from Create) +- byg:stripped_skyris_wood? (from Create) +- byg:stripped_willow_wood? (from Create) +- byg:stripped_witch_hazel_wood? (from Create) +- byg:stripped_zelkova_wood? (from Create) +- silentgear:stripped_netherwood_wood? (from Create) +- twilightforest:stripped_twilight_oak_wood? (from Create) +- twilightforest:stripped_canopy_wood? (from Create) +- twilightforest:stripped_mangrove_wood? (from Create) +- twilightforest:stripped_dark_wood? (from Create) +- twilightforest:stripped_time_wood? (from Create) +- twilightforest:stripped_transformation_wood? (from Create) +- twilightforest:stripped_mining_wood? (from Create) +- twilightforest:stripped_sorting_wood? (from Create) +- tconstruct:stripped_greenheart_wood? (from Create) +- tconstruct:stripped_skyroot_wood? (from Create) +- tconstruct:stripped_bloodshroom_wood? (from Create) +- architects_palette:stripped_twisted_wood? (from Create) +- quark:stripped_azalea_wood? (from Create) +- quark:stripped_blossom_wood? (from Create) +- ecologics:stripped_coconut_wood? (from Create) +- ecologics:stripped_walnut_wood? (from Create) +- ecologics:stripped_azalea_wood? (from Create) +- biomesoplenty:stripped_fir_wood? (from Create) +- biomesoplenty:stripped_redwood_wood? (from Create) +- biomesoplenty:stripped_cherry_wood? (from Create) +- biomesoplenty:stripped_mahogany_wood? (from Create) +- biomesoplenty:stripped_jacaranda_wood? (from Create) +- biomesoplenty:stripped_palm_wood? (from Create) +- biomesoplenty:stripped_willow_wood? (from Create) +- biomesoplenty:stripped_dead_wood? (from Create) +- biomesoplenty:stripped_magic_wood? (from Create) +- biomesoplenty:stripped_umbran_wood? (from Create) +- biomesoplenty:stripped_hellbark_wood? (from Create) +- blue_skies:stripped_bluebright_wood? (from Create) +- blue_skies:stripped_starlit_wood? (from Create) +- blue_skies:stripped_frostbright_wood? (from Create) +- blue_skies:stripped_lunar_wood? (from Create) +- blue_skies:stripped_dusk_wood? (from Create) +- blue_skies:stripped_maple_wood? (from Create) +- blue_skies:stripped_cherry_wood? (from Create) +- byg:stripped_bulbis_wood? (from Create) + +#c:quiche +- croptopia:quiche (from Croptopia) + +#c:lemon_saplings +- croptopia:lemon_sapling (from Croptopia) +- #c:saplings/lemon (from Croptopia) + +#c:triple_compressed_cobbled_deepslate +- compressor:triple_compressed_cobbled_deepslate (from Compressor) + +#hexcasting:edified_logs +- hexcasting:edified_log (from Hex Casting) +- hexcasting:stripped_edified_log (from Hex Casting) +- hexcasting:edified_wood (from Hex Casting) +- hexcasting:stripped_edified_wood (from Hex Casting) + +#c:copper_raw_materials +- minecraft:raw_copper (from Porting Lib Tags) + +#c:le_uranium_ingots +- modern_industrialization:le_uranium_ingot (from Modern Industrialization) + +#c:cooked_meat +- minecraft:cooked_beef (from Coxinha Utilities) +- minecraft:cooked_porkchop (from Coxinha Utilities) +- minecraft:cooked_chicken (from Coxinha Utilities) +- minecraft:cooked_mutton (from Coxinha Utilities) +- #c:cooked_fish (from Incubus Core) +- minecraft:cooked_beef (from Incubus Core) +- minecraft:cooked_porkchop (from Incubus Core) +- minecraft:cooked_chicken (from Incubus Core) +- minecraft:cooked_rabbit (from Incubus Core) +- minecraft:cooked_mutton (from Incubus Core) +- minecraft:cooked_beef (from Tech Reborn) +- minecraft:cooked_chicken (from Tech Reborn) +- minecraft:cooked_cod (from Tech Reborn) +- minecraft:cooked_mutton (from Tech Reborn) +- minecraft:cooked_porkchop (from Tech Reborn) +- minecraft:cooked_rabbit (from Tech Reborn) +- minecraft:cooked_salmon (from Tech Reborn) + +#balm:green_dyes +- #c:green_dyes? (from Balm) +- minecraft:green_dye (from Balm) + +#itemfilters:filters +- itemfilters:always_true (from Item Filters) +- itemfilters:always_false (from Item Filters) +- itemfilters:or (from Item Filters) +- itemfilters:and (from Item Filters) +- itemfilters:not (from Item Filters) +- itemfilters:xor (from Item Filters) +- itemfilters:tag (from Item Filters) +- itemfilters:mod (from Item Filters) +- itemfilters:item_group (from Item Filters) +- itemfilters:id_regex (from Item Filters) +- itemfilters:damage (from Item Filters) +- itemfilters:block (from Item Filters) +- itemfilters:max_count (from Item Filters) +- itemfilters:strong_nbt (from Item Filters) +- itemfilters:weak_nbt (from Item Filters) +- itemfilters:custom (from Item Filters) + +#c:workbenches +- byg:aspen_crafting_table (from Oh The Biomes You'll Go) +- byg:baobab_crafting_table (from Oh The Biomes You'll Go) +- byg:blue_enchanted_crafting_table (from Oh The Biomes You'll Go) +- byg:cherry_crafting_table (from Oh The Biomes You'll Go) +- byg:cika_crafting_table (from Oh The Biomes You'll Go) +- byg:cypress_crafting_table (from Oh The Biomes You'll Go) +- byg:ebony_crafting_table (from Oh The Biomes You'll Go) +- byg:fir_crafting_table (from Oh The Biomes You'll Go) +- byg:green_enchanted_crafting_table (from Oh The Biomes You'll Go) +- byg:holly_crafting_table (from Oh The Biomes You'll Go) +- byg:jacaranda_crafting_table (from Oh The Biomes You'll Go) +- byg:mahogany_crafting_table (from Oh The Biomes You'll Go) +- byg:white_mangrove_crafting_table (from Oh The Biomes You'll Go) +- byg:maple_crafting_table (from Oh The Biomes You'll Go) +- byg:pine_crafting_table (from Oh The Biomes You'll Go) +- byg:rainbow_eucalyptus_crafting_table (from Oh The Biomes You'll Go) +- byg:redwood_crafting_table (from Oh The Biomes You'll Go) +- byg:skyris_crafting_table (from Oh The Biomes You'll Go) +- byg:willow_crafting_table (from Oh The Biomes You'll Go) +- byg:witch_hazel_crafting_table (from Oh The Biomes You'll Go) +- byg:zelkova_crafting_table (from Oh The Biomes You'll Go) +- byg:sythian_crafting_table (from Oh The Biomes You'll Go) +- byg:embur_crafting_table (from Oh The Biomes You'll Go) +- byg:palm_crafting_table (from Oh The Biomes You'll Go) +- byg:lament_crafting_table (from Oh The Biomes You'll Go) +- byg:ether_crafting_table (from Oh The Biomes You'll Go) +- byg:bulbis_crafting_table (from Oh The Biomes You'll Go) +- byg:nightshade_crafting_table (from Oh The Biomes You'll Go) +- byg:imparius_crafting_table (from Oh The Biomes You'll Go) + +#byg:logs +- #byg:aspen_logs (from Oh The Biomes You'll Go) +- #byg:baobab_logs (from Oh The Biomes You'll Go) +- #byg:blue_enchanted_logs (from Oh The Biomes You'll Go) +- #byg:bulbis_logs (from Oh The Biomes You'll Go) +- #byg:cherry_logs (from Oh The Biomes You'll Go) +- #byg:cika_logs (from Oh The Biomes You'll Go) +- #byg:cypress_logs (from Oh The Biomes You'll Go) +- #byg:ebony_logs (from Oh The Biomes You'll Go) +- #byg:embur_logs (from Oh The Biomes You'll Go) +- #byg:ether_logs (from Oh The Biomes You'll Go) +- #byg:fir_logs (from Oh The Biomes You'll Go) +- #byg:green_enchanted_logs (from Oh The Biomes You'll Go) +- #byg:holly_logs (from Oh The Biomes You'll Go) +- #byg:imparius_logs (from Oh The Biomes You'll Go) +- #byg:jacaranda_logs (from Oh The Biomes You'll Go) +- #byg:lament_logs (from Oh The Biomes You'll Go) +- #byg:mahogany_logs (from Oh The Biomes You'll Go) +- #byg:maple_logs (from Oh The Biomes You'll Go) +- #byg:nightshade_logs (from Oh The Biomes You'll Go) +- #byg:palm_logs (from Oh The Biomes You'll Go) +- #byg:pine_logs (from Oh The Biomes You'll Go) +- #byg:rainbow_eucalyptus_logs (from Oh The Biomes You'll Go) +- #byg:redwood_logs (from Oh The Biomes You'll Go) +- #byg:skyris_logs (from Oh The Biomes You'll Go) +- #byg:sythian_logs (from Oh The Biomes You'll Go) +- #byg:white_mangrove_logs (from Oh The Biomes You'll Go) +- #byg:willow_logs (from Oh The Biomes You'll Go) +- #byg:witch_hazel_logs (from Oh The Biomes You'll Go) +- #byg:zelkova_logs (from Oh The Biomes You'll Go) + +#botania:terrasteel_blocks +- botania:terrasteel_block (from Botania) + +#c:rice +- croptopia:rice (from Croptopia) +- #c:grain/rice (from Croptopia) +- croptopia:rice (from Croptopia) +- #c:crops/rice (from Croptopia) + +#c:doughnuts +- croptopia:doughnut (from Croptopia) + +#advancednetherite:ingots/netherites_emerald +- advancednetherite:netherite_emerald_ingot (from Advanced Netherite) + +#c:gray_dye +- minecraft:gray_dye (from Applied Energistics 2) + +#c:fried_chickens +- croptopia:fried_chicken (from Croptopia) + +#forge:end_stones +- minecraft:end_stone (from chisels-and-bits) + +#c:pineapple_juices +- croptopia:pineapple_juice (from Croptopia) +- #c:juices/pineapple_juice (from Croptopia) + +#c:anchovies +- croptopia:anchovy (from Croptopia) + +#c:yttrium_blocks +- modern_industrialization:yttrium_block (from Modern Industrialization) + +#c:peridot_gems +- techreborn:peridot_gem (from Tech Reborn) + +#fabric:hoes +- botania:manasteel_hoe (from Botania) +- botania:elementium_hoe (from Botania) +- byg:pendorite_hoe (from Oh The Biomes You'll Go) +- dragonloot:dragon_hoe (from DragonLoot) +- indrev:tin_hoe (from Industrial Revolution) +- indrev:copper_hoe (from Industrial Revolution) +- indrev:steel_hoe (from Industrial Revolution) +- indrev:lead_hoe (from Industrial Revolution) +- indrev:silver_hoe (from Industrial Revolution) +- indrev:bronze_hoe (from Industrial Revolution) +- techreborn:bronze_hoe (from Tech Reborn) +- techreborn:ruby_hoe (from Tech Reborn) +- techreborn:sapphire_hoe (from Tech Reborn) +- techreborn:peridot_hoe (from Tech Reborn) + +#c:double_compressed_gravel +- compressor:double_compressed_gravel (from Compressor) + +#c:tin_blocks +- indrev:tin_block (from Industrial Revolution) +- modern_industrialization:tin_block (from Modern Industrialization) +- techreborn:tin_storage_block (from Tech Reborn) + +#c:sodium_blocks +- modern_industrialization:sodium_block (from Modern Industrialization) + +#minecraft:beacon_payment_items +- minecraft:netherite_ingot (from Default) +- minecraft:emerald (from Default) +- minecraft:diamond (from Default) +- minecraft:gold_ingot (from Default) +- minecraft:iron_ingot (from Default) +- #ad_astra_platform:calorite_ingots (from Ad Astra!) +- #ad_astra_platform:desh_ingots (from Ad Astra!) +- #ad_astra_platform:ostrum_ingots (from Ad Astra!) +- #ad_astra_platform:steel_ingots (from Ad Astra!) +- #advancednetherite:netherite_ingots (from Advanced Netherite) +- #c:silver_ingots (from Bewitchment) +- byg:ametrine_gems (from Oh The Biomes You'll Go) +- byg:pendorite_scraps (from Oh The Biomes You'll Go) +- #create:create_ingots (from Create) +- minecraft:amethyst_shard (from Spectrum) +- spectrum:topaz_shard (from Spectrum) +- spectrum:citrine_shard (from Spectrum) +- spectrum:onyx_shard (from Spectrum) +- spectrum:moonstone_shard (from Spectrum) +- spectrum:spectral_shard (from Spectrum) +- #techreborn:ingots (from Tech Reborn) +- xps:soul_copper_ingot (from Xp Obelisk) + +#c:egg_rolls +- croptopia:egg_roll (from Croptopia) + +#trinkets:chest/cape +- ae2:wireless_crafting_terminal (from AE2WTLib) +- ae2wtlib:wireless_pattern_encoding_terminal (from AE2WTLib) +- ae2wtlib:wireless_pattern_access_terminal (from AE2WTLib) +- ae2wtlib:wireless_universal_terminal (from AE2WTLib) +- botania:balance_cloak (from Botania) +- botania:holy_cloak (from Botania) +- botania:invisibility_cloak (from Botania) +- botania:unholy_cloak (from Botania) +- minecraft:elytra (from Elytra Slot) + +#c:barley_seeds +- croptopia:barley_seed (from Croptopia) +- #c:seeds/barley (from Croptopia) + +#forge:ores/quartz +- minecraft:nether_quartz_ore (from chisels-and-bits) + +#c:stainless_steel_nuggets +- modern_industrialization:stainless_steel_nugget (from Modern Industrialization) + +#ae2:smart_cable +- ae2:white_smart_cable (from Applied Energistics 2) +- ae2:orange_smart_cable (from Applied Energistics 2) +- ae2:magenta_smart_cable (from Applied Energistics 2) +- ae2:light_blue_smart_cable (from Applied Energistics 2) +- ae2:yellow_smart_cable (from Applied Energistics 2) +- ae2:lime_smart_cable (from Applied Energistics 2) +- ae2:pink_smart_cable (from Applied Energistics 2) +- ae2:gray_smart_cable (from Applied Energistics 2) +- ae2:light_gray_smart_cable (from Applied Energistics 2) +- ae2:cyan_smart_cable (from Applied Energistics 2) +- ae2:purple_smart_cable (from Applied Energistics 2) +- ae2:blue_smart_cable (from Applied Energistics 2) +- ae2:brown_smart_cable (from Applied Energistics 2) +- ae2:green_smart_cable (from Applied Energistics 2) +- ae2:red_smart_cable (from Applied Energistics 2) +- ae2:black_smart_cable (from Applied Energistics 2) +- ae2:fluix_smart_cable (from Applied Energistics 2) + +#c:popcorn +- croptopia:popcorn (from Croptopia) + +#c:juices/tomato_juice +- croptopia:tomato_juice (from Croptopia) + +#spectrum:colored_slabs +- spectrum:black_slab (from Spectrum) +- spectrum:blue_slab (from Spectrum) +- spectrum:brown_slab (from Spectrum) +- spectrum:cyan_slab (from Spectrum) +- spectrum:gray_slab (from Spectrum) +- spectrum:green_slab (from Spectrum) +- spectrum:light_blue_slab (from Spectrum) +- spectrum:light_gray_slab (from Spectrum) +- spectrum:lime_slab (from Spectrum) +- spectrum:magenta_slab (from Spectrum) +- spectrum:orange_slab (from Spectrum) +- spectrum:pink_slab (from Spectrum) +- spectrum:purple_slab (from Spectrum) +- spectrum:red_slab (from Spectrum) +- spectrum:white_slab (from Spectrum) +- spectrum:yellow_slab (from Spectrum) + +#minecraft:coal_ores +- minecraft:coal_ore (from Default) +- minecraft:deepslate_coal_ore (from Default) +- ad_astra:venus_coal_ore (from Ad Astra!) +- ad_astra:glacio_coal_ore (from Ad Astra!) +- deeperdarker:sculk_stone_coal_ore (from Deeper and Darker) + +#c:neodymium_dusts +- modern_industrialization:neodymium_dust (from Modern Industrialization) + +#c:leek_seeds +- croptopia:leek_seed (from Croptopia) +- #c:seeds/leek (from Croptopia) + +#c:pink_dyes +- minecraft:pink_dye (from Fabric Convention Tags) +- minecraft:pink_dye (from Porting Lib Tags) + +#c:flour +- create:wheat_flour (from Create) +- croptopia:flour (from Croptopia) + +#c:crops/currant +- croptopia:currant (from Croptopia) + +#twilightforest:uncrafting_ignores_cost +- #c:rods/wooden (from The Twilight Forest) + +#byg:all/scaffolding +- #byg:scaffolding? (from Oh The Biomes You'll Go) +- #c:scaffoldings? (from Oh The Biomes You'll Go) +- #forge:scaffoldings? (from Oh The Biomes You'll Go) + +#c:raw_titanium_blocks +- modern_industrialization:raw_titanium_block (from Modern Industrialization) + +#croptopia:advancements_seeds +- croptopia:artichoke_seed (from Croptopia) +- croptopia:asparagus_seed (from Croptopia) +- croptopia:bellpepper_seed (from Croptopia) +- croptopia:blackbean_seed (from Croptopia) +- croptopia:blackberry_seed (from Croptopia) +- croptopia:blueberry_seed (from Croptopia) +- croptopia:broccoli_seed (from Croptopia) +- croptopia:cabbage_seed (from Croptopia) +- croptopia:cantaloupe_seed (from Croptopia) +- croptopia:cauliflower_seed (from Croptopia) +- croptopia:celery_seed (from Croptopia) +- croptopia:corn_seed (from Croptopia) +- croptopia:cranberry_seed (from Croptopia) +- croptopia:cucumber_seed (from Croptopia) +- croptopia:currant_seed (from Croptopia) +- croptopia:eggplant_seed (from Croptopia) +- croptopia:elderberry_seed (from Croptopia) +- croptopia:garlic_seed (from Croptopia) +- croptopia:grape_seed (from Croptopia) +- croptopia:greenbean_seed (from Croptopia) +- croptopia:honeydew_seed (from Croptopia) +- croptopia:hops_seed (from Croptopia) +- croptopia:kale_seed (from Croptopia) +- croptopia:kiwi_seed (from Croptopia) +- croptopia:leek_seed (from Croptopia) +- croptopia:lettuce_seed (from Croptopia) +- croptopia:olive_seed (from Croptopia) +- croptopia:onion_seed (from Croptopia) +- croptopia:peanut_seed (from Croptopia) +- croptopia:pineapple_seed (from Croptopia) +- croptopia:radish_seed (from Croptopia) +- croptopia:raspberry_seed (from Croptopia) +- croptopia:rhubarb_seed (from Croptopia) +- croptopia:rice_seed (from Croptopia) +- croptopia:rutabaga_seed (from Croptopia) +- croptopia:saguaro_seed (from Croptopia) +- croptopia:squash_seed (from Croptopia) +- croptopia:strawberry_seed (from Croptopia) +- croptopia:tomatillo_seed (from Croptopia) +- croptopia:tomato_seed (from Croptopia) +- croptopia:turnip_seed (from Croptopia) +- croptopia:yam_seed (from Croptopia) +- croptopia:zucchini_seed (from Croptopia) +- croptopia:mustard_seed (from Croptopia) +- croptopia:chile_pepper_seed (from Croptopia) +- croptopia:turmeric_seed (from Croptopia) +- croptopia:ginger_seed (from Croptopia) +- croptopia:basil_seed (from Croptopia) +- croptopia:oat_seed (from Croptopia) +- croptopia:barley_seed (from Croptopia) +- croptopia:soybean_seed (from Croptopia) +- croptopia:vanilla_seeds (from Croptopia) +- croptopia:pepper_seed (from Croptopia) +- croptopia:tea_seed (from Croptopia) + +#techreborn:storage_blocks +- techreborn:advanced_alloy_storage_block (from Tech Reborn) +- techreborn:aluminum_storage_block (from Tech Reborn) +- techreborn:brass_storage_block (from Tech Reborn) +- techreborn:bronze_storage_block (from Tech Reborn) +- techreborn:chrome_storage_block (from Tech Reborn) +- techreborn:electrum_storage_block (from Tech Reborn) +- techreborn:hot_tungstensteel_storage_block (from Tech Reborn) +- techreborn:invar_storage_block (from Tech Reborn) +- techreborn:iridium_storage_block (from Tech Reborn) +- techreborn:iridium_reinforced_stone_storage_block (from Tech Reborn) +- techreborn:iridium_reinforced_tungstensteel_storage_block (from Tech Reborn) +- techreborn:lead_storage_block (from Tech Reborn) +- techreborn:nickel_storage_block (from Tech Reborn) +- techreborn:peridot_storage_block (from Tech Reborn) +- techreborn:platinum_storage_block (from Tech Reborn) +- techreborn:raw_iridium_storage_block (from Tech Reborn) +- techreborn:raw_lead_storage_block (from Tech Reborn) +- techreborn:raw_silver_storage_block (from Tech Reborn) +- techreborn:raw_tin_storage_block (from Tech Reborn) +- techreborn:raw_tungsten_storage_block (from Tech Reborn) +- techreborn:red_garnet_storage_block (from Tech Reborn) +- techreborn:refined_iron_storage_block (from Tech Reborn) +- techreborn:ruby_storage_block (from Tech Reborn) +- techreborn:sapphire_storage_block (from Tech Reborn) +- techreborn:silver_storage_block (from Tech Reborn) +- techreborn:steel_storage_block (from Tech Reborn) +- techreborn:tin_storage_block (from Tech Reborn) +- techreborn:titanium_storage_block (from Tech Reborn) +- techreborn:tungsten_storage_block (from Tech Reborn) +- techreborn:tungstensteel_storage_block (from Tech Reborn) +- techreborn:yellow_garnet_storage_block (from Tech Reborn) +- techreborn:zinc_storage_block (from Tech Reborn) + +#c:nether_stars +- minecraft:nether_star (from Porting Lib Tags) + +#byg:withering_oak_logs +- byg:withering_oak_log (from Oh The Biomes You'll Go) +- byg:withering_oak_wood (from Oh The Biomes You'll Go) + +#c:eggs +- minecraft:egg (from Farmer's Delight) +- minecraft:egg (from Porting Lib Tags) + +#c:grilled_oysters +- croptopia:grilled_oysters (from Croptopia) + +#minecraft:logs +- #minecraft:logs_that_burn (from Default) +- #minecraft:crimson_stems (from Default) +- #minecraft:warped_stems (from Default) +- biomemakeover:blighted_balsa_log (from Biome Makeover) +- biomemakeover:stripped_blighted_balsa_log (from Biome Makeover) +- biomemakeover:blighted_balsa_wood (from Biome Makeover) +- biomemakeover:stripped_blighted_balsa_wood (from Biome Makeover) +- biomemakeover:willow_log (from Biome Makeover) +- biomemakeover:stripped_willow_log (from Biome Makeover) +- biomemakeover:willow_wood (from Biome Makeover) +- biomemakeover:stripped_willow_wood (from Biome Makeover) +- biomemakeover:swamp_cypress_log (from Biome Makeover) +- biomemakeover:stripped_swamp_cypress_log (from Biome Makeover) +- biomemakeover:swamp_cypress_wood (from Biome Makeover) +- biomemakeover:stripped_swamp_cypress_wood (from Biome Makeover) +- biomemakeover:ancient_oak_log (from Biome Makeover) +- biomemakeover:stripped_ancient_oak_log (from Biome Makeover) +- biomemakeover:ancient_oak_wood (from Biome Makeover) +- biomemakeover:stripped_ancient_oak_wood (from Biome Makeover) +- #byg:logs (from Oh The Biomes You'll Go) +- hexcasting:edified_log (from Hex Casting) +- hexcasting:stripped_edified_log (from Hex Casting) +- hexcasting:edified_wood (from Hex Casting) +- hexcasting:stripped_edified_wood (from Hex Casting) +- minecells:putrid_log (from Mine Cells) +- minecells:stripped_putrid_log (from Mine Cells) +- minecells:putrid_wood (from Mine Cells) +- minecells:stripped_putrid_wood (from Mine Cells) +- #twilightforest:logs (from The Twilight Forest) + +#c:titanium_plates +- modern_industrialization:titanium_plate (from Modern Industrialization) +- techreborn:titanium_plate (from Tech Reborn) + +#c:titanium_ingots +- modern_industrialization:titanium_ingot (from Modern Industrialization) +- techreborn:titanium_ingot (from Tech Reborn) + +#c:jams +- #c:apricot_jams (from Croptopia) +- #c:blackberry_jams (from Croptopia) +- #c:blueberry_jams (from Croptopia) +- #c:cherry_jams (from Croptopia) +- #c:elderberry_jams (from Croptopia) +- #c:grape_jams (from Croptopia) +- #c:peach_jams (from Croptopia) +- #c:raspberry_jams (from Croptopia) +- #c:strawberry_jams (from Croptopia) + +#croptopia:advancements_food_crafted +- croptopia:cheese (from Croptopia) +- croptopia:butter (from Croptopia) +- croptopia:tofu (from Croptopia) +- croptopia:chocolate (from Croptopia) +- croptopia:tortilla (from Croptopia) +- croptopia:salsa (from Croptopia) +- croptopia:artichoke_dip (from Croptopia) +- croptopia:pepperoni (from Croptopia) +- croptopia:grape_jam (from Croptopia) +- croptopia:strawberry_jam (from Croptopia) +- croptopia:peach_jam (from Croptopia) +- croptopia:apricot_jam (from Croptopia) +- croptopia:blackberry_jam (from Croptopia) +- croptopia:blueberry_jam (from Croptopia) +- croptopia:cherry_jam (from Croptopia) +- croptopia:elderberry_jam (from Croptopia) +- croptopia:raspberry_jam (from Croptopia) +- croptopia:beef_jerky (from Croptopia) +- croptopia:pork_jerky (from Croptopia) +- croptopia:pork_jerky (from Croptopia) +- croptopia:kale_chips (from Croptopia) +- croptopia:potato_chips (from Croptopia) +- croptopia:steamed_rice (from Croptopia) +- croptopia:french_fries (from Croptopia) +- croptopia:sweet_potato_fries (from Croptopia) +- croptopia:onion_rings (from Croptopia) +- croptopia:raisins (from Croptopia) +- croptopia:doughnut (from Croptopia) +- croptopia:popcorn (from Croptopia) +- croptopia:baked_beans (from Croptopia) +- croptopia:toast (from Croptopia) +- croptopia:cucumber_salad (from Croptopia) +- croptopia:caesar_salad (from Croptopia) +- croptopia:leafy_salad (from Croptopia) +- croptopia:fruit_salad (from Croptopia) +- croptopia:veggie_salad (from Croptopia) +- croptopia:pork_and_beans (from Croptopia) +- croptopia:oatmeal (from Croptopia) +- croptopia:leek_soup (from Croptopia) +- croptopia:yoghurt (from Croptopia) +- croptopia:saucy_chips (from Croptopia) +- croptopia:roasted_nuts (from Croptopia) +- croptopia:trail_mix (from Croptopia) +- croptopia:protein_bar (from Croptopia) +- croptopia:nougat (from Croptopia) +- croptopia:scrambled_eggs (from Croptopia) +- croptopia:buttered_toast (from Croptopia) +- croptopia:toast_with_jam (from Croptopia) +- croptopia:ham_sandwich (from Croptopia) +- croptopia:peanut_butter_and_jam (from Croptopia) +- croptopia:blt (from Croptopia) +- croptopia:grilled_cheese (from Croptopia) +- croptopia:cheeseburger (from Croptopia) +- croptopia:hamburger (from Croptopia) +- croptopia:tofuburger (from Croptopia) +- croptopia:pizza (from Croptopia) +- croptopia:supreme_pizza (from Croptopia) +- croptopia:cheese_pizza (from Croptopia) +- croptopia:pineapple_pepperoni_pizza (from Croptopia) +- croptopia:lemon_chicken (from Croptopia) +- croptopia:fried_chicken (from Croptopia) +- croptopia:chicken_and_noodles (from Croptopia) +- croptopia:chicken_and_dumplings (from Croptopia) +- croptopia:tofu_and_dumplings (from Croptopia) +- croptopia:spaghetti_squash (from Croptopia) +- croptopia:chicken_and_rice (from Croptopia) +- croptopia:taco (from Croptopia) +- croptopia:sushi (from Croptopia) +- croptopia:egg_roll (from Croptopia) +- croptopia:cashew_chicken (from Croptopia) +- croptopia:apple_pie (from Croptopia) +- croptopia:yam_jam (from Croptopia) +- croptopia:banana_cream_pie (from Croptopia) +- croptopia:candy_corn (from Croptopia) +- croptopia:vanilla_ice_cream (from Croptopia) +- croptopia:strawberry_ice_cream (from Croptopia) +- croptopia:mango_ice_cream (from Croptopia) +- croptopia:rum_raisin_ice_cream (from Croptopia) +- croptopia:pecan_ice_cream (from Croptopia) +- croptopia:cherry_pie (from Croptopia) +- croptopia:brownies (from Croptopia) +- croptopia:snicker_doodle (from Croptopia) +- croptopia:banana_nut_bread (from Croptopia) +- croptopia:pecan_pie (from Croptopia) +- croptopia:candied_nuts (from Croptopia) +- croptopia:almond_brittle (from Croptopia) +- croptopia:raisin_oatmeal_cookie (from Croptopia) +- croptopia:nutty_cookie (from Croptopia) +- croptopia:burrito (from Croptopia) +- croptopia:tostada (from Croptopia) +- croptopia:horchata (from Croptopia) +- croptopia:carnitas (from Croptopia) +- croptopia:fajitas (from Croptopia) +- croptopia:enchilada (from Croptopia) +- croptopia:churros (from Croptopia) +- croptopia:tamales (from Croptopia) +- croptopia:tres_leche_cake (from Croptopia) +- croptopia:stuffed_poblanos (from Croptopia) +- croptopia:chili_relleno (from Croptopia) +- croptopia:crema (from Croptopia) +- croptopia:refried_beans (from Croptopia) +- croptopia:chimichanga (from Croptopia) +- croptopia:quesadilla (from Croptopia) +- croptopia:shepherds_pie (from Croptopia) +- croptopia:beef_wellington (from Croptopia) +- croptopia:fish_and_chips (from Croptopia) +- croptopia:eton_mess (from Croptopia) +- croptopia:cornish_pasty (from Croptopia) +- croptopia:scones (from Croptopia) +- croptopia:figgy_pudding (from Croptopia) +- croptopia:treacle_tart (from Croptopia) +- croptopia:sticky_toffee_pudding (from Croptopia) +- croptopia:trifle (from Croptopia) +- croptopia:ajvar (from Croptopia) +- croptopia:ajvar_toast (from Croptopia) +- croptopia:avocado_toast (from Croptopia) +- croptopia:bacon (from Croptopia) +- croptopia:baked_sweet_potato (from Croptopia) +- croptopia:baked_yam (from Croptopia) +- croptopia:beef_stew (from Croptopia) +- croptopia:beef_stir_fry (from Croptopia) +- croptopia:buttered_green_beans (from Croptopia) +- croptopia:cheesy_asparagus (from Croptopia) +- croptopia:chocolate_ice_cream (from Croptopia) +- croptopia:cooked_bacon (from Croptopia) +- croptopia:eggplant_parmesan (from Croptopia) +- croptopia:fruit_cake (from Croptopia) +- croptopia:grilled_eggplant (from Croptopia) +- croptopia:kiwi_sorbet (from Croptopia) +- croptopia:lemon_coconut_bar (from Croptopia) +- croptopia:nether_wart_stew (from Croptopia) +- croptopia:peanut_butter (from Croptopia) +- croptopia:peanut_butter_with_celery (from Croptopia) +- croptopia:potato_soup (from Croptopia) +- croptopia:ratatouille (from Croptopia) +- croptopia:rhubarb_crisp (from Croptopia) +- croptopia:roasted_asparagus (from Croptopia) +- croptopia:roasted_radishes (from Croptopia) +- croptopia:roasted_squash (from Croptopia) +- croptopia:roasted_turnips (from Croptopia) +- croptopia:steamed_broccoli (from Croptopia) +- croptopia:steamed_green_beans (from Croptopia) +- croptopia:stir_fry (from Croptopia) +- croptopia:stuffed_artichoke (from Croptopia) +- croptopia:toast_sandwich (from Croptopia) +- croptopia:roasted_pumpkin_seeds (from Croptopia) +- croptopia:roasted_sunflower_seeds (from Croptopia) +- croptopia:pumpkin_bars (from Croptopia) +- croptopia:corn_bread (from Croptopia) +- croptopia:pumpkin_soup (from Croptopia) +- croptopia:meringue (from Croptopia) +- croptopia:cabbage_roll (from Croptopia) +- croptopia:borscht (from Croptopia) +- croptopia:goulash (from Croptopia) +- croptopia:beetroot_salad (from Croptopia) +- croptopia:candied_kumquats (from Croptopia) +- croptopia:cooked_shrimp (from Croptopia) +- croptopia:cooked_tuna (from Croptopia) +- croptopia:cooked_calamari (from Croptopia) +- croptopia:steamed_crab (from Croptopia) +- croptopia:deep_fried_shrimp (from Croptopia) +- croptopia:fried_calamari (from Croptopia) +- croptopia:crab_legs (from Croptopia) +- croptopia:steamed_clams (from Croptopia) +- croptopia:grilled_oysters (from Croptopia) +- croptopia:anchovy_pizza (from Croptopia) +- croptopia:mashed_potatoes (from Croptopia) + +#c:septuple_compressed_andesite +- compressor:septuple_compressed_andesite (from Compressor) + +#c:french_fries +- croptopia:french_fries (from Croptopia) + +#advancednetherite:swords/upgrade_to_netherite_iron +- #advancednetherite:swords/netherite (from Advanced Netherite) + +#c:raw_fishes +- #c:raw_fishes/cod (from Farmer's Delight) +- #c:raw_fishes/salmon (from Farmer's Delight) +- #c:raw_fishes/tropical_fish (from Farmer's Delight) + +#c:beryllium_ingots +- modern_industrialization:beryllium_ingot (from Modern Industrialization) + +#spectrum:alcohols +- #spectrum:drinkable_spirits (from Spectrum) +- spectrum:pure_alcohol (from Spectrum) +- spectrum:chrysocolla (from Spectrum) + +#trinkets:head/crown +- spectrum:ashen_circlet (from Spectrum) +- spectrum:weeping_circlet (from Spectrum) +- spectrum:puff_circlet (from Spectrum) +- spectrum:whispy_circlet (from Spectrum) + +#c:yellow_glass +- minecraft:yellow_stained_glass (from Porting Lib Tags) + +#c:black_dye +- minecraft:black_dye (from Applied Energistics 2) + +#c:marble_small_dusts +- techreborn:marble_small_dust (from Tech Reborn) + +#c:colorless_glass +- create:tiled_glass (from Create) +- create:framed_glass (from Create) +- create:horizontal_framed_glass (from Create) +- create:vertical_framed_glass (from Create) +- minecraft:glass (from Porting Lib Tags) + +#c:steamed_crabs +- croptopia:steamed_crab (from Croptopia) + +#c:peach_jams +- croptopia:peach_jam (from Croptopia) +- #c:jams/peach_jam (from Croptopia) + +#c:tinted_glass +- minecraft:tinted_glass (from Porting Lib Tags) + +#advancednetherite:config/pacify_piglins +- #advancednetherite:tiers/armor/netherite_gold (from Advanced Netherite) +- #advancednetherite:tiers/armor/netherite_diamond (from Advanced Netherite) + +#c:soybeans +- croptopia:soybean (from Croptopia) +- #c:vegetables/soybean (from Croptopia) +- croptopia:soybean (from Croptopia) +- #c:crops/soybean (from Croptopia) + +#c:crops/soybean +- croptopia:soybean (from Croptopia) + +#c:triple_compressed_blackstone +- compressor:triple_compressed_blackstone (from Compressor) + +#c:nether_bricks +- minecraft:nether_bricks (from Fabric Waystones) +- minecraft:chiseled_nether_bricks (from Fabric Waystones) +- minecraft:cracked_nether_bricks (from Fabric Waystones) + +#c:superconductor_plates +- modern_industrialization:superconductor_plate (from Modern Industrialization) + +#c:lemon_chickens +- croptopia:lemon_chicken (from Croptopia) + +#another_furniture:chairs +- another_furniture:oak_chair (from Another Furniture) +- another_furniture:spruce_chair (from Another Furniture) +- another_furniture:birch_chair (from Another Furniture) +- another_furniture:jungle_chair (from Another Furniture) +- another_furniture:acacia_chair (from Another Furniture) +- another_furniture:dark_oak_chair (from Another Furniture) +- another_furniture:mangrove_chair? (from Another Furniture) +- another_furniture:crimson_chair (from Another Furniture) +- another_furniture:warped_chair (from Another Furniture) + +#c:stripped_logs +- #create:vanilla_stripped_logs (from Create) +- #create:modded_stripped_logs (from Create) + +#forge:seeds/wheat +- minecraft:wheat_seeds (from chisels-and-bits) + +#forge:ingots/iron +- minecraft:iron_ingot (from chisels-and-bits) + +#spectrum:colored_pressure_plates +- spectrum:black_pressure_plate (from Spectrum) +- spectrum:blue_pressure_plate (from Spectrum) +- spectrum:brown_pressure_plate (from Spectrum) +- spectrum:cyan_pressure_plate (from Spectrum) +- spectrum:gray_pressure_plate (from Spectrum) +- spectrum:green_pressure_plate (from Spectrum) +- spectrum:light_blue_pressure_plate (from Spectrum) +- spectrum:light_gray_pressure_plate (from Spectrum) +- spectrum:lime_pressure_plate (from Spectrum) +- spectrum:magenta_pressure_plate (from Spectrum) +- spectrum:orange_pressure_plate (from Spectrum) +- spectrum:pink_pressure_plate (from Spectrum) +- spectrum:purple_pressure_plate (from Spectrum) +- spectrum:red_pressure_plate (from Spectrum) +- spectrum:white_pressure_plate (from Spectrum) +- spectrum:yellow_pressure_plate (from Spectrum) + +#advancednetherite:boots/upgrade_to_netherite_emerald +- #advancednetherite:boots/netherite_gold (from Advanced Netherite) + +#c:quintuple_compressed_diorite +- compressor:quintuple_compressed_diorite (from Compressor) + +#balm:iron_nuggets +- #c:iron_nuggets? (from Balm) +- minecraft:iron_nugget (from Balm) + +#twilightforest:darkwood_logs +- twilightforest:dark_log (from The Twilight Forest) +- twilightforest:stripped_dark_log (from The Twilight Forest) +- twilightforest:dark_wood (from The Twilight Forest) +- twilightforest:stripped_dark_wood (from The Twilight Forest) + +#croptopia:melons +- minecraft:melon_slice (from Croptopia) +- croptopia:honeydew (from Croptopia) +- croptopia:cantaloupe (from Croptopia) + +#advancednetherite:helmets/upgrade_to_netherite_emerald +- #advancednetherite:helmets/netherite_gold (from Advanced Netherite) + +#minecraft:anvil +- minecraft:anvil (from Default) +- minecraft:chipped_anvil (from Default) +- minecraft:damaged_anvil (from Default) +- spectrum:bedrock_anvil (from Spectrum) + +#c:iron_blocks +- minecraft:iron_block (from Catwalks Inc.) +- minecraft:iron_block (from Porting Lib Tags) +- minecraft:iron_block (from Modern Industrialization) + +#forge:sand +- #byg:sand (from Oh The Biomes You'll Go) +- #forge:sand/colorless (from chisels-and-bits) +- #forge:sand/red (from chisels-and-bits) + +#c:peanut_seeds +- croptopia:peanut_seed (from Croptopia) +- #c:seeds/peanut (from Croptopia) + +#c:portable/catography_table +- portable_tables:portable_cartography_table (from Portable Tables) + +#c:saltpeter_dusts +- techreborn:saltpeter_dust (from Tech Reborn) + +#c:portable/smithing +- portable_tables:portable_smithing (from Portable Tables) + +#spectrum:mob_heads +- minecraft:skeleton_skull (from Spectrum) +- minecraft:wither_skeleton_skull (from Spectrum) +- minecraft:zombie_head (from Spectrum) +- minecraft:creeper_head (from Spectrum) +- minecraft:dragon_head (from Spectrum) +- spectrum:egg_laying_wooly_pig_head (from Spectrum) +- spectrum:axolotl_blue_head (from Spectrum) +- spectrum:axolotl_brown_head (from Spectrum) +- spectrum:axolotl_cyan_head (from Spectrum) +- spectrum:axolotl_gold_head (from Spectrum) +- spectrum:axolotl_leucistic_head (from Spectrum) +- spectrum:bat_head (from Spectrum) +- spectrum:bee_head (from Spectrum) +- spectrum:blaze_head (from Spectrum) +- spectrum:cat_head (from Spectrum) +- spectrum:cave_spider_head (from Spectrum) +- spectrum:chicken_head (from Spectrum) +- spectrum:clownfish_head (from Spectrum) +- spectrum:cow_head (from Spectrum) +- spectrum:donkey_head (from Spectrum) +- spectrum:drowned_head (from Spectrum) +- spectrum:elder_guardian_head (from Spectrum) +- spectrum:enderman_head (from Spectrum) +- spectrum:endermite_head (from Spectrum) +- spectrum:evoker_head (from Spectrum) +- spectrum:fox_head (from Spectrum) +- spectrum:fox_arctic_head (from Spectrum) +- spectrum:ghast_head (from Spectrum) +- spectrum:glow_squid_head (from Spectrum) +- spectrum:goat_head (from Spectrum) +- spectrum:guardian_head (from Spectrum) +- spectrum:hoglin_head (from Spectrum) +- spectrum:horse_head (from Spectrum) +- spectrum:husk_head (from Spectrum) +- spectrum:illusioner_head (from Spectrum) +- spectrum:iron_golem_head (from Spectrum) +- spectrum:llama_head (from Spectrum) +- spectrum:magma_cube_head (from Spectrum) +- spectrum:mooshroom_red_head (from Spectrum) +- spectrum:mooshroom_brown_head (from Spectrum) +- spectrum:mule_head (from Spectrum) +- spectrum:ocelot_head (from Spectrum) +- spectrum:panda_head (from Spectrum) +- spectrum:parrot_blue_head (from Spectrum) +- spectrum:parrot_cyan_head (from Spectrum) +- spectrum:parrot_gray_head (from Spectrum) +- spectrum:parrot_green_head (from Spectrum) +- spectrum:parrot_red_head (from Spectrum) +- spectrum:phantom_head (from Spectrum) +- spectrum:pig_head (from Spectrum) +- spectrum:piglin_head (from Spectrum) +- spectrum:polar_bear_head (from Spectrum) +- spectrum:pufferfish_head (from Spectrum) +- spectrum:rabbit_head (from Spectrum) +- spectrum:ravager_head (from Spectrum) +- spectrum:salmon_head (from Spectrum) +- spectrum:sheep_black_head (from Spectrum) +- spectrum:sheep_blue_head (from Spectrum) +- spectrum:sheep_brown_head (from Spectrum) +- spectrum:sheep_cyan_head (from Spectrum) +- spectrum:sheep_gray_head (from Spectrum) +- spectrum:sheep_green_head (from Spectrum) +- spectrum:sheep_light_blue_head (from Spectrum) +- spectrum:sheep_light_gray_head (from Spectrum) +- spectrum:sheep_lime_head (from Spectrum) +- spectrum:sheep_magenta_head (from Spectrum) +- spectrum:sheep_orange_head (from Spectrum) +- spectrum:sheep_pink_head (from Spectrum) +- spectrum:sheep_purple_head (from Spectrum) +- spectrum:sheep_red_head (from Spectrum) +- spectrum:sheep_white_head (from Spectrum) +- spectrum:sheep_yellow_head (from Spectrum) +- spectrum:shulker_black_head (from Spectrum) +- spectrum:shulker_blue_head (from Spectrum) +- spectrum:shulker_brown_head (from Spectrum) +- spectrum:shulker_cyan_head (from Spectrum) +- spectrum:shulker_gray_head (from Spectrum) +- spectrum:shulker_green_head (from Spectrum) +- spectrum:shulker_light_blue_head (from Spectrum) +- spectrum:shulker_light_gray_head (from Spectrum) +- spectrum:shulker_lime_head (from Spectrum) +- spectrum:shulker_magenta_head (from Spectrum) +- spectrum:shulker_orange_head (from Spectrum) +- spectrum:shulker_pink_head (from Spectrum) +- spectrum:shulker_purple_head (from Spectrum) +- spectrum:shulker_red_head (from Spectrum) +- spectrum:shulker_white_head (from Spectrum) +- spectrum:shulker_yellow_head (from Spectrum) +- spectrum:silverfish_head (from Spectrum) +- spectrum:slime_head (from Spectrum) +- spectrum:snow_golem_head (from Spectrum) +- spectrum:spider_head (from Spectrum) +- spectrum:squid_head (from Spectrum) +- spectrum:stray_head (from Spectrum) +- spectrum:strider_head (from Spectrum) +- spectrum:trader_llama_head (from Spectrum) +- spectrum:turtle_head (from Spectrum) +- spectrum:vex_head (from Spectrum) +- spectrum:villager_head (from Spectrum) +- spectrum:vindicator_head (from Spectrum) +- spectrum:wandering_trader_head (from Spectrum) +- spectrum:witch_head (from Spectrum) +- spectrum:wither_head (from Spectrum) +- spectrum:wolf_head (from Spectrum) +- spectrum:zoglin_head (from Spectrum) +- spectrum:zombie_villager_head (from Spectrum) +- spectrum:zombified_piglin_head (from Spectrum) + +#advancednetherite:chestplates/netherite_iron +- advancednetherite:netherite_iron_chestplate (from Advanced Netherite) + +#c:saplings/kumquat +- croptopia:kumquat_sapling (from Croptopia) + +#c:sandstone +- minecraft:sandstone (from Porting Lib Tags) +- minecraft:cut_sandstone (from Porting Lib Tags) +- minecraft:chiseled_sandstone (from Porting Lib Tags) +- minecraft:smooth_sandstone (from Porting Lib Tags) +- minecraft:red_sandstone (from Porting Lib Tags) +- minecraft:cut_red_sandstone (from Porting Lib Tags) +- minecraft:chiseled_red_sandstone (from Porting Lib Tags) +- minecraft:smooth_red_sandstone (from Porting Lib Tags) + +#ae2:can_remove_color +- minecraft:water_bucket (from Applied Energistics 2) +- minecraft:snowball (from Applied Energistics 2) + +#byg:all/stairs +- #minecraft:stairs? (from Oh The Biomes You'll Go) + +#advancednetherite:ingots/upgrade_to_netherite_gold +- #advancednetherite:ingots/netherites_iron (from Advanced Netherite) + +#byg:saplings +- byg:araucaria_sapling (from Oh The Biomes You'll Go) +- byg:aspen_sapling (from Oh The Biomes You'll Go) +- byg:baobab_sapling (from Oh The Biomes You'll Go) +- byg:blue_enchanted_sapling (from Oh The Biomes You'll Go) +- byg:blue_spruce_sapling (from Oh The Biomes You'll Go) +- byg:brown_birch_sapling (from Oh The Biomes You'll Go) +- byg:brown_oak_sapling (from Oh The Biomes You'll Go) +- byg:brown_zelkova_sapling (from Oh The Biomes You'll Go) +- byg:cika_sapling (from Oh The Biomes You'll Go) +- byg:cypress_sapling (from Oh The Biomes You'll Go) +- byg:ebony_sapling (from Oh The Biomes You'll Go) +- byg:ether_sapling (from Oh The Biomes You'll Go) +- byg:fir_sapling (from Oh The Biomes You'll Go) +- byg:green_enchanted_sapling (from Oh The Biomes You'll Go) +- byg:holly_sapling (from Oh The Biomes You'll Go) +- byg:indigo_jacaranda_sapling (from Oh The Biomes You'll Go) +- byg:jacaranda_sapling (from Oh The Biomes You'll Go) +- byg:joshua_sapling (from Oh The Biomes You'll Go) +- byg:lament_sapling (from Oh The Biomes You'll Go) +- byg:mahogany_sapling (from Oh The Biomes You'll Go) +- byg:maple_sapling (from Oh The Biomes You'll Go) +- byg:nightshade_sapling (from Oh The Biomes You'll Go) +- byg:orange_birch_sapling (from Oh The Biomes You'll Go) +- byg:orange_oak_sapling (from Oh The Biomes You'll Go) +- byg:orange_spruce_sapling (from Oh The Biomes You'll Go) +- byg:orchard_sapling (from Oh The Biomes You'll Go) +- byg:palm_sapling (from Oh The Biomes You'll Go) +- byg:palo_verde_sapling (from Oh The Biomes You'll Go) +- byg:pine_sapling (from Oh The Biomes You'll Go) +- byg:pink_cherry_sapling (from Oh The Biomes You'll Go) +- byg:rainbow_eucalyptus_sapling (from Oh The Biomes You'll Go) +- byg:red_birch_sapling (from Oh The Biomes You'll Go) +- byg:red_maple_sapling (from Oh The Biomes You'll Go) +- byg:red_oak_sapling (from Oh The Biomes You'll Go) +- byg:red_spruce_sapling (from Oh The Biomes You'll Go) +- byg:redwood_sapling (from Oh The Biomes You'll Go) +- byg:silver_maple_sapling (from Oh The Biomes You'll Go) +- byg:skyris_sapling (from Oh The Biomes You'll Go) +- byg:white_cherry_sapling (from Oh The Biomes You'll Go) +- byg:white_mangrove_sapling (from Oh The Biomes You'll Go) +- byg:willow_sapling (from Oh The Biomes You'll Go) +- byg:witch_hazel_sapling (from Oh The Biomes You'll Go) +- byg:withering_oak_sapling (from Oh The Biomes You'll Go) +- byg:yellow_birch_sapling (from Oh The Biomes You'll Go) +- byg:yellow_spruce_sapling (from Oh The Biomes You'll Go) +- byg:zelkova_sapling (from Oh The Biomes You'll Go) + +#c:roasted_pumpkin_seeds +- croptopia:roasted_pumpkin_seeds (from Croptopia) + +#c:crops/basil +- croptopia:basil (from Croptopia) + +#fabric:chestplates +- byg:ametrine_chestplate (from Oh The Biomes You'll Go) + +#c:quintuple_compressed_gravel +- compressor:quintuple_compressed_gravel (from Compressor) + +#minecraft:piglin_repellents +- minecraft:soul_torch (from Default) +- minecraft:soul_lantern (from Default) +- minecraft:soul_campfire (from Default) +- supplementaries:sconce_soul (from Supplementaries) + +#c:spinach +- croptopia:spinach (from Croptopia) +- #c:vegetables/spinach (from Croptopia) +- croptopia:spinach (from Croptopia) +- #c:crops/spinach (from Croptopia) + +#c:chicken_and_dumplings +- croptopia:chicken_and_dumplings (from Croptopia) + +#campanion:dyes +- minecraft:pink_dye (from Campanion) +- minecraft:blue_dye (from Campanion) +- minecraft:lime_dye (from Campanion) +- minecraft:purple_dye (from Campanion) +- minecraft:white_dye (from Campanion) +- minecraft:gray_dye (from Campanion) +- minecraft:magenta_dye (from Campanion) +- minecraft:green_dye (from Campanion) +- minecraft:red_dye (from Campanion) +- minecraft:orange_dye (from Campanion) +- minecraft:black_dye (from Campanion) +- minecraft:yellow_dye (from Campanion) +- minecraft:cyan_dye (from Campanion) +- minecraft:light_gray_dye (from Campanion) +- minecraft:brown_dye (from Campanion) +- minecraft:light_blue_dye (from Campanion) + +#c:seeds/peanut +- croptopia:peanut_seed (from Croptopia) + +#forge:fences/nether_brick +- minecraft:nether_brick_fence (from chisels-and-bits) + +#bookshelf:books +- #c:books (from Bookshelf) + +#forge:rods +- #forge:rods/blaze (from chisels-and-bits) +- #forge:rods/wooden (from chisels-and-bits) + +#c:silver_ores +- bewitchment:silver_ore (from Bewitchment) +- bewitchment:deepslate_silver_ore (from Bewitchment) +- indrev:silver_ore (from Industrial Revolution) +- indrev:deepslate_silver_ore (from Industrial Revolution) +- techreborn:silver_ore (from Tech Reborn) +- techreborn:deepslate_silver_ore (from Tech Reborn) + +#c:lime_glass_panes +- minecraft:lime_stained_glass_pane (from Porting Lib Tags) + +#ae2:knife +- ae2:certus_quartz_cutting_knife (from Applied Energistics 2) +- ae2:nether_quartz_cutting_knife (from Applied Energistics 2) + +#forge:ores/iron +- #minecraft:iron_ores (from chisels-and-bits) +- deeperdarker:sculk_stone_iron_ore (from Deeper and Darker) + +#spectrum:onyx_ores +- spectrum:onyx_ore (from Spectrum) +- spectrum:deepslate_onyx_ore (from Spectrum) + +#twilightforest:logs +- #twilightforest:twilight_oak_logs (from The Twilight Forest) +- #twilightforest:canopy_logs (from The Twilight Forest) +- #twilightforest:mangrove_logs (from The Twilight Forest) +- #twilightforest:darkwood_logs (from The Twilight Forest) +- #twilightforest:timewood_logs (from The Twilight Forest) +- #twilightforest:transwood_logs (from The Twilight Forest) +- #twilightforest:mining_logs (from The Twilight Forest) +- #twilightforest:sortwood_logs (from The Twilight Forest) + +#c:raw_iridium_blocks +- modern_industrialization:raw_iridium_block (from Modern Industrialization) +- techreborn:raw_iridium_storage_block (from Tech Reborn) + +#spectrum:mob_heads/equidae_heads +- spectrum:donkey_head (from Spectrum) +- spectrum:horse_head (from Spectrum) +- spectrum:mule_head (from Spectrum) + +#c:saplings/nutmeg +- croptopia:nutmeg_sapling (from Croptopia) + +#c:seeds/artichoke +- croptopia:artichoke_seed (from Croptopia) + +#c:cupronickel_dusts +- modern_industrialization:cupronickel_dust (from Modern Industrialization) + +#c:tin_nuggets +- indrev:tin_nugget (from Industrial Revolution) +- modern_industrialization:tin_nugget (from Modern Industrialization) +- techreborn:tin_nugget (from Tech Reborn) + +#bewitchment:strong_swords +- minecraft:netherite_sword (from Bewitchment) +- bewitchment:caduceus (from Bewitchment) +- bewitchment:horned_spear (from Bewitchment) + +#c:glowstone_dusts +- minecraft:glowstone_dust (from Applied Energistics 2) +- minecraft:glowstone_dust (from Incubus Core) + +#minecraft:wooden_buttons +- minecraft:oak_button (from Default) +- minecraft:spruce_button (from Default) +- minecraft:birch_button (from Default) +- minecraft:jungle_button (from Default) +- minecraft:acacia_button (from Default) +- minecraft:dark_oak_button (from Default) +- minecraft:crimson_button (from Default) +- minecraft:warped_button (from Default) +- minecraft:mangrove_button (from Default) +- bewitchment:juniper_button (from Bewitchment) +- bewitchment:cypress_button (from Bewitchment) +- bewitchment:elder_button (from Bewitchment) +- bewitchment:dragons_blood_button (from Bewitchment) +- biomemakeover:blighted_balsa_button (from Biome Makeover) +- biomemakeover:willow_button (from Biome Makeover) +- biomemakeover:swamp_cypress_button (from Biome Makeover) +- biomemakeover:ancient_oak_button (from Biome Makeover) +- byg:aspen_button (from Oh The Biomes You'll Go) +- byg:baobab_button (from Oh The Biomes You'll Go) +- byg:blue_enchanted_button (from Oh The Biomes You'll Go) +- byg:bulbis_button (from Oh The Biomes You'll Go) +- byg:cherry_button (from Oh The Biomes You'll Go) +- byg:cika_button (from Oh The Biomes You'll Go) +- byg:cypress_button (from Oh The Biomes You'll Go) +- byg:ebony_button (from Oh The Biomes You'll Go) +- byg:embur_button (from Oh The Biomes You'll Go) +- byg:ether_button (from Oh The Biomes You'll Go) +- byg:fir_button (from Oh The Biomes You'll Go) +- byg:green_enchanted_button (from Oh The Biomes You'll Go) +- byg:holly_button (from Oh The Biomes You'll Go) +- byg:imparius_button (from Oh The Biomes You'll Go) +- byg:jacaranda_button (from Oh The Biomes You'll Go) +- byg:lament_button (from Oh The Biomes You'll Go) +- byg:mahogany_button (from Oh The Biomes You'll Go) +- byg:maple_button (from Oh The Biomes You'll Go) +- byg:nightshade_button (from Oh The Biomes You'll Go) +- byg:palm_button (from Oh The Biomes You'll Go) +- byg:pine_button (from Oh The Biomes You'll Go) +- byg:rainbow_eucalyptus_button (from Oh The Biomes You'll Go) +- byg:redwood_button (from Oh The Biomes You'll Go) +- byg:skyris_button (from Oh The Biomes You'll Go) +- byg:sythian_button (from Oh The Biomes You'll Go) +- byg:white_mangrove_button (from Oh The Biomes You'll Go) +- byg:willow_button (from Oh The Biomes You'll Go) +- byg:witch_hazel_button (from Oh The Biomes You'll Go) +- byg:zelkova_button (from Oh The Biomes You'll Go) +- deeperdarker:echo_button (from Deeper and Darker) +- ecologics:coconut_button (from Ecologics) +- ecologics:walnut_button (from Ecologics) +- ecologics:azalea_button (from Ecologics) +- hexcasting:edified_button (from Hex Casting) +- #spectrum:colored_buttons (from Spectrum) +- techreborn:rubber_button (from Tech Reborn) +- twilightforest:twilight_oak_button (from The Twilight Forest) +- twilightforest:canopy_button (from The Twilight Forest) +- twilightforest:mangrove_button (from The Twilight Forest) +- twilightforest:dark_button (from The Twilight Forest) +- twilightforest:time_button (from The Twilight Forest) +- twilightforest:transformation_button (from The Twilight Forest) +- twilightforest:mining_button (from The Twilight Forest) +- twilightforest:sorting_button (from The Twilight Forest) +- vinery:cherry_button (from Vinery) + +#c:vegetables/zucchini +- croptopia:zucchini (from Croptopia) + +#c:terracotta +- minecraft:white_terracotta (from Incubus Core) +- minecraft:orange_terracotta (from Incubus Core) +- minecraft:magenta_terracotta (from Incubus Core) +- minecraft:light_blue_terracotta (from Incubus Core) +- minecraft:yellow_terracotta (from Incubus Core) +- minecraft:lime_terracotta (from Incubus Core) +- minecraft:pink_terracotta (from Incubus Core) +- minecraft:gray_terracotta (from Incubus Core) +- minecraft:light_gray_terracotta (from Incubus Core) +- minecraft:cyan_terracotta (from Incubus Core) +- minecraft:purple_terracotta (from Incubus Core) +- minecraft:blue_terracotta (from Incubus Core) +- minecraft:brown_terracotta (from Incubus Core) +- minecraft:green_terracotta (from Incubus Core) +- minecraft:red_terracotta (from Incubus Core) +- minecraft:black_terracotta (from Incubus Core) + +#modern_industrialization:replicator_blacklist +- ad_astra:tier_1_rover (from Ad Astra!) +- ad_astra:tier_1_rocket (from Ad Astra!) +- ad_astra:tier_2_rocket (from Ad Astra!) +- ad_astra:tier_3_rocket (from Ad Astra!) +- ad_astra:tier_4_rocket (from Ad Astra!) +- botania:infinite_fruit (from Botania) +- botania:king_key (from Botania) +- botania:flugel_eye (from Botania) +- botania:thor_ring (from Botania) +- botania:odin_ring (from Botania) +- botania:loki_ring (from Botania) +- botania:dice (from Botania) +- botania:mana_tablet (from Botania) +- botania:mana_ring (from Botania) +- botania:mana_ring_greater (from Botania) +- botania:blacker_lotus (from Botania) +- botania:black_hole_talisman (from Botania) +- botania:flower_bag (from Botania) +- botania:spawner_mover (from Botania) +- botania:terra_pick (from Botania) +- botania:terrasteel_block (from Botania) +- coxinhautilities:portable_tank_mk1 (from Coxinha Utilities) +- coxinhautilities:portable_tank_mk2 (from Coxinha Utilities) +- coxinhautilities:portable_tank_mk3 (from Coxinha Utilities) +- coxinhautilities:portable_tank_mk4 (from Coxinha Utilities) +- coxinhautilities:portable_tank_mk5 (from Coxinha Utilities) +- coxinhautilities:cardboard_box (from Coxinha Utilities) +- minecraft:bundle (from Modern Industrialization) +- #c:shulker_boxes (from Modern Industrialization) +- #modern_industrialization:tanks (from Modern Industrialization) +- #modern_industrialization:barrels (from Modern Industrialization) +- #spectrum:bedrock_equipment (from Spectrum) +- #spectrum:bedrock_armor (from Spectrum) +- #spectrum:gemstone_armor (from Spectrum) +- #spectrum:mob_heads (from Spectrum) +- spectrum:bottomless_bundle (from Spectrum) +- spectrum:memory (from Spectrum) +- spectrum:cracked_end_portal_frame (from Spectrum) +- #spectrum:pedestals (from Spectrum) +- spectrum:knowledge_gem (from Spectrum) +- spectrum:celestial_pocketwatch (from Spectrum) +- spectrum:moonstone_shard (from Spectrum) +- spectrum:moonstone_powder (from Spectrum) +- spectrum:onyx_shard (from Spectrum) +- spectrum:onyx_powder (from Spectrum) +- spectrum:spectral_shard (from Spectrum) +- spectrum:hibernating_jade_vine_seeds (from Spectrum) +- spectrum:germinated_jade_vine_seeds (from Spectrum) +- spectrum:jade_vine_petals (from Spectrum) +- spectrum:moonstruck_nectar (from Spectrum) +- spectrum:vegetal (from Spectrum) +- spectrum:neolith (from Spectrum) +- spectrum:bedrock_dust (from Spectrum) +- spectrum:midnight_aberration (from Spectrum) +- spectrum:midnight_chip (from Spectrum) +- spectrum:multitool (from Spectrum) +- spectrum:tender_pickaxe (from Spectrum) +- spectrum:lucky_pickaxe (from Spectrum) +- spectrum:razor_falchion (from Spectrum) +- spectrum:oblivion_pickaxe (from Spectrum) +- spectrum:resonant_pickaxe (from Spectrum) +- spectrum:ender_splice (from Spectrum) +- #spectrum:trinkets (from Spectrum) + +#c:helmets +- minecraft:leather_helmet (from Bookshelf) +- minecraft:chainmail_helmet (from Bookshelf) +- minecraft:iron_helmet (from Bookshelf) +- minecraft:golden_helmet (from Bookshelf) +- minecraft:diamond_helmet (from Bookshelf) +- minecraft:netherite_helmet (from Bookshelf) +- minecraft:turtle_helmet (from Bookshelf) +- byg:ametrine_helmet (from Oh The Biomes You'll Go) +- minecraft:leather_helmet (from Porting Lib Tags) +- minecraft:turtle_helmet (from Porting Lib Tags) +- minecraft:chainmail_helmet (from Porting Lib Tags) +- minecraft:iron_helmet (from Porting Lib Tags) +- minecraft:golden_helmet (from Porting Lib Tags) +- minecraft:diamond_helmet (from Porting Lib Tags) +- minecraft:netherite_helmet (from Porting Lib Tags) + +#c:basil +- croptopia:basil (from Croptopia) +- #c:crops/basil (from Croptopia) + +#c:milk_buckets +- minecraft:milk_bucket (from Fabric Convention Tags) +- minecraft:milk_bucket (from Milk Lib) + +#ctov:iron_armour +- minecraft:iron_helmet (from ChoiceTheorem's Overhauled Villages) +- minecraft:iron_chestplate (from ChoiceTheorem's Overhauled Villages) +- minecraft:iron_leggings (from ChoiceTheorem's Overhauled Villages) +- minecraft:iron_boots (from ChoiceTheorem's Overhauled Villages) + +#c:budding_blocks +- minecraft:budding_amethyst (from Applied Energistics 2) +- ae2:flawless_budding_quartz (from Applied Energistics 2) +- ae2:flawed_budding_quartz (from Applied Energistics 2) +- ae2:chipped_budding_quartz (from Applied Energistics 2) +- ae2:damaged_budding_quartz (from Applied Energistics 2) + +#forge:storage_blocks/quartz +- minecraft:quartz_block (from chisels-and-bits) + +#forge:dyes/green +- minecraft:green_dye (from chisels-and-bits) + +#c:crops/mango +- croptopia:mango (from Croptopia) + +#botania:dragonstone_gems +- botania:dragonstone (from Botania) + +#byg:cypress_logs +- byg:cypress_log (from Oh The Biomes You'll Go) +- byg:cypress_wood (from Oh The Biomes You'll Go) +- byg:stripped_cypress_log (from Oh The Biomes You'll Go) +- byg:stripped_cypress_wood (from Oh The Biomes You'll Go) + +#byg:ice +- byg:black_ice (from Oh The Biomes You'll Go) +- byg:packed_black_ice (from Oh The Biomes You'll Go) + +#the_bumblezone:enderpearl_teleporting/target_armor +- productivebees:bee_nest_diamond_helmet? (from The Bumblezone - Fabric) +- mcda:beehive_armor_helmet? (from The Bumblezone - Fabric) +- mcda:beehive_armor_chestplate? (from The Bumblezone - Fabric) +- mcda:beehive_armor_leggings? (from The Bumblezone - Fabric) +- mcda:beehive_armor_boots? (from The Bumblezone - Fabric) +- mcda:beenest_armor_helmet? (from The Bumblezone - Fabric) +- mcda:beenest_armor_chestplate? (from The Bumblezone - Fabric) +- mcda:beenest_armor_leggings? (from The Bumblezone - Fabric) +- mcda:beenest_armor_boots? (from The Bumblezone - Fabric) +- dungeons_gear:beenest_helmet? (from The Bumblezone - Fabric) +- dungeons_gear:beenest_chestplate? (from The Bumblezone - Fabric) +- dungeons_gear:beenest_leggings? (from The Bumblezone - Fabric) +- dungeons_gear:beenest_boots? (from The Bumblezone - Fabric) +- dungeons_gear:beehive_helmet? (from The Bumblezone - Fabric) +- dungeons_gear:beehive_chestplate? (from The Bumblezone - Fabric) +- dungeons_gear:beehive_leggings? (from The Bumblezone - Fabric) +- dungeons_gear:beehive_boots? (from The Bumblezone - Fabric) +- duneons:beenest_helmet? (from The Bumblezone - Fabric) +- duneons:beenest_chestplate? (from The Bumblezone - Fabric) +- duneons:beehive_helmet? (from The Bumblezone - Fabric) +- duneons:beehive_chestplate? (from The Bumblezone - Fabric) + +#c:red_sandstones +- minecraft:red_sandstone (from Fabric Waystones) +- minecraft:smooth_red_sandstone (from Fabric Waystones) +- minecraft:chiseled_red_sandstone (from Fabric Waystones) +- minecraft:cut_red_sandstone (from Fabric Waystones) + +#forge:tool/wrench +- supplementaries:wrench (from Supplementaries) + +#advancednetherite:helmets/netherite_iron +- advancednetherite:netherite_iron_helmet (from Advanced Netherite) + +#c:saplings/cashew +- croptopia:cashew_sapling (from Croptopia) + +#c:white_sand +- byg:white_sand (from Oh The Biomes You'll Go) + +#c:fruit +- minecraft:apple (from Incubus Core) +- minecraft:chorus_fruit (from Incubus Core) + +#c:roe +- croptopia:roe (from Croptopia) + +#c:raw_tungsten_ores +- indrev:raw_tungsten (from Industrial Revolution) +- modern_industrialization:raw_tungsten (from Modern Industrialization) +- techreborn:raw_tungsten (from Tech Reborn) + +#c:neodymium_tiny_dusts +- modern_industrialization:neodymium_tiny_dust (from Modern Industrialization) + +#c:calcite_dusts +- techreborn:calcite_dust (from Tech Reborn) + +#c:aluminum_nuggets +- modern_industrialization:aluminum_nugget (from Modern Industrialization) +- techreborn:aluminum_nugget (from Tech Reborn) + +#forge:shulker_boxes +- minecraft:shulker_box (from Supplementaries) +- minecraft:black_shulker_box (from Supplementaries) +- minecraft:blue_shulker_box (from Supplementaries) +- minecraft:brown_shulker_box (from Supplementaries) +- minecraft:cyan_shulker_box (from Supplementaries) +- minecraft:gray_shulker_box (from Supplementaries) +- minecraft:green_shulker_box (from Supplementaries) +- minecraft:light_blue_shulker_box (from Supplementaries) +- minecraft:light_gray_shulker_box (from Supplementaries) +- minecraft:lime_shulker_box (from Supplementaries) +- minecraft:magenta_shulker_box (from Supplementaries) +- minecraft:orange_shulker_box (from Supplementaries) +- minecraft:pink_shulker_box (from Supplementaries) +- minecraft:purple_shulker_box (from Supplementaries) +- minecraft:red_shulker_box (from Supplementaries) +- minecraft:white_shulker_box (from Supplementaries) +- minecraft:yellow_shulker_box (from Supplementaries) + +#c:quintuple_compressed_cobbled_deepslate +- compressor:quintuple_compressed_cobbled_deepslate (from Compressor) + +#origins:ranged_weapons +- spectrum:bedrock_crossbow (from Spectrum) +- spectrum:bedrock_bow (from Spectrum) + +#bookshelf:bows +- #c:bows (from Bookshelf) + +#forge:barrels/wooden +- minecraft:barrel (from chisels-and-bits) + +#minecraft:overworld_natural_logs +- minecraft:acacia_log (from Default) +- minecraft:birch_log (from Default) +- minecraft:oak_log (from Default) +- minecraft:jungle_log (from Default) +- minecraft:spruce_log (from Default) +- minecraft:dark_oak_log (from Default) +- minecraft:mangrove_log (from Default) + +#c:crops/kumquat +- croptopia:kumquat (from Croptopia) + +#create:modded_stripped_logs +- ars_nouveau:stripped_blue_archwood_log? (from Create) +- ars_nouveau:stripped_purple_archwood_log? (from Create) +- ars_nouveau:stripped_green_archwood_log? (from Create) +- ars_nouveau:stripped_red_archwood_log? (from Create) +- botania:stripped_livingwood_log? (from Create) +- botania:stripped_dreamwood_log? (from Create) +- forbidden_arcanus:stripped_cherrywood_log? (from Create) +- forbidden_arcanus:stripped_mysterywood_log? (from Create) +- hexcasting:akashic_log_stripped? (from Create) +- integrateddynamics:menril_log_stripped? (from Create) +- byg:stripped_aspen_log? (from Create) +- byg:stripped_baobab_log? (from Create) +- byg:stripped_enchanted_log? (from Create) +- byg:stripped_cherry_log? (from Create) +- byg:stripped_cika_log? (from Create) +- byg:stripped_cypress_log? (from Create) +- byg:stripped_ebony_log? (from Create) +- byg:stripped_ether_log? (from Create) +- byg:stripped_fir_log? (from Create) +- byg:stripped_green_enchanted_log? (from Create) +- byg:stripped_holly_log? (from Create) +- byg:stripped_jacaranda_log? (from Create) +- byg:stripped_lament_log? (from Create) +- byg:stripped_mahogany_log? (from Create) +- byg:stripped_mangrove_log? (from Create) +- byg:stripped_maple_log? (from Create) +- byg:stripped_nightshade_log? (from Create) +- byg:stripped_palm_log? (from Create) +- byg:stripped_palo_verde_log? (from Create) +- byg:stripped_pine_log? (from Create) +- byg:stripped_rainbow_eucalyptus_log? (from Create) +- byg:stripped_redwood_log? (from Create) +- byg:stripped_skyris_log? (from Create) +- byg:stripped_willow_log? (from Create) +- byg:stripped_witch_hazel_log? (from Create) +- byg:stripped_zelkova_log? (from Create) +- silentgear:stripped_netherwood_log? (from Create) +- twilightforest:stripped_twilight_oak_log? (from Create) +- twilightforest:stripped_canopy_log? (from Create) +- twilightforest:stripped_mangrove_log? (from Create) +- twilightforest:stripped_dark_log? (from Create) +- twilightforest:stripped_time_log? (from Create) +- twilightforest:stripped_transformation_log? (from Create) +- twilightforest:stripped_mining_log? (from Create) +- twilightforest:stripped_sorting_log? (from Create) +- tconstruct:stripped_greenheart_log? (from Create) +- tconstruct:stripped_skyroot_log? (from Create) +- tconstruct:stripped_bloodshroom_log? (from Create) +- architects_palette:stripped_twisted_log? (from Create) +- quark:stripped_azalea_log? (from Create) +- quark:stripped_blossom_log? (from Create) +- ecologics:stripped_coconut_log? (from Create) +- ecologics:stripped_walnut_log? (from Create) +- ecologics:stripped_azalea_log? (from Create) +- biomesoplenty:stripped_fir_log? (from Create) +- biomesoplenty:stripped_redwood_log? (from Create) +- biomesoplenty:stripped_cherry_log? (from Create) +- biomesoplenty:stripped_mahogany_log? (from Create) +- biomesoplenty:stripped_jacaranda_log? (from Create) +- biomesoplenty:stripped_palm_log? (from Create) +- biomesoplenty:stripped_willow_log? (from Create) +- biomesoplenty:stripped_dead_log? (from Create) +- biomesoplenty:stripped_magic_log? (from Create) +- biomesoplenty:stripped_umbran_log? (from Create) +- biomesoplenty:stripped_hellbark_log? (from Create) +- blue_skies:stripped_bluebright_log? (from Create) +- blue_skies:stripped_starlit_log? (from Create) +- blue_skies:stripped_frostbright_log? (from Create) +- blue_skies:stripped_lunar_log? (from Create) +- blue_skies:stripped_dusk_log? (from Create) +- blue_skies:stripped_maple_log? (from Create) +- blue_skies:stripped_cherry_log? (from Create) +- byg:stripped_bulbis_stem? (from Create) + +#c:beryllium_plates +- modern_industrialization:beryllium_plate (from Modern Industrialization) + +#bewitchment:weak_wands +- minecraft:torch (from Bewitchment) +- minecraft:soul_torch (from Bewitchment) +- minecraft:lantern (from Bewitchment) +- minecraft:soul_lantern (from Bewitchment) +- bewitchment:iron_candelabra (from Bewitchment) + +#c:raw_uranium_ores +- modern_industrialization:raw_uranium (from Modern Industrialization) + +#c:crops/cherry +- croptopia:cherry (from Croptopia) + +#advancednetherite:leggings/upgrade_to_netherite_emerald +- #advancednetherite:leggings/netherite_gold (from Advanced Netherite) + +#forge:storage_blocks/raw_iron +- minecraft:raw_iron_block (from chisels-and-bits) + +#forge:ropes +- supplementaries:rope? (from Supplementaries) + +#c:annealed_copper_tiny_dusts +- modern_industrialization:annealed_copper_tiny_dust (from Modern Industrialization) + +#c:garlic +- croptopia:garlic (from Croptopia) +- #c:vegetables/garlic (from Croptopia) +- croptopia:garlic (from Croptopia) +- #c:crops/garlic (from Croptopia) + +#c:brass_dusts +- techreborn:brass_dust (from Tech Reborn) + +#c:lead_blocks +- indrev:lead_block (from Industrial Revolution) +- modern_industrialization:lead_block (from Modern Industrialization) +- techreborn:lead_storage_block (from Tech Reborn) + +#create:stone_types/calcite +- create:cut_calcite (from Create) +- create:cut_calcite_stairs (from Create) +- create:cut_calcite_wall (from Create) +- create:polished_cut_calcite (from Create) +- create:polished_cut_calcite_stairs (from Create) +- create:polished_cut_calcite_wall (from Create) +- create:cut_calcite_bricks (from Create) +- create:cut_calcite_brick_stairs (from Create) +- create:cut_calcite_brick_wall (from Create) +- create:small_calcite_bricks (from Create) +- create:small_calcite_brick_stairs (from Create) +- create:small_calcite_brick_wall (from Create) +- create:layered_calcite (from Create) +- create:calcite_pillar (from Create) + +#c:small_corals_blue +- minecraft:tube_coral (from Tech Reborn) +- minecraft:tube_coral_fan (from Tech Reborn) + +#forge:ores_in_ground/stone +- minecraft:coal_ore (from chisels-and-bits) +- minecraft:copper_ore (from chisels-and-bits) +- minecraft:diamond_ore (from chisels-and-bits) +- minecraft:emerald_ore (from chisels-and-bits) +- minecraft:gold_ore (from chisels-and-bits) +- minecraft:iron_ore (from chisels-and-bits) +- minecraft:lapis_ore (from chisels-and-bits) +- minecraft:redstone_ore (from chisels-and-bits) + +#forge:glass_panes/pink +- minecraft:pink_stained_glass_pane (from chisels-and-bits) + +#c:pizzas +- croptopia:pizza (from Croptopia) + +#minecraft:completes_find_tree_tutorial +- #minecraft:logs (from Default) +- #minecraft:leaves (from Default) +- #minecraft:wart_blocks (from Default) + +#c:cherry_jams +- croptopia:cherry_jam (from Croptopia) +- #c:jams/cherry_jam (from Croptopia) + +#the_bumblezone:bee_armor_repair_items +- minecraft:honeycomb (from The Bumblezone - Fabric) +- minecraft:leather (from The Bumblezone - Fabric) +- minecraft:rabbit_hide (from The Bumblezone - Fabric) +- #minecraft:wool (from The Bumblezone - Fabric) + +#forge:netherrack +- minecraft:netherrack (from chisels-and-bits) + +#c:peach_saplings +- croptopia:peach_sapling (from Croptopia) +- #c:saplings/peach (from Croptopia) + +#c:red_garnet_plates +- techreborn:red_garnet_plate (from Tech Reborn) + +#c:raisin_oatmeal_cookies +- croptopia:raisin_oatmeal_cookie (from Croptopia) + +#colorful-azaleas:azule_azalea_logs +- colorful-azaleas:azule_azalea_log (from Colorful Azaleas) +- colorful-azaleas:azule_azalea_wood (from Colorful Azaleas) +- colorful-azaleas:stripped_azule_azalea_log (from Colorful Azaleas) +- colorful-azaleas:stripped_azule_azalea_wood (from Colorful Azaleas) + +#minecraft:soul_fire_base_blocks +- minecraft:soul_sand (from Default) +- minecraft:soul_soil (from Default) +- biomemakeover:soul_embers (from Biome Makeover) +- spirit:soul_powder_block (from Spirit) +- spirit:compressed_soul_powder_block (from Spirit) +- spirit:compressed_soul_sand (from Spirit) + +#supplementaries:shulker_blacklist +- #forge:shulker_boxes? (from Supplementaries) +- supplementaries:safe? (from Supplementaries) +- supplementaries:sack? (from Supplementaries) + +#bookshelf:shears +- #c:shears (from Bookshelf) + +#forge:crops/flax +- supplementaries:flax (from Supplementaries) + +#c:beryllium_nuggets +- modern_industrialization:beryllium_nugget (from Modern Industrialization) + +#c:almond_brittles +- croptopia:almond_brittle (from Croptopia) + +#c:light_blue_dye +- minecraft:light_blue_dye (from Applied Energistics 2) + +#c:cucumber_salads +- croptopia:cucumber_salad (from Croptopia) + +#advancednetherite:chestplates/netherite_diamond +- advancednetherite:netherite_diamond_chestplate (from Advanced Netherite) + +#c:blastproof_alloy_plates +- modern_industrialization:blastproof_alloy_plate (from Modern Industrialization) + +#c:blackstone_bricks +- minecraft:polished_blackstone_bricks (from Fabric Waystones) +- minecraft:cracked_polished_blackstone_bricks (from Fabric Waystones) + +#c:septuple_compressed_stone +- compressor:septuple_compressed_stone (from Compressor) + +#c:purple_glass_panes +- minecraft:purple_stained_glass_pane (from Porting Lib Tags) + +#bewitchment:wands +- #bewitchment:weak_wands (from Bewitchment) +- #bewitchment:average_wands (from Bewitchment) +- #bewitchment:strong_wands (from Bewitchment) + +#tooltiprareness:legendary_item +- adventurez:source_stone (from AdventureZ) +- medievalweapons:thalleous_sword (from Medieval Weapons) + +#forge:glass_panes/cyan +- minecraft:cyan_stained_glass_pane (from chisels-and-bits) + +#c:lapis +- minecraft:lapis_lazuli (from Fabric Convention Tags) +- minecraft:lapis_lazuli (from Porting Lib Tags) + +#c:dough +- create:dough (from Create) +- farmersdelight:wheat_dough (from Farmer's Delight) +- #c:doughs? (from Farmer's Delight) + +#c:diamond_tiny_dusts +- modern_industrialization:diamond_tiny_dust (from Modern Industrialization) + +#forge:dusts/glowstone +- minecraft:glowstone_dust (from chisels-and-bits) + +#c:coral_plants +- #c:living_coral_plants (from Tech Reborn) +- #c:dead_coral_plants (from Tech Reborn) + +#supplementaries:placeable_books +- minecraft:book? (from Supplementaries) +- minecraft:enchanted_book? (from Supplementaries) +- inspirations:white_book? (from Supplementaries) +- inspirations:orange_book? (from Supplementaries) +- inspirations:magenta_book? (from Supplementaries) +- inspirations:light_blue_book? (from Supplementaries) +- inspirations:yellow_book? (from Supplementaries) +- inspirations:lime_book? (from Supplementaries) +- inspirations:pink_book? (from Supplementaries) +- inspirations:gray_book? (from Supplementaries) +- inspirations:light_gray_book? (from Supplementaries) +- inspirations:cyan_book? (from Supplementaries) +- inspirations:purple_book? (from Supplementaries) +- inspirations:blue_book? (from Supplementaries) +- inspirations:brown_book? (from Supplementaries) +- inspirations:green_book? (from Supplementaries) +- inspirations:red_book? (from Supplementaries) +- inspirations:black_book? (from Supplementaries) + +#minecraft:wool +- minecraft:white_wool (from Default) +- minecraft:orange_wool (from Default) +- minecraft:magenta_wool (from Default) +- minecraft:light_blue_wool (from Default) +- minecraft:yellow_wool (from Default) +- minecraft:lime_wool (from Default) +- minecraft:pink_wool (from Default) +- minecraft:gray_wool (from Default) +- minecraft:light_gray_wool (from Default) +- minecraft:cyan_wool (from Default) +- minecraft:purple_wool (from Default) +- minecraft:blue_wool (from Default) +- minecraft:brown_wool (from Default) +- minecraft:green_wool (from Default) +- minecraft:red_wool (from Default) +- minecraft:black_wool (from Default) +- ad_astra:glacian_fur (from Ad Astra!) +- bewitchment:hedgewitch_wool (from Bewitchment) +- bewitchment:alchemist_wool (from Bewitchment) +- bewitchment:besmirched_wool (from Bewitchment) + +#c:cashew_saplings +- croptopia:cashew_sapling (from Croptopia) +- #c:saplings/cashew (from Croptopia) + +#forge:glass/colorless +- minecraft:glass (from chisels-and-bits) + +#campanion:topped_tent_poles +- campanion:light_blue_topped_tent_pole (from Campanion) +- campanion:yellow_topped_tent_pole (from Campanion) +- campanion:gray_topped_tent_pole (from Campanion) +- campanion:magenta_topped_tent_pole (from Campanion) +- campanion:black_topped_tent_pole (from Campanion) +- campanion:cyan_topped_tent_pole (from Campanion) +- campanion:orange_topped_tent_pole (from Campanion) +- campanion:lime_topped_tent_pole (from Campanion) +- campanion:red_topped_tent_pole (from Campanion) +- campanion:white_topped_tent_pole (from Campanion) +- campanion:pink_topped_tent_pole (from Campanion) +- campanion:blue_topped_tent_pole (from Campanion) +- campanion:brown_topped_tent_pole (from Campanion) +- campanion:green_topped_tent_pole (from Campanion) +- campanion:light_gray_topped_tent_pole (from Campanion) +- campanion:purple_topped_tent_pole (from Campanion) + +#botania:elementium_blocks +- botania:elementium_block (from Botania) + +#c:raw_tungsten_blocks +- modern_industrialization:raw_tungsten_block (from Modern Industrialization) +- techreborn:raw_tungsten_storage_block (from Tech Reborn) + +#xps:seeds_list +- minecraft:wheat_seeds (from Xp Obelisk) +- minecraft:melon_seeds (from Xp Obelisk) +- minecraft:beetroot_seeds (from Xp Obelisk) +- minecraft:pumpkin_seeds (from Xp Obelisk) +- minecraft:cocoa_beans (from Xp Obelisk) + +#c:cupronickel_blocks +- modern_industrialization:cupronickel_block (from Modern Industrialization) + +#c:elderberry_seeds +- croptopia:elderberry_seed (from Croptopia) +- #c:seeds/elderberry (from Croptopia) + +#twilightforest:timewood_logs +- twilightforest:time_log (from The Twilight Forest) +- twilightforest:stripped_time_log (from The Twilight Forest) +- twilightforest:time_wood (from The Twilight Forest) +- twilightforest:stripped_time_wood (from The Twilight Forest) + +#minecraft:ice +- #byg:ice (from Oh The Biomes You'll Go) + +#c:raw_uranium_blocks +- modern_industrialization:raw_uranium_block (from Modern Industrialization) + +#c:sphalerite_small_dusts +- techreborn:sphalerite_small_dust (from Tech Reborn) + +#forge:stained_glass +- minecraft:white_stained_glass (from chisels-and-bits) +- minecraft:orange_stained_glass (from chisels-and-bits) +- minecraft:magenta_stained_glass (from chisels-and-bits) +- minecraft:light_blue_stained_glass (from chisels-and-bits) +- minecraft:yellow_stained_glass (from chisels-and-bits) +- minecraft:lime_stained_glass (from chisels-and-bits) +- minecraft:pink_stained_glass (from chisels-and-bits) +- minecraft:gray_stained_glass (from chisels-and-bits) +- minecraft:light_gray_stained_glass (from chisels-and-bits) +- minecraft:cyan_stained_glass (from chisels-and-bits) +- minecraft:purple_stained_glass (from chisels-and-bits) +- minecraft:blue_stained_glass (from chisels-and-bits) +- minecraft:brown_stained_glass (from chisels-and-bits) +- minecraft:green_stained_glass (from chisels-and-bits) +- minecraft:red_stained_glass (from chisels-and-bits) +- minecraft:black_stained_glass (from chisels-and-bits) + +#forge:nuggets/gold +- minecraft:gold_nugget (from chisels-and-bits) + +#bookshelf:helmets +- #c:helmets (from Bookshelf) + +#c:saplings/plum +- croptopia:plum_sapling (from Croptopia) + +#supplementaries:sign_posts +- supplementaries:sign_post_acacia (from Supplementaries) +- supplementaries:sign_post_warped (from Supplementaries) +- supplementaries:sign_post_oak (from Supplementaries) +- supplementaries:sign_post_spruce (from Supplementaries) +- supplementaries:sign_post_mangrove (from Supplementaries) +- supplementaries:sign_post_jungle (from Supplementaries) +- supplementaries:sign_post_crimson (from Supplementaries) +- supplementaries:sign_post_birch (from Supplementaries) +- supplementaries:sign_post_dark_oak (from Supplementaries) +- supplementaries:minecells/sign_post_putrid (from Supplementaries Generated Pack) +- supplementaries:spectrum/sign_post_green (from Supplementaries Generated Pack) +- supplementaries:spectrum/sign_post_red (from Supplementaries Generated Pack) +- supplementaries:byg/sign_post_nightshade (from Supplementaries Generated Pack) +- supplementaries:byg/sign_post_sythian (from Supplementaries Generated Pack) +- supplementaries:byg/sign_post_witch_hazel (from Supplementaries Generated Pack) +- supplementaries:colorful-azaleas/sign_post_bright_azalea (from Supplementaries Generated Pack) +- supplementaries:spectrum/sign_post_black (from Supplementaries Generated Pack) +- supplementaries:sign_post_warped (from Supplementaries Generated Pack) +- supplementaries:ecologics/sign_post_walnut (from Supplementaries Generated Pack) +- supplementaries:spectrum/sign_post_pink (from Supplementaries Generated Pack) +- supplementaries:byg/sign_post_willow (from Supplementaries Generated Pack) +- supplementaries:spectrum/sign_post_gray (from Supplementaries Generated Pack) +- supplementaries:spectrum/sign_post_blue (from Supplementaries Generated Pack) +- supplementaries:ecologics/sign_post_flowering_azalea (from Supplementaries Generated Pack) +- supplementaries:spectrum/sign_post_cyan (from Supplementaries Generated Pack) +- supplementaries:spectrum/sign_post_brown (from Supplementaries Generated Pack) +- supplementaries:byg/sign_post_baobab (from Supplementaries Generated Pack) +- supplementaries:colorful-azaleas/sign_post_tecal_azalea (from Supplementaries Generated Pack) +- supplementaries:byg/sign_post_palm (from Supplementaries Generated Pack) +- supplementaries:byg/sign_post_blue_enchanted (from Supplementaries Generated Pack) +- supplementaries:spectrum/sign_post_yellow (from Supplementaries Generated Pack) +- supplementaries:bewitchment/sign_post_juniper (from Supplementaries Generated Pack) +- supplementaries:bewitchment/sign_post_cypress (from Supplementaries Generated Pack) +- supplementaries:bewitchment/sign_post_elder (from Supplementaries Generated Pack) +- supplementaries:deeperdarker/sign_post_echo (from Supplementaries Generated Pack) +- supplementaries:twilightforest/sign_post_transformation (from Supplementaries Generated Pack) +- supplementaries:spectrum/sign_post_light_blue (from Supplementaries Generated Pack) +- supplementaries:colorful-azaleas/sign_post_fiss_azalea (from Supplementaries Generated Pack) +- supplementaries:biomemakeover/sign_post_ancient_oak (from Supplementaries Generated Pack) +- supplementaries:biomemakeover/sign_post_blighted_balsa (from Supplementaries Generated Pack) +- supplementaries:bewitchment/sign_post_dragons_blood (from Supplementaries Generated Pack) +- supplementaries:byg/sign_post_holly (from Supplementaries Generated Pack) +- supplementaries:byg/sign_post_redwood (from Supplementaries Generated Pack) +- supplementaries:hexcasting/sign_post_edified (from Supplementaries Generated Pack) +- supplementaries:botania/sign_post_dreamwood (from Supplementaries Generated Pack) +- supplementaries:sign_post_acacia (from Supplementaries Generated Pack) +- supplementaries:twilightforest/sign_post_twilight_oak (from Supplementaries Generated Pack) +- supplementaries:vinery/sign_post_cherry (from Supplementaries Generated Pack) +- supplementaries:byg/sign_post_zelkova (from Supplementaries Generated Pack) +- supplementaries:ecologics/sign_post_azalea (from Supplementaries Generated Pack) +- supplementaries:byg/sign_post_ebony (from Supplementaries Generated Pack) +- supplementaries:byg/sign_post_ether (from Supplementaries Generated Pack) +- supplementaries:spectrum/sign_post_light_gray (from Supplementaries Generated Pack) +- supplementaries:biomemakeover/sign_post_willow (from Supplementaries Generated Pack) +- supplementaries:byg/sign_post_white_mangrove (from Supplementaries Generated Pack) +- supplementaries:byg/sign_post_maple (from Supplementaries Generated Pack) +- supplementaries:spectrum/sign_post_white (from Supplementaries Generated Pack) +- supplementaries:ecologics/sign_post_coconut (from Supplementaries Generated Pack) +- supplementaries:ad_astra/sign_post_strophar (from Supplementaries Generated Pack) +- supplementaries:twilightforest/sign_post_sorting (from Supplementaries Generated Pack) +- supplementaries:colorful-azaleas/sign_post_azule_azalea (from Supplementaries Generated Pack) +- supplementaries:byg/sign_post_cherry (from Supplementaries Generated Pack) +- supplementaries:byg/sign_post_pine (from Supplementaries Generated Pack) +- supplementaries:spectrum/sign_post_magenta (from Supplementaries Generated Pack) +- supplementaries:byg/sign_post_fir (from Supplementaries Generated Pack) +- supplementaries:twilightforest/sign_post_canopy (from Supplementaries Generated Pack) +- supplementaries:spectrum/sign_post_lime (from Supplementaries Generated Pack) +- supplementaries:sign_post_birch (from Supplementaries Generated Pack) +- supplementaries:twilightforest/sign_post_mangrove (from Supplementaries Generated Pack) +- supplementaries:byg/sign_post_imparius (from Supplementaries Generated Pack) +- supplementaries:colorful-azaleas/sign_post_titanium_azalea (from Supplementaries Generated Pack) +- supplementaries:byg/sign_post_green_enchanted (from Supplementaries Generated Pack) +- supplementaries:byg/sign_post_jacaranda (from Supplementaries Generated Pack) +- supplementaries:twilightforest/sign_post_dark (from Supplementaries Generated Pack) +- supplementaries:ad_astra/sign_post_aeronos (from Supplementaries Generated Pack) +- supplementaries:byg/sign_post_mahogany (from Supplementaries Generated Pack) +- supplementaries:sign_post_jungle (from Supplementaries Generated Pack) +- supplementaries:byg/sign_post_aspen (from Supplementaries Generated Pack) +- supplementaries:byg/sign_post_skyris (from Supplementaries Generated Pack) +- supplementaries:byg/sign_post_cika (from Supplementaries Generated Pack) +- supplementaries:colorful-azaleas/sign_post_walnut_azalea (from Supplementaries Generated Pack) +- supplementaries:byg/sign_post_bulbis (from Supplementaries Generated Pack) +- supplementaries:spectrum/sign_post_purple (from Supplementaries Generated Pack) +- supplementaries:spectrum/sign_post_orange (from Supplementaries Generated Pack) +- supplementaries:byg/sign_post_cypress (from Supplementaries Generated Pack) +- supplementaries:twilightforest/sign_post_time (from Supplementaries Generated Pack) +- supplementaries:sign_post_dark_oak (from Supplementaries Generated Pack) +- supplementaries:botania/sign_post_livingwood (from Supplementaries Generated Pack) +- supplementaries:sign_post_crimson (from Supplementaries Generated Pack) +- supplementaries:techreborn/sign_post_rubber (from Supplementaries Generated Pack) +- supplementaries:byg/sign_post_rainbow_eucalyptus (from Supplementaries Generated Pack) +- supplementaries:ad_astra/sign_post_glacian (from Supplementaries Generated Pack) +- supplementaries:biomemakeover/sign_post_swamp_cypress (from Supplementaries Generated Pack) +- supplementaries:byg/sign_post_lament (from Supplementaries Generated Pack) +- supplementaries:colorful-azaleas/sign_post_roze_azalea (from Supplementaries Generated Pack) +- supplementaries:sign_post_oak (from Supplementaries Generated Pack) +- supplementaries:twilightforest/sign_post_mining (from Supplementaries Generated Pack) +- supplementaries:sign_post_mangrove (from Supplementaries Generated Pack) +- supplementaries:sign_post_spruce (from Supplementaries Generated Pack) + +#c:meads +- croptopia:mead (from Croptopia) + +#c:kale_seeds +- croptopia:kale_seed (from Croptopia) +- #c:seeds/kale (from Croptopia) + +#c:stainless_steel_blocks +- modern_industrialization:stainless_steel_block (from Modern Industrialization) + +#c:saplings +- #byg:saplings (from Oh The Biomes You'll Go) +- #c:saplings/almond (from Croptopia) +- #c:saplings/apple (from Croptopia) +- #c:saplings/apricot (from Croptopia) +- #c:saplings/avocado (from Croptopia) +- #c:saplings/banana (from Croptopia) +- #c:saplings/cashew (from Croptopia) +- #c:saplings/cherry (from Croptopia) +- #c:saplings/coconut (from Croptopia) +- #c:saplings/date (from Croptopia) +- #c:saplings/dragonfruit (from Croptopia) +- #c:saplings/fig (from Croptopia) +- #c:saplings/grapefruit (from Croptopia) +- #c:saplings/kumquat (from Croptopia) +- #c:saplings/lemon (from Croptopia) +- #c:saplings/lime (from Croptopia) +- #c:saplings/mango (from Croptopia) +- #c:saplings/nectarine (from Croptopia) +- #c:saplings/nutmeg (from Croptopia) +- #c:saplings/orange (from Croptopia) +- #c:saplings/peach (from Croptopia) +- #c:saplings/pear (from Croptopia) +- #c:saplings/pecan (from Croptopia) +- #c:saplings/persimmon (from Croptopia) +- #c:saplings/plum (from Croptopia) +- #c:saplings/starfruit (from Croptopia) +- #c:saplings/walnut (from Croptopia) +- #c:saplings/cinnamon (from Croptopia) + +#c:phosphorous_dusts +- techreborn:phosphorous_dust (from Tech Reborn) + +#c:stripped_wood +- #create:vanilla_stripped_wood (from Create) +- #create:modded_stripped_wood (from Create) + +#c:vegetables/turnip +- croptopia:turnip (from Croptopia) + +#twilightforest:mangrove_logs +- twilightforest:mangrove_log (from The Twilight Forest) +- twilightforest:stripped_mangrove_log (from The Twilight Forest) +- twilightforest:mangrove_wood (from The Twilight Forest) +- twilightforest:stripped_mangrove_wood (from The Twilight Forest) + +#c:invar_small_dusts +- techreborn:invar_small_dust (from Tech Reborn) + +#c:crops +- byg:blueberries (from Oh The Biomes You'll Go) +- byg:green_apple (from Oh The Biomes You'll Go) +- byg:crimson_berries (from Oh The Biomes You'll Go) +- #c:artichokes (from Croptopia) +- #c:asparagus (from Croptopia) +- #c:barley (from Croptopia) +- #c:basil (from Croptopia) +- #c:bellpeppers (from Croptopia) +- #c:blackbeans (from Croptopia) +- #c:blackberries (from Croptopia) +- #c:blueberries (from Croptopia) +- #c:broccoli (from Croptopia) +- #c:cabbage (from Croptopia) +- #c:cantaloupes (from Croptopia) +- #c:cauliflower (from Croptopia) +- #c:celery (from Croptopia) +- #c:chile_peppers (from Croptopia) +- #c:coffee_beans (from Croptopia) +- #c:corn (from Croptopia) +- #c:cranberries (from Croptopia) +- #c:cucumbers (from Croptopia) +- #c:currants (from Croptopia) +- #c:eggplants (from Croptopia) +- #c:elderberries (from Croptopia) +- #c:garlic (from Croptopia) +- #c:gingers (from Croptopia) +- #c:grapes (from Croptopia) +- #c:greenbeans (from Croptopia) +- #c:greenonions (from Croptopia) +- #c:honeydew (from Croptopia) +- #c:hops (from Croptopia) +- #c:kale (from Croptopia) +- #c:kiwis (from Croptopia) +- #c:leek (from Croptopia) +- #c:lettuce (from Croptopia) +- #c:mustard (from Croptopia) +- #c:oat (from Croptopia) +- #c:olives (from Croptopia) +- #c:onions (from Croptopia) +- #c:peanuts (from Croptopia) +- #c:pepper (from Croptopia) +- #c:pineapples (from Croptopia) +- #c:radishes (from Croptopia) +- #c:raspberries (from Croptopia) +- #c:rhubarb (from Croptopia) +- #c:rice (from Croptopia) +- #c:rutabagas (from Croptopia) +- #c:saguaros (from Croptopia) +- #c:soybeans (from Croptopia) +- #c:spinach (from Croptopia) +- #c:squashes (from Croptopia) +- #c:strawberries (from Croptopia) +- #c:sweetpotatos (from Croptopia) +- #c:tea_leaves (from Croptopia) +- #c:tomatillos (from Croptopia) +- #c:tomatoes (from Croptopia) +- #c:turmeric (from Croptopia) +- #c:turnips (from Croptopia) +- #c:vanilla (from Croptopia) +- #c:yams (from Croptopia) +- #c:zucchini (from Croptopia) +- #c:almonds (from Croptopia) +- #c:apples (from Croptopia) +- #c:apricots (from Croptopia) +- #c:avocados (from Croptopia) +- #c:bananas (from Croptopia) +- #c:cashews (from Croptopia) +- #c:cherries (from Croptopia) +- #c:coconuts (from Croptopia) +- #c:dates (from Croptopia) +- #c:dragonfruits (from Croptopia) +- #c:figs (from Croptopia) +- #c:grapefruits (from Croptopia) +- #c:kumquats (from Croptopia) +- #c:lemons (from Croptopia) +- #c:limes (from Croptopia) +- #c:mangos (from Croptopia) +- #c:nectarines (from Croptopia) +- #c:nutmegs (from Croptopia) +- #c:oranges (from Croptopia) +- #c:peaches (from Croptopia) +- #c:pears (from Croptopia) +- #c:pecans (from Croptopia) +- #c:persimmons (from Croptopia) +- #c:plums (from Croptopia) +- #c:starfruits (from Croptopia) +- #c:walnuts (from Croptopia) +- #c:cinnamon (from Croptopia) +- #c:crops/cabbage (from Farmer's Delight) +- #c:crops/onion (from Farmer's Delight) +- #c:crops/rice (from Farmer's Delight) +- #c:crops/tomato (from Farmer's Delight) +- #c:crops/beetroot (from Porting Lib Tags) +- #c:crops/carrot (from Porting Lib Tags) +- #c:crops/nether_wart (from Porting Lib Tags) +- #c:crops/potato (from Porting Lib Tags) +- #c:crops/wheat (from Porting Lib Tags) + +#c:blastproof_alloy_ingots +- modern_industrialization:blastproof_alloy_ingot (from Modern Industrialization) + +#twilightforest:sortwood_logs +- twilightforest:sorting_log (from The Twilight Forest) +- twilightforest:stripped_sorting_log (from The Twilight Forest) +- twilightforest:sorting_wood (from The Twilight Forest) +- twilightforest:stripped_sorting_wood (from The Twilight Forest) + +#c:crops/barley +- croptopia:barley (from Croptopia) + +#forge:bones +- minecraft:bone (from chisels-and-bits) +- deeperdarker:sculk_bone (from Deeper and Darker) + +#forge:glass_panes +- #forge:glass_panes/colorless (from chisels-and-bits) +- #forge:stained_glass_panes (from chisels-and-bits) + +#c:le_uranium_blocks +- modern_industrialization:le_uranium_block (from Modern Industrialization) + +#c:seeds/bellpepper +- croptopia:bellpepper_seed (from Croptopia) + +#minecraft:lapis_ores +- minecraft:lapis_ore (from Default) +- minecraft:deepslate_lapis_ore (from Default) +- ad_astra:glacio_lapis_ore (from Ad Astra!) +- deeperdarker:sculk_stone_lapis_ore (from Deeper and Darker) + +#c:emeralds +- minecraft:emerald (from Fabric Convention Tags) +- minecraft:emerald (from Porting Lib Tags) +- minecraft:emerald (from Incubus Core) + +#c:platinum_plates +- modern_industrialization:platinum_plate (from Modern Industrialization) +- techreborn:platinum_plate (from Tech Reborn) + +#c:calorite_blocks +- ad_astra:calorite_block (from Ad Astra!) + +#c:seeds/spinach +- croptopia:spinach_seed (from Croptopia) + +#c:meringue +- croptopia:meringue (from Croptopia) + +#byg:nightshade_logs +- byg:nightshade_log (from Oh The Biomes You'll Go) +- byg:nightshade_wood (from Oh The Biomes You'll Go) +- byg:stripped_nightshade_log (from Oh The Biomes You'll Go) +- byg:stripped_nightshade_wood (from Oh The Biomes You'll Go) + +#c:sapphire_blocks +- techreborn:sapphire_storage_block (from Tech Reborn) + +#c:crops/cinnamon +- croptopia:cinnamon (from Croptopia) + +#c:celery +- croptopia:celery (from Croptopia) +- #c:vegetables/celery (from Croptopia) +- croptopia:celery (from Croptopia) +- #c:crops/celery (from Croptopia) + +#c:dragonfruit_saplings +- croptopia:dragonfruit_sapling (from Croptopia) +- #c:saplings/dragonfruit (from Croptopia) + +#voidtotem:additional_totems + +#c:le_uranium_nuggets +- modern_industrialization:le_uranium_nugget (from Modern Industrialization) + +#forge:ingots/netherite +- minecraft:netherite_ingot (from chisels-and-bits) + +#c:electrum_blocks +- indrev:electrum_block (from Industrial Revolution) +- modern_industrialization:electrum_block (from Modern Industrialization) +- techreborn:electrum_storage_block (from Tech Reborn) + +#c:crops/strawberry +- croptopia:strawberry (from Croptopia) + +#c:anchovy_pizzas +- croptopia:anchovy_pizza (from Croptopia) + +#spectrum:colored_fences +- spectrum:black_fence (from Spectrum) +- spectrum:blue_fence (from Spectrum) +- spectrum:brown_fence (from Spectrum) +- spectrum:cyan_fence (from Spectrum) +- spectrum:gray_fence (from Spectrum) +- spectrum:green_fence (from Spectrum) +- spectrum:light_blue_fence (from Spectrum) +- spectrum:light_gray_fence (from Spectrum) +- spectrum:lime_fence (from Spectrum) +- spectrum:magenta_fence (from Spectrum) +- spectrum:orange_fence (from Spectrum) +- spectrum:pink_fence (from Spectrum) +- spectrum:purple_fence (from Spectrum) +- spectrum:red_fence (from Spectrum) +- spectrum:white_fence (from Spectrum) +- spectrum:yellow_fence (from Spectrum) + +#c:olives +- croptopia:olive (from Croptopia) +- #c:fruits/olive (from Croptopia) +- croptopia:olive (from Croptopia) +- #c:crops/olive (from Croptopia) + +#the_bumblezone:bee_feeding_items +- the_bumblezone:bee_bread (from The Bumblezone - Fabric) +- minecraft:honey_bottle (from The Bumblezone - Fabric) +- the_bumblezone:sugar_water_bottle (from The Bumblezone - Fabric) +- the_bumblezone:royal_jelly_bottle (from The Bumblezone - Fabric) +- #c:buckets/honey? (from The Bumblezone - Fabric) +- #c:buckets/royal_jelly? (from The Bumblezone - Fabric) +- productivebees:honey_treat? (from The Bumblezone - Fabric) +- productivebees:sugarbag_honeycomb? (from The Bumblezone - Fabric) +- buzzier_bees:honey_apple? (from The Bumblezone - Fabric) +- buzzier_bees:honey_bread? (from The Bumblezone - Fabric) +- buzzier_bees:honey_porkchop? (from The Bumblezone - Fabric) +- farmersdelight:honey_cookie? (from The Bumblezone - Fabric) +- farmersdelight:honey_glazed_ham? (from The Bumblezone - Fabric) +- farmersdelight:honey_glazed_ham_block? (from The Bumblezone - Fabric) +- expandeddelight:peanut_honey_soup? (from The Bumblezone - Fabric) +- expandeddelight:peanut_butter_honey_sandwich? (from The Bumblezone - Fabric) +- delightful:honey_glazed_walnut? (from The Bumblezone - Fabric) +- create:honeyed_apple? (from The Bumblezone - Fabric) +- createaddition:honey_cake? (from The Bumblezone - Fabric) +- cyclic:apple_honey? (from The Bumblezone - Fabric) + +#c:frying_pans +- croptopia:frying_pan (from Croptopia) + +#forge:seeds/beetroot +- minecraft:beetroot_seeds (from chisels-and-bits) + +#supplementaries:hourglass_dusts +- minecraft:gunpowder? (from Supplementaries) +- #forge:dusts? (from Supplementaries) +- supplementaries:ash? (from Supplementaries) +- #forge:dusts? (from Supplementaries) +- thermal:pythogro? (from Supplementaries) +- darkerdepths:ash? (from Supplementaries) +- thermal:sawdust? (from Supplementaries) +- immersiveengineering:dust_wood? (from Supplementaries) +- immersiveengineering:dust_saltpeter? (from Supplementaries) +- earthworks:chalk_dust? (from Supplementaries) +- earthworks:sand_pile? (from Supplementaries) +- eidolon:enchanted_ash? (from Supplementaries) +- eidolon:ender_calx? (from Supplementaries) +- shretnether:ashpile? (from Supplementaries) +- infernalexp:moth_dust? (from Supplementaries) +- infernalexp:basalt_silt? (from Supplementaries) +- create:powdered_obsidian? (from Supplementaries) +- feywild:fey_dust? (from Supplementaries) +- create:cinder_flour? (from Supplementaries) +- create:powdered_obsidian? (from Supplementaries) +- waystones:warp_dust? (from Supplementaries) +- nether_extension:ash? (from Supplementaries) +- potionmaster:coal_powder? (from Supplementaries) +- potionmaster:charcoal_powder? (from Supplementaries) +- potionmaster:diamond_powder? (from Supplementaries) +- potionmaster:emerald_powder? (from Supplementaries) +- potionmaster:redstone_powder? (from Supplementaries) +- potionmaster:gold_powder? (from Supplementaries) +- potionmaster:iron_powder? (from Supplementaries) +- potionmaster:lapis_powder? (from Supplementaries) +- potionmaster:aluminum_powder? (from Supplementaries) +- potionmaster:copper_powder? (from Supplementaries) +- potionmaster:tin_powder? (from Supplementaries) +- potionmaster:nicker_powder? (from Supplementaries) +- potionmaster:ender_powder? (from Supplementaries) +- potionmaster:uranium_powder? (from Supplementaries) +- potionmaster:lead_powder? (from Supplementaries) +- potionmaster:silver_powder? (from Supplementaries) +- potionmaster:zinc_powder? (from Supplementaries) +- potionmaster:osmium_powder? (from Supplementaries) +- potionmaster:quartz_powder? (from Supplementaries) +- potionmaster:bismuth_powder? (from Supplementaries) +- potionmaster:crimsoniron_powder? (from Supplementaries) +- potionmaster:platinum_powder? (from Supplementaries) +- potionmaster:allthemodium_powder? (from Supplementaries) +- potionmaster:vibranium_powder? (from Supplementaries) +- potionmaster:unobtanium_powder? (from Supplementaries) +- potionmaster:netherite_powder? (from Supplementaries) +- potionmaster:calcinatedcoal_powder? (from Supplementaries) +- potionmaster:calcinatedcharcoal_powder? (from Supplementaries) +- potionmaster:calcinateddiamond_powder? (from Supplementaries) +- potionmaster:calcinatedemerald_powder? (from Supplementaries) +- potionmaster:calcinatedredstone_powder? (from Supplementaries) +- potionmaster:calcinatedgold_powder? (from Supplementaries) +- potionmaster:calcinatediron_powder? (from Supplementaries) +- potionmaster:calcinatedlapis_powder? (from Supplementaries) +- potionmaster:calcinatedaluminum_powder? (from Supplementaries) +- potionmaster:calcinatedcopper_powder? (from Supplementaries) +- potionmaster:calcinatedtin_powder? (from Supplementaries) +- potionmaster:calcinatednicker_powder? (from Supplementaries) +- potionmaster:calcinatedender_powder? (from Supplementaries) +- potionmaster:calcinateduranium_powder? (from Supplementaries) +- potionmaster:calcinatedlead_powder? (from Supplementaries) +- potionmaster:calcinatedsilver_powder? (from Supplementaries) +- potionmaster:calcinatedzinc_powder? (from Supplementaries) +- potionmaster:calcinatedosmium_powder? (from Supplementaries) +- potionmaster:calcinatedquartz_powder? (from Supplementaries) +- potionmaster:calcinatedbismuth_powder? (from Supplementaries) +- potionmaster:calcinatedcrimsoniron_powder? (from Supplementaries) +- potionmaster:calcinatedplatinum_powder? (from Supplementaries) +- potionmaster:calcinatedallthemodium_powder? (from Supplementaries) +- potionmaster:calcinatedvibranium_powder? (from Supplementaries) +- potionmaster:calcinatedunobtanium_powder? (from Supplementaries) +- potionmaster:calcinatednetherite_powder? (from Supplementaries) + +#ae2:paint_balls +- ae2:white_paint_ball (from Applied Energistics 2) +- ae2:orange_paint_ball (from Applied Energistics 2) +- ae2:magenta_paint_ball (from Applied Energistics 2) +- ae2:light_blue_paint_ball (from Applied Energistics 2) +- ae2:yellow_paint_ball (from Applied Energistics 2) +- ae2:lime_paint_ball (from Applied Energistics 2) +- ae2:pink_paint_ball (from Applied Energistics 2) +- ae2:gray_paint_ball (from Applied Energistics 2) +- ae2:light_gray_paint_ball (from Applied Energistics 2) +- ae2:cyan_paint_ball (from Applied Energistics 2) +- ae2:purple_paint_ball (from Applied Energistics 2) +- ae2:blue_paint_ball (from Applied Energistics 2) +- ae2:brown_paint_ball (from Applied Energistics 2) +- ae2:green_paint_ball (from Applied Energistics 2) +- ae2:red_paint_ball (from Applied Energistics 2) +- ae2:black_paint_ball (from Applied Energistics 2) + +#c:saplings/cherry +- croptopia:cherry_sapling (from Croptopia) + +#botania:petals/orange +- botania:orange_petal (from Botania) +- botania:orange_mushroom (from Botania) + +#spectrum:gemstone_buds +- minecraft:small_amethyst_bud (from Spectrum) +- minecraft:medium_amethyst_bud (from Spectrum) +- minecraft:large_amethyst_bud (from Spectrum) +- spectrum:small_citrine_bud (from Spectrum) +- spectrum:medium_citrine_bud (from Spectrum) +- spectrum:large_citrine_bud (from Spectrum) +- spectrum:small_topaz_bud (from Spectrum) +- spectrum:medium_topaz_bud (from Spectrum) +- spectrum:large_topaz_bud (from Spectrum) +- spectrum:small_onyx_bud (from Spectrum) +- spectrum:medium_onyx_bud (from Spectrum) +- spectrum:large_onyx_bud (from Spectrum) +- spectrum:small_moonstone_bud (from Spectrum) +- spectrum:medium_moonstone_bud (from Spectrum) +- spectrum:large_moonstone_bud (from Spectrum) + +#c:diorite_small_dusts +- techreborn:diorite_small_dust (from Tech Reborn) + +#forge:armors/boots +- minecraft:leather_boots (from chisels-and-bits) +- minecraft:chainmail_boots (from chisels-and-bits) +- minecraft:iron_boots (from chisels-and-bits) +- minecraft:golden_boots (from chisels-and-bits) +- minecraft:diamond_boots (from chisels-and-bits) +- minecraft:netherite_boots (from chisels-and-bits) +- deeperdarker:warden_boots (from Deeper and Darker) + +#c:mashed_potatoes +- croptopia:mashed_potatoes (from Croptopia) + +#c:feathers +- minecraft:feather (from Porting Lib Tags) +- minecraft:feather (from The Twilight Forest) +- twilightforest:raven_feather (from The Twilight Forest) + +#c:amethyst_blocks +- minecraft:amethyst_block (from Porting Lib Tags) + +#vinery:grape +- vinery:red_grape (from Vinery) +- vinery:white_grape (from Vinery) + +#c:yams +- croptopia:yam (from Croptopia) +- #c:vegetables/yam (from Croptopia) +- croptopia:yam (from Croptopia) +- #c:crops/yam (from Croptopia) + +#c:storage_blocks/fiery +- twilightforest:fiery_block (from The Twilight Forest) + +#c:raw_lead_blocks +- modern_industrialization:raw_lead_block (from Modern Industrialization) +- techreborn:raw_lead_storage_block (from Tech Reborn) + +#c:crops/greenbean +- croptopia:greenbean (from Croptopia) + +#minecraft:dampens_vibrations +- #minecraft:wool (from Default) +- #minecraft:wool_carpets (from Default) + +#nyfsquiver:quiver_items +- #nyfsquiver:quiver_items/arrows (from Nyf's Quivers) +- #nyfsquiver:quiver_items/fireworks (from Nyf's Quivers) +- #nyfsquiver:quiver_items/other (from Nyf's Quivers) + +#c:vegetables/asparagus +- croptopia:asparagus (from Croptopia) + +#c:ostrum_ingots +- ad_astra:ostrum_ingot (from Ad Astra!) + +#botania:manasteel_blocks +- botania:manasteel_block (from Botania) + +#c:purple_sand +- byg:purple_sand (from Oh The Biomes You'll Go) + +#c:titanium_blocks +- modern_industrialization:titanium_block (from Modern Industrialization) +- techreborn:titanium_storage_block (from Tech Reborn) + +#spectrum:mob_heads/zombie_heads +- minecraft:zombie_head (from Spectrum) +- spectrum:husk_head (from Spectrum) +- spectrum:drowned_head (from Spectrum) +- spectrum:zombie_villager_head (from Spectrum) +- spectrum:zombified_piglin_head (from Spectrum) + +#advancednetherite:axes/netherite_emerald +- advancednetherite:netherite_emerald_axe (from Advanced Netherite) + +#c:light_blue_dyes +- minecraft:light_blue_dye (from Fabric Convention Tags) +- minecraft:light_blue_dye (from Porting Lib Tags) + +#c:lapis_tiny_dusts +- modern_industrialization:lapis_tiny_dust (from Modern Industrialization) + +#c:glass +- minecraft:glass (from Applied Energistics 2) +- minecraft:white_stained_glass (from Applied Energistics 2) +- minecraft:orange_stained_glass (from Applied Energistics 2) +- minecraft:magenta_stained_glass (from Applied Energistics 2) +- minecraft:light_blue_stained_glass (from Applied Energistics 2) +- minecraft:yellow_stained_glass (from Applied Energistics 2) +- minecraft:lime_stained_glass (from Applied Energistics 2) +- minecraft:pink_stained_glass (from Applied Energistics 2) +- minecraft:gray_stained_glass (from Applied Energistics 2) +- minecraft:light_gray_stained_glass (from Applied Energistics 2) +- minecraft:cyan_stained_glass (from Applied Energistics 2) +- minecraft:purple_stained_glass (from Applied Energistics 2) +- minecraft:blue_stained_glass (from Applied Energistics 2) +- minecraft:brown_stained_glass (from Applied Energistics 2) +- minecraft:green_stained_glass (from Applied Energistics 2) +- minecraft:red_stained_glass (from Applied Energistics 2) +- minecraft:black_stained_glass (from Applied Energistics 2) +- botania:mana_glass (from Botania) +- botania:elf_glass (from Botania) +- botania:bifrost_perm (from Botania) +- #c:stained_glass (from Incubus Core) +- minecraft:glass (from Incubus Core) + +#c:fruits/coconut +- croptopia:coconut (from Croptopia) + +#c:iron_ingots +- minecraft:iron_ingot (from Applied Energistics 2) +- minecraft:iron_ingot (from Catwalks Inc.) +- minecraft:iron_ingot (from Fabric Convention Tags) +- minecraft:iron_ingot (from Farmer's Delight) +- minecraft:iron_ingot (from Porting Lib Tags) +- minecraft:iron_ingot (from Incubus Core) +- minecraft:iron_ingot (from Industrial Revolution) + +#c:battery_alloy_tiny_dusts +- modern_industrialization:battery_alloy_tiny_dust (from Modern Industrialization) + +#c:charcoal_dusts +- techreborn:charcoal_dust (from Tech Reborn) + +#c:volcanic_stone +- minecraft:basalt (from Incubus Core) +- minecraft:tuff (from Incubus Core) + +#c:saplings/almond +- croptopia:almond_sapling (from Croptopia) + +#c:greenonions +- croptopia:greenonion (from Croptopia) +- #c:vegetables/greenonion (from Croptopia) +- croptopia:greenonion (from Croptopia) +- #c:crops/greenonion (from Croptopia) + +#byg:cyan_dye +- byg:cyan_amaranth (from Oh The Biomes You'll Go) +- byg:cyan_rose (from Oh The Biomes You'll Go) +- byg:cyan_tulip (from Oh The Biomes You'll Go) +- byg:winter_cyclamen (from Oh The Biomes You'll Go) + +#quark:vertical_slabs +- supplementaries:checker_vertical_slab (from Snowy Spirit) +- supplementaries:stone_tile_vertical_slab (from Snowy Spirit) +- supplementaries:blackstone_tile_vertical_slab (from Snowy Spirit) +- supplementaries:checker_vertical_slab (from Supplementaries) +- supplementaries:stone_tile_vertical_slab (from Supplementaries) +- supplementaries:blackstone_tile_vertical_slab (from Supplementaries) + +#c:seeds/kiwi +- croptopia:kiwi_seed (from Croptopia) + +#c:fruits/elderberry +- croptopia:elderberry (from Croptopia) + +#balm:magenta_dyes +- #c:magenta_dyes? (from Balm) +- minecraft:magenta_dye (from Balm) + +#advancednetherite:hoes/upgrade_to_netherite_diamond +- #advancednetherite:hoes/netherite_emerald (from Advanced Netherite) + +#c:ostrum_plates +- ad_astra:ostrum_plate (from Ad Astra!) + +#c:crops/cabbage +- croptopia:cabbage (from Croptopia) +- farmersdelight:cabbage (from Farmer's Delight) +- farmersdelight:cabbage_leaf (from Farmer's Delight) + +#c:uranium_tiny_dusts +- modern_industrialization:uranium_tiny_dust (from Modern Industrialization) + +#vinery:cherry_logs +- vinery:cherry_log (from Vinery) +- vinery:old_cherry_log (from Vinery) +- vinery:stripped_cherry_log (from Vinery) +- vinery:stripped_old_cherry_log (from Vinery) +- vinery:cherry_wood (from Vinery) +- vinery:stripped_cherry_wood (from Vinery) +- vinery:old_cherry_wood (from Vinery) +- vinery:stripped_old_cherry_wood (from Vinery) + +#c:compressed_blackstone +- compressor:compressed_blackstone (from Compressor) + +#brazier:torches +- minecraft:torch (from Brazier) +- minecraft:soul_torch (from Brazier) +- endergetic:ender_torch? (from Brazier) + +#dehydration:hydrating_drinks +- croptopia:coffee (from Croptopia) +- croptopia:lemonade (from Croptopia) +- croptopia:limeade (from Croptopia) +- croptopia:soy_milk (from Croptopia) +- croptopia:strawberry_smoothie (from Croptopia) +- croptopia:banana_smoothie (from Croptopia) +- croptopia:kale_smoothie (from Croptopia) +- croptopia:fruit_smoothie (from Croptopia) +- croptopia:chocolate_milkshake (from Croptopia) +- croptopia:beer (from Croptopia) +- croptopia:wine (from Croptopia) +- croptopia:mead (from Croptopia) +- croptopia:rum (from Croptopia) +- croptopia:pumpkin_spice_latte (from Croptopia) +- croptopia:water_bottle (from Croptopia) +- croptopia:milk_bottle (from Croptopia) +- croptopia:tea (from Croptopia) +- croptopia:kiwi_sorbet (from Croptopia) +- farmersdelight:milk_bottle (from Farmer's Delight) +- farmersdelight:hot_cocoa (from Farmer's Delight) +- farmersdelight:melon_juice (from Farmer's Delight) +- farmersdelight:apple_cider (from Farmer's Delight) + +#c:crops/rice +- croptopia:rice (from Croptopia) +- farmersdelight:rice (from Farmer's Delight) + +#c:pecans +- croptopia:pecan (from Croptopia) +- #c:nuts/pecan (from Croptopia) +- croptopia:pecan (from Croptopia) +- #c:crops/pecan (from Croptopia) +- croptopia:pecan (from Croptopia) +- #c:fruits/pecan (from Croptopia) + +#the_bumblezone:crystalline_flower/xp_25_when_consumed +- the_bumblezone:royal_jelly_bottle (from The Bumblezone - Fabric) +- minecraft:enchanted_golden_apple (from The Bumblezone - Fabric) +- minecraft:nether_star (from The Bumblezone - Fabric) +- minecraft:enchanted_book (from The Bumblezone - Fabric) + +#c:crops/grape +- croptopia:grape (from Croptopia) + +#c:raw_silver_ores +- indrev:raw_silver (from Industrial Revolution) +- modern_industrialization:raw_silver (from Modern Industrialization) +- techreborn:raw_silver (from Tech Reborn) + +#botania:petals/light_blue +- botania:light_blue_petal (from Botania) +- botania:light_blue_mushroom (from Botania) + +#balm:eggs +- #c:eggs? (from Balm) +- minecraft:egg (from Balm) + +#c:hot_tungstensteel_ingots +- techreborn:hot_tungstensteel_ingot (from Tech Reborn) + +#c:vegetables +- #c:artichokes (from Croptopia) +- #c:asparagus (from Croptopia) +- #c:broccoli (from Croptopia) +- #c:cabbage (from Croptopia) +- #c:cauliflower (from Croptopia) +- #c:celery (from Croptopia) +- #c:cucumbers (from Croptopia) +- #c:eggplants (from Croptopia) +- #c:garlic (from Croptopia) +- #c:gingers (from Croptopia) +- #c:greenbeans (from Croptopia) +- #c:greenonions (from Croptopia) +- #c:kale (from Croptopia) +- #c:leek (from Croptopia) +- #c:lettuce (from Croptopia) +- #c:mustard (from Croptopia) +- #c:onions (from Croptopia) +- #c:radishes (from Croptopia) +- #c:rhubarb (from Croptopia) +- #c:rutabagas (from Croptopia) +- #c:soybeans (from Croptopia) +- #c:spinach (from Croptopia) +- #c:squashes (from Croptopia) +- #c:sweetpotatos (from Croptopia) +- #c:tomatillos (from Croptopia) +- #c:tomatoes (from Croptopia) +- #c:turnips (from Croptopia) +- #c:yams (from Croptopia) +- #c:zucchini (from Croptopia) +- #c:vegetables/beetroot (from Farmer's Delight) +- #c:vegetables/carrot (from Farmer's Delight) +- #c:vegetables/onion (from Farmer's Delight) +- #c:vegetables/potato (from Farmer's Delight) +- #c:vegetables/tomato (from Farmer's Delight) +- minecraft:carrot (from Incubus Core) +- minecraft:potato (from Incubus Core) +- minecraft:beetroot (from Incubus Core) +- minecraft:pumpkin (from Incubus Core) + +#c:crops/nutmeg +- croptopia:nutmeg (from Croptopia) + +#ecologics:coconut_logs +- ecologics:coconut_log (from Ecologics) +- ecologics:stripped_coconut_log (from Ecologics) +- ecologics:coconut_wood (from Ecologics) +- ecologics:stripped_coconut_wood (from Ecologics) + +#c:triple_compressed_dirt +- compressor:triple_compressed_dirt (from Compressor) + +#c:quadruple_compressed_gravel +- compressor:quadruple_compressed_gravel (from Compressor) + +#colorful-azaleas:tecal_azalea_logs +- colorful-azaleas:tecal_azalea_log (from Colorful Azaleas) +- colorful-azaleas:tecal_azalea_wood (from Colorful Azaleas) +- colorful-azaleas:stripped_tecal_azalea_log (from Colorful Azaleas) +- colorful-azaleas:stripped_tecal_azalea_wood (from Colorful Azaleas) + +#c:water_buckets +- minecraft:axolotl_bucket (from Fabric Convention Tags) +- minecraft:cod_bucket (from Fabric Convention Tags) +- minecraft:pufferfish_bucket (from Fabric Convention Tags) +- minecraft:tropical_fish_bucket (from Fabric Convention Tags) +- minecraft:salmon_bucket (from Fabric Convention Tags) +- minecraft:tadpole_bucket (from Fabric Convention Tags) +- minecraft:water_bucket (from Fabric Convention Tags) + +#spectrum:pigments +- spectrum:black_pigment (from Spectrum) +- spectrum:blue_pigment (from Spectrum) +- spectrum:brown_pigment (from Spectrum) +- spectrum:cyan_pigment (from Spectrum) +- spectrum:gray_pigment (from Spectrum) +- spectrum:green_pigment (from Spectrum) +- spectrum:light_blue_pigment (from Spectrum) +- spectrum:light_gray_pigment (from Spectrum) +- spectrum:lime_pigment (from Spectrum) +- spectrum:magenta_pigment (from Spectrum) +- spectrum:orange_pigment (from Spectrum) +- spectrum:pink_pigment (from Spectrum) +- spectrum:purple_pigment (from Spectrum) +- spectrum:red_pigment (from Spectrum) +- spectrum:white_pigment (from Spectrum) +- spectrum:yellow_pigment (from Spectrum) + +#spectrum:shimmerstone_ores +- spectrum:shimmerstone_ore (from Spectrum) +- spectrum:deepslate_shimmerstone_ore (from Spectrum) + +#minecraft:leaves +- minecraft:jungle_leaves (from Default) +- minecraft:oak_leaves (from Default) +- minecraft:spruce_leaves (from Default) +- minecraft:dark_oak_leaves (from Default) +- minecraft:acacia_leaves (from Default) +- minecraft:birch_leaves (from Default) +- minecraft:azalea_leaves (from Default) +- minecraft:flowering_azalea_leaves (from Default) +- minecraft:mangrove_leaves (from Default) +- bewitchment:juniper_leaves (from Bewitchment) +- bewitchment:cypress_leaves (from Bewitchment) +- bewitchment:elder_leaves (from Bewitchment) +- bewitchment:dragons_blood_leaves (from Bewitchment) +- biomemakeover:blighted_balsa_leaves (from Biome Makeover) +- biomemakeover:willow_leaves (from Biome Makeover) +- biomemakeover:swamp_cypress_leaves (from Biome Makeover) +- biomemakeover:ancient_oak_leaves (from Biome Makeover) +- #byg:leaves (from Oh The Biomes You'll Go) +- ecologics:coconut_leaves (from Ecologics) +- ecologics:walnut_leaves (from Ecologics) +- hexcasting:amethyst_edified_leaves (from Hex Casting) +- hexcasting:aventurine_edified_leaves (from Hex Casting) +- hexcasting:citrine_edified_leaves (from Hex Casting) +- #spectrum:colored_leaves (from Spectrum) +- techreborn:rubber_leaves (from Tech Reborn) +- twilightforest:rainbow_oak_leaves (from The Twilight Forest) +- twilightforest:twilight_oak_leaves (from The Twilight Forest) +- twilightforest:canopy_leaves (from The Twilight Forest) +- twilightforest:mangrove_leaves (from The Twilight Forest) +- twilightforest:dark_leaves (from The Twilight Forest) +- twilightforest:time_leaves (from The Twilight Forest) +- twilightforest:transformation_leaves (from The Twilight Forest) +- twilightforest:mining_leaves (from The Twilight Forest) +- twilightforest:sorting_leaves (from The Twilight Forest) +- twilightforest:thorn_leaves (from The Twilight Forest) +- twilightforest:beanstalk_leaves (from The Twilight Forest) +- vinery:cherry_leaves (from Vinery) +- vinery:grapevine_leaves (from Vinery) + +#c:raw_calorite_ores +- ad_astra:raw_calorite (from Ad Astra!) + +#c:string +- minecraft:string (from Bookshelf) +- minecraft:string (from Porting Lib Tags) + +#spectrum:colored_saplings +- spectrum:black_sapling (from Spectrum) +- spectrum:blue_sapling (from Spectrum) +- spectrum:brown_sapling (from Spectrum) +- spectrum:cyan_sapling (from Spectrum) +- spectrum:gray_sapling (from Spectrum) +- spectrum:green_sapling (from Spectrum) +- spectrum:light_blue_sapling (from Spectrum) +- spectrum:light_gray_sapling (from Spectrum) +- spectrum:lime_sapling (from Spectrum) +- spectrum:magenta_sapling (from Spectrum) +- spectrum:orange_sapling (from Spectrum) +- spectrum:pink_sapling (from Spectrum) +- spectrum:purple_sapling (from Spectrum) +- spectrum:red_sapling (from Spectrum) +- spectrum:white_sapling (from Spectrum) +- spectrum:yellow_sapling (from Spectrum) + +#c:chocolates +- cacao:dark_chocolate (from Croptopia's Chocolaterie) +- cacao:milk_chocolate (from Croptopia's Chocolaterie) +- cacao:white_chocolate (from Croptopia's Chocolaterie) +- croptopia:chocolate (from Croptopia) +- spectrum:fresh_chocolate (from Spectrum) + +#spectrum:amethyst_crystals +- minecraft:small_amethyst_bud (from Spectrum) +- minecraft:medium_amethyst_bud (from Spectrum) +- minecraft:large_amethyst_bud (from Spectrum) +- minecraft:amethyst_cluster (from Spectrum) +- minecraft:amethyst_shard (from Spectrum) + +#byg:witch_hazel_logs +- byg:stripped_witch_hazel_log (from Oh The Biomes You'll Go) +- byg:stripped_witch_hazel_wood (from Oh The Biomes You'll Go) +- byg:witch_hazel_log (from Oh The Biomes You'll Go) +- byg:witch_hazel_wood (from Oh The Biomes You'll Go) + +#c:peanut_butter_and_jam +- croptopia:peanut_butter_and_jam (from Croptopia) + +#byg:purple_dye +- byg:allium_flower_bush (from Oh The Biomes You'll Go) +- byg:alpine_bellflower (from Oh The Biomes You'll Go) +- byg:iris (from Oh The Biomes You'll Go) +- byg:purple_sage (from Oh The Biomes You'll Go) +- byg:purple_tulip (from Oh The Biomes You'll Go) +- byg:purple_amaranth (from Oh The Biomes You'll Go) +- byg:crocus (from Oh The Biomes You'll Go) +- byg:tall_allium (from Oh The Biomes You'll Go) + +#balm:pink_dyes +- #c:pink_dyes? (from Balm) +- minecraft:pink_dye (from Balm) + +#spectrum:memory_bonding_agents +- #spectrum:memory_bonding_agents_concealable (from Spectrum) +- spectrum:vegetal (from Spectrum) + +#spectrum:mob_heads/mooshroom_heads +- spectrum:mooshroom_red_head (from Spectrum) +- spectrum:mooshroom_brown_head (from Spectrum) + +#botania:burst_viewers +- botania:monocle (from Botania) + +#c:rutabaga_seeds +- croptopia:rutabaga_seed (from Croptopia) +- #c:seeds/rutabaga (from Croptopia) + +#advancednetherite:ingots/netherites_gold +- advancednetherite:netherite_gold_ingot (from Advanced Netherite) + +#spectrum:mob_heads/fox_heads +- spectrum:fox_head (from Spectrum) +- spectrum:fox_arctic_head (from Spectrum) + +#the_bumblezone:damagable_candle_lighting_items +- minecraft:flint_and_steel (from The Bumblezone - Fabric) + +#bookshelf:compasses +- #c:compasses (from Bookshelf) + +#dankstorage:blacklisted_storage + +#c:buckets/royal_jelly +- the_bumblezone:royal_jelly_bucket (from The Bumblezone - Fabric) + +#c:wax +- #the_bumblezone:carvable_wax (from The Bumblezone - Fabric) + +#kibe:runes +- kibe:white_rune (from Kibe) +- kibe:orange_rune (from Kibe) +- kibe:magenta_rune (from Kibe) +- kibe:light_blue_rune (from Kibe) +- kibe:yellow_rune (from Kibe) +- kibe:lime_rune (from Kibe) +- kibe:pink_rune (from Kibe) +- kibe:gray_rune (from Kibe) +- kibe:light_gray_rune (from Kibe) +- kibe:cyan_rune (from Kibe) +- kibe:blue_rune (from Kibe) +- kibe:purple_rune (from Kibe) +- kibe:green_rune (from Kibe) +- kibe:brown_rune (from Kibe) +- kibe:red_rune (from Kibe) +- kibe:black_rune (from Kibe) + +#c:iron_plates +- ad_astra:iron_plate (from Ad Astra!) +- create:iron_sheet (from Create) +- indrev:iron_plate (from Industrial Revolution) +- modern_industrialization:iron_plate (from Modern Industrialization) +- techreborn:iron_plate (from Tech Reborn) + +#supplementaries:straw +- supplementaries:flax? (from Supplementaries) +- minecraft:wheat? (from Supplementaries) +- farmersdelight:straw? (from Supplementaries) + +#advancednetherite:axes/upgrade_to_netherite_gold +- #advancednetherite:axes/netherite_iron (from Advanced Netherite) + +#botania:mana_diamond_gems +- botania:mana_diamond (from Botania) + +#c:basalt_dusts +- techreborn:basalt_dust (from Tech Reborn) + +#c:silicon +- ae2:silicon (from Applied Energistics 2) + +#c:platinum_blocks +- modern_industrialization:platinum_block (from Modern Industrialization) +- techreborn:platinum_storage_block (from Tech Reborn) + +#c:crops/grapefruit +- croptopia:grapefruit (from Croptopia) + +#c:deep_fried_shrimp +- croptopia:deep_fried_shrimp (from Croptopia) + +#c:artichokes +- croptopia:artichoke (from Croptopia) +- #c:vegetables/artichoke (from Croptopia) +- croptopia:artichoke (from Croptopia) +- #c:crops/artichoke (from Croptopia) + +#advancednetherite:pickaxes/upgrade_to_netherite_emerald +- #advancednetherite:pickaxes/netherite_gold (from Advanced Netherite) + +#c:invar_dusts +- modern_industrialization:invar_dust (from Modern Industrialization) +- techreborn:invar_dust (from Tech Reborn) + +#c:crops/cashew +- croptopia:cashew (from Croptopia) + +#c:brick_dusts +- modern_industrialization:brick_dust (from Modern Industrialization) + +#c:antimony_dusts +- modern_industrialization:antimony_dust (from Modern Industrialization) + +#curios:cosmetic_leggings +- adventurez:stone_golem_leggings (from AdventureZ) + +#c:turmeric +- croptopia:turmeric (from Croptopia) +- #c:crops/turmeric (from Croptopia) + +#c:pepper +- croptopia:pepper (from Croptopia) +- #c:crops/pepper (from Croptopia) + +#c:plums +- croptopia:plum (from Croptopia) +- #c:fruits/plum (from Croptopia) +- croptopia:plum (from Croptopia) +- #c:crops/plum (from Croptopia) + +#kibe:sleeping_bags +- kibe:white_sleeping_bag (from Kibe) +- kibe:orange_sleeping_bag (from Kibe) +- kibe:magenta_sleeping_bag (from Kibe) +- kibe:light_blue_sleeping_bag (from Kibe) +- kibe:yellow_sleeping_bag (from Kibe) +- kibe:lime_sleeping_bag (from Kibe) +- kibe:pink_sleeping_bag (from Kibe) +- kibe:gray_sleeping_bag (from Kibe) +- kibe:light_gray_sleeping_bag (from Kibe) +- kibe:cyan_sleeping_bag (from Kibe) +- kibe:sleeping_bag (from Kibe) +- kibe:purple_sleeping_bag (from Kibe) +- kibe:green_sleeping_bag (from Kibe) +- kibe:brown_sleeping_bag (from Kibe) +- kibe:red_sleeping_bag (from Kibe) +- kibe:black_sleeping_bag (from Kibe) + +#forge:glass/light_gray +- minecraft:light_gray_stained_glass (from chisels-and-bits) + +#ae2:memory_cards +- ae2:memory_card_white (from Applied Energistics 2) +- ae2:memory_card_orange (from Applied Energistics 2) +- ae2:memory_card_magenta (from Applied Energistics 2) +- ae2:memory_card_light_blue (from Applied Energistics 2) +- ae2:memory_card_yellow (from Applied Energistics 2) +- ae2:memory_card_lime (from Applied Energistics 2) +- ae2:memory_card_pink (from Applied Energistics 2) +- ae2:memory_card_gray (from Applied Energistics 2) +- ae2:memory_card_light_gray (from Applied Energistics 2) +- ae2:memory_card_cyan (from Applied Energistics 2) +- ae2:memory_card_purple (from Applied Energistics 2) +- ae2:memory_card_blue (from Applied Energistics 2) +- ae2:memory_card_brown (from Applied Energistics 2) +- ae2:memory_card_green (from Applied Energistics 2) +- ae2:memory_card_red (from Applied Energistics 2) +- ae2:memory_card_black (from Applied Energistics 2) +- ae2:memory_card (from Applied Energistics 2) + +#c:bronze_ingots +- indrev:bronze_ingot (from Industrial Revolution) +- modern_industrialization:bronze_ingot (from Modern Industrialization) +- techreborn:bronze_ingot (from Tech Reborn) + +#c:storage_blocks/ametrine +- byg:ametrine_block (from Oh The Biomes You'll Go) + +#supplementaries:statue_swords +- minecraft:wooden_sword? (from Supplementaries) +- create:wrench? (from Supplementaries) + +#c:silver_nuggets +- bewitchment:silver_nugget (from Bewitchment) +- indrev:silver_nugget (from Industrial Revolution) +- modern_industrialization:silver_nugget (from Modern Industrialization) +- techreborn:silver_nugget (from Tech Reborn) + +#c:superconductor_dusts +- modern_industrialization:superconductor_dust (from Modern Industrialization) + +#forge:dyes/white +- minecraft:white_dye (from chisels-and-bits) + +#c:ingots/knightmetal +- twilightforest:knightmetal_ingot (from The Twilight Forest) + +#c:vegetables/tomatillo +- croptopia:tomatillo (from Croptopia) + +#forge:tools/bows +- minecraft:bow (from chisels-and-bits) + +#minecraft:small_flowers +- minecraft:dandelion (from Default) +- minecraft:poppy (from Default) +- minecraft:blue_orchid (from Default) +- minecraft:allium (from Default) +- minecraft:azure_bluet (from Default) +- minecraft:red_tulip (from Default) +- minecraft:orange_tulip (from Default) +- minecraft:white_tulip (from Default) +- minecraft:pink_tulip (from Default) +- minecraft:oxeye_daisy (from Default) +- minecraft:cornflower (from Default) +- minecraft:lily_of_the_valley (from Default) +- minecraft:wither_rose (from Default) +- #botania:mystical_flowers (from Botania) +- #botania:special_flowers (from Botania) +- bushierflowers:grown_poppy (from Bushier Flowers) +- bushierflowers:grown_red_tulip (from Bushier Flowers) +- bushierflowers:grown_orange_tulip (from Bushier Flowers) +- bushierflowers:grown_pink_tulip (from Bushier Flowers) +- bushierflowers:grown_white_tulip (from Bushier Flowers) +- bushierflowers:grown_azure_bluet (from Bushier Flowers) +- bushierflowers:grown_oxeye_daisy (from Bushier Flowers) +- bushierflowers:grown_blue_orchid (from Bushier Flowers) +- bushierflowers:grown_cornflower (from Bushier Flowers) +- bushierflowers:grown_dandelion (from Bushier Flowers) +- bushierflowers:grown_allium (from Bushier Flowers) +- bushierflowers:grown_wither_rose (from Bushier Flowers) +- bushierflowers:grown_lily (from Bushier Flowers) +- byg:allium_flower_bush (from Oh The Biomes You'll Go) +- byg:alpine_bellflower (from Oh The Biomes You'll Go) +- byg:amaranth (from Oh The Biomes You'll Go) +- byg:angelica (from Oh The Biomes You'll Go) +- byg:hydrangea_bush (from Oh The Biomes You'll Go) +- byg:begonia (from Oh The Biomes You'll Go) +- byg:bistort (from Oh The Biomes You'll Go) +- byg:blue_sage (from Oh The Biomes You'll Go) +- byg:black_rose (from Oh The Biomes You'll Go) +- byg:california_poppy (from Oh The Biomes You'll Go) +- byg:crocus (from Oh The Biomes You'll Go) +- byg:cyan_amaranth (from Oh The Biomes You'll Go) +- byg:cyan_rose (from Oh The Biomes You'll Go) +- byg:cyan_tulip (from Oh The Biomes You'll Go) +- byg:daffodil (from Oh The Biomes You'll Go) +- byg:delphinium (from Oh The Biomes You'll Go) +- byg:fairy_slipper (from Oh The Biomes You'll Go) +- byg:firecracker_flower_bush (from Oh The Biomes You'll Go) +- byg:foxglove (from Oh The Biomes You'll Go) +- byg:golden_spined_cactus (from Oh The Biomes You'll Go) +- byg:green_tulip (from Oh The Biomes You'll Go) +- byg:guzmania (from Oh The Biomes You'll Go) +- byg:incan_lily (from Oh The Biomes You'll Go) +- byg:iris (from Oh The Biomes You'll Go) +- byg:japanese_orchid (from Oh The Biomes You'll Go) +- byg:kovan_flower (from Oh The Biomes You'll Go) +- byg:lazarus_bellflower (from Oh The Biomes You'll Go) +- byg:lollipop_flower (from Oh The Biomes You'll Go) +- byg:magenta_amaranth (from Oh The Biomes You'll Go) +- byg:magenta_tulip (from Oh The Biomes You'll Go) +- byg:orange_amaranth (from Oh The Biomes You'll Go) +- byg:orange_daisy (from Oh The Biomes You'll Go) +- byg:osiria_rose (from Oh The Biomes You'll Go) +- byg:peach_leather_flower (from Oh The Biomes You'll Go) +- byg:pink_allium (from Oh The Biomes You'll Go) +- byg:pink_allium_flower_bush (from Oh The Biomes You'll Go) +- byg:pink_anemone (from Oh The Biomes You'll Go) +- byg:pink_daffodil (from Oh The Biomes You'll Go) +- byg:prairie_grass (from Oh The Biomes You'll Go) +- byg:protea_flower (from Oh The Biomes You'll Go) +- byg:purple_amaranth (from Oh The Biomes You'll Go) +- byg:purple_sage (from Oh The Biomes You'll Go) +- byg:purple_tulip (from Oh The Biomes You'll Go) +- byg:richea (from Oh The Biomes You'll Go) +- byg:rose (from Oh The Biomes You'll Go) +- byg:snowdrops (from Oh The Biomes You'll Go) +- byg:silver_vase_flower (from Oh The Biomes You'll Go) +- byg:torch_ginger (from Oh The Biomes You'll Go) +- byg:violet_leather_flower (from Oh The Biomes You'll Go) +- byg:white_anemone (from Oh The Biomes You'll Go) +- byg:white_sage (from Oh The Biomes You'll Go) +- byg:winter_rose (from Oh The Biomes You'll Go) +- byg:winter_cyclamen (from Oh The Biomes You'll Go) +- byg:winter_scilla (from Oh The Biomes You'll Go) +- byg:yellow_daffodil (from Oh The Biomes You'll Go) +- byg:yellow_tulip (from Oh The Biomes You'll Go) +- byg:pollen_block (from Oh The Biomes You'll Go) +- byg:tall_allium (from Oh The Biomes You'll Go) +- byg:tall_pink_allium (from Oh The Biomes You'll Go) +- byg:thereal_bellflower (from Oh The Biomes You'll Go) +- ecologics:azalea_flower (from Ecologics) +- farmersdelight:wild_carrots (from Farmer's Delight) +- farmersdelight:wild_potatoes (from Farmer's Delight) +- farmersdelight:wild_beetroots (from Farmer's Delight) +- farmersdelight:wild_cabbages (from Farmer's Delight) +- farmersdelight:wild_tomatoes (from Farmer's Delight) +- farmersdelight:wild_onions (from Farmer's Delight) +- spectrum:resonant_lily (from Spectrum) + +#c:saplings/starfruit +- croptopia:starfruit_sapling (from Croptopia) + +#c:mozanite_tiny_dusts +- modern_industrialization:mozanite_tiny_dust (from Modern Industrialization) + +#c:fruits/plum +- croptopia:plum (from Croptopia) + +#c:portable/stonecutter +- portable_tables:portable_stonecutter (from Portable Tables) + +#forge:ore_bearing_ground/stone +- minecraft:stone (from chisels-and-bits) + +#c:toasts +- croptopia:toast (from Croptopia) + +#c:bauxite_dusts +- modern_industrialization:bauxite_dust (from Modern Industrialization) +- techreborn:bauxite_dust (from Tech Reborn) + +#c:quintuple_compressed_dirt +- compressor:quintuple_compressed_dirt (from Compressor) + +#c:crops/mustard +- croptopia:mustard (from Croptopia) + +#forge:seeds/melon +- minecraft:melon_seeds (from chisels-and-bits) + +#c:raw_iridium_ores +- modern_industrialization:raw_iridium (from Modern Industrialization) +- techreborn:raw_iridium (from Tech Reborn) + +#curios:cosmetic_chestplate +- adventurez:stone_golem_chestplate (from AdventureZ) + +#c:nickel_dusts +- modern_industrialization:nickel_dust (from Modern Industrialization) +- techreborn:nickel_dust (from Tech Reborn) + +#c:cashew_chickens +- croptopia:cashew_chicken (from Croptopia) + +#c:dates +- croptopia:date (from Croptopia) +- #c:fruits/date (from Croptopia) +- croptopia:date (from Croptopia) +- #c:crops/date (from Croptopia) + +#c:corn_seeds +- croptopia:corn_seed (from Croptopia) +- #c:seeds/corn (from Croptopia) + +#c:andradite_dusts +- techreborn:andradite_dust (from Tech Reborn) + +#c:gems +- ae2:certus_quartz_crystal (from Applied Energistics 2) +- ae2:charged_certus_quartz_crystal (from Applied Energistics 2) +- ae2:fluix_crystal (from Applied Energistics 2) +- byg:ametrine_gems (from Oh The Biomes You'll Go) +- #c:amethyst (from Porting Lib Tags) +- #c:diamonds (from Porting Lib Tags) +- #c:emeralds (from Porting Lib Tags) +- #c:lapis (from Porting Lib Tags) +- #c:prismarine (from Porting Lib Tags) +- #c:quartz (from Porting Lib Tags) +- hexcasting:charged_amethyst (from Hex Casting) +- #c:gems/carminite (from The Twilight Forest) + +#the_bumblezone:mob_luring/honey_slime +- minecraft:sugar (from The Bumblezone - Fabric) +- charm:sugar_block? (from The Bumblezone - Fabric) +- supplementaries:sugar_block? (from The Bumblezone - Fabric) +- vanillatweaks:sugar_block? (from The Bumblezone - Fabric) +- candylands:sugar_brick? (from The Bumblezone - Fabric) +- candylands:crystalized_sugar? (from The Bumblezone - Fabric) +- candylands:crystalized_sugar_pile? (from The Bumblezone - Fabric) +- candylands:glazed_sugar? (from The Bumblezone - Fabric) +- #c:sugar? (from The Bumblezone - Fabric) +- #forge:sugar? (from The Bumblezone - Fabric) + +#computercraft:computer +- computercraft:computer_normal (from CC: Restitched) +- computercraft:computer_advanced (from CC: Restitched) +- computercraft:computer_command (from CC: Restitched) + +#c:lapis_plates +- modern_industrialization:lapis_plate (from Modern Industrialization) +- techreborn:lapis_plate (from Tech Reborn) + +#byg:ether_logs +- byg:ether_log (from Oh The Biomes You'll Go) +- byg:ether_wood (from Oh The Biomes You'll Go) +- byg:stripped_ether_log (from Oh The Biomes You'll Go) +- byg:stripped_ether_wood (from Oh The Biomes You'll Go) + +#croptopia:nuts +- croptopia:almond (from Croptopia) +- croptopia:walnut (from Croptopia) +- croptopia:pecan (from Croptopia) +- croptopia:cashew (from Croptopia) +- croptopia:peanut (from Croptopia) + +#c:olive_oils +- croptopia:olive_oil (from Croptopia) + +#c:double_compressed_deepslate +- compressor:double_compressed_deepslate (from Compressor) + +#byg:lime_dye +- byg:green_tulip (from Oh The Biomes You'll Go) + +#c:bronze_plates +- indrev:bronze_plate (from Industrial Revolution) +- modern_industrialization:bronze_plate (from Modern Industrialization) +- techreborn:bronze_plate (from Tech Reborn) + +#c:flint_small_dusts +- techreborn:flint_small_dust (from Tech Reborn) + +#croptopia:meat_replacements +- minecraft:beef (from Croptopia) +- minecraft:chicken (from Croptopia) +- minecraft:porkchop (from Croptopia) +- croptopia:tofu (from Croptopia) + +#c:emerald_blocks +- minecraft:emerald_block (from Porting Lib Tags) +- minecraft:emerald_block (from Modern Industrialization) + +#c:iron_tiny_dusts +- modern_industrialization:iron_tiny_dust (from Modern Industrialization) + +#c:almond_saplings +- croptopia:almond_sapling (from Croptopia) +- #c:saplings/almond (from Croptopia) + +#c:uranium_ores +- modern_industrialization:uranium_ore (from Modern Industrialization) +- modern_industrialization:deepslate_uranium_ore (from Modern Industrialization) + +#c:nougats +- croptopia:nougat (from Croptopia) + +#create:stone_types/crimsite +- create:cut_crimsite (from Create) +- create:cut_crimsite_stairs (from Create) +- create:cut_crimsite_wall (from Create) +- create:polished_cut_crimsite (from Create) +- create:polished_cut_crimsite_stairs (from Create) +- create:polished_cut_crimsite_wall (from Create) +- create:cut_crimsite_bricks (from Create) +- create:cut_crimsite_brick_stairs (from Create) +- create:cut_crimsite_brick_wall (from Create) +- create:small_crimsite_bricks (from Create) +- create:small_crimsite_brick_stairs (from Create) +- create:small_crimsite_brick_wall (from Create) +- create:layered_crimsite (from Create) +- create:crimsite_pillar (from Create) + +#spectrum:azurite_ores +- spectrum:azurite_ore (from Spectrum) +- spectrum:deepslate_azurite_ore (from Spectrum) + +#c:chest +- bewitchment:juniper_chest (from Bewitchment) +- bewitchment:cypress_chest (from Bewitchment) +- bewitchment:elder_chest (from Bewitchment) +- bewitchment:dragons_blood_chest (from Bewitchment) + +#c:triple_compressed_end_stone +- compressor:triple_compressed_end_stone (from Compressor) + +#c:screwdrivers +- indrev:screwdriver (from Industrial Revolution) + +#c:oysters +- croptopia:oyster (from Croptopia) + +#c:ostrum_ores +- ad_astra:mars_ostrum_ore (from Ad Astra!) +- ad_astra:deepslate_ostrum_ore (from Ad Astra!) + +#bookshelf:boots +- #c:boots (from Bookshelf) + +#c:netherite_scrap_ores +- minecraft:ancient_debris (from Porting Lib Tags) + +#c:portable/grindstone +- portable_tables:portable_grindstone (from Portable Tables) + +#c:antimony_ingots +- modern_industrialization:antimony_ingot (from Modern Industrialization) + +#forge:dusts +- #forge:dusts/glowstone (from chisels-and-bits) +- #forge:dusts/prismarine (from chisels-and-bits) +- #forge:dusts/redstone (from chisels-and-bits) +- deeperdarker:soul_dust (from Deeper and Darker) +- supplementaries:ash (from Supplementaries) + +#c:tools/axes +- minecraft:wooden_axe (from Farmer's Delight) +- minecraft:stone_axe (from Farmer's Delight) +- minecraft:iron_axe (from Farmer's Delight) +- minecraft:diamond_axe (from Farmer's Delight) +- minecraft:golden_axe (from Farmer's Delight) +- minecraft:netherite_axe (from Farmer's Delight) +- twilightforest:ironwood_axe (from The Twilight Forest) +- twilightforest:steeleaf_axe (from The Twilight Forest) +- twilightforest:knightmetal_axe (from The Twilight Forest) + +#forge:glass/yellow +- minecraft:yellow_stained_glass (from chisels-and-bits) + +#c:fruits/cranberry +- croptopia:cranberry (from Croptopia) + +#c:red_garnet_blocks +- techreborn:red_garnet_storage_block (from Tech Reborn) + +#c:ices +- #c:regular_ices (from Powah!) +- #c:packed_ices (from Powah!) +- #c:blue_ices (from Powah!) +- #c:dry_ices (from Powah!) + +#c:quintuple_compressed_granite +- compressor:quintuple_compressed_granite (from Compressor) + +#botania:contributor_headflowers +- #botania:special_flowers (from Botania) +- botania:daybloom_motif (from Botania) +- botania:nightshade_motif (from Botania) + +#bewitchment:juniper_logs +- bewitchment:juniper_log (from Bewitchment) +- bewitchment:juniper_wood (from Bewitchment) +- bewitchment:stripped_juniper_log (from Bewitchment) +- bewitchment:stripped_juniper_wood (from Bewitchment) + +#c:blue_glass_panes +- minecraft:blue_stained_glass_pane (from Porting Lib Tags) + +#c:chicken_and_rice +- croptopia:chicken_and_rice (from Croptopia) + +#c:quadruple_compressed_deepslate +- compressor:quadruple_compressed_deepslate (from Compressor) + +#c:fruits/peach +- croptopia:peach (from Croptopia) + +#c:plutonium_blocks +- modern_industrialization:plutonium_block (from Modern Industrialization) + +#create:stone_types/asurine +- create:cut_asurine (from Create) +- create:cut_asurine_stairs (from Create) +- create:cut_asurine_wall (from Create) +- create:polished_cut_asurine (from Create) +- create:polished_cut_asurine_stairs (from Create) +- create:polished_cut_asurine_wall (from Create) +- create:cut_asurine_bricks (from Create) +- create:cut_asurine_brick_stairs (from Create) +- create:cut_asurine_brick_wall (from Create) +- create:small_asurine_bricks (from Create) +- create:small_asurine_brick_stairs (from Create) +- create:small_asurine_brick_wall (from Create) +- create:layered_asurine (from Create) +- create:asurine_pillar (from Create) + +#c:ender_chests +- minecraft:ender_chest (from Porting Lib Tags) + +#nears:sundae_soils +- minecraft:soul_sand (from Nears) +- minecraft:soul_soil (from Nears) + +#c:raw_meat +- #c:raw_fish (from Incubus Core) +- minecraft:beef (from Incubus Core) +- minecraft:porkchop (from Incubus Core) +- minecraft:chicken (from Incubus Core) +- minecraft:rabbit (from Incubus Core) +- minecraft:mutton (from Incubus Core) +- minecraft:beef (from Tech Reborn) +- minecraft:chicken (from Tech Reborn) +- minecraft:cod (from Tech Reborn) +- minecraft:mutton (from Tech Reborn) +- minecraft:porkchop (from Tech Reborn) +- minecraft:rabbit (from Tech Reborn) +- minecraft:salmon (from Tech Reborn) + +#byg:sythian_logs +- byg:stripped_sythian_hyphae (from Oh The Biomes You'll Go) +- byg:stripped_sythian_stem (from Oh The Biomes You'll Go) +- byg:sythian_hyphae (from Oh The Biomes You'll Go) +- byg:sythian_stem (from Oh The Biomes You'll Go) + +#c:diamonds +- minecraft:diamond (from Applied Energistics 2) +- minecraft:diamond (from Fabric Convention Tags) +- minecraft:diamond (from Porting Lib Tags) +- minecraft:diamond (from Incubus Core) + +#forge:barrels +- #forge:barrels/wooden (from chisels-and-bits) + +#c:black_glass +- minecraft:black_stained_glass (from Porting Lib Tags) + +#c:septuple_compressed_basalt +- compressor:septuple_compressed_basalt (from Compressor) + +#c:tomatillo_seeds +- croptopia:tomatillo_seed (from Croptopia) +- #c:seeds/tomatillo (from Croptopia) + +#tempad:tempad_fuel +- minecraft:ender_pearl (from Tempad) +- minecraft:ender_eye (from Tempad) + +#c:bookshelves +- #byg:bookshelves (from Oh The Biomes You'll Go) +- minecraft:bookshelf (from Porting Lib Tags) +- travelersbackpack:bookshelf (from Traveler's Backpack) + +#c:netherite_blocks +- minecraft:netherite_block (from Porting Lib Tags) + +#c:quintuple_compressed_deepslate +- compressor:quintuple_compressed_deepslate (from Compressor) + +#c:seeds/blackberry +- croptopia:blackberry_seed (from Croptopia) + +#c:zinc_dusts +- techreborn:zinc_dust (from Tech Reborn) + +#c:double_compressed_cobblestone +- compressor:double_compressed_cobblestone (from Compressor) + +#c:seeds/chilepepper +- croptopia:chile_pepper_seed (from Croptopia) + +#forge:chests/ender +- minecraft:ender_chest (from chisels-and-bits) + +#advancednetherite:boots/netherite_emerald +- advancednetherite:netherite_emerald_boots (from Advanced Netherite) + +#trinkets:head/hat +- ae2:wireless_crafting_terminal (from AE2WTLib) +- ae2wtlib:wireless_pattern_encoding_terminal (from AE2WTLib) +- ae2wtlib:wireless_pattern_access_terminal (from AE2WTLib) +- ae2wtlib:wireless_universal_terminal (from AE2WTLib) +- artifacts:night_vision_goggles (from Artifacts) +- artifacts:novelty_drinking_hat (from Artifacts) +- artifacts:plastic_drinking_hat (from Artifacts) +- artifacts:snorkel (from Artifacts) +- artifacts:superstitious_hat (from Artifacts) +- artifacts:villager_hat (from Artifacts) +- botania:flight_tiara (from Botania) +- doodads:glare_plushie (from Doodads) +- villager-hats:farmer_hat (from Villager Hats) +- villager-hats:fletcher_hat (from Villager Hats) +- villager-hats:fisherman_hat (from Villager Hats) +- villager-hats:armorer_hat (from Villager Hats) +- villager-hats:shepherd_hat (from Villager Hats) +- villager-hats:librarian_hat (from Villager Hats) +- villager-hats:butcher_hat (from Villager Hats) + +#byg:jacaranda_logs +- byg:jacaranda_log (from Oh The Biomes You'll Go) +- byg:jacaranda_wood (from Oh The Biomes You'll Go) +- byg:stripped_jacaranda_log (from Oh The Biomes You'll Go) +- byg:stripped_jacaranda_wood (from Oh The Biomes You'll Go) + +#c:jams/strawberry_jam +- croptopia:strawberry_jam (from Croptopia) + +#create:blaze_burner_fuel/regular + +#brazier:warped_wart +- brazier:warped_nether_wart (from Brazier) +- nether_extension:warped_wart? (from Brazier) + +#advancednetherite:helmets/netherite +- minecraft:netherite_helmet (from Advanced Netherite) + +#c:raw_tin_blocks +- modern_industrialization:raw_tin_block (from Modern Industrialization) +- techreborn:raw_tin_storage_block (from Tech Reborn) + +#c:ruby_plates +- techreborn:ruby_plate (from Tech Reborn) + +#c:netherite_nuggets +- techreborn:netherite_nugget (from Tech Reborn) + +#botania:semi_disposable +- minecraft:andesite (from Botania) +- minecraft:diorite (from Botania) +- minecraft:granite (from Botania) +- minecraft:tuff (from Botania) +- minecraft:calcite (from Botania) +- minecraft:stone (from Botania) +- minecraft:basalt (from Botania) +- minecraft:deepslate (from Botania) +- minecraft:dripstone_block (from Botania) +- minecraft:pointed_dripstone (from Botania) +- minecraft:moss_block (from Botania) +- minecraft:sandstone (from Botania) +- minecraft:red_sandstone (from Botania) +- quark:jasper? (from Botania) +- quark:limestone? (from Botania) +- quark:marble? (from Botania) +- quark:slate? (from Botania) + +#c:crops/cucumber +- croptopia:cucumber (from Croptopia) + +#c:brick_ingots +- minecraft:brick (from Porting Lib Tags) + +#spirit:soul_steel_mainhand +- piercingpaxels:soul_steel_paxel (from Piercing Paxels) +- spirit:soul_steel_axe (from Spirit) +- spirit:soul_steel_bow (from Spirit) +- spirit:soul_steel_hoe (from Spirit) +- spirit:soul_steel_pickaxe (from Spirit) +- spirit:soul_steel_shovel (from Spirit) +- spirit:soul_steel_sword (from Spirit) + +#c:almandine_dusts +- techreborn:almandine_dust (from Tech Reborn) + +#c:mortar_and_pestles +- croptopia:mortar_and_pestle (from Croptopia) + +#c:honeydew_seeds +- croptopia:honeydew_seed (from Croptopia) +- #c:seeds/honeydew (from Croptopia) + +#c:bauxite_small_dusts +- techreborn:bauxite_small_dust (from Tech Reborn) + +#balm:wooden_chests +- #c:wooden_chests? (from Balm) +- minecraft:chest (from Balm) +- minecraft:trapped_chest (from Balm) + +#trinkets:feet/aglet +- ae2:wireless_crafting_terminal (from AE2WTLib) +- ae2wtlib:wireless_pattern_encoding_terminal (from AE2WTLib) +- ae2wtlib:wireless_pattern_access_terminal (from AE2WTLib) +- ae2wtlib:wireless_universal_terminal (from AE2WTLib) +- bewitchment:specter_bangle (from Bewitchment) +- bewitchment:druid_band (from Bewitchment) +- doodads:shulker_aglet (from Doodads) + +#c:cadmium_ingots +- modern_industrialization:cadmium_ingot (from Modern Industrialization) + +#c:blue_dye +- minecraft:blue_dye (from Applied Energistics 2) + +#balm:dyes +- #c:dyes? (from Balm) + +#c:crops/pecan +- croptopia:pecan (from Croptopia) + +#c:red_dyes +- minecraft:red_dye (from Fabric Convention Tags) +- minecraft:red_dye (from Porting Lib Tags) + +#c:nuts/almond +- croptopia:almond (from Croptopia) + +#ae2:covered_cable +- ae2:white_covered_cable (from Applied Energistics 2) +- ae2:orange_covered_cable (from Applied Energistics 2) +- ae2:magenta_covered_cable (from Applied Energistics 2) +- ae2:light_blue_covered_cable (from Applied Energistics 2) +- ae2:yellow_covered_cable (from Applied Energistics 2) +- ae2:lime_covered_cable (from Applied Energistics 2) +- ae2:pink_covered_cable (from Applied Energistics 2) +- ae2:gray_covered_cable (from Applied Energistics 2) +- ae2:light_gray_covered_cable (from Applied Energistics 2) +- ae2:cyan_covered_cable (from Applied Energistics 2) +- ae2:purple_covered_cable (from Applied Energistics 2) +- ae2:blue_covered_cable (from Applied Energistics 2) +- ae2:brown_covered_cable (from Applied Energistics 2) +- ae2:green_covered_cable (from Applied Energistics 2) +- ae2:red_covered_cable (from Applied Energistics 2) +- ae2:black_covered_cable (from Applied Energistics 2) +- ae2:fluix_covered_cable (from Applied Energistics 2) + +#c:bows +- minecraft:bow (from Bookshelf) +- minecraft:crossbow (from Fabric Convention Tags) +- minecraft:bow (from Fabric Convention Tags) +- minecraft:bow (from Porting Lib Tags) +- spectrum:bedrock_bow (from Spectrum) + +#c:uraninite_ores +- powah:uraninite_ore (from Powah!) +- powah:uraninite_ore_poor (from Powah!) +- powah:uraninite_ore_dense (from Powah!) +- powah:deepslate_uraninite_ore (from Powah!) +- powah:deepslate_uraninite_ore_poor (from Powah!) +- powah:deepslate_uraninite_ore_dense (from Powah!) + +#minecraft:planks +- minecraft:oak_planks (from Default) +- minecraft:spruce_planks (from Default) +- minecraft:birch_planks (from Default) +- minecraft:jungle_planks (from Default) +- minecraft:acacia_planks (from Default) +- minecraft:dark_oak_planks (from Default) +- minecraft:crimson_planks (from Default) +- minecraft:warped_planks (from Default) +- minecraft:mangrove_planks (from Default) +- ad_astra:glacian_planks (from Ad Astra!) +- ad_astra:aeronos_planks (from Ad Astra!) +- ad_astra:strophar_planks (from Ad Astra!) +- bambooeverything:bamboo_bundle (from Bamboo Everything) +- bambooeverything:dry_bamboo_bundle (from Bamboo Everything) +- bewitchment:juniper_planks (from Bewitchment) +- bewitchment:cypress_planks (from Bewitchment) +- bewitchment:elder_planks (from Bewitchment) +- bewitchment:dragons_blood_planks (from Bewitchment) +- biomemakeover:blighted_balsa_planks (from Biome Makeover) +- biomemakeover:willow_planks (from Biome Makeover) +- biomemakeover:swamp_cypress_planks (from Biome Makeover) +- biomemakeover:ancient_oak_planks (from Biome Makeover) +- botania:livingwood_planks (from Botania) +- botania:mossy_livingwood_planks (from Botania) +- botania:framed_livingwood (from Botania) +- botania:pattern_framed_livingwood (from Botania) +- botania:dreamwood_planks (from Botania) +- botania:mossy_dreamwood_planks (from Botania) +- botania:framed_dreamwood (from Botania) +- botania:pattern_framed_dreamwood (from Botania) +- botania:shimmerwood_planks (from Botania) +- byg:aspen_planks (from Oh The Biomes You'll Go) +- byg:aspen_planks (from Oh The Biomes You'll Go) +- byg:baobab_planks (from Oh The Biomes You'll Go) +- byg:baobab_planks (from Oh The Biomes You'll Go) +- byg:blue_enchanted_planks (from Oh The Biomes You'll Go) +- byg:blue_enchanted_planks (from Oh The Biomes You'll Go) +- byg:bulbis_planks (from Oh The Biomes You'll Go) +- byg:bulbis_planks (from Oh The Biomes You'll Go) +- byg:cherry_planks (from Oh The Biomes You'll Go) +- byg:cherry_planks (from Oh The Biomes You'll Go) +- byg:cika_planks (from Oh The Biomes You'll Go) +- byg:cika_planks (from Oh The Biomes You'll Go) +- byg:cypress_planks (from Oh The Biomes You'll Go) +- byg:cypress_planks (from Oh The Biomes You'll Go) +- byg:ebony_planks (from Oh The Biomes You'll Go) +- byg:ebony_planks (from Oh The Biomes You'll Go) +- byg:embur_planks (from Oh The Biomes You'll Go) +- byg:embur_planks (from Oh The Biomes You'll Go) +- byg:ether_planks (from Oh The Biomes You'll Go) +- byg:ether_planks (from Oh The Biomes You'll Go) +- byg:fir_planks (from Oh The Biomes You'll Go) +- byg:fir_planks (from Oh The Biomes You'll Go) +- byg:green_enchanted_planks (from Oh The Biomes You'll Go) +- byg:green_enchanted_planks (from Oh The Biomes You'll Go) +- byg:holly_planks (from Oh The Biomes You'll Go) +- byg:holly_planks (from Oh The Biomes You'll Go) +- byg:imparius_planks (from Oh The Biomes You'll Go) +- byg:imparius_planks (from Oh The Biomes You'll Go) +- byg:jacaranda_planks (from Oh The Biomes You'll Go) +- byg:jacaranda_planks (from Oh The Biomes You'll Go) +- byg:lament_planks (from Oh The Biomes You'll Go) +- byg:lament_planks (from Oh The Biomes You'll Go) +- byg:mahogany_planks (from Oh The Biomes You'll Go) +- byg:mahogany_planks (from Oh The Biomes You'll Go) +- byg:maple_planks (from Oh The Biomes You'll Go) +- byg:maple_planks (from Oh The Biomes You'll Go) +- byg:nightshade_planks (from Oh The Biomes You'll Go) +- byg:nightshade_planks (from Oh The Biomes You'll Go) +- byg:palm_planks (from Oh The Biomes You'll Go) +- byg:palm_planks (from Oh The Biomes You'll Go) +- byg:pine_planks (from Oh The Biomes You'll Go) +- byg:pine_planks (from Oh The Biomes You'll Go) +- byg:rainbow_eucalyptus_planks (from Oh The Biomes You'll Go) +- byg:rainbow_eucalyptus_planks (from Oh The Biomes You'll Go) +- byg:redwood_planks (from Oh The Biomes You'll Go) +- byg:redwood_planks (from Oh The Biomes You'll Go) +- byg:skyris_planks (from Oh The Biomes You'll Go) +- byg:skyris_planks (from Oh The Biomes You'll Go) +- byg:sythian_planks (from Oh The Biomes You'll Go) +- byg:sythian_planks (from Oh The Biomes You'll Go) +- byg:white_mangrove_planks (from Oh The Biomes You'll Go) +- byg:white_mangrove_planks (from Oh The Biomes You'll Go) +- byg:willow_planks (from Oh The Biomes You'll Go) +- byg:willow_planks (from Oh The Biomes You'll Go) +- byg:witch_hazel_planks (from Oh The Biomes You'll Go) +- byg:witch_hazel_planks (from Oh The Biomes You'll Go) +- byg:zelkova_planks (from Oh The Biomes You'll Go) +- byg:zelkova_planks (from Oh The Biomes You'll Go) +- colorful-azaleas:azule_azalea_planks (from Colorful Azaleas) +- colorful-azaleas:walnut_azalea_planks (from Colorful Azaleas) +- colorful-azaleas:bright_azalea_planks (from Colorful Azaleas) +- colorful-azaleas:roze_azalea_planks (from Colorful Azaleas) +- colorful-azaleas:tecal_azalea_planks (from Colorful Azaleas) +- colorful-azaleas:titanium_azalea_planks (from Colorful Azaleas) +- colorful-azaleas:fiss_azalea_planks (from Colorful Azaleas) +- deeperdarker:echo_planks (from Deeper and Darker) +- ecologics:coconut_planks (from Ecologics) +- ecologics:walnut_planks (from Ecologics) +- ecologics:azalea_planks (from Ecologics) +- ecologics:flowering_azalea_planks (from Ecologics) +- hexcasting:edified_planks (from Hex Casting) +- hexcasting:edified_panel (from Hex Casting) +- hexcasting:edified_tile (from Hex Casting) +- minecells:putrid_planks (from Mine Cells) +- #spectrum:colored_planks (from Spectrum) +- techreborn:rubber_planks (from Tech Reborn) +- twilightforest:twilight_oak_planks (from The Twilight Forest) +- twilightforest:canopy_planks (from The Twilight Forest) +- twilightforest:mangrove_planks (from The Twilight Forest) +- twilightforest:dark_planks (from The Twilight Forest) +- twilightforest:time_planks (from The Twilight Forest) +- twilightforest:transformation_planks (from The Twilight Forest) +- twilightforest:mining_planks (from The Twilight Forest) +- twilightforest:sorting_planks (from The Twilight Forest) +- twilightforest:towerwood (from The Twilight Forest) +- twilightforest:encased_towerwood (from The Twilight Forest) +- twilightforest:cracked_towerwood (from The Twilight Forest) +- twilightforest:mossy_towerwood (from The Twilight Forest) +- twilightforest:infested_towerwood (from The Twilight Forest) +- vinery:cherry_planks (from Vinery) + +#c:fruits/lemon +- croptopia:lemon (from Croptopia) + +#c:olive_seeds +- croptopia:olive_seed (from Croptopia) +- #c:seeds/olive (from Croptopia) + +#minecraft:fox_food +- minecraft:sweet_berries (from Default) +- minecraft:glow_berries (from Default) +- byg:blueberries (from Oh The Biomes You'll Go) +- croptopia:blackberry (from Croptopia) +- croptopia:blueberry (from Croptopia) +- croptopia:cranberry (from Croptopia) +- croptopia:elderberry (from Croptopia) +- croptopia:raspberry (from Croptopia) +- croptopia:strawberry (from Croptopia) +- vinery:red_grape (from Vinery) +- vinery:white_grape (from Vinery) +- xps:xp_berries (from Xp Obelisk) +- xps:xp_berries_seeds (from Xp Obelisk) + +#c:storage_blocks/anthracite +- byg:anthracite_block (from Oh The Biomes You'll Go) + +#forge:cobblestone +- #forge:cobblestone/normal (from chisels-and-bits) +- #forge:cobblestone/infested (from chisels-and-bits) +- #forge:cobblestone/mossy (from chisels-and-bits) +- #forge:cobblestone/deepslate (from chisels-and-bits) +- deeperdarker:cobbled_sculk_stone (from Deeper and Darker) +- deeperdarker:cobbled_gloomslate (from Deeper and Darker) +- deeperdarker:sculk_stone (from Deeper and Darker) +- deeperdarker:gloomslate (from Deeper and Darker) + +#c:ancient_debris +- minecraft:ancient_debris (from Incubus Core) + +#c:seeds/kale +- croptopia:kale_seed (from Croptopia) + +#spectrum:citrine_crystals +- spectrum:small_citrine_bud (from Spectrum) +- spectrum:medium_citrine_bud (from Spectrum) +- spectrum:large_citrine_bud (from Spectrum) +- spectrum:citrine_cluster (from Spectrum) +- spectrum:citrine_shard (from Spectrum) + +#c:eggplants +- croptopia:eggplant (from Croptopia) +- #c:vegetables/eggplant (from Croptopia) +- croptopia:eggplant (from Croptopia) +- #c:crops/eggplant (from Croptopia) + +#byg:ebony_logs +- byg:ebony_log (from Oh The Biomes You'll Go) +- byg:ebony_wood (from Oh The Biomes You'll Go) +- byg:stripped_ebony_log (from Oh The Biomes You'll Go) +- byg:stripped_ebony_wood (from Oh The Biomes You'll Go) + +#icyincitement:ice +- minecraft:ice (from Icy Incitement) +- minecraft:packed_ice (from Icy Incitement) +- minecraft:blue_ice (from Icy Incitement) + +#c:emerald_dusts +- modern_industrialization:emerald_dust (from Modern Industrialization) +- techreborn:emerald_dust (from Tech Reborn) + +#c:glass_blocks +- botania:mana_glass (from Botania) +- botania:elf_glass (from Botania) +- botania:bifrost_perm (from Botania) +- minecraft:glass (from Fabric Convention Tags) +- minecraft:gray_stained_glass (from Fabric Convention Tags) +- minecraft:black_stained_glass (from Fabric Convention Tags) +- minecraft:orange_stained_glass (from Fabric Convention Tags) +- minecraft:blue_stained_glass (from Fabric Convention Tags) +- minecraft:brown_stained_glass (from Fabric Convention Tags) +- minecraft:cyan_stained_glass (from Fabric Convention Tags) +- minecraft:green_stained_glass (from Fabric Convention Tags) +- minecraft:light_blue_stained_glass (from Fabric Convention Tags) +- minecraft:light_gray_stained_glass (from Fabric Convention Tags) +- minecraft:lime_stained_glass (from Fabric Convention Tags) +- minecraft:magenta_stained_glass (from Fabric Convention Tags) +- minecraft:pink_stained_glass (from Fabric Convention Tags) +- minecraft:purple_stained_glass (from Fabric Convention Tags) +- minecraft:red_stained_glass (from Fabric Convention Tags) +- minecraft:tinted_glass (from Fabric Convention Tags) +- minecraft:white_stained_glass (from Fabric Convention Tags) +- minecraft:yellow_stained_glass (from Fabric Convention Tags) +- #c:colorless_glass (from Porting Lib Tags) +- #c:stained_glass (from Porting Lib Tags) +- #c:tinted_glass (from Porting Lib Tags) +- #spectrum:gemstone_glass (from Spectrum) +- #spectrum:player_only_glass (from Spectrum) + +#advancednetherite:hoes/netherite_gold +- advancednetherite:netherite_gold_hoe (from Advanced Netherite) + +#forge:storage_blocks/gold +- minecraft:gold_block (from chisels-and-bits) + +#colorful-azaleas:roze_azalea_logs +- colorful-azaleas:roze_azalea_log (from Colorful Azaleas) +- colorful-azaleas:roze_azalea_wood (from Colorful Azaleas) +- colorful-azaleas:stripped_roze_azalea_log (from Colorful Azaleas) +- colorful-azaleas:stripped_roze_azalea_wood (from Colorful Azaleas) + +#c:cadmium_plates +- modern_industrialization:cadmium_plate (from Modern Industrialization) + +#c:magenta_glass +- minecraft:magenta_stained_glass (from Porting Lib Tags) + +#farmersdelight:wolf_prey +- #c:raw_chicken (from Farmer's Delight) +- #c:raw_mutton (from Farmer's Delight) +- minecraft:rabbit (from Farmer's Delight) + +#twilightforest:banned_uncrafting_ingredients +- twilightforest:infested_towerwood (from The Twilight Forest) +- twilightforest:hollow_oak_sapling (from The Twilight Forest) +- twilightforest:time_sapling (from The Twilight Forest) +- twilightforest:transformation_sapling (from The Twilight Forest) +- twilightforest:mining_sapling (from The Twilight Forest) +- twilightforest:sorting_sapling (from The Twilight Forest) +- twilightforest:transformation_powder (from The Twilight Forest) + +#spectrum:citrine_chiseled_base_blocks +- spectrum:citrine_chiseled_basalt (from Spectrum) +- spectrum:citrine_chiseled_calcite (from Spectrum) + +#c:crops/olive +- croptopia:olive (from Croptopia) + +#forge:dusts/prismarine +- minecraft:prismarine_shard (from chisels-and-bits) + +#c:iridium_reinforced_tungstensteel_blocks +- techreborn:iridium_reinforced_tungstensteel_storage_block (from Tech Reborn) + +#c:brass_nuggets +- create:brass_nugget (from Create) +- techreborn:brass_nugget (from Tech Reborn) + +#ae2:pattern_provider +- ae2:cable_pattern_provider (from Applied Energistics 2) +- ae2:pattern_provider (from Applied Energistics 2) + +#c:steel_boots +- indrev:steel_boots (from Industrial Revolution) +- astromine:steel_boots? (from Industrial Revolution) + +#forge:ore_bearing_ground/deepslate +- minecraft:deepslate (from chisels-and-bits) + +#another_furniture:lamps +- another_furniture:white_lamp (from Another Furniture) +- another_furniture:orange_lamp (from Another Furniture) +- another_furniture:magenta_lamp (from Another Furniture) +- another_furniture:light_blue_lamp (from Another Furniture) +- another_furniture:yellow_lamp (from Another Furniture) +- another_furniture:lime_lamp (from Another Furniture) +- another_furniture:pink_lamp (from Another Furniture) +- another_furniture:gray_lamp (from Another Furniture) +- another_furniture:light_gray_lamp (from Another Furniture) +- another_furniture:cyan_lamp (from Another Furniture) +- another_furniture:purple_lamp (from Another Furniture) +- another_furniture:blue_lamp (from Another Furniture) +- another_furniture:brown_lamp (from Another Furniture) +- another_furniture:green_lamp (from Another Furniture) +- another_furniture:red_lamp (from Another Furniture) +- another_furniture:black_lamp (from Another Furniture) + +#c:pecan_pies +- croptopia:pecan_pie (from Croptopia) + +#ecologics:penguin_tempt_items +- minecraft:tropical_fish (from Ecologics) +- minecraft:salmon (from Ecologics) +- minecraft:cod (from Ecologics) + +#dragonloot:explosion_resistant +- dragonloot:dragon_scale (from DragonLoot) +- dragonloot:dragon_helmet (from DragonLoot) +- dragonloot:dragon_chestplate (from DragonLoot) +- dragonloot:dragon_leggings (from DragonLoot) +- dragonloot:dragon_boots (from DragonLoot) +- dragonloot:upgraded_dragon_chestplate (from DragonLoot) +- dragonloot:dragon_pickaxe (from DragonLoot) +- dragonloot:dragon_shovel (from DragonLoot) +- dragonloot:dragon_axe (from DragonLoot) +- dragonloot:dragon_hoe (from DragonLoot) +- dragonloot:dragon_sword (from DragonLoot) +- dragonloot:dragon_bow (from DragonLoot) +- dragonloot:dragon_crossbow (from DragonLoot) +- dragonloot:dragon_trident (from DragonLoot) +- dragonloot:dragon_anvil (from DragonLoot) +- dragonloot:dragon_horse_armor (from DragonLoot) +- medievalweapons:dragon_small_axe (from Medieval Weapons) +- medievalweapons:dragon_long_sword (from Medieval Weapons) +- medievalweapons:dragon_dagger (from Medieval Weapons) +- medievalweapons:dragon_big_axe (from Medieval Weapons) +- medievalweapons:dragon_lance (from Medieval Weapons) +- medievalweapons:dragon_healing_staff (from Medieval Weapons) +- medievalweapons:dragon_mace (from Medieval Weapons) +- medievalweapons:dragon_francisca (from Medieval Weapons) +- medievalweapons:dragon_javelin (from Medieval Weapons) +- medievalweapons:dragon_ninjato (from Medieval Weapons) +- medievalweapons:dragon_rapier (from Medieval Weapons) +- medievalweapons:dragon_sickle (from Medieval Weapons) + +#c:seeds/elderberry +- croptopia:elderberry_seed (from Croptopia) + +#c:kanthal_tiny_dusts +- modern_industrialization:kanthal_tiny_dust (from Modern Industrialization) + +#techreborn:gems +- techreborn:peridot_gem (from Tech Reborn) +- techreborn:red_garnet_gem (from Tech Reborn) +- techreborn:ruby_gem (from Tech Reborn) +- techreborn:sapphire_gem (from Tech Reborn) +- techreborn:yellow_garnet_gem (from Tech Reborn) + +#c:crabs +- croptopia:crab (from Croptopia) + +#c:plutonium_ingots +- modern_industrialization:plutonium_ingot (from Modern Industrialization) + +#c:blueberries +- croptopia:blueberry (from Croptopia) +- #c:fruits/blueberry (from Croptopia) +- croptopia:blueberry (from Croptopia) +- #c:crops/blueberry (from Croptopia) + +#c:seeds/turmeric +- croptopia:turmeric_seed (from Croptopia) + +#c:crops/bellpepper +- croptopia:bellpepper (from Croptopia) + +#c:sponges +- minecraft:sponge (from Tech Reborn) +- minecraft:wet_sponge (from Tech Reborn) + +#c:invar_ingots +- modern_industrialization:invar_ingot (from Modern Industrialization) +- techreborn:invar_ingot (from Tech Reborn) + +#supplementaries:statue_tools +- supplementaries:wrench? (from Supplementaries) + +#c:butters +- croptopia:butter (from Croptopia) + +#c:advanced_alloy_blocks +- techreborn:advanced_alloy_storage_block (from Tech Reborn) + +#darkutils:tomes +- darkutils:tome_enchanting (from DarkUtilities) +- darkutils:tome_shadows (from DarkUtilities) +- darkutils:tome_sga (from DarkUtilities) +- darkutils:tome_illager (from DarkUtilities) +- darkutils:tome_runelic (from DarkUtilities) +- darkutils:tome_pigpen (from DarkUtilities) + +#c:crops/tomatillo +- croptopia:tomatillo (from Croptopia) + +#c:coral_blocks +- #c:living_coral_blocks (from Tech Reborn) +- #c:dead_coral_blocks (from Tech Reborn) + +#forge:glass_panes/light_gray +- minecraft:light_gray_stained_glass_pane (from chisels-and-bits) + +#c:scaffoldings +- #byg:scaffolding (from Oh The Biomes You'll Go) + +#byg:maple_logs +- byg:maple_log (from Oh The Biomes You'll Go) +- byg:maple_wood (from Oh The Biomes You'll Go) +- byg:stripped_maple_log (from Oh The Biomes You'll Go) +- byg:stripped_maple_wood (from Oh The Biomes You'll Go) + +#c:saplings/grapefruit +- croptopia:grapefruit_sapling (from Croptopia) + +#c:jams/elderberry_jam +- croptopia:elderberry_jam (from Croptopia) + +#c:compressed_end_stone +- compressor:compressed_end_stone (from Compressor) + +#botania:loonium_blacklist +- botania:lexicon (from Botania) +- botania:overgrowth_seed (from Botania) +- botania:black_lotus (from Botania) +- botania:blacker_lotus (from Botania) +- #minecraft:music_discs (from Botania) + +#advancednetherite:tiers/tools +- #advancednetherite:tiers/tools/netherite_iron (from Advanced Netherite) +- #advancednetherite:tiers/tools/netherite_gold (from Advanced Netherite) +- #advancednetherite:tiers/tools/netherite_emerald (from Advanced Netherite) +- #advancednetherite:tiers/tools/netherite_diamond (from Advanced Netherite) + +#c:pecan_saplings +- croptopia:pecan_sapling (from Croptopia) +- #c:saplings/pecan (from Croptopia) + +#c:crops/peanut +- croptopia:peanut (from Croptopia) + +#c:cooked_pork +- minecraft:cooked_porkchop (from Farmer's Delight) +- farmersdelight:cooked_bacon (from Farmer's Delight) + +#c:triple_compressed_stone +- compressor:triple_compressed_stone (from Compressor) + +#forge:glass/pink +- minecraft:pink_stained_glass (from chisels-and-bits) + +#forge:chests +- #forge:chests/ender (from chisels-and-bits) +- #forge:chests/trapped (from chisels-and-bits) +- #forge:chests/wooden (from chisels-and-bits) + +#c:protein_bars +- croptopia:protein_bar (from Croptopia) + +#origins:ignore_diet +- bewitchment:grotesque_stew (from Bewitchment) +- #spectrum:alcohols (from Spectrum) +- spectrum:bloodboil_syrup (from Spectrum) +- spectrum:moonstruck_nectar (from Spectrum) +- spectrum:incandescent_amalgam (from Spectrum) + +#c:tofuburgers +- croptopia:tofuburger (from Croptopia) + +#bewitchment:chalks +- bewitchment:chalk (from Bewitchment) +- bewitchment:golden_chalk (from Bewitchment) +- bewitchment:fiery_chalk (from Bewitchment) +- bewitchment:eldritch_chalk (from Bewitchment) + +#byg:all/ores +- #byg:ores? (from Oh The Biomes You'll Go) +- #c:ores? (from Oh The Biomes You'll Go) +- #forge:ores? (from Oh The Biomes You'll Go) + +#colorful-azaleas:fiss_azalea_logs +- colorful-azaleas:fiss_azalea_log (from Colorful Azaleas) +- colorful-azaleas:fiss_azalea_wood (from Colorful Azaleas) +- colorful-azaleas:stripped_fiss_azalea_log (from Colorful Azaleas) +- colorful-azaleas:stripped_fiss_azalea_wood (from Colorful Azaleas) + +#byg:slabs +- byg:aspen_slab (from Oh The Biomes You'll Go) +- byg:baobab_slab (from Oh The Biomes You'll Go) +- byg:blue_enchanted_slab (from Oh The Biomes You'll Go) +- byg:blue_nether_brick_slab (from Oh The Biomes You'll Go) +- byg:bulbis_slab (from Oh The Biomes You'll Go) +- byg:carved_ether_stone_slab (from Oh The Biomes You'll Go) +- byg:cattail_thatch_slab (from Oh The Biomes You'll Go) +- byg:cherry_slab (from Oh The Biomes You'll Go) +- byg:chiseled_fungal_imparius_slab (from Oh The Biomes You'll Go) +- byg:chiseled_red_rock_brick_slab (from Oh The Biomes You'll Go) +- byg:chiseled_therium_slab (from Oh The Biomes You'll Go) +- byg:chiseled_travertine_slab (from Oh The Biomes You'll Go) +- byg:chiseled_windswept_sandstone_slab (from Oh The Biomes You'll Go) +- byg:cika_slab (from Oh The Biomes You'll Go) +- byg:cobbled_ether_stone_slab (from Oh The Biomes You'll Go) +- byg:cracked_red_rock_brick_slab (from Oh The Biomes You'll Go) +- byg:cryptic_stone_slab (from Oh The Biomes You'll Go) +- byg:cut_windswept_sandstone_slab (from Oh The Biomes You'll Go) +- byg:cypress_slab (from Oh The Biomes You'll Go) +- byg:dacite_brick_slab (from Oh The Biomes You'll Go) +- byg:dacite_cobblestone_slab (from Oh The Biomes You'll Go) +- byg:dacite_slab (from Oh The Biomes You'll Go) +- byg:dacite_tile_slab (from Oh The Biomes You'll Go) +- byg:ebony_slab (from Oh The Biomes You'll Go) +- byg:embur_slab (from Oh The Biomes You'll Go) +- byg:ether_slab (from Oh The Biomes You'll Go) +- byg:ether_stone_slab (from Oh The Biomes You'll Go) +- byg:fir_slab (from Oh The Biomes You'll Go) +- byg:green_enchanted_slab (from Oh The Biomes You'll Go) +- byg:holly_slab (from Oh The Biomes You'll Go) +- byg:imparius_slab (from Oh The Biomes You'll Go) +- byg:jacaranda_slab (from Oh The Biomes You'll Go) +- byg:lament_slab (from Oh The Biomes You'll Go) +- byg:mahogany_slab (from Oh The Biomes You'll Go) +- byg:maple_slab (from Oh The Biomes You'll Go) +- byg:mossy_red_rock_brick_slab (from Oh The Biomes You'll Go) +- byg:mossy_stone_slab (from Oh The Biomes You'll Go) +- byg:nightshade_slab (from Oh The Biomes You'll Go) +- byg:palm_slab (from Oh The Biomes You'll Go) +- byg:pine_slab (from Oh The Biomes You'll Go) +- byg:polished_soapstone_slab (from Oh The Biomes You'll Go) +- byg:polished_travertine_slab (from Oh The Biomes You'll Go) +- byg:purpur_stone_slab (from Oh The Biomes You'll Go) +- byg:rainbow_eucalyptus_slab (from Oh The Biomes You'll Go) +- byg:red_rock_brick_slab (from Oh The Biomes You'll Go) +- byg:red_rock_slab (from Oh The Biomes You'll Go) +- byg:redwood_slab (from Oh The Biomes You'll Go) +- byg:rocky_stone_slab (from Oh The Biomes You'll Go) +- byg:scoria_cobblestone_slab (from Oh The Biomes You'll Go) +- byg:scoria_stone_slab (from Oh The Biomes You'll Go) +- byg:scoria_stonebrick_slab (from Oh The Biomes You'll Go) +- byg:shiny_chiseled_therium_slab (from Oh The Biomes You'll Go) +- byg:skyris_slab (from Oh The Biomes You'll Go) +- byg:smooth_windswept_sandstone_slab (from Oh The Biomes You'll Go) +- byg:soapstone_brick_slab (from Oh The Biomes You'll Go) +- byg:soapstone_slab (from Oh The Biomes You'll Go) +- byg:soapstone_tile_slab (from Oh The Biomes You'll Go) +- byg:sythian_slab (from Oh The Biomes You'll Go) +- byg:travertine_slab (from Oh The Biomes You'll Go) +- byg:white_mangrove_slab (from Oh The Biomes You'll Go) +- byg:willow_slab (from Oh The Biomes You'll Go) +- byg:windswept_sandstone_slab (from Oh The Biomes You'll Go) +- byg:witch_hazel_slab (from Oh The Biomes You'll Go) +- byg:yellow_nether_brick_slab (from Oh The Biomes You'll Go) +- byg:zelkova_slab (from Oh The Biomes You'll Go) + +#c:gold_gears +- modern_industrialization:gold_gear (from Modern Industrialization) + +#balm:yellow_dyes +- #c:yellow_dyes? (from Balm) +- minecraft:yellow_dye (from Balm) + +#c:nickel_small_dusts +- techreborn:nickel_small_dust (from Tech Reborn) + +#croptopia:advancements_food_big +- croptopia:salsa (from Croptopia) +- croptopia:onion_rings (from Croptopia) +- croptopia:caesar_salad (from Croptopia) +- croptopia:fruit_salad (from Croptopia) +- croptopia:trail_mix (from Croptopia) +- croptopia:protein_bar (from Croptopia) +- croptopia:nougat (from Croptopia) +- croptopia:tofuburger (from Croptopia) +- croptopia:supreme_pizza (from Croptopia) +- croptopia:cheese_pizza (from Croptopia) +- croptopia:pineapple_pepperoni_pizza (from Croptopia) +- croptopia:lemon_chicken (from Croptopia) +- croptopia:fried_chicken (from Croptopia) +- croptopia:chicken_and_noodles (from Croptopia) +- croptopia:taco (from Croptopia) +- croptopia:cashew_chicken (from Croptopia) +- croptopia:apple_pie (from Croptopia) +- croptopia:banana_cream_pie (from Croptopia) +- croptopia:vanilla_ice_cream (from Croptopia) +- croptopia:strawberry_ice_cream (from Croptopia) +- croptopia:mango_ice_cream (from Croptopia) +- croptopia:rum_raisin_ice_cream (from Croptopia) +- croptopia:pecan_ice_cream (from Croptopia) +- croptopia:cherry_pie (from Croptopia) +- croptopia:cheese_cake (from Croptopia) +- croptopia:brownies (from Croptopia) +- croptopia:banana_nut_bread (from Croptopia) +- croptopia:pecan_pie (from Croptopia) +- croptopia:tostada (from Croptopia) +- croptopia:horchata (from Croptopia) +- croptopia:carnitas (from Croptopia) +- croptopia:fajitas (from Croptopia) +- croptopia:tamales (from Croptopia) +- croptopia:tres_leche_cake (from Croptopia) +- croptopia:stuffed_poblanos (from Croptopia) +- croptopia:chili_relleno (from Croptopia) +- croptopia:refried_beans (from Croptopia) +- croptopia:quesadilla (from Croptopia) +- croptopia:shepherds_pie (from Croptopia) +- croptopia:beef_wellington (from Croptopia) +- croptopia:fish_and_chips (from Croptopia) +- croptopia:eton_mess (from Croptopia) +- croptopia:cornish_pasty (from Croptopia) +- croptopia:scones (from Croptopia) +- croptopia:figgy_pudding (from Croptopia) +- croptopia:treacle_tart (from Croptopia) +- croptopia:sticky_toffee_pudding (from Croptopia) +- croptopia:trifle (from Croptopia) +- croptopia:ajvar (from Croptopia) +- croptopia:ajvar_toast (from Croptopia) +- croptopia:beef_stew (from Croptopia) +- croptopia:beef_stir_fry (from Croptopia) +- croptopia:buttered_green_beans (from Croptopia) +- croptopia:chocolate_ice_cream (from Croptopia) +- croptopia:eggplant_parmesan (from Croptopia) +- croptopia:fruit_cake (from Croptopia) +- croptopia:grilled_eggplant (from Croptopia) +- croptopia:lemon_coconut_bar (from Croptopia) +- croptopia:nether_wart_stew (from Croptopia) +- croptopia:peanut_butter (from Croptopia) +- croptopia:peanut_butter_with_celery (from Croptopia) +- croptopia:potato_soup (from Croptopia) +- croptopia:ratatouille (from Croptopia) +- croptopia:roasted_asparagus (from Croptopia) +- croptopia:roasted_radishes (from Croptopia) +- croptopia:roasted_squash (from Croptopia) +- croptopia:roasted_turnips (from Croptopia) +- croptopia:steamed_broccoli (from Croptopia) +- croptopia:stir_fry (from Croptopia) +- croptopia:stuffed_artichoke (from Croptopia) +- croptopia:toast_sandwich (from Croptopia) +- croptopia:pumpkin_bars (from Croptopia) +- croptopia:pumpkin_soup (from Croptopia) +- croptopia:cabbage_roll (from Croptopia) +- croptopia:borscht (from Croptopia) +- croptopia:goulash (from Croptopia) +- croptopia:candied_kumquats (from Croptopia) +- croptopia:deep_fried_shrimp (from Croptopia) +- croptopia:crab_legs (from Croptopia) +- croptopia:steamed_clams (from Croptopia) +- croptopia:grilled_oysters (from Croptopia) +- croptopia:anchovy_pizza (from Croptopia) + +#c:tungstensteel_nuggets +- techreborn:tungstensteel_nugget (from Tech Reborn) + +#c:light_gray_dye +- minecraft:light_gray_dye (from Applied Energistics 2) + +#forge:cobblestone/deepslate +- minecraft:cobbled_deepslate (from chisels-and-bits) + +#c:seeds/broccoli +- croptopia:broccoli_seed (from Croptopia) + +#c:tin_plates +- indrev:tin_plate (from Industrial Revolution) +- modern_industrialization:tin_plate (from Modern Industrialization) +- techreborn:tin_plate (from Tech Reborn) + +#ae2:interface +- ae2:cable_interface (from Applied Energistics 2) +- ae2:interface (from Applied Energistics 2) + +#techreborn:ingots +- techreborn:advanced_alloy_ingot (from Tech Reborn) +- techreborn:aluminum_ingot (from Tech Reborn) +- techreborn:brass_ingot (from Tech Reborn) +- techreborn:bronze_ingot (from Tech Reborn) +- techreborn:chrome_ingot (from Tech Reborn) +- techreborn:electrum_ingot (from Tech Reborn) +- techreborn:hot_tungstensteel_ingot (from Tech Reborn) +- techreborn:invar_ingot (from Tech Reborn) +- techreborn:iridium_alloy_ingot (from Tech Reborn) +- techreborn:iridium_ingot (from Tech Reborn) +- techreborn:lead_ingot (from Tech Reborn) +- techreborn:mixed_metal_ingot (from Tech Reborn) +- techreborn:nickel_ingot (from Tech Reborn) +- techreborn:platinum_ingot (from Tech Reborn) +- techreborn:refined_iron_ingot (from Tech Reborn) +- techreborn:silver_ingot (from Tech Reborn) +- techreborn:steel_ingot (from Tech Reborn) +- techreborn:tin_ingot (from Tech Reborn) +- techreborn:titanium_ingot (from Tech Reborn) +- techreborn:tungsten_ingot (from Tech Reborn) +- techreborn:tungstensteel_ingot (from Tech Reborn) +- techreborn:zinc_ingot (from Tech Reborn) + +#c:seeds/lettuce +- croptopia:lettuce_seed (from Croptopia) + +#c:chromium_plates +- modern_industrialization:chromium_plate (from Modern Industrialization) +- techreborn:chrome_plate (from Tech Reborn) + +#c:steel_chestplates +- indrev:steel_chestplate (from Industrial Revolution) +- astromine:steel_chestplate? (from Industrial Revolution) + +#forge:fence_gates +- #forge:fence_gates/wooden (from chisels-and-bits) + +#forge:ingots +- #forge:ingots/brick (from chisels-and-bits) +- #forge:ingots/copper (from chisels-and-bits) +- #forge:ingots/gold (from chisels-and-bits) +- #forge:ingots/iron (from chisels-and-bits) +- #forge:ingots/netherite (from chisels-and-bits) +- #forge:ingots/nether_brick (from chisels-and-bits) + +#c:seeds/raspberry +- croptopia:raspberry_seed (from Croptopia) + +#c:iridium_dusts +- modern_industrialization:iridium_dust (from Modern Industrialization) + +#campanion:tent_poles +- campanion:tent_pole (from Campanion) +- #campanion:topped_tent_poles (from Campanion) + +#c:battery_alloy_dusts +- modern_industrialization:battery_alloy_dust (from Modern Industrialization) + +#forge:storage_blocks/copper +- minecraft:copper_block (from chisels-and-bits) + +#minecraft:coals +- minecraft:coal (from Default) +- minecraft:charcoal (from Default) +- byg:anthracite (from Oh The Biomes You'll Go) +- modern_industrialization:lignite_coal (from Modern Industrialization) + +#ae2:quartz_sword +- ae2:certus_quartz_sword (from Applied Energistics 2) +- ae2:nether_quartz_sword (from Applied Energistics 2) + +#c:lead_plates +- indrev:lead_plate (from Industrial Revolution) +- modern_industrialization:lead_plate (from Modern Industrialization) +- techreborn:lead_plate (from Tech Reborn) + +#c:crops/nectarine +- croptopia:nectarine (from Croptopia) + +#c:cooked_shrimp +- croptopia:cooked_shrimp (from Croptopia) + +#c:quartz_plates +- techreborn:quartz_plate (from Tech Reborn) + +#computercraft:monitor +- computercraft:monitor_normal (from CC: Restitched) +- computercraft:monitor_advanced (from CC: Restitched) + +#c:saplings/fig +- croptopia:fig_sapling (from Croptopia) + +#the_bumblezone:crystalline_flower/cannot_consume +- minecraft:dragon_egg (from The Bumblezone - Fabric) +- minecraft:bedrock (from The Bumblezone - Fabric) +- minecraft:reinforced_deepslate (from The Bumblezone - Fabric) +- minecraft:end_portal_frame (from The Bumblezone - Fabric) +- minecraft:experience_bottle (from The Bumblezone - Fabric) +- the_bumblezone:crystalline_flower (from The Bumblezone - Fabric) + +#c:emerald_ores +- #minecraft:emerald_ores (from Porting Lib Tags) +- minecraft:emerald_ore (from Incubus Core) +- minecraft:emerald_ore (from Industrial Revolution) +- minecraft:deepslate_emerald_ore (from Industrial Revolution) +- #minecraft:emerald_ores (from Modern Industrialization) +- minecraft:emerald_ore (from Tech Reborn) +- minecraft:deepslate_emerald_ore (from Tech Reborn) + +#byg:willow_logs +- byg:stripped_willow_log (from Oh The Biomes You'll Go) +- byg:stripped_willow_wood (from Oh The Biomes You'll Go) +- byg:willow_log (from Oh The Biomes You'll Go) +- byg:willow_wood (from Oh The Biomes You'll Go) + +#forge:ingots/nether_brick +- minecraft:nether_brick (from chisels-and-bits) + +#byg:all/slabs +- #minecraft:slabs? (from Oh The Biomes You'll Go) + +#c:onions +- croptopia:onion (from Croptopia) +- #c:vegetables/onion (from Croptopia) +- croptopia:onion (from Croptopia) +- #c:crops/onion (from Croptopia) + +#c:sextuple_compressed_blackstone +- compressor:sextuple_compressed_blackstone (from Compressor) + +#c:apricot_jams +- croptopia:apricot_jam (from Croptopia) +- #c:jams/apricot_jam (from Croptopia) + +#ae2:glass_cable +- ae2:white_glass_cable (from Applied Energistics 2) +- ae2:orange_glass_cable (from Applied Energistics 2) +- ae2:magenta_glass_cable (from Applied Energistics 2) +- ae2:light_blue_glass_cable (from Applied Energistics 2) +- ae2:yellow_glass_cable (from Applied Energistics 2) +- ae2:lime_glass_cable (from Applied Energistics 2) +- ae2:pink_glass_cable (from Applied Energistics 2) +- ae2:gray_glass_cable (from Applied Energistics 2) +- ae2:light_gray_glass_cable (from Applied Energistics 2) +- ae2:cyan_glass_cable (from Applied Energistics 2) +- ae2:purple_glass_cable (from Applied Energistics 2) +- ae2:blue_glass_cable (from Applied Energistics 2) +- ae2:brown_glass_cable (from Applied Energistics 2) +- ae2:green_glass_cable (from Applied Energistics 2) +- ae2:red_glass_cable (from Applied Energistics 2) +- ae2:black_glass_cable (from Applied Energistics 2) +- ae2:fluix_glass_cable (from Applied Energistics 2) + +#snowyspirit:gingerbreads +- snowyspirit:gingerbread (from Snowy Spirit) +- snowyspirit:gingerbread_frosted (from Snowy Spirit) + +#c:kale_chips +- croptopia:kale_chips (from Croptopia) + +#bookshelf:clocks +- #c:clocks (from Bookshelf) + +#c:vanilla_seeds +- croptopia:vanilla_seeds (from Croptopia) +- #c:seeds/vanilla (from Croptopia) + +#c:yellow_garnet_dusts +- techreborn:yellow_garnet_dust (from Tech Reborn) + +#c:radishes +- croptopia:radish (from Croptopia) +- #c:vegetables/radish (from Croptopia) +- croptopia:radish (from Croptopia) +- #c:crops/radish (from Croptopia) + +#c:raw_antimony_blocks +- modern_industrialization:raw_antimony_block (from Modern Industrialization) + +#spectrum:mob_heads/shulker_heads +- spectrum:shulker_black_head (from Spectrum) +- spectrum:shulker_blue_head (from Spectrum) +- spectrum:shulker_brown_head (from Spectrum) +- spectrum:shulker_cyan_head (from Spectrum) +- spectrum:shulker_gray_head (from Spectrum) +- spectrum:shulker_green_head (from Spectrum) +- spectrum:shulker_light_blue_head (from Spectrum) +- spectrum:shulker_light_gray_head (from Spectrum) +- spectrum:shulker_lime_head (from Spectrum) +- spectrum:shulker_magenta_head (from Spectrum) +- spectrum:shulker_orange_head (from Spectrum) +- spectrum:shulker_pink_head (from Spectrum) +- spectrum:shulker_purple_head (from Spectrum) +- spectrum:shulker_red_head (from Spectrum) +- spectrum:shulker_white_head (from Spectrum) +- spectrum:shulker_yellow_head (from Spectrum) + +#create:stone_types/granite +- create:cut_granite (from Create) +- create:cut_granite_stairs (from Create) +- create:cut_granite_wall (from Create) +- create:polished_cut_granite (from Create) +- create:polished_cut_granite_stairs (from Create) +- create:polished_cut_granite_wall (from Create) +- create:cut_granite_bricks (from Create) +- create:cut_granite_brick_stairs (from Create) +- create:cut_granite_brick_wall (from Create) +- create:small_granite_bricks (from Create) +- create:small_granite_brick_stairs (from Create) +- create:small_granite_brick_wall (from Create) +- create:layered_granite (from Create) +- create:granite_pillar (from Create) + +#c:roasted_nuts +- croptopia:roasted_nuts (from Croptopia) + +#bookshelf:axes +- #c:axes (from Bookshelf) + +#c:workbench +- minecraft:crafting_table (from Portable Tables) +- #c:workbenches (from Portable Tables) +- minecraft:crafting_table (from Tech Reborn) + +#the_bumblezone:wrath_activating_items_when_picked_up + +#c:fruits/fig +- croptopia:fig (from Croptopia) + +#c:dauphine_potatoes +- croptopia:dauphine_potatoes (from Croptopia) + +#c:soldering_alloy_blocks +- modern_industrialization:soldering_alloy_block (from Modern Industrialization) + +#botania:mundane_floating_flowers +- botania:black_floating_flower (from Botania) +- botania:blue_floating_flower (from Botania) +- botania:brown_floating_flower (from Botania) +- botania:cyan_floating_flower (from Botania) +- botania:gray_floating_flower (from Botania) +- botania:green_floating_flower (from Botania) +- botania:light_blue_floating_flower (from Botania) +- botania:light_gray_floating_flower (from Botania) +- botania:lime_floating_flower (from Botania) +- botania:magenta_floating_flower (from Botania) +- botania:orange_floating_flower (from Botania) +- botania:pink_floating_flower (from Botania) +- botania:purple_floating_flower (from Botania) +- botania:red_floating_flower (from Botania) +- botania:white_floating_flower (from Botania) +- botania:yellow_floating_flower (from Botania) + +#c:blackbeans +- croptopia:blackbean (from Croptopia) +- #c:crops/blackbean (from Croptopia) + +#c:cyan_glass +- minecraft:cyan_stained_glass (from Porting Lib Tags) + +#advancednetherite:chestplates/upgrade_to_netherite_gold +- #advancednetherite:chestplates/netherite_iron (from Advanced Netherite) + +#campanion:vegetables +- minecraft:beetroot (from Campanion) +- minecraft:carrot (from Campanion) +- minecraft:potato (from Campanion) +- minecraft:baked_potato (from Campanion) + +#c:kiwi_seeds +- croptopia:kiwi_seed (from Croptopia) +- #c:seeds/kiwi (from Croptopia) + +#c:raw_uraninite_ores +- powah:uraninite_raw (from Powah!) + +#c:olivine_dusts +- techreborn:olivine_dust (from Tech Reborn) + +#c:armor +- #c:helmets (from Bookshelf) +- #c:chestplates (from Bookshelf) +- #c:leggings (from Bookshelf) +- #c:boots (from Bookshelf) + +#byg:mushrooms +- byg:bulbis_oddity (from Oh The Biomes You'll Go) +- byg:fungal_imparius (from Oh The Biomes You'll Go) +- byg:green_mushroom (from Oh The Biomes You'll Go) +- byg:imparius_mushroom (from Oh The Biomes You'll Go) +- byg:purple_bulbis_oddity (from Oh The Biomes You'll Go) +- byg:shulkren_fungus (from Oh The Biomes You'll Go) +- byg:weeping_milkcap (from Oh The Biomes You'll Go) +- byg:wood_blewit (from Oh The Biomes You'll Go) + +#c:bauxite_ores +- modern_industrialization:bauxite_ore (from Modern Industrialization) +- modern_industrialization:deepslate_bauxite_ore (from Modern Industrialization) +- techreborn:bauxite_ore (from Tech Reborn) +- techreborn:deepslate_bauxite_ore (from Tech Reborn) + +#forge:tools/shields +- minecraft:shield (from chisels-and-bits) + +#spectrum:raw_lean_meats +- minecraft:rabbit (from Spectrum) +- minecraft:porkchop (from Spectrum) + +#c:uranium_238_blocks +- modern_industrialization:uranium_238_block (from Modern Industrialization) + +#c:ores/ironwood +- twilightforest:raw_ironwood (from The Twilight Forest) + +#c:turmeric_seeds +- croptopia:turmeric_seed (from Croptopia) +- #c:seeds/turmeric (from Croptopia) + +#c:quadruple_compressed_netherrack +- compressor:quadruple_compressed_netherrack (from Compressor) + +#advancednetherite:tiers/tools/netherite_gold +- advancednetherite:netherite_gold_axe (from Advanced Netherite) +- advancednetherite:netherite_gold_hoe (from Advanced Netherite) +- advancednetherite:netherite_gold_pickaxe (from Advanced Netherite) +- advancednetherite:netherite_gold_shovel (from Advanced Netherite) +- advancednetherite:netherite_gold_sword (from Advanced Netherite) + +#c:brass_ingots +- create:brass_ingot (from Create) +- techreborn:brass_ingot (from Tech Reborn) + +#forge:sand/colorless +- minecraft:sand (from chisels-and-bits) + +#minecraft:redstone_ores +- minecraft:redstone_ore (from Default) +- minecraft:deepslate_redstone_ore (from Default) +- deeperdarker:sculk_stone_redstone_ore (from Deeper and Darker) + +#c:uranium_238_tiny_dusts +- modern_industrialization:uranium_238_tiny_dust (from Modern Industrialization) + +#c:candied_nuts +- croptopia:candied_nuts (from Croptopia) + +#advancednetherite:boots/netherite +- minecraft:netherite_boots (from Advanced Netherite) + +#c:fruits/lime +- croptopia:lime (from Croptopia) + +#campanion:marshmallows_on_sticks +- campanion:marshmallow_on_a_stick (from Campanion) +- campanion:cooked_marshmallow_on_a_stick (from Campanion) +- campanion:blackened_marshmallow_on_a_stick (from Campanion) + +#botania:terrasteel_nuggets +- botania:terrasteel_nugget (from Botania) + +#bewitchment:dragons_blood_logs +- bewitchment:dragons_blood_log (from Bewitchment) +- bewitchment:dragons_blood_wood (from Bewitchment) +- bewitchment:stripped_dragons_blood_log (from Bewitchment) +- bewitchment:stripped_dragons_blood_wood (from Bewitchment) + +#c:septuple_compressed_cobbled_deepslate +- compressor:septuple_compressed_cobbled_deepslate (from Compressor) + +#advancednetherite:tiers/armor/netherite_emerald +- advancednetherite:netherite_emerald_helmet (from Advanced Netherite) +- advancednetherite:netherite_emerald_chestplate (from Advanced Netherite) +- advancednetherite:netherite_emerald_leggings (from Advanced Netherite) +- advancednetherite:netherite_emerald_boots (from Advanced Netherite) + +#forge:armors +- #forge:armors/helmets (from chisels-and-bits) +- #forge:armors/chestplates (from chisels-and-bits) +- #forge:armors/leggings (from chisels-and-bits) +- #forge:armors/boots (from chisels-and-bits) + +#c:lead_ores +- indrev:lead_ore (from Industrial Revolution) +- indrev:deepslate_lead_ore (from Industrial Revolution) +- modern_industrialization:lead_ore (from Modern Industrialization) +- modern_industrialization:deepslate_lead_ore (from Modern Industrialization) +- techreborn:lead_ore (from Tech Reborn) +- techreborn:deepslate_lead_ore (from Tech Reborn) + +#forge:gems/diamond +- minecraft:diamond (from chisels-and-bits) + +#c:colorless_glass_panes +- minecraft:glass_pane (from Porting Lib Tags) + +#minecraft:walls +- minecraft:cobblestone_wall (from Default) +- minecraft:mossy_cobblestone_wall (from Default) +- minecraft:brick_wall (from Default) +- minecraft:prismarine_wall (from Default) +- minecraft:red_sandstone_wall (from Default) +- minecraft:mossy_stone_brick_wall (from Default) +- minecraft:granite_wall (from Default) +- minecraft:stone_brick_wall (from Default) +- minecraft:nether_brick_wall (from Default) +- minecraft:andesite_wall (from Default) +- minecraft:red_nether_brick_wall (from Default) +- minecraft:sandstone_wall (from Default) +- minecraft:end_stone_brick_wall (from Default) +- minecraft:diorite_wall (from Default) +- minecraft:blackstone_wall (from Default) +- minecraft:polished_blackstone_brick_wall (from Default) +- minecraft:polished_blackstone_wall (from Default) +- minecraft:cobbled_deepslate_wall (from Default) +- minecraft:polished_deepslate_wall (from Default) +- minecraft:deepslate_tile_wall (from Default) +- minecraft:deepslate_brick_wall (from Default) +- minecraft:mud_brick_wall (from Default) +- ad_astra:moon_stone_brick_wall (from Ad Astra!) +- ad_astra:mars_stone_brick_wall (from Ad Astra!) +- ad_astra:venus_stone_brick_wall (from Ad Astra!) +- ad_astra:mercury_stone_brick_wall (from Ad Astra!) +- ad_astra:glacio_stone_brick_wall (from Ad Astra!) +- ad_astra:permafrost_brick_wall (from Ad Astra!) +- biomemakeover:red_mushroom_brick_wall (from Biome Makeover) +- biomemakeover:brown_mushroom_brick_wall (from Biome Makeover) +- biomemakeover:glowshroom_stem_brick_wall (from Biome Makeover) +- biomemakeover:mushroom_stem_brick_wall (from Biome Makeover) +- biomemakeover:purple_glowshroom_brick_wall (from Biome Makeover) +- biomemakeover:green_glowshroom_brick_wall (from Biome Makeover) +- biomemakeover:orange_glowshroom_brick_wall (from Biome Makeover) +- biomemakeover:blighted_cobblestone_wall (from Biome Makeover) +- biomemakeover:blighted_stone_bricks_wall (from Biome Makeover) +- biomemakeover:terracotta_brick_wall (from Biome Makeover) +- biomemakeover:black_terracotta_brick_wall (from Biome Makeover) +- biomemakeover:red_terracotta_brick_wall (from Biome Makeover) +- biomemakeover:green_terracotta_brick_wall (from Biome Makeover) +- biomemakeover:brown_terracotta_brick_wall (from Biome Makeover) +- biomemakeover:blue_terracotta_brick_wall (from Biome Makeover) +- biomemakeover:purple_terracotta_brick_wall (from Biome Makeover) +- biomemakeover:cyan_terracotta_brick_wall (from Biome Makeover) +- biomemakeover:light_gray_terracotta_brick_wall (from Biome Makeover) +- biomemakeover:gray_terracotta_brick_wall (from Biome Makeover) +- biomemakeover:pink_terracotta_brick_wall (from Biome Makeover) +- biomemakeover:lime_terracotta_brick_wall (from Biome Makeover) +- biomemakeover:yellow_terracotta_brick_wall (from Biome Makeover) +- biomemakeover:light_blue_terracotta_brick_wall (from Biome Makeover) +- biomemakeover:magenta_terracotta_brick_wall (from Biome Makeover) +- biomemakeover:orange_terracotta_brick_wall (from Biome Makeover) +- biomemakeover:white_terracotta_brick_wall (from Biome Makeover) +- biomemakeover:dried_peat_bricks_wall (from Biome Makeover) +- biomemakeover:polished_mesmerite_wall (from Biome Makeover) +- biomemakeover:mesmerite_wall (from Biome Makeover) +- botania:corporea_brick_wall (from Botania) +- botania:dreamwood_wall (from Botania) +- botania:livingrock_bricks_wall (from Botania) +- botania:livingrock_wall (from Botania) +- botania:livingwood_wall (from Botania) +- botania:metamorphic_desert_bricks_wall (from Botania) +- botania:metamorphic_desert_cobblestone_wall (from Botania) +- botania:metamorphic_desert_stone_wall (from Botania) +- botania:metamorphic_forest_bricks_wall (from Botania) +- botania:metamorphic_forest_cobblestone_wall (from Botania) +- botania:metamorphic_forest_stone_wall (from Botania) +- botania:metamorphic_fungal_bricks_wall (from Botania) +- botania:metamorphic_fungal_cobblestone_wall (from Botania) +- botania:metamorphic_fungal_stone_wall (from Botania) +- botania:metamorphic_mesa_bricks_wall (from Botania) +- botania:metamorphic_mesa_cobblestone_wall (from Botania) +- botania:metamorphic_mesa_stone_wall (from Botania) +- botania:metamorphic_mountain_bricks_wall (from Botania) +- botania:metamorphic_mountain_cobblestone_wall (from Botania) +- botania:metamorphic_mountain_stone_wall (from Botania) +- botania:metamorphic_plains_bricks_wall (from Botania) +- botania:metamorphic_plains_cobblestone_wall (from Botania) +- botania:metamorphic_plains_stone_wall (from Botania) +- botania:metamorphic_swamp_bricks_wall (from Botania) +- botania:metamorphic_swamp_cobblestone_wall (from Botania) +- botania:metamorphic_swamp_stone_wall (from Botania) +- botania:metamorphic_taiga_bricks_wall (from Botania) +- botania:metamorphic_taiga_cobblestone_wall (from Botania) +- botania:metamorphic_taiga_stone_wall (from Botania) +- botania:mossy_livingrock_bricks_wall (from Botania) +- botania:polished_livingrock_wall (from Botania) +- botania:stripped_dreamwood_wall (from Botania) +- botania:stripped_livingwood_wall (from Botania) +- byg:dacite_cobblestone_wall (from Oh The Biomes You'll Go) +- byg:dacite_wall (from Oh The Biomes You'll Go) +- byg:dacite_tile_wall (from Oh The Biomes You'll Go) +- byg:dacite_brick_wall (from Oh The Biomes You'll Go) +- byg:mossy_stone_wall (from Oh The Biomes You'll Go) +- byg:rocky_stone_wall (from Oh The Biomes You'll Go) +- byg:scoria_stone_wall (from Oh The Biomes You'll Go) +- byg:scoria_cobblestone_wall (from Oh The Biomes You'll Go) +- byg:scoria_stonebrick_wall (from Oh The Biomes You'll Go) +- byg:soapstone_wall (from Oh The Biomes You'll Go) +- byg:polished_soapstone_wall (from Oh The Biomes You'll Go) +- byg:soapstone_brick_wall (from Oh The Biomes You'll Go) +- byg:soapstone_tile_wall (from Oh The Biomes You'll Go) +- byg:red_rock_wall (from Oh The Biomes You'll Go) +- byg:red_rock_brick_wall (from Oh The Biomes You'll Go) +- byg:mossy_red_rock_brick_wall (from Oh The Biomes You'll Go) +- byg:cracked_red_rock_brick_wall (from Oh The Biomes You'll Go) +- byg:chiseled_red_rock_brick_wall (from Oh The Biomes You'll Go) +- byg:ether_stone_wall (from Oh The Biomes You'll Go) +- byg:purpur_stone_wall (from Oh The Biomes You'll Go) +- byg:cryptic_stone_wall (from Oh The Biomes You'll Go) +- byg:chiseled_therium_wall (from Oh The Biomes You'll Go) +- byg:shiny_chiseled_therium_wall (from Oh The Biomes You'll Go) +- byg:cobbled_ether_stone_wall (from Oh The Biomes You'll Go) +- byg:carved_ether_stone_wall (from Oh The Biomes You'll Go) +- byg:travertine_wall (from Oh The Biomes You'll Go) +- byg:polished_travertine_wall (from Oh The Biomes You'll Go) +- byg:chiseled_travertine_wall (from Oh The Biomes You'll Go) +- byg:chiseled_fungal_imparius_wall (from Oh The Biomes You'll Go) +- byg:windswept_sandstone_wall (from Oh The Biomes You'll Go) +- byg:cut_windswept_sandstone_wall (from Oh The Biomes You'll Go) +- byg:chiseled_windswept_sandstone_wall (from Oh The Biomes You'll Go) +- byg:smooth_windswept_sandstone_wall (from Oh The Biomes You'll Go) +- create:cut_granite_wall (from Create) +- create:polished_cut_granite_wall (from Create) +- create:cut_granite_brick_wall (from Create) +- create:small_granite_brick_wall (from Create) +- create:cut_diorite_wall (from Create) +- create:polished_cut_diorite_wall (from Create) +- create:cut_diorite_brick_wall (from Create) +- create:small_diorite_brick_wall (from Create) +- create:cut_andesite_wall (from Create) +- create:polished_cut_andesite_wall (from Create) +- create:cut_andesite_brick_wall (from Create) +- create:small_andesite_brick_wall (from Create) +- create:cut_calcite_wall (from Create) +- create:polished_cut_calcite_wall (from Create) +- create:cut_calcite_brick_wall (from Create) +- create:small_calcite_brick_wall (from Create) +- create:cut_dripstone_wall (from Create) +- create:polished_cut_dripstone_wall (from Create) +- create:cut_dripstone_brick_wall (from Create) +- create:small_dripstone_brick_wall (from Create) +- create:cut_deepslate_wall (from Create) +- create:polished_cut_deepslate_wall (from Create) +- create:cut_deepslate_brick_wall (from Create) +- create:small_deepslate_brick_wall (from Create) +- create:cut_tuff_wall (from Create) +- create:polished_cut_tuff_wall (from Create) +- create:cut_tuff_brick_wall (from Create) +- create:small_tuff_brick_wall (from Create) +- create:cut_asurine_wall (from Create) +- create:polished_cut_asurine_wall (from Create) +- create:cut_asurine_brick_wall (from Create) +- create:small_asurine_brick_wall (from Create) +- create:cut_crimsite_wall (from Create) +- create:polished_cut_crimsite_wall (from Create) +- create:cut_crimsite_brick_wall (from Create) +- create:small_crimsite_brick_wall (from Create) +- create:cut_limestone_wall (from Create) +- create:polished_cut_limestone_wall (from Create) +- create:cut_limestone_brick_wall (from Create) +- create:small_limestone_brick_wall (from Create) +- create:cut_ochrum_wall (from Create) +- create:polished_cut_ochrum_wall (from Create) +- create:cut_ochrum_brick_wall (from Create) +- create:small_ochrum_brick_wall (from Create) +- create:cut_scoria_wall (from Create) +- create:polished_cut_scoria_wall (from Create) +- create:cut_scoria_brick_wall (from Create) +- create:small_scoria_brick_wall (from Create) +- create:cut_scorchia_wall (from Create) +- create:polished_cut_scorchia_wall (from Create) +- create:cut_scorchia_brick_wall (from Create) +- create:small_scorchia_brick_wall (from Create) +- create:cut_veridium_wall (from Create) +- create:polished_cut_veridium_wall (from Create) +- create:cut_veridium_brick_wall (from Create) +- create:small_veridium_brick_wall (from Create) +- deeperdarker:sculk_stone_wall (from Deeper and Darker) +- deeperdarker:cobbled_sculk_stone_wall (from Deeper and Darker) +- deeperdarker:polished_sculk_stone_wall (from Deeper and Darker) +- deeperdarker:sculk_stone_brick_wall (from Deeper and Darker) +- deeperdarker:sculk_stone_tile_wall (from Deeper and Darker) +- deeperdarker:smooth_sculk_stone_wall (from Deeper and Darker) +- deeperdarker:cut_sculk_stone_wall (from Deeper and Darker) +- deeperdarker:gloomslate_wall (from Deeper and Darker) +- deeperdarker:cobbled_gloomslate_wall (from Deeper and Darker) +- deeperdarker:polished_gloomslate_wall (from Deeper and Darker) +- deeperdarker:gloomslate_brick_wall (from Deeper and Darker) +- deeperdarker:gloomslate_tile_wall (from Deeper and Darker) +- deeperdarker:smooth_gloomslate_wall (from Deeper and Darker) +- deeperdarker:cut_gloomslate_wall (from Deeper and Darker) +- ecologics:seashell_tile_wall (from Ecologics) +- ecologics:snow_brick_wall (from Ecologics) +- ecologics:ice_brick_wall (from Ecologics) +- spectrum:smooth_basalt_wall (from Spectrum) +- spectrum:polished_basalt_wall (from Spectrum) +- spectrum:basalt_brick_wall (from Spectrum) +- spectrum:calcite_wall (from Spectrum) +- spectrum:polished_calcite_wall (from Spectrum) +- spectrum:calcite_brick_wall (from Spectrum) +- supplementaries:blackstone_tile_wall (from Supplementaries) +- supplementaries:ash_bricks_wall (from Supplementaries) +- supplementaries:lapis_bricks_wall (from Supplementaries) +- supplementaries:stone_tile_wall (from Supplementaries) +- techreborn:advanced_alloy_storage_block_wall (from Tech Reborn) +- techreborn:aluminum_storage_block_wall (from Tech Reborn) +- techreborn:brass_storage_block_wall (from Tech Reborn) +- techreborn:bronze_storage_block_wall (from Tech Reborn) +- techreborn:chrome_storage_block_wall (from Tech Reborn) +- techreborn:electrum_storage_block_wall (from Tech Reborn) +- techreborn:hot_tungstensteel_storage_block_wall (from Tech Reborn) +- techreborn:invar_storage_block_wall (from Tech Reborn) +- techreborn:iridium_storage_block_wall (from Tech Reborn) +- techreborn:iridium_reinforced_stone_storage_block_wall (from Tech Reborn) +- techreborn:iridium_reinforced_tungstensteel_storage_block_wall (from Tech Reborn) +- techreborn:lead_storage_block_wall (from Tech Reborn) +- techreborn:nickel_storage_block_wall (from Tech Reborn) +- techreborn:peridot_storage_block_wall (from Tech Reborn) +- techreborn:platinum_storage_block_wall (from Tech Reborn) +- techreborn:raw_iridium_storage_block_wall (from Tech Reborn) +- techreborn:raw_lead_storage_block_wall (from Tech Reborn) +- techreborn:raw_silver_storage_block_wall (from Tech Reborn) +- techreborn:raw_tin_storage_block_wall (from Tech Reborn) +- techreborn:raw_tungsten_storage_block_wall (from Tech Reborn) +- techreborn:red_garnet_storage_block_wall (from Tech Reborn) +- techreborn:refined_iron_storage_block_wall (from Tech Reborn) +- techreborn:ruby_storage_block_wall (from Tech Reborn) +- techreborn:sapphire_storage_block_wall (from Tech Reborn) +- techreborn:silver_storage_block_wall (from Tech Reborn) +- techreborn:steel_storage_block_wall (from Tech Reborn) +- techreborn:tin_storage_block_wall (from Tech Reborn) +- techreborn:titanium_storage_block_wall (from Tech Reborn) +- techreborn:tungsten_storage_block_wall (from Tech Reborn) +- techreborn:tungstensteel_storage_block_wall (from Tech Reborn) +- techreborn:yellow_garnet_storage_block_wall (from Tech Reborn) +- techreborn:zinc_storage_block_wall (from Tech Reborn) +- techreborn:copper_wall (from Tech Reborn) + +#c:septuple_compressed_end_stone +- compressor:septuple_compressed_end_stone (from Compressor) + +#ctov:glazed_terracotta +- minecraft:red_glazed_terracotta (from ChoiceTheorem's Overhauled Villages) +- minecraft:blue_glazed_terracotta (from ChoiceTheorem's Overhauled Villages) +- minecraft:cyan_glazed_terracotta (from ChoiceTheorem's Overhauled Villages) +- minecraft:gray_glazed_terracotta (from ChoiceTheorem's Overhauled Villages) +- minecraft:lime_glazed_terracotta (from ChoiceTheorem's Overhauled Villages) +- minecraft:pink_glazed_terracotta (from ChoiceTheorem's Overhauled Villages) +- minecraft:black_glazed_terracotta (from ChoiceTheorem's Overhauled Villages) +- minecraft:brown_glazed_terracotta (from ChoiceTheorem's Overhauled Villages) +- minecraft:green_glazed_terracotta (from ChoiceTheorem's Overhauled Villages) +- minecraft:white_glazed_terracotta (from ChoiceTheorem's Overhauled Villages) +- minecraft:orange_glazed_terracotta (from ChoiceTheorem's Overhauled Villages) +- minecraft:purple_glazed_terracotta (from ChoiceTheorem's Overhauled Villages) +- minecraft:yellow_glazed_terracotta (from ChoiceTheorem's Overhauled Villages) +- minecraft:magenta_glazed_terracotta (from ChoiceTheorem's Overhauled Villages) +- minecraft:light_blue_glazed_terracotta (from ChoiceTheorem's Overhauled Villages) +- minecraft:light_gray_glazed_terracotta (from ChoiceTheorem's Overhauled Villages) + +#c:aluminum_tiny_dusts +- modern_industrialization:aluminum_tiny_dust (from Modern Industrialization) + +#chiselsandbits:bit_bag +- chiselsandbits:bit_bag (from chisels-and-bits) +- chiselsandbits:bit_bag_dyed (from chisels-and-bits) + +#ae2:all_fluix +- ae2:fluix_crystal (from Applied Energistics 2) + +#ae2:p2p_attunements/fe_p2p_tunnel +- ae2:dense_energy_cell (from Applied Energistics 2) +- ae2:energy_acceptor (from Applied Energistics 2) +- ae2:energy_cell (from Applied Energistics 2) +- ae2:creative_energy_cell (from Applied Energistics 2) + +#balm:gray_dyes +- #c:gray_dyes? (from Balm) +- minecraft:gray_dye (from Balm) + +#c:oat +- croptopia:oat (from Croptopia) +- #c:grain/oat (from Croptopia) +- croptopia:oat (from Croptopia) +- #c:crops/oat (from Croptopia) + +#c:quintuple_compressed_sand +- compressor:quintuple_compressed_sand (from Compressor) + +#c:currant_seeds +- croptopia:currant_seed (from Croptopia) +- #c:seeds/currant (from Croptopia) + +#c:titanium_tiny_dusts +- modern_industrialization:titanium_tiny_dust (from Modern Industrialization) + +#c:salad_ingredients +- #c:salad_ingredients/cabbage (from Farmer's Delight) + +#c:bronze_gears +- modern_industrialization:bronze_gear (from Modern Industrialization) + +#forge:gems +- #forge:gems/amethyst (from chisels-and-bits) +- #forge:gems/diamond (from chisels-and-bits) +- #forge:gems/emerald (from chisels-and-bits) +- #forge:gems/lapis (from chisels-and-bits) +- #forge:gems/prismarine (from chisels-and-bits) +- #forge:gems/quartz (from chisels-and-bits) + +#c:ender_eye_small_dusts +- techreborn:ender_eye_small_dust (from Tech Reborn) + +#c:armors +- #c:helmets (from Porting Lib Tags) +- #c:chestplates (from Porting Lib Tags) +- #c:leggings (from Porting Lib Tags) +- #c:boots (from Porting Lib Tags) + +#minecraft:sand +- minecraft:sand (from Default) +- minecraft:red_sand (from Default) +- ad_astra:moon_sand (from Ad Astra!) +- ad_astra:mars_sand (from Ad Astra!) +- ad_astra:venus_sand (from Ad Astra!) +- #byg:sand (from Oh The Biomes You'll Go) + +#c:tomato_seeds +- croptopia:tomato_seed (from Croptopia) +- #c:seeds/tomato (from Croptopia) + +#c:sextuple_compressed_dirt +- compressor:sextuple_compressed_dirt (from Compressor) + +#c:garlic_seeds +- croptopia:garlic_seed (from Croptopia) +- #c:seeds/garlic (from Croptopia) + +#c:he_uranium_tiny_dusts +- modern_industrialization:he_uranium_tiny_dust (from Modern Industrialization) + +#c:starch +- minecraft:wheat (from Incubus Core) +- minecraft:potato (from Incubus Core) + +#c:sextuple_compressed_basalt +- compressor:sextuple_compressed_basalt (from Compressor) + +#c:fruits/cherry +- croptopia:cherry (from Croptopia) + +#c:raw_fishes/tropical_fish +- minecraft:tropical_fish (from Farmer's Delight) + +#c:scones +- croptopia:scones (from Croptopia) + +#c:pasta/raw_pasta +- farmersdelight:raw_pasta (from Farmer's Delight) + +#the_bumblezone:mob_luring/beehemoth_fast_luring +- #c:buckets/royal_jelly? (from The Bumblezone - Fabric) +- #forge:buckets/royal_jelly? (from The Bumblezone - Fabric) + +#the_bumblezone:stinger_spear_repair_items +- #the_bumblezone:stingers (from The Bumblezone - Fabric) +- minecraft:flint (from The Bumblezone - Fabric) +- mcdw:item_bee_stinger? (from The Bumblezone - Fabric) + +#c:cashews +- croptopia:cashew (from Croptopia) +- #c:crops/cashew (from Croptopia) + +#c:refined_iron_nuggets +- techreborn:refined_iron_nugget (from Tech Reborn) + +#spectrum:pure_resources +- spectrum:pure_coal (from Spectrum) +- spectrum:pure_iron (from Spectrum) +- spectrum:pure_gold (from Spectrum) +- spectrum:pure_diamond (from Spectrum) +- spectrum:pure_emerald (from Spectrum) +- spectrum:pure_redstone (from Spectrum) +- spectrum:pure_lapis (from Spectrum) +- spectrum:pure_copper (from Spectrum) +- spectrum:pure_quartz (from Spectrum) +- spectrum:pure_netherite (from Spectrum) +- spectrum:pure_glowstone (from Spectrum) +- spectrum:pure_prismarine (from Spectrum) +- spectrum:pure_certus_quartz (from Spectrum) +- spectrum:pure_fluix (from Spectrum) +- spectrum:pure_globette (from Spectrum) +- spectrum:pure_globette_nether (from Spectrum) +- spectrum:pure_globette_end (from Spectrum) + +#minecraft:campfires +- #byg:campfires (from Oh The Biomes You'll Go) + +#c:seeds/onion +- croptopia:onion_seed (from Croptopia) + +#indrev:coolers +- indrev:fan (from Industrial Revolution) +- indrev:cooler_cell (from Industrial Revolution) +- indrev:heatsink (from Industrial Revolution) +- indrev:heat_coil (from Industrial Revolution) + +#c:amethysts +- minecraft:amethyst_shard (from Incubus Core) + +#c:sea_lettuce +- croptopia:sea_lettuce (from Croptopia) + +#forge:glass/blue +- minecraft:blue_stained_glass (from chisels-and-bits) + +#create:stone_types/scorchia +- create:cut_scorchia (from Create) +- create:cut_scorchia_stairs (from Create) +- create:cut_scorchia_wall (from Create) +- create:polished_cut_scorchia (from Create) +- create:polished_cut_scorchia_stairs (from Create) +- create:polished_cut_scorchia_wall (from Create) +- create:cut_scorchia_bricks (from Create) +- create:cut_scorchia_brick_stairs (from Create) +- create:cut_scorchia_brick_wall (from Create) +- create:small_scorchia_bricks (from Create) +- create:small_scorchia_brick_stairs (from Create) +- create:small_scorchia_brick_wall (from Create) +- create:layered_scorchia (from Create) +- create:scorchia_pillar (from Create) + +#tooltiprareness:rare_item +- medievalweapons:diamond_small_axe (from Medieval Weapons) +- medievalweapons:diamond_long_sword (from Medieval Weapons) +- medievalweapons:diamond_dagger (from Medieval Weapons) +- medievalweapons:diamond_francisca (from Medieval Weapons) +- medievalweapons:diamond_big_axe (from Medieval Weapons) +- medievalweapons:diamond_javelin (from Medieval Weapons) +- medievalweapons:diamond_lance (from Medieval Weapons) +- medievalweapons:diamond_healing_staff (from Medieval Weapons) +- medievalweapons:diamond_mace (from Medieval Weapons) +- medievalweapons:diamond_ninjato (from Medieval Weapons) +- medievalweapons:diamond_rapier (from Medieval Weapons) +- medievalweapons:diamond_sickle (from Medieval Weapons) + +#c:quartz_tiny_dusts +- modern_industrialization:quartz_tiny_dust (from Modern Industrialization) + +#c:fruits/date +- croptopia:date (from Croptopia) + +#minecraft:wooden_trapdoors +- minecraft:acacia_trapdoor (from Default) +- minecraft:birch_trapdoor (from Default) +- minecraft:dark_oak_trapdoor (from Default) +- minecraft:jungle_trapdoor (from Default) +- minecraft:oak_trapdoor (from Default) +- minecraft:spruce_trapdoor (from Default) +- minecraft:crimson_trapdoor (from Default) +- minecraft:warped_trapdoor (from Default) +- minecraft:mangrove_trapdoor (from Default) +- bambooeverything:bamboo_trapdoor (from Bamboo Everything) +- bambooeverything:dry_bamboo_trapdoor (from Bamboo Everything) +- bewitchment:juniper_trapdoor (from Bewitchment) +- bewitchment:cypress_trapdoor (from Bewitchment) +- bewitchment:elder_trapdoor (from Bewitchment) +- bewitchment:dragons_blood_trapdoor (from Bewitchment) +- biomemakeover:blighted_balsa_trapdoor (from Biome Makeover) +- biomemakeover:willow_trapdoor (from Biome Makeover) +- biomemakeover:swamp_cypress_trapdoor (from Biome Makeover) +- biomemakeover:ancient_oak_trapdoor (from Biome Makeover) +- byg:aspen_trapdoor (from Oh The Biomes You'll Go) +- byg:baobab_trapdoor (from Oh The Biomes You'll Go) +- byg:blue_enchanted_trapdoor (from Oh The Biomes You'll Go) +- byg:bulbis_trapdoor (from Oh The Biomes You'll Go) +- byg:cherry_trapdoor (from Oh The Biomes You'll Go) +- byg:cika_trapdoor (from Oh The Biomes You'll Go) +- byg:cypress_trapdoor (from Oh The Biomes You'll Go) +- byg:ebony_trapdoor (from Oh The Biomes You'll Go) +- byg:embur_trapdoor (from Oh The Biomes You'll Go) +- byg:ether_trapdoor (from Oh The Biomes You'll Go) +- byg:fir_trapdoor (from Oh The Biomes You'll Go) +- byg:green_enchanted_trapdoor (from Oh The Biomes You'll Go) +- byg:holly_trapdoor (from Oh The Biomes You'll Go) +- byg:imparius_trapdoor (from Oh The Biomes You'll Go) +- byg:jacaranda_trapdoor (from Oh The Biomes You'll Go) +- byg:lament_trapdoor (from Oh The Biomes You'll Go) +- byg:mahogany_trapdoor (from Oh The Biomes You'll Go) +- byg:maple_trapdoor (from Oh The Biomes You'll Go) +- byg:nightshade_trapdoor (from Oh The Biomes You'll Go) +- byg:palm_trapdoor (from Oh The Biomes You'll Go) +- byg:pine_trapdoor (from Oh The Biomes You'll Go) +- byg:rainbow_eucalyptus_trapdoor (from Oh The Biomes You'll Go) +- byg:redwood_trapdoor (from Oh The Biomes You'll Go) +- byg:skyris_trapdoor (from Oh The Biomes You'll Go) +- byg:sythian_trapdoor (from Oh The Biomes You'll Go) +- byg:white_mangrove_trapdoor (from Oh The Biomes You'll Go) +- byg:willow_trapdoor (from Oh The Biomes You'll Go) +- byg:witch_hazel_trapdoor (from Oh The Biomes You'll Go) +- byg:zelkova_trapdoor (from Oh The Biomes You'll Go) +- deeperdarker:echo_trapdoor (from Deeper and Darker) +- ecologics:coconut_trapdoor (from Ecologics) +- ecologics:walnut_trapdoor (from Ecologics) +- ecologics:azalea_trapdoor (from Ecologics) +- ecologics:flowering_azalea_trapdoor (from Ecologics) +- hexcasting:edified_trapdoor (from Hex Casting) +- minecraft:acacia_trapdoor (from Macaw's Trapdoors) +- minecraft:birch_trapdoor (from Macaw's Trapdoors) +- minecraft:dark_oak_trapdoor (from Macaw's Trapdoors) +- minecraft:jungle_trapdoor (from Macaw's Trapdoors) +- minecraft:oak_trapdoor (from Macaw's Trapdoors) +- minecraft:spruce_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:bamboo_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:oak_barn_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:oak_barred_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:oak_beach_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:oak_cottage_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:oak_four_panel_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:oak_glass_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:oak_mystic_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:oak_paper_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:oak_tropical_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:oak_swamp_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:spruce_barn_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:spruce_barred_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:spruce_beach_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:spruce_classic_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:spruce_four_panel_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:spruce_glass_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:spruce_mystic_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:spruce_paper_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:spruce_tropical_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:spruce_swamp_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:birch_barn_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:birch_barred_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:birch_beach_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:birch_classic_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:birch_cottage_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:birch_four_panel_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:birch_glass_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:birch_mystic_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:birch_tropical_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:birch_swamp_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:jungle_barn_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:jungle_barred_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:jungle_classic_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:jungle_cottage_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:jungle_four_panel_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:jungle_glass_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:jungle_mystic_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:jungle_paper_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:jungle_tropical_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:jungle_swamp_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:acacia_barn_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:acacia_barred_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:acacia_beach_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:acacia_classic_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:acacia_cottage_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:acacia_four_panel_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:acacia_glass_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:acacia_mystic_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:acacia_paper_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:acacia_swamp_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:dark_oak_barn_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:dark_oak_barred_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:dark_oak_beach_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:dark_oak_classic_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:dark_oak_cottage_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:dark_oak_glass_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:dark_oak_mystic_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:dark_oak_paper_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:dark_oak_tropical_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:dark_oak_swamp_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:crimson_barn_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:crimson_beach_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:crimson_classic_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:crimson_cottage_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:crimson_four_panel_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:crimson_glass_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:crimson_mystic_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:crimson_paper_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:crimson_tropical_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:crimson_swamp_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:warped_barn_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:warped_barred_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:warped_beach_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:warped_classic_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:warped_cottage_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:warped_four_panel_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:warped_glass_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:warped_paper_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:warped_tropical_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:warped_swamp_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:mangrove_barn_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:mangrove_barred_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:mangrove_beach_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:mangrove_cottage_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:mangrove_four_panel_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:mangrove_glass_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:mangrove_mystic_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:mangrove_paper_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:mangrove_tropical_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:mangrove_classic_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:oak_bark_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:spruce_bark_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:birch_bark_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:jungle_bark_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:acacia_bark_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:dark_oak_bark_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:crimson_bark_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:warped_bark_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:mangrove_bark_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:oak_ranch_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:spruce_ranch_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:birch_ranch_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:jungle_ranch_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:acacia_ranch_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:dark_oak_ranch_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:crimson_ranch_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:warped_ranch_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:mangrove_ranch_trapdoor (from Macaw's Trapdoors) +- techreborn:rubber_trapdoor (from Tech Reborn) +- twilightforest:twilight_oak_trapdoor (from The Twilight Forest) +- twilightforest:canopy_trapdoor (from The Twilight Forest) +- twilightforest:mangrove_trapdoor (from The Twilight Forest) +- twilightforest:dark_trapdoor (from The Twilight Forest) +- twilightforest:time_trapdoor (from The Twilight Forest) +- twilightforest:transformation_trapdoor (from The Twilight Forest) +- twilightforest:mining_trapdoor (from The Twilight Forest) +- twilightforest:sorting_trapdoor (from The Twilight Forest) +- vinery:cherry_trapdoor (from Vinery) + +#c:tridents +- minecraft:trident (from Porting Lib Tags) + +#create:valve_handles +- create:copper_valve_handle (from Create) +- create:white_valve_handle (from Create) +- create:orange_valve_handle (from Create) +- create:magenta_valve_handle (from Create) +- create:light_blue_valve_handle (from Create) +- create:yellow_valve_handle (from Create) +- create:lime_valve_handle (from Create) +- create:pink_valve_handle (from Create) +- create:gray_valve_handle (from Create) +- create:light_gray_valve_handle (from Create) +- create:cyan_valve_handle (from Create) +- create:purple_valve_handle (from Create) +- create:blue_valve_handle (from Create) +- create:brown_valve_handle (from Create) +- create:green_valve_handle (from Create) +- create:red_valve_handle (from Create) +- create:black_valve_handle (from Create) + +#c:sextuple_compressed_andesite +- compressor:sextuple_compressed_andesite (from Compressor) + +#advancednetherite:helmets/netherite_gold +- advancednetherite:netherite_gold_helmet (from Advanced Netherite) + +#advancednetherite:helmets/netherite_emerald +- advancednetherite:netherite_emerald_helmet (from Advanced Netherite) + +#forge:storage_blocks/coal +- minecraft:coal_block (from chisels-and-bits) + +#c:raw_nickel_ores +- modern_industrialization:raw_nickel (from Modern Industrialization) + +#c:crops/carrot +- minecraft:carrot (from Porting Lib Tags) + +#decorative_blocks:chandeliers +- decorative_blocks:chandelier (from Decorative Blocks) +- decorative_blocks:soul_chandelier (from Decorative Blocks) + +#c:apple_pies +- croptopia:apple_pie (from Croptopia) + +#c:tungsten_tiny_dusts +- modern_industrialization:tungsten_tiny_dust (from Modern Industrialization) + +#c:cranberries +- croptopia:cranberry (from Croptopia) +- #c:fruits/cranberry (from Croptopia) +- croptopia:cranberry (from Croptopia) +- #c:crops/cranberry (from Croptopia) + +#c:sextuple_compressed_gravel +- compressor:sextuple_compressed_gravel (from Compressor) + +#c:cooked_fishes/salmon +- minecraft:cooked_salmon (from Farmer's Delight) +- farmersdelight:cooked_salmon_slice (from Farmer's Delight) + +#c:cherry_saplings +- croptopia:cherry_sapling (from Croptopia) +- #c:saplings/cherry (from Croptopia) + +#c:mango_saplings +- croptopia:mango_sapling (from Croptopia) +- #c:saplings/mango (from Croptopia) + +#c:steel_helmets +- indrev:steel_helmet (from Industrial Revolution) +- astromine:steel_helmet? (from Industrial Revolution) + +#c:cupronickel_plates +- modern_industrialization:cupronickel_plate (from Modern Industrialization) + +#c:crops/sweetpotato +- croptopia:sweetpotato (from Croptopia) + +#minecraft:compasses +- minecraft:compass (from Default) +- minecraft:recovery_compass (from Default) + +#smallships:cogs +- smallships:oak_cog (from Small Ships) +- smallships:spruce_cog (from Small Ships) +- smallships:birch_cog (from Small Ships) +- smallships:jungle_cog (from Small Ships) +- smallships:acacia_cog (from Small Ships) +- smallships:dark_oak_cog (from Small Ships) +- smallships:mangrove_cog (from Small Ships) + +#minecraft:arrows +- minecraft:arrow (from Default) +- minecraft:tipped_arrow (from Default) +- minecraft:spectral_arrow (from Default) +- adventurez:ivory_arrow (from AdventureZ) +- bewitchment:silver_arrow (from Bewitchment) +- supplementaries:rope_arrow (from Supplementaries) + +#c:aluminum_blocks +- modern_industrialization:aluminum_block (from Modern Industrialization) +- techreborn:aluminum_storage_block (from Tech Reborn) + +#c:pickaxes +- advancednetherite:netherite_iron_pickaxe (from Advanced Netherite) +- advancednetherite:netherite_gold_pickaxe (from Advanced Netherite) +- advancednetherite:netherite_emerald_pickaxe (from Advanced Netherite) +- advancednetherite:netherite_diamond_pickaxe (from Advanced Netherite) +- minecraft:wooden_pickaxe (from Bookshelf) +- minecraft:stone_pickaxe (from Bookshelf) +- minecraft:iron_pickaxe (from Bookshelf) +- minecraft:golden_pickaxe (from Bookshelf) +- minecraft:diamond_pickaxe (from Bookshelf) +- minecraft:netherite_pickaxe (from Bookshelf) +- byg:pendorite_pickaxe (from Oh The Biomes You'll Go) +- dragonloot:dragon_pickaxe (from DragonLoot) +- #fabric:pickaxes? (from Fabric Convention Tags) +- minecraft:diamond_pickaxe (from Fabric Convention Tags) +- minecraft:golden_pickaxe (from Fabric Convention Tags) +- minecraft:wooden_pickaxe (from Fabric Convention Tags) +- minecraft:stone_pickaxe (from Fabric Convention Tags) +- minecraft:iron_pickaxe (from Fabric Convention Tags) +- minecraft:netherite_pickaxe (from Fabric Convention Tags) +- minecraft:wooden_pickaxe (from Porting Lib Tags) +- minecraft:stone_pickaxe (from Porting Lib Tags) +- minecraft:iron_pickaxe (from Porting Lib Tags) +- minecraft:golden_pickaxe (from Porting Lib Tags) +- minecraft:diamond_pickaxe (from Porting Lib Tags) +- minecraft:netherite_pickaxe (from Porting Lib Tags) +- modern_industrialization:diesel_mining_drill (from Modern Industrialization) +- modern_industrialization:steam_mining_drill (from Modern Industrialization) +- spectrum:bedrock_pickaxe (from Spectrum) +- spectrum:tender_pickaxe (from Spectrum) +- spectrum:lucky_pickaxe (from Spectrum) +- spectrum:oblivion_pickaxe (from Spectrum) +- spectrum:resonant_pickaxe (from Spectrum) +- spectrum:multitool (from Spectrum) + +#c:red_dye +- minecraft:red_dye (from Applied Energistics 2) + +#c:gems/ametrine +- byg:ametrine_gems (from Oh The Biomes You'll Go) + +#minecraft:wooden_doors +- minecraft:oak_door (from Default) +- minecraft:spruce_door (from Default) +- minecraft:birch_door (from Default) +- minecraft:jungle_door (from Default) +- minecraft:acacia_door (from Default) +- minecraft:dark_oak_door (from Default) +- minecraft:crimson_door (from Default) +- minecraft:warped_door (from Default) +- minecraft:mangrove_door (from Default) +- bambooeverything:bamboo_door (from Bamboo Everything) +- bambooeverything:dry_bamboo_door (from Bamboo Everything) +- bewitchment:juniper_door (from Bewitchment) +- bewitchment:cypress_door (from Bewitchment) +- bewitchment:elder_door (from Bewitchment) +- bewitchment:dragons_blood_door (from Bewitchment) +- biomemakeover:blighted_balsa_door (from Biome Makeover) +- biomemakeover:willow_door (from Biome Makeover) +- biomemakeover:swamp_cypress_door (from Biome Makeover) +- biomemakeover:ancient_oak_door (from Biome Makeover) +- byg:aspen_door (from Oh The Biomes You'll Go) +- byg:baobab_door (from Oh The Biomes You'll Go) +- byg:blue_enchanted_door (from Oh The Biomes You'll Go) +- byg:bulbis_door (from Oh The Biomes You'll Go) +- byg:cherry_door (from Oh The Biomes You'll Go) +- byg:cika_door (from Oh The Biomes You'll Go) +- byg:cypress_door (from Oh The Biomes You'll Go) +- byg:ebony_door (from Oh The Biomes You'll Go) +- byg:embur_door (from Oh The Biomes You'll Go) +- byg:ether_door (from Oh The Biomes You'll Go) +- byg:fir_door (from Oh The Biomes You'll Go) +- byg:green_enchanted_door (from Oh The Biomes You'll Go) +- byg:holly_door (from Oh The Biomes You'll Go) +- byg:imparius_door (from Oh The Biomes You'll Go) +- byg:jacaranda_door (from Oh The Biomes You'll Go) +- byg:lament_door (from Oh The Biomes You'll Go) +- byg:mahogany_door (from Oh The Biomes You'll Go) +- byg:maple_door (from Oh The Biomes You'll Go) +- byg:nightshade_door (from Oh The Biomes You'll Go) +- byg:palm_door (from Oh The Biomes You'll Go) +- byg:pine_door (from Oh The Biomes You'll Go) +- byg:rainbow_eucalyptus_door (from Oh The Biomes You'll Go) +- byg:redwood_door (from Oh The Biomes You'll Go) +- byg:skyris_door (from Oh The Biomes You'll Go) +- byg:sythian_door (from Oh The Biomes You'll Go) +- byg:white_mangrove_door (from Oh The Biomes You'll Go) +- byg:willow_door (from Oh The Biomes You'll Go) +- byg:witch_hazel_door (from Oh The Biomes You'll Go) +- byg:zelkova_door (from Oh The Biomes You'll Go) +- deeperdarker:echo_door (from Deeper and Darker) +- ecologics:coconut_door (from Ecologics) +- ecologics:walnut_door (from Ecologics) +- ecologics:azalea_door (from Ecologics) +- ecologics:flowering_azalea_door (from Ecologics) +- hexcasting:edified_door (from Hex Casting) +- minecraft:oak_door (from Macaw's Doors) +- minecraft:spruce_door (from Macaw's Doors) +- minecraft:birch_door (from Macaw's Doors) +- minecraft:jungle_door (from Macaw's Doors) +- minecraft:acacia_door (from Macaw's Doors) +- minecraft:dark_oak_door (from Macaw's Doors) +- mcwdoors:oak_japanese_door (from Macaw's Doors) +- mcwdoors:spruce_japanese_door (from Macaw's Doors) +- mcwdoors:birch_japanese_door (from Macaw's Doors) +- mcwdoors:jungle_japanese_door (from Macaw's Doors) +- mcwdoors:acacia_japanese_door (from Macaw's Doors) +- mcwdoors:dark_oak_japanese_door (from Macaw's Doors) +- mcwdoors:crimson_japanese_door (from Macaw's Doors) +- mcwdoors:warped_japanese_door (from Macaw's Doors) +- mcwdoors:mangrove_japanese_door (from Macaw's Doors) +- mcwdoors:oak_japanese2_door (from Macaw's Doors) +- mcwdoors:spruce_japanese2_door (from Macaw's Doors) +- mcwdoors:birch_japanese2_door (from Macaw's Doors) +- mcwdoors:jungle_japanese2_door (from Macaw's Doors) +- mcwdoors:acacia_japanese2_door (from Macaw's Doors) +- mcwdoors:dark_oak_japanese2_door (from Macaw's Doors) +- mcwdoors:crimson_japanese2_door (from Macaw's Doors) +- mcwdoors:warped_japanese2_door (from Macaw's Doors) +- mcwdoors:mangrove_japanese2_door (from Macaw's Doors) +- mcwdoors:oak_barn_door (from Macaw's Doors) +- mcwdoors:spruce_barn_door (from Macaw's Doors) +- mcwdoors:birch_barn_door (from Macaw's Doors) +- mcwdoors:jungle_barn_door (from Macaw's Doors) +- mcwdoors:acacia_barn_door (from Macaw's Doors) +- mcwdoors:dark_oak_barn_door (from Macaw's Doors) +- mcwdoors:crimson_barn_door (from Macaw's Doors) +- mcwdoors:warped_barn_door (from Macaw's Doors) +- mcwdoors:mangrove_barn_door (from Macaw's Doors) +- mcwdoors:oak_barn_glass_door (from Macaw's Doors) +- mcwdoors:spruce_barn_glass_door (from Macaw's Doors) +- mcwdoors:birch_barn_glass_door (from Macaw's Doors) +- mcwdoors:jungle_barn_glass_door (from Macaw's Doors) +- mcwdoors:acacia_barn_glass_door (from Macaw's Doors) +- mcwdoors:dark_oak_barn_glass_door (from Macaw's Doors) +- mcwdoors:crimson_barn_glass_door (from Macaw's Doors) +- mcwdoors:warped_barn_glass_door (from Macaw's Doors) +- mcwdoors:mangrove_barn_glass_door (from Macaw's Doors) +- mcwdoors:oak_modern_door (from Macaw's Doors) +- mcwdoors:spruce_modern_door (from Macaw's Doors) +- mcwdoors:birch_modern_door (from Macaw's Doors) +- mcwdoors:jungle_modern_door (from Macaw's Doors) +- mcwdoors:acacia_modern_door (from Macaw's Doors) +- mcwdoors:dark_oak_modern_door (from Macaw's Doors) +- mcwdoors:crimson_modern_door (from Macaw's Doors) +- mcwdoors:warped_modern_door (from Macaw's Doors) +- mcwdoors:mangrove_modern_door (from Macaw's Doors) +- mcwdoors:oak_cottage_door (from Macaw's Doors) +- mcwdoors:birch_cottage_door (from Macaw's Doors) +- mcwdoors:jungle_cottage_door (from Macaw's Doors) +- mcwdoors:acacia_cottage_door (from Macaw's Doors) +- mcwdoors:dark_oak_cottage_door (from Macaw's Doors) +- mcwdoors:crimson_cottage_door (from Macaw's Doors) +- mcwdoors:warped_cottage_door (from Macaw's Doors) +- mcwdoors:mangrove_cottage_door (from Macaw's Doors) +- mcwdoors:spruce_classic_door (from Macaw's Doors) +- mcwdoors:birch_classic_door (from Macaw's Doors) +- mcwdoors:jungle_classic_door (from Macaw's Doors) +- mcwdoors:acacia_classic_door (from Macaw's Doors) +- mcwdoors:dark_oak_classic_door (from Macaw's Doors) +- mcwdoors:crimson_classic_door (from Macaw's Doors) +- mcwdoors:warped_classic_door (from Macaw's Doors) +- mcwdoors:mangrove_classic_door (from Macaw's Doors) +- mcwdoors:oak_beach_door (from Macaw's Doors) +- mcwdoors:spruce_beach_door (from Macaw's Doors) +- mcwdoors:birch_beach_door (from Macaw's Doors) +- mcwdoors:acacia_beach_door (from Macaw's Doors) +- mcwdoors:dark_oak_beach_door (from Macaw's Doors) +- mcwdoors:crimson_beach_door (from Macaw's Doors) +- mcwdoors:warped_beach_door (from Macaw's Doors) +- mcwdoors:mangrove_beach_door (from Macaw's Doors) +- mcwdoors:oak_paper_door (from Macaw's Doors) +- mcwdoors:spruce_paper_door (from Macaw's Doors) +- mcwdoors:jungle_paper_door (from Macaw's Doors) +- mcwdoors:acacia_paper_door (from Macaw's Doors) +- mcwdoors:dark_oak_paper_door (from Macaw's Doors) +- mcwdoors:crimson_paper_door (from Macaw's Doors) +- mcwdoors:warped_paper_door (from Macaw's Doors) +- mcwdoors:mangrove_paper_door (from Macaw's Doors) +- mcwdoors:oak_four_panel_door (from Macaw's Doors) +- mcwdoors:spruce_four_panel_door (from Macaw's Doors) +- mcwdoors:birch_four_panel_door (from Macaw's Doors) +- mcwdoors:jungle_four_panel_door (from Macaw's Doors) +- mcwdoors:acacia_four_panel_door (from Macaw's Doors) +- mcwdoors:crimson_four_panel_door (from Macaw's Doors) +- mcwdoors:warped_four_panel_door (from Macaw's Doors) +- mcwdoors:mangrove_four_panel_door (from Macaw's Doors) +- mcwdoors:oak_tropical_door (from Macaw's Doors) +- mcwdoors:spruce_tropical_door (from Macaw's Doors) +- mcwdoors:birch_tropical_door (from Macaw's Doors) +- mcwdoors:jungle_tropical_door (from Macaw's Doors) +- mcwdoors:dark_oak_tropical_door (from Macaw's Doors) +- mcwdoors:crimson_tropical_door (from Macaw's Doors) +- mcwdoors:warped_tropical_door (from Macaw's Doors) +- mcwdoors:mangrove_tropical_door (from Macaw's Doors) +- mcwdoors:oak_glass_door (from Macaw's Doors) +- mcwdoors:spruce_glass_door (from Macaw's Doors) +- mcwdoors:birch_glass_door (from Macaw's Doors) +- mcwdoors:jungle_glass_door (from Macaw's Doors) +- mcwdoors:acacia_glass_door (from Macaw's Doors) +- mcwdoors:dark_oak_glass_door (from Macaw's Doors) +- mcwdoors:crimson_glass_door (from Macaw's Doors) +- mcwdoors:warped_glass_door (from Macaw's Doors) +- mcwdoors:mangrove_glass_door (from Macaw's Doors) +- mcwdoors:oak_stable_door (from Macaw's Doors) +- mcwdoors:spruce_stable_door (from Macaw's Doors) +- mcwdoors:birch_stable_door (from Macaw's Doors) +- mcwdoors:jungle_stable_door (from Macaw's Doors) +- mcwdoors:acacia_stable_door (from Macaw's Doors) +- mcwdoors:dark_oak_stable_door (from Macaw's Doors) +- mcwdoors:crimson_stable_door (from Macaw's Doors) +- mcwdoors:warped_stable_door (from Macaw's Doors) +- mcwdoors:mangrove_stable_door (from Macaw's Doors) +- mcwdoors:oak_stable_head_door (from Macaw's Doors) +- mcwdoors:spruce_stable_head_door (from Macaw's Doors) +- mcwdoors:birch_stable_head_door (from Macaw's Doors) +- mcwdoors:jungle_stable_head_door (from Macaw's Doors) +- mcwdoors:acacia_stable_head_door (from Macaw's Doors) +- mcwdoors:dark_oak_stable_head_door (from Macaw's Doors) +- mcwdoors:crimson_stable_head_door (from Macaw's Doors) +- mcwdoors:warped_stable_head_door (from Macaw's Doors) +- mcwdoors:mangrove_stable_head_door (from Macaw's Doors) +- mcwdoors:oak_western_door (from Macaw's Doors) +- mcwdoors:spruce_western_door (from Macaw's Doors) +- mcwdoors:birch_western_door (from Macaw's Doors) +- mcwdoors:jungle_western_door (from Macaw's Doors) +- mcwdoors:acacia_western_door (from Macaw's Doors) +- mcwdoors:dark_oak_western_door (from Macaw's Doors) +- mcwdoors:crimson_western_door (from Macaw's Doors) +- mcwdoors:warped_western_door (from Macaw's Doors) +- mcwdoors:mangrove_western_door (from Macaw's Doors) +- mcwdoors:oak_mystic_door (from Macaw's Doors) +- mcwdoors:spruce_mystic_door (from Macaw's Doors) +- mcwdoors:birch_mystic_door (from Macaw's Doors) +- mcwdoors:jungle_mystic_door (from Macaw's Doors) +- mcwdoors:acacia_mystic_door (from Macaw's Doors) +- mcwdoors:dark_oak_mystic_door (from Macaw's Doors) +- mcwdoors:crimson_mystic_door (from Macaw's Doors) +- mcwdoors:mangrove_mystic_door (from Macaw's Doors) +- mcwdoors:oak_bark_glass_door (from Macaw's Doors) +- mcwdoors:spruce_bark_glass_door (from Macaw's Doors) +- mcwdoors:birch_bark_glass_door (from Macaw's Doors) +- mcwdoors:jungle_bark_glass_door (from Macaw's Doors) +- mcwdoors:acacia_bark_glass_door (from Macaw's Doors) +- mcwdoors:dark_oak_bark_glass_door (from Macaw's Doors) +- mcwdoors:crimson_stem_glass_door (from Macaw's Doors) +- mcwdoors:warped_stem_glass_door (from Macaw's Doors) +- mcwdoors:mangrove_bark_glass_door (from Macaw's Doors) +- mcwdoors:oak_nether_door (from Macaw's Doors) +- mcwdoors:spruce_nether_door (from Macaw's Doors) +- mcwdoors:birch_nether_door (from Macaw's Doors) +- mcwdoors:jungle_nether_door (from Macaw's Doors) +- mcwdoors:acacia_nether_door (from Macaw's Doors) +- mcwdoors:dark_oak_nether_door (from Macaw's Doors) +- mcwdoors:warped_nether_door (from Macaw's Doors) +- mcwdoors:mangrove_nether_door (from Macaw's Doors) +- mcwdoors:oak_swamp_door (from Macaw's Doors) +- mcwdoors:spruce_swamp_door (from Macaw's Doors) +- mcwdoors:birch_swamp_door (from Macaw's Doors) +- mcwdoors:jungle_swamp_door (from Macaw's Doors) +- mcwdoors:acacia_swamp_door (from Macaw's Doors) +- mcwdoors:dark_oak_swamp_door (from Macaw's Doors) +- mcwdoors:warped_swamp_door (from Macaw's Doors) +- mcwdoors:crimson_swamp_door (from Macaw's Doors) +- techreborn:rubber_door (from Tech Reborn) +- twilightforest:twilight_oak_door (from The Twilight Forest) +- twilightforest:canopy_door (from The Twilight Forest) +- twilightforest:mangrove_door (from The Twilight Forest) +- twilightforest:dark_door (from The Twilight Forest) +- twilightforest:time_door (from The Twilight Forest) +- twilightforest:transformation_door (from The Twilight Forest) +- twilightforest:mining_door (from The Twilight Forest) +- twilightforest:sorting_door (from The Twilight Forest) +- vinery:cherry_door (from Vinery) + +#c:grain/barley +- croptopia:barley (from Croptopia) + +#c:wooden_barrels +- minecraft:barrel (from Porting Lib Tags) +- minecraft:barrel (from Modern Industrialization) +- minecraft:barrel (from Tech Reborn) + +#c:crops/rhubarb +- croptopia:rhubarb (from Croptopia) + +#c:cheeseburgers +- croptopia:cheeseburger (from Croptopia) + +#c:bronze_nuggets +- indrev:bronze_nugget (from Industrial Revolution) +- modern_industrialization:bronze_nugget (from Modern Industrialization) +- techreborn:bronze_nugget (from Tech Reborn) + +#modern_industrialization:forge_hammer_tools +- modern_industrialization:iron_hammer (from Modern Industrialization) +- modern_industrialization:steel_hammer (from Modern Industrialization) +- modern_industrialization:diamond_hammer (from Modern Industrialization) +- modern_industrialization:netherite_hammer (from Modern Industrialization) + +#brazier:ash +- brazier:ash (from Brazier) +- nether_extension:ash? (from Brazier) + +#c:triple_compressed_cobblestone +- compressor:triple_compressed_cobblestone (from Compressor) + +#c:netherrack_dusts +- techreborn:netherrack_dust (from Tech Reborn) + +#forge:dyes/magenta +- minecraft:magenta_dye (from chisels-and-bits) + +#c:water_bottles +- croptopia:water_bottle (from Croptopia) +- minecraft:water_bucket (from Croptopia) +- early_buckets:wooden_water_bucket? (from Croptopia) + +#minecraft:stone_tool_materials +- minecraft:cobblestone (from Default) +- minecraft:blackstone (from Default) +- minecraft:cobbled_deepslate (from Default) +- ad_astra:moon_cobblestone (from Ad Astra!) +- ad_astra:mars_cobblestone (from Ad Astra!) +- ad_astra:venus_cobblestone (from Ad Astra!) +- ad_astra:mercury_cobblestone (from Ad Astra!) +- ad_astra:glacio_cobblestone (from Ad Astra!) +- byg:red_rock (from Oh The Biomes You'll Go) +- byg:dacite_cobblestone (from Oh The Biomes You'll Go) +- byg:scoria_cobblestone (from Oh The Biomes You'll Go) +- byg:soapstone (from Oh The Biomes You'll Go) +- byg:cobbled_ether_stone (from Oh The Biomes You'll Go) +- deeperdarker:cobbled_sculk_stone (from Deeper and Darker) +- deeperdarker:cobbled_gloomslate (from Deeper and Darker) + +#forge:dyes/cyan +- minecraft:cyan_dye (from chisels-and-bits) + +#minecraft:terracotta +- minecraft:terracotta (from Default) +- minecraft:white_terracotta (from Default) +- minecraft:orange_terracotta (from Default) +- minecraft:magenta_terracotta (from Default) +- minecraft:light_blue_terracotta (from Default) +- minecraft:yellow_terracotta (from Default) +- minecraft:lime_terracotta (from Default) +- minecraft:pink_terracotta (from Default) +- minecraft:gray_terracotta (from Default) +- minecraft:light_gray_terracotta (from Default) +- minecraft:cyan_terracotta (from Default) +- minecraft:purple_terracotta (from Default) +- minecraft:blue_terracotta (from Default) +- minecraft:brown_terracotta (from Default) +- minecraft:green_terracotta (from Default) +- minecraft:red_terracotta (from Default) +- minecraft:black_terracotta (from Default) + +#c:lead_dusts +- indrev:lead_dust (from Industrial Revolution) +- modern_industrialization:lead_dust (from Modern Industrialization) + +#c:green_glass +- minecraft:green_stained_glass (from Porting Lib Tags) + +#c:vegetables/sweetpotato +- croptopia:sweetpotato (from Croptopia) + +#c:turnip_seeds +- croptopia:turnip_seed (from Croptopia) +- #c:seeds/turnip (from Croptopia) + +#c:frog_legs +- croptopia:frog_legs (from Croptopia) + +#c:nickel_plates +- modern_industrialization:nickel_plate (from Modern Industrialization) +- techreborn:nickel_plate (from Tech Reborn) + +#c:vegetables/rhubarb +- croptopia:rhubarb (from Croptopia) + +#c:hot_tungstensteel_blocks +- techreborn:hot_tungstensteel_storage_block (from Tech Reborn) + +#c:seeds/leek +- croptopia:leek_seed (from Croptopia) + +#piercingpaxels:passives +- piercingpaxels:passive_smelt (from Piercing Paxels) +- piercingpaxels:passive_silence (from Piercing Paxels) +- piercingpaxels:passive_vacuum (from Piercing Paxels) + +#supplementaries:fire_sources +- minecraft:flint_and_steel? (from Supplementaries) +- tconstruct:flint_and_bronze? (from Supplementaries) +- simply_steel:flint_and_iron? (from Supplementaries) +- simply_steel:quartz_and_iron? (from Supplementaries) +- simply_steel:quartz_and_steel? (from Supplementaries) +- realistictorches:matchbox? (from Supplementaries) +- lotr:match? (from Supplementaries) + +#c:buckets/honey +- the_bumblezone:honey_bucket (from The Bumblezone - Fabric) +- beebetter:honey_bucket? (from The Bumblezone - Fabric) + +#c:wooden_fences +- #minecraft:wooden_fences (from Porting Lib Tags) + +#c:ingots +- #create:create_ingots (from Create) +- #c:brick_ingots (from Porting Lib Tags) +- #c:copper_ingots (from Porting Lib Tags) +- #c:gold_ingots (from Porting Lib Tags) +- #c:iron_ingots (from Porting Lib Tags) +- #c:netherite_ingots (from Porting Lib Tags) +- #c:nether_brick_ingots (from Porting Lib Tags) +- #c:ingots/ironwood (from The Twilight Forest) +- #c:ingots/fiery (from The Twilight Forest) +- #c:ingots/knightmetal (from The Twilight Forest) +- #c:ingots/steeleaf (from The Twilight Forest) + +#c:hamburgers +- croptopia:hamburger (from Croptopia) + +#c:triple_compressed_netherrack +- compressor:triple_compressed_netherrack (from Compressor) + +#c:fish_and_chips +- croptopia:fish_and_chips (from Croptopia) + +#c:sodalite_ores +- techreborn:sodalite_ore (from Tech Reborn) +- techreborn:deepslate_sodalite_ore (from Tech Reborn) + +#the_bumblezone:crystalline_flower/can_be_enchanted +- minecraft:book (from The Bumblezone - Fabric) +- minecraft:enchanted_book (from The Bumblezone - Fabric) + +#c:nutmeg_saplings +- croptopia:nutmeg_sapling (from Croptopia) +- #c:saplings/nutmeg (from Croptopia) + +#c:compressed_diorite +- compressor:compressed_diorite (from Compressor) + +#c:platinum_ingots +- modern_industrialization:platinum_ingot (from Modern Industrialization) +- techreborn:platinum_ingot (from Tech Reborn) + +#c:glass_panes +- botania:mana_glass_pane (from Botania) +- botania:elf_glass_pane (from Botania) +- botania:bifrost_pane (from Botania) +- create:tiled_glass_pane (from Create) +- create:framed_glass_pane (from Create) +- create:horizontal_framed_glass_pane (from Create) +- create:vertical_framed_glass_pane (from Create) +- create:oak_window_pane (from Create) +- create:spruce_window_pane (from Create) +- create:birch_window_pane (from Create) +- create:jungle_window_pane (from Create) +- create:acacia_window_pane (from Create) +- create:dark_oak_window_pane (from Create) +- create:crimson_window_pane (from Create) +- create:warped_window_pane (from Create) +- create:ornate_iron_window_pane (from Create) +- minecraft:glass_pane (from Fabric Convention Tags) +- minecraft:gray_stained_glass_pane (from Fabric Convention Tags) +- minecraft:black_stained_glass_pane (from Fabric Convention Tags) +- minecraft:orange_stained_glass_pane (from Fabric Convention Tags) +- minecraft:blue_stained_glass_pane (from Fabric Convention Tags) +- minecraft:brown_stained_glass_pane (from Fabric Convention Tags) +- minecraft:cyan_stained_glass_pane (from Fabric Convention Tags) +- minecraft:green_stained_glass_pane (from Fabric Convention Tags) +- minecraft:light_blue_stained_glass_pane (from Fabric Convention Tags) +- minecraft:light_gray_stained_glass_pane (from Fabric Convention Tags) +- minecraft:lime_stained_glass_pane (from Fabric Convention Tags) +- minecraft:magenta_stained_glass_pane (from Fabric Convention Tags) +- minecraft:pink_stained_glass_pane (from Fabric Convention Tags) +- minecraft:purple_stained_glass_pane (from Fabric Convention Tags) +- minecraft:red_stained_glass_pane (from Fabric Convention Tags) +- minecraft:white_stained_glass_pane (from Fabric Convention Tags) +- minecraft:yellow_stained_glass_pane (from Fabric Convention Tags) +- #c:colorless_glass_panes (from Porting Lib Tags) +- #c:stained_glass_panes (from Porting Lib Tags) +- #c:stained_glass_panes (from Incubus Core) +- minecraft:glass_pane (from Incubus Core) + +#c:blue_sand +- byg:blue_sand (from Oh The Biomes You'll Go) + +#c:ginger_seeds +- croptopia:ginger_seed (from Croptopia) +- #c:seeds/ginger (from Croptopia) + +#c:chromium_dusts +- modern_industrialization:chromium_dust (from Modern Industrialization) +- techreborn:chrome_dust (from Tech Reborn) + +#colorful-azaleas:titanium_azalea_logs +- colorful-azaleas:titanium_azalea_log (from Colorful Azaleas) +- colorful-azaleas:titanium_azalea_wood (from Colorful Azaleas) +- colorful-azaleas:stripped_titanium_azalea_log (from Colorful Azaleas) +- colorful-azaleas:stripped_titanium_azalea_wood (from Colorful Azaleas) + +#forge:gems/prismarine +- minecraft:prismarine_crystals (from chisels-and-bits) + +#farmersdelight:cabbage_roll_ingredients +- #c:raw_pork (from Farmer's Delight) +- #c:raw_fishes (from Farmer's Delight) +- #c:raw_chicken (from Farmer's Delight) +- #c:raw_beef (from Farmer's Delight) +- #c:raw_mutton (from Farmer's Delight) +- #c:eggs (from Farmer's Delight) +- #c:mushrooms (from Farmer's Delight) +- minecraft:carrot (from Farmer's Delight) +- minecraft:potato (from Farmer's Delight) +- minecraft:beetroot (from Farmer's Delight) + +#trinkets:head/face +- ae2:wireless_crafting_terminal (from AE2WTLib) +- ae2wtlib:wireless_pattern_encoding_terminal (from AE2WTLib) +- ae2wtlib:wireless_pattern_access_terminal (from AE2WTLib) +- ae2wtlib:wireless_universal_terminal (from AE2WTLib) +- botania:itemfinder (from Botania) +- botania:monocle (from Botania) +- botania:tiny_planet (from Botania) +- create:goggles (from Create) +- doodads:ender_goggles (from Doodads) +- doodads:beaver_teeth (from Doodads) +- doodads:bendy_straw (from Doodads) +- hexcasting:lens (from Hex Casting) +- spectrum:glow_vision_goggles (from Spectrum) + +#forge:ores/gold +- #minecraft:gold_ores (from chisels-and-bits) +- deeperdarker:sculk_stone_gold_ore (from Deeper and Darker) + +#c:sushis +- croptopia:sushi (from Croptopia) + +#c:kale +- croptopia:kale (from Croptopia) +- #c:vegetables/kale (from Croptopia) +- croptopia:kale (from Croptopia) +- #c:crops/kale (from Croptopia) + +#forge:scaffoldings +- #byg:scaffolding (from Oh The Biomes You'll Go) + +#forge:raw_materials +- #forge:raw_materials/copper (from chisels-and-bits) +- #forge:raw_materials/gold (from chisels-and-bits) +- #forge:raw_materials/iron (from chisels-and-bits) + +#create:stone_types/scoria +- create:cut_scoria (from Create) +- create:cut_scoria_stairs (from Create) +- create:cut_scoria_wall (from Create) +- create:polished_cut_scoria (from Create) +- create:polished_cut_scoria_stairs (from Create) +- create:polished_cut_scoria_wall (from Create) +- create:cut_scoria_bricks (from Create) +- create:cut_scoria_brick_stairs (from Create) +- create:cut_scoria_brick_wall (from Create) +- create:small_scoria_bricks (from Create) +- create:small_scoria_brick_stairs (from Create) +- create:small_scoria_brick_wall (from Create) +- create:layered_scoria (from Create) +- create:scoria_pillar (from Create) + +#c:raw_copper_ores +- minecraft:raw_copper (from Fabric Convention Tags) +- minecraft:raw_copper (from Incubus Core) +- minecraft:raw_copper (from Industrial Revolution) + +#c:plutonium_tiny_dusts +- modern_industrialization:plutonium_tiny_dust (from Modern Industrialization) + +#techreborn:storage_units +- techreborn:storage_buffer (from Tech Reborn) +- techreborn:crude_storage_unit (from Tech Reborn) +- techreborn:basic_storage_unit (from Tech Reborn) +- techreborn:advanced_storage_unit (from Tech Reborn) +- techreborn:industrial_storage_unit (from Tech Reborn) +- techreborn:quantum_storage_unit (from Tech Reborn) +- techreborn:creative_storage_unit (from Tech Reborn) + +#botania:lens +- botania:lens_bounce (from Botania) +- botania:lens_damage (from Botania) +- botania:lens_efficiency (from Botania) +- botania:lens_explosive (from Botania) +- botania:lens_fire (from Botania) +- botania:lens_firework (from Botania) +- botania:lens_flare (from Botania) +- botania:lens_gravity (from Botania) +- botania:lens_influence (from Botania) +- botania:lens_light (from Botania) +- botania:lens_magnet (from Botania) +- botania:lens_messenger (from Botania) +- botania:lens_mine (from Botania) +- botania:lens_normal (from Botania) +- botania:lens_paint (from Botania) +- botania:lens_phantom (from Botania) +- botania:lens_piston (from Botania) +- botania:lens_power (from Botania) +- botania:lens_redirect (from Botania) +- botania:lens_speed (from Botania) +- botania:lens_storm (from Botania) +- botania:lens_time (from Botania) +- botania:lens_tripwire (from Botania) +- botania:lens_warp (from Botania) +- botania:lens_weight (from Botania) + +#c:crops/coffee_beans +- croptopia:coffee_beans (from Croptopia) + +#byg:cherry_logs +- byg:cherry_log (from Oh The Biomes You'll Go) +- byg:cherry_wood (from Oh The Biomes You'll Go) +- byg:stripped_cherry_log (from Oh The Biomes You'll Go) +- byg:stripped_cherry_wood (from Oh The Biomes You'll Go) + +#c:ice_shard_ores +- ad_astra:moon_ice_shard_ore (from Ad Astra!) +- ad_astra:mars_ice_shard_ore (from Ad Astra!) +- ad_astra:glacio_ice_shard_ore (from Ad Astra!) +- ad_astra:deepslate_ice_shard_ore (from Ad Astra!) + +#c:electrum_dusts +- indrev:electrum_dust (from Industrial Revolution) +- modern_industrialization:electrum_dust (from Modern Industrialization) +- techreborn:electrum_dust (from Tech Reborn) + +#c:red_glass_panes +- minecraft:red_stained_glass_pane (from Porting Lib Tags) + +#forge:glass/lime +- minecraft:lime_stained_glass (from chisels-and-bits) + +#c:raw_titanium_ores +- modern_industrialization:raw_titanium (from Modern Industrialization) + +#c:saplings/walnut +- croptopia:walnut_sapling (from Croptopia) + +#c:juices/cranberry_juice +- croptopia:cranberry_juice (from Croptopia) + +#c:vegetables/cauliflower +- croptopia:cauliflower (from Croptopia) + +#c:grain +- #c:barley (from Croptopia) +- #c:corn (from Croptopia) +- #c:oat (from Croptopia) +- #c:rice (from Croptopia) +- #c:grain/wheat (from Farmer's Delight) +- #c:grain/rice (from Farmer's Delight) + +#minecraft:dough +- vinery:dough? (from Vinery) +- create:dough? (from Vinery) +- farmersdelight:wheat_dough? (from Vinery) + +#c:tomatillos +- croptopia:tomatillo (from Croptopia) +- #c:vegetables/tomatillo (from Croptopia) +- croptopia:tomatillo (from Croptopia) +- #c:crops/tomatillo (from Croptopia) + +#c:sodium_tiny_dusts +- modern_industrialization:sodium_tiny_dust (from Modern Industrialization) + +#c:raw_platinum_blocks +- modern_industrialization:raw_platinum_block (from Modern Industrialization) + +#byg:leaves +- byg:araucaria_leaves (from Oh The Biomes You'll Go) +- byg:aspen_leaves (from Oh The Biomes You'll Go) +- byg:baobab_leaves (from Oh The Biomes You'll Go) +- byg:blooming_witch_hazel_leaves (from Oh The Biomes You'll Go) +- byg:blue_enchanted_leaves (from Oh The Biomes You'll Go) +- byg:blue_spruce_leaves (from Oh The Biomes You'll Go) +- byg:brown_birch_leaves (from Oh The Biomes You'll Go) +- byg:brown_oak_leaves (from Oh The Biomes You'll Go) +- byg:brown_zelkova_leaves (from Oh The Biomes You'll Go) +- byg:cika_leaves (from Oh The Biomes You'll Go) +- byg:cypress_leaves (from Oh The Biomes You'll Go) +- byg:ebony_leaves (from Oh The Biomes You'll Go) +- byg:embur_gel_vines (from Oh The Biomes You'll Go) +- byg:ether_leaves (from Oh The Biomes You'll Go) +- byg:fir_leaves (from Oh The Biomes You'll Go) +- byg:firecracker_leaves (from Oh The Biomes You'll Go) +- byg:flowering_indigo_jacaranda_leaves (from Oh The Biomes You'll Go) +- byg:flowering_jacaranda_leaves (from Oh The Biomes You'll Go) +- byg:flowering_nightshade_leaves (from Oh The Biomes You'll Go) +- byg:flowering_orchard_leaves (from Oh The Biomes You'll Go) +- byg:flowering_palo_verde_leaves (from Oh The Biomes You'll Go) +- byg:green_apple_skyris_leaves (from Oh The Biomes You'll Go) +- byg:green_enchanted_leaves (from Oh The Biomes You'll Go) +- byg:holly_berry_leaves (from Oh The Biomes You'll Go) +- byg:holly_leaves (from Oh The Biomes You'll Go) +- byg:imparius_vine (from Oh The Biomes You'll Go) +- byg:indigo_jacaranda_leaves (from Oh The Biomes You'll Go) +- byg:jacaranda_leaves (from Oh The Biomes You'll Go) +- byg:joshua_leaves (from Oh The Biomes You'll Go) +- byg:lament_leaves (from Oh The Biomes You'll Go) +- byg:mahogany_leaves (from Oh The Biomes You'll Go) +- byg:maple_leaves (from Oh The Biomes You'll Go) +- byg:nightshade_leaves (from Oh The Biomes You'll Go) +- byg:orange_birch_leaves (from Oh The Biomes You'll Go) +- byg:orange_oak_leaves (from Oh The Biomes You'll Go) +- byg:orange_spruce_leaves (from Oh The Biomes You'll Go) +- byg:orchard_leaves (from Oh The Biomes You'll Go) +- byg:palm_leaves (from Oh The Biomes You'll Go) +- byg:palo_verde_leaves (from Oh The Biomes You'll Go) +- byg:pine_leaves (from Oh The Biomes You'll Go) +- byg:pink_cherry_leaves (from Oh The Biomes You'll Go) +- byg:poison_ivy (from Oh The Biomes You'll Go) +- byg:rainbow_eucalyptus_leaves (from Oh The Biomes You'll Go) +- byg:red_birch_leaves (from Oh The Biomes You'll Go) +- byg:red_maple_leaves (from Oh The Biomes You'll Go) +- byg:red_oak_leaves (from Oh The Biomes You'll Go) +- byg:red_spruce_leaves (from Oh The Biomes You'll Go) +- byg:redwood_leaves (from Oh The Biomes You'll Go) +- byg:ripe_joshua_leaves (from Oh The Biomes You'll Go) +- byg:ripe_orchard_leaves (from Oh The Biomes You'll Go) +- byg:shulkren_vine (from Oh The Biomes You'll Go) +- byg:silver_maple_leaves (from Oh The Biomes You'll Go) +- byg:skyris_leaves (from Oh The Biomes You'll Go) +- byg:skyris_vine (from Oh The Biomes You'll Go) +- byg:white_cherry_leaves (from Oh The Biomes You'll Go) +- byg:white_mangrove_leaves (from Oh The Biomes You'll Go) +- byg:willow_leaves (from Oh The Biomes You'll Go) +- byg:witch_hazel_leaves (from Oh The Biomes You'll Go) +- byg:withering_oak_leaves (from Oh The Biomes You'll Go) +- byg:yellow_birch_leaves (from Oh The Biomes You'll Go) +- byg:yellow_spruce_leaves (from Oh The Biomes You'll Go) +- byg:zelkova_leaves (from Oh The Biomes You'll Go) + +#forge:gems/emerald +- minecraft:emerald (from chisels-and-bits) + +#forge:armors/chestplates +- minecraft:leather_chestplate (from chisels-and-bits) +- minecraft:chainmail_chestplate (from chisels-and-bits) +- minecraft:iron_chestplate (from chisels-and-bits) +- minecraft:golden_chestplate (from chisels-and-bits) +- minecraft:diamond_chestplate (from chisels-and-bits) +- minecraft:netherite_chestplate (from chisels-and-bits) +- deeperdarker:warden_chestplate (from Deeper and Darker) + +#balm:brown_dyes +- #c:brown_dyes? (from Balm) +- minecraft:brown_dye (from Balm) + +#botania:double_mystical_flowers +- botania:black_double_flower (from Botania) +- botania:blue_double_flower (from Botania) +- botania:brown_double_flower (from Botania) +- botania:cyan_double_flower (from Botania) +- botania:gray_double_flower (from Botania) +- botania:green_double_flower (from Botania) +- botania:light_blue_double_flower (from Botania) +- botania:light_gray_double_flower (from Botania) +- botania:lime_double_flower (from Botania) +- botania:magenta_double_flower (from Botania) +- botania:orange_double_flower (from Botania) +- botania:pink_double_flower (from Botania) +- botania:purple_double_flower (from Botania) +- botania:red_double_flower (from Botania) +- botania:white_double_flower (from Botania) +- botania:yellow_double_flower (from Botania) + +#c:strawberries +- croptopia:strawberry (from Croptopia) +- #c:fruits/strawberry (from Croptopia) +- croptopia:strawberry (from Croptopia) +- #c:crops/strawberry (from Croptopia) + +#techreborn:calcite_dust_material +- minecraft:calcite (from Tech Reborn) +- #c:coral_blocks (from Tech Reborn) +- minecraft:dripstone_block (from Tech Reborn) + +#c:sulfurs +- indrev:sulfur_crystal (from Industrial Revolution) + +#c:slimeballs +- minecraft:slime_ball (from Bookshelf) +- minecraft:slime_ball (from Porting Lib Tags) + +#c:noodles +- croptopia:noodle (from Croptopia) + +#c:octuple_compressed_granite +- compressor:octuple_compressed_granite (from Compressor) + +#c:yellow_garnet_gems +- techreborn:yellow_garnet_gem (from Tech Reborn) + +#c:marble_dusts +- techreborn:marble_dust (from Tech Reborn) + +#c:fire_clay_dusts +- modern_industrialization:fire_clay_dust (from Modern Industrialization) + +#minecraft:stone_bricks +- minecraft:stone_bricks (from Default) +- minecraft:mossy_stone_bricks (from Default) +- minecraft:cracked_stone_bricks (from Default) +- minecraft:chiseled_stone_bricks (from Default) +- ad_astra:moon_stone_bricks (from Ad Astra!) +- ad_astra:cracked_moon_stone_bricks (from Ad Astra!) +- ad_astra:mars_stone_bricks (from Ad Astra!) +- ad_astra:cracked_mars_stone_bricks (from Ad Astra!) +- ad_astra:mercury_stone_bricks (from Ad Astra!) +- ad_astra:cracked_mercury_stone_bricks (from Ad Astra!) +- ad_astra:venus_stone_bricks (from Ad Astra!) +- ad_astra:cracked_venus_stone_bricks (from Ad Astra!) +- ad_astra:glacio_stone_bricks (from Ad Astra!) +- ad_astra:cracked_glacio_stone_bricks (from Ad Astra!) +- ad_astra:chiseled_moon_stone_bricks (from Ad Astra!) +- ad_astra:chiseled_mars_stone_bricks (from Ad Astra!) +- ad_astra:chiseled_venus_stone_bricks (from Ad Astra!) +- ad_astra:chiseled_mercury_stone_bricks (from Ad Astra!) +- ad_astra:chiseled_glacio_stone_bricks (from Ad Astra!) +- ad_astra:permafrost_bricks (from Ad Astra!) +- ad_astra:cracked_permafrost_bricks (from Ad Astra!) +- ad_astra:permafrost_tiles (from Ad Astra!) +- ad_astra:chiseled_permafrost_bricks (from Ad Astra!) +- byg:soapstone_bricks (from Oh The Biomes You'll Go) +- byg:scoria_stonebricks (from Oh The Biomes You'll Go) +- byg:red_rock_bricks (from Oh The Biomes You'll Go) +- byg:carved_ether_stone (from Oh The Biomes You'll Go) +- byg:chiseled_therium (from Oh The Biomes You'll Go) +- byg:shiny_chiseled_therium (from Oh The Biomes You'll Go) + +#c:kanthal_blocks +- modern_industrialization:kanthal_block (from Modern Industrialization) + +#c:orange_glass +- minecraft:orange_stained_glass (from Porting Lib Tags) + +#c:iron_ores +- ad_astra:mars_iron_ore (from Ad Astra!) +- ad_astra:mercury_iron_ore (from Ad Astra!) +- ad_astra:moon_iron_ore (from Ad Astra!) +- ad_astra:glacio_iron_ore (from Ad Astra!) +- minecraft:iron_ores? (from Applied Energistics 2) +- #minecraft:iron_ores (from Porting Lib Tags) +- minecraft:iron_ore (from Incubus Core) +- minecraft:iron_ore (from Industrial Revolution) +- minecraft:deepslate_iron_ore (from Industrial Revolution) +- #minecraft:iron_ores (from Modern Industrialization) +- minecraft:iron_ore (from Tech Reborn) +- minecraft:deepslate_iron_ore (from Tech Reborn) + +#c:galena_dusts +- techreborn:galena_dust (from Tech Reborn) + +#c:figgy_pudding +- croptopia:figgy_pudding (from Croptopia) + +#advancednetherite:chestplates/netherite +- minecraft:netherite_chestplate (from Advanced Netherite) + +#ae2:blacklisted/annihilation_plane + +#campanion:tent_sides +- campanion:green_tent_side (from Campanion) +- campanion:lime_tent_side (from Campanion) +- campanion:brown_tent_side (from Campanion) +- campanion:gray_tent_side (from Campanion) +- campanion:light_gray_tent_side (from Campanion) +- campanion:orange_tent_side (from Campanion) +- campanion:light_blue_tent_side (from Campanion) +- campanion:pink_tent_side (from Campanion) +- campanion:yellow_tent_side (from Campanion) +- campanion:white_tent_side (from Campanion) +- campanion:cyan_tent_side (from Campanion) +- campanion:black_tent_side (from Campanion) +- campanion:magenta_tent_side (from Campanion) +- campanion:purple_tent_side (from Campanion) +- campanion:blue_tent_side (from Campanion) +- campanion:red_tent_side (from Campanion) + +#c:dirt +- minecraft:dirt (from Incubus Core) +- minecraft:coarse_dirt (from Incubus Core) +- minecraft:rooted_dirt (from Incubus Core) + +#c:blackberry_jams +- croptopia:blackberry_jam (from Croptopia) +- #c:jams/blackberry_jam (from Croptopia) + +#c:double_compressed_stone +- compressor:double_compressed_stone (from Compressor) + +#c:quadruple_compressed_basalt +- compressor:quadruple_compressed_basalt (from Compressor) + +#c:brown_glass +- minecraft:brown_stained_glass (from Porting Lib Tags) + +#c:stainless_steel_ingots +- modern_industrialization:stainless_steel_ingot (from Modern Industrialization) + +#ftbultimine:included_tools + +#forge:paper +- minecraft:paper (from chisels-and-bits) + +#c:tuna_sandwiches +- croptopia:tuna_sandwich (from Croptopia) + +#c:orange_glass_panes +- minecraft:orange_stained_glass_pane (from Porting Lib Tags) + +#c:seeds/corn +- croptopia:corn_seed (from Croptopia) + +#c:kanthal_nuggets +- modern_industrialization:kanthal_nugget (from Modern Industrialization) + +#c:juices/orange_juice +- croptopia:orange_juice (from Croptopia) + +#c:juices/grape_juice +- croptopia:grape_juice (from Croptopia) + +#c:crops/cauliflower +- croptopia:cauliflower (from Croptopia) + +#botania:petals/gray +- botania:gray_petal (from Botania) +- botania:gray_mushroom (from Botania) + +#c:coal +- #minecraft:coals? (from Fabric Convention Tags) +- minecraft:coal (from Incubus Core) + +#ad_astra_platform:steel_plates +- #c:steel_plates? (from Ad Astra!) +- #forge:plates/steel? (from Ad Astra!) + +#bewitchment:swords +- #bewitchment:weak_swords (from Bewitchment) +- #bewitchment:average_swords (from Bewitchment) +- #bewitchment:strong_swords (from Bewitchment) + +#c:baked_sweet_potatos +- croptopia:baked_sweet_potato (from Croptopia) + +#c:titanium_dusts +- modern_industrialization:titanium_dust (from Modern Industrialization) +- techreborn:titanium_dust (from Tech Reborn) + +#c:lignite_coal_blocks +- modern_industrialization:lignite_coal_block (from Modern Industrialization) + +#c:fruits/honeydew +- croptopia:honeydew (from Croptopia) + +#botania:misc_special_flowers +- botania:manastar (from Botania) +- botania:pure_daisy (from Botania) +- botania:bergamute (from Botania) + +#c:gold_blocks +- minecraft:gold_block (from CC: Restitched) +- minecraft:gold_block (from Porting Lib Tags) +- minecraft:gold_block (from Modern Industrialization) + +#c:salt_blocks +- bewitchment:salt_block (from Bewitchment) +- modern_industrialization:salt_block (from Modern Industrialization) + +#c:tin_dusts +- indrev:tin_dust (from Industrial Revolution) +- modern_industrialization:tin_dust (from Modern Industrialization) + +#minecraft:buttons +- #minecraft:wooden_buttons (from Default) +- minecraft:stone_button (from Default) +- minecraft:polished_blackstone_button (from Default) +- ad_astra:iron_plating_button (from Ad Astra!) +- ad_astra:steel_plating_button (from Ad Astra!) +- ad_astra:desh_plating_button (from Ad Astra!) +- ad_astra:ostrum_plating_button (from Ad Astra!) +- ad_astra:calorite_plating_button (from Ad Astra!) +- ad_astra:glacian_button (from Ad Astra!) +- #byg:buttons (from Oh The Biomes You'll Go) +- hexcasting:edified_button (from Hex Casting) + +#c:small_corals_dead +- #c:dead_coral_plants (from Tech Reborn) +- #c:dead_coral_fans (from Tech Reborn) + +#c:pollen +- the_bumblezone:pollen_puff (from The Bumblezone - Fabric) + +#ftbultimine:excluded_tools +- #ftbultimine:excluded_tools/strict? (from FTB Ultimine) + +#farmersdelight:comfort_foods +- minecraft:mushroom_stew (from Farmer's Delight) +- minecraft:beetroot_soup (from Farmer's Delight) +- minecraft:rabbit_stew (from Farmer's Delight) + +#ecologics:walnut_logs +- ecologics:walnut_log (from Ecologics) +- ecologics:stripped_walnut_log (from Ecologics) +- ecologics:walnut_wood (from Ecologics) +- ecologics:stripped_walnut_wood (from Ecologics) + +#c:tungsten_ingots +- indrev:tungsten_ingot (from Industrial Revolution) +- modern_industrialization:tungsten_ingot (from Modern Industrialization) +- techreborn:tungsten_ingot (from Tech Reborn) + +#bewitchment:pentacles +- #bewitchment:weak_pentacles (from Bewitchment) +- #bewitchment:average_pentacles (from Bewitchment) +- #bewitchment:strong_pentacles (from Bewitchment) + +#c:chile_peppers +- croptopia:chile_pepper (from Croptopia) +- #c:crops/chile_pepper (from Croptopia) + +#advancednetherite:ingots/netherites +- minecraft:netherite_ingot (from Advanced Netherite) + +#c:roasted_sunflower_seeds +- croptopia:roasted_sunflower_seeds (from Croptopia) + +#c:wooden_rods +- minecraft:stick (from Applied Energistics 2) +- #byg:sticks (from Oh The Biomes You'll Go) +- minecraft:stick (from Porting Lib Tags) + +#minecraft:rails +- minecraft:rail (from Default) +- minecraft:powered_rail (from Default) +- minecraft:detector_rail (from Default) +- minecraft:activator_rail (from Default) +- botania:ghost_rail (from Botania) + +#minecraft:pressure_plate +- spectrum:black_pressure_plate (from Spectrum) +- spectrum:blue_pressure_plate (from Spectrum) +- spectrum:brown_pressure_plate (from Spectrum) +- spectrum:cyan_pressure_plate (from Spectrum) +- spectrum:gray_pressure_plate (from Spectrum) +- spectrum:green_pressure_plate (from Spectrum) +- spectrum:light_blue_pressure_plate (from Spectrum) +- spectrum:light_gray_pressure_plate (from Spectrum) +- spectrum:lime_pressure_plate (from Spectrum) +- spectrum:magenta_pressure_plate (from Spectrum) +- spectrum:orange_pressure_plate (from Spectrum) +- spectrum:pink_pressure_plate (from Spectrum) +- spectrum:purple_pressure_plate (from Spectrum) +- spectrum:red_pressure_plate (from Spectrum) +- spectrum:white_pressure_plate (from Spectrum) +- spectrum:yellow_pressure_plate (from Spectrum) + +#ecologics:squirrel_tempt_items +- ecologics:walnut (from Ecologics) + +#ae2:all_quartz_dust +- #c:certus_quartz_dusts (from Applied Energistics 2) + +#c:vegetables/potato +- minecraft:potato (from Farmer's Delight) + +#c:sweetpotato_seeds +- croptopia:sweetpotato_seed (from Croptopia) +- #c:seeds/sweetpotato (from Croptopia) + +#create:stone_types/tuff +- create:cut_tuff (from Create) +- create:cut_tuff_stairs (from Create) +- create:cut_tuff_wall (from Create) +- create:polished_cut_tuff (from Create) +- create:polished_cut_tuff_stairs (from Create) +- create:polished_cut_tuff_wall (from Create) +- create:cut_tuff_bricks (from Create) +- create:cut_tuff_brick_stairs (from Create) +- create:cut_tuff_brick_wall (from Create) +- create:small_tuff_bricks (from Create) +- create:small_tuff_brick_stairs (from Create) +- create:small_tuff_brick_wall (from Create) +- create:layered_tuff (from Create) +- create:tuff_pillar (from Create) + +#c:battery_alloy_nuggets +- modern_industrialization:battery_alloy_nugget (from Modern Industrialization) + +#c:chromium_small_dusts +- techreborn:chrome_small_dust (from Tech Reborn) + +#hexcasting:grants_root_advancement +- hexcasting:amethyst_dust (from Hex Casting) +- minecraft:amethyst_shard (from Hex Casting) +- hexcasting:charged_amethyst (from Hex Casting) + +#medievalweapons:double_handed_items +- medievalweapons:thalleous_sword (from Medieval Weapons) + +#c:seeds/radish +- croptopia:radish_seed (from Croptopia) + +#advancednetherite:ingots/upgrade_to_netherite_iron +- #advancednetherite:ingots/netherites (from Advanced Netherite) + +#bookshelf:leggings +- #c:leggings (from Bookshelf) + +#c:cobblestone +- minecraft:cobblestone (from Applied Energistics 2) +- minecraft:infested_cobblestone (from Applied Energistics 2) +- minecraft:mossy_cobblestone (from Applied Energistics 2) +- #c:normal_cobblestone (from Porting Lib Tags) +- #c:infested_cobblestone (from Porting Lib Tags) +- #c:mossy_cobblestone (from Porting Lib Tags) +- #c:deepslate_cobblestone (from Porting Lib Tags) +- minecraft:cobblestone (from Incubus Core) +- minecraft:blackstone (from Incubus Core) +- minecraft:cobbled_deepslate (from Incubus Core) + +#dankstorage:blacklisted_usage +- minecraft:powder_snow_bucket (from Dank Storage) + +#c:barley +- croptopia:barley (from Croptopia) +- #c:grain/barley (from Croptopia) +- croptopia:barley (from Croptopia) +- #c:crops/barley (from Croptopia) + +#botania:seed_apothecary_reagent +- minecraft:wheat_seeds (from Botania) +- minecraft:beetroot_seeds (from Botania) +- minecraft:melon_seeds (from Botania) +- minecraft:pumpkin_seeds (from Botania) +- #forge:seeds? (from Botania) + +#another_furniture:furniture_hammers +- another_furniture:furniture_hammer (from Another Furniture) + +#balm:orange_dyes +- #c:orange_dyes? (from Balm) +- minecraft:orange_dye (from Balm) + +#minecraft:gold_ores +- minecraft:gold_ore (from Default) +- minecraft:nether_gold_ore (from Default) +- minecraft:deepslate_gold_ore (from Default) +- ad_astra:venus_gold_ore (from Ad Astra!) +- byg:blue_nether_gold_ore (from Oh The Biomes You'll Go) +- byg:brimstone_nether_gold_ore (from Oh The Biomes You'll Go) +- deeperdarker:sculk_stone_gold_ore (from Deeper and Darker) + +#c:sapphire_ores +- techreborn:sapphire_ore (from Tech Reborn) +- techreborn:deepslate_sapphire_ore (from Tech Reborn) + +#c:plutonium_dusts +- modern_industrialization:plutonium_dust (from Modern Industrialization) + +#c:ores +- #minecraft:coal_ores (from Bewitchment) +- #minecraft:copper_ores (from Bewitchment) +- #minecraft:iron_ores (from Bewitchment) +- #minecraft:gold_ores (from Bewitchment) +- #minecraft:lapis_ores (from Bewitchment) +- #minecraft:redstone_ores (from Bewitchment) +- #minecraft:diamond_ores (from Bewitchment) +- #minecraft:emerald_ores (from Bewitchment) +- minecraft:nether_quartz_ore (from Bewitchment) +- minecraft:ancient_debris (from Bewitchment) +- #c:silver_ores (from Bewitchment) +- #c:salt_ores (from Bewitchment) +- #byg:ores (from Oh The Biomes You'll Go) +- create:zinc_ore (from Create) +- create:deepslate_zinc_ore (from Create) +- #minecraft:iron_ores? (from Fabric Convention Tags) +- #minecraft:copper_ores? (from Fabric Convention Tags) +- #minecraft:redstone_ores? (from Fabric Convention Tags) +- #minecraft:gold_ores? (from Fabric Convention Tags) +- #minecraft:coal_ores? (from Fabric Convention Tags) +- #minecraft:diamond_ores? (from Fabric Convention Tags) +- #minecraft:lapis_ores? (from Fabric Convention Tags) +- #c:quartz_ores? (from Fabric Convention Tags) +- #minecraft:emerald_ores? (from Fabric Convention Tags) +- #c:coal_ores (from Porting Lib Tags) +- #c:copper_ores (from Porting Lib Tags) +- #c:diamond_ores (from Porting Lib Tags) +- #c:emerald_ores (from Porting Lib Tags) +- #c:gold_ores (from Porting Lib Tags) +- #c:iron_ores (from Porting Lib Tags) +- #c:lapis_ores (from Porting Lib Tags) +- #c:redstone_ores (from Porting Lib Tags) +- #c:quartz_ores (from Porting Lib Tags) +- #c:netherite_scrap_ores (from Porting Lib Tags) +- #c:salt_ores (from Modern Industrialization) +- #c:platinum_ores (from Modern Industrialization) +- #c:lead_ores (from Modern Industrialization) +- #c:uranium_ores (from Modern Industrialization) +- #c:tin_ores (from Modern Industrialization) +- #c:quartz_ores (from Modern Industrialization) +- #c:iridium_ores (from Modern Industrialization) +- #c:tungsten_ores (from Modern Industrialization) +- #c:titanium_ores (from Modern Industrialization) +- #c:lignite_coal_ores (from Modern Industrialization) +- #c:bauxite_ores (from Modern Industrialization) +- #c:antimony_ores (from Modern Industrialization) +- #c:nickel_ores (from Modern Industrialization) +- #c:mozanite_ores (from Modern Industrialization) +- #c:uraninite_ores (from Powah!) +- #spectrum:ores (from Spectrum) +- #c:ores/ironwood (from The Twilight Forest) +- #c:ores/knightmetal (from The Twilight Forest) + +#farmersdelight:offhand_equipment +- minecraft:shield (from Farmer's Delight) +- create:extendo_grip? (from Farmer's Delight) + +#c:olivine_small_dusts +- techreborn:olivine_small_dust (from Tech Reborn) + +#c:peridot_blocks +- techreborn:peridot_storage_block (from Tech Reborn) + +#byg:white_dye +- byg:white_anemone (from Oh The Biomes You'll Go) +- byg:white_sage (from Oh The Biomes You'll Go) +- byg:winter_rose (from Oh The Biomes You'll Go) +- byg:snowdrops (from Oh The Biomes You'll Go) +- byg:angelica (from Oh The Biomes You'll Go) + +#c:seeds/tomato +- croptopia:tomato_seed (from Croptopia) +- farmersdelight:tomato_seeds (from Farmer's Delight) + +#c:ruby_small_dusts +- techreborn:ruby_small_dust (from Tech Reborn) + +#c:raspberries +- croptopia:raspberry (from Croptopia) +- #c:fruits/raspberry (from Croptopia) +- croptopia:raspberry (from Croptopia) +- #c:crops/raspberry (from Croptopia) + +#c:pear_saplings +- croptopia:pear_sapling (from Croptopia) +- #c:saplings/pear (from Croptopia) + +#c:raw_materials +- create:raw_zinc (from Create) +- #c:copper_raw_materials (from Porting Lib Tags) +- #c:gold_raw_materials (from Porting Lib Tags) +- #c:iron_raw_materials (from Porting Lib Tags) + +#travelersbackpack:blacklisted_items + +#c:apricots +- croptopia:apricot (from Croptopia) +- #c:fruits/apricot (from Croptopia) +- croptopia:apricot (from Croptopia) +- #c:crops/apricot (from Croptopia) + +#c:septuple_compressed_sand +- compressor:septuple_compressed_sand (from Compressor) + +#c:quintuple_compressed_basalt +- compressor:quintuple_compressed_basalt (from Compressor) + +#c:greenbean_seeds +- croptopia:greenbean_seed (from Croptopia) +- #c:seeds/greenbean (from Croptopia) + +#c:raw_iron_ores +- minecraft:raw_iron (from Fabric Convention Tags) +- minecraft:raw_iron (from Incubus Core) +- minecraft:raw_iron (from Industrial Revolution) + +#c:cranberry_seeds +- croptopia:cranberry_seed (from Croptopia) +- #c:seeds/cranberry (from Croptopia) + +#byg:sticks +- minecraft:stick (from Oh The Biomes You'll Go) + +#c:magenta_dyes +- minecraft:magenta_dye (from Fabric Convention Tags) +- minecraft:magenta_dye (from Porting Lib Tags) + +#byg:biomepedia_crafting_material +- minecraft:blue_dye (from Oh The Biomes You'll Go) +- #c:blue_dye? (from Oh The Biomes You'll Go) +- #forge:blue_dye? (from Oh The Biomes You'll Go) + +#c:crops/saguaro +- croptopia:saguaro (from Croptopia) + +#twilightforest:twilight_oak_logs +- twilightforest:twilight_oak_log (from The Twilight Forest) +- twilightforest:stripped_twilight_oak_log (from The Twilight Forest) +- twilightforest:twilight_oak_wood (from The Twilight Forest) +- twilightforest:stripped_twilight_oak_wood (from The Twilight Forest) + +#c:peridot_ores +- techreborn:peridot_ore (from Tech Reborn) +- techreborn:deepslate_peridot_ore (from Tech Reborn) + +#advancednetherite:swords/upgrade_to_netherite_emerald +- #advancednetherite:swords/netherite_gold (from Advanced Netherite) + +#c:redstone_blocks +- minecraft:redstone_block (from Porting Lib Tags) +- minecraft:redstone_block (from Modern Industrialization) + +#forge:gravel +- minecraft:gravel (from chisels-and-bits) + +#c:black_dyes +- minecraft:black_dye (from Fabric Convention Tags) +- minecraft:black_dye (from Porting Lib Tags) + +#geodes:crystals +- minecraft:amethyst_shard (from More Geodes) +- minecraft:emerald (from More Geodes) +- minecraft:quartz (from More Geodes) +- minecraft:diamond (from More Geodes) +- minecraft:echo_shard (from More Geodes) +- minecraft:lapis_lazuli (from More Geodes) + +#c:emerald_plates +- modern_industrialization:emerald_plate (from Modern Industrialization) +- techreborn:emerald_plate (from Tech Reborn) + +#forge:dyes/black +- minecraft:black_dye (from chisels-and-bits) + +#c:spessartine_small_dusts +- techreborn:spessartine_small_dust (from Tech Reborn) + +#c:tools/hoes +- twilightforest:ironwood_hoe (from The Twilight Forest) +- twilightforest:steeleaf_hoe (from The Twilight Forest) + +#c:sphalerite_ores +- techreborn:sphalerite_ore (from Tech Reborn) + +#byg:imparius_logs +- byg:imparius_hyphae (from Oh The Biomes You'll Go) +- byg:imparius_stem (from Oh The Biomes You'll Go) + +#c:grapefruit_saplings +- croptopia:grapefruit_sapling (from Croptopia) +- #c:saplings/grapefruit (from Croptopia) + +#c:refined_iron_ingots +- techreborn:refined_iron_ingot (from Tech Reborn) + +#c:portable/smoker +- portable_tables:portable_smoker (from Portable Tables) + +#c:magnesium_dusts +- techreborn:magnesium_dust (from Tech Reborn) + +#c:boots +- minecraft:leather_boots (from Bookshelf) +- minecraft:chainmail_boots (from Bookshelf) +- minecraft:iron_boots (from Bookshelf) +- minecraft:golden_boots (from Bookshelf) +- minecraft:diamond_boots (from Bookshelf) +- minecraft:netherite_boots (from Bookshelf) +- byg:ametrine_boots (from Oh The Biomes You'll Go) +- minecraft:leather_boots (from Porting Lib Tags) +- minecraft:chainmail_boots (from Porting Lib Tags) +- minecraft:iron_boots (from Porting Lib Tags) +- minecraft:golden_boots (from Porting Lib Tags) +- minecraft:diamond_boots (from Porting Lib Tags) +- minecraft:netherite_boots (from Porting Lib Tags) + +#advancednetherite:hoes/upgrade_to_netherite_iron +- #advancednetherite:hoes/netherite (from Advanced Netherite) + +#c:clay_small_dusts +- techreborn:clay_small_dust (from Tech Reborn) + +#c:lime_dye +- minecraft:lime_dye (from Applied Energistics 2) + +#supplementaries:hourglass_sands +- #forge:sand? (from Supplementaries) +- #minecraft:sand? (from Supplementaries) +- thermal:sawdust_block? (from Supplementaries) +- infernalexp:glowdust_sand? (from Supplementaries) +- create:limesand? (from Supplementaries) + +#forge:tools/crossbows +- minecraft:crossbow (from chisels-and-bits) + +#c:lime_dyes +- minecraft:lime_dye (from Fabric Convention Tags) +- minecraft:lime_dye (from Porting Lib Tags) + +#c:snicker_doodles +- croptopia:snicker_doodle (from Croptopia) + +#c:platinum_small_dusts +- techreborn:platinum_small_dust (from Tech Reborn) + +#forge:crops/carrot +- minecraft:carrot (from chisels-and-bits) + +#supplementaries:pancake_syrup +- autumnity:syrup_bottle? (from Supplementaries) +- malum:holy_syrup? (from Supplementaries) +- malum:unholy_syrup? (from Supplementaries) + +#c:silicon_nuggets +- modern_industrialization:silicon_nugget (from Modern Industrialization) + +#c:triple_compressed_deepslate +- compressor:triple_compressed_deepslate (from Compressor) + +#c:nuts/pecan +- croptopia:pecan (from Croptopia) + +#c:annealed_copper_blocks +- modern_industrialization:annealed_copper_block (from Modern Industrialization) + +#ad_astra_platform:desh_plates +- #c:desh_plates? (from Ad Astra!) +- #forge:plates/desh? (from Ad Astra!) + +#botania:magnet_ring_blacklist + +#c:yellow_glass_panes +- minecraft:yellow_stained_glass_pane (from Porting Lib Tags) + +#c:coal_nuggets +- tinycoal:tinycoal (from Tiny Coal) +- tinycoal:tinycharcoal (from Tiny Coal) + +#forge:dyes/blue +- minecraft:blue_dye (from chisels-and-bits) + +#c:vegetables/ginger +- croptopia:ginger (from Croptopia) + +#forge:tools/pickaxes +- minecraft:wooden_pickaxe (from chisels-and-bits) +- minecraft:stone_pickaxe (from chisels-and-bits) +- minecraft:iron_pickaxe (from chisels-and-bits) +- minecraft:golden_pickaxe (from chisels-and-bits) +- minecraft:diamond_pickaxe (from chisels-and-bits) +- minecraft:netherite_pickaxe (from chisels-and-bits) +- deeperdarker:warden_pickaxe (from Deeper and Darker) + +#ae2:quartz_hoe +- ae2:certus_quartz_hoe (from Applied Energistics 2) +- ae2:nether_quartz_hoe (from Applied Energistics 2) + +#forge:glass_panes/brown +- minecraft:brown_stained_glass_pane (from chisels-and-bits) + +#c:blackberry_seeds +- croptopia:blackberry_seed (from Croptopia) +- #c:seeds/blackberry (from Croptopia) + +#forge:heads +- minecraft:creeper_head (from chisels-and-bits) +- minecraft:dragon_head (from chisels-and-bits) +- minecraft:player_head (from chisels-and-bits) +- minecraft:skeleton_skull (from chisels-and-bits) +- minecraft:wither_skeleton_skull (from chisels-and-bits) +- minecraft:zombie_head (from chisels-and-bits) + +#c:steel_tiny_dusts +- modern_industrialization:steel_tiny_dust (from Modern Industrialization) + +#c:dark_ashes_dusts +- techreborn:dark_ashes_dust (from Tech Reborn) + +#croptopia:sauces +- croptopia:artichoke_dip (from Croptopia) +- croptopia:salsa (from Croptopia) + +#c:persimmons +- croptopia:persimmon (from Croptopia) +- #c:fruits/persimmon (from Croptopia) +- croptopia:persimmon (from Croptopia) +- #c:crops/persimmon (from Croptopia) + +#c:leek_soups +- croptopia:leek_soup (from Croptopia) + +#c:corn_breads +- croptopia:corn_bread (from Croptopia) + +#bookshelf:stones +- #c:stones (from Bookshelf) +- #c:stone (from Bookshelf) + +#c:fruits/strawberry +- croptopia:strawberry (from Croptopia) + +#trinkets:offhand/glove +- ae2:wireless_crafting_terminal (from AE2WTLib) +- ae2wtlib:wireless_pattern_encoding_terminal (from AE2WTLib) +- ae2wtlib:wireless_pattern_access_terminal (from AE2WTLib) +- ae2wtlib:wireless_universal_terminal (from AE2WTLib) +- artifacts:digging_claws (from Artifacts) +- artifacts:feral_claws (from Artifacts) +- artifacts:fire_gauntlet (from Artifacts) +- artifacts:pocket_piston (from Artifacts) +- artifacts:power_glove (from Artifacts) +- artifacts:vampiric_glove (from Artifacts) +- artifacts:golden_hook (from Artifacts) +- doodads:soggy_glove (from Doodads) +- doodads:loggers_glove (from Doodads) + +#minecraft:dark_oak_logs +- minecraft:dark_oak_log (from Default) +- minecraft:dark_oak_wood (from Default) +- minecraft:stripped_dark_oak_log (from Default) +- minecraft:stripped_dark_oak_wood (from Default) +- decorative_blocks:dark_oak_beam (from Decorative Blocks) + +#c:ruby_blocks +- techreborn:ruby_storage_block (from Tech Reborn) + +#croptopia:beef_mutton +- minecraft:beef (from Croptopia) +- minecraft:mutton (from Croptopia) + +#supplementaries:ropes +- #forge:ropes? (from Supplementaries) +- quark:rope? (from Supplementaries) +- xercamod:rope? (from Supplementaries) +- druidcraft:rope? (from Supplementaries) +- inspirations:vine? (from Supplementaries) +- inspirations:rope? (from Supplementaries) +- farmersdelight:rope? (from Supplementaries) +- buildersdelight:chain_2? (from Supplementaries) +- additionaladditions:rope? (from Supplementaries) +- darkerdepths:rope? (from Supplementaries) + +#toolstats:ignored + +#c:sextuple_compressed_netherrack +- compressor:sextuple_compressed_netherrack (from Compressor) + +#geodes:echo_locators +- geodes:emerald_crystal_echo_locator (from More Geodes) +- geodes:quartz_crystal_echo_locator (from More Geodes) +- geodes:amethyst_crystal_echo_locator (from More Geodes) +- geodes:diamond_crystal_echo_locator (from More Geodes) +- geodes:echo_crystal_echo_locator (from More Geodes) +- geodes:echo_locator (from More Geodes) + +#c:cooked_fish +- minecraft:cooked_cod (from Incubus Core) +- minecraft:cooked_salmon (from Incubus Core) + +#c:lazurite_plates +- techreborn:lazurite_plate (from Tech Reborn) + +#forge:mushrooms +- minecraft:brown_mushroom (from chisels-and-bits) +- minecraft:red_mushroom (from chisels-and-bits) + +#c:fig_saplings +- croptopia:fig_sapling (from Croptopia) +- #c:saplings/fig (from Croptopia) + +#c:orange_saplings +- croptopia:orange_sapling (from Croptopia) +- #c:saplings/orange (from Croptopia) + +#c:pepperoni +- croptopia:pepperoni (from Croptopia) + +#travelersbackpack:acceptable_tools +- minecraft:diamond_pickaxe (from Traveler's Backpack) + +#forge:concrete_powders +- minecraft:white_concrete_powder (from Supplementaries) +- minecraft:yellow_concrete_powder (from Supplementaries) +- minecraft:orange_concrete_powder (from Supplementaries) +- minecraft:red_concrete_powder (from Supplementaries) +- minecraft:pink_concrete_powder (from Supplementaries) +- minecraft:magenta_concrete_powder (from Supplementaries) +- minecraft:purple_concrete_powder (from Supplementaries) +- minecraft:blue_concrete_powder (from Supplementaries) +- minecraft:cyan_concrete_powder (from Supplementaries) +- minecraft:light_blue_concrete_powder (from Supplementaries) +- minecraft:lime_concrete_powder (from Supplementaries) +- minecraft:green_concrete_powder (from Supplementaries) +- minecraft:brown_concrete_powder (from Supplementaries) +- minecraft:black_concrete_powder (from Supplementaries) +- minecraft:gray_concrete_powder (from Supplementaries) +- minecraft:light_gray_concrete_powder (from Supplementaries) + +#c:beryllium_dusts +- modern_industrialization:beryllium_dust (from Modern Industrialization) + +#c:antimony_tiny_dusts +- modern_industrialization:antimony_tiny_dust (from Modern Industrialization) + +#c:vegetables/eggplant +- croptopia:eggplant (from Croptopia) + +#c:saplings/peach +- croptopia:peach_sapling (from Croptopia) + +#c:red_glass +- minecraft:red_stained_glass (from Porting Lib Tags) + +#c:seeds/ginger +- croptopia:ginger_seed (from Croptopia) + +#c:salt_tiny_dusts +- modern_industrialization:salt_tiny_dust (from Modern Industrialization) + +#silky_spawners:allowed_tools +- dragonloot:dragon_pickaxe (from DragonLoot) + +#croptopia:advancements_drinks +- croptopia:grape_juice (from Croptopia) +- croptopia:orange_juice (from Croptopia) +- croptopia:apple_juice (from Croptopia) +- croptopia:cranberry_juice (from Croptopia) +- croptopia:saguaro_juice (from Croptopia) +- croptopia:tomato_juice (from Croptopia) +- croptopia:melon_juice (from Croptopia) +- croptopia:pineapple_juice (from Croptopia) +- croptopia:coffee (from Croptopia) +- croptopia:lemonade (from Croptopia) +- croptopia:limeade (from Croptopia) +- croptopia:soy_milk (from Croptopia) +- croptopia:strawberry_smoothie (from Croptopia) +- croptopia:banana_smoothie (from Croptopia) +- croptopia:kale_smoothie (from Croptopia) +- croptopia:fruit_smoothie (from Croptopia) +- croptopia:beer (from Croptopia) +- croptopia:wine (from Croptopia) +- croptopia:mead (from Croptopia) +- croptopia:rum (from Croptopia) +- croptopia:pumpkin_spice_latte (from Croptopia) +- croptopia:tea (from Croptopia) + +#minecraft:fences +- #minecraft:wooden_fences (from Default) +- minecraft:nether_brick_fence (from Default) +- ad_astra:glacian_fence (from Ad Astra!) +- ad_astra:aeronos_fence (from Ad Astra!) +- ad_astra:strophar_fence (from Ad Astra!) +- bambooeverything:bamboo_fence (from Bamboo Everything) +- bambooeverything:dry_bamboo_fence (from Bamboo Everything) +- botania:dreamwood_fence (from Botania) +- botania:livingwood_fence (from Botania) +- #minecraft:wooden_fences (from Macaw's Fences and Walls) +- minecraft:nether_brick_fence (from Macaw's Fences and Walls) +- mcwfences:oak_picket_fence (from Macaw's Fences and Walls) +- mcwfences:spruce_picket_fence (from Macaw's Fences and Walls) +- mcwfences:birch_picket_fence (from Macaw's Fences and Walls) +- mcwfences:jungle_picket_fence (from Macaw's Fences and Walls) +- mcwfences:acacia_picket_fence (from Macaw's Fences and Walls) +- mcwfences:dark_oak_picket_fence (from Macaw's Fences and Walls) +- mcwfences:crimson_picket_fence (from Macaw's Fences and Walls) +- mcwfences:warped_picket_fence (from Macaw's Fences and Walls) +- mcwfences:mangrove_picket_fence (from Macaw's Fences and Walls) +- mcwfences:oak_stockade_fence (from Macaw's Fences and Walls) +- mcwfences:spruce_stockade_fence (from Macaw's Fences and Walls) +- mcwfences:birch_stockade_fence (from Macaw's Fences and Walls) +- mcwfences:jungle_stockade_fence (from Macaw's Fences and Walls) +- mcwfences:acacia_stockade_fence (from Macaw's Fences and Walls) +- mcwfences:dark_oak_stockade_fence (from Macaw's Fences and Walls) +- mcwfences:crimson_stockade_fence (from Macaw's Fences and Walls) +- mcwfences:warped_stockade_fence (from Macaw's Fences and Walls) +- mcwfences:mangrove_stockade_fence (from Macaw's Fences and Walls) +- mcwfences:oak_horse_fence (from Macaw's Fences and Walls) +- mcwfences:spruce_horse_fence (from Macaw's Fences and Walls) +- mcwfences:birch_horse_fence (from Macaw's Fences and Walls) +- mcwfences:jungle_horse_fence (from Macaw's Fences and Walls) +- mcwfences:acacia_horse_fence (from Macaw's Fences and Walls) +- mcwfences:dark_oak_horse_fence (from Macaw's Fences and Walls) +- mcwfences:crimson_horse_fence (from Macaw's Fences and Walls) +- mcwfences:warped_horse_fence (from Macaw's Fences and Walls) +- mcwfences:mangrove_horse_fence (from Macaw's Fences and Walls) +- mcwfences:oak_wired_fence (from Macaw's Fences and Walls) +- mcwfences:spruce_wired_fence (from Macaw's Fences and Walls) +- mcwfences:birch_wired_fence (from Macaw's Fences and Walls) +- mcwfences:jungle_wired_fence (from Macaw's Fences and Walls) +- mcwfences:acacia_wired_fence (from Macaw's Fences and Walls) +- mcwfences:dark_oak_wired_fence (from Macaw's Fences and Walls) +- mcwfences:crimson_wired_fence (from Macaw's Fences and Walls) +- mcwfences:warped_wired_fence (from Macaw's Fences and Walls) +- mcwfences:mangrove_wired_fence (from Macaw's Fences and Walls) +- mcwfences:bamboo_fence (from Macaw's Fences and Walls) +- mcwfences:modern_stone_brick_wall (from Macaw's Fences and Walls) +- mcwfences:modern_andesite_wall (from Macaw's Fences and Walls) +- mcwfences:modern_diorite_wall (from Macaw's Fences and Walls) +- mcwfences:modern_granite_wall (from Macaw's Fences and Walls) +- mcwfences:modern_end_brick_wall (from Macaw's Fences and Walls) +- mcwfences:modern_nether_brick_wall (from Macaw's Fences and Walls) +- mcwfences:modern_blackstone_wall (from Macaw's Fences and Walls) +- mcwfences:modern_sandstone_wall (from Macaw's Fences and Walls) +- mcwfences:modern_red_sandstone_wall (from Macaw's Fences and Walls) +- mcwfences:modern_deepslate_brick_wall (from Macaw's Fences and Walls) +- mcwfences:modern_deepslate_wall (from Macaw's Fences and Walls) +- mcwfences:modern_quartz_wall (from Macaw's Fences and Walls) +- mcwfences:modern_mud_brick_wall (from Macaw's Fences and Walls) +- mcwfences:railing_stone_brick_wall (from Macaw's Fences and Walls) +- mcwfences:railing_andesite_wall (from Macaw's Fences and Walls) +- mcwfences:railing_diorite_wall (from Macaw's Fences and Walls) +- mcwfences:railing_granite_wall (from Macaw's Fences and Walls) +- mcwfences:railing_end_brick_wall (from Macaw's Fences and Walls) +- mcwfences:railing_nether_brick_wall (from Macaw's Fences and Walls) +- mcwfences:railing_blackstone_wall (from Macaw's Fences and Walls) +- mcwfences:railing_sandstone_wall (from Macaw's Fences and Walls) +- mcwfences:railing_red_sandstone_wall (from Macaw's Fences and Walls) +- mcwfences:railing_deepslate_brick_wall (from Macaw's Fences and Walls) +- mcwfences:railing_deepslate_wall (from Macaw's Fences and Walls) +- mcwfences:railing_quartz_wall (from Macaw's Fences and Walls) +- mcwfences:railing_mud_brick_wall (from Macaw's Fences and Walls) +- techreborn:rubber_fence (from Tech Reborn) +- techreborn:refined_iron_fence (from Tech Reborn) +- vinery:cherry_fence (from Vinery) + +#c:superconductor_nuggets +- modern_industrialization:superconductor_nugget (from Modern Industrialization) + +#c:sunny_side_eggs +- croptopia:sunny_side_eggs (from Croptopia) + +#c:stones +- minecraft:stone (from Bookshelf) +- minecraft:andesite (from Bookshelf) +- minecraft:polished_andesite (from Bookshelf) +- minecraft:diorite (from Bookshelf) +- minecraft:polished_diorite (from Bookshelf) +- minecraft:granite (from Bookshelf) +- minecraft:polished_granite (from Bookshelf) +- minecraft:deepslate (from Bookshelf) +- minecraft:polished_deepslate (from Bookshelf) +- minecraft:infested_deepslate (from Bookshelf) +- byg:soapstone (from Oh The Biomes You'll Go) +- byg:scoria_stone (from Oh The Biomes You'll Go) +- byg:dacite (from Oh The Biomes You'll Go) +- byg:rocky_stone (from Oh The Biomes You'll Go) +- byg:mossy_stone (from Oh The Biomes You'll Go) +- byg:overgrown_stone (from Oh The Biomes You'll Go) +- byg:overgrown_dacite (from Oh The Biomes You'll Go) +- byg:sythian_nylium (from Oh The Biomes You'll Go) +- byg:podzol_dacite (from Oh The Biomes You'll Go) +- byg:red_rock (from Oh The Biomes You'll Go) +- byg:ether_stone (from Oh The Biomes You'll Go) +- minecraft:andesite (from CC: Restitched) +- minecraft:diorite (from CC: Restitched) +- minecraft:granite (from CC: Restitched) +- minecraft:infested_stone (from CC: Restitched) +- minecraft:stone (from CC: Restitched) +- minecraft:polished_andesite (from CC: Restitched) +- minecraft:polished_diorite (from CC: Restitched) +- minecraft:polished_granite (from CC: Restitched) +- minecraft:deepslate (from CC: Restitched) +- minecraft:polished_deepslate (from CC: Restitched) +- minecraft:infested_deepslate (from CC: Restitched) +- minecraft:tuff (from CC: Restitched) + +#c:almandine_small_dusts +- techreborn:almandine_small_dust (from Tech Reborn) + +#c:persimmon_saplings +- croptopia:persimmon_sapling (from Croptopia) +- #c:saplings/persimmon (from Croptopia) + +#croptopia:fishes +- minecraft:cod (from Croptopia) +- minecraft:salmon (from Croptopia) +- minecraft:tropical_fish (from Croptopia) +- minecraft:pufferfish (from Croptopia) + +#c:portable/furnace +- portable_tables:portable_furnace (from Portable Tables) + +#advancednetherite:ingots/netherites_iron +- advancednetherite:netherite_iron_ingot (from Advanced Netherite) + +#c:double_compressed_basalt +- compressor:double_compressed_basalt (from Compressor) + +#c:crops/dragonfruit +- croptopia:dragonfruit (from Croptopia) + +#trinkets:chest/quiver +- nyfsquiver:basic_quiver (from Nyf's Quivers) +- nyfsquiver:iron_quiver (from Nyf's Quivers) +- nyfsquiver:copper_quiver (from Nyf's Quivers) +- nyfsquiver:silver_quiver (from Nyf's Quivers) +- nyfsquiver:gold_quiver (from Nyf's Quivers) +- nyfsquiver:diamond_quiver (from Nyf's Quivers) +- nyfsquiver:netherite_quiver (from Nyf's Quivers) + +#bewitchment:barks +- bewitchment:oak_bark (from Bewitchment) +- bewitchment:spruce_bark (from Bewitchment) +- bewitchment:birch_bark (from Bewitchment) +- bewitchment:juniper_bark (from Bewitchment) +- bewitchment:cypress_bark (from Bewitchment) +- bewitchment:elder_bark (from Bewitchment) + +#c:chromium_blocks +- modern_industrialization:chromium_block (from Modern Industrialization) +- techreborn:chrome_storage_block (from Tech Reborn) + +#c:tools/shields +- twilightforest:knightmetal_shield (from The Twilight Forest) + +#c:double_compressed_granite +- compressor:double_compressed_granite (from Compressor) + +#c:bronze_blocks +- indrev:bronze_block (from Industrial Revolution) +- modern_industrialization:bronze_block (from Modern Industrialization) +- techreborn:bronze_storage_block (from Tech Reborn) + +#forge:obsidian +- minecraft:obsidian (from chisels-and-bits) + +#c:silver_plates +- indrev:silver_plate (from Industrial Revolution) +- modern_industrialization:silver_plate (from Modern Industrialization) +- techreborn:silver_plate (from Tech Reborn) + +#c:tungsten_dusts +- indrev:tungsten_dust (from Industrial Revolution) +- modern_industrialization:tungsten_dust (from Modern Industrialization) + +#c:banana_smoothies +- croptopia:banana_smoothie (from Croptopia) + +#kibe:elevators +- kibe:white_elevator (from Kibe) +- kibe:orange_elevator (from Kibe) +- kibe:magenta_elevator (from Kibe) +- kibe:light_blue_elevator (from Kibe) +- kibe:yellow_elevator (from Kibe) +- kibe:lime_elevator (from Kibe) +- kibe:pink_elevator (from Kibe) +- kibe:gray_elevator (from Kibe) +- kibe:light_gray_elevator (from Kibe) +- kibe:cyan_elevator (from Kibe) +- kibe:blue_elevator (from Kibe) +- kibe:purple_elevator (from Kibe) +- kibe:green_elevator (from Kibe) +- kibe:brown_elevator (from Kibe) +- kibe:red_elevator (from Kibe) +- kibe:black_elevator (from Kibe) + +#c:elderberries +- croptopia:elderberry (from Croptopia) +- #c:fruits/elderberry (from Croptopia) +- croptopia:elderberry (from Croptopia) +- #c:crops/elderberry (from Croptopia) + +#c:ashes_small_dusts +- techreborn:ashes_small_dust (from Tech Reborn) + +#c:seeds +- #c:seeds/artichoke (from Croptopia) +- #c:seeds/asparagus (from Croptopia) +- #c:seeds/barley (from Croptopia) +- #c:seeds/basil (from Croptopia) +- #c:seeds/bellpepper (from Croptopia) +- #c:seeds/blackbean (from Croptopia) +- #c:seeds/blackberry (from Croptopia) +- #c:seeds/blueberry (from Croptopia) +- #c:seeds/broccoli (from Croptopia) +- #c:seeds/cabbage (from Croptopia) +- #c:seeds/cantaloupe (from Croptopia) +- #c:seeds/cauliflower (from Croptopia) +- #c:seeds/celery (from Croptopia) +- #c:seeds/chilepepper (from Croptopia) +- #c:seeds/coffee_beans (from Croptopia) +- #c:seeds/corn (from Croptopia) +- #c:seeds/cranberry (from Croptopia) +- #c:seeds/cucumber (from Croptopia) +- #c:seeds/currant (from Croptopia) +- #c:seeds/eggplant (from Croptopia) +- #c:seeds/elderberry (from Croptopia) +- #c:seeds/garlic (from Croptopia) +- #c:seeds/ginger (from Croptopia) +- #c:seeds/grape (from Croptopia) +- #c:seeds/greenbean (from Croptopia) +- #c:seeds/greenonion (from Croptopia) +- #c:seeds/honeydew (from Croptopia) +- #c:seeds/hops (from Croptopia) +- #c:seeds/kale (from Croptopia) +- #c:seeds/kiwi (from Croptopia) +- #c:seeds/leek (from Croptopia) +- #c:seeds/lettuce (from Croptopia) +- #c:seeds/mustard (from Croptopia) +- #c:seeds/oat (from Croptopia) +- #c:seeds/olive (from Croptopia) +- #c:seeds/onion (from Croptopia) +- #c:seeds/peanut (from Croptopia) +- #c:seeds/pepper (from Croptopia) +- #c:seeds/pineapple (from Croptopia) +- #c:seeds/radish (from Croptopia) +- #c:seeds/raspberry (from Croptopia) +- #c:seeds/rhubarb (from Croptopia) +- #c:seeds/rice (from Croptopia) +- #c:seeds/rutabaga (from Croptopia) +- #c:seeds/saguaro (from Croptopia) +- #c:seeds/soybean (from Croptopia) +- #c:seeds/spinach (from Croptopia) +- #c:seeds/squash (from Croptopia) +- #c:seeds/strawberry (from Croptopia) +- #c:seeds/sweetpotato (from Croptopia) +- #c:seeds/tea_leaves (from Croptopia) +- #c:seeds/tomatillo (from Croptopia) +- #c:seeds/tomato (from Croptopia) +- #c:seeds/turmeric (from Croptopia) +- #c:seeds/turnip (from Croptopia) +- #c:seeds/vanilla (from Croptopia) +- #c:seeds/yam (from Croptopia) +- #c:seeds/zucchini (from Croptopia) +- minecraft:wheat_seeds (from Croptosis) +- minecraft:pumpkin_seeds (from Croptosis) +- minecraft:melon_seeds (from Croptosis) +- minecraft:beetroot_seeds (from Croptosis) +- minecraft:carrot (from Croptosis) +- minecraft:potato (from Croptosis) +- #c:seeds/cabbage (from Farmer's Delight) +- #c:seeds/rice (from Farmer's Delight) +- #c:seeds/tomato (from Farmer's Delight) +- #c:beetroot_seeds (from Porting Lib Tags) +- #c:melon_seeds (from Porting Lib Tags) +- #c:pumpkin_seeds (from Porting Lib Tags) +- #c:wheat_seeds (from Porting Lib Tags) +- minecraft:wheat_seeds (from Incubus Core) +- minecraft:beetroot_seeds (from Incubus Core) +- minecraft:pumpkin_seeds (from Incubus Core) +- minecraft:melon_seeds (from Incubus Core) + +#c:raw_zinc_blocks +- create:raw_zinc_block (from Create) + +#c:vanilla +- croptopia:vanilla (from Croptopia) +- #c:crops/vanilla (from Croptopia) + +#c:manganese_tiny_dusts +- modern_industrialization:manganese_tiny_dust (from Modern Industrialization) + +#c:coal_tiny_dusts +- modern_industrialization:coal_tiny_dust (from Modern Industrialization) + +#c:clay_dusts +- techreborn:clay_dust (from Tech Reborn) + +#trinkets:offhand/ring +- ae2:wireless_crafting_terminal (from AE2WTLib) +- ae2wtlib:wireless_pattern_encoding_terminal (from AE2WTLib) +- ae2wtlib:wireless_pattern_access_terminal (from AE2WTLib) +- ae2wtlib:wireless_universal_terminal (from AE2WTLib) +- botania:aura_ring (from Botania) +- botania:aura_ring_greater (from Botania) +- botania:dodge_ring (from Botania) +- botania:loki_ring (from Botania) +- botania:magnet_ring (from Botania) +- botania:magnet_ring_greater (from Botania) +- botania:mana_ring (from Botania) +- botania:mana_ring_greater (from Botania) +- botania:mining_ring (from Botania) +- botania:odin_ring (from Botania) +- botania:pixie_ring (from Botania) +- botania:reach_ring (from Botania) +- botania:swap_ring (from Botania) +- botania:thor_ring (from Botania) +- botania:water_ring (from Botania) +- doodads:sun_ring (from Doodads) +- doodads:moon_ring (from Doodads) +- doodads:celestial_ring (from Doodads) +- doodads:cactus_ring (from Doodads) +- kibe:angel_ring (from Kibe) +- kibe:magma_ring (from Kibe) +- kibe:water_ring (from Kibe) +- spectrum:jeopardant (from Spectrum) +- spectrum:azure_dike_ring (from Spectrum) +- spectrum:neat_ring (from Spectrum) +- spectrum:heartsingers_reward (from Spectrum) +- spectrum:ring_of_pursuit (from Spectrum) + +#c:sulfur_blocks +- modern_industrialization:sulfur_block (from Modern Industrialization) + +#c:obsidian +- minecraft:obsidian (from Porting Lib Tags) + +#advancednetherite:pickaxes/upgrade_to_netherite_gold +- #advancednetherite:pickaxes/netherite_iron (from Advanced Netherite) + +#forge:ores/coal +- #minecraft:coal_ores (from chisels-and-bits) +- deeperdarker:sculk_stone_coal_ore (from Deeper and Darker) + +#trinkets:hand/ring +- ae2:wireless_crafting_terminal (from AE2WTLib) +- ae2wtlib:wireless_pattern_encoding_terminal (from AE2WTLib) +- ae2wtlib:wireless_pattern_access_terminal (from AE2WTLib) +- ae2wtlib:wireless_universal_terminal (from AE2WTLib) +- botania:aura_ring (from Botania) +- botania:aura_ring_greater (from Botania) +- botania:dodge_ring (from Botania) +- botania:loki_ring (from Botania) +- botania:magnet_ring (from Botania) +- botania:magnet_ring_greater (from Botania) +- botania:mana_ring (from Botania) +- botania:mana_ring_greater (from Botania) +- botania:mining_ring (from Botania) +- botania:odin_ring (from Botania) +- botania:pixie_ring (from Botania) +- botania:reach_ring (from Botania) +- botania:swap_ring (from Botania) +- botania:thor_ring (from Botania) +- botania:water_ring (from Botania) +- doodads:sun_ring (from Doodads) +- doodads:moon_ring (from Doodads) +- doodads:celestial_ring (from Doodads) +- doodads:cactus_ring (from Doodads) +- extraalchemy:potion_ring (from Extra Alchemy) +- kibe:angel_ring (from Kibe) +- kibe:magma_ring (from Kibe) +- kibe:water_ring (from Kibe) +- spectrum:jeopardant (from Spectrum) +- spectrum:azure_dike_ring (from Spectrum) +- spectrum:neat_ring (from Spectrum) +- spectrum:heartsingers_reward (from Spectrum) +- spectrum:ring_of_pursuit (from Spectrum) + +#c:crops/oat +- croptopia:oat (from Croptopia) + +#catwalksinc:filled_paint_rollers +- catwalksinc:white_paint_roller (from Catwalks Inc.) +- catwalksinc:orange_paint_roller (from Catwalks Inc.) +- catwalksinc:magenta_paint_roller (from Catwalks Inc.) +- catwalksinc:light_blue_paint_roller (from Catwalks Inc.) +- catwalksinc:yellow_paint_roller (from Catwalks Inc.) +- catwalksinc:lime_paint_roller (from Catwalks Inc.) +- catwalksinc:pink_paint_roller (from Catwalks Inc.) +- catwalksinc:gray_paint_roller (from Catwalks Inc.) +- catwalksinc:light_gray_paint_roller (from Catwalks Inc.) +- catwalksinc:cyan_paint_roller (from Catwalks Inc.) +- catwalksinc:purple_paint_roller (from Catwalks Inc.) +- catwalksinc:blue_paint_roller (from Catwalks Inc.) +- catwalksinc:brown_paint_roller (from Catwalks Inc.) +- catwalksinc:green_paint_roller (from Catwalks Inc.) +- catwalksinc:red_paint_roller (from Catwalks Inc.) +- catwalksinc:black_paint_roller (from Catwalks Inc.) + +#c:silicon_tiny_dusts +- modern_industrialization:silicon_tiny_dust (from Modern Industrialization) + +#byg:light_gray_dye +- byg:richea (from Oh The Biomes You'll Go) + +#c:silicon_plates +- modern_industrialization:silicon_plate (from Modern Industrialization) +- techreborn:silicon_plate (from Tech Reborn) + +#c:raw_calorite_blocks +- ad_astra:raw_calorite_block (from Ad Astra!) + +#c:seeds/blackbean +- croptopia:blackbean_seed (from Croptopia) + +#c:desh_ingots +- ad_astra:desh_ingot (from Ad Astra!) + +#c:crops/hops +- croptopia:hops (from Croptopia) + +#c:cooked_chicken +- minecraft:cooked_chicken (from Farmer's Delight) +- farmersdelight:cooked_chicken_cuts (from Farmer's Delight) + +#coxinhautilities:batteries +- coxinhautilities:potato_battery (from Coxinha Utilities) +- coxinhautilities:baked_potato_battery (from Coxinha Utilities) +- coxinhautilities:poisonous_potato_battery (from Coxinha Utilities) + +#c:cauliflower_seeds +- croptopia:cauliflower_seed (from Croptopia) +- #c:seeds/cauliflower (from Croptopia) + +#c:raw_copper_blocks +- minecraft:raw_copper_block (from Fabric Convention Tags) +- minecraft:raw_copper_block (from Porting Lib Tags) + +#c:steel_ingots +- ad_astra:steel_ingot (from Ad Astra!) +- indrev:steel_ingot (from Industrial Revolution) +- modern_industrialization:steel_ingot (from Modern Industrialization) +- techreborn:steel_ingot (from Tech Reborn) + +#modern_industrialization:fluid_pipes +- modern_industrialization:fluid_pipe (from Modern Industrialization) +- modern_industrialization:white_fluid_pipe (from Modern Industrialization) +- modern_industrialization:orange_fluid_pipe (from Modern Industrialization) +- modern_industrialization:magenta_fluid_pipe (from Modern Industrialization) +- modern_industrialization:light_blue_fluid_pipe (from Modern Industrialization) +- modern_industrialization:yellow_fluid_pipe (from Modern Industrialization) +- modern_industrialization:lime_fluid_pipe (from Modern Industrialization) +- modern_industrialization:pink_fluid_pipe (from Modern Industrialization) +- modern_industrialization:gray_fluid_pipe (from Modern Industrialization) +- modern_industrialization:light_gray_fluid_pipe (from Modern Industrialization) +- modern_industrialization:cyan_fluid_pipe (from Modern Industrialization) +- modern_industrialization:purple_fluid_pipe (from Modern Industrialization) +- modern_industrialization:blue_fluid_pipe (from Modern Industrialization) +- modern_industrialization:brown_fluid_pipe (from Modern Industrialization) +- modern_industrialization:green_fluid_pipe (from Modern Industrialization) +- modern_industrialization:red_fluid_pipe (from Modern Industrialization) +- modern_industrialization:black_fluid_pipe (from Modern Industrialization) + +#c:chicken_and_noodles +- croptopia:chicken_and_noodles (from Croptopia) + +#minecraft:trapdoors +- #minecraft:wooden_trapdoors (from Default) +- minecraft:iron_trapdoor (from Default) +- ad_astra:steel_trapdoor (from Ad Astra!) +- ad_astra:glacian_trapdoor (from Ad Astra!) +- ad_astra:aeronos_trapdoor (from Ad Astra!) +- ad_astra:strophar_trapdoor (from Ad Astra!) +- byg:aspen_trapdoor (from Oh The Biomes You'll Go) +- byg:baobab_trapdoor (from Oh The Biomes You'll Go) +- byg:blue_enchanted_trapdoor (from Oh The Biomes You'll Go) +- byg:bulbis_trapdoor (from Oh The Biomes You'll Go) +- byg:cherry_trapdoor (from Oh The Biomes You'll Go) +- byg:cika_trapdoor (from Oh The Biomes You'll Go) +- byg:cypress_trapdoor (from Oh The Biomes You'll Go) +- byg:ebony_trapdoor (from Oh The Biomes You'll Go) +- byg:embur_trapdoor (from Oh The Biomes You'll Go) +- byg:ether_trapdoor (from Oh The Biomes You'll Go) +- byg:fir_trapdoor (from Oh The Biomes You'll Go) +- byg:green_enchanted_trapdoor (from Oh The Biomes You'll Go) +- byg:holly_trapdoor (from Oh The Biomes You'll Go) +- byg:imparius_trapdoor (from Oh The Biomes You'll Go) +- byg:jacaranda_trapdoor (from Oh The Biomes You'll Go) +- byg:lament_trapdoor (from Oh The Biomes You'll Go) +- byg:mahogany_trapdoor (from Oh The Biomes You'll Go) +- byg:maple_trapdoor (from Oh The Biomes You'll Go) +- byg:nightshade_trapdoor (from Oh The Biomes You'll Go) +- byg:palm_trapdoor (from Oh The Biomes You'll Go) +- byg:pine_trapdoor (from Oh The Biomes You'll Go) +- byg:rainbow_eucalyptus_trapdoor (from Oh The Biomes You'll Go) +- byg:redwood_trapdoor (from Oh The Biomes You'll Go) +- byg:skyris_trapdoor (from Oh The Biomes You'll Go) +- byg:sythian_trapdoor (from Oh The Biomes You'll Go) +- byg:white_mangrove_trapdoor (from Oh The Biomes You'll Go) +- byg:willow_trapdoor (from Oh The Biomes You'll Go) +- byg:witch_hazel_trapdoor (from Oh The Biomes You'll Go) +- byg:zelkova_trapdoor (from Oh The Biomes You'll Go) +- create:train_trapdoor (from Create) +- create:framed_glass_trapdoor (from Create) +- hexcasting:edified_trapdoor (from Hex Casting) +- #minecraft:wooden_trapdoors (from Macaw's Trapdoors) +- minecraft:iron_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:metal_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:metal_full_trapdoor (from Macaw's Trapdoors) +- mcwtrpdoors:metal_warning_trapdoor (from Macaw's Trapdoors) +- snowyspirit:gingerbread_trapdoor (from Snowy Spirit) +- supplementaries:gold_trapdoor (from Supplementaries) +- supplementaries:netherite_trapdoor (from Supplementaries) +- supplementaries:silver_trapdoor (from Supplementaries) +- supplementaries:lead_trapdoor (from Supplementaries) + +#spectrum:moonstone_chiseled_base_blocks +- spectrum:moonstone_chiseled_basalt (from Spectrum) +- spectrum:moonstone_chiseled_calcite (from Spectrum) + +#forge:ingots/gold +- minecraft:gold_ingot (from chisels-and-bits) + +#forge:glass/cyan +- minecraft:cyan_stained_glass (from chisels-and-bits) + +#c:stained_glass_panes +- minecraft:white_stained_glass_pane (from Porting Lib Tags) +- minecraft:orange_stained_glass_pane (from Porting Lib Tags) +- minecraft:magenta_stained_glass_pane (from Porting Lib Tags) +- minecraft:light_blue_stained_glass_pane (from Porting Lib Tags) +- minecraft:yellow_stained_glass_pane (from Porting Lib Tags) +- minecraft:lime_stained_glass_pane (from Porting Lib Tags) +- minecraft:pink_stained_glass_pane (from Porting Lib Tags) +- minecraft:gray_stained_glass_pane (from Porting Lib Tags) +- minecraft:light_gray_stained_glass_pane (from Porting Lib Tags) +- minecraft:cyan_stained_glass_pane (from Porting Lib Tags) +- minecraft:purple_stained_glass_pane (from Porting Lib Tags) +- minecraft:blue_stained_glass_pane (from Porting Lib Tags) +- minecraft:brown_stained_glass_pane (from Porting Lib Tags) +- minecraft:green_stained_glass_pane (from Porting Lib Tags) +- minecraft:red_stained_glass_pane (from Porting Lib Tags) +- minecraft:black_stained_glass_pane (from Porting Lib Tags) +- minecraft:white_stained_glass_pane (from Incubus Core) +- minecraft:orange_stained_glass_pane (from Incubus Core) +- minecraft:magenta_stained_glass_pane (from Incubus Core) +- minecraft:light_blue_stained_glass_pane (from Incubus Core) +- minecraft:yellow_stained_glass_pane (from Incubus Core) +- minecraft:lime_stained_glass_pane (from Incubus Core) +- minecraft:pink_stained_glass_pane (from Incubus Core) +- minecraft:gray_stained_glass_pane (from Incubus Core) +- minecraft:light_gray_stained_glass_pane (from Incubus Core) +- minecraft:cyan_stained_glass_pane (from Incubus Core) +- minecraft:purple_stained_glass_pane (from Incubus Core) +- minecraft:blue_stained_glass_pane (from Incubus Core) +- minecraft:brown_stained_glass_pane (from Incubus Core) +- minecraft:green_stained_glass_pane (from Incubus Core) +- minecraft:red_stained_glass_pane (from Incubus Core) +- minecraft:black_stained_glass_pane (from Incubus Core) + +#c:potatoes +- minecraft:potato (from Croptopia) +- croptopia:sweetpotato (from Croptopia) + +#c:cobblestones +- byg:red_rock (from Oh The Biomes You'll Go) +- byg:dacite_cobblestone (from Oh The Biomes You'll Go) +- byg:scoria_cobblestone (from Oh The Biomes You'll Go) +- byg:soapstone (from Oh The Biomes You'll Go) +- byg:cobbled_ether_stone (from Oh The Biomes You'll Go) + +#forge:leather +- minecraft:leather (from chisels-and-bits) + +#spectrum:gemstone_shards +- minecraft:amethyst_shard (from Spectrum) +- spectrum:citrine_shard (from Spectrum) +- spectrum:topaz_shard (from Spectrum) +- spectrum:moonstone_shard (from Spectrum) +- spectrum:onyx_shard (from Spectrum) + +#c:amethyst +- minecraft:amethyst_shard (from Porting Lib Tags) +- minecraft:amethyst_shard (from Incubus Core) + +#forge:nuggets/iron +- minecraft:iron_nugget (from chisels-and-bits) + +#modern_industrialization:tanks +- modern_industrialization:bronze_tank (from Modern Industrialization) +- modern_industrialization:steel_tank (from Modern Industrialization) +- modern_industrialization:aluminum_tank (from Modern Industrialization) +- modern_industrialization:titanium_tank (from Modern Industrialization) +- modern_industrialization:stainless_steel_tank (from Modern Industrialization) +- modern_industrialization:quantum_tank (from Modern Industrialization) + +#c:broccoli +- croptopia:broccoli (from Croptopia) +- #c:vegetables/broccoli (from Croptopia) +- croptopia:broccoli (from Croptopia) +- #c:crops/broccoli (from Croptopia) + +#c:onion_seeds +- croptopia:onion_seed (from Croptopia) +- #c:seeds/onion (from Croptopia) + +#c:rubies +- techreborn:ruby_gem (from Tech Reborn) + +#c:doughs +- croptopia:dough (from Croptopia) + +#c:crops/raspberry +- croptopia:raspberry (from Croptopia) + +#bewitchment:weak_pentacles +- minecraft:diamond (from Bewitchment) +- minecraft:emerald (from Bewitchment) +- minecraft:quartz (from Bewitchment) +- minecraft:zombie_head (from Bewitchment) +- minecraft:skeleton_skull (from Bewitchment) +- minecraft:creeper_head (from Bewitchment) +- minecraft:player_head (from Bewitchment) + +#c:empty_buckets +- minecraft:bucket (from Fabric Convention Tags) + +#advancednetherite:chestplates/netherite_gold +- advancednetherite:netherite_gold_chestplate (from Advanced Netherite) + +#c:vegetables/cabbage +- croptopia:cabbage (from Croptopia) + +#curios:cosmetic_boots +- adventurez:stone_golem_boots (from AdventureZ) + +#c:titanium_gears +- modern_industrialization:titanium_gear (from Modern Industrialization) + +#forge:crops/potato +- minecraft:potato (from chisels-and-bits) + +#c:chromium_tiny_dusts +- modern_industrialization:chromium_tiny_dust (from Modern Industrialization) + +#c:steel_small_dusts +- techreborn:steel_small_dust (from Tech Reborn) + +#botania:terra_pick_blacklist +- botania:aura_ring (from Botania) +- botania:aura_ring_greater (from Botania) +- botania:terrasteel_helmet (from Botania) +- botania:spark (from Botania) + +#c:blue_glass +- minecraft:blue_stained_glass (from Porting Lib Tags) + +#c:food_press +- croptopia:food_press (from Croptopia) + +#byg:mahogany_logs +- byg:mahogany_log (from Oh The Biomes You'll Go) +- byg:mahogany_wood (from Oh The Biomes You'll Go) +- byg:stripped_mahogany_log (from Oh The Biomes You'll Go) +- byg:stripped_mahogany_wood (from Oh The Biomes You'll Go) + +#forge:stained_glass_panes +- minecraft:white_stained_glass_pane (from chisels-and-bits) +- minecraft:orange_stained_glass_pane (from chisels-and-bits) +- minecraft:magenta_stained_glass_pane (from chisels-and-bits) +- minecraft:light_blue_stained_glass_pane (from chisels-and-bits) +- minecraft:yellow_stained_glass_pane (from chisels-and-bits) +- minecraft:lime_stained_glass_pane (from chisels-and-bits) +- minecraft:pink_stained_glass_pane (from chisels-and-bits) +- minecraft:gray_stained_glass_pane (from chisels-and-bits) +- minecraft:light_gray_stained_glass_pane (from chisels-and-bits) +- minecraft:cyan_stained_glass_pane (from chisels-and-bits) +- minecraft:purple_stained_glass_pane (from chisels-and-bits) +- minecraft:blue_stained_glass_pane (from chisels-and-bits) +- minecraft:brown_stained_glass_pane (from chisels-and-bits) +- minecraft:green_stained_glass_pane (from chisels-and-bits) +- minecraft:red_stained_glass_pane (from chisels-and-bits) +- minecraft:black_stained_glass_pane (from chisels-and-bits) + +#c:skulls +- minecraft:zombie_head (from Bewitchment) +- minecraft:skeleton_skull (from Bewitchment) +- minecraft:wither_skeleton_skull (from Bewitchment) +- minecraft:creeper_head (from Bewitchment) +- minecraft:dragon_head (from Bewitchment) +- minecraft:player_head (from Bewitchment) +- minecraft:creeper_head (from CC: Restitched) +- minecraft:dragon_head (from CC: Restitched) +- minecraft:player_head (from CC: Restitched) +- minecraft:skeleton_skull (from CC: Restitched) +- minecraft:wither_skeleton_skull (from CC: Restitched) +- minecraft:zombie_head (from CC: Restitched) + +#curios:head +- twilightforest:naga_trophy (from The Twilight Forest) +- twilightforest:lich_trophy (from The Twilight Forest) +- twilightforest:minoshroom_trophy (from The Twilight Forest) +- twilightforest:hydra_trophy (from The Twilight Forest) +- twilightforest:knight_phantom_trophy (from The Twilight Forest) +- twilightforest:ur_ghast_trophy (from The Twilight Forest) +- twilightforest:alpha_yeti_trophy (from The Twilight Forest) +- twilightforest:snow_queen_trophy (from The Twilight Forest) +- twilightforest:quest_ram_trophy (from The Twilight Forest) +- twilightforest:cicada (from The Twilight Forest) +- twilightforest:firefly (from The Twilight Forest) +- twilightforest:moonworm (from The Twilight Forest) +- twilightforest:creeper_skull_candle (from The Twilight Forest) +- twilightforest:player_skull_candle (from The Twilight Forest) +- twilightforest:skeleton_skull_candle (from The Twilight Forest) +- twilightforest:wither_skeleton_skull_candle (from The Twilight Forest) +- twilightforest:zombie_skull_candle (from The Twilight Forest) + +#byg:lament_logs +- byg:lament_log (from Oh The Biomes You'll Go) +- byg:lament_wood (from Oh The Biomes You'll Go) +- byg:stripped_lament_log (from Oh The Biomes You'll Go) +- byg:stripped_lament_wood (from Oh The Biomes You'll Go) + +#c:packed_ices +- minecraft:packed_ice (from Powah!) + +#balm:emeralds +- #c:emeralds? (from Balm) +- minecraft:emerald (from Balm) + +#c:almonds +- croptopia:almond (from Croptopia) +- #c:nuts/almond (from Croptopia) +- croptopia:almond (from Croptopia) +- #c:crops/almond (from Croptopia) +- croptopia:almond (from Croptopia) +- #c:fruits/almond (from Croptopia) + +#nourish:fruit +- bewitchment:witchberry (from Bewitchment) +- bewitchment:witchberry_pie (from Bewitchment) +- bewitchment:witchberry_cookie (from Bewitchment) +- croptopia:blackberry (from Croptopia) +- croptopia:blueberry (from Croptopia) +- croptopia:cantaloupe (from Croptopia) +- croptopia:cranberry (from Croptopia) +- croptopia:currant (from Croptopia) +- croptopia:elderberry (from Croptopia) +- croptopia:grape (from Croptopia) +- croptopia:honeydew (from Croptopia) +- croptopia:kiwi (from Croptopia) +- croptopia:pineapple (from Croptopia) +- croptopia:raspberry (from Croptopia) +- croptopia:saguaro (from Croptopia) +- croptopia:strawberry (from Croptopia) +- croptopia:orange (from Croptopia) +- croptopia:banana (from Croptopia) +- croptopia:persimmon (from Croptopia) +- croptopia:plum (from Croptopia) +- croptopia:cherry (from Croptopia) +- croptopia:lemon (from Croptopia) +- croptopia:grapefruit (from Croptopia) +- croptopia:kumquat (from Croptopia) +- croptopia:peach (from Croptopia) +- croptopia:coconut (from Croptopia) +- croptopia:nutmeg (from Croptopia) +- croptopia:fig (from Croptopia) +- croptopia:nectarine (from Croptopia) +- croptopia:mango (from Croptopia) +- croptopia:dragonfruit (from Croptopia) +- croptopia:starfruit (from Croptopia) +- croptopia:avocado (from Croptopia) +- croptopia:apricot (from Croptopia) +- croptopia:pear (from Croptopia) +- croptopia:lime (from Croptopia) +- croptopia:date (from Croptopia) +- croptopia:grape_juice (from Croptopia) +- croptopia:orange_juice (from Croptopia) +- croptopia:apple_juice (from Croptopia) +- croptopia:cranberry_juice (from Croptopia) +- croptopia:saguaro_juice (from Croptopia) +- croptopia:melon_juice (from Croptopia) +- croptopia:pineapple_juice (from Croptopia) +- croptopia:lemonade (from Croptopia) +- croptopia:limeade (from Croptopia) +- croptopia:strawberry_smoothie (from Croptopia) +- croptopia:banana_smoothie (from Croptopia) +- croptopia:fruit_smoothie (from Croptopia) +- croptopia:grape_jam (from Croptopia) +- croptopia:strawberry_jam (from Croptopia) +- croptopia:peach_jam (from Croptopia) +- croptopia:apricot_jam (from Croptopia) +- croptopia:blackberry_jam (from Croptopia) +- croptopia:blueberry_jam (from Croptopia) +- croptopia:cherry_jam (from Croptopia) +- croptopia:elderberry_jam (from Croptopia) +- croptopia:raspberry_jam (from Croptopia) +- croptopia:raisins (from Croptopia) +- croptopia:fruit_salad (from Croptopia) +- croptopia:toast_with_jam (from Croptopia) +- croptopia:peanut_butter_and_jam (from Croptopia) +- croptopia:pineapple_pepperoni_pizza (from Croptopia) +- croptopia:apple_pie (from Croptopia) +- croptopia:banana_cream_pie (from Croptopia) +- croptopia:strawberry_ice_cream (from Croptopia) +- croptopia:mango_ice_cream (from Croptopia) +- croptopia:rum_raisin_ice_cream (from Croptopia) +- croptopia:cherry_pie (from Croptopia) +- croptopia:banana_nut_bread (from Croptopia) +- croptopia:almond (from Croptopia) +- croptopia:cashew (from Croptopia) +- croptopia:pecan (from Croptopia) +- croptopia:walnut (from Croptopia) +- croptopia:quesadilla (from Croptopia) +- croptopia:eton_mess (from Croptopia) +- croptopia:scones (from Croptopia) +- croptopia:figgy_pudding (from Croptopia) +- croptopia:treacle_tart (from Croptopia) +- croptopia:avocado_toast (from Croptopia) +- croptopia:fruit_cake (from Croptopia) +- croptopia:kiwi_sorbet (from Croptopia) +- croptopia:lemon_coconut_bar (from Croptopia) +- gofish:endfish_and_chorus (from Go Fish) + +#c:uranium_235_blocks +- modern_industrialization:uranium_235_block (from Modern Industrialization) + +#techreborn:raw_metals +- techreborn:raw_iridium (from Tech Reborn) +- techreborn:raw_lead (from Tech Reborn) +- techreborn:raw_silver (from Tech Reborn) +- techreborn:raw_tin (from Tech Reborn) +- techreborn:raw_tungsten (from Tech Reborn) + +#c:melon_seeds +- minecraft:melon_seeds (from Porting Lib Tags) + +#c:tungstensteel_ingots +- techreborn:tungstensteel_ingot (from Tech Reborn) + +#byg:blue_dye +- byg:blue_sage (from Oh The Biomes You'll Go) +- byg:violet_leather_flower (from Oh The Biomes You'll Go) +- byg:blueberries (from Oh The Biomes You'll Go) + +#nyfsquiver:quiver_items/fireworks +- minecraft:firework_rocket (from Nyf's Quivers) + +#minecraft:chest +- probablychests:lush_chest (from Probably Chests) +- probablychests:normal_chest (from Probably Chests) +- probablychests:rocky_chest (from Probably Chests) +- probablychests:stone_chest (from Probably Chests) +- probablychests:gold_chest (from Probably Chests) +- probablychests:nether_chest (from Probably Chests) +- probablychests:shadow_chest (from Probably Chests) +- probablychests:ice_chest (from Probably Chests) +- probablychests:coral_chest (from Probably Chests) + +#c:ostrum_blocks +- ad_astra:ostrum_block (from Ad Astra!) + +#forge:dyes/light_blue +- minecraft:light_blue_dye (from chisels-and-bits) + +#things:hardening_catalyst_blacklist +- spectrum:bedrock_helmet (from Spectrum) +- spectrum:bedrock_chestplate (from Spectrum) +- spectrum:bedrock_leggings (from Spectrum) +- spectrum:bedrock_boots (from Spectrum) +- spectrum:bedrock_pickaxe (from Spectrum) +- spectrum:bedrock_axe (from Spectrum) +- spectrum:bedrock_shovel (from Spectrum) +- spectrum:bedrock_sword (from Spectrum) +- spectrum:bedrock_hoe (from Spectrum) +- spectrum:bedrock_bow (from Spectrum) +- spectrum:bedrock_crossbow (from Spectrum) +- spectrum:bedrock_shears (from Spectrum) +- spectrum:bedrock_fishing_rod (from Spectrum) + +#balm:blue_dyes +- minecraft:blue_dye (from Balm) +- #c:blue_dyes? (from Balm) + +#c:peridot_plates +- techreborn:peridot_plate (from Tech Reborn) + +#c:light_blue_glass +- minecraft:light_blue_stained_glass (from Porting Lib Tags) + +#advancednetherite:shovels/netherite_gold +- advancednetherite:netherite_gold_shovel (from Advanced Netherite) + +#c:diamond_small_dusts +- techreborn:diamond_small_dust (from Tech Reborn) + +#c:seeds/cantaloupe +- croptopia:cantaloupe_seed (from Croptopia) + +#c:peanuts +- croptopia:peanut (from Croptopia) +- #c:crops/peanut (from Croptopia) + +#c:leggings +- minecraft:leather_leggings (from Bookshelf) +- minecraft:chainmail_leggings (from Bookshelf) +- minecraft:iron_leggings (from Bookshelf) +- minecraft:golden_leggings (from Bookshelf) +- minecraft:diamond_leggings (from Bookshelf) +- minecraft:netherite_leggings (from Bookshelf) +- byg:ametrine_leggings (from Oh The Biomes You'll Go) +- minecraft:leather_leggings (from Porting Lib Tags) +- minecraft:chainmail_leggings (from Porting Lib Tags) +- minecraft:iron_leggings (from Porting Lib Tags) +- minecraft:golden_leggings (from Porting Lib Tags) +- minecraft:diamond_leggings (from Porting Lib Tags) +- minecraft:netherite_leggings (from Porting Lib Tags) + +#c:emerald_nuggets +- techreborn:emerald_nugget (from Tech Reborn) + +#c:battery_alloy_blocks +- modern_industrialization:battery_alloy_block (from Modern Industrialization) + +#c:endstone_small_dusts +- techreborn:endstone_small_dust (from Tech Reborn) + +#trinkets:legs/pigment_palette +- spectrum:pigment_palette (from Spectrum) +- spectrum:artists_palette (from Spectrum) + +#forge:glass_panes/black +- minecraft:black_stained_glass_pane (from chisels-and-bits) + +#c:seeds/greenbean +- croptopia:greenbean_seed (from Croptopia) + +#c:crops/artichoke +- croptopia:artichoke (from Croptopia) + +#farmersdelight:wild_crops +- farmersdelight:wild_carrots (from Farmer's Delight) +- farmersdelight:wild_potatoes (from Farmer's Delight) +- farmersdelight:wild_beetroots (from Farmer's Delight) +- farmersdelight:wild_cabbages (from Farmer's Delight) +- farmersdelight:wild_tomatoes (from Farmer's Delight) +- farmersdelight:wild_onions (from Farmer's Delight) +- farmersdelight:wild_rice (from Farmer's Delight) + +#forge:dyes/pink +- minecraft:pink_dye (from chisels-and-bits) + +#minecraft:axolotl_tempt_items +- minecraft:tropical_fish_bucket (from Default) + +#c:leather +- adventurez:mammoth_fur (from AdventureZ) +- adventurez:rhino_leather (from AdventureZ) +- minecraft:leather (from AdventureZ) +- minecraft:leather (from Porting Lib Tags) + +#c:certus_quartz_blocks +- ae2:quartz_block (from Applied Energistics 2) + +#forge:glass_panes/blue +- minecraft:blue_stained_glass_pane (from chisels-and-bits) + +#c:celery_seeds +- croptopia:celery_seed (from Croptopia) +- #c:seeds/celery (from Croptopia) + +#c:tools/pickaxes +- minecraft:wooden_pickaxe (from Farmer's Delight) +- minecraft:stone_pickaxe (from Farmer's Delight) +- minecraft:iron_pickaxe (from Farmer's Delight) +- minecraft:diamond_pickaxe (from Farmer's Delight) +- minecraft:golden_pickaxe (from Farmer's Delight) +- minecraft:netherite_pickaxe (from Farmer's Delight) +- twilightforest:ironwood_pickaxe (from The Twilight Forest) +- twilightforest:steeleaf_pickaxe (from The Twilight Forest) +- twilightforest:knightmetal_pickaxe (from The Twilight Forest) +- twilightforest:fiery_pickaxe (from The Twilight Forest) +- twilightforest:giant_pickaxe (from The Twilight Forest) + +#c:glowstone_small_dusts +- techreborn:glowstone_small_dust (from Tech Reborn) + +#naturalist:bird_food_items +- minecraft:wheat_seeds (from Naturalist) +- minecraft:pumpkin_seeds (from Naturalist) +- minecraft:melon_seeds (from Naturalist) +- minecraft:beetroot_seeds (from Naturalist) + +#c:melon_juices +- croptopia:melon_juice (from Croptopia) +- #c:juices/melon_juice (from Croptopia) + +#forge:crops/wheat +- minecraft:wheat (from chisels-and-bits) + +#c:ashes_dusts +- techreborn:ashes_dust (from Tech Reborn) + +#c:nuggets +- create:copper_nugget (from Create) +- create:zinc_nugget (from Create) +- create:brass_nugget (from Create) +- create:experience_nugget (from Create) +- #c:iron_nuggets (from Porting Lib Tags) +- #c:gold_nuggets (from Porting Lib Tags) + +#ad_astra:strophar_caps +- ad_astra:strophar_cap (from Ad Astra!) +- ad_astra:strophar_stem (from Ad Astra!) + +#byg:redwood_logs +- byg:redwood_log (from Oh The Biomes You'll Go) +- byg:redwood_wood (from Oh The Biomes You'll Go) +- byg:stripped_redwood_log (from Oh The Biomes You'll Go) +- byg:stripped_redwood_wood (from Oh The Biomes You'll Go) + +#tooltiprareness:common_item +- adventurez:orc_skin (from AdventureZ) +- adventurez:dragon_saddle (from AdventureZ) +- medievalweapons:wooden_small_axe (from Medieval Weapons) +- medievalweapons:stone_small_axe (from Medieval Weapons) +- medievalweapons:wooden_long_sword (from Medieval Weapons) +- medievalweapons:stone_long_sword (from Medieval Weapons) +- medievalweapons:wooden_dagger (from Medieval Weapons) +- medievalweapons:stone_dagger (from Medieval Weapons) +- medievalweapons:wooden_francisca (from Medieval Weapons) +- medievalweapons:stone_francisca (from Medieval Weapons) +- medievalweapons:wooden_big_axe (from Medieval Weapons) +- medievalweapons:stone_big_axe (from Medieval Weapons) +- medievalweapons:wooden_javelin (from Medieval Weapons) +- medievalweapons:stone_javelin (from Medieval Weapons) +- medievalweapons:wooden_lance (from Medieval Weapons) +- medievalweapons:stone_lance (from Medieval Weapons) +- medievalweapons:wooden_healing_staff (from Medieval Weapons) +- medievalweapons:stone_healing_staff (from Medieval Weapons) +- medievalweapons:wooden_mace (from Medieval Weapons) +- medievalweapons:stone_mace (from Medieval Weapons) +- medievalweapons:long_bow (from Medieval Weapons) +- medievalweapons:recurve_bow (from Medieval Weapons) +- medievalweapons:wooden_ninjato (from Medieval Weapons) +- medievalweapons:stone_rapier (from Medieval Weapons) +- medievalweapons:wooden_rapier (from Medieval Weapons) +- medievalweapons:stone_sickle (from Medieval Weapons) +- medievalweapons:wooden_sickle (from Medieval Weapons) + +#c:zinc_raw_materials +- create:raw_zinc (from Create) + +#c:raw_ostrum_blocks +- ad_astra:raw_ostrum_block (from Ad Astra!) + +#c:saplings/nectarine +- croptopia:nectarine_sapling (from Croptopia) + +#c:wines +- croptopia:wine (from Croptopia) + +#byg:rainbow_eucalyptus_logs +- byg:rainbow_eucalyptus_log (from Oh The Biomes You'll Go) +- byg:rainbow_eucalyptus_wood (from Oh The Biomes You'll Go) +- byg:stripped_rainbow_eucalyptus_log (from Oh The Biomes You'll Go) +- byg:stripped_rainbow_eucalyptus_wood (from Oh The Biomes You'll Go) + +#c:brownies +- croptopia:brownies (from Croptopia) + +#c:dry_ices +- powah:dry_ice (from Powah!) + +#c:sapphires +- techreborn:sapphire_gem (from Tech Reborn) + +#c:books +- minecraft:book (from Bookshelf) +- minecraft:writable_book (from Bookshelf) +- minecraft:written_book (from Bookshelf) +- minecraft:enchanted_book (from Bookshelf) +- spectrum:gilded_book (from Spectrum) + +#advancednetherite:netherite_ingots +- advancednetherite:netherite_iron_ingot (from Advanced Netherite) +- advancednetherite:netherite_gold_ingot (from Advanced Netherite) +- advancednetherite:netherite_emerald_ingot (from Advanced Netherite) +- advancednetherite:netherite_diamond_ingot (from Advanced Netherite) + +#farmersdelight:cabinets/wooden +- farmersdelight:acacia_cabinet (from Farmer's Delight) +- farmersdelight:birch_cabinet (from Farmer's Delight) +- farmersdelight:crimson_cabinet (from Farmer's Delight) +- farmersdelight:dark_oak_cabinet (from Farmer's Delight) +- farmersdelight:jungle_cabinet (from Farmer's Delight) +- farmersdelight:oak_cabinet (from Farmer's Delight) +- farmersdelight:spruce_cabinet (from Farmer's Delight) +- farmersdelight:warped_cabinet (from Farmer's Delight) + +#c:carbon_tiny_dusts +- modern_industrialization:carbon_tiny_dust (from Modern Industrialization) + +#c:tungsten_ores +- indrev:tungsten_ore (from Industrial Revolution) +- indrev:deepslate_tungsten_ore (from Industrial Revolution) +- modern_industrialization:tungsten_ore (from Modern Industrialization) +- modern_industrialization:deepslate_tungsten_ore (from Modern Industrialization) +- techreborn:tungsten_ore (from Tech Reborn) +- techreborn:deepslate_tungsten_ore (from Tech Reborn) + +#byg:blue_enchanted_logs +- byg:blue_enchanted_log (from Oh The Biomes You'll Go) +- byg:blue_enchanted_wood (from Oh The Biomes You'll Go) +- byg:stripped_blue_enchanted_log (from Oh The Biomes You'll Go) +- byg:stripped_blue_enchanted_wood (from Oh The Biomes You'll Go) + +#c:coffee_beans +- croptopia:coffee_beans (from Croptopia) +- #c:crops/coffee_beans (from Croptopia) + +#c:compressed_deepslate +- compressor:compressed_deepslate (from Compressor) + +#c:pumpkin_soups +- croptopia:pumpkin_soup (from Croptopia) + +#create:crushed_ores +- create:crushed_iron_ore (from Create) +- create:crushed_gold_ore (from Create) +- create:crushed_copper_ore (from Create) +- create:crushed_zinc_ore (from Create) +- create:crushed_osmium_ore (from Create) +- create:crushed_platinum_ore (from Create) +- create:crushed_silver_ore (from Create) +- create:crushed_tin_ore (from Create) +- create:crushed_lead_ore (from Create) +- create:crushed_quicksilver_ore (from Create) +- create:crushed_aluminum_ore (from Create) +- create:crushed_uranium_ore (from Create) +- create:crushed_nickel_ore (from Create) + +#c:colorless_sand +- minecraft:sand (from Porting Lib Tags) + +#c:chests +- minecraft:chest (from Coxinha Utilities) +- minecraft:trapped_chest (from Coxinha Utilities) +- #c:ender_chests (from Porting Lib Tags) +- #c:trapped_chests (from Porting Lib Tags) +- #c:wooden_chests (from Porting Lib Tags) + +#advancednetherite:swords/upgrade_to_netherite_diamond +- #advancednetherite:swords/netherite_emerald (from Advanced Netherite) + +#c:silica_glass +- minecraft:glass (from Porting Lib Tags) +- minecraft:black_stained_glass (from Porting Lib Tags) +- minecraft:blue_stained_glass (from Porting Lib Tags) +- minecraft:brown_stained_glass (from Porting Lib Tags) +- minecraft:cyan_stained_glass (from Porting Lib Tags) +- minecraft:gray_stained_glass (from Porting Lib Tags) +- minecraft:green_stained_glass (from Porting Lib Tags) +- minecraft:light_blue_stained_glass (from Porting Lib Tags) +- minecraft:light_gray_stained_glass (from Porting Lib Tags) +- minecraft:lime_stained_glass (from Porting Lib Tags) +- minecraft:magenta_stained_glass (from Porting Lib Tags) +- minecraft:orange_stained_glass (from Porting Lib Tags) +- minecraft:pink_stained_glass (from Porting Lib Tags) +- minecraft:purple_stained_glass (from Porting Lib Tags) +- minecraft:red_stained_glass (from Porting Lib Tags) +- minecraft:white_stained_glass (from Porting Lib Tags) +- minecraft:yellow_stained_glass (from Porting Lib Tags) + +#c:compressed_sand +- compressor:compressed_sand (from Compressor) + +#farmersdelight:straw_harvesters +- #c:tools/knives (from Farmer's Delight) + +#c:copper_gears +- modern_industrialization:copper_gear (from Modern Industrialization) + +#c:candy_corns +- croptopia:candy_corn (from Croptopia) + +#c:quadruple_compressed_cobbled_deepslate +- compressor:quadruple_compressed_cobbled_deepslate (from Compressor) + +#c:iridium_blocks +- modern_industrialization:iridium_block (from Modern Industrialization) +- techreborn:iridium_storage_block (from Tech Reborn) + +#c:raspberry_seeds +- croptopia:raspberry_seed (from Croptopia) +- #c:seeds/raspberry (from Croptopia) + +#c:quadruple_compressed_blackstone +- compressor:quadruple_compressed_blackstone (from Compressor) + +#c:zinc_small_dusts +- techreborn:zinc_small_dust (from Tech Reborn) + +#curios:charm +- twilightforest:charm_of_life_1 (from The Twilight Forest) +- twilightforest:charm_of_life_2 (from The Twilight Forest) +- twilightforest:charm_of_keeping_1 (from The Twilight Forest) +- twilightforest:charm_of_keeping_2 (from The Twilight Forest) +- twilightforest:charm_of_keeping_3 (from The Twilight Forest) +- #voidtotem:additional_totems (from Void Totem) +- voidtotem:totem_of_void_undying (from Void Totem) + +#c:iridium_alloy_ingots +- techreborn:iridium_alloy_ingot (from Tech Reborn) + +#c:storage_blocks/carminite +- twilightforest:carminite_block (from The Twilight Forest) + +#byg:bookshelves +- byg:aspen_bookshelf (from Oh The Biomes You'll Go) +- byg:baobab_bookshelf (from Oh The Biomes You'll Go) +- byg:blue_enchanted_bookshelf (from Oh The Biomes You'll Go) +- byg:bulbis_bookshelf (from Oh The Biomes You'll Go) +- byg:cherry_bookshelf (from Oh The Biomes You'll Go) +- byg:cika_bookshelf (from Oh The Biomes You'll Go) +- byg:cypress_bookshelf (from Oh The Biomes You'll Go) +- byg:ebony_bookshelf (from Oh The Biomes You'll Go) +- byg:embur_bookshelf (from Oh The Biomes You'll Go) +- byg:ether_bookshelf (from Oh The Biomes You'll Go) +- byg:fir_bookshelf (from Oh The Biomes You'll Go) +- byg:green_enchanted_bookshelf (from Oh The Biomes You'll Go) +- byg:holly_bookshelf (from Oh The Biomes You'll Go) +- byg:imparius_bookshelf (from Oh The Biomes You'll Go) +- byg:jacaranda_bookshelf (from Oh The Biomes You'll Go) +- byg:lament_bookshelf (from Oh The Biomes You'll Go) +- byg:mahogany_bookshelf (from Oh The Biomes You'll Go) +- byg:maple_bookshelf (from Oh The Biomes You'll Go) +- byg:nightshade_bookshelf (from Oh The Biomes You'll Go) +- byg:palm_bookshelf (from Oh The Biomes You'll Go) +- byg:pine_bookshelf (from Oh The Biomes You'll Go) +- byg:rainbow_eucalyptus_bookshelf (from Oh The Biomes You'll Go) +- byg:redwood_bookshelf (from Oh The Biomes You'll Go) +- byg:skyris_bookshelf (from Oh The Biomes You'll Go) +- byg:sythian_bookshelf (from Oh The Biomes You'll Go) +- byg:white_mangrove_bookshelf (from Oh The Biomes You'll Go) +- byg:willow_bookshelf (from Oh The Biomes You'll Go) +- byg:witch_hazel_bookshelf (from Oh The Biomes You'll Go) +- byg:zelkova_bookshelf (from Oh The Biomes You'll Go) +- minecraft:bookshelf (from Oh The Biomes You'll Go) + +#ae2:metal_ingots +- #c:iron_ingots? (from Applied Energistics 2) +- #c:gold_ingots? (from Applied Energistics 2) +- #c:copper_ingots? (from Applied Energistics 2) +- #c:tin_ingots? (from Applied Energistics 2) +- #c:brass_ingots? (from Applied Energistics 2) +- #c:nickel_ingots? (from Applied Energistics 2) +- #c:aluminium_ingots? (from Applied Energistics 2) + +#c:blackbean_seeds +- croptopia:blackbean_seed (from Croptopia) +- #c:seeds/blackbean (from Croptopia) + +#c:raw_ostrum_ores +- ad_astra:raw_ostrum (from Ad Astra!) + +#c:crops/eggplant +- croptopia:eggplant (from Croptopia) + +#forge:seeds +- #forge:seeds/beetroot (from chisels-and-bits) +- #forge:seeds/melon (from chisels-and-bits) +- #forge:seeds/pumpkin (from chisels-and-bits) +- #forge:seeds/wheat (from chisels-and-bits) +- supplementaries:flax_seeds (from Supplementaries) + +#c:scrambled_eggs +- croptopia:scrambled_eggs (from Croptopia) + +#botania:rods +- botania:dirt_rod (from Botania) +- botania:skydirt_rod (from Botania) +- botania:terraform_rod (from Botania) +- botania:cobble_rod (from Botania) +- botania:water_rod (from Botania) +- botania:tornado_rod (from Botania) +- botania:fire_rod (from Botania) +- botania:divining_rod (from Botania) +- botania:smelt_rod (from Botania) +- botania:exchange_rod (from Botania) +- botania:rainbow_rod (from Botania) +- botania:gravity_rod (from Botania) +- botania:missile_rod (from Botania) + +#c:ravioli +- croptopia:ravioli (from Croptopia) + +#minecraft:oak_logs +- minecraft:oak_log (from Default) +- minecraft:oak_wood (from Default) +- minecraft:stripped_oak_log (from Default) +- minecraft:stripped_oak_wood (from Default) +- byg:withering_oak_log (from Oh The Biomes You'll Go) +- byg:withering_oak_wood (from Oh The Biomes You'll Go) +- decorative_blocks:oak_beam (from Decorative Blocks) + +#c:fruits/currant +- croptopia:currant (from Croptopia) + +#advancednetherite:shovels/upgrade_to_netherite_gold +- #advancednetherite:shovels/netherite_iron (from Advanced Netherite) + +#c:ostrum_nuggets +- ad_astra:ostrum_nugget (from Ad Astra!) + +#c:salt_ores +- bewitchment:salt_ore (from Bewitchment) +- bewitchment:deepslate_salt_ore (from Bewitchment) +- croptopia:salt_ore (from Croptopia) +- modern_industrialization:salt_ore (from Modern Industrialization) +- modern_industrialization:deepslate_salt_ore (from Modern Industrialization) + +#c:purple_glass +- minecraft:purple_stained_glass (from Porting Lib Tags) + +#forge:ores/lapis +- #minecraft:lapis_ores (from chisels-and-bits) +- deeperdarker:sculk_stone_lapis_ore (from Deeper and Darker) + +#rightclickharvest:high_tier_hoes +- minecraft:netherite_hoe (from Right Click Harvest) + +#c:glazed_terracotta +- minecraft:white_glazed_terracotta (from Incubus Core) +- minecraft:orange_glazed_terracotta (from Incubus Core) +- minecraft:magenta_glazed_terracotta (from Incubus Core) +- minecraft:light_blue_glazed_terracotta (from Incubus Core) +- minecraft:yellow_glazed_terracotta (from Incubus Core) +- minecraft:lime_glazed_terracotta (from Incubus Core) +- minecraft:pink_glazed_terracotta (from Incubus Core) +- minecraft:gray_glazed_terracotta (from Incubus Core) +- minecraft:light_gray_glazed_terracotta (from Incubus Core) +- minecraft:cyan_glazed_terracotta (from Incubus Core) +- minecraft:purple_glazed_terracotta (from Incubus Core) +- minecraft:blue_glazed_terracotta (from Incubus Core) +- minecraft:brown_glazed_terracotta (from Incubus Core) +- minecraft:green_glazed_terracotta (from Incubus Core) +- minecraft:red_glazed_terracotta (from Incubus Core) +- minecraft:black_glazed_terracotta (from Incubus Core) +- minecraft:white_glazed_terracotta (from The Bumblezone - Fabric) +- minecraft:orange_glazed_terracotta (from The Bumblezone - Fabric) +- minecraft:magenta_glazed_terracotta (from The Bumblezone - Fabric) +- minecraft:light_blue_glazed_terracotta (from The Bumblezone - Fabric) +- minecraft:yellow_glazed_terracotta (from The Bumblezone - Fabric) +- minecraft:lime_glazed_terracotta (from The Bumblezone - Fabric) +- minecraft:pink_glazed_terracotta (from The Bumblezone - Fabric) +- minecraft:gray_glazed_terracotta (from The Bumblezone - Fabric) +- minecraft:light_gray_glazed_terracotta (from The Bumblezone - Fabric) +- minecraft:cyan_glazed_terracotta (from The Bumblezone - Fabric) +- minecraft:purple_glazed_terracotta (from The Bumblezone - Fabric) +- minecraft:blue_glazed_terracotta (from The Bumblezone - Fabric) +- minecraft:brown_glazed_terracotta (from The Bumblezone - Fabric) +- minecraft:green_glazed_terracotta (from The Bumblezone - Fabric) +- minecraft:red_glazed_terracotta (from The Bumblezone - Fabric) +- minecraft:black_glazed_terracotta (from The Bumblezone - Fabric) + +#c:veggie_salads +- croptopia:veggie_salad (from Croptopia) + +#c:double_compressed_sand +- compressor:double_compressed_sand (from Compressor) + +#c:corn +- croptopia:corn (from Croptopia) +- #c:grain/corn (from Croptopia) +- croptopia:corn (from Croptopia) +- #c:crops/corn (from Croptopia) + +#c:grilled_cheeses +- croptopia:grilled_cheese (from Croptopia) + +#forge:slimeballs +- minecraft:slime_ball (from chisels-and-bits) + +#minecraft:pressure_plates +- ad_astra:iron_plating_pressure_plate (from Ad Astra!) +- ad_astra:steel_plating_pressure_plate (from Ad Astra!) +- ad_astra:desh_plating_pressure_plate (from Ad Astra!) +- ad_astra:ostrum_plating_pressure_plate (from Ad Astra!) +- ad_astra:calorite_plating_pressure_plate (from Ad Astra!) +- ad_astra:glacian_log (from Ad Astra!) +- ad_astra:glacian_pressure_plate (from Ad Astra!) + +#advancednetherite:boots/netherite_gold +- advancednetherite:netherite_gold_boots (from Advanced Netherite) + +#c:beryllium_blocks +- modern_industrialization:beryllium_block (from Modern Industrialization) + +#spectrum:raw_water_meats +- minecraft:cod (from Spectrum) +- minecraft:salmon (from Spectrum) + +#minecraft:lectern_books +- minecraft:written_book (from Default) +- minecraft:writable_book (from Default) +- patchouli:guide_book (from Patchouli) + +#spectrum:gemstone_armor +- spectrum:fetchling_helmet (from Spectrum) +- spectrum:ferocious_chestplate (from Spectrum) +- spectrum:sylph_leggings (from Spectrum) +- spectrum:oread_boots (from Spectrum) + +#spectrum:colored_planks +- spectrum:black_planks (from Spectrum) +- spectrum:blue_planks (from Spectrum) +- spectrum:brown_planks (from Spectrum) +- spectrum:cyan_planks (from Spectrum) +- spectrum:gray_planks (from Spectrum) +- spectrum:green_planks (from Spectrum) +- spectrum:light_blue_planks (from Spectrum) +- spectrum:light_gray_planks (from Spectrum) +- spectrum:lime_planks (from Spectrum) +- spectrum:magenta_planks (from Spectrum) +- spectrum:orange_planks (from Spectrum) +- spectrum:pink_planks (from Spectrum) +- spectrum:purple_planks (from Spectrum) +- spectrum:red_planks (from Spectrum) +- spectrum:white_planks (from Spectrum) +- spectrum:yellow_planks (from Spectrum) + +#c:brown_glass_panes +- minecraft:brown_stained_glass_pane (from Porting Lib Tags) + +#c:wood_plates +- techreborn:wood_plate (from Tech Reborn) + +#c:sapphire_plates +- techreborn:sapphire_plate (from Tech Reborn) + +#advancednetherite:tiers/armor/netherite_diamond +- advancednetherite:netherite_diamond_helmet (from Advanced Netherite) +- advancednetherite:netherite_diamond_chestplate (from Advanced Netherite) +- advancednetherite:netherite_diamond_leggings (from Advanced Netherite) +- advancednetherite:netherite_diamond_boots (from Advanced Netherite) + +#minecraft:spruce_logs +- minecraft:spruce_log (from Default) +- minecraft:spruce_wood (from Default) +- minecraft:stripped_spruce_log (from Default) +- minecraft:stripped_spruce_wood (from Default) +- decorative_blocks:spruce_beam (from Decorative Blocks) + +#c:raw_mutton +- minecraft:mutton (from Farmer's Delight) +- farmersdelight:mutton_chops (from Farmer's Delight) + +#c:fruits/grapefruit +- croptopia:grapefruit (from Croptopia) + +#nourish:vegetables +- bewitchment:garlic (from Bewitchment) +- bewitchment:grilled_garlic (from Bewitchment) +- bewitchment:garlic_bread (from Bewitchment) +- croptopia:artichoke (from Croptopia) +- croptopia:asparagus (from Croptopia) +- croptopia:bellpepper (from Croptopia) +- croptopia:broccoli (from Croptopia) +- croptopia:cabbage (from Croptopia) +- croptopia:cauliflower (from Croptopia) +- croptopia:celery (from Croptopia) +- croptopia:corn (from Croptopia) +- croptopia:cucumber (from Croptopia) +- croptopia:eggplant (from Croptopia) +- croptopia:garlic (from Croptopia) +- croptopia:greenbean (from Croptopia) +- croptopia:greenonion (from Croptopia) +- croptopia:kale (from Croptopia) +- croptopia:leek (from Croptopia) +- croptopia:lettuce (from Croptopia) +- croptopia:olive (from Croptopia) +- croptopia:onion (from Croptopia) +- croptopia:radish (from Croptopia) +- croptopia:rhubarb (from Croptopia) +- croptopia:rutabaga (from Croptopia) +- croptopia:soybean (from Croptopia) +- croptopia:spinach (from Croptopia) +- croptopia:squash (from Croptopia) +- croptopia:sweetpotato (from Croptopia) +- croptopia:tomatillo (from Croptopia) +- croptopia:tomato (from Croptopia) +- croptopia:turnip (from Croptopia) +- croptopia:yam (from Croptopia) +- croptopia:zucchini (from Croptopia) +- croptopia:tofu (from Croptopia) +- croptopia:salsa (from Croptopia) +- croptopia:artichoke_dip (from Croptopia) +- croptopia:tomato_juice (from Croptopia) +- croptopia:kale_smoothie (from Croptopia) +- croptopia:kale_chips (from Croptopia) +- croptopia:potato_chips (from Croptopia) +- croptopia:french_fries (from Croptopia) +- croptopia:sweet_potato_fries (from Croptopia) +- croptopia:onion_rings (from Croptopia) +- croptopia:cucumber_salad (from Croptopia) +- croptopia:caesar_salad (from Croptopia) +- croptopia:leafy_salad (from Croptopia) +- croptopia:veggie_salad (from Croptopia) +- croptopia:leek_soup (from Croptopia) +- croptopia:blt (from Croptopia) +- croptopia:tofuburger (from Croptopia) +- croptopia:spaghetti_squash (from Croptopia) +- croptopia:taco (from Croptopia) +- croptopia:burrito (from Croptopia) +- croptopia:tostada (from Croptopia) +- croptopia:carnitas (from Croptopia) +- croptopia:fajitas (from Croptopia) +- croptopia:enchilada (from Croptopia) +- croptopia:tamales (from Croptopia) +- croptopia:stuffed_poblanos (from Croptopia) +- croptopia:chili_relleno (from Croptopia) +- croptopia:refried_beans (from Croptopia) +- croptopia:shepherds_pie (from Croptopia) +- croptopia:cornish_pasty (from Croptopia) +- croptopia:ajvar (from Croptopia) +- croptopia:ajvar_toast (from Croptopia) +- croptopia:beef_stew (from Croptopia) +- croptopia:beef_stir_fry (from Croptopia) +- croptopia:buttered_green_beans (from Croptopia) +- croptopia:cheesy_asparagus (from Croptopia) +- croptopia:eggplant_parmesan (from Croptopia) +- croptopia:grilled_eggplant (from Croptopia) +- croptopia:nether_wart_stew (from Croptopia) +- croptopia:peanut_butter (from Croptopia) +- croptopia:peanut_butter_with_celery (from Croptopia) +- croptopia:potato_soup (from Croptopia) +- croptopia:ratatouille (from Croptopia) +- croptopia:rhubarb_crisp (from Croptopia) +- croptopia:roasted_asparagus (from Croptopia) +- croptopia:roasted_radishes (from Croptopia) +- croptopia:roasted_squash (from Croptopia) +- croptopia:roasted_turnips (from Croptopia) +- croptopia:steamed_broccoli (from Croptopia) +- croptopia:steamed_green_beans (from Croptopia) +- croptopia:stir_fry (from Croptopia) +- croptopia:stuffed_artichoke (from Croptopia) +- gofish:baked_seaweed (from Go Fish) +- gofish:carrot_carp (from Go Fish) +- gofish:baked_carrot_carp (from Go Fish) +- gofish:lilyfish (from Go Fish) +- gofish:seaweed_eel (from Go Fish) +- gofish:grilled_blackstone_deluxe (from Go Fish) + +#darkutils:dark_stones +- minecraft:deepslate (from DarkUtilities) +- minecraft:cobbled_deepslate (from DarkUtilities) +- minecraft:polished_deepslate (from DarkUtilities) +- minecraft:deepslate_bricks (from DarkUtilities) +- minecraft:cracked_deepslate_bricks (from DarkUtilities) +- minecraft:deepslate_tiles (from DarkUtilities) +- minecraft:cracked_deepslate_tiles (from DarkUtilities) +- minecraft:chiseled_deepslate (from DarkUtilities) +- minecraft:blackstone (from DarkUtilities) +- minecraft:polished_blackstone (from DarkUtilities) +- minecraft:chiseled_polished_blackstone (from DarkUtilities) +- minecraft:polished_blackstone_bricks (from DarkUtilities) +- minecraft:cracked_polished_blackstone_bricks (from DarkUtilities) +- minecraft:basalt (from DarkUtilities) +- minecraft:polished_basalt (from DarkUtilities) +- minecraft:smooth_basalt (from DarkUtilities) + +#biomemakeover:curse_fuel +- biomemakeover:illunite_shard (from Biome Makeover) + +#c:mozanite_blocks +- modern_industrialization:mozanite_block (from Modern Industrialization) + +#c:saguaro_seeds +- croptopia:saguaro_seed (from Croptopia) +- #c:seeds/saguaro (from Croptopia) + +#forge:glass_panes/lime +- minecraft:lime_stained_glass_pane (from chisels-and-bits) + +#c:coconut_saplings +- croptopia:coconut_sapling (from Croptopia) +- #c:saplings/coconut (from Croptopia) + +#c:brick_tiny_dusts +- modern_industrialization:brick_tiny_dust (from Modern Industrialization) + +#forge:grain +- minecraft:wheat (from Supplementaries) + +#fertilization:flower +- minecraft:poppy (from Fertilization) +- minecraft:blue_orchid (from Fertilization) +- minecraft:allium (from Fertilization) +- minecraft:azure_bluet (from Fertilization) +- minecraft:red_tulip (from Fertilization) +- minecraft:orange_tulip (from Fertilization) +- minecraft:white_tulip (from Fertilization) +- minecraft:pink_tulip (from Fertilization) +- minecraft:oxeye_daisy (from Fertilization) +- minecraft:dandelion (from Fertilization) +- minecraft:lilac (from Fertilization) +- minecraft:sunflower (from Fertilization) +- minecraft:cornflower (from Fertilization) +- minecraft:lily_of_the_valley (from Fertilization) + +#appbot:p2p_attunements/mana_p2p_tunnel +- #botania:petals (from Applied Botanics) +- #botania:mana_dusts (from Applied Botanics) + +#c:wood_sticks +- minecraft:stick (from Harvest Scythes) +- minecraft:stick (from Portable Tables) +- #c:wooden_rods (from Portable Tables) + +#c:iron_raw_materials +- minecraft:raw_iron (from Porting Lib Tags) + +#c:uranium_dusts +- modern_industrialization:uranium_dust (from Modern Industrialization) + +#c:rods +- #c:blaze_rods (from Porting Lib Tags) +- #c:wooden_rods (from Porting Lib Tags) + +#c:shrimp +- croptopia:shrimp (from Croptopia) + +#c:cauliflower +- croptopia:cauliflower (from Croptopia) +- #c:vegetables/cauliflower (from Croptopia) +- croptopia:cauliflower (from Croptopia) +- #c:crops/cauliflower (from Croptopia) + +#the_bumblezone:crystalline_flower/xp_100_when_consumed +- #forge:buckets/royal_jelly? (from The Bumblezone - Fabric) +- #c:buckets/royal_jelly? (from The Bumblezone - Fabric) + +#the_bumblezone:candles +- the_bumblezone:incense_candle (from The Bumblezone - Fabric) +- #the_bumblezone:super_candles (from The Bumblezone - Fabric) + +#c:fruits/pear +- croptopia:pear (from Croptopia) + +#c:peridot_small_dusts +- techreborn:peridot_small_dust (from Tech Reborn) + +#c:tuna +- croptopia:tuna (from Croptopia) + +#minecraft:flowers +- #minecraft:small_flowers (from Default) +- #minecraft:tall_flowers (from Default) +- minecraft:flowering_azalea_leaves (from Default) +- minecraft:flowering_azalea (from Default) +- minecraft:mangrove_propagule (from Default) +- biomemakeover:swamp_azalea (from Biome Makeover) +- biomemakeover:marigold (from Biome Makeover) +- bushierflowers:grown_poppy (from Bushier Flowers) +- bushierflowers:grown_red_tulip (from Bushier Flowers) +- bushierflowers:grown_orange_tulip (from Bushier Flowers) +- bushierflowers:grown_pink_tulip (from Bushier Flowers) +- bushierflowers:grown_white_tulip (from Bushier Flowers) +- bushierflowers:grown_azure_bluet (from Bushier Flowers) +- bushierflowers:grown_oxeye_daisy (from Bushier Flowers) +- bushierflowers:grown_blue_orchid (from Bushier Flowers) +- bushierflowers:grown_cornflower (from Bushier Flowers) +- bushierflowers:grown_dandelion (from Bushier Flowers) +- bushierflowers:grown_allium (from Bushier Flowers) +- bushierflowers:grown_wither_rose (from Bushier Flowers) +- bushierflowers:grown_lily (from Bushier Flowers) +- byg:hydrangea_hedge (from Oh The Biomes You'll Go) +- byg:flowering_indigo_jacaranda_bush (from Oh The Biomes You'll Go) +- byg:flowering_jacaranda_bush (from Oh The Biomes You'll Go) +- byg:flowering_indigo_jacaranda_leaves (from Oh The Biomes You'll Go) +- byg:flowering_jacaranda_leaves (from Oh The Biomes You'll Go) +- byg:flowering_orchard_leaves (from Oh The Biomes You'll Go) +- byg:flowering_palo_verde_leaves (from Oh The Biomes You'll Go) +- byg:flowering_nightshade_leaves (from Oh The Biomes You'll Go) +- supplementaries:wild_flax (from Supplementaries) + +#c:lettuce_seeds +- croptopia:lettuce_seed (from Croptopia) +- #c:seeds/lettuce (from Croptopia) + +#c:galena_ores +- techreborn:galena_ore (from Tech Reborn) +- techreborn:deepslate_galena_ore (from Tech Reborn) + +#byg:all/logs_that_burn +- #minecraft:logs_that_burn? (from Oh The Biomes You'll Go) + +#fabric:swords +- bewitchment:athame (from Bewitchment) +- bewitchment:horned_spear (from Bewitchment) +- botania:manasteel_sword (from Botania) +- botania:elementium_sword (from Botania) +- botania:terra_sword (from Botania) +- botania:thunder_sword (from Botania) +- botania:star_sword (from Botania) +- byg:pendorite_sword (from Oh The Biomes You'll Go) +- byg:pendorite_battleaxe (from Oh The Biomes You'll Go) +- dragonloot:dragon_sword (from DragonLoot) +- graveyard:bone_dagger (from The Graveyard) +- indrev:tin_sword (from Industrial Revolution) +- indrev:copper_sword (from Industrial Revolution) +- indrev:steel_sword (from Industrial Revolution) +- indrev:lead_sword (from Industrial Revolution) +- indrev:silver_sword (from Industrial Revolution) +- indrev:bronze_sword (from Industrial Revolution) +- techreborn:bronze_sword (from Tech Reborn) +- techreborn:ruby_sword (from Tech Reborn) +- techreborn:sapphire_sword (from Tech Reborn) +- techreborn:peridot_sword (from Tech Reborn) +- techreborn:nanosaber (from Tech Reborn) +- techreborn:basic_chainsaw (from Tech Reborn) +- techreborn:advanced_chainsaw (from Tech Reborn) +- techreborn:industrial_chainsaw (from Tech Reborn) +- techreborn:omni_tool (from Tech Reborn) + +#the_bumblezone:mob_luring/beehemoth +- #c:buckets/honey? (from The Bumblezone - Fabric) +- #forge:buckets/honey? (from The Bumblezone - Fabric) + +#botania:special_flowers +- #botania:misc_special_flowers (from Botania) +- #botania:generating_special_flowers (from Botania) +- #botania:functional_special_flowers (from Botania) + +#c:candles +- minecraft:white_candle (from Incubus Core) +- minecraft:orange_candle (from Incubus Core) +- minecraft:magenta_candle (from Incubus Core) +- minecraft:light_blue_candle (from Incubus Core) +- minecraft:yellow_candle (from Incubus Core) +- minecraft:lime_candle (from Incubus Core) +- minecraft:pink_candle (from Incubus Core) +- minecraft:gray_candle (from Incubus Core) +- minecraft:light_gray_candle (from Incubus Core) +- minecraft:cyan_candle (from Incubus Core) +- minecraft:purple_candle (from Incubus Core) +- minecraft:blue_candle (from Incubus Core) +- minecraft:brown_candle (from Incubus Core) +- minecraft:green_candle (from Incubus Core) +- minecraft:red_candle (from Incubus Core) +- minecraft:black_candle (from Incubus Core) + +#twilightforest:wip +- twilightforest:keepsake_casket (from The Twilight Forest) +- twilightforest:candelabra (from The Twilight Forest) +- twilightforest:brittle_potion_flask (from The Twilight Forest) +- twilightforest:greater_potion_flask (from The Twilight Forest) +- twilightforest:cube_of_annihilation (from The Twilight Forest) + +#c:seeds/rutabaga +- croptopia:rutabaga_seed (from Croptopia) + +#colorful-azaleas:walnut_azalea_logs +- colorful-azaleas:walnut_azalea_log (from Colorful Azaleas) +- colorful-azaleas:walnut_azalea_wood (from Colorful Azaleas) +- colorful-azaleas:stripped_walnut_azalea_log (from Colorful Azaleas) +- colorful-azaleas:stripped_walnut_azalea_wood (from Colorful Azaleas) + +#c:paper +- minecraft:paper (from The Twilight Forest) + +#botania:functional_special_flowers +- botania:agricarnation (from Botania) +- botania:agricarnation_chibi (from Botania) +- botania:bellethorn (from Botania) +- botania:bellethorn_chibi (from Botania) +- botania:bubbell (from Botania) +- botania:bubbell_chibi (from Botania) +- botania:clayconia (from Botania) +- botania:clayconia_chibi (from Botania) +- botania:daffomill (from Botania) +- botania:dreadthorn (from Botania) +- botania:exoflame (from Botania) +- botania:fallen_kanade (from Botania) +- botania:heisei_dream (from Botania) +- botania:hopperhock (from Botania) +- botania:hopperhock_chibi (from Botania) +- botania:hyacidus (from Botania) +- botania:jaded_amaranthus (from Botania) +- botania:jiyuulia (from Botania) +- botania:jiyuulia_chibi (from Botania) +- botania:labellia (from Botania) +- botania:loonium (from Botania) +- botania:marimorphosis (from Botania) +- botania:marimorphosis_chibi (from Botania) +- botania:medumone (from Botania) +- botania:orechid (from Botania) +- botania:orechid_ignem (from Botania) +- botania:pollidisiac (from Botania) +- botania:rannuncarpus (from Botania) +- botania:rannuncarpus_chibi (from Botania) +- botania:solegnolia (from Botania) +- botania:solegnolia_chibi (from Botania) +- botania:spectranthemum (from Botania) +- botania:tangleberrie (from Botania) +- botania:tangleberrie_chibi (from Botania) +- botania:tigerseye (from Botania) +- botania:vinculotus (from Botania) + +#minecraft:diamond_ores +- minecraft:diamond_ore (from Default) +- minecraft:deepslate_diamond_ore (from Default) +- ad_astra:mars_diamond_ore (from Ad Astra!) +- ad_astra:venus_diamond_ore (from Ad Astra!) +- deeperdarker:sculk_stone_diamond_ore (from Deeper and Darker) + +#forge:gems/amethyst +- minecraft:amethyst_shard (from chisels-and-bits) + +#c:crops/elderberry +- croptopia:elderberry (from Croptopia) + +#c:beers +- croptopia:beer (from Croptopia) + +#forge:glass/silica +- minecraft:glass (from chisels-and-bits) +- minecraft:black_stained_glass (from chisels-and-bits) +- minecraft:blue_stained_glass (from chisels-and-bits) +- minecraft:brown_stained_glass (from chisels-and-bits) +- minecraft:cyan_stained_glass (from chisels-and-bits) +- minecraft:gray_stained_glass (from chisels-and-bits) +- minecraft:green_stained_glass (from chisels-and-bits) +- minecraft:light_blue_stained_glass (from chisels-and-bits) +- minecraft:light_gray_stained_glass (from chisels-and-bits) +- minecraft:lime_stained_glass (from chisels-and-bits) +- minecraft:magenta_stained_glass (from chisels-and-bits) +- minecraft:orange_stained_glass (from chisels-and-bits) +- minecraft:pink_stained_glass (from chisels-and-bits) +- minecraft:purple_stained_glass (from chisels-and-bits) +- minecraft:red_stained_glass (from chisels-and-bits) +- minecraft:white_stained_glass (from chisels-and-bits) +- minecraft:yellow_stained_glass (from chisels-and-bits) + +#c:netherrack +- minecraft:netherrack (from Porting Lib Tags) + +#c:le_mox_blocks +- modern_industrialization:le_mox_block (from Modern Industrialization) + +#c:seeds/basil +- croptopia:basil_seed (from Croptopia) + +#forge:dyes/brown +- minecraft:brown_dye (from chisels-and-bits) + +#c:cyan_dyes +- minecraft:cyan_dye (from Fabric Convention Tags) +- minecraft:cyan_dye (from Porting Lib Tags) + +#forge:ores +- #byg:ores (from Oh The Biomes You'll Go) +- #forge:ores/coal (from chisels-and-bits) +- #forge:ores/copper (from chisels-and-bits) +- #forge:ores/diamond (from chisels-and-bits) +- #forge:ores/emerald (from chisels-and-bits) +- #forge:ores/gold (from chisels-and-bits) +- #forge:ores/iron (from chisels-and-bits) +- #forge:ores/lapis (from chisels-and-bits) +- #forge:ores/redstone (from chisels-and-bits) +- #forge:ores/quartz (from chisels-and-bits) +- #forge:ores/netherite_scrap (from chisels-and-bits) + +#c:melons +- minecraft:melon_slice (from Croptopia) +- croptopia:honeydew (from Croptopia) +- croptopia:cantaloupe (from Croptopia) + +#snowyspirit:sleds +- snowyspirit:sled_oak (from Snowy Spirit) +- snowyspirit:sled_birch (from Snowy Spirit) +- snowyspirit:sled_acacia (from Snowy Spirit) +- snowyspirit:sled_jungle (from Snowy Spirit) +- snowyspirit:sled_spruce (from Snowy Spirit) +- snowyspirit:sled_dark_oak (from Snowy Spirit) +- snowyspirit:twilightforest/sled_sorting (from Snowyspirit Generated Pack) +- snowyspirit:biomemakeover/sled_willow (from Snowyspirit Generated Pack) +- snowyspirit:byg/sled_lament (from Snowyspirit Generated Pack) +- snowyspirit:colorful-azaleas/sled_bright_azalea (from Snowyspirit Generated Pack) +- snowyspirit:colorful-azaleas/sled_fiss_azalea (from Snowyspirit Generated Pack) +- snowyspirit:spectrum/sled_lime (from Snowyspirit Generated Pack) +- snowyspirit:sled_oak (from Snowyspirit Generated Pack) +- snowyspirit:spectrum/sled_red (from Snowyspirit Generated Pack) +- snowyspirit:bewitchment/sled_juniper (from Snowyspirit Generated Pack) +- snowyspirit:colorful-azaleas/sled_tecal_azalea (from Snowyspirit Generated Pack) +- snowyspirit:ecologics/sled_walnut (from Snowyspirit Generated Pack) +- snowyspirit:biomemakeover/sled_blighted_balsa (from Snowyspirit Generated Pack) +- snowyspirit:byg/sled_cypress (from Snowyspirit Generated Pack) +- snowyspirit:byg/sled_holly (from Snowyspirit Generated Pack) +- snowyspirit:spectrum/sled_purple (from Snowyspirit Generated Pack) +- snowyspirit:ecologics/sled_flowering_azalea (from Snowyspirit Generated Pack) +- snowyspirit:sled_spruce (from Snowyspirit Generated Pack) +- snowyspirit:sled_jungle (from Snowyspirit Generated Pack) +- snowyspirit:spectrum/sled_magenta (from Snowyspirit Generated Pack) +- snowyspirit:sled_mangrove (from Snowyspirit Generated Pack) +- snowyspirit:spectrum/sled_green (from Snowyspirit Generated Pack) +- snowyspirit:byg/sled_baobab (from Snowyspirit Generated Pack) +- snowyspirit:byg/sled_skyris (from Snowyspirit Generated Pack) +- snowyspirit:hexcasting/sled_edified (from Snowyspirit Generated Pack) +- snowyspirit:techreborn/sled_rubber (from Snowyspirit Generated Pack) +- snowyspirit:biomemakeover/sled_swamp_cypress (from Snowyspirit Generated Pack) +- snowyspirit:byg/sled_mahogany (from Snowyspirit Generated Pack) +- snowyspirit:twilightforest/sled_mangrove (from Snowyspirit Generated Pack) +- snowyspirit:ecologics/sled_coconut (from Snowyspirit Generated Pack) +- snowyspirit:botania/sled_livingwood (from Snowyspirit Generated Pack) +- snowyspirit:twilightforest/sled_canopy (from Snowyspirit Generated Pack) +- snowyspirit:byg/sled_redwood (from Snowyspirit Generated Pack) +- snowyspirit:sled_dark_oak (from Snowyspirit Generated Pack) +- snowyspirit:spectrum/sled_yellow (from Snowyspirit Generated Pack) +- snowyspirit:spectrum/sled_white (from Snowyspirit Generated Pack) +- snowyspirit:twilightforest/sled_transformation (from Snowyspirit Generated Pack) +- snowyspirit:biomemakeover/sled_ancient_oak (from Snowyspirit Generated Pack) +- snowyspirit:spectrum/sled_brown (from Snowyspirit Generated Pack) +- snowyspirit:byg/sled_maple (from Snowyspirit Generated Pack) +- snowyspirit:byg/sled_pine (from Snowyspirit Generated Pack) +- snowyspirit:twilightforest/sled_time (from Snowyspirit Generated Pack) +- snowyspirit:colorful-azaleas/sled_azule_azalea (from Snowyspirit Generated Pack) +- snowyspirit:deeperdarker/sled_echo (from Snowyspirit Generated Pack) +- snowyspirit:spectrum/sled_orange (from Snowyspirit Generated Pack) +- snowyspirit:byg/sled_sythian (from Snowyspirit Generated Pack) +- snowyspirit:colorful-azaleas/sled_titanium_azalea (from Snowyspirit Generated Pack) +- snowyspirit:byg/sled_imparius (from Snowyspirit Generated Pack) +- snowyspirit:minecells/sled_putrid (from Snowyspirit Generated Pack) +- snowyspirit:spectrum/sled_gray (from Snowyspirit Generated Pack) +- snowyspirit:bewitchment/sled_dragons_blood (from Snowyspirit Generated Pack) +- snowyspirit:spectrum/sled_cyan (from Snowyspirit Generated Pack) +- snowyspirit:bewitchment/sled_elder (from Snowyspirit Generated Pack) +- snowyspirit:twilightforest/sled_dark (from Snowyspirit Generated Pack) +- snowyspirit:byg/sled_cika (from Snowyspirit Generated Pack) +- snowyspirit:colorful-azaleas/sled_walnut_azalea (from Snowyspirit Generated Pack) +- snowyspirit:botania/sled_dreamwood (from Snowyspirit Generated Pack) +- snowyspirit:byg/sled_white_mangrove (from Snowyspirit Generated Pack) +- snowyspirit:byg/sled_aspen (from Snowyspirit Generated Pack) +- snowyspirit:byg/sled_fir (from Snowyspirit Generated Pack) +- snowyspirit:spectrum/sled_pink (from Snowyspirit Generated Pack) +- snowyspirit:spectrum/sled_black (from Snowyspirit Generated Pack) +- snowyspirit:ad_astra/sled_glacian (from Snowyspirit Generated Pack) +- snowyspirit:byg/sled_jacaranda (from Snowyspirit Generated Pack) +- snowyspirit:twilightforest/sled_mining (from Snowyspirit Generated Pack) +- snowyspirit:byg/sled_ebony (from Snowyspirit Generated Pack) +- snowyspirit:byg/sled_witch_hazel (from Snowyspirit Generated Pack) +- snowyspirit:ecologics/sled_azalea (from Snowyspirit Generated Pack) +- snowyspirit:byg/sled_palm (from Snowyspirit Generated Pack) +- snowyspirit:colorful-azaleas/sled_roze_azalea (from Snowyspirit Generated Pack) +- snowyspirit:byg/sled_ether (from Snowyspirit Generated Pack) +- snowyspirit:byg/sled_rainbow_eucalyptus (from Snowyspirit Generated Pack) +- snowyspirit:bewitchment/sled_cypress (from Snowyspirit Generated Pack) +- snowyspirit:byg/sled_blue_enchanted (from Snowyspirit Generated Pack) +- snowyspirit:byg/sled_bulbis (from Snowyspirit Generated Pack) +- snowyspirit:byg/sled_zelkova (from Snowyspirit Generated Pack) +- snowyspirit:spectrum/sled_light_gray (from Snowyspirit Generated Pack) +- snowyspirit:vinery/sled_cherry (from Snowyspirit Generated Pack) +- snowyspirit:sled_birch (from Snowyspirit Generated Pack) +- snowyspirit:byg/sled_cherry (from Snowyspirit Generated Pack) +- snowyspirit:byg/sled_nightshade (from Snowyspirit Generated Pack) +- snowyspirit:byg/sled_willow (from Snowyspirit Generated Pack) +- snowyspirit:spectrum/sled_blue (from Snowyspirit Generated Pack) +- snowyspirit:sled_acacia (from Snowyspirit Generated Pack) +- snowyspirit:byg/sled_green_enchanted (from Snowyspirit Generated Pack) +- snowyspirit:spectrum/sled_light_blue (from Snowyspirit Generated Pack) +- snowyspirit:twilightforest/sled_twilight_oak (from Snowyspirit Generated Pack) + +#c:oranges +- croptopia:orange (from Croptopia) +- #c:fruits/orange (from Croptopia) +- croptopia:orange (from Croptopia) +- #c:crops/orange (from Croptopia) + +#forge:seeds/flax +- supplementaries:flax_seeds (from Supplementaries) + +#c:stainless_steel_dusts +- modern_industrialization:stainless_steel_dust (from Modern Industrialization) + +#reaper:rune +- reaper:rune_reficiat (from Reaper) +- reaper:rune_obitus (from Reaper) +- reaper:rune_humano (from Reaper) +- reaper:rune_dilato (from Reaper) +- reaper:rune_velocitas (from Reaper) +- reaper:rune_spiritus (from Reaper) + +#create:stone_types/dripstone +- create:cut_dripstone (from Create) +- create:cut_dripstone_stairs (from Create) +- create:cut_dripstone_wall (from Create) +- create:polished_cut_dripstone (from Create) +- create:polished_cut_dripstone_stairs (from Create) +- create:polished_cut_dripstone_wall (from Create) +- create:cut_dripstone_bricks (from Create) +- create:cut_dripstone_brick_stairs (from Create) +- create:cut_dripstone_brick_wall (from Create) +- create:small_dripstone_bricks (from Create) +- create:small_dripstone_brick_stairs (from Create) +- create:small_dripstone_brick_wall (from Create) +- create:layered_dripstone (from Create) +- create:dripstone_pillar (from Create) + +#c:leek +- croptopia:leek (from Croptopia) +- #c:vegetables/leek (from Croptopia) +- croptopia:leek (from Croptopia) +- #c:crops/leek (from Croptopia) + +#ae2:all_certus_quartz +- #c:certus_quartz (from Applied Energistics 2) +- ae2:charged_certus_quartz_crystal (from Applied Energistics 2) + +#adventurez:piglin_not_attack_items +- adventurez:stone_golem_helmet (from AdventureZ) +- adventurez:stone_golem_chestplate (from AdventureZ) +- adventurez:stone_golem_leggings (from AdventureZ) +- adventurez:stone_golem_boots (from AdventureZ) + +#twilightforest:nyi +- twilightforest:cinder_furnace (from The Twilight Forest) +- twilightforest:cinder_log (from The Twilight Forest) +- twilightforest:cinder_wood (from The Twilight Forest) +- twilightforest:twilight_portal_miniature_structure (from The Twilight Forest) +- twilightforest:naga_courtyard_miniature_structure (from The Twilight Forest) +- twilightforest:lich_tower_miniature_structure (from The Twilight Forest) +- twilightforest:auroralized_glass (from The Twilight Forest) +- twilightforest:slider (from The Twilight Forest) +- twilightforest:twisted_stone (from The Twilight Forest) +- twilightforest:twisted_stone_pillar (from The Twilight Forest) +- twilightforest:ore_meter (from The Twilight Forest) + +#c:beef_wellington +- croptopia:beef_wellington (from Croptopia) + +#spectrum:ores +- #spectrum:gemstone_ores (from Spectrum) +- #spectrum:azurite_ores (from Spectrum) +- #spectrum:shimmerstone_ores (from Spectrum) +- spectrum:stratine_ore (from Spectrum) +- spectrum:paltaeria_ore (from Spectrum) + +#c:electrum_ingots +- indrev:electrum_ingot (from Industrial Revolution) +- modern_industrialization:electrum_ingot (from Modern Industrialization) +- techreborn:electrum_ingot (from Tech Reborn) + +#byg:holly_logs +- byg:holly_log (from Oh The Biomes You'll Go) +- byg:holly_wood (from Oh The Biomes You'll Go) +- byg:stripped_holly_log (from Oh The Biomes You'll Go) +- byg:stripped_holly_wood (from Oh The Biomes You'll Go) + +#minecraft:freeze_immune_wearables +- minecraft:leather_boots (from Default) +- minecraft:leather_leggings (from Default) +- minecraft:leather_chestplate (from Default) +- minecraft:leather_helmet (from Default) +- minecraft:leather_horse_armor (from Default) +- botania:ice_pendant (from Botania) +- spectrum:bedrock_helmet (from Spectrum) +- spectrum:bedrock_chestplate (from Spectrum) +- spectrum:bedrock_leggings (from Spectrum) +- spectrum:bedrock_boots (from Spectrum) +- spectrum:fetchling_helmet (from Spectrum) +- spectrum:ferocious_chestplate (from Spectrum) +- spectrum:sylph_leggings (from Spectrum) +- spectrum:oread_boots (from Spectrum) +- spectrum:glow_vision_goggles (from Spectrum) +- techreborn:quantum_boots (from Tech Reborn) +- techreborn:quantum_chestplate (from Tech Reborn) +- techreborn:quantum_leggings (from Tech Reborn) +- techreborn:quantum_boots (from Tech Reborn) +- twilightforest:fiery_helmet (from The Twilight Forest) +- twilightforest:fiery_chestplate (from The Twilight Forest) +- twilightforest:fiery_leggings (from The Twilight Forest) +- twilightforest:fiery_boots (from The Twilight Forest) +- twilightforest:arctic_helmet (from The Twilight Forest) +- twilightforest:arctic_chestplate (from The Twilight Forest) +- twilightforest:arctic_leggings (from The Twilight Forest) +- twilightforest:arctic_boots (from The Twilight Forest) +- twilightforest:yeti_helmet (from The Twilight Forest) +- twilightforest:yeti_chestplate (from The Twilight Forest) +- twilightforest:yeti_leggings (from The Twilight Forest) +- twilightforest:yeti_boots (from The Twilight Forest) + +#c:peridot_dusts +- techreborn:peridot_dust (from Tech Reborn) + +#c:milk_bottles +- croptopia:milk_bottle (from Croptopia) +- milk:milk_bottle? (from Milk Lib) +- milk:splash_milk_bottle? (from Milk Lib) +- milk:lingering_milk_bottle? (from Milk Lib) + +#c:froglights +- minecraft:ochre_froglight (from Tech Reborn) +- minecraft:pearlescent_froglight (from Tech Reborn) +- minecraft:verdant_froglight (from Tech Reborn) + +#c:banana_saplings +- croptopia:banana_sapling (from Croptopia) +- #c:saplings/banana (from Croptopia) + +#byg:all/sand +- #c:sand? (from Oh The Biomes You'll Go) +- #forge:sand? (from Oh The Biomes You'll Go) +- #minecraft:sand? (from Oh The Biomes You'll Go) + +#c:infested_cobblestone +- minecraft:infested_cobblestone (from Porting Lib Tags) + +#c:spessartine_dusts +- techreborn:spessartine_dust (from Tech Reborn) + +#c:oats +- croptopia:oat (from Croptopia) +- #c:crops/oats (from Croptopia) +- #c:grain/oats (from Croptopia) + +#c:bellpeppers +- croptopia:bellpepper (from Croptopia) +- #c:fruits/bellpepper (from Croptopia) +- croptopia:bellpepper (from Croptopia) +- #c:crops/bellpepper (from Croptopia) + +#spectrum:bedrock_armor +- spectrum:bedrock_helmet (from Spectrum) +- spectrum:bedrock_chestplate (from Spectrum) +- spectrum:bedrock_leggings (from Spectrum) +- spectrum:bedrock_boots (from Spectrum) + +#c:sextuple_compressed_sand +- compressor:sextuple_compressed_sand (from Compressor) + +#botania:petals/white +- botania:white_petal (from Botania) +- botania:white_mushroom (from Botania) + +#c:calorite_plates +- ad_astra:calorite_plate (from Ad Astra!) + +#c:spaghetti_squashs +- croptopia:spaghetti_squash (from Croptopia) + +#c:glowstone_blocks +- minecraft:glowstone (from Incubus Core) + +#c:sweeteners +- minecraft:sugar (from Incubus Core) +- minecraft:honey_bottle (from Incubus Core) + +#c:nickel_blocks +- modern_industrialization:nickel_block (from Modern Industrialization) +- techreborn:nickel_storage_block (from Tech Reborn) + +#c:bronze_dusts +- indrev:bronze_dust (from Industrial Revolution) +- modern_industrialization:bronze_dust (from Modern Industrialization) +- techreborn:bronze_dust (from Tech Reborn) + +#c:tungstensteel_blocks +- techreborn:tungstensteel_storage_block (from Tech Reborn) + +#c:green_dye +- minecraft:green_dye (from Applied Energistics 2) + +#c:crops/apricot +- croptopia:apricot (from Croptopia) + +#c:fruits/apricot +- croptopia:apricot (from Croptopia) + +#c:tea +- croptopia:tea (from Croptopia) + +#c:coal_dusts +- indrev:coal_dust (from Industrial Revolution) +- modern_industrialization:coal_dust (from Modern Industrialization) +- techreborn:coal_dust (from Tech Reborn) + +#doodads:doodad_bundle_craftable +- doodads:spore_sword (from Doodads) +- doodads:bendy_straw (from Doodads) +- doodads:celestial_ring (from Doodads) +- doodads:duct_tape (from Doodads) +- doodads:sun_ring (from Doodads) +- doodads:blossom_belt (from Doodads) +- doodads:soggy_glove (from Doodads) +- doodads:cactus_ring (from Doodads) +- doodads:moon_ring (from Doodads) +- doodads:speed_boots (from Doodads) +- doodads:midnights_eye (from Doodads) +- doodads:slimey_shoes (from Doodads) +- doodads:shulker_aglet (from Doodads) +- doodads:ender_goggles (from Doodads) +- doodads:glare_staff (from Doodads) +- doodads:loggers_glove (from Doodads) +- doodads:glare_plushie (from Doodads) +- doodads:paintbrush (from Doodads) +- doodads:beaver_teeth (from Doodads) +- doodads:scissors (from Doodads) + +#c:soy_milks +- croptopia:soy_milk (from Croptopia) + +#forge:rods/blaze +- minecraft:blaze_rod (from chisels-and-bits) + +#c:nether_brick_ingots +- minecraft:nether_brick (from Porting Lib Tags) + +#c:diamond_ores +- ad_astra:mars_diamond_ore (from Ad Astra!) +- ad_astra:venus_diamond_ore (from Ad Astra!) +- #minecraft:diamond_ores (from Porting Lib Tags) +- minecraft:diamond_ore (from Incubus Core) +- minecraft:diamond_ore (from Industrial Revolution) +- minecraft:deepslate_diamond_ore (from Industrial Revolution) +- #minecraft:diamond_ores (from Modern Industrialization) +- minecraft:diamond_ore (from Tech Reborn) +- minecraft:deepslate_diamond_ore (from Tech Reborn) + +#c:quadruple_compressed_andesite +- compressor:quadruple_compressed_andesite (from Compressor) + +#c:fruits/orange +- croptopia:orange (from Croptopia) + +#impaled:tridents +- minecraft:trident (from Impaled) +- impaled:pitchfork (from Impaled) +- impaled:hellfork (from Impaled) +- impaled:soulfork (from Impaled) +- impaled:elder_trident (from Impaled) +- impaled:atlan (from Impaled) + +#c:sextuple_compressed_cobblestone +- compressor:sextuple_compressed_cobblestone (from Compressor) + +#ad_astra_platform:calorite_plates +- #c:calorite_plates? (from Ad Astra!) +- #forge:plates/calorite? (from Ad Astra!) + +#toolstats:ignore_durability + +#c:he_uranium_nuggets +- modern_industrialization:he_uranium_nugget (from Modern Industrialization) + +#c:tools/shovels +- minecraft:wooden_shovel (from Farmer's Delight) +- minecraft:stone_shovel (from Farmer's Delight) +- minecraft:iron_shovel (from Farmer's Delight) +- minecraft:diamond_shovel (from Farmer's Delight) +- minecraft:golden_shovel (from Farmer's Delight) +- minecraft:netherite_shovel (from Farmer's Delight) +- twilightforest:ironwood_shovel (from The Twilight Forest) +- twilightforest:steeleaf_shovel (from The Twilight Forest) + +#c:gold_nuggets +- minecraft:gold_nugget (from Applied Energistics 2) +- minecraft:gold_nugget (from Porting Lib Tags) +- minecraft:gold_nugget (from Incubus Core) +- minecraft:gold_nugget (from Modern Industrialization) + +#c:concrete_powder +- minecraft:white_concrete_powder (from Incubus Core) +- minecraft:orange_concrete_powder (from Incubus Core) +- minecraft:magenta_concrete_powder (from Incubus Core) +- minecraft:light_blue_concrete_powder (from Incubus Core) +- minecraft:yellow_concrete_powder (from Incubus Core) +- minecraft:lime_concrete_powder (from Incubus Core) +- minecraft:pink_concrete_powder (from Incubus Core) +- minecraft:gray_concrete_powder (from Incubus Core) +- minecraft:light_gray_concrete_powder (from Incubus Core) +- minecraft:cyan_concrete_powder (from Incubus Core) +- minecraft:purple_concrete_powder (from Incubus Core) +- minecraft:blue_concrete_powder (from Incubus Core) +- minecraft:brown_concrete_powder (from Incubus Core) +- minecraft:green_concrete_powder (from Incubus Core) +- minecraft:red_concrete_powder (from Incubus Core) +- minecraft:black_concrete_powder (from Incubus Core) +- minecraft:white_concrete_powder (from The Bumblezone - Fabric) +- minecraft:orange_concrete_powder (from The Bumblezone - Fabric) +- minecraft:magenta_concrete_powder (from The Bumblezone - Fabric) +- minecraft:light_blue_concrete_powder (from The Bumblezone - Fabric) +- minecraft:yellow_concrete_powder (from The Bumblezone - Fabric) +- minecraft:lime_concrete_powder (from The Bumblezone - Fabric) +- minecraft:pink_concrete_powder (from The Bumblezone - Fabric) +- minecraft:gray_concrete_powder (from The Bumblezone - Fabric) +- minecraft:light_gray_concrete_powder (from The Bumblezone - Fabric) +- minecraft:cyan_concrete_powder (from The Bumblezone - Fabric) +- minecraft:purple_concrete_powder (from The Bumblezone - Fabric) +- minecraft:blue_concrete_powder (from The Bumblezone - Fabric) +- minecraft:brown_concrete_powder (from The Bumblezone - Fabric) +- minecraft:green_concrete_powder (from The Bumblezone - Fabric) +- minecraft:red_concrete_powder (from The Bumblezone - Fabric) +- minecraft:black_concrete_powder (from The Bumblezone - Fabric) + +#botania:floating_flowers +- #botania:mundane_floating_flowers (from Botania) +- #botania:special_floating_flowers (from Botania) + +#c:storage_blocks +- #c:certus_quartz_blocks (from Applied Energistics 2) +- byg:ametrine_block (from Oh The Biomes You'll Go) +- byg:pendorite_block (from Oh The Biomes You'll Go) +- byg:anthracite_block (from Oh The Biomes You'll Go) +- create:raw_zinc_block (from Create) +- create:zinc_block (from Create) +- create:brass_block (from Create) +- #c:amethyst_blocks (from Porting Lib Tags) +- #c:coal_blocks (from Porting Lib Tags) +- #c:copper_blocks (from Porting Lib Tags) +- #c:diamond_blocks (from Porting Lib Tags) +- #c:emerald_blocks (from Porting Lib Tags) +- #c:gold_blocks (from Porting Lib Tags) +- #c:iron_blocks (from Porting Lib Tags) +- #c:lapis_blocks (from Porting Lib Tags) +- #c:quartz_blocks (from Porting Lib Tags) +- #c:raw_copper_blocks (from Porting Lib Tags) +- #c:raw_gold_blocks (from Porting Lib Tags) +- #c:raw_iron_blocks (from Porting Lib Tags) +- #c:redstone_blocks (from Porting Lib Tags) +- #c:netherite_blocks (from Porting Lib Tags) +- #c:storage_blocks/fiery (from The Twilight Forest) +- #c:storage_blocks/arctic_fur (from The Twilight Forest) +- #c:storage_blocks/carminite (from The Twilight Forest) +- #c:storage_blocks/ironwood (from The Twilight Forest) +- #c:storage_blocks/knightmetal (from The Twilight Forest) +- #c:storage_blocks/steeleaf (from The Twilight Forest) + +#c:seeds/cabbage +- croptopia:cabbage_seed (from Croptopia) +- farmersdelight:cabbage_seeds (from Farmer's Delight) + +#c:blue_ices +- minecraft:blue_ice (from Powah!) + +#c:coal_plates +- techreborn:coal_plate (from Tech Reborn) + +#advancednetherite:tiers/tools/netherite_emerald +- advancednetherite:netherite_emerald_axe (from Advanced Netherite) +- advancednetherite:netherite_emerald_hoe (from Advanced Netherite) +- advancednetherite:netherite_emerald_pickaxe (from Advanced Netherite) +- advancednetherite:netherite_emerald_shovel (from Advanced Netherite) +- advancednetherite:netherite_emerald_sword (from Advanced Netherite) + +#c:date_saplings +- croptopia:date_sapling (from Croptopia) +- #c:saplings/date (from Croptopia) + +#c:silver_tiny_dusts +- modern_industrialization:silver_tiny_dust (from Modern Industrialization) + +#advancednetherite:boots/netherite_iron +- advancednetherite:netherite_iron_boots (from Advanced Netherite) + +#c:tin_ores +- indrev:tin_ore (from Industrial Revolution) +- indrev:deepslate_tin_ore (from Industrial Revolution) +- modern_industrialization:tin_ore (from Modern Industrialization) +- modern_industrialization:deepslate_tin_ore (from Modern Industrialization) +- techreborn:tin_ore (from Tech Reborn) +- techreborn:deepslate_tin_ore (from Tech Reborn) + +#c:crops/honeydew +- croptopia:honeydew (from Croptopia) + +#advancednetherite:shovels/netherite_diamond +- advancednetherite:netherite_diamond_shovel (from Advanced Netherite) + +#c:white_dye +- minecraft:white_dye (from Applied Energistics 2) + +#c:buds +- ae2:small_quartz_bud (from Applied Energistics 2) +- ae2:medium_quartz_bud (from Applied Energistics 2) +- ae2:large_quartz_bud (from Applied Energistics 2) + +#ad_astra_platform:calorite_ingots +- #c:calorite_ingots? (from Ad Astra!) +- #forge:ingots/calorite? (from Ad Astra!) + +#advancednetherite:upgrade_to_netherite_iron +- #advancednetherite:ingots/netherites_iron (from Advanced Netherite) + +#advancednetherite:ingots/netherites_diamond +- advancednetherite:netherite_diamond_ingot (from Advanced Netherite) + +#c:fruits/bellpepper +- croptopia:bellpepper (from Croptopia) + +#c:asparagus +- croptopia:asparagus (from Croptopia) +- #c:vegetables/asparagus (from Croptopia) +- croptopia:asparagus (from Croptopia) +- #c:crops/asparagus (from Croptopia) + +#c:iron_dusts +- indrev:iron_dust (from Industrial Revolution) +- modern_industrialization:iron_dust (from Modern Industrialization) + +#minecraft:glass_panes +- minecraft:white_stained_glass_pane (from Xp Obelisk) +- minecraft:orange_stained_glass_pane (from Xp Obelisk) +- minecraft:magenta_stained_glass_pane (from Xp Obelisk) +- minecraft:light_blue_stained_glass_pane (from Xp Obelisk) +- minecraft:yellow_stained_glass_pane (from Xp Obelisk) +- minecraft:glass_pane (from Xp Obelisk) +- minecraft:lime_stained_glass_pane (from Xp Obelisk) +- minecraft:pink_stained_glass_pane (from Xp Obelisk) +- minecraft:gray_stained_glass_pane (from Xp Obelisk) +- minecraft:light_gray_stained_glass_pane (from Xp Obelisk) +- minecraft:cyan_stained_glass_pane (from Xp Obelisk) +- minecraft:purple_stained_glass_pane (from Xp Obelisk) +- minecraft:blue_stained_glass_pane (from Xp Obelisk) +- minecraft:brown_stained_glass_pane (from Xp Obelisk) +- minecraft:green_stained_glass_pane (from Xp Obelisk) +- minecraft:red_stained_glass_pane (from Xp Obelisk) +- minecraft:black_stained_glass_pane (from Xp Obelisk) + +#c:uranium_ingots +- modern_industrialization:uranium_ingot (from Modern Industrialization) + +#c:seeds/soybean +- croptopia:soybean_seed (from Croptopia) + +#c:zinc_nuggets +- create:zinc_nugget (from Create) +- techreborn:zinc_nugget (from Tech Reborn) + +#c:peaches +- croptopia:peach (from Croptopia) +- #c:fruits/peach (from Croptopia) +- croptopia:peach (from Croptopia) +- #c:crops/peach (from Croptopia) + +#c:septuple_compressed_diorite +- compressor:septuple_compressed_diorite (from Compressor) + +#forge:fiber +- supplementaries:flax (from Supplementaries) + +#nourish:sweets +- bewitchment:witchberry_pie (from Bewitchment) +- bewitchment:witchberry_cookie (from Bewitchment) +- croptopia:chocolate (from Croptopia) +- croptopia:grape_juice (from Croptopia) +- croptopia:orange_juice (from Croptopia) +- croptopia:apple_juice (from Croptopia) +- croptopia:cranberry_juice (from Croptopia) +- croptopia:saguaro_juice (from Croptopia) +- croptopia:melon_juice (from Croptopia) +- croptopia:pineapple_juice (from Croptopia) +- croptopia:lemonade (from Croptopia) +- croptopia:limeade (from Croptopia) +- croptopia:strawberry_smoothie (from Croptopia) +- croptopia:banana_smoothie (from Croptopia) +- croptopia:kale_smoothie (from Croptopia) +- croptopia:fruit_smoothie (from Croptopia) +- croptopia:chocolate_milkshake (from Croptopia) +- croptopia:pumpkin_spice_latte (from Croptopia) +- croptopia:grape_jam (from Croptopia) +- croptopia:strawberry_jam (from Croptopia) +- croptopia:peach_jam (from Croptopia) +- croptopia:apricot_jam (from Croptopia) +- croptopia:blackberry_jam (from Croptopia) +- croptopia:blueberry_jam (from Croptopia) +- croptopia:cherry_jam (from Croptopia) +- croptopia:elderberry_jam (from Croptopia) +- croptopia:raspberry_jam (from Croptopia) +- croptopia:apple_pie (from Croptopia) +- croptopia:yam_jam (from Croptopia) +- croptopia:banana_cream_pie (from Croptopia) +- croptopia:candy_corn (from Croptopia) +- croptopia:vanilla_ice_cream (from Croptopia) +- croptopia:strawberry_ice_cream (from Croptopia) +- croptopia:mango_ice_cream (from Croptopia) +- croptopia:rum_raisin_ice_cream (from Croptopia) +- croptopia:cherry_pie (from Croptopia) +- croptopia:cheese_cake (from Croptopia) +- croptopia:brownies (from Croptopia) +- croptopia:snicker_doodle (from Croptopia) +- croptopia:banana_nut_bread (from Croptopia) +- croptopia:horchata (from Croptopia) +- croptopia:churros (from Croptopia) +- croptopia:tres_leche_cake (from Croptopia) +- croptopia:eton_mess (from Croptopia) +- croptopia:scones (from Croptopia) +- croptopia:figgy_pudding (from Croptopia) +- croptopia:treacle_tart (from Croptopia) +- croptopia:sticky_toffee_pudding (from Croptopia) +- croptopia:trifle (from Croptopia) +- croptopia:chocolate_ice_cream (from Croptopia) +- croptopia:fruit_cake (from Croptopia) +- croptopia:kiwi_sorbet (from Croptopia) +- croptopia:lemon_coconut_bar (from Croptopia) +- croptopia:rhubarb_crisp (from Croptopia) + +#c:cantaloupe_seeds +- croptopia:cantaloupe_seed (from Croptopia) +- #c:seeds/cantaloupe (from Croptopia) + +#c:regular_ices +- minecraft:ice (from Powah!) + +#ftbchunks:right_click_whitelist +- minecraft:shield (from FTB Chunks) +- minecraft:firework_rocket (from FTB Chunks) +- minecraft:map (from FTB Chunks) + +#campanion:grains +- minecraft:bread (from Campanion) +- minecraft:cake (from Campanion) +- minecraft:cookie (from Campanion) +- campanion:cracker (from Campanion) + +#forge:sandstone +- minecraft:sandstone (from chisels-and-bits) +- minecraft:cut_sandstone (from chisels-and-bits) +- minecraft:chiseled_sandstone (from chisels-and-bits) +- minecraft:smooth_sandstone (from chisels-and-bits) +- minecraft:red_sandstone (from chisels-and-bits) +- minecraft:cut_red_sandstone (from chisels-and-bits) +- minecraft:chiseled_red_sandstone (from chisels-and-bits) +- minecraft:smooth_red_sandstone (from chisels-and-bits) + +#c:dead_coral_plants +- minecraft:dead_tube_coral (from Tech Reborn) +- minecraft:dead_brain_coral (from Tech Reborn) +- minecraft:dead_bubble_coral (from Tech Reborn) +- minecraft:dead_fire_coral (from Tech Reborn) +- minecraft:dead_horn_coral (from Tech Reborn) + +#forge:glass_panes/colorless +- minecraft:glass_pane (from chisels-and-bits) + +#minecraft:piglin_food +- minecraft:porkchop (from Default) +- minecraft:cooked_porkchop (from Default) +- croptopia:ham_sandwich (from Croptopia) +- croptopia:pepperoni (from Croptopia) +- croptopia:pork_and_beans (from Croptopia) +- croptopia:pork_jerky (from Croptopia) +- croptopia:bacon (from Croptopia) +- croptopia:cooked_bacon (from Croptopia) + +#c:crops/turnip +- croptopia:turnip (from Croptopia) + +#supplementaries:pedestal_downright +- minecraft:trident? (from Supplementaries) + +#advancednetherite:chestplates/upgrade_to_netherite_iron +- #advancednetherite:chestplates/netherite (from Advanced Netherite) + +#c:sandstones +- byg:black_sandstone (from Oh The Biomes You'll Go) +- byg:black_chiseled_sandstone (from Oh The Biomes You'll Go) +- byg:black_cut_sandstone (from Oh The Biomes You'll Go) +- byg:blue_sandstone (from Oh The Biomes You'll Go) +- byg:blue_chiseled_sandstone (from Oh The Biomes You'll Go) +- byg:blue_cut_sandstone (from Oh The Biomes You'll Go) +- byg:white_sandstone (from Oh The Biomes You'll Go) +- byg:white_chiseled_sandstone (from Oh The Biomes You'll Go) +- byg:white_cut_sandstone (from Oh The Biomes You'll Go) +- byg:purple_sandstone (from Oh The Biomes You'll Go) +- byg:purple_chiseled_sandstone (from Oh The Biomes You'll Go) +- byg:purple_cut_sandstone (from Oh The Biomes You'll Go) +- byg:pink_sandstone (from Oh The Biomes You'll Go) +- byg:pink_chiseled_sandstone (from Oh The Biomes You'll Go) +- byg:pink_cut_sandstone (from Oh The Biomes You'll Go) +- byg:windswept_sandstone (from Oh The Biomes You'll Go) +- byg:chiseled_windswept_sandstone (from Oh The Biomes You'll Go) +- byg:cut_windswept_sandstone (from Oh The Biomes You'll Go) +- byg:smooth_windswept_sandstone (from Oh The Biomes You'll Go) +- byg:windswept_sandstone_pillar (from Oh The Biomes You'll Go) +- minecraft:sandstone (from Fabric Waystones) +- minecraft:smooth_sandstone (from Fabric Waystones) +- minecraft:chiseled_sandstone (from Fabric Waystones) +- minecraft:cut_sandstone (from Fabric Waystones) + +#xps:xp_obelisk_alt +- minecraft:iron_bars (from Xp Obelisk) + +#c:pineapple_pepperoni_pizzas +- croptopia:pineapple_pepperoni_pizza (from Croptopia) + +#decorative_blocks:seats +- decorative_blocks:oak_seat (from Decorative Blocks) +- decorative_blocks:birch_seat (from Decorative Blocks) +- decorative_blocks:spruce_seat (from Decorative Blocks) +- decorative_blocks:acacia_seat (from Decorative Blocks) +- decorative_blocks:jungle_seat (from Decorative Blocks) +- decorative_blocks:dark_oak_seat (from Decorative Blocks) +- decorative_blocks:mangrove_seat (from Decorative Blocks) +- decorative_blocks:crimson_seat (from Decorative Blocks) +- decorative_blocks:warped_seat (from Decorative Blocks) + +#advancednetherite:leggings/upgrade_to_netherite_gold +- #advancednetherite:leggings/netherite_iron (from Advanced Netherite) + +#c:banana_cream_pies +- croptopia:banana_cream_pie (from Croptopia) + +#c:pyrope_dusts +- techreborn:pyrope_dust (from Tech Reborn) + +#c:seeds/coffee_beans +- croptopia:coffee_seed (from Croptopia) + +#c:nether_brick_fences +- minecraft:nether_brick_fence (from Porting Lib Tags) + +#c:salt +- croptopia:salt (from Croptopia) + +#c:pineapples +- croptopia:pineapple (from Croptopia) +- #c:fruits/pineapple (from Croptopia) +- croptopia:pineapple (from Croptopia) +- #c:crops/pineapple (from Croptopia) + +#c:blts +- croptopia:blt (from Croptopia) + +#twilightforest:canopy_logs +- twilightforest:canopy_log (from The Twilight Forest) +- twilightforest:stripped_canopy_log (from The Twilight Forest) +- twilightforest:canopy_wood (from The Twilight Forest) +- twilightforest:stripped_canopy_wood (from The Twilight Forest) + +#c:light_gray_glass_panes +- minecraft:light_gray_stained_glass_pane (from Porting Lib Tags) + +#c:green_dyes +- minecraft:green_dye (from Fabric Convention Tags) +- minecraft:green_dye (from Porting Lib Tags) + +#byg:red_dye +- byg:amaranth (from Oh The Biomes You'll Go) +- byg:begonia (from Oh The Biomes You'll Go) +- byg:kovan_flower (from Oh The Biomes You'll Go) +- byg:rose (from Oh The Biomes You'll Go) +- byg:torch_ginger (from Oh The Biomes You'll Go) + +#c:living_coral_blocks +- minecraft:tube_coral_block (from Tech Reborn) +- minecraft:brain_coral_block (from Tech Reborn) +- minecraft:bubble_coral_block (from Tech Reborn) +- minecraft:fire_coral_block (from Tech Reborn) +- minecraft:horn_coral_block (from Tech Reborn) + +#c:oat_seeds +- croptopia:oat_seed (from Croptopia) +- #c:seeds/oat (from Croptopia) + +#c:fruits/pineapple +- croptopia:pineapple (from Croptopia) + +#c:copper_dusts +- indrev:copper_dust (from Industrial Revolution) +- modern_industrialization:copper_dust (from Modern Industrialization) + +#darkutils:plate_base +- #darkutils:dark_stones (from DarkUtilities) +- darkutils:blank_plate (from DarkUtilities) + +#c:steamed_clams +- croptopia:steamed_clams (from Croptopia) + +#c:sulfur_tiny_dusts +- modern_industrialization:sulfur_tiny_dust (from Modern Industrialization) + +#byg:ores +- byg:ametrine_ore (from Oh The Biomes You'll Go) +- byg:anthracite_ore (from Oh The Biomes You'll Go) +- byg:blue_nether_gold_ore (from Oh The Biomes You'll Go) +- byg:blue_nether_quartz_ore (from Oh The Biomes You'll Go) +- byg:brimstone_nether_gold_ore (from Oh The Biomes You'll Go) +- byg:brimstone_nether_quartz_ore (from Oh The Biomes You'll Go) +- byg:budding_ametrine_ore (from Oh The Biomes You'll Go) +- byg:cryptic_redstone_ore (from Oh The Biomes You'll Go) +- byg:emeraldite_ore (from Oh The Biomes You'll Go) +- byg:pendorite_ore (from Oh The Biomes You'll Go) + +#forge:ore_rates/dense +- minecraft:copper_ore (from chisels-and-bits) +- minecraft:deepslate_copper_ore (from chisels-and-bits) +- minecraft:deepslate_lapis_ore (from chisels-and-bits) +- minecraft:deepslate_redstone_ore (from chisels-and-bits) +- minecraft:lapis_ore (from chisels-and-bits) +- minecraft:redstone_ore (from chisels-and-bits) + +#c:cantaloupes +- croptopia:cantaloupe (from Croptopia) +- #c:fruits/cantaloupe (from Croptopia) +- croptopia:cantaloupe (from Croptopia) +- #c:crops/cantaloupe (from Croptopia) + +#c:gold_raw_materials +- minecraft:raw_gold (from Porting Lib Tags) + +#dehydration:hydrating_food +- farmersdelight:melon_popsicle (from Farmer's Delight) +- nears:soul_berries (from Nears) +- nears:faar_slices (from Nears) +- nears:soul_juice (from Nears) +- nears:soul_sundae (from Nears) +- nears:nearade (from Nears) + +#c:tools/knives +- croptopia:knife (from Croptopia) +- farmersdelight:flint_knife (from Farmer's Delight) +- farmersdelight:iron_knife (from Farmer's Delight) +- farmersdelight:diamond_knife (from Farmer's Delight) +- farmersdelight:golden_knife (from Farmer's Delight) +- farmersdelight:netherite_knife (from Farmer's Delight) + +#c:seeds/yam +- croptopia:yam_seed (from Croptopia) + +#c:squash_seeds +- croptopia:squash_seed (from Croptopia) +- #c:seeds/squash (from Croptopia) + +#c:seeds/mustard +- croptopia:mustard_seed (from Croptopia) + +#techreborn:rubber_logs +- techreborn:rubber_log (from Tech Reborn) +- techreborn:rubber_log_stripped (from Tech Reborn) +- techreborn:rubber_wood (from Tech Reborn) +- techreborn:stripped_rubber_wood (from Tech Reborn) +- techreborn:rubber_log (from Tech Reborn) + +#advancednetherite:leggings/netherite_gold +- advancednetherite:netherite_gold_leggings (from Advanced Netherite) + +#c:juices +- #c:apple_juices (from Croptopia) +- #c:cranberry_juices (from Croptopia) +- #c:grape_juices (from Croptopia) +- #c:melon_juices (from Croptopia) +- #c:orange_juices (from Croptopia) +- #c:pineapple_juices (from Croptopia) +- #c:saguaro_juices (from Croptopia) +- #c:tomato_juices (from Croptopia) + +#advancednetherite:axes/upgrade_to_netherite_diamond +- #advancednetherite:axes/netherite_emerald (from Advanced Netherite) + +#supplementaries:candle_holders +- supplementaries:candle_holder (from Supplementaries) +- supplementaries:candle_holder_white (from Supplementaries) +- supplementaries:candle_holder_red (from Supplementaries) +- supplementaries:candle_holder_cyan (from Supplementaries) +- supplementaries:candle_holder_lime (from Supplementaries) +- supplementaries:candle_holder_yellow (from Supplementaries) +- supplementaries:candle_holder_magenta (from Supplementaries) +- supplementaries:candle_holder_brown (from Supplementaries) +- supplementaries:candle_holder_light_blue (from Supplementaries) +- supplementaries:candle_holder_blue (from Supplementaries) +- supplementaries:candle_holder_green (from Supplementaries) +- supplementaries:candle_holder_pink (from Supplementaries) +- supplementaries:candle_holder_light_gray (from Supplementaries) +- supplementaries:candle_holder_purple (from Supplementaries) +- supplementaries:candle_holder_black (from Supplementaries) +- supplementaries:candle_holder_orange (from Supplementaries) +- supplementaries:candle_holder_gray (from Supplementaries) +- supplementaries:candle_holder_soul (from Supplementaries) + +#c:seeds/currant +- croptopia:currant_seed (from Croptopia) + +#byg:palo_verde_logs +- byg:palo_verde_log (from Oh The Biomes You'll Go) +- byg:palo_verde_wood (from Oh The Biomes You'll Go) +- byg:stripped_palo_verde_log (from Oh The Biomes You'll Go) +- byg:stripped_palo_verde_wood (from Oh The Biomes You'll Go) + +#spectrum:enchantable_books +- minecraft:book (from Spectrum) +- spectrum:gilded_book (from Spectrum) + +#minecraft:signs +- minecraft:oak_sign (from Default) +- minecraft:spruce_sign (from Default) +- minecraft:birch_sign (from Default) +- minecraft:acacia_sign (from Default) +- minecraft:jungle_sign (from Default) +- minecraft:dark_oak_sign (from Default) +- minecraft:crimson_sign (from Default) +- minecraft:warped_sign (from Default) +- minecraft:mangrove_sign (from Default) +- ad_astra:glacian_sign (from Ad Astra!) +- bewitchment:juniper_sign (from Bewitchment) +- bewitchment:cypress_sign (from Bewitchment) +- bewitchment:elder_sign (from Bewitchment) +- bewitchment:dragons_blood_sign (from Bewitchment) +- biomemakeover:blighted_balsa_sign (from Biome Makeover) +- biomemakeover:willow_sign (from Biome Makeover) +- biomemakeover:swamp_cypress_sign (from Biome Makeover) +- biomemakeover:ancient_oak_sign (from Biome Makeover) +- deeperdarker:echo_sign (from Deeper and Darker) +- ecologics:coconut_sign (from Ecologics) +- ecologics:walnut_sign (from Ecologics) +- ecologics:azalea_sign (from Ecologics) +- ecologics:flowering_azalea_sign (from Ecologics) +- twilightforest:twilight_oak_sign (from The Twilight Forest) +- twilightforest:canopy_sign (from The Twilight Forest) +- twilightforest:mangrove_sign (from The Twilight Forest) +- twilightforest:darkwood_sign (from The Twilight Forest) +- twilightforest:time_sign (from The Twilight Forest) +- twilightforest:transformation_sign (from The Twilight Forest) +- twilightforest:mining_sign (from The Twilight Forest) +- twilightforest:sorting_sign (from The Twilight Forest) +- vinery:cherry_sign (from Vinery) + +#c:phosphorous_small_dusts +- techreborn:phosphorous_small_dust (from Tech Reborn) + +#c:double_compressed_end_stone +- compressor:double_compressed_end_stone (from Compressor) + +#the_bumblezone:crystalline_flower/xp_2_when_consumed +- the_bumblezone:honey_crystal_shards (from The Bumblezone - Fabric) +- the_bumblezone:bee_bread (from The Bumblezone - Fabric) +- minecraft:honey_bottle (from The Bumblezone - Fabric) +- productivebees:honey_treat? (from The Bumblezone - Fabric) +- productivebees:sugarbag_honeycomb? (from The Bumblezone - Fabric) +- buzzier_bees:honey_apple? (from The Bumblezone - Fabric) +- buzzier_bees:honey_bread? (from The Bumblezone - Fabric) +- buzzier_bees:honey_porkchop? (from The Bumblezone - Fabric) +- farmersdelight:honey_cookie? (from The Bumblezone - Fabric) +- farmersdelight:honey_glazed_ham? (from The Bumblezone - Fabric) +- farmersdelight:honey_glazed_ham_block? (from The Bumblezone - Fabric) +- expandeddelight:peanut_honey_soup? (from The Bumblezone - Fabric) +- expandeddelight:peanut_butter_honey_sandwich? (from The Bumblezone - Fabric) +- delightful:honey_glazed_walnut? (from The Bumblezone - Fabric) +- create:honeyed_apple? (from The Bumblezone - Fabric) + +#c:plutonium_nuggets +- modern_industrialization:plutonium_nugget (from Modern Industrialization) + +#byg:fir_logs +- byg:fir_log (from Oh The Biomes You'll Go) +- byg:fir_wood (from Oh The Biomes You'll Go) +- byg:stripped_fir_log (from Oh The Biomes You'll Go) +- byg:stripped_fir_wood (from Oh The Biomes You'll Go) + +#c:electrum_tiny_dusts +- modern_industrialization:electrum_tiny_dust (from Modern Industrialization) + +#c:seeds/pepper +- croptopia:pepper_seed (from Croptopia) + +#c:soldering_alloy_tiny_dusts +- modern_industrialization:soldering_alloy_tiny_dust (from Modern Industrialization) + +#c:vegetables/yam +- croptopia:yam (from Croptopia) + +#c:tuna_rolls +- croptopia:tuna_roll (from Croptopia) + +#c:nikolite_ores +- indrev:nikolite_ore (from Industrial Revolution) +- indrev:deepslate_nikolite_ore (from Industrial Revolution) + +#ae2:inscriber_presses +- ae2:calculation_processor_press (from Applied Energistics 2) +- ae2:engineering_processor_press (from Applied Energistics 2) +- ae2:logic_processor_press (from Applied Energistics 2) +- ae2:silicon_press (from Applied Energistics 2) + +#the_bumblezone:crystalline_flower/xp_5_when_consumed +- the_bumblezone:glistering_honey_crystal (from The Bumblezone - Fabric) +- the_bumblezone:honey_crystal (from The Bumblezone - Fabric) +- minecraft:enchanting_table (from The Bumblezone - Fabric) +- minecraft:honey_block (from The Bumblezone - Fabric) +- #forge:buckets/honey? (from The Bumblezone - Fabric) +- #c:buckets/honey? (from The Bumblezone - Fabric) +- #resourcefulbees:resourceful_honey_block? (from The Bumblezone - Fabric) +- buzzier_bees:honey_lamp? (from The Bumblezone - Fabric) +- skinnedlanterns:honey_lantern_block? (from The Bumblezone - Fabric) +- skinnedlanterns:honey_soul_lantern_block? (from The Bumblezone - Fabric) + +#c:sand +- #byg:sand (from Oh The Biomes You'll Go) +- #c:colorless_sand (from Porting Lib Tags) +- #c:red_sand (from Porting Lib Tags) + +#botania:petals/light_gray +- botania:light_gray_petal (from Botania) +- botania:light_gray_mushroom (from Botania) + +#forge:cobblestone/normal +- minecraft:cobblestone (from chisels-and-bits) + +#nyfsquiver:quiver_items/arrows +- #minecraft:arrows (from Nyf's Quivers) + +#c:soy_sauces +- croptopia:soy_sauce (from Croptopia) + +#decorative_blocks:supports +- decorative_blocks:oak_support (from Decorative Blocks) +- decorative_blocks:birch_support (from Decorative Blocks) +- decorative_blocks:spruce_support (from Decorative Blocks) +- decorative_blocks:acacia_support (from Decorative Blocks) +- decorative_blocks:jungle_support (from Decorative Blocks) +- decorative_blocks:dark_oak_support (from Decorative Blocks) +- decorative_blocks:mangrove_support (from Decorative Blocks) +- decorative_blocks:crimson_support (from Decorative Blocks) +- decorative_blocks:warped_support (from Decorative Blocks) + +#advancednetherite:tiers/tools/netherite_iron +- advancednetherite:netherite_iron_axe (from Advanced Netherite) +- advancednetherite:netherite_iron_hoe (from Advanced Netherite) +- advancednetherite:netherite_iron_pickaxe (from Advanced Netherite) +- advancednetherite:netherite_iron_shovel (from Advanced Netherite) +- advancednetherite:netherite_iron_sword (from Advanced Netherite) + +#bookshelf:pickaxes +- #c:pickaxes (from Bookshelf) + +#c:salt_dusts +- bewitchment:salt (from Bewitchment) +- modern_industrialization:salt_dust (from Modern Industrialization) + +#create:vanilla_stripped_logs +- minecraft:stripped_acacia_log (from Create) +- minecraft:stripped_birch_log (from Create) +- minecraft:stripped_crimson_stem (from Create) +- minecraft:stripped_dark_oak_log (from Create) +- minecraft:stripped_jungle_log (from Create) +- minecraft:stripped_oak_log (from Create) +- minecraft:stripped_spruce_log (from Create) +- minecraft:stripped_mangrove_log (from Create) +- minecraft:stripped_warped_stem (from Create) + +#c:seeds/cauliflower +- croptopia:cauliflower_seed (from Croptopia) + +#c:crops/ginger +- croptopia:ginger (from Croptopia) + +#travelersbackpack:sleeping_bags +- travelersbackpack:white_sleeping_bag (from Traveler's Backpack) +- travelersbackpack:orange_sleeping_bag (from Traveler's Backpack) +- travelersbackpack:magenta_sleeping_bag (from Traveler's Backpack) +- travelersbackpack:light_blue_sleeping_bag (from Traveler's Backpack) +- travelersbackpack:yellow_sleeping_bag (from Traveler's Backpack) +- travelersbackpack:lime_sleeping_bag (from Traveler's Backpack) +- travelersbackpack:pink_sleeping_bag (from Traveler's Backpack) +- travelersbackpack:gray_sleeping_bag (from Traveler's Backpack) +- travelersbackpack:light_gray_sleeping_bag (from Traveler's Backpack) +- travelersbackpack:cyan_sleeping_bag (from Traveler's Backpack) +- travelersbackpack:purple_sleeping_bag (from Traveler's Backpack) +- travelersbackpack:blue_sleeping_bag (from Traveler's Backpack) +- travelersbackpack:brown_sleeping_bag (from Traveler's Backpack) +- travelersbackpack:green_sleeping_bag (from Traveler's Backpack) +- travelersbackpack:red_sleeping_bag (from Traveler's Backpack) +- travelersbackpack:black_sleeping_bag (from Traveler's Backpack) + +#c:quadruple_compressed_diorite +- compressor:quadruple_compressed_diorite (from Compressor) + +#c:rhubarb_seeds +- croptopia:rhubarb_seed (from Croptopia) +- #c:seeds/rhubarb (from Croptopia) + +#c:vegetables/radish +- croptopia:radish (from Croptopia) + +#byg:orange_dye +- byg:orange_amaranth (from Oh The Biomes You'll Go) +- byg:orange_daisy (from Oh The Biomes You'll Go) +- byg:guzmania (from Oh The Biomes You'll Go) +- byg:incan_lily (from Oh The Biomes You'll Go) +- byg:california_poppy (from Oh The Biomes You'll Go) + +#bewitchment:average_swords +- minecraft:golden_sword (from Bewitchment) +- minecraft:diamond_sword (from Bewitchment) +- bewitchment:athame (from Bewitchment) + +#c:zinc_plates +- techreborn:zinc_plate (from Tech Reborn) + +#c:avocado_saplings +- croptopia:avocado_sapling (from Croptopia) +- #c:saplings/avocado (from Croptopia) + +#another_furniture:planter_boxes +- another_furniture:oak_planter_box (from Another Furniture) +- another_furniture:spruce_planter_box (from Another Furniture) +- another_furniture:birch_planter_box (from Another Furniture) +- another_furniture:jungle_planter_box (from Another Furniture) +- another_furniture:acacia_planter_box (from Another Furniture) +- another_furniture:dark_oak_planter_box (from Another Furniture) +- another_furniture:mangrove_planter_box? (from Another Furniture) +- another_furniture:crimson_planter_box (from Another Furniture) +- another_furniture:warped_planter_box (from Another Furniture) + +#c:pasta +- #c:pasta/raw_pasta (from Farmer's Delight) + +#c:copper_plates +- create:copper_sheet (from Create) +- indrev:copper_plate (from Industrial Revolution) +- modern_industrialization:copper_plate (from Modern Industrialization) +- techreborn:copper_plate (from Tech Reborn) + +#c:zucchini_seeds +- croptopia:zucchini_seed (from Croptopia) +- #c:seeds/zucchini (from Croptopia) + +#c:diamond_blocks +- minecraft:diamond_block (from Porting Lib Tags) +- minecraft:diamond_block (from Modern Industrialization) + +#spectrum:shooting_stars +- spectrum:shooting_star_glistering (from Spectrum) +- spectrum:shooting_star_fiery (from Spectrum) +- spectrum:shooting_star_colorful (from Spectrum) +- spectrum:shooting_star_pristine (from Spectrum) +- spectrum:shooting_star_gemstone (from Spectrum) + +#forge:glass/green +- minecraft:green_stained_glass (from chisels-and-bits) + +#c:crops/potato +- minecraft:potato (from Porting Lib Tags) + +#c:crops/persimmon +- croptopia:persimmon (from Croptopia) + +#advancednetherite:swords/netherite +- minecraft:netherite_sword (from Advanced Netherite) + +#c:redstone_small_dusts +- techreborn:redstone_small_dust (from Tech Reborn) + +#advancednetherite:leggings/upgrade_to_netherite_diamond +- #advancednetherite:leggings/netherite_emerald (from Advanced Netherite) + +#c:saplings/coconut +- croptopia:coconut_sapling (from Croptopia) + +#c:pyrite_small_dusts +- techreborn:pyrite_small_dust (from Tech Reborn) + +#c:antimony_ores +- modern_industrialization:antimony_ore (from Modern Industrialization) +- modern_industrialization:deepslate_antimony_ore (from Modern Industrialization) + +#ae2:all_quartz +- #c:quartz (from Applied Energistics 2) +- #c:certus_quartz (from Applied Energistics 2) +- ae2:charged_certus_quartz_crystal (from Applied Energistics 2) + +#another_furniture:tall_stools +- another_furniture:white_tall_stool (from Another Furniture) +- another_furniture:orange_tall_stool (from Another Furniture) +- another_furniture:magenta_tall_stool (from Another Furniture) +- another_furniture:light_blue_tall_stool (from Another Furniture) +- another_furniture:yellow_tall_stool (from Another Furniture) +- another_furniture:lime_tall_stool (from Another Furniture) +- another_furniture:pink_tall_stool (from Another Furniture) +- another_furniture:gray_tall_stool (from Another Furniture) +- another_furniture:light_gray_tall_stool (from Another Furniture) +- another_furniture:cyan_tall_stool (from Another Furniture) +- another_furniture:purple_tall_stool (from Another Furniture) +- another_furniture:blue_tall_stool (from Another Furniture) +- another_furniture:brown_tall_stool (from Another Furniture) +- another_furniture:green_tall_stool (from Another Furniture) +- another_furniture:red_tall_stool (from Another Furniture) +- another_furniture:black_tall_stool (from Another Furniture) + +#c:tungsten_nuggets +- indrev:tungsten_nugget (from Industrial Revolution) +- modern_industrialization:tungsten_nugget (from Modern Industrialization) +- techreborn:tungsten_nugget (from Tech Reborn) + +#c:quintuple_compressed_blackstone +- compressor:quintuple_compressed_blackstone (from Compressor) + +#botania:manasteel_nuggets +- botania:manasteel_nugget (from Botania) + +#c:swords +- advancednetherite:netherite_iron_sword (from Advanced Netherite) +- advancednetherite:netherite_gold_sword (from Advanced Netherite) +- advancednetherite:netherite_emerald_sword (from Advanced Netherite) +- advancednetherite:netherite_diamond_sword (from Advanced Netherite) +- minecraft:wooden_sword (from Bookshelf) +- minecraft:stone_sword (from Bookshelf) +- minecraft:iron_sword (from Bookshelf) +- minecraft:golden_sword (from Bookshelf) +- minecraft:diamond_sword (from Bookshelf) +- minecraft:netherite_sword (from Bookshelf) +- byg:pendorite_sword (from Oh The Biomes You'll Go) +- byg:pendorite_battleaxe (from Oh The Biomes You'll Go) +- dragonloot:dragon_sword (from DragonLoot) +- #fabric:swords? (from Fabric Convention Tags) +- minecraft:diamond_sword (from Fabric Convention Tags) +- minecraft:golden_sword (from Fabric Convention Tags) +- minecraft:wooden_sword (from Fabric Convention Tags) +- minecraft:stone_sword (from Fabric Convention Tags) +- minecraft:iron_sword (from Fabric Convention Tags) +- minecraft:netherite_sword (from Fabric Convention Tags) +- minecraft:wooden_sword (from Porting Lib Tags) +- minecraft:stone_sword (from Porting Lib Tags) +- minecraft:iron_sword (from Porting Lib Tags) +- minecraft:golden_sword (from Porting Lib Tags) +- minecraft:diamond_sword (from Porting Lib Tags) +- minecraft:netherite_sword (from Porting Lib Tags) +- medievalweapons:wooden_small_axe (from Medieval Weapons) +- medievalweapons:stone_small_axe (from Medieval Weapons) +- medievalweapons:iron_small_axe (from Medieval Weapons) +- medievalweapons:golden_small_axe (from Medieval Weapons) +- medievalweapons:diamond_small_axe (from Medieval Weapons) +- medievalweapons:netherite_small_axe (from Medieval Weapons) +- medievalweapons:wooden_long_sword (from Medieval Weapons) +- medievalweapons:stone_long_sword (from Medieval Weapons) +- medievalweapons:iron_long_sword (from Medieval Weapons) +- medievalweapons:golden_long_sword (from Medieval Weapons) +- medievalweapons:diamond_long_sword (from Medieval Weapons) +- medievalweapons:netherite_long_sword (from Medieval Weapons) +- medievalweapons:wooden_dagger (from Medieval Weapons) +- medievalweapons:stone_dagger (from Medieval Weapons) +- medievalweapons:iron_dagger (from Medieval Weapons) +- medievalweapons:golden_dagger (from Medieval Weapons) +- medievalweapons:diamond_dagger (from Medieval Weapons) +- medievalweapons:netherite_dagger (from Medieval Weapons) +- medievalweapons:wooden_francisca (from Medieval Weapons) +- medievalweapons:stone_francisca (from Medieval Weapons) +- medievalweapons:iron_francisca (from Medieval Weapons) +- medievalweapons:golden_francisca (from Medieval Weapons) +- medievalweapons:diamond_francisca (from Medieval Weapons) +- medievalweapons:netherite_francisca (from Medieval Weapons) +- medievalweapons:wooden_big_axe (from Medieval Weapons) +- medievalweapons:stone_big_axe (from Medieval Weapons) +- medievalweapons:iron_big_axe (from Medieval Weapons) +- medievalweapons:golden_big_axe (from Medieval Weapons) +- medievalweapons:diamond_big_axe (from Medieval Weapons) +- medievalweapons:netherite_big_axe (from Medieval Weapons) +- medievalweapons:wooden_javelin (from Medieval Weapons) +- medievalweapons:stone_javelin (from Medieval Weapons) +- medievalweapons:iron_javelin (from Medieval Weapons) +- medievalweapons:golden_javelin (from Medieval Weapons) +- medievalweapons:diamond_javelin (from Medieval Weapons) +- medievalweapons:netherite_javelin (from Medieval Weapons) +- medievalweapons:wooden_lance (from Medieval Weapons) +- medievalweapons:stone_lance (from Medieval Weapons) +- medievalweapons:iron_lance (from Medieval Weapons) +- medievalweapons:golden_lance (from Medieval Weapons) +- medievalweapons:diamond_lance (from Medieval Weapons) +- medievalweapons:netherite_lance (from Medieval Weapons) +- medievalweapons:wooden_healing_staff (from Medieval Weapons) +- medievalweapons:stone_healing_staff (from Medieval Weapons) +- medievalweapons:iron_healing_staff (from Medieval Weapons) +- medievalweapons:golden_healing_staff (from Medieval Weapons) +- medievalweapons:diamond_healing_staff (from Medieval Weapons) +- medievalweapons:netherite_healing_staff (from Medieval Weapons) +- medievalweapons:wooden_mace (from Medieval Weapons) +- medievalweapons:stone_mace (from Medieval Weapons) +- medievalweapons:iron_mace (from Medieval Weapons) +- medievalweapons:golden_mace (from Medieval Weapons) +- medievalweapons:diamond_mace (from Medieval Weapons) +- medievalweapons:netherite_mace (from Medieval Weapons) +- medievalweapons:thalleous_sword (from Medieval Weapons) +- medievalweapons:wooden_ninjato (from Medieval Weapons) +- medievalweapons:stone_ninjato (from Medieval Weapons) +- medievalweapons:iron_ninjato (from Medieval Weapons) +- medievalweapons:golden_ninjato (from Medieval Weapons) +- medievalweapons:diamond_ninjato (from Medieval Weapons) +- medievalweapons:netherite_ninjato (from Medieval Weapons) +- medievalweapons:wooden_sickle (from Medieval Weapons) +- medievalweapons:stone_sickle (from Medieval Weapons) +- medievalweapons:iron_sickle (from Medieval Weapons) +- medievalweapons:golden_sickle (from Medieval Weapons) +- medievalweapons:diamond_sickle (from Medieval Weapons) +- medievalweapons:netherite_sickle (from Medieval Weapons) +- medievalweapons:wooden_rapier (from Medieval Weapons) +- medievalweapons:stone_rapier (from Medieval Weapons) +- medievalweapons:iron_rapier (from Medieval Weapons) +- medievalweapons:golden_rapier (from Medieval Weapons) +- medievalweapons:diamond_rapier (from Medieval Weapons) +- medievalweapons:netherite_rapier (from Medieval Weapons) +- modern_industrialization:diesel_chainsaw (from Modern Industrialization) +- spectrum:bedrock_sword (from Spectrum) +- spectrum:razor_falchion (from Spectrum) + +#c:titanium_small_dusts +- techreborn:titanium_small_dust (from Tech Reborn) + +#c:sulfur_dusts +- indrev:sulfur_dust (from Industrial Revolution) +- modern_industrialization:sulfur_dust (from Modern Industrialization) +- techreborn:sulfur_dust (from Tech Reborn) + +#c:mixed_metal_ingots +- techreborn:mixed_metal_ingot (from Tech Reborn) + +#c:zinc_ingots +- create:zinc_ingot (from Create) +- techreborn:zinc_ingot (from Tech Reborn) + +#c:seeds/saguaro +- croptopia:saguaro_seed (from Croptopia) + +#c:seeds/blueberry +- croptopia:blueberry_seed (from Croptopia) + +#c:avocados +- croptopia:avocado (from Croptopia) +- #c:fruits/avocado (from Croptopia) +- croptopia:avocado (from Croptopia) +- #c:crops/avocado (from Croptopia) + +#advancednetherite:pickaxes/netherite_gold +- advancednetherite:netherite_gold_pickaxe (from Advanced Netherite) + +#trinkets:charm/charm +- minecraft:totem_of_undying (from Charm of Undying) +- biomemakeover:enchanted_totem? (from Charm of Undying) +- #voidtotem:additional_totems (from Void Totem) +- voidtotem:totem_of_void_undying (from Void Totem) + +#c:sodalite_dusts +- techreborn:sodalite_dust (from Tech Reborn) + +#c:pyrite_blocks +- geodes:pyrite (from More Geodes) +- geodes:pyrite_stairs (from More Geodes) +- geodes:pyrite_slab (from More Geodes) +- geodes:pyrite_wall (from More Geodes) + +#advancednetherite:helmets/upgrade_to_netherite_iron +- #advancednetherite:helmets/netherite (from Advanced Netherite) + +#c:crops/celery +- croptopia:celery (from Croptopia) + +#c:pink_glass_panes +- minecraft:pink_stained_glass_pane (from Porting Lib Tags) + +#techreborn:nuggets +- techreborn:aluminum_nugget (from Tech Reborn) +- techreborn:brass_nugget (from Tech Reborn) +- techreborn:bronze_nugget (from Tech Reborn) +- techreborn:chrome_nugget (from Tech Reborn) +- techreborn:copper_nugget (from Tech Reborn) +- techreborn:diamond_nugget (from Tech Reborn) +- techreborn:electrum_nugget (from Tech Reborn) +- techreborn:emerald_nugget (from Tech Reborn) +- techreborn:hot_tungstensteel_nugget (from Tech Reborn) +- techreborn:invar_nugget (from Tech Reborn) +- techreborn:iridium_nugget (from Tech Reborn) +- techreborn:lead_nugget (from Tech Reborn) +- techreborn:netherite_nugget (from Tech Reborn) +- techreborn:nickel_nugget (from Tech Reborn) +- techreborn:platinum_nugget (from Tech Reborn) +- techreborn:refined_iron_nugget (from Tech Reborn) +- techreborn:silver_nugget (from Tech Reborn) +- techreborn:steel_nugget (from Tech Reborn) +- techreborn:tin_nugget (from Tech Reborn) +- techreborn:titanium_nugget (from Tech Reborn) +- techreborn:tungsten_nugget (from Tech Reborn) +- techreborn:tungstensteel_nugget (from Tech Reborn) +- techreborn:zinc_nugget (from Tech Reborn) + +#forge:fences/wooden +- #minecraft:wooden_fences (from chisels-and-bits) +- deeperdarker:echo_fence (from Deeper and Darker) + +#bookshelf:mob_buckets +- #c:mob_buckets (from Bookshelf) + +#c:sheldonite_ores +- techreborn:sheldonite_ore (from Tech Reborn) +- techreborn:deepslate_sheldonite_ore (from Tech Reborn) + +#spectrum:mob_heads/bovine_heads +- spectrum:cow_head (from Spectrum) +- spectrum:mooshroom_red_head (from Spectrum) +- spectrum:mooshroom_brown_head (from Spectrum) + +#c:double_compressed_diorite +- compressor:double_compressed_diorite (from Compressor) + +#spectrum:colored_stairs +- spectrum:black_stairs (from Spectrum) +- spectrum:blue_stairs (from Spectrum) +- spectrum:brown_stairs (from Spectrum) +- spectrum:cyan_stairs (from Spectrum) +- spectrum:gray_stairs (from Spectrum) +- spectrum:green_stairs (from Spectrum) +- spectrum:light_blue_stairs (from Spectrum) +- spectrum:light_gray_stairs (from Spectrum) +- spectrum:lime_stairs (from Spectrum) +- spectrum:magenta_stairs (from Spectrum) +- spectrum:orange_stairs (from Spectrum) +- spectrum:pink_stairs (from Spectrum) +- spectrum:purple_stairs (from Spectrum) +- spectrum:red_stairs (from Spectrum) +- spectrum:white_stairs (from Spectrum) +- spectrum:yellow_stairs (from Spectrum) + +#forge:storage_blocks +- #forge:storage_blocks/amethyst (from chisels-and-bits) +- #forge:storage_blocks/coal (from chisels-and-bits) +- #forge:storage_blocks/copper (from chisels-and-bits) +- #forge:storage_blocks/diamond (from chisels-and-bits) +- #forge:storage_blocks/emerald (from chisels-and-bits) +- #forge:storage_blocks/gold (from chisels-and-bits) +- #forge:storage_blocks/iron (from chisels-and-bits) +- #forge:storage_blocks/lapis (from chisels-and-bits) +- #forge:storage_blocks/quartz (from chisels-and-bits) +- #forge:storage_blocks/raw_copper (from chisels-and-bits) +- #forge:storage_blocks/raw_gold (from chisels-and-bits) +- #forge:storage_blocks/raw_iron (from chisels-and-bits) +- #forge:storage_blocks/redstone (from chisels-and-bits) +- #forge:storage_blocks/netherite (from chisels-and-bits) + +#icyincitement:snowballs +- minecraft:snowball (from Icy Incitement) +- minecraft:snow_block (from Icy Incitement) +- minecraft:snow (from Icy Incitement) + +#c:le_uranium_dusts +- modern_industrialization:le_uranium_dust (from Modern Industrialization) + +#forge:glass_panes/orange +- minecraft:orange_stained_glass_pane (from chisels-and-bits) + +#c:diamond_nuggets +- techreborn:diamond_nugget (from Tech Reborn) + +#naturalist:boar_food_items +- minecraft:carrot (from Naturalist) +- minecraft:potato (from Naturalist) +- minecraft:beetroot (from Naturalist) + +#c:triple_compressed_andesite +- compressor:triple_compressed_andesite (from Compressor) + +#forge:ingots/brick +- minecraft:brick (from chisels-and-bits) +- supplementaries:ash_brick (from Supplementaries) + +#c:cranberry_juices +- croptopia:cranberry_juice (from Croptopia) +- #c:juices/cranberry_juice (from Croptopia) + +#cacao:cookies +- minecraft:cookie (from Croptopia's Chocolaterie) +- croptopia:nutty_cookie (from Croptopia's Chocolaterie) +- croptopia:raisin_oatmeal_cookie (from Croptopia's Chocolaterie) +- cacao:white_chips_cookie (from Croptopia's Chocolaterie) +- cacao:white_chips_chocolate_cookie (from Croptopia's Chocolaterie) +- cacao:dark_chips_chocolate_cookie (from Croptopia's Chocolaterie) + +#c:nutty_cookies +- croptopia:nutty_cookie (from Croptopia) + +#c:le_mox_nuggets +- modern_industrialization:le_mox_nugget (from Modern Industrialization) + +#c:he_uranium_blocks +- modern_industrialization:he_uranium_block (from Modern Industrialization) + +#c:gold_ores +- ad_astra:venus_gold_ore (from Ad Astra!) +- #minecraft:gold_ores? (from Applied Energistics 2) +- #minecraft:gold_ores (from Porting Lib Tags) +- minecraft:gold_ore (from Incubus Core) +- minecraft:gold_ore (from Industrial Revolution) +- minecraft:deepslate_gold_ore (from Industrial Revolution) +- minecraft:nether_gold_ore (from Industrial Revolution) +- #minecraft:gold_ores (from Modern Industrialization) +- minecraft:gold_ore (from Tech Reborn) +- minecraft:deepslate_gold_ore (from Tech Reborn) + +#travelersbackpack:custom_travelers_backpack +- travelersbackpack:standard (from Traveler's Backpack) +- travelersbackpack:netherite (from Traveler's Backpack) +- travelersbackpack:diamond (from Traveler's Backpack) +- travelersbackpack:gold (from Traveler's Backpack) +- travelersbackpack:emerald (from Traveler's Backpack) +- travelersbackpack:iron (from Traveler's Backpack) +- travelersbackpack:lapis (from Traveler's Backpack) +- travelersbackpack:redstone (from Traveler's Backpack) +- travelersbackpack:coal (from Traveler's Backpack) +- travelersbackpack:quartz (from Traveler's Backpack) +- travelersbackpack:bookshelf (from Traveler's Backpack) +- travelersbackpack:end (from Traveler's Backpack) +- travelersbackpack:nether (from Traveler's Backpack) +- travelersbackpack:sandstone (from Traveler's Backpack) +- travelersbackpack:snow (from Traveler's Backpack) +- travelersbackpack:sponge (from Traveler's Backpack) +- travelersbackpack:cake (from Traveler's Backpack) +- travelersbackpack:cactus (from Traveler's Backpack) +- travelersbackpack:hay (from Traveler's Backpack) +- travelersbackpack:melon (from Traveler's Backpack) +- travelersbackpack:pumpkin (from Traveler's Backpack) +- travelersbackpack:creeper (from Traveler's Backpack) +- travelersbackpack:dragon (from Traveler's Backpack) +- travelersbackpack:enderman (from Traveler's Backpack) +- travelersbackpack:blaze (from Traveler's Backpack) +- travelersbackpack:ghast (from Traveler's Backpack) +- travelersbackpack:magma_cube (from Traveler's Backpack) +- travelersbackpack:skeleton (from Traveler's Backpack) +- travelersbackpack:spider (from Traveler's Backpack) +- travelersbackpack:wither (from Traveler's Backpack) +- travelersbackpack:bat (from Traveler's Backpack) +- travelersbackpack:bee (from Traveler's Backpack) +- travelersbackpack:wolf (from Traveler's Backpack) +- travelersbackpack:fox (from Traveler's Backpack) +- travelersbackpack:ocelot (from Traveler's Backpack) +- travelersbackpack:horse (from Traveler's Backpack) +- travelersbackpack:cow (from Traveler's Backpack) +- travelersbackpack:pig (from Traveler's Backpack) +- travelersbackpack:sheep (from Traveler's Backpack) +- travelersbackpack:chicken (from Traveler's Backpack) +- travelersbackpack:squid (from Traveler's Backpack) +- travelersbackpack:villager (from Traveler's Backpack) +- travelersbackpack:iron_golem (from Traveler's Backpack) + +#c:saplings/dragonfruit +- croptopia:dragonfruit_sapling (from Croptopia) + +#c:iron_nuggets +- minecraft:iron_nugget (from Applied Energistics 2) +- minecraft:iron_nugget (from Catwalks Inc.) +- minecraft:iron_nugget (from Porting Lib Tags) +- minecraft:iron_nugget (from Incubus Core) +- minecraft:iron_nugget (from Modern Industrialization) + +#c:supreme_pizzas +- croptopia:supreme_pizza (from Croptopia) + +#c:red_garnet_gems +- techreborn:red_garnet_gem (from Tech Reborn) + +#byg:white_mangrove_logs +- byg:stripped_white_mangrove_log (from Oh The Biomes You'll Go) +- byg:stripped_white_mangrove_wood (from Oh The Biomes You'll Go) +- byg:white_mangrove_log (from Oh The Biomes You'll Go) +- byg:white_mangrove_wood (from Oh The Biomes You'll Go) + +#forge:storage_blocks/redstone +- minecraft:redstone_block (from chisels-and-bits) + +#croptopia:cinnamon_logs +- croptopia:cinnamon_log (from Croptopia) +- croptopia:stripped_cinnamon_log (from Croptopia) +- croptopia:cinnamon_wood (from Croptopia) +- croptopia:stripped_cinnamon_wood (from Croptopia) + +#c:spears +- minecraft:trident (from Fabric Convention Tags) + +#c:saplings/lemon +- croptopia:lemon_sapling (from Croptopia) + +#c:quartz_blocks +- botania:dark_quartz (from Botania) +- botania:mana_quartz (from Botania) +- botania:blaze_quartz (from Botania) +- botania:lavender_quartz (from Botania) +- botania:red_quartz (from Botania) +- botania:elf_quartz (from Botania) +- botania:sunny_quartz (from Botania) +- minecraft:quartz_block (from Porting Lib Tags) +- minecraft:quartz (from Powah!) + +#minecraft:stairs +- #minecraft:wooden_stairs (from Default) +- minecraft:cobblestone_stairs (from Default) +- minecraft:sandstone_stairs (from Default) +- minecraft:nether_brick_stairs (from Default) +- minecraft:stone_brick_stairs (from Default) +- minecraft:brick_stairs (from Default) +- minecraft:purpur_stairs (from Default) +- minecraft:quartz_stairs (from Default) +- minecraft:red_sandstone_stairs (from Default) +- minecraft:prismarine_brick_stairs (from Default) +- minecraft:prismarine_stairs (from Default) +- minecraft:dark_prismarine_stairs (from Default) +- minecraft:polished_granite_stairs (from Default) +- minecraft:smooth_red_sandstone_stairs (from Default) +- minecraft:mossy_stone_brick_stairs (from Default) +- minecraft:polished_diorite_stairs (from Default) +- minecraft:mossy_cobblestone_stairs (from Default) +- minecraft:end_stone_brick_stairs (from Default) +- minecraft:stone_stairs (from Default) +- minecraft:smooth_sandstone_stairs (from Default) +- minecraft:smooth_quartz_stairs (from Default) +- minecraft:granite_stairs (from Default) +- minecraft:andesite_stairs (from Default) +- minecraft:red_nether_brick_stairs (from Default) +- minecraft:polished_andesite_stairs (from Default) +- minecraft:diorite_stairs (from Default) +- minecraft:blackstone_stairs (from Default) +- minecraft:polished_blackstone_brick_stairs (from Default) +- minecraft:polished_blackstone_stairs (from Default) +- minecraft:cobbled_deepslate_stairs (from Default) +- minecraft:polished_deepslate_stairs (from Default) +- minecraft:deepslate_tile_stairs (from Default) +- minecraft:deepslate_brick_stairs (from Default) +- minecraft:oxidized_cut_copper_stairs (from Default) +- minecraft:weathered_cut_copper_stairs (from Default) +- minecraft:exposed_cut_copper_stairs (from Default) +- minecraft:cut_copper_stairs (from Default) +- minecraft:waxed_weathered_cut_copper_stairs (from Default) +- minecraft:waxed_exposed_cut_copper_stairs (from Default) +- minecraft:waxed_cut_copper_stairs (from Default) +- minecraft:waxed_oxidized_cut_copper_stairs (from Default) +- minecraft:mud_brick_stairs (from Default) +- ad_astra:moon_stone_brick_stairs (from Ad Astra!) +- ad_astra:mars_stone_brick_stairs (from Ad Astra!) +- ad_astra:mercury_stone_brick_stairs (from Ad Astra!) +- ad_astra:venus_sandstone_brick_stairs (from Ad Astra!) +- ad_astra:venus_stone_brick_stairs (from Ad Astra!) +- ad_astra:glacio_stone_brick_stairs (from Ad Astra!) +- ad_astra:chiseled_moon_stone_stairs (from Ad Astra!) +- ad_astra:polished_moon_stone_stairs (from Ad Astra!) +- ad_astra:chiseled_mars_stone_stairs (from Ad Astra!) +- ad_astra:polished_mars_stone_stairs (from Ad Astra!) +- ad_astra:chiseled_venus_stone_stairs (from Ad Astra!) +- ad_astra:polished_venus_stone_stairs (from Ad Astra!) +- ad_astra:chiseled_mercury_stone_stairs (from Ad Astra!) +- ad_astra:polished_mercury_stone_stairs (from Ad Astra!) +- ad_astra:chiseled_glacio_stone_stairs (from Ad Astra!) +- ad_astra:polished_glacio_stone_stairs (from Ad Astra!) +- ad_astra:iron_plating_stairs (from Ad Astra!) +- ad_astra:steel_plating_stairs (from Ad Astra!) +- ad_astra:desh_plating_stairs (from Ad Astra!) +- ad_astra:ostrum_plating_stairs (from Ad Astra!) +- ad_astra:calorite_plating_stairs (from Ad Astra!) +- ad_astra:permafrost_brick_stairs (from Ad Astra!) +- ad_astra:chiseled_permafrost_brick_stairs (from Ad Astra!) +- ad_astra:polished_permafrost_stairs (from Ad Astra!) +- ad_astra:moon_cobblestone_stairs (from Ad Astra!) +- ad_astra:moon_stone_stairs (from Ad Astra!) +- ad_astra:mars_cobblestone_stairs (from Ad Astra!) +- ad_astra:mars_stone_stairs (from Ad Astra!) +- ad_astra:venus_cobblestone_stairs (from Ad Astra!) +- ad_astra:venus_stone_stairs (from Ad Astra!) +- ad_astra:mercury_cobblestone_stairs (from Ad Astra!) +- ad_astra:mercury_stone_stairs (from Ad Astra!) +- ad_astra:glacio_cobblestone_stairs (from Ad Astra!) +- ad_astra:glacio_stone_stairs (from Ad Astra!) +- ad_astra:glacian_stairs (from Ad Astra!) +- ad_astra:aeronos_stairs (from Ad Astra!) +- ad_astra:strophar_stairs (from Ad Astra!) +- biomemakeover:red_mushroom_brick_stairs (from Biome Makeover) +- biomemakeover:brown_mushroom_brick_stairs (from Biome Makeover) +- biomemakeover:glowshroom_stem_brick_stairs (from Biome Makeover) +- biomemakeover:mushroom_stem_brick_stairs (from Biome Makeover) +- biomemakeover:purple_glowshroom_brick_stairs (from Biome Makeover) +- biomemakeover:green_glowshroom_brick_stairs (from Biome Makeover) +- biomemakeover:orange_glowshroom_brick_stairs (from Biome Makeover) +- biomemakeover:blighted_cobblestone_stairs (from Biome Makeover) +- biomemakeover:blighted_stone_bricks_stairs (from Biome Makeover) +- biomemakeover:terracotta_brick_stairs (from Biome Makeover) +- biomemakeover:black_terracotta_brick_stairs (from Biome Makeover) +- biomemakeover:red_terracotta_brick_stairs (from Biome Makeover) +- biomemakeover:green_terracotta_brick_stairs (from Biome Makeover) +- biomemakeover:brown_terracotta_brick_stairs (from Biome Makeover) +- biomemakeover:blue_terracotta_brick_stairs (from Biome Makeover) +- biomemakeover:purple_terracotta_brick_stairs (from Biome Makeover) +- biomemakeover:cyan_terracotta_brick_stairs (from Biome Makeover) +- biomemakeover:light_gray_terracotta_brick_stairs (from Biome Makeover) +- biomemakeover:gray_terracotta_brick_stairs (from Biome Makeover) +- biomemakeover:pink_terracotta_brick_stairs (from Biome Makeover) +- biomemakeover:lime_terracotta_brick_stairs (from Biome Makeover) +- biomemakeover:yellow_terracotta_brick_stairs (from Biome Makeover) +- biomemakeover:light_blue_terracotta_brick_stairs (from Biome Makeover) +- biomemakeover:magenta_terracotta_brick_stairs (from Biome Makeover) +- biomemakeover:orange_terracotta_brick_stairs (from Biome Makeover) +- biomemakeover:white_terracotta_brick_stairs (from Biome Makeover) +- biomemakeover:dried_peat_bricks_stairs (from Biome Makeover) +- biomemakeover:polished_mesmerite_stairs (from Biome Makeover) +- biomemakeover:mesmerite_stairs (from Biome Makeover) +- botania:black_pavement_stairs (from Botania) +- botania:blaze_quartz_stairs (from Botania) +- botania:blue_pavement_stairs (from Botania) +- botania:corporea_brick_stairs (from Botania) +- botania:corporea_stairs (from Botania) +- botania:dark_quartz_stairs (from Botania) +- botania:dreamwood_planks_stairs (from Botania) +- botania:dreamwood_stairs (from Botania) +- botania:elf_quartz_stairs (from Botania) +- botania:green_pavement_stairs (from Botania) +- botania:lavender_quartz_stairs (from Botania) +- botania:livingrock_bricks_stairs (from Botania) +- botania:livingrock_stairs (from Botania) +- botania:livingwood_planks_stairs (from Botania) +- botania:livingwood_stairs (from Botania) +- botania:mana_quartz_stairs (from Botania) +- botania:metamorphic_desert_bricks_stairs (from Botania) +- botania:metamorphic_desert_cobblestone_stairs (from Botania) +- botania:metamorphic_desert_stone_stairs (from Botania) +- botania:metamorphic_forest_bricks_stairs (from Botania) +- botania:metamorphic_forest_cobblestone_stairs (from Botania) +- botania:metamorphic_forest_stone_stairs (from Botania) +- botania:metamorphic_fungal_bricks_stairs (from Botania) +- botania:metamorphic_fungal_cobblestone_stairs (from Botania) +- botania:metamorphic_fungal_stone_stairs (from Botania) +- botania:metamorphic_mesa_bricks_stairs (from Botania) +- botania:metamorphic_mesa_cobblestone_stairs (from Botania) +- botania:metamorphic_mesa_stone_stairs (from Botania) +- botania:metamorphic_mountain_bricks_stairs (from Botania) +- botania:metamorphic_mountain_cobblestone_stairs (from Botania) +- botania:metamorphic_mountain_stone_stairs (from Botania) +- botania:metamorphic_plains_bricks_stairs (from Botania) +- botania:metamorphic_plains_cobblestone_stairs (from Botania) +- botania:metamorphic_plains_stone_stairs (from Botania) +- botania:metamorphic_swamp_bricks_stairs (from Botania) +- botania:metamorphic_swamp_cobblestone_stairs (from Botania) +- botania:metamorphic_swamp_stone_stairs (from Botania) +- botania:metamorphic_taiga_bricks_stairs (from Botania) +- botania:metamorphic_taiga_cobblestone_stairs (from Botania) +- botania:metamorphic_taiga_stone_stairs (from Botania) +- botania:mossy_livingrock_bricks_stairs (from Botania) +- botania:polished_livingrock_stairs (from Botania) +- botania:red_pavement_stairs (from Botania) +- botania:red_quartz_stairs (from Botania) +- botania:shimmerrock_stairs (from Botania) +- botania:shimmerwood_planks_stairs (from Botania) +- botania:stripped_dreamwood_stairs (from Botania) +- botania:stripped_livingwood_stairs (from Botania) +- botania:sunny_quartz_stairs (from Botania) +- botania:white_pavement_stairs (from Botania) +- botania:yellow_pavement_stairs (from Botania) +- #byg:stairs (from Oh The Biomes You'll Go) +- create:cut_granite_stairs (from Create) +- create:polished_cut_granite_stairs (from Create) +- create:cut_granite_brick_stairs (from Create) +- create:small_granite_brick_stairs (from Create) +- create:cut_diorite_stairs (from Create) +- create:polished_cut_diorite_stairs (from Create) +- create:cut_diorite_brick_stairs (from Create) +- create:small_diorite_brick_stairs (from Create) +- create:cut_andesite_stairs (from Create) +- create:polished_cut_andesite_stairs (from Create) +- create:cut_andesite_brick_stairs (from Create) +- create:small_andesite_brick_stairs (from Create) +- create:cut_calcite_stairs (from Create) +- create:polished_cut_calcite_stairs (from Create) +- create:cut_calcite_brick_stairs (from Create) +- create:small_calcite_brick_stairs (from Create) +- create:cut_dripstone_stairs (from Create) +- create:polished_cut_dripstone_stairs (from Create) +- create:cut_dripstone_brick_stairs (from Create) +- create:small_dripstone_brick_stairs (from Create) +- create:cut_deepslate_stairs (from Create) +- create:polished_cut_deepslate_stairs (from Create) +- create:cut_deepslate_brick_stairs (from Create) +- create:small_deepslate_brick_stairs (from Create) +- create:cut_tuff_stairs (from Create) +- create:polished_cut_tuff_stairs (from Create) +- create:cut_tuff_brick_stairs (from Create) +- create:small_tuff_brick_stairs (from Create) +- create:cut_asurine_stairs (from Create) +- create:polished_cut_asurine_stairs (from Create) +- create:cut_asurine_brick_stairs (from Create) +- create:small_asurine_brick_stairs (from Create) +- create:cut_crimsite_stairs (from Create) +- create:polished_cut_crimsite_stairs (from Create) +- create:cut_crimsite_brick_stairs (from Create) +- create:small_crimsite_brick_stairs (from Create) +- create:cut_limestone_stairs (from Create) +- create:polished_cut_limestone_stairs (from Create) +- create:cut_limestone_brick_stairs (from Create) +- create:small_limestone_brick_stairs (from Create) +- create:cut_ochrum_stairs (from Create) +- create:polished_cut_ochrum_stairs (from Create) +- create:cut_ochrum_brick_stairs (from Create) +- create:small_ochrum_brick_stairs (from Create) +- create:cut_scoria_stairs (from Create) +- create:polished_cut_scoria_stairs (from Create) +- create:cut_scoria_brick_stairs (from Create) +- create:small_scoria_brick_stairs (from Create) +- create:cut_scorchia_stairs (from Create) +- create:polished_cut_scorchia_stairs (from Create) +- create:cut_scorchia_brick_stairs (from Create) +- create:small_scorchia_brick_stairs (from Create) +- create:cut_veridium_stairs (from Create) +- create:polished_cut_veridium_stairs (from Create) +- create:cut_veridium_brick_stairs (from Create) +- create:small_veridium_brick_stairs (from Create) +- deeperdarker:sculk_stone_stairs (from Deeper and Darker) +- deeperdarker:cobbled_sculk_stone_stairs (from Deeper and Darker) +- deeperdarker:polished_sculk_stone_stairs (from Deeper and Darker) +- deeperdarker:sculk_stone_brick_stairs (from Deeper and Darker) +- deeperdarker:sculk_stone_tile_stairs (from Deeper and Darker) +- deeperdarker:smooth_sculk_stone_stairs (from Deeper and Darker) +- deeperdarker:cut_sculk_stone_stairs (from Deeper and Darker) +- deeperdarker:gloomslate_stairs (from Deeper and Darker) +- deeperdarker:cobbled_gloomslate_stairs (from Deeper and Darker) +- deeperdarker:polished_gloomslate_stairs (from Deeper and Darker) +- deeperdarker:gloomslate_brick_stairs (from Deeper and Darker) +- deeperdarker:gloomslate_tile_stairs (from Deeper and Darker) +- deeperdarker:smooth_gloomslate_stairs (from Deeper and Darker) +- deeperdarker:cut_gloomslate_stairs (from Deeper and Darker) +- ecologics:seashell_tile_stairs (from Ecologics) +- ecologics:snow_brick_stairs (from Ecologics) +- ecologics:ice_brick_stairs (from Ecologics) +- snowyspirit:gingerbread_stairs (from Snowy Spirit) +- spectrum:smooth_basalt_stairs (from Spectrum) +- spectrum:polished_basalt_stairs (from Spectrum) +- spectrum:basalt_brick_stairs (from Spectrum) +- spectrum:calcite_stairs (from Spectrum) +- spectrum:polished_calcite_stairs (from Spectrum) +- spectrum:calcite_brick_stairs (from Spectrum) +- #spectrum:colored_stairs (from Spectrum) +- supplementaries:blackstone_tile_stairs (from Supplementaries) +- supplementaries:ash_bricks_stairs (from Supplementaries) +- supplementaries:lapis_bricks_stairs (from Supplementaries) +- supplementaries:stone_tile_stairs (from Supplementaries) +- techreborn:rubber_stair (from Tech Reborn) +- techreborn:advanced_alloy_storage_block_stairs (from Tech Reborn) +- techreborn:aluminum_storage_block_stairs (from Tech Reborn) +- techreborn:brass_storage_block_stairs (from Tech Reborn) +- techreborn:bronze_storage_block_stairs (from Tech Reborn) +- techreborn:chrome_storage_block_stairs (from Tech Reborn) +- techreborn:electrum_storage_block_stairs (from Tech Reborn) +- techreborn:hot_tungstensteel_storage_block_stairs (from Tech Reborn) +- techreborn:invar_storage_block_stairs (from Tech Reborn) +- techreborn:iridium_storage_block_stairs (from Tech Reborn) +- techreborn:iridium_reinforced_stone_storage_block_stairs (from Tech Reborn) +- techreborn:iridium_reinforced_tungstensteel_storage_block_stairs (from Tech Reborn) +- techreborn:lead_storage_block_stairs (from Tech Reborn) +- techreborn:nickel_storage_block_stairs (from Tech Reborn) +- techreborn:peridot_storage_block_stairs (from Tech Reborn) +- techreborn:platinum_storage_block_stairs (from Tech Reborn) +- techreborn:raw_iridium_storage_block_stairs (from Tech Reborn) +- techreborn:raw_lead_storage_block_stairs (from Tech Reborn) +- techreborn:raw_silver_storage_block_stairs (from Tech Reborn) +- techreborn:raw_tin_storage_block_stairs (from Tech Reborn) +- techreborn:raw_tungsten_storage_block_stairs (from Tech Reborn) +- techreborn:red_garnet_storage_block_stairs (from Tech Reborn) +- techreborn:refined_iron_storage_block_stairs (from Tech Reborn) +- techreborn:ruby_storage_block_stairs (from Tech Reborn) +- techreborn:sapphire_storage_block_stairs (from Tech Reborn) +- techreborn:silver_storage_block_stairs (from Tech Reborn) +- techreborn:steel_storage_block_stairs (from Tech Reborn) +- techreborn:tin_storage_block_stairs (from Tech Reborn) +- techreborn:titanium_storage_block_stairs (from Tech Reborn) +- techreborn:tungsten_storage_block_stairs (from Tech Reborn) +- techreborn:tungstensteel_storage_block_stairs (from Tech Reborn) +- techreborn:yellow_garnet_storage_block_stairs (from Tech Reborn) +- techreborn:zinc_storage_block_stairs (from Tech Reborn) +- twilightforest:castle_brick_stairs (from The Twilight Forest) +- twilightforest:worn_castle_brick_stairs (from The Twilight Forest) +- twilightforest:cracked_castle_brick_stairs (from The Twilight Forest) +- twilightforest:mossy_castle_brick_stairs (from The Twilight Forest) +- twilightforest:encased_castle_brick_stairs (from The Twilight Forest) +- twilightforest:bold_castle_brick_stairs (from The Twilight Forest) +- twilightforest:nagastone_stairs_left (from The Twilight Forest) +- twilightforest:nagastone_stairs_right (from The Twilight Forest) +- twilightforest:mossy_nagastone_stairs_left (from The Twilight Forest) +- twilightforest:mossy_nagastone_stairs_right (from The Twilight Forest) +- twilightforest:cracked_nagastone_stairs_left (from The Twilight Forest) +- twilightforest:cracked_nagastone_stairs_right (from The Twilight Forest) + +#c:white_glass_panes +- minecraft:white_stained_glass_pane (from Porting Lib Tags) + +#c:emerald_small_dusts +- techreborn:emerald_small_dust (from Tech Reborn) + +#c:crops/cantaloupe +- croptopia:cantaloupe (from Croptopia) + +#forge:raw_materials/gold +- minecraft:raw_gold (from chisels-and-bits) + +#create:stone_types/andesite +- create:cut_andesite (from Create) +- create:cut_andesite_stairs (from Create) +- create:cut_andesite_wall (from Create) +- create:polished_cut_andesite (from Create) +- create:polished_cut_andesite_stairs (from Create) +- create:polished_cut_andesite_wall (from Create) +- create:cut_andesite_bricks (from Create) +- create:cut_andesite_brick_stairs (from Create) +- create:cut_andesite_brick_wall (from Create) +- create:small_andesite_bricks (from Create) +- create:small_andesite_brick_stairs (from Create) +- create:small_andesite_brick_wall (from Create) +- create:layered_andesite (from Create) +- create:andesite_pillar (from Create) + +#advancednetherite:shovels/netherite +- minecraft:netherite_shovel (from Advanced Netherite) + +#create:vanilla_stripped_wood +- minecraft:stripped_acacia_wood (from Create) +- minecraft:stripped_birch_wood (from Create) +- minecraft:stripped_crimson_hyphae (from Create) +- minecraft:stripped_dark_oak_wood (from Create) +- minecraft:stripped_jungle_wood (from Create) +- minecraft:stripped_oak_wood (from Create) +- minecraft:stripped_mangrove_wood (from Create) +- minecraft:stripped_spruce_wood (from Create) +- minecraft:stripped_warped_hyphae (from Create) + +#c:sausages +- croptopia:sausage (from Croptopia) + +#c:gravel +- minecraft:gravel (from Porting Lib Tags) + +#ctov:dyes +- minecraft:red_dye (from ChoiceTheorem's Overhauled Villages) +- minecraft:blue_dye (from ChoiceTheorem's Overhauled Villages) +- minecraft:cyan_dye (from ChoiceTheorem's Overhauled Villages) +- minecraft:gray_dye (from ChoiceTheorem's Overhauled Villages) +- minecraft:lime_dye (from ChoiceTheorem's Overhauled Villages) +- minecraft:pink_dye (from ChoiceTheorem's Overhauled Villages) +- minecraft:black_dye (from ChoiceTheorem's Overhauled Villages) +- minecraft:brown_dye (from ChoiceTheorem's Overhauled Villages) +- minecraft:green_dye (from ChoiceTheorem's Overhauled Villages) +- minecraft:white_dye (from ChoiceTheorem's Overhauled Villages) +- minecraft:orange_dye (from ChoiceTheorem's Overhauled Villages) +- minecraft:purple_dye (from ChoiceTheorem's Overhauled Villages) +- minecraft:yellow_dye (from ChoiceTheorem's Overhauled Villages) +- minecraft:magenta_dye (from ChoiceTheorem's Overhauled Villages) +- minecraft:light_blue_dye (from ChoiceTheorem's Overhauled Villages) +- minecraft:light_gray_dye (from ChoiceTheorem's Overhauled Villages) + +#c:white_dyes +- minecraft:white_dye (from Fabric Convention Tags) +- minecraft:white_dye (from Porting Lib Tags) + +#c:silicon_ingots +- modern_industrialization:silicon_ingot (from Modern Industrialization) + +#spectrum:raw_common_meats +- minecraft:beef (from Spectrum) +- minecraft:mutton (from Spectrum) +- minecraft:chicken (from Spectrum) + +#c:invar_nuggets +- modern_industrialization:invar_nugget (from Modern Industrialization) +- techreborn:invar_nugget (from Tech Reborn) + +#c:clocks +- minecraft:clock (from Bookshelf) + +#c:portable/anvil +- portable_tables:portable_anvil (from Portable Tables) +- portable_tables:portable_chipped_anvil (from Portable Tables) +- portable_tables:portable_damaged_anvil (from Portable Tables) + +#c:storage_blocks/steeleaf +- twilightforest:steeleaf_block (from The Twilight Forest) + +#c:vegetables/kale +- croptopia:kale (from Croptopia) + +#origins:meat +- croptopia:beef_jerky (from Croptopia) +- croptopia:pork_jerky (from Croptopia) +- croptopia:pork_and_beans (from Croptopia) +- croptopia:blt (from Croptopia) +- croptopia:cheeseburger (from Croptopia) +- croptopia:hamburger (from Croptopia) +- croptopia:supreme_pizza (from Croptopia) +- croptopia:pineapple_pepperoni_pizza (from Croptopia) +- croptopia:lemon_chicken (from Croptopia) +- croptopia:fried_chicken (from Croptopia) +- croptopia:chicken_and_noodles (from Croptopia) +- croptopia:chicken_and_dumplings (from Croptopia) +- croptopia:chicken_and_rice (from Croptopia) +- croptopia:taco (from Croptopia) +- croptopia:sushi (from Croptopia) +- croptopia:cashew_chicken (from Croptopia) +- croptopia:carnitas (from Croptopia) +- croptopia:fajitas (from Croptopia) +- croptopia:enchilada (from Croptopia) +- croptopia:tamales (from Croptopia) +- croptopia:stuffed_poblanos (from Croptopia) +- croptopia:quesadilla (from Croptopia) +- croptopia:shepherds_pie (from Croptopia) +- croptopia:beef_wellington (from Croptopia) +- croptopia:fish_and_chips (from Croptopia) +- croptopia:cornish_pasty (from Croptopia) +- croptopia:beef_stew (from Croptopia) +- croptopia:beef_stir_fry (from Croptopia) +- croptopia:cooked_bacon (from Croptopia) +- croptopia:bacon (from Croptopia) +- croptopia:potato_soup (from Croptopia) +- spectrum:triple_meat_pot_pie (from Spectrum) + +#c:spyglasses +- minecraft:spyglass (from Bookshelf) + +#minecraft:emerald_ores +- minecraft:emerald_ore (from Default) +- minecraft:deepslate_emerald_ore (from Default) +- deeperdarker:sculk_stone_emerald_ore (from Deeper and Darker) + +#create:stone_types/deepslate +- create:cut_deepslate (from Create) +- create:cut_deepslate_stairs (from Create) +- create:cut_deepslate_wall (from Create) +- create:polished_cut_deepslate (from Create) +- create:polished_cut_deepslate_stairs (from Create) +- create:polished_cut_deepslate_wall (from Create) +- create:cut_deepslate_bricks (from Create) +- create:cut_deepslate_brick_stairs (from Create) +- create:cut_deepslate_brick_wall (from Create) +- create:small_deepslate_bricks (from Create) +- create:small_deepslate_brick_stairs (from Create) +- create:small_deepslate_brick_wall (from Create) +- create:layered_deepslate (from Create) +- create:deepslate_pillar (from Create) + +#c:vegetables/beetroot +- minecraft:beetroot (from Farmer's Delight) + +#c:crops/vanilla +- croptopia:vanilla (from Croptopia) + +#forge:tools/shovels +- minecraft:wooden_shovel (from chisels-and-bits) +- minecraft:stone_shovel (from chisels-and-bits) +- minecraft:iron_shovel (from chisels-and-bits) +- minecraft:golden_shovel (from chisels-and-bits) +- minecraft:diamond_shovel (from chisels-and-bits) +- minecraft:netherite_shovel (from chisels-and-bits) +- deeperdarker:warden_shovel (from Deeper and Darker) + +#farmersdelight:cabinets +- #farmersdelight:cabinets/wooden (from Farmer's Delight) + +#c:cinnamon_saplings +- croptopia:cinnamon_sapling (from Croptopia) +- #c:saplings/cinnamon (from Croptopia) + +#spectrum:drinkable_spirits +- spectrum:jade_wine (from Spectrum) +- spectrum:infused_beverage (from Spectrum) +- spectrum:suspicious_brew (from Spectrum) +- spectrum:reprise (from Spectrum) +- spectrum:moonshine (from Spectrum) +- spectrum:freigeist (from Spectrum) + +#c:wooden_fence_gates +- minecraft:oak_fence_gate (from Porting Lib Tags) +- minecraft:spruce_fence_gate (from Porting Lib Tags) +- minecraft:birch_fence_gate (from Porting Lib Tags) +- minecraft:jungle_fence_gate (from Porting Lib Tags) +- minecraft:acacia_fence_gate (from Porting Lib Tags) +- minecraft:dark_oak_fence_gate (from Porting Lib Tags) +- minecraft:crimson_fence_gate (from Porting Lib Tags) +- minecraft:warped_fence_gate (from Porting Lib Tags) + +#c:quintuple_compressed_cobblestone +- compressor:quintuple_compressed_cobblestone (from Compressor) + +#c:vegetables/onion +- croptopia:onion (from Croptopia) +- farmersdelight:onion (from Farmer's Delight) + +#c:advanced_alloy_plates +- techreborn:advanced_alloy_plate (from Tech Reborn) + +#c:ruby_tiny_dusts +- modern_industrialization:ruby_tiny_dust (from Modern Industrialization) + +#c:cupronickel_tiny_dusts +- modern_industrialization:cupronickel_tiny_dust (from Modern Industrialization) + +#c:chile_pepper_seeds +- croptopia:chile_pepper_seed (from Croptopia) +- #c:seeds/chilepepper (from Croptopia) + +#croptopia:advancements_saplings +- croptopia:banana_sapling (from Croptopia) +- croptopia:apple_sapling (from Croptopia) +- croptopia:orange_sapling (from Croptopia) +- croptopia:persimmon_sapling (from Croptopia) +- croptopia:plum_sapling (from Croptopia) +- croptopia:cherry_sapling (from Croptopia) +- croptopia:lemon_sapling (from Croptopia) +- croptopia:grapefruit_sapling (from Croptopia) +- croptopia:kumquat_sapling (from Croptopia) +- croptopia:peach_sapling (from Croptopia) +- croptopia:coconut_sapling (from Croptopia) +- croptopia:nutmeg_sapling (from Croptopia) +- croptopia:fig_sapling (from Croptopia) +- croptopia:nectarine_sapling (from Croptopia) +- croptopia:mango_sapling (from Croptopia) +- croptopia:dragonfruit_sapling (from Croptopia) +- croptopia:starfruit_sapling (from Croptopia) +- croptopia:avocado_sapling (from Croptopia) +- croptopia:apricot_sapling (from Croptopia) +- croptopia:pear_sapling (from Croptopia) +- croptopia:lime_sapling (from Croptopia) +- croptopia:date_sapling (from Croptopia) +- croptopia:almond_sapling (from Croptopia) +- croptopia:cashew_sapling (from Croptopia) +- croptopia:pecan_sapling (from Croptopia) +- croptopia:walnut_sapling (from Croptopia) +- croptopia:cinnamon_sapling (from Croptopia) + +#croptopia:pork_replacements +- minecraft:porkchop (from Croptopia) +- croptopia:tofu (from Croptopia) + +#c:black_glass_panes +- minecraft:black_stained_glass_pane (from Porting Lib Tags) + +#c:crops/zucchini +- croptopia:zucchini (from Croptopia) + +#ae2:illuminated_panel +- ae2:monitor (from Applied Energistics 2) +- ae2:semi_dark_monitor (from Applied Energistics 2) +- ae2:dark_monitor (from Applied Energistics 2) + +#c:tacos +- croptopia:taco (from Croptopia) + +#ftbchunks:right_click_blacklist +- minecraft:bucket (from FTB Chunks) +- minecraft:water_bucket (from FTB Chunks) +- minecraft:lava_bucket (from FTB Chunks) +- minecraft:lead (from FTB Chunks) +- minecraft:name_tag (from FTB Chunks) +- minecraft:splash_potion (from FTB Chunks) +- minecraft:lingering_potion (from FTB Chunks) + +#ad_astra_platform:ostrum_plates +- #c:ostrum_plates? (from Ad Astra!) +- #forge:plates/ostrum? (from Ad Astra!) + +#c:rice_seeds +- croptopia:rice_seed (from Croptopia) +- #c:seeds/rice (from Croptopia) + +#c:seeds/asparagus +- croptopia:asparagus_seed (from Croptopia) + +#forge:dyes/yellow +- minecraft:yellow_dye (from chisels-and-bits) + +#c:jams/blueberry_jam +- croptopia:blueberry_jam (from Croptopia) + +#c:mushrooms +- minecraft:brown_mushroom (from Bewitchment) +- minecraft:red_mushroom (from Bewitchment) +- botania:white_mushroom (from Botania) +- botania:orange_mushroom (from Botania) +- botania:magenta_mushroom (from Botania) +- botania:light_blue_mushroom (from Botania) +- botania:yellow_mushroom (from Botania) +- botania:lime_mushroom (from Botania) +- botania:pink_mushroom (from Botania) +- botania:gray_mushroom (from Botania) +- botania:light_gray_mushroom (from Botania) +- botania:cyan_mushroom (from Botania) +- botania:purple_mushroom (from Botania) +- botania:blue_mushroom (from Botania) +- botania:brown_mushroom (from Botania) +- botania:green_mushroom (from Botania) +- botania:red_mushroom (from Botania) +- botania:black_mushroom (from Botania) +- botania:white_mushroom (from Botania) +- botania:orange_mushroom (from Botania) +- botania:magenta_mushroom (from Botania) +- botania:light_blue_mushroom (from Botania) +- botania:yellow_mushroom (from Botania) +- botania:lime_mushroom (from Botania) +- botania:pink_mushroom (from Botania) +- botania:gray_mushroom (from Botania) +- botania:light_gray_mushroom (from Botania) +- botania:cyan_mushroom (from Botania) +- botania:purple_mushroom (from Botania) +- botania:blue_mushroom (from Botania) +- botania:brown_mushroom (from Botania) +- botania:green_mushroom (from Botania) +- botania:red_mushroom (from Botania) +- botania:black_mushroom (from Botania) +- #byg:mushrooms (from Oh The Biomes You'll Go) +- minecraft:brown_mushroom (from Farmer's Delight) +- minecraft:red_mushroom (from Farmer's Delight) +- minecraft:brown_mushroom (from Porting Lib Tags) +- minecraft:red_mushroom (from Porting Lib Tags) +- #c:mushrooms_nether (from Incubus Core) +- minecraft:red_mushroom (from Incubus Core) +- minecraft:brown_mushroom (from Incubus Core) + +#c:juices/melon_juice +- croptopia:melon_juice (from Croptopia) + +#c:crops/plum +- croptopia:plum (from Croptopia) + +#campanion:fruits +- minecraft:apple (from Campanion) +- minecraft:chorus_fruit (from Campanion) +- minecraft:melon_slice (from Campanion) +- minecraft:sweet_berries (from Campanion) + +#ad_astra_platform:ostrum_ingots +- #c:ostrum_ingots? (from Ad Astra!) +- #forge:ingots/ostrum? (from Ad Astra!) + +#minecraft:iron_ores +- minecraft:iron_ore (from Default) +- minecraft:deepslate_iron_ore (from Default) +- ad_astra:moon_iron_ore (from Ad Astra!) +- ad_astra:mars_iron_ore (from Ad Astra!) +- ad_astra:mercury_iron_ore (from Ad Astra!) +- ad_astra:glacio_iron_ore (from Ad Astra!) +- deeperdarker:sculk_stone_iron_ore (from Deeper and Darker) + +#c:steel_leggings +- indrev:steel_leggings (from Industrial Revolution) +- astromine:steel_leggings? (from Industrial Revolution) + +#botania:mystical_flowers +- botania:black_mystical_flower (from Botania) +- botania:blue_mystical_flower (from Botania) +- botania:brown_mystical_flower (from Botania) +- botania:cyan_mystical_flower (from Botania) +- botania:gray_mystical_flower (from Botania) +- botania:green_mystical_flower (from Botania) +- botania:light_blue_mystical_flower (from Botania) +- botania:light_gray_mystical_flower (from Botania) +- botania:lime_mystical_flower (from Botania) +- botania:magenta_mystical_flower (from Botania) +- botania:orange_mystical_flower (from Botania) +- botania:pink_mystical_flower (from Botania) +- botania:purple_mystical_flower (from Botania) +- botania:red_mystical_flower (from Botania) +- botania:white_mystical_flower (from Botania) +- botania:yellow_mystical_flower (from Botania) + +#c:ore_bearing_ground/deepslate +- minecraft:deepslate (from Porting Lib Tags) + +#minecraft:stone_crafting_materials +- minecraft:cobblestone (from Default) +- minecraft:blackstone (from Default) +- minecraft:cobbled_deepslate (from Default) +- ad_astra:moon_cobblestone (from Ad Astra!) +- ad_astra:mars_cobblestone (from Ad Astra!) +- ad_astra:venus_cobblestone (from Ad Astra!) +- ad_astra:mercury_cobblestone (from Ad Astra!) +- ad_astra:glacio_cobblestone (from Ad Astra!) +- byg:red_rock (from Oh The Biomes You'll Go) +- byg:dacite_cobblestone (from Oh The Biomes You'll Go) +- byg:scoria_cobblestone (from Oh The Biomes You'll Go) +- byg:soapstone (from Oh The Biomes You'll Go) +- byg:cobbled_ether_stone (from Oh The Biomes You'll Go) +- deeperdarker:cobbled_sculk_stone (from Deeper and Darker) +- deeperdarker:cobbled_gloomslate (from Deeper and Darker) + +#c:milks +- croptopia:milk_bottle (from Croptopia) +- croptopia:soy_milk (from Croptopia) +- minecraft:milk_bucket (from Croptopia) +- #c:milk_buckets? (from Croptopia) +- spectrum:clotted_cream (from Spectrum) + +#c:uranium_235_dusts +- modern_industrialization:uranium_235_dust (from Modern Industrialization) + +#c:tea_seeds +- croptopia:tea_seed (from Croptopia) +- #c:seeds/tea_leaves (from Croptopia) + +#botania:disposable +- minecraft:dirt (from Botania) +- minecraft:gravel (from Botania) +- minecraft:cobblestone (from Botania) +- minecraft:netherrack (from Botania) +- minecraft:cobbled_deepslate (from Botania) +- minecraft:end_stone (from Botania) +- #minecraft:sand (from Botania) + +#another_furniture:sofas +- another_furniture:white_sofa (from Another Furniture) +- another_furniture:orange_sofa (from Another Furniture) +- another_furniture:magenta_sofa (from Another Furniture) +- another_furniture:light_blue_sofa (from Another Furniture) +- another_furniture:yellow_sofa (from Another Furniture) +- another_furniture:lime_sofa (from Another Furniture) +- another_furniture:pink_sofa (from Another Furniture) +- another_furniture:gray_sofa (from Another Furniture) +- another_furniture:light_gray_sofa (from Another Furniture) +- another_furniture:cyan_sofa (from Another Furniture) +- another_furniture:purple_sofa (from Another Furniture) +- another_furniture:blue_sofa (from Another Furniture) +- another_furniture:brown_sofa (from Another Furniture) +- another_furniture:green_sofa (from Another Furniture) +- another_furniture:red_sofa (from Another Furniture) +- another_furniture:black_sofa (from Another Furniture) + +#c:copper_tiny_dusts +- modern_industrialization:copper_tiny_dust (from Modern Industrialization) + +#farmersdelight:canvas_signs +- farmersdelight:canvas_sign (from Farmer's Delight) +- farmersdelight:white_canvas_sign (from Farmer's Delight) +- farmersdelight:orange_canvas_sign (from Farmer's Delight) +- farmersdelight:magenta_canvas_sign (from Farmer's Delight) +- farmersdelight:light_blue_canvas_sign (from Farmer's Delight) +- farmersdelight:yellow_canvas_sign (from Farmer's Delight) +- farmersdelight:lime_canvas_sign (from Farmer's Delight) +- farmersdelight:pink_canvas_sign (from Farmer's Delight) +- farmersdelight:gray_canvas_sign (from Farmer's Delight) +- farmersdelight:light_gray_canvas_sign (from Farmer's Delight) +- farmersdelight:cyan_canvas_sign (from Farmer's Delight) +- farmersdelight:purple_canvas_sign (from Farmer's Delight) +- farmersdelight:blue_canvas_sign (from Farmer's Delight) +- farmersdelight:brown_canvas_sign (from Farmer's Delight) +- farmersdelight:green_canvas_sign (from Farmer's Delight) +- farmersdelight:red_canvas_sign (from Farmer's Delight) +- farmersdelight:black_canvas_sign (from Farmer's Delight) + +#c:advanced_alloy_ingots +- techreborn:advanced_alloy_ingot (from Tech Reborn) + +#forge:glass/black +- minecraft:black_stained_glass (from chisels-and-bits) + +#c:potions +- minecraft:lingering_potion (from Fabric Convention Tags) +- minecraft:splash_potion (from Fabric Convention Tags) +- minecraft:potion (from Fabric Convention Tags) + +#c:ruby_dusts +- modern_industrialization:ruby_dust (from Modern Industrialization) +- techreborn:ruby_dust (from Tech Reborn) + +#c:emerald_tiny_dusts +- modern_industrialization:emerald_tiny_dust (from Modern Industrialization) + +#trinkets:chest/necklace +- ae2:wireless_crafting_terminal (from AE2WTLib) +- ae2wtlib:wireless_pattern_encoding_terminal (from AE2WTLib) +- ae2wtlib:wireless_pattern_access_terminal (from AE2WTLib) +- ae2wtlib:wireless_universal_terminal (from AE2WTLib) +- artifacts:cross_necklace (from Artifacts) +- artifacts:flame_pendant (from Artifacts) +- artifacts:lucky_scarf (from Artifacts) +- artifacts:panic_necklace (from Artifacts) +- artifacts:scarf_of_invisibility (from Artifacts) +- artifacts:shock_pendant (from Artifacts) +- artifacts:thorn_pendant (from Artifacts) +- artifacts:charm_of_sinking (from Artifacts) +- bewitchment:nazar (from Bewitchment) +- bewitchment:hellish_bauble (from Bewitchment) +- botania:blood_pendant (from Botania) +- botania:cloud_pendant (from Botania) +- botania:diva_charm (from Botania) +- botania:goddess_charm (from Botania) +- botania:ice_pendant (from Botania) +- botania:lava_pendant (from Botania) +- botania:super_cloud_pendant (from Botania) +- botania:super_lava_pendant (from Botania) +- botania:third_eye (from Botania) +- #darkutils:charms (from DarkUtilities) +- doodads:midnights_eye (from Doodads) +- kibe:magnet (from Kibe) +- spectrum:totem_pendant (from Spectrum) +- spectrum:lesser_potion_pendant (from Spectrum) +- spectrum:greater_potion_pendant (from Spectrum) +- spectrum:shieldgrasp_amulet (from Spectrum) +- twilightforest:charm_of_life_1 (from The Twilight Forest) +- twilightforest:charm_of_life_2 (from The Twilight Forest) + +#c:aluminum_gears +- modern_industrialization:aluminum_gear (from Modern Industrialization) + +#supplementaries:blackboard_white +- #forge:gems/quartz? (from Supplementaries) +- #forge:dyes/white? (from Supplementaries) +- chalk:white_chalk? (from Supplementaries) +- minecraft:quartz? (from Supplementaries) +- minecraft:white_dye? (from Supplementaries) + +#campanion:flat_tent_tops +- campanion:pink_flat_tent_top (from Campanion) +- campanion:blue_flat_tent_top (from Campanion) +- campanion:lime_flat_tent_top (from Campanion) +- campanion:purple_flat_tent_top (from Campanion) +- campanion:white_flat_tent_top (from Campanion) +- campanion:gray_flat_tent_top (from Campanion) +- campanion:magenta_flat_tent_top (from Campanion) +- campanion:green_flat_tent_top (from Campanion) +- campanion:red_flat_tent_top (from Campanion) +- campanion:orange_flat_tent_top (from Campanion) +- campanion:black_flat_tent_top (from Campanion) +- campanion:yellow_flat_tent_top (from Campanion) +- campanion:cyan_flat_tent_top (from Campanion) +- campanion:light_gray_flat_tent_top (from Campanion) +- campanion:brown_flat_tent_top (from Campanion) +- campanion:light_blue_flat_tent_top (from Campanion) + +#byg:all/ice +- #minecraft:ice? (from Oh The Biomes You'll Go) + +#bookshelf:fence_gates +- #c:fence_gates (from Bookshelf) + +#modern_industrialization:item_pipes +- modern_industrialization:item_pipe (from Modern Industrialization) +- modern_industrialization:white_item_pipe (from Modern Industrialization) +- modern_industrialization:orange_item_pipe (from Modern Industrialization) +- modern_industrialization:magenta_item_pipe (from Modern Industrialization) +- modern_industrialization:light_blue_item_pipe (from Modern Industrialization) +- modern_industrialization:yellow_item_pipe (from Modern Industrialization) +- modern_industrialization:lime_item_pipe (from Modern Industrialization) +- modern_industrialization:pink_item_pipe (from Modern Industrialization) +- modern_industrialization:gray_item_pipe (from Modern Industrialization) +- modern_industrialization:light_gray_item_pipe (from Modern Industrialization) +- modern_industrialization:cyan_item_pipe (from Modern Industrialization) +- modern_industrialization:purple_item_pipe (from Modern Industrialization) +- modern_industrialization:blue_item_pipe (from Modern Industrialization) +- modern_industrialization:brown_item_pipe (from Modern Industrialization) +- modern_industrialization:green_item_pipe (from Modern Industrialization) +- modern_industrialization:red_item_pipe (from Modern Industrialization) +- modern_industrialization:black_item_pipe (from Modern Industrialization) + +#c:walnut_saplings +- croptopia:walnut_sapling (from Croptopia) +- #c:saplings/walnut (from Croptopia) + +#c:armors/boots +- twilightforest:ironwood_boots (from The Twilight Forest) +- twilightforest:steeleaf_boots (from The Twilight Forest) +- twilightforest:knightmetal_boots (from The Twilight Forest) +- twilightforest:fiery_boots (from The Twilight Forest) +- twilightforest:arctic_boots (from The Twilight Forest) +- twilightforest:yeti_boots (from The Twilight Forest) + +#bewitchment:average_wands +- bewitchment:golden_candelabra (from Bewitchment) +- bewitchment:silver_candelabra (from Bewitchment) + +#advancednetherite:shovels/upgrade_to_netherite_diamond +- #advancednetherite:shovels/netherite_emerald (from Advanced Netherite) + +#minecraft:wooden_stairs +- minecraft:oak_stairs (from Default) +- minecraft:spruce_stairs (from Default) +- minecraft:birch_stairs (from Default) +- minecraft:jungle_stairs (from Default) +- minecraft:acacia_stairs (from Default) +- minecraft:dark_oak_stairs (from Default) +- minecraft:crimson_stairs (from Default) +- minecraft:warped_stairs (from Default) +- minecraft:mangrove_stairs (from Default) +- bambooeverything:bamboo_stairs (from Bamboo Everything) +- bambooeverything:dry_bamboo_stairs (from Bamboo Everything) +- bewitchment:juniper_stairs (from Bewitchment) +- bewitchment:cypress_stairs (from Bewitchment) +- bewitchment:elder_stairs (from Bewitchment) +- bewitchment:dragons_blood_stairs (from Bewitchment) +- biomemakeover:blighted_balsa_stairs (from Biome Makeover) +- biomemakeover:willow_stairs (from Biome Makeover) +- biomemakeover:swamp_cypress_stairs (from Biome Makeover) +- biomemakeover:ancient_oak_stairs (from Biome Makeover) +- botania:dreamwood_planks_stairs (from Botania) +- botania:dreamwood_stairs (from Botania) +- botania:livingwood_planks_stairs (from Botania) +- botania:livingwood_stairs (from Botania) +- botania:shimmerwood_planks_stairs (from Botania) +- botania:stripped_dreamwood_stairs (from Botania) +- botania:stripped_livingwood_stairs (from Botania) +- byg:aspen_stairs (from Oh The Biomes You'll Go) +- byg:baobab_stairs (from Oh The Biomes You'll Go) +- byg:blue_enchanted_stairs (from Oh The Biomes You'll Go) +- byg:bulbis_stairs (from Oh The Biomes You'll Go) +- byg:cherry_stairs (from Oh The Biomes You'll Go) +- byg:cika_stairs (from Oh The Biomes You'll Go) +- byg:cypress_stairs (from Oh The Biomes You'll Go) +- byg:ebony_stairs (from Oh The Biomes You'll Go) +- byg:embur_stairs (from Oh The Biomes You'll Go) +- byg:ether_stairs (from Oh The Biomes You'll Go) +- byg:fir_stairs (from Oh The Biomes You'll Go) +- byg:green_enchanted_stairs (from Oh The Biomes You'll Go) +- byg:holly_stairs (from Oh The Biomes You'll Go) +- byg:imparius_stairs (from Oh The Biomes You'll Go) +- byg:jacaranda_stairs (from Oh The Biomes You'll Go) +- byg:lament_stairs (from Oh The Biomes You'll Go) +- byg:mahogany_stairs (from Oh The Biomes You'll Go) +- byg:maple_stairs (from Oh The Biomes You'll Go) +- byg:nightshade_stairs (from Oh The Biomes You'll Go) +- byg:palm_stairs (from Oh The Biomes You'll Go) +- byg:pine_stairs (from Oh The Biomes You'll Go) +- byg:rainbow_eucalyptus_stairs (from Oh The Biomes You'll Go) +- byg:redwood_stairs (from Oh The Biomes You'll Go) +- byg:skyris_stairs (from Oh The Biomes You'll Go) +- byg:sythian_stairs (from Oh The Biomes You'll Go) +- byg:white_mangrove_stairs (from Oh The Biomes You'll Go) +- byg:willow_stairs (from Oh The Biomes You'll Go) +- byg:witch_hazel_stairs (from Oh The Biomes You'll Go) +- byg:zelkova_stairs (from Oh The Biomes You'll Go) +- deeperdarker:echo_stairs (from Deeper and Darker) +- ecologics:coconut_stairs (from Ecologics) +- ecologics:walnut_stairs (from Ecologics) +- ecologics:azalea_stairs (from Ecologics) +- ecologics:flowering_azalea_stairs (from Ecologics) +- techreborn:rubber_stair (from Tech Reborn) +- twilightforest:twilight_oak_stairs (from The Twilight Forest) +- twilightforest:canopy_stairs (from The Twilight Forest) +- twilightforest:mangrove_stairs (from The Twilight Forest) +- twilightforest:dark_stairs (from The Twilight Forest) +- twilightforest:time_stairs (from The Twilight Forest) +- twilightforest:transformation_stairs (from The Twilight Forest) +- twilightforest:mining_stairs (from The Twilight Forest) +- twilightforest:sorting_stairs (from The Twilight Forest) +- vinery:cherry_stairs (from Vinery) + +#c:raw_desh_ores +- ad_astra:raw_desh (from Ad Astra!) + +#c:ores/anthracite +- byg:anthracite_ore (from Oh The Biomes You'll Go) + +#advancednetherite:boots/upgrade_to_netherite_diamond +- #advancednetherite:boots/netherite_emerald (from Advanced Netherite) + +#c:platinum_dusts +- modern_industrialization:platinum_dust (from Modern Industrialization) +- techreborn:platinum_dust (from Tech Reborn) + +#ad_astra_platform:desh_blocks +- #c:desh_blocks? (from Ad Astra!) +- #forge:storage_blocks/desh? (from Ad Astra!) + +#c:seeds/sweetpotato +- croptopia:sweetpotato_seed (from Croptopia) + +#ae2:quartz_wrench +- ae2:certus_quartz_wrench (from Applied Energistics 2) +- ae2:nether_quartz_wrench (from Applied Energistics 2) + +#c:grain/oats +- croptopia:oat (from Croptopia) + +#c:octuple_compressed_gravel +- compressor:octuple_compressed_gravel (from Compressor) + +#advancednetherite:pickaxes/netherite_diamond +- advancednetherite:netherite_diamond_pickaxe (from Advanced Netherite) + +#c:barrels +- #c:wooden_barrels (from Porting Lib Tags) + +#spectrum:player_only_glass +- spectrum:tinted_semi_permeable_glass (from Spectrum) +- spectrum:glowing_semi_permeable_glass (from Spectrum) +- spectrum:vanilla_semi_permeable_glass (from Spectrum) +- spectrum:amethyst_semi_permeable_glass (from Spectrum) +- spectrum:topaz_semi_permeable_glass (from Spectrum) +- spectrum:citrine_semi_permeable_glass (from Spectrum) +- spectrum:onyx_semi_permeable_glass (from Spectrum) +- spectrum:moonstone_semi_permeable_glass (from Spectrum) + +#spectrum:gemstone_glass +- spectrum:amethyst_glass (from Spectrum) +- spectrum:citrine_glass (from Spectrum) +- spectrum:topaz_glass (from Spectrum) +- spectrum:moonstone_glass (from Spectrum) +- spectrum:onyx_glass (from Spectrum) + +#c:starfruit_saplings +- croptopia:starfruit_sapling (from Croptopia) +- #c:saplings/starfruit (from Croptopia) + +#forge:ores/emerald +- #minecraft:emerald_ores (from chisels-and-bits) +- deeperdarker:sculk_stone_emerald_ore (from Deeper and Darker) + +#balm:lime_dyes +- #c:lime_dyes? (from Balm) +- minecraft:lime_dye (from Balm) + +#c:hashed_brown +- croptopia:hashed_brown (from Croptopia) + +#c:le_mox_dusts +- modern_industrialization:le_mox_dust (from Modern Industrialization) + +#computercraft:wired_modem +- computercraft:wired_modem (from CC: Restitched) +- computercraft:wired_modem_full (from CC: Restitched) + +#techreborn:plantball_material +- #minecraft:leaves (from Tech Reborn) +- #minecraft:saplings (from Tech Reborn) +- minecraft:beetroot (from Tech Reborn) +- minecraft:carrot (from Tech Reborn) +- minecraft:potato (from Tech Reborn) +- minecraft:wheat (from Tech Reborn) +- minecraft:melon (from Tech Reborn) +- minecraft:sugar_cane (from Tech Reborn) +- minecraft:cactus (from Tech Reborn) +- minecraft:apple (from Tech Reborn) +- minecraft:pumpkin (from Tech Reborn) +- minecraft:kelp (from Tech Reborn) +- minecraft:sweet_berries (from Tech Reborn) + +#forge:dyes/lime +- minecraft:lime_dye (from chisels-and-bits) + +#another_furniture:tables +- another_furniture:oak_table (from Another Furniture) +- another_furniture:spruce_table (from Another Furniture) +- another_furniture:birch_table (from Another Furniture) +- another_furniture:jungle_table (from Another Furniture) +- another_furniture:acacia_table (from Another Furniture) +- another_furniture:dark_oak_table (from Another Furniture) +- another_furniture:mangrove_table? (from Another Furniture) +- another_furniture:crimson_table (from Another Furniture) +- another_furniture:warped_table (from Another Furniture) + +#c:septuple_compressed_deepslate +- compressor:septuple_compressed_deepslate (from Compressor) + +#c:green_glass_panes +- minecraft:green_stained_glass_pane (from Porting Lib Tags) + +#brazier:iron_nuggets +- minecraft:iron_nugget (from Brazier) +- #forge:nuggets/iron? (from Brazier) +- #c:iron_nuggets? (from Brazier) + +#toolstats:ignore_harvest_level + +#bookshelf:hoes +- #c:hoes (from Bookshelf) + +#c:quintuple_compressed_stone +- compressor:quintuple_compressed_stone (from Compressor) + +#advancednetherite:swords/netherite_iron +- advancednetherite:netherite_iron_sword (from Advanced Netherite) + +#c:crops/blackbean +- croptopia:blackbean (from Croptopia) + +#c:raw_platinum_ores +- modern_industrialization:raw_platinum (from Modern Industrialization) + +#c:vegetables/soybean +- croptopia:soybean (from Croptopia) + +#c:crops/fig +- croptopia:fig (from Croptopia) + +#c:silver_blocks +- bewitchment:silver_block (from Bewitchment) +- indrev:silver_block (from Industrial Revolution) +- modern_industrialization:silver_block (from Modern Industrialization) +- techreborn:silver_storage_block (from Tech Reborn) + +#advancednetherite:tiers/armor/netherite_gold +- advancednetherite:netherite_gold_helmet (from Advanced Netherite) +- advancednetherite:netherite_gold_chestplate (from Advanced Netherite) +- advancednetherite:netherite_gold_leggings (from Advanced Netherite) +- advancednetherite:netherite_gold_boots (from Advanced Netherite) + +#byg:pink_dye +- byg:osiria_rose (from Oh The Biomes You'll Go) +- byg:japanese_orchid (from Oh The Biomes You'll Go) +- byg:silver_vase_flower (from Oh The Biomes You'll Go) +- byg:daffodil (from Oh The Biomes You'll Go) +- byg:bistort (from Oh The Biomes You'll Go) +- byg:firecracker_flower_bush (from Oh The Biomes You'll Go) +- byg:peach_leather_flower (from Oh The Biomes You'll Go) +- byg:pink_allium (from Oh The Biomes You'll Go) +- byg:pink_allium_flower_bush (from Oh The Biomes You'll Go) +- byg:pink_anemone (from Oh The Biomes You'll Go) +- byg:pink_daffodil (from Oh The Biomes You'll Go) +- byg:tall_pink_allium (from Oh The Biomes You'll Go) + +#c:basalt +- minecraft:basalt (from Tech Reborn) +- minecraft:polished_basalt (from Tech Reborn) +- minecraft:smooth_basalt (from Tech Reborn) + +#c:shepherds_pie +- croptopia:shepherds_pie (from Croptopia) + +#c:ender_pearls +- minecraft:ender_pearl (from Applied Energistics 2) +- minecraft:ender_pearl (from CC: Restitched) +- minecraft:ender_pearl (from Porting Lib Tags) + +#c:sphalerite_dusts +- techreborn:sphalerite_dust (from Tech Reborn) + +#minecraft:tall_flowers +- minecraft:sunflower (from Default) +- minecraft:lilac (from Default) +- minecraft:peony (from Default) +- minecraft:rose_bush (from Default) +- biomemakeover:swamp_azalea (from Biome Makeover) +- biomemakeover:marigold (from Biome Makeover) +- #botania:double_mystical_flowers (from Botania) +- byg:foxglove (from Oh The Biomes You'll Go) +- byg:delphinium (from Oh The Biomes You'll Go) +- byg:japanese_orchid (from Oh The Biomes You'll Go) +- byg:tall_allium (from Oh The Biomes You'll Go) +- byg:tall_pink_allium (from Oh The Biomes You'll Go) +- farmersdelight:wild_rice (from Farmer's Delight) + +#c:light_gray_glass +- minecraft:light_gray_stained_glass (from Porting Lib Tags) + +#c:apricot_saplings +- croptopia:apricot_sapling (from Croptopia) +- #c:saplings/apricot (from Croptopia) + +#c:compressed_stone +- compressor:compressed_stone (from Compressor) + +#c:red_garnet_small_dusts +- techreborn:red_garnet_small_dust (from Tech Reborn) + +#c:quartz +- minecraft:quartz (from Applied Energistics 2) +- minecraft:quartz (from Fabric Convention Tags) +- minecraft:quartz (from Porting Lib Tags) +- minecraft:quartz (from Incubus Core) + +#c:pink_sand +- byg:pink_sand (from Oh The Biomes You'll Go) + +#c:lignite_coal_dusts +- modern_industrialization:lignite_coal_dust (from Modern Industrialization) + +#c:sweetpotatos +- croptopia:sweetpotato (from Croptopia) +- #c:vegetables/sweetpotato (from Croptopia) +- croptopia:sweetpotato (from Croptopia) +- #c:crops/sweetpotato (from Croptopia) + +#spectrum:coming_soon_tooltip +- spectrum:crystallarieum (from Spectrum) +- spectrum:dreamflayer (from Spectrum) +- spectrum:small_bismuth_bud (from Spectrum) +- spectrum:large_bismuth_bud (from Spectrum) +- spectrum:bismuth_cluster (from Spectrum) +- spectrum:bismuth_block (from Spectrum) +- spectrum:bismuth_crystal (from Spectrum) +- spectrum:malachite_ore (from Spectrum) +- spectrum:deepslate_malachite_ore (from Spectrum) +- spectrum:small_malachite_bud (from Spectrum) +- spectrum:large_malachite_bud (from Spectrum) +- spectrum:malachite_cluster (from Spectrum) +- spectrum:raw_malachite (from Spectrum) +- spectrum:malachite_crystal (from Spectrum) +- spectrum:malachite_block (from Spectrum) +- #spectrum:pure_resources (from Spectrum) +- spectrum:small_coal_bud (from Spectrum) +- spectrum:large_coal_bud (from Spectrum) +- spectrum:small_copper_bud (from Spectrum) +- spectrum:large_copper_bud (from Spectrum) +- spectrum:small_diamond_bud (from Spectrum) +- spectrum:large_diamond_bud (from Spectrum) +- spectrum:small_emerald_bud (from Spectrum) +- spectrum:large_emerald_bud (from Spectrum) +- spectrum:small_glowstone_bud (from Spectrum) +- spectrum:large_glowstone_bud (from Spectrum) +- spectrum:small_gold_bud (from Spectrum) +- spectrum:large_gold_bud (from Spectrum) +- spectrum:small_iron_bud (from Spectrum) +- spectrum:large_iron_bud (from Spectrum) +- spectrum:small_lapis_bud (from Spectrum) +- spectrum:large_lapis_bud (from Spectrum) +- spectrum:small_netherite_bud (from Spectrum) +- spectrum:large_netherite_bud (from Spectrum) +- spectrum:small_prismarine_bud (from Spectrum) +- spectrum:large_prismarine_bud (from Spectrum) +- spectrum:small_quartz_bud (from Spectrum) +- spectrum:large_quartz_bud (from Spectrum) +- spectrum:small_redstone_bud (from Spectrum) +- spectrum:large_redstone_bud (from Spectrum) +- spectrum:small_certus_quartz_bud (from Spectrum) +- spectrum:large_certus_quartz_bud (from Spectrum) +- spectrum:small_fluix_bud (from Spectrum) +- spectrum:large_fluix_bud (from Spectrum) +- spectrum:small_globette_bud (from Spectrum) +- spectrum:large_globette_bud (from Spectrum) +- spectrum:small_globette_end_bud (from Spectrum) +- spectrum:large_globette_end_bud (from Spectrum) +- spectrum:small_globette_nether_bud (from Spectrum) +- spectrum:large_globette_nether_bud (from Spectrum) +- spectrum:malachite_cluster (from Spectrum) +- spectrum:bismuth_cluster (from Spectrum) +- spectrum:coal_cluster (from Spectrum) +- spectrum:copper_cluster (from Spectrum) +- spectrum:diamond_cluster (from Spectrum) +- spectrum:emerald_cluster (from Spectrum) +- spectrum:glowstone_cluster (from Spectrum) +- spectrum:gold_cluster (from Spectrum) +- spectrum:iron_cluster (from Spectrum) +- spectrum:lapis_cluster (from Spectrum) +- spectrum:netherite_cluster (from Spectrum) +- spectrum:prismarine_cluster (from Spectrum) +- spectrum:quartz_cluster (from Spectrum) +- spectrum:redstone_cluster (from Spectrum) +- spectrum:certus_quartz_cluster (from Spectrum) +- spectrum:fluix_cluster (from Spectrum) +- spectrum:globette_cluster (from Spectrum) +- spectrum:globette_end_cluster (from Spectrum) +- spectrum:globette_nether_cluster (from Spectrum) +- spectrum:music_disc_dimension_theme (from Spectrum) +- spectrum:spawner (from Spectrum) +- spectrum:bottle_of_forfeiture (from Spectrum) +- spectrum:puff_circlet (from Spectrum) +- spectrum:neat_ring (from Spectrum) +- spectrum:greater_potion_pendant (from Spectrum) +- spectrum:resonant_pickaxe (from Spectrum) +- spectrum:exchanging_staff (from Spectrum) +- spectrum:end_portal_cracker (from Spectrum) +- spectrum:pedestal_moonstone (from Spectrum) +- spectrum:upgrade_speed3 (from Spectrum) +- spectrum:upgrade_efficiency2 (from Spectrum) +- spectrum:upgrade_yield (from Spectrum) +- spectrum:upgrade_yield2 (from Spectrum) +- spectrum:upgrade_experience2 (from Spectrum) +- spectrum:cracked_end_portal_frame (from Spectrum) +- spectrum:entity_detector (from Spectrum) +- spectrum:celestial_pocketwatch (from Spectrum) +- spectrum:inkwell (from Spectrum) +- spectrum:ink_duct (from Spectrum) +- spectrum:artists_palette (from Spectrum) +- spectrum:paltaeria_ore (from Spectrum) +- spectrum:paltaeria_fragments (from Spectrum) +- spectrum:paltaeria_gem (from Spectrum) +- spectrum:paltaeria_fragment_block (from Spectrum) +- spectrum:spectral_shard (from Spectrum) +- spectrum:spectral_shard_block (from Spectrum) +- spectrum:spectral_shard_storage_block (from Spectrum) +- spectrum:ominous_sapling (from Spectrum) +- spectrum:spirit_sallow_roots (from Spectrum) +- spectrum:spirit_sallow_log (from Spectrum) +- spectrum:spirit_sallow_leaves (from Spectrum) +- spectrum:spirit_sallow_heart (from Spectrum) +- spectrum:vibrant_cyan_catkin (from Spectrum) +- spectrum:vibrant_magenta_catkin (from Spectrum) +- spectrum:vibrant_yellow_catkin (from Spectrum) +- spectrum:vibrant_black_catkin (from Spectrum) +- spectrum:vibrant_white_catkin (from Spectrum) +- spectrum:lucid_cyan_catkin (from Spectrum) +- spectrum:lucid_magenta_catkin (from Spectrum) +- spectrum:lucid_yellow_catkin (from Spectrum) +- spectrum:lucid_black_catkin (from Spectrum) +- spectrum:lucid_white_catkin (from Spectrum) +- spectrum:sacred_soil (from Spectrum) +- spectrum:moonstone_shard (from Spectrum) +- spectrum:moonstone_powder (from Spectrum) +- spectrum:moonstone_storage_block (from Spectrum) +- spectrum:moonstone_glass (from Spectrum) +- spectrum:moonstone_semi_permeable_glass (from Spectrum) +- spectrum:moonstone_chime (from Spectrum) +- spectrum:moonstone_decostone (from Spectrum) +- spectrum:moonstone_chiseled_basalt (from Spectrum) +- spectrum:moonstone_chiseled_calcite (from Spectrum) +- spectrum:moonstone_calcite_lamp (from Spectrum) +- spectrum:moonstone_basalt_lamp (from Spectrum) +- spectrum:moonstone_block (from Spectrum) +- spectrum:budding_moonstone (from Spectrum) +- spectrum:small_moonstone_bud (from Spectrum) +- spectrum:medium_moonstone_bud (from Spectrum) +- spectrum:large_moonstone_bud (from Spectrum) +- spectrum:moonstone_cluster (from Spectrum) +- spectrum:moonstone_ore (from Spectrum) +- spectrum:deepslate_moonstone_ore (from Spectrum) +- spectrum:white_pigment (from Spectrum) +- spectrum:light_gray_pigment (from Spectrum) +- spectrum:gray_pigment (from Spectrum) +- spectrum:white_block (from Spectrum) +- spectrum:light_gray_block (from Spectrum) +- spectrum:gray_block (from Spectrum) +- spectrum:white_lamp (from Spectrum) +- spectrum:gray_lamp (from Spectrum) +- spectrum:light_gray_lamp (from Spectrum) +- spectrum:white_log (from Spectrum) +- spectrum:gray_log (from Spectrum) +- spectrum:light_gray_log (from Spectrum) +- spectrum:white_leaves (from Spectrum) +- spectrum:gray_leaves (from Spectrum) +- spectrum:light_gray_leaves (from Spectrum) +- spectrum:white_sapling (from Spectrum) +- spectrum:gray_sapling (from Spectrum) +- spectrum:light_gray_sapling (from Spectrum) +- spectrum:white_planks (from Spectrum) +- spectrum:gray_planks (from Spectrum) +- spectrum:light_gray_planks (from Spectrum) +- spectrum:white_stairs (from Spectrum) +- spectrum:gray_stairs (from Spectrum) +- spectrum:light_gray_stairs (from Spectrum) +- spectrum:white_pressure_plate (from Spectrum) +- spectrum:gray_pressure_plate (from Spectrum) +- spectrum:light_gray_pressure_plate (from Spectrum) +- spectrum:white_fence (from Spectrum) +- spectrum:gray_fence (from Spectrum) +- spectrum:light_gray_fence (from Spectrum) +- spectrum:white_fence_gate (from Spectrum) +- spectrum:gray_fence_gate (from Spectrum) +- spectrum:light_gray_fence_gate (from Spectrum) +- spectrum:white_button (from Spectrum) +- spectrum:gray_button (from Spectrum) +- spectrum:light_gray_button (from Spectrum) +- spectrum:white_slab (from Spectrum) +- spectrum:gray_slab (from Spectrum) +- spectrum:light_gray_slab (from Spectrum) +- spectrum:white_glowblock (from Spectrum) +- spectrum:gray_glowblock (from Spectrum) +- spectrum:light_gray_glowblock (from Spectrum) +- spectrum:white_spore_blossom (from Spectrum) +- spectrum:gray_spore_blossom (from Spectrum) +- spectrum:light_gray_spore_blossom (from Spectrum) +- spectrum:connection_node (from Spectrum) +- spectrum:provider_node (from Spectrum) +- spectrum:storage_node (from Spectrum) +- spectrum:pusher_node (from Spectrum) +- spectrum:puller_node (from Spectrum) +- spectrum:interaction_node (from Spectrum) + +#forge:bookshelves +- #byg:bookshelves (from Oh The Biomes You'll Go) +- minecraft:bookshelf (from chisels-and-bits) + +#forge:dyes +- #forge:dyes/white (from chisels-and-bits) +- #forge:dyes/orange (from chisels-and-bits) +- #forge:dyes/magenta (from chisels-and-bits) +- #forge:dyes/light_blue (from chisels-and-bits) +- #forge:dyes/yellow (from chisels-and-bits) +- #forge:dyes/lime (from chisels-and-bits) +- #forge:dyes/pink (from chisels-and-bits) +- #forge:dyes/gray (from chisels-and-bits) +- #forge:dyes/light_gray (from chisels-and-bits) +- #forge:dyes/cyan (from chisels-and-bits) +- #forge:dyes/purple (from chisels-and-bits) +- #forge:dyes/blue (from chisels-and-bits) +- #forge:dyes/brown (from chisels-and-bits) +- #forge:dyes/green (from chisels-and-bits) +- #forge:dyes/red (from chisels-and-bits) +- #forge:dyes/black (from chisels-and-bits) + +#c:chromium_nuggets +- modern_industrialization:chromium_nugget (from Modern Industrialization) +- techreborn:chrome_nugget (from Tech Reborn) + +#trinkets:chest/pin +- spectrum:radiance_pin (from Spectrum) +- spectrum:gleaming_pin (from Spectrum) + +#c:calorite_nuggets +- ad_astra:calorite_nugget (from Ad Astra!) + +#c:septuple_compressed_blackstone +- compressor:septuple_compressed_blackstone (from Compressor) + +#c:grain/corn +- croptopia:corn (from Croptopia) + +#ecologics:flowering_azalea_logs +- ecologics:flowering_azalea_log (from Ecologics) +- ecologics:flowering_azalea_wood (from Ecologics) + +#c:ores/ametrine +- byg:ametrine_ore (from Oh The Biomes You'll Go) +- byg:budding_ametrine_ore (from Oh The Biomes You'll Go) + +#minecraft:dirt +- minecraft:dirt (from Default) +- minecraft:grass_block (from Default) +- minecraft:podzol (from Default) +- minecraft:coarse_dirt (from Default) +- minecraft:mycelium (from Default) +- minecraft:rooted_dirt (from Default) +- minecraft:moss_block (from Default) +- minecraft:mud (from Default) +- minecraft:muddy_mangrove_roots (from Default) + +#advancednetherite:hoes/upgrade_to_netherite_emerald +- #advancednetherite:hoes/netherite_gold (from Advanced Netherite) + +#byg:logs_that_burn +- #byg:aspen_logs (from Oh The Biomes You'll Go) +- #byg:baobab_logs (from Oh The Biomes You'll Go) +- #byg:blue_enchanted_logs (from Oh The Biomes You'll Go) +- #byg:cherry_logs (from Oh The Biomes You'll Go) +- #byg:cika_logs (from Oh The Biomes You'll Go) +- #byg:cypress_logs (from Oh The Biomes You'll Go) +- #byg:ebony_logs (from Oh The Biomes You'll Go) +- #byg:ether_logs (from Oh The Biomes You'll Go) +- #byg:fir_logs (from Oh The Biomes You'll Go) +- #byg:green_enchanted_logs (from Oh The Biomes You'll Go) +- #byg:holly_logs (from Oh The Biomes You'll Go) +- #byg:jacaranda_logs (from Oh The Biomes You'll Go) +- #byg:mahogany_logs (from Oh The Biomes You'll Go) +- #byg:maple_logs (from Oh The Biomes You'll Go) +- #byg:nightshade_logs (from Oh The Biomes You'll Go) +- #byg:palm_logs (from Oh The Biomes You'll Go) +- #byg:pine_logs (from Oh The Biomes You'll Go) +- #byg:rainbow_eucalyptus_logs (from Oh The Biomes You'll Go) +- #byg:redwood_logs (from Oh The Biomes You'll Go) +- #byg:skyris_logs (from Oh The Biomes You'll Go) +- #byg:white_mangrove_logs (from Oh The Biomes You'll Go) +- #byg:willow_logs (from Oh The Biomes You'll Go) +- #byg:witch_hazel_logs (from Oh The Biomes You'll Go) +- #byg:zelkova_logs (from Oh The Biomes You'll Go) + +#c:he_mox_dusts +- modern_industrialization:he_mox_dust (from Modern Industrialization) + +#c:tungsten_small_dusts +- techreborn:tungsten_small_dust (from Tech Reborn) + +#c:foods +- ad_astra:cheese (from Ad Astra!) +- minecraft:apple (from Fabric Convention Tags) +- minecraft:mushroom_stew (from Fabric Convention Tags) +- minecraft:bread (from Fabric Convention Tags) +- minecraft:porkchop (from Fabric Convention Tags) +- minecraft:cooked_porkchop (from Fabric Convention Tags) +- minecraft:golden_apple (from Fabric Convention Tags) +- minecraft:enchanted_golden_apple (from Fabric Convention Tags) +- minecraft:cod (from Fabric Convention Tags) +- minecraft:salmon (from Fabric Convention Tags) +- minecraft:tropical_fish (from Fabric Convention Tags) +- minecraft:pufferfish (from Fabric Convention Tags) +- minecraft:cooked_cod (from Fabric Convention Tags) +- minecraft:cooked_salmon (from Fabric Convention Tags) +- minecraft:cookie (from Fabric Convention Tags) +- minecraft:melon_slice (from Fabric Convention Tags) +- minecraft:dried_kelp (from Fabric Convention Tags) +- minecraft:beef (from Fabric Convention Tags) +- minecraft:cooked_beef (from Fabric Convention Tags) +- minecraft:chicken (from Fabric Convention Tags) +- minecraft:cooked_chicken (from Fabric Convention Tags) +- minecraft:rotten_flesh (from Fabric Convention Tags) +- minecraft:spider_eye (from Fabric Convention Tags) +- minecraft:carrot (from Fabric Convention Tags) +- minecraft:potato (from Fabric Convention Tags) +- minecraft:baked_potato (from Fabric Convention Tags) +- minecraft:poisonous_potato (from Fabric Convention Tags) +- minecraft:golden_carrot (from Fabric Convention Tags) +- minecraft:pumpkin_pie (from Fabric Convention Tags) +- minecraft:rabbit (from Fabric Convention Tags) +- minecraft:cooked_rabbit (from Fabric Convention Tags) +- minecraft:rabbit_stew (from Fabric Convention Tags) +- minecraft:mutton (from Fabric Convention Tags) +- minecraft:cooked_mutton (from Fabric Convention Tags) +- minecraft:chorus_fruit (from Fabric Convention Tags) +- minecraft:beetroot (from Fabric Convention Tags) +- minecraft:beetroot_soup (from Fabric Convention Tags) +- minecraft:suspicious_stew (from Fabric Convention Tags) +- minecraft:sweet_berries (from Fabric Convention Tags) +- minecraft:glow_berries (from Fabric Convention Tags) +- minecraft:honey_bottle (from Fabric Convention Tags) + +#supplementaries:chains +- minecraft:chain? (from Supplementaries) +- decorative_blocks:chain? (from Supplementaries) +- muchmoremodcompat:ice_chain? (from Supplementaries) +- muchmoremodcompat:gold_chain? (from Supplementaries) +- charm:gold_chain? (from Supplementaries) +- forbidden_arcanus:iron_chain? (from Supplementaries) +- decorative_winter:festive_chain? (from Supplementaries) +- buildersdelight:chain_1? (from Supplementaries) +- buildersdelight:chain_3? (from Supplementaries) +- buildersdelight:chain_4? (from Supplementaries) +- dustrial_decor:gold_chain? (from Supplementaries) +- dustrial_decor:large_gold_chain? (from Supplementaries) +- dustrial_decor:large_chain? (from Supplementaries) +- forbidden_arcanus:arcane_golden_chain? (from Supplementaries) + +#the_bumblezone:stingers +- the_bumblezone:bee_stinger (from The Bumblezone - Fabric) +- mcdw:item_bee_stinger? (from The Bumblezone - Fabric) + +#forge:eggs +- minecraft:egg (from chisels-and-bits) +- minecraft:egg (from Supplementaries) +- minecraft:turtle_egg (from Supplementaries) + +#c:fruits/saguaro +- croptopia:saguaro (from Croptopia) + +#c:carbon_dusts +- modern_industrialization:carbon_dust (from Modern Industrialization) + +#c:crops/wheat +- minecraft:wheat (from Porting Lib Tags) + +#c:granite_dusts +- techreborn:granite_dust (from Tech Reborn) + +#c:crops/peach +- croptopia:peach (from Croptopia) + +#c:portable/loom +- portable_tables:portable_loom (from Portable Tables) + +#c:saplings/orange +- croptopia:orange_sapling (from Croptopia) + +#forge:dyes/red +- minecraft:red_dye (from chisels-and-bits) + +#c:pears +- croptopia:pear (from Croptopia) +- #c:fruits/pear (from Croptopia) +- croptopia:pear (from Croptopia) +- #c:crops/pear (from Croptopia) + +#c:end_stones +- minecraft:end_stone (from Porting Lib Tags) + +#c:vegetables/greenonion +- croptopia:greenonion (from Croptopia) + +#botania:elementium_nuggets +- botania:elementium_nugget (from Botania) + +#c:dragonfruits +- croptopia:dragonfruit (from Croptopia) +- #c:fruits/dragonfruit (from Croptopia) +- croptopia:dragonfruit (from Croptopia) +- #c:crops/dragonfruit (from Croptopia) + +#c:cabbage_seeds +- croptopia:cabbage_seed (from Croptopia) +- #c:seeds/cabbage (from Croptopia) + +#spirit:soul_steel_offhand +- spirit:soul_steel_bow (from Spirit) + +#c:iridium_plates +- modern_industrialization:iridium_plate (from Modern Industrialization) +- techreborn:iridium_plate (from Tech Reborn) + +#c:gunpowder +- minecraft:gunpowder (from Porting Lib Tags) + +#c:yoghurts +- croptopia:yoghurt (from Croptopia) + +#c:sapphire_small_dusts +- techreborn:sapphire_small_dust (from Tech Reborn) + +#c:sand/colorless +- byg:end_sand (from Oh The Biomes You'll Go) + +#rightclickharvest:mid_tier_hoes +- minecraft:golden_hoe (from Right Click Harvest) +- minecraft:diamond_hoe (from Right Click Harvest) + +#advancednetherite:config/pacify_phantoms +- #advancednetherite:tiers/armor/netherite_iron (from Advanced Netherite) + +#c:living_coral_plants +- minecraft:tube_coral (from Tech Reborn) +- minecraft:brain_coral (from Tech Reborn) +- minecraft:bubble_coral (from Tech Reborn) +- minecraft:fire_coral (from Tech Reborn) +- minecraft:horn_coral (from Tech Reborn) + +#c:quadruple_compressed_cobblestone +- compressor:quadruple_compressed_cobblestone (from Compressor) + +#twilightforest:arctic_fur +- twilightforest:arctic_fur (from The Twilight Forest) + +#fabric:leggings +- byg:ametrine_leggings (from Oh The Biomes You'll Go) + +#c:blaze_rods +- minecraft:blaze_rod (from Porting Lib Tags) + +#advancednetherite:pickaxes/upgrade_to_netherite_diamond +- #advancednetherite:pickaxes/netherite_emerald (from Advanced Netherite) + +#trinkets:hand/glove +- ae2:wireless_crafting_terminal (from AE2WTLib) +- ae2wtlib:wireless_pattern_encoding_terminal (from AE2WTLib) +- ae2wtlib:wireless_pattern_access_terminal (from AE2WTLib) +- ae2wtlib:wireless_universal_terminal (from AE2WTLib) +- artifacts:digging_claws (from Artifacts) +- artifacts:feral_claws (from Artifacts) +- artifacts:fire_gauntlet (from Artifacts) +- artifacts:pocket_piston (from Artifacts) +- artifacts:power_glove (from Artifacts) +- artifacts:vampiric_glove (from Artifacts) +- artifacts:golden_hook (from Artifacts) +- doodads:soggy_glove (from Doodads) +- doodads:loggers_glove (from Doodads) +- spectrum:gloves_of_dawns_grasp (from Spectrum) + +#forge:nether_stars +- minecraft:nether_star (from chisels-and-bits) + +#c:quintuple_compressed_andesite +- compressor:quintuple_compressed_andesite (from Compressor) + +#c:octuple_compressed_end_stone +- compressor:octuple_compressed_end_stone (from Compressor) + +#spectrum:mob_heads/sheep_heads +- spectrum:sheep_black_head (from Spectrum) +- spectrum:sheep_blue_head (from Spectrum) +- spectrum:sheep_brown_head (from Spectrum) +- spectrum:sheep_cyan_head (from Spectrum) +- spectrum:sheep_gray_head (from Spectrum) +- spectrum:sheep_green_head (from Spectrum) +- spectrum:sheep_light_blue_head (from Spectrum) +- spectrum:sheep_light_gray_head (from Spectrum) +- spectrum:sheep_lime_head (from Spectrum) +- spectrum:sheep_magenta_head (from Spectrum) +- spectrum:sheep_orange_head (from Spectrum) +- spectrum:sheep_pink_head (from Spectrum) +- spectrum:sheep_purple_head (from Spectrum) +- spectrum:sheep_red_head (from Spectrum) +- spectrum:sheep_white_head (from Spectrum) +- spectrum:sheep_yellow_head (from Spectrum) + +#c:double_compressed_andesite +- compressor:double_compressed_andesite (from Compressor) + +#fabric:shovels +- botania:manasteel_shovel (from Botania) +- botania:elementium_shovel (from Botania) +- byg:pendorite_shovel (from Oh The Biomes You'll Go) +- dragonloot:dragon_shovel (from DragonLoot) +- indrev:mining_drill_mk1 (from Industrial Revolution) +- indrev:mining_drill_mk2 (from Industrial Revolution) +- indrev:mining_drill_mk3 (from Industrial Revolution) +- indrev:mining_drill_mk4 (from Industrial Revolution) +- indrev:tin_shovel (from Industrial Revolution) +- indrev:copper_shovel (from Industrial Revolution) +- indrev:steel_shovel (from Industrial Revolution) +- indrev:lead_shovel (from Industrial Revolution) +- indrev:silver_shovel (from Industrial Revolution) +- indrev:bronze_shovel (from Industrial Revolution) +- techreborn:bronze_spade (from Tech Reborn) +- techreborn:ruby_spade (from Tech Reborn) +- techreborn:sapphire_spade (from Tech Reborn) +- techreborn:peridot_spade (from Tech Reborn) +- techreborn:basic_drill (from Tech Reborn) +- techreborn:advanced_drill (from Tech Reborn) +- techreborn:industrial_drill (from Tech Reborn) +- techreborn:omni_tool (from Tech Reborn) + +#c:ore_bearing_ground/stone +- minecraft:stone (from Porting Lib Tags) + +#c:sweet_crepes +- croptopia:sweet_crepes (from Croptopia) + +#c:compressed_cobblestone +- compressor:compressed_cobblestone (from Compressor) + +#c:andesite_dusts +- techreborn:andesite_dust (from Tech Reborn) + +#c:raw_silver_blocks +- bewitchment:raw_silver_block (from Bewitchment) +- modern_industrialization:raw_silver_block (from Modern Industrialization) +- techreborn:raw_silver_storage_block (from Tech Reborn) + +#ctov:leather_armour +- minecraft:leather_helmet (from ChoiceTheorem's Overhauled Villages) +- minecraft:leather_chestplate (from ChoiceTheorem's Overhauled Villages) +- minecraft:leather_leggings (from ChoiceTheorem's Overhauled Villages) +- minecraft:leather_boots (from ChoiceTheorem's Overhauled Villages) + +#c:cheeses +- ad_astra:cheese (from Ad Astra!) +- croptopia:cheese (from Croptopia) + +#dehydration:hydrating_foods +- croptopia:artichoke_dip (from Croptopia) +- croptopia:salsa (from Croptopia) +- croptopia:soy_milk (from Croptopia) +- croptopia:honeydew (from Croptopia) +- croptopia:cantaloupe (from Croptopia) +- minecraft:apple (from Croptopia) +- croptopia:orange (from Croptopia) +- croptopia:banana (from Croptopia) +- croptopia:strawberry (from Croptopia) +- croptopia:blackberry (from Croptopia) +- croptopia:blueberry (from Croptopia) +- croptopia:grape (from Croptopia) +- croptopia:cantaloupe (from Croptopia) +- croptopia:honeydew (from Croptopia) +- croptopia:cranberry (from Croptopia) +- croptopia:raspberry (from Croptopia) +- croptopia:persimmon (from Croptopia) +- croptopia:plum (from Croptopia) +- croptopia:cherry (from Croptopia) +- croptopia:lemon (from Croptopia) +- croptopia:grapefruit (from Croptopia) +- croptopia:kumquat (from Croptopia) +- croptopia:peach (from Croptopia) +- croptopia:nectarine (from Croptopia) +- croptopia:mango (from Croptopia) +- croptopia:dragonfruit (from Croptopia) +- croptopia:starfruit (from Croptopia) +- croptopia:apricot (from Croptopia) +- croptopia:pear (from Croptopia) +- croptopia:lime (from Croptopia) + +#advancednetherite:helmets/upgrade_to_netherite_diamond +- #advancednetherite:helmets/netherite_emerald (from Advanced Netherite) + +#c:nickel_nuggets +- modern_industrialization:nickel_nugget (from Modern Industrialization) +- techreborn:nickel_nugget (from Tech Reborn) + +#byg:double_blue_dye +- byg:hydrangea_bush (from Oh The Biomes You'll Go) +- byg:delphinium (from Oh The Biomes You'll Go) + +#curios:cosmetic_helmet +- adventurez:stone_golem_helmet (from AdventureZ) + +#c:lapis_lazulis +- minecraft:lapis_lazuli (from Incubus Core) + +#bookshelf:chestplates +- #c:chestplates (from Bookshelf) + +#forge:enchanting_fuels +- #forge:gems/lapis (from chisels-and-bits) + +#minecraft:non_flammable_wood +- minecraft:warped_stem (from Default) +- minecraft:stripped_warped_stem (from Default) +- minecraft:warped_hyphae (from Default) +- minecraft:stripped_warped_hyphae (from Default) +- minecraft:crimson_stem (from Default) +- minecraft:stripped_crimson_stem (from Default) +- minecraft:crimson_hyphae (from Default) +- minecraft:stripped_crimson_hyphae (from Default) +- minecraft:crimson_planks (from Default) +- minecraft:warped_planks (from Default) +- minecraft:crimson_slab (from Default) +- minecraft:warped_slab (from Default) +- minecraft:crimson_pressure_plate (from Default) +- minecraft:warped_pressure_plate (from Default) +- minecraft:crimson_fence (from Default) +- minecraft:warped_fence (from Default) +- minecraft:crimson_trapdoor (from Default) +- minecraft:warped_trapdoor (from Default) +- minecraft:crimson_fence_gate (from Default) +- minecraft:warped_fence_gate (from Default) +- minecraft:crimson_stairs (from Default) +- minecraft:warped_stairs (from Default) +- minecraft:crimson_button (from Default) +- minecraft:warped_button (from Default) +- minecraft:crimson_door (from Default) +- minecraft:warped_door (from Default) +- minecraft:crimson_sign (from Default) +- minecraft:warped_sign (from Default) +- decorative_blocks:crimson_beam (from Decorative Blocks) +- decorative_blocks:crimson_palisade (from Decorative Blocks) +- decorative_blocks:crimson_seat (from Decorative Blocks) +- decorative_blocks:crimson_support (from Decorative Blocks) +- decorative_blocks:warped_beam (from Decorative Blocks) +- decorative_blocks:warped_palisade (from Decorative Blocks) +- decorative_blocks:warped_seat (from Decorative Blocks) +- decorative_blocks:warped_support (from Decorative Blocks) + +#c:fruits +- byg:blueberries (from Oh The Biomes You'll Go) +- byg:green_apple (from Oh The Biomes You'll Go) +- byg:crimson_berries (from Oh The Biomes You'll Go) +- byg:baobab_fruit (from Oh The Biomes You'll Go) +- byg:joshua_fruit (from Oh The Biomes You'll Go) +- #c:bellpeppers (from Croptopia) +- #c:blackberries (from Croptopia) +- #c:blueberries (from Croptopia) +- #c:cantaloupes (from Croptopia) +- #c:cranberries (from Croptopia) +- #c:currants (from Croptopia) +- #c:elderberries (from Croptopia) +- #c:grapes (from Croptopia) +- #c:honeydew (from Croptopia) +- #c:kiwis (from Croptopia) +- #c:olives (from Croptopia) +- #c:pineapples (from Croptopia) +- #c:raspberries (from Croptopia) +- #c:saguaros (from Croptopia) +- #c:strawberries (from Croptopia) +- #c:almonds (from Croptopia) +- #c:apples (from Croptopia) +- #c:apricots (from Croptopia) +- #c:avocados (from Croptopia) +- #c:bananas (from Croptopia) +- #c:cherries (from Croptopia) +- #c:coconuts (from Croptopia) +- #c:dates (from Croptopia) +- #c:dragonfruits (from Croptopia) +- #c:figs (from Croptopia) +- #c:grapefruits (from Croptopia) +- #c:kumquats (from Croptopia) +- #c:lemons (from Croptopia) +- #c:limes (from Croptopia) +- #c:mangos (from Croptopia) +- #c:nectarines (from Croptopia) +- #c:oranges (from Croptopia) +- #c:peaches (from Croptopia) +- #c:pears (from Croptopia) +- #c:pecans (from Croptopia) +- #c:persimmons (from Croptopia) +- #c:plums (from Croptopia) +- #c:starfruits (from Croptopia) +- #c:walnuts (from Croptopia) + +#c:nuclear_alloy_plates +- modern_industrialization:nuclear_alloy_plate (from Modern Industrialization) + +#advancednetherite:helmets/netherite_diamond +- advancednetherite:netherite_diamond_helmet (from Advanced Netherite) + +#c:andradite_small_dusts +- techreborn:andradite_small_dust (from Tech Reborn) + +#c:battery_alloy_plates +- modern_industrialization:battery_alloy_plate (from Modern Industrialization) + +#c:baked_beans +- croptopia:baked_beans (from Croptopia) + +#c:red_sand +- minecraft:red_sand (from Porting Lib Tags) + +#spectrum:mob_blocks +- spectrum:axolotl_mob_block (from Spectrum) +- spectrum:bat_mob_block (from Spectrum) +- spectrum:bee_mob_block (from Spectrum) +- spectrum:blaze_mob_block (from Spectrum) +- spectrum:cat_mob_block (from Spectrum) +- spectrum:chicken_mob_block (from Spectrum) +- spectrum:cow_mob_block (from Spectrum) +- spectrum:creeper_mob_block (from Spectrum) +- spectrum:ender_dragon_mob_block (from Spectrum) +- spectrum:enderman_mob_block (from Spectrum) +- spectrum:endermite_mob_block (from Spectrum) +- spectrum:evoker_mob_block (from Spectrum) +- spectrum:fish_mob_block (from Spectrum) +- spectrum:fox_mob_block (from Spectrum) +- spectrum:ghast_mob_block (from Spectrum) +- spectrum:glow_squid_mob_block (from Spectrum) +- spectrum:goat_mob_block (from Spectrum) +- spectrum:guardian_mob_block (from Spectrum) +- spectrum:horse_mob_block (from Spectrum) +- spectrum:illusioner_mob_block (from Spectrum) +- spectrum:ocelot_mob_block (from Spectrum) +- spectrum:parrot_mob_block (from Spectrum) +- spectrum:phantom_mob_block (from Spectrum) +- spectrum:piglin_mob_block (from Spectrum) +- spectrum:piglin_mob_block (from Spectrum) +- spectrum:polar_bear_mob_block (from Spectrum) +- spectrum:pufferfish_mob_block (from Spectrum) +- spectrum:rabbit_mob_block (from Spectrum) +- spectrum:sheep_mob_block (from Spectrum) +- spectrum:shulker_mob_block (from Spectrum) +- spectrum:silverfish_mob_block (from Spectrum) +- spectrum:skeleton_mob_block (from Spectrum) +- spectrum:slime_mob_block (from Spectrum) +- spectrum:snow_golem_mob_block (from Spectrum) +- spectrum:spider_mob_block (from Spectrum) +- spectrum:squid_mob_block (from Spectrum) +- spectrum:stray_mob_block (from Spectrum) +- spectrum:strider_mob_block (from Spectrum) +- spectrum:turtle_mob_block (from Spectrum) +- spectrum:witch_mob_block (from Spectrum) +- spectrum:wither_mob_block (from Spectrum) +- spectrum:wither_skeleton_mob_block (from Spectrum) +- spectrum:zombie_mob_block (from Spectrum) + +#c:coffees +- croptopia:coffee (from Croptopia) + +#c:cheese_ores +- ad_astra:moon_cheese_ore (from Ad Astra!) + +#c:pumpkin_spice_lattes +- croptopia:pumpkin_spice_latte (from Croptopia) + +#c:raw_antimony_ores +- modern_industrialization:raw_antimony (from Modern Industrialization) + +#twilightforest:mining_logs +- twilightforest:mining_log (from The Twilight Forest) +- twilightforest:stripped_mining_log (from The Twilight Forest) +- twilightforest:mining_wood (from The Twilight Forest) +- twilightforest:stripped_mining_wood (from The Twilight Forest) + +#trinkets:feet/shoes +- ae2:wireless_crafting_terminal (from AE2WTLib) +- ae2wtlib:wireless_pattern_encoding_terminal (from AE2WTLib) +- ae2wtlib:wireless_pattern_access_terminal (from AE2WTLib) +- ae2wtlib:wireless_universal_terminal (from AE2WTLib) +- artifacts:bunny_hoppers (from Artifacts) +- artifacts:flippers (from Artifacts) +- artifacts:kitty_slippers (from Artifacts) +- artifacts:running_shoes (from Artifacts) +- artifacts:steadfast_spikes (from Artifacts) +- artifacts:aqua_dashers (from Artifacts) +- doodads:speed_boots (from Doodads) +- doodads:slimey_shoes (from Doodads) +- spectrum:seven_league_boots (from Spectrum) + +#environmentz:insolating_item +- adventurez:mammoth_fur (from AdventureZ) + +#c:paprika +- croptopia:paprika (from Croptopia) + +#c:crops/blueberry +- croptopia:blueberry (from Croptopia) + +#c:salsas +- croptopia:salsa (from Croptopia) + +#forge:tools/tridents +- minecraft:trident (from chisels-and-bits) + +#c:double_compressed_dirt +- compressor:double_compressed_dirt (from Compressor) + +#advancednetherite:hoes/upgrade_to_netherite_gold +- #advancednetherite:hoes/netherite_iron (from Advanced Netherite) + +#c:quartz_dusts +- modern_industrialization:quartz_dust (from Modern Industrialization) +- techreborn:quartz_dust (from Tech Reborn) + +#c:lazurite_dusts +- techreborn:lazurite_dust (from Tech Reborn) + +#c:juices/pineapple_juice +- croptopia:pineapple_juice (from Croptopia) + +#c:uranium_238_dusts +- modern_industrialization:uranium_238_dust (from Modern Industrialization) + +#c:crab_legs +- croptopia:crab_legs (from Croptopia) + +#c:fruits/olive +- croptopia:olive (from Croptopia) + +#c:compressed_andesite +- compressor:compressed_andesite (from Compressor) + +#naturalist:snake_tempt_items +- minecraft:chicken (from Naturalist) +- minecraft:rabbit (from Naturalist) +- minecraft:rabbit_foot (from Naturalist) +- minecraft:slime_ball (from Naturalist) +- minecraft:egg (from Naturalist) +- naturalist:snail_shell (from Naturalist) + +#c:banana_nut_breads +- croptopia:banana_nut_bread (from Croptopia) + +#the_bumblezone:turn_slime_to_honey_slime +- minecraft:honey_block (from The Bumblezone - Fabric) +- the_bumblezone:royal_jelly_block (from The Bumblezone - Fabric) +- #c:buckets/honey (from The Bumblezone - Fabric) + +#c:pink_dye +- minecraft:pink_dye (from Applied Energistics 2) + +#c:yam_seeds +- croptopia:yam_seed (from Croptopia) +- #c:seeds/yam (from Croptopia) + +#c:coke_blocks +- modern_industrialization:coke_block (from Modern Industrialization) + +#c:gems/carminite +- twilightforest:carminite (from The Twilight Forest) + +#c:manganese_small_dusts +- techreborn:manganese_small_dust (from Tech Reborn) + +#c:coke_dusts +- modern_industrialization:coke_dust (from Modern Industrialization) + +#c:compressed_dirt +- compressor:compressed_dirt (from Compressor) + +#the_bumblezone:carvable_wax +- the_bumblezone:carvable_wax (from The Bumblezone - Fabric) +- the_bumblezone:carvable_wax_wavy (from The Bumblezone - Fabric) +- the_bumblezone:carvable_wax_flower (from The Bumblezone - Fabric) +- the_bumblezone:carvable_wax_chiseled (from The Bumblezone - Fabric) +- the_bumblezone:carvable_wax_diamond (from The Bumblezone - Fabric) +- the_bumblezone:carvable_wax_bricks (from The Bumblezone - Fabric) +- the_bumblezone:carvable_wax_chains (from The Bumblezone - Fabric) + +#c:bauxite_tiny_dusts +- modern_industrialization:bauxite_tiny_dust (from Modern Industrialization) + +#c:cooked_fishes +- #c:cooked_fishes/cod (from Farmer's Delight) +- #c:cooked_fishes/salmon (from Farmer's Delight) + +#c:chestplates +- minecraft:leather_chestplate (from Bookshelf) +- minecraft:chainmail_chestplate (from Bookshelf) +- minecraft:iron_chestplate (from Bookshelf) +- minecraft:golden_chestplate (from Bookshelf) +- minecraft:diamond_chestplate (from Bookshelf) +- minecraft:netherite_chestplate (from Bookshelf) +- minecraft:elytra (from Bookshelf) +- byg:ametrine_chestplate (from Oh The Biomes You'll Go) +- minecraft:leather_chestplate (from Porting Lib Tags) +- minecraft:chainmail_chestplate (from Porting Lib Tags) +- minecraft:iron_chestplate (from Porting Lib Tags) +- minecraft:golden_chestplate (from Porting Lib Tags) +- minecraft:diamond_chestplate (from Porting Lib Tags) +- minecraft:netherite_chestplate (from Porting Lib Tags) + +#spectrum:spawn_eggs +- minecraft:axolotl_spawn_egg (from Spectrum) +- minecraft:bat_spawn_egg (from Spectrum) +- minecraft:bee_spawn_egg (from Spectrum) +- minecraft:blaze_spawn_egg (from Spectrum) +- minecraft:cave_spider_spawn_egg (from Spectrum) +- minecraft:cat_spawn_egg (from Spectrum) +- minecraft:chicken_spawn_egg (from Spectrum) +- minecraft:cod_spawn_egg (from Spectrum) +- minecraft:cow_spawn_egg (from Spectrum) +- minecraft:creeper_spawn_egg (from Spectrum) +- minecraft:dolphin_spawn_egg (from Spectrum) +- minecraft:donkey_spawn_egg (from Spectrum) +- minecraft:drowned_spawn_egg (from Spectrum) +- minecraft:elder_guardian_spawn_egg (from Spectrum) +- minecraft:enderman_spawn_egg (from Spectrum) +- minecraft:endermite_spawn_egg (from Spectrum) +- minecraft:evoker_spawn_egg (from Spectrum) +- minecraft:fox_spawn_egg (from Spectrum) +- minecraft:ghast_spawn_egg (from Spectrum) +- minecraft:glow_squid_spawn_egg (from Spectrum) +- minecraft:guardian_spawn_egg (from Spectrum) +- minecraft:hoglin_spawn_egg (from Spectrum) +- minecraft:horse_spawn_egg (from Spectrum) +- minecraft:husk_spawn_egg (from Spectrum) +- minecraft:llama_spawn_egg (from Spectrum) +- minecraft:magma_cube_spawn_egg (from Spectrum) +- minecraft:mooshroom_spawn_egg (from Spectrum) +- minecraft:mule_spawn_egg (from Spectrum) +- minecraft:ocelot_spawn_egg (from Spectrum) +- minecraft:panda_spawn_egg (from Spectrum) +- minecraft:parrot_spawn_egg (from Spectrum) +- minecraft:phantom_spawn_egg (from Spectrum) +- minecraft:pig_spawn_egg (from Spectrum) +- minecraft:piglin_spawn_egg (from Spectrum) +- minecraft:piglin_brute_spawn_egg (from Spectrum) +- minecraft:pillager_spawn_egg (from Spectrum) +- minecraft:polar_bear_spawn_egg (from Spectrum) +- minecraft:pufferfish_spawn_egg (from Spectrum) +- minecraft:rabbit_spawn_egg (from Spectrum) +- minecraft:ravager_spawn_egg (from Spectrum) +- minecraft:salmon_spawn_egg (from Spectrum) +- minecraft:sheep_spawn_egg (from Spectrum) +- minecraft:shulker_spawn_egg (from Spectrum) +- minecraft:silverfish_spawn_egg (from Spectrum) +- minecraft:skeleton_spawn_egg (from Spectrum) +- minecraft:skeleton_horse_spawn_egg (from Spectrum) +- minecraft:slime_spawn_egg (from Spectrum) +- minecraft:spider_spawn_egg (from Spectrum) +- minecraft:squid_spawn_egg (from Spectrum) +- minecraft:stray_spawn_egg (from Spectrum) +- minecraft:strider_spawn_egg (from Spectrum) +- minecraft:trader_llama_spawn_egg (from Spectrum) +- minecraft:tropical_fish_spawn_egg (from Spectrum) +- minecraft:turtle_spawn_egg (from Spectrum) +- minecraft:vex_spawn_egg (from Spectrum) +- minecraft:villager_spawn_egg (from Spectrum) +- minecraft:vindicator_spawn_egg (from Spectrum) +- minecraft:wandering_trader_spawn_egg (from Spectrum) +- minecraft:witch_spawn_egg (from Spectrum) +- minecraft:wither_skeleton_spawn_egg (from Spectrum) +- minecraft:wolf_spawn_egg (from Spectrum) +- minecraft:zombie_spawn_egg (from Spectrum) +- minecraft:zombie_horse_spawn_egg (from Spectrum) +- minecraft:zombie_villager_spawn_egg (from Spectrum) +- minecraft:zombified_piglin_spawn_egg (from Spectrum) + +#c:onion_rings +- croptopia:onion_rings (from Croptopia) + +#c:caramel +- croptopia:caramel (from Croptopia) + +#c:vegetables/leek +- croptopia:leek (from Croptopia) + +#c:netherracks +- byg:overgrown_netherrack (from Oh The Biomes You'll Go) +- byg:overgrown_crimson_blackstone (from Oh The Biomes You'll Go) +- byg:blue_netherrack (from Oh The Biomes You'll Go) +- byg:brimstone (from Oh The Biomes You'll Go) +- byg:embur_nylium (from Oh The Biomes You'll Go) +- byg:sythian_nylium (from Oh The Biomes You'll Go) + +#c:knives +- croptopia:knife (from Croptopia) + +#c:refined_blackstones +- #c:blackstone_bricks (from Fabric Waystones) +- #c:polished_blackstones (from Fabric Waystones) + +#minecraft:needs_diamond_tool +- gofish:end_crate (from Go Fish) + +#c:molasses +- croptopia:molasses (from Croptopia) + +#fabric:shears +- botania:manasteel_shears (from Botania) +- botania:elementium_shears (from Botania) + +#forge:feathers +- minecraft:feather (from chisels-and-bits) + +#yigd:soulbound_item + +#spectrum:gemstone_clusters +- minecraft:amethyst_cluster (from Spectrum) +- spectrum:citrine_cluster (from Spectrum) +- spectrum:topaz_cluster (from Spectrum) +- spectrum:onyx_cluster (from Spectrum) +- spectrum:moonstone_cluster (from Spectrum) + +#c:trifle +- croptopia:trifle (from Croptopia) + +#c:nickel_ingots +- modern_industrialization:nickel_ingot (from Modern Industrialization) +- techreborn:nickel_ingot (from Tech Reborn) + +#supplementaries:key +- supplementaries:key? (from Supplementaries) + +#c:calamari +- croptopia:calamari (from Croptopia) + +#c:goulashes +- croptopia:goulash (from Croptopia) + +#c:copper_ores +- ad_astra:glacio_copper_ore (from Ad Astra!) +- #minecraft:copper_ores (from Porting Lib Tags) +- minecraft:copper_ore (from Incubus Core) +- minecraft:copper_ore (from Industrial Revolution) +- minecraft:deepslate_copper_ore (from Industrial Revolution) +- #minecraft:copper_ores (from Modern Industrialization) +- minecraft:copper_ore (from Tech Reborn) +- minecraft:deepslate_copper_ore (from Tech Reborn) + +#forge:string +- minecraft:string (from chisels-and-bits) + +#c:cinnamon_rolls +- croptopia:cinnamon_roll (from Croptopia) + +#c:pepper_seeds +- croptopia:pepper_seed (from Croptopia) +- #c:seeds/pepper (from Croptopia) + +#c:fishing_rods +- minecraft:fishing_rod (from Bookshelf) +- minecraft:fishing_rod (from Porting Lib Tags) + +#c:quadruple_compressed_granite +- compressor:quadruple_compressed_granite (from Compressor) + +#techreborn:ores +- techreborn:bauxite_ore (from Tech Reborn) +- techreborn:cinnabar_ore (from Tech Reborn) +- techreborn:galena_ore (from Tech Reborn) +- techreborn:iridium_ore (from Tech Reborn) +- techreborn:lead_ore (from Tech Reborn) +- techreborn:peridot_ore (from Tech Reborn) +- techreborn:pyrite_ore (from Tech Reborn) +- techreborn:ruby_ore (from Tech Reborn) +- techreborn:sapphire_ore (from Tech Reborn) +- techreborn:sheldonite_ore (from Tech Reborn) +- techreborn:silver_ore (from Tech Reborn) +- techreborn:sodalite_ore (from Tech Reborn) +- techreborn:sphalerite_ore (from Tech Reborn) +- techreborn:tin_ore (from Tech Reborn) +- techreborn:tungsten_ore (from Tech Reborn) +- techreborn:deepslate_bauxite_ore (from Tech Reborn) +- techreborn:deepslate_galena_ore (from Tech Reborn) +- techreborn:deepslate_iridium_ore (from Tech Reborn) +- techreborn:deepslate_lead_ore (from Tech Reborn) +- techreborn:deepslate_peridot_ore (from Tech Reborn) +- techreborn:deepslate_ruby_ore (from Tech Reborn) +- techreborn:deepslate_sapphire_ore (from Tech Reborn) +- techreborn:deepslate_sheldonite_ore (from Tech Reborn) +- techreborn:deepslate_silver_ore (from Tech Reborn) +- techreborn:deepslate_sodalite_ore (from Tech Reborn) +- techreborn:deepslate_tin_ore (from Tech Reborn) +- techreborn:deepslate_tungsten_ore (from Tech Reborn) + +#advancednetherite:netherite_blocks +- advancednetherite:netherite_iron_block (from Advanced Netherite) +- advancednetherite:netherite_gold_block (from Advanced Netherite) +- advancednetherite:netherite_emerald_block (from Advanced Netherite) +- advancednetherite:netherite_diamond_block (from Advanced Netherite) + +#balm:stones +- #c:stones? (from Balm) +- minecraft:andesite (from Balm) +- minecraft:diorite (from Balm) +- minecraft:granite (from Balm) +- minecraft:infested_stone (from Balm) +- minecraft:stone (from Balm) +- minecraft:polished_andesite (from Balm) +- minecraft:polished_diorite (from Balm) +- minecraft:polished_granite (from Balm) +- minecraft:deepslate (from Balm) +- minecraft:polished_deepslate (from Balm) +- minecraft:infested_deepslate (from Balm) +- minecraft:tuff (from Balm) + +#bookshelf:fishing_rods +- #c:fishing_rods (from Bookshelf) + +#c:crops/pear +- croptopia:pear (from Croptopia) + +#c:fruits/starfruit +- croptopia:starfruit (from Croptopia) + +#c:fruits/pecan +- croptopia:pecan (from Croptopia) + +#c:nuts/walnut +- croptopia:walnut (from Croptopia) + +#c:squashes +- croptopia:squash (from Croptopia) +- #c:vegetables/squash (from Croptopia) +- croptopia:squash (from Croptopia) +- #c:crops/squash (from Croptopia) + +#c:currants +- croptopia:currant (from Croptopia) +- #c:fruits/currant (from Croptopia) +- croptopia:currant (from Croptopia) +- #c:crops/currant (from Croptopia) + +#c:yellow_garnet_plates +- techreborn:yellow_garnet_plate (from Tech Reborn) + +#c:ingots/fiery +- twilightforest:fiery_ingot (from The Twilight Forest) + +#c:aluminum_dusts +- modern_industrialization:aluminum_dust (from Modern Industrialization) +- techreborn:aluminum_dust (from Tech Reborn) + +#c:sextuple_compressed_granite +- compressor:sextuple_compressed_granite (from Compressor) + +#c:crops/lemon +- croptopia:lemon (from Croptopia) + +#c:walnuts +- croptopia:walnut (from Croptopia) +- #c:nuts/walnut (from Croptopia) +- croptopia:walnut (from Croptopia) +- #c:crops/walnut (from Croptopia) +- croptopia:walnut (from Croptopia) +- #c:fruits/walnut (from Croptopia) + +#c:platinum_nuggets +- modern_industrialization:platinum_nugget (from Modern Industrialization) +- techreborn:platinum_nugget (from Tech Reborn) + +#c:vegetables/lettuce +- croptopia:lettuce (from Croptopia) + +#ae2:p2p_attunements/item_p2p_tunnel +- ae2:storage_bus (from Applied Energistics 2) +- ae2:export_bus (from Applied Energistics 2) +- ae2:import_bus (from Applied Energistics 2) +- minecraft:hopper (from Applied Energistics 2) +- minecraft:chest (from Applied Energistics 2) +- minecraft:trapped_chest (from Applied Energistics 2) +- #ae2:interface (from Applied Energistics 2) + +#create:blaze_burner_fuel/special +- create:blaze_cake (from Create) + +#forge:glass_panes/gray +- minecraft:gray_stained_glass_pane (from chisels-and-bits) + +#minecraft:acacia_logs +- minecraft:acacia_log (from Default) +- minecraft:acacia_wood (from Default) +- minecraft:stripped_acacia_log (from Default) +- minecraft:stripped_acacia_wood (from Default) +- decorative_blocks:acacia_beam (from Decorative Blocks) + +#minecraft:piglin_loved +- #minecraft:gold_ores (from Default) +- minecraft:gold_block (from Default) +- minecraft:gilded_blackstone (from Default) +- minecraft:light_weighted_pressure_plate (from Default) +- minecraft:gold_ingot (from Default) +- minecraft:bell (from Default) +- minecraft:clock (from Default) +- minecraft:golden_carrot (from Default) +- minecraft:glistering_melon_slice (from Default) +- minecraft:golden_apple (from Default) +- minecraft:enchanted_golden_apple (from Default) +- minecraft:golden_helmet (from Default) +- minecraft:golden_chestplate (from Default) +- minecraft:golden_leggings (from Default) +- minecraft:golden_boots (from Default) +- minecraft:golden_horse_armor (from Default) +- minecraft:golden_sword (from Default) +- minecraft:golden_pickaxe (from Default) +- minecraft:golden_shovel (from Default) +- minecraft:golden_axe (from Default) +- minecraft:golden_hoe (from Default) +- minecraft:raw_gold (from Default) +- minecraft:raw_gold_block (from Default) +- ad_astra:venus_gold_ore (from Ad Astra!) +- advancednetherite:netherite_gold_block (from Advanced Netherite) +- advancednetherite:netherite_gold_ingot (from Advanced Netherite) +- advancednetherite:netherite_gold_helmet (from Advanced Netherite) +- advancednetherite:netherite_gold_chestplate (from Advanced Netherite) +- advancednetherite:netherite_gold_leggings (from Advanced Netherite) +- advancednetherite:netherite_gold_boots (from Advanced Netherite) +- advancednetherite:netherite_gold_axe (from Advanced Netherite) +- advancednetherite:netherite_gold_hoe (from Advanced Netherite) +- advancednetherite:netherite_gold_pickaxe (from Advanced Netherite) +- advancednetherite:netherite_gold_shovel (from Advanced Netherite) +- advancednetherite:netherite_gold_sword (from Advanced Netherite) +- artifacts:golden_hook (from Artifacts) +- botania:alchemy_catalyst (from Botania) +- botania:diva_charm (from Botania) +- botania:hourglass (from Botania) +- botania:mana_pylon (from Botania) +- botania:monocle (from Botania) +- byg:sythian_stalk_block (from Oh The Biomes You'll Go) +- chiselsandbits:chisel_gold (from chisels-and-bits) +- computercraft:computer_advanced (from CC: Restitched) +- computercraft:turtle_advanced (from CC: Restitched) +- computercraft:wireless_modem_advanced (from CC: Restitched) +- computercraft:pocket_computer_advanced (from CC: Restitched) +- computercraft:monitor_advanced (from CC: Restitched) +- create:golden_sheet (from Create) +- create:crushed_gold_ore (from Create) +- croptosis:gold_watering_can (from Croptosis) +- farmersdelight:golden_knife (from Farmer's Delight) +- #geodes:fools_gold (from More Geodes) +- harvest_scythes:golden_scythe (from Harvest Scythes) +- harvest_scythes:golden_machete (from Harvest Scythes) +- kibe:basalt_generator_mk2 (from Kibe) +- kibe:cobblestone_generator_mk2 (from Kibe) +- kibe:gold_spikes (from Kibe) +- kibe:golden_lasso (from Kibe) +- kibe:golden_kibe (from Kibe) +- spectrum:axolotl_gold_head (from Spectrum) +- spectrum:gilded_book (from Spectrum) +- supplementaries:hourglass (from Supplementaries) +- supplementaries:gold_door (from Supplementaries) +- supplementaries:gold_trapdoor (from Supplementaries) +- supplementaries:gold_gate (from Supplementaries) +- supplementaries:clock_block (from Supplementaries) +- supplementaries:crimson_lantern (from Supplementaries) +- supplementaries:key (from Supplementaries) +- techreborn:gold_plate (from Tech Reborn) +- techreborn:gold_cable (from Tech Reborn) +- techreborn:insulated_gold_cable (from Tech Reborn) +- techreborn:electrum_ingot (from Tech Reborn) +- techreborn:electrum_plate (from Tech Reborn) +- techreborn:electrum_storage_block (from Tech Reborn) +- twilightforest:gold_minotaur_axe (from The Twilight Forest) +- twilightforest:charm_of_keeping_3 (from The Twilight Forest) +- twilightforest:charm_of_life_2 (from The Twilight Forest) +- twilightforest:lamp_of_cinders (from The Twilight Forest) +- vanilla-hammers:golden_hammer (from Vanilla Hammers) +- wolveswitharmor:golden_wolf_armor (from Wolves With Armor) + +#c:obsidian_plates +- create:sturdy_sheet (from Create) +- techreborn:obsidian_plate (from Tech Reborn) + +#c:vegetables/artichoke +- croptopia:artichoke (from Croptopia) + +#c:magenta_glass_panes +- minecraft:magenta_stained_glass_pane (from Porting Lib Tags) + +#c:ender_eye_dusts +- techreborn:ender_eye_dust (from Tech Reborn) + +#c:croque_madame +- croptopia:croque_madame (from Croptopia) + +#c:copper_ingots +- minecraft:copper_ingot (from Applied Energistics 2) +- minecraft:copper_ingot (from Fabric Convention Tags) +- minecraft:copper_ingot (from Porting Lib Tags) +- minecraft:copper_ingot (from Incubus Core) +- minecraft:copper_ingot (from Industrial Revolution) + +#forge:sand/red +- minecraft:red_sand (from chisels-and-bits) + +#c:iridium_ingots +- modern_industrialization:iridium_ingot (from Modern Industrialization) +- techreborn:iridium_ingot (from Tech Reborn) + +#forge:glass/brown +- minecraft:brown_stained_glass (from chisels-and-bits) + +#c:cucumbers +- croptopia:cucumber (from Croptopia) +- #c:vegetables/cucumber (from Croptopia) +- croptopia:cucumber (from Croptopia) +- #c:crops/cucumber (from Croptopia) + +#minecraft:logs_that_burn +- #minecraft:dark_oak_logs (from Default) +- #minecraft:oak_logs (from Default) +- #minecraft:acacia_logs (from Default) +- #minecraft:birch_logs (from Default) +- #minecraft:jungle_logs (from Default) +- #minecraft:spruce_logs (from Default) +- #minecraft:mangrove_logs (from Default) +- #bewitchment:juniper_logs (from Bewitchment) +- #bewitchment:cypress_logs (from Bewitchment) +- #bewitchment:elder_logs (from Bewitchment) +- #bewitchment:dragons_blood_logs (from Bewitchment) +- biomemakeover:blighted_balsa_log (from Biome Makeover) +- biomemakeover:stripped_blighted_balsa_log (from Biome Makeover) +- biomemakeover:blighted_balsa_wood (from Biome Makeover) +- biomemakeover:stripped_blighted_balsa_wood (from Biome Makeover) +- biomemakeover:willow_log (from Biome Makeover) +- biomemakeover:stripped_willow_log (from Biome Makeover) +- biomemakeover:willow_wood (from Biome Makeover) +- biomemakeover:stripped_willow_wood (from Biome Makeover) +- biomemakeover:swamp_cypress_log (from Biome Makeover) +- biomemakeover:stripped_swamp_cypress_log (from Biome Makeover) +- biomemakeover:swamp_cypress_wood (from Biome Makeover) +- biomemakeover:stripped_swamp_cypress_wood (from Biome Makeover) +- biomemakeover:ancient_oak_log (from Biome Makeover) +- biomemakeover:stripped_ancient_oak_log (from Biome Makeover) +- biomemakeover:ancient_oak_wood (from Biome Makeover) +- biomemakeover:stripped_ancient_oak_wood (from Biome Makeover) +- #botania:livingwood_logs (from Botania) +- #botania:dreamwood_logs (from Botania) +- #byg:logs_that_burn (from Oh The Biomes You'll Go) +- #croptopia:cinnamon_logs (from Croptopia) +- #deeperdarker:echo_logs (from Deeper and Darker) +- #ecologics:coconut_logs (from Ecologics) +- #ecologics:walnut_logs (from Ecologics) +- #ecologics:azalea_logs (from Ecologics) +- #ecologics:flowering_azalea_logs (from Ecologics) +- hexcasting:edified_log (from Hex Casting) +- hexcasting:stripped_edified_log (from Hex Casting) +- hexcasting:edified_wood (from Hex Casting) +- hexcasting:stripped_edified_wood (from Hex Casting) +- #spectrum:colored_logs (from Spectrum) +- #techreborn:rubber_logs (from Tech Reborn) +- #twilightforest:twilight_oak_logs (from The Twilight Forest) +- #twilightforest:canopy_logs (from The Twilight Forest) +- #twilightforest:mangrove_logs (from The Twilight Forest) +- #twilightforest:timewood_logs (from The Twilight Forest) +- #twilightforest:transwood_logs (from The Twilight Forest) +- #twilightforest:mining_logs (from The Twilight Forest) +- #twilightforest:sortwood_logs (from The Twilight Forest) +- #vinery:cherry_logs (from Vinery) + +#c:plum_saplings +- croptopia:plum_sapling (from Croptopia) +- #c:saplings/plum (from Croptopia) + +#spectrum:mob_heads/guardian_heads +- spectrum:elder_guardian_head (from Spectrum) +- spectrum:guardian_head (from Spectrum) + +#c:fruits/dragonfruit +- croptopia:dragonfruit (from Croptopia) + +#minecraft:needs_iron_tool +- gofish:golden_crate (from Go Fish) +- gofish:diamond_crate (from Go Fish) +- gofish:fiery_crate (from Go Fish) +- gofish:soul_crate (from Go Fish) +- gofish:astral_crate (from Go Fish) +- gofish:gilded_blackstone_crate (from Go Fish) + +#supplementaries:blackboard_black +- minecraft:charcoal? (from Supplementaries) +- minecraft:coal? (from Supplementaries) +- #forge:dyes/black? (from Supplementaries) +- chalk:black_chalk? (from Supplementaries) + +#create:sleepers +- minecraft:stone_slab (from Create) +- minecraft:smooth_stone_slab (from Create) +- minecraft:andesite_slab (from Create) + +#byg:scaffolding +- byg:sythian_scaffolding (from Oh The Biomes You'll Go) + +#c:septuple_compressed_dirt +- compressor:septuple_compressed_dirt (from Compressor) + +#c:fruits/raspberry +- croptopia:raspberry (from Croptopia) + +#extraalchemy:potion_for_bag +- minecraft:potion (from Extra Alchemy) +- extraalchemy:breakable_potion (from Extra Alchemy) + +#c:dough/wheat +- create:dough (from Create) + +#c:bellpepper_seeds +- croptopia:bellpepper_seed (from Croptopia) +- #c:seeds/bellpepper (from Croptopia) + +#modern_industrialization:barrels +- modern_industrialization:bronze_barrel (from Modern Industrialization) +- modern_industrialization:steel_barrel (from Modern Industrialization) +- modern_industrialization:aluminum_barrel (from Modern Industrialization) +- modern_industrialization:titanium_barrel (from Modern Industrialization) +- modern_industrialization:stainless_steel_barrel (from Modern Industrialization) +- modern_industrialization:quantum_barrel (from Modern Industrialization) + +#c:stainless_steel_gears +- modern_industrialization:stainless_steel_gear (from Modern Industrialization) + +#minecraft:wooden_slabs +- minecraft:oak_slab (from Default) +- minecraft:spruce_slab (from Default) +- minecraft:birch_slab (from Default) +- minecraft:jungle_slab (from Default) +- minecraft:acacia_slab (from Default) +- minecraft:dark_oak_slab (from Default) +- minecraft:crimson_slab (from Default) +- minecraft:warped_slab (from Default) +- minecraft:mangrove_slab (from Default) +- bambooeverything:bamboo_slab (from Bamboo Everything) +- bambooeverything:dry_bamboo_slab (from Bamboo Everything) +- bewitchment:juniper_slab (from Bewitchment) +- bewitchment:cypress_slab (from Bewitchment) +- bewitchment:elder_slab (from Bewitchment) +- bewitchment:dragons_blood_slab (from Bewitchment) +- biomemakeover:blighted_balsa_slab (from Biome Makeover) +- biomemakeover:willow_slab (from Biome Makeover) +- biomemakeover:swamp_cypress_slab (from Biome Makeover) +- biomemakeover:ancient_oak_slab (from Biome Makeover) +- botania:dreamwood_planks_slab (from Botania) +- botania:dreamwood_slab (from Botania) +- botania:livingwood_planks_slab (from Botania) +- botania:livingwood_slab (from Botania) +- botania:shimmerwood_planks_slab (from Botania) +- botania:stripped_dreamwood_slab (from Botania) +- botania:stripped_livingwood_slab (from Botania) +- byg:aspen_slab (from Oh The Biomes You'll Go) +- byg:baobab_slab (from Oh The Biomes You'll Go) +- byg:blue_enchanted_slab (from Oh The Biomes You'll Go) +- byg:bulbis_slab (from Oh The Biomes You'll Go) +- byg:cherry_slab (from Oh The Biomes You'll Go) +- byg:cika_slab (from Oh The Biomes You'll Go) +- byg:cypress_slab (from Oh The Biomes You'll Go) +- byg:ebony_slab (from Oh The Biomes You'll Go) +- byg:embur_slab (from Oh The Biomes You'll Go) +- byg:ether_slab (from Oh The Biomes You'll Go) +- byg:fir_slab (from Oh The Biomes You'll Go) +- byg:green_enchanted_slab (from Oh The Biomes You'll Go) +- byg:holly_slab (from Oh The Biomes You'll Go) +- byg:imparius_slab (from Oh The Biomes You'll Go) +- byg:jacaranda_slab (from Oh The Biomes You'll Go) +- byg:lament_slab (from Oh The Biomes You'll Go) +- byg:mahogany_slab (from Oh The Biomes You'll Go) +- byg:maple_slab (from Oh The Biomes You'll Go) +- byg:nightshade_slab (from Oh The Biomes You'll Go) +- byg:palm_slab (from Oh The Biomes You'll Go) +- byg:pine_slab (from Oh The Biomes You'll Go) +- byg:rainbow_eucalyptus_slab (from Oh The Biomes You'll Go) +- byg:redwood_slab (from Oh The Biomes You'll Go) +- byg:skyris_slab (from Oh The Biomes You'll Go) +- byg:sythian_slab (from Oh The Biomes You'll Go) +- byg:white_mangrove_slab (from Oh The Biomes You'll Go) +- byg:willow_slab (from Oh The Biomes You'll Go) +- byg:witch_hazel_slab (from Oh The Biomes You'll Go) +- byg:zelkova_slab (from Oh The Biomes You'll Go) +- deeperdarker:echo_slab (from Deeper and Darker) +- ecologics:coconut_slab (from Ecologics) +- ecologics:walnut_slab (from Ecologics) +- ecologics:azalea_slab (from Ecologics) +- ecologics:flowering_azalea_slab (from Ecologics) +- hexcasting:edified_slab (from Hex Casting) +- techreborn:rubber_slab (from Tech Reborn) +- twilightforest:twilight_oak_slab (from The Twilight Forest) +- twilightforest:canopy_slab (from The Twilight Forest) +- twilightforest:mangrove_slab (from The Twilight Forest) +- twilightforest:dark_slab (from The Twilight Forest) +- twilightforest:time_slab (from The Twilight Forest) +- twilightforest:transformation_slab (from The Twilight Forest) +- twilightforest:mining_slab (from The Twilight Forest) +- twilightforest:sorting_slab (from The Twilight Forest) +- vinery:cherry_slab (from Vinery) + +#advancednetherite:pickaxes/upgrade_to_netherite_iron +- #advancednetherite:pickaxes/netherite (from Advanced Netherite) + +#c:raw_tin_ores +- indrev:raw_tin (from Industrial Revolution) +- modern_industrialization:raw_tin (from Modern Industrialization) +- techreborn:raw_tin (from Tech Reborn) + +#spectrum:memory_bonding_agents_concealable +- spectrum:neolith (from Spectrum) + +#c:tools/swords +- twilightforest:ironwood_sword (from The Twilight Forest) +- twilightforest:steeleaf_sword (from The Twilight Forest) +- twilightforest:knightmetal_sword (from The Twilight Forest) +- twilightforest:fiery_sword (from The Twilight Forest) +- twilightforest:giant_sword (from The Twilight Forest) +- twilightforest:ice_sword (from The Twilight Forest) +- twilightforest:glass_sword (from The Twilight Forest) + +#c:netherite_scrap_dusts +- indrev:netherite_scrap_dust (from Industrial Revolution) + +#c:charcoal_small_dusts +- techreborn:charcoal_small_dust (from Tech Reborn) + +#forge:seeds/pumpkin +- minecraft:pumpkin_seeds (from chisels-and-bits) + +#c:octuple_compressed_andesite +- compressor:octuple_compressed_andesite (from Compressor) + +#trinkets:chest/back +- ae2:wireless_crafting_terminal (from AE2WTLib) +- ae2wtlib:wireless_pattern_encoding_terminal (from AE2WTLib) +- ae2wtlib:wireless_pattern_access_terminal (from AE2WTLib) +- ae2wtlib:wireless_universal_terminal (from AE2WTLib) +- travelersbackpack:standard (from Traveler's Backpack) +- travelersbackpack:netherite (from Traveler's Backpack) +- travelersbackpack:diamond (from Traveler's Backpack) +- travelersbackpack:gold (from Traveler's Backpack) +- travelersbackpack:emerald (from Traveler's Backpack) +- travelersbackpack:iron (from Traveler's Backpack) +- travelersbackpack:lapis (from Traveler's Backpack) +- travelersbackpack:redstone (from Traveler's Backpack) +- travelersbackpack:coal (from Traveler's Backpack) +- travelersbackpack:quartz (from Traveler's Backpack) +- travelersbackpack:bookshelf (from Traveler's Backpack) +- travelersbackpack:end (from Traveler's Backpack) +- travelersbackpack:nether (from Traveler's Backpack) +- travelersbackpack:sandstone (from Traveler's Backpack) +- travelersbackpack:snow (from Traveler's Backpack) +- travelersbackpack:sponge (from Traveler's Backpack) +- travelersbackpack:cake (from Traveler's Backpack) +- travelersbackpack:cactus (from Traveler's Backpack) +- travelersbackpack:hay (from Traveler's Backpack) +- travelersbackpack:melon (from Traveler's Backpack) +- travelersbackpack:pumpkin (from Traveler's Backpack) +- travelersbackpack:creeper (from Traveler's Backpack) +- travelersbackpack:dragon (from Traveler's Backpack) +- travelersbackpack:enderman (from Traveler's Backpack) +- travelersbackpack:blaze (from Traveler's Backpack) +- travelersbackpack:ghast (from Traveler's Backpack) +- travelersbackpack:magma_cube (from Traveler's Backpack) +- travelersbackpack:skeleton (from Traveler's Backpack) +- travelersbackpack:spider (from Traveler's Backpack) +- travelersbackpack:wither (from Traveler's Backpack) +- travelersbackpack:bat (from Traveler's Backpack) +- travelersbackpack:bee (from Traveler's Backpack) +- travelersbackpack:wolf (from Traveler's Backpack) +- travelersbackpack:fox (from Traveler's Backpack) +- travelersbackpack:ocelot (from Traveler's Backpack) +- travelersbackpack:horse (from Traveler's Backpack) +- travelersbackpack:cow (from Traveler's Backpack) +- travelersbackpack:pig (from Traveler's Backpack) +- travelersbackpack:sheep (from Traveler's Backpack) +- travelersbackpack:chicken (from Traveler's Backpack) +- travelersbackpack:squid (from Traveler's Backpack) +- travelersbackpack:villager (from Traveler's Backpack) +- travelersbackpack:iron_golem (from Traveler's Backpack) + +#c:grain/oat +- croptopia:oat (from Croptopia) + +#c:crops/turmeric +- croptopia:turmeric (from Croptopia) + +#c:fence_gates +- minecraft:acacia_fence_gate (from Bookshelf) +- minecraft:birch_fence_gate (from Bookshelf) +- minecraft:dark_oak_fence_gate (from Bookshelf) +- minecraft:jungle_fence_gate (from Bookshelf) +- minecraft:oak_fence_gate (from Bookshelf) +- minecraft:spruce_fence_gate (from Bookshelf) +- minecraft:crimson_fence_gate (from Bookshelf) +- minecraft:warped_fence_gate (from Bookshelf) +- #byg:fence_gates/wooden (from Oh The Biomes You'll Go) +- #c:wooden_fence_gates (from Porting Lib Tags) +- twilightforest:twilight_oak_fence_gate (from The Twilight Forest) +- twilightforest:canopy_fence_gate (from The Twilight Forest) +- twilightforest:mangrove_fence_gate (from The Twilight Forest) +- twilightforest:dark_fence_gate (from The Twilight Forest) +- twilightforest:time_fence_gate (from The Twilight Forest) +- twilightforest:transformation_fence_gate (from The Twilight Forest) +- twilightforest:mining_fence_gate (from The Twilight Forest) +- twilightforest:sorting_fence_gate (from The Twilight Forest) + +#forge:dusts/redstone +- minecraft:redstone (from chisels-and-bits) + +#c:antimony_nuggets +- modern_industrialization:antimony_nugget (from Modern Industrialization) + +#spectrum:topaz_chiseled_base_blocks +- spectrum:topaz_chiseled_basalt (from Spectrum) +- spectrum:topaz_chiseled_calcite (from Spectrum) + +#c:fruit_salads +- croptopia:fruit_salad (from Croptopia) + +#spectrum:lean_meats +- minecraft:cooked_rabbit (from Spectrum) +- minecraft:cooked_porkchop (from Spectrum) + +#c:octuple_compressed_diorite +- compressor:octuple_compressed_diorite (from Compressor) + +#spectrum:mob_heads/hoglin_heads +- spectrum:hoglin_head (from Spectrum) +- spectrum:zoglin_head (from Spectrum) + +#c:silver_dusts +- indrev:silver_dust (from Industrial Revolution) +- modern_industrialization:silver_dust (from Modern Industrialization) + +#forge:gems/quartz +- minecraft:quartz (from chisels-and-bits) + +#c:galena_small_dusts +- techreborn:galena_small_dust (from Tech Reborn) + +#c:saw_small_dusts +- techreborn:saw_small_dust (from Tech Reborn) + +#c:kanthal_plates +- modern_industrialization:kanthal_plate (from Modern Industrialization) + +#forge:crops/beetroot +- minecraft:beetroot (from chisels-and-bits) + +#c:purple_dyes +- minecraft:purple_dye (from Fabric Convention Tags) +- minecraft:purple_dye (from Porting Lib Tags) + +#ctov:terracotta +- minecraft:red_terracotta (from ChoiceTheorem's Overhauled Villages) +- minecraft:blue_terracotta (from ChoiceTheorem's Overhauled Villages) +- minecraft:cyan_terracotta (from ChoiceTheorem's Overhauled Villages) +- minecraft:gray_terracotta (from ChoiceTheorem's Overhauled Villages) +- minecraft:lime_terracotta (from ChoiceTheorem's Overhauled Villages) +- minecraft:pink_terracotta (from ChoiceTheorem's Overhauled Villages) +- minecraft:black_terracotta (from ChoiceTheorem's Overhauled Villages) +- minecraft:brown_terracotta (from ChoiceTheorem's Overhauled Villages) +- minecraft:green_terracotta (from ChoiceTheorem's Overhauled Villages) +- minecraft:white_terracotta (from ChoiceTheorem's Overhauled Villages) +- minecraft:orange_terracotta (from ChoiceTheorem's Overhauled Villages) +- minecraft:purple_terracotta (from ChoiceTheorem's Overhauled Villages) +- minecraft:yellow_terracotta (from ChoiceTheorem's Overhauled Villages) +- minecraft:magenta_terracotta (from ChoiceTheorem's Overhauled Villages) +- minecraft:light_blue_terracotta (from ChoiceTheorem's Overhauled Villages) +- minecraft:light_gray_terracotta (from ChoiceTheorem's Overhauled Villages) + +#c:sulfur_small_dusts +- techreborn:sulfur_small_dust (from Tech Reborn) + +#minecraft:creeper_drop_music_discs +- minecraft:music_disc_13 (from Default) +- minecraft:music_disc_cat (from Default) +- minecraft:music_disc_blocks (from Default) +- minecraft:music_disc_chirp (from Default) +- minecraft:music_disc_far (from Default) +- minecraft:music_disc_mall (from Default) +- minecraft:music_disc_mellohi (from Default) +- minecraft:music_disc_stal (from Default) +- minecraft:music_disc_strad (from Default) +- minecraft:music_disc_ward (from Default) +- minecraft:music_disc_11 (from Default) +- minecraft:music_disc_wait (from Default) + +#c:pumpkin_bars +- croptopia:pumpkin_bars (from Croptopia) + +#botania:petals/lime +- botania:lime_petal (from Botania) +- botania:lime_mushroom (from Botania) + +#c:fruits/blackberry +- croptopia:blackberry (from Croptopia) + +#c:sticky_toffee_pudding +- croptopia:sticky_toffee_pudding (from Croptopia) + +#botania:petals/magenta +- botania:magenta_petal (from Botania) +- botania:magenta_mushroom (from Botania) + +#c:cadmium_tiny_dusts +- modern_industrialization:cadmium_tiny_dust (from Modern Industrialization) + +#c:triple_compressed_granite +- compressor:triple_compressed_granite (from Compressor) + +#c:seeds/turnip +- croptopia:turnip_seed (from Croptopia) + +#c:he_mox_blocks +- modern_industrialization:he_mox_block (from Modern Industrialization) + +#byg:brown_dye + +#forge:tools/fishing_rods +- minecraft:fishing_rod (from chisels-and-bits) + +#forge:tools/hoes +- minecraft:wooden_hoe (from chisels-and-bits) +- minecraft:stone_hoe (from chisels-and-bits) +- minecraft:iron_hoe (from chisels-and-bits) +- minecraft:golden_hoe (from chisels-and-bits) +- minecraft:diamond_hoe (from chisels-and-bits) +- minecraft:netherite_hoe (from chisels-and-bits) +- deeperdarker:warden_hoe (from Deeper and Darker) + +#c:candied_kumquats +- croptopia:candied_kumquats (from Croptopia) + +#c:kanthal_ingots +- modern_industrialization:kanthal_ingot (from Modern Industrialization) + +#c:crops/lime +- croptopia:lime (from Croptopia) + +#c:cabbage +- croptopia:cabbage (from Croptopia) +- #c:vegetables/cabbage (from Croptopia) +- croptopia:cabbage (from Croptopia) +- #c:crops/cabbage (from Croptopia) + +#c:crops/oats +- croptopia:oat (from Croptopia) + +#c:the_big_breakfast +- croptopia:the_big_breakfast (from Croptopia) + +#c:sweet_potato_friess +- croptopia:sweet_potato_fries (from Croptopia) + +#fabric:helmets +- byg:ametrine_helmet (from Oh The Biomes You'll Go) + +#c:gold_ingots +- minecraft:gold_ingot (from Applied Energistics 2) +- minecraft:gold_ingot (from Fabric Convention Tags) +- minecraft:gold_ingot (from Porting Lib Tags) +- minecraft:gold_ingot (from Incubus Core) +- minecraft:gold_ingot (from Industrial Revolution) + +#c:raw_lead_ores +- indrev:raw_lead (from Industrial Revolution) +- modern_industrialization:raw_lead (from Modern Industrialization) +- techreborn:raw_lead (from Tech Reborn) + +#c:steel_dusts +- indrev:steel_dust (from Industrial Revolution) +- modern_industrialization:steel_dust (from Modern Industrialization) +- techreborn:steel_dust (from Tech Reborn) + +#enchantment:retains_durability +- the_bumblezone:honey_crystal_shield (from The Bumblezone - Fabric) + +#advancednetherite:boots/netherite_diamond +- advancednetherite:netherite_diamond_boots (from Advanced Netherite) + +#minecraft:wart_blocks +- minecraft:nether_wart_block (from Default) +- minecraft:warped_wart_block (from Default) + +#c:salad_ingredients/cabbage +- farmersdelight:cabbage (from Farmer's Delight) +- farmersdelight:cabbage_leaf (from Farmer's Delight) + +#c:crops/walnut +- croptopia:walnut (from Croptopia) + +#c:light_gray_dyes +- minecraft:light_gray_dye (from Fabric Convention Tags) +- minecraft:light_gray_dye (from Porting Lib Tags) + +#c:kumquats +- croptopia:kumquat (from Croptopia) +- #c:fruits/kumquat (from Croptopia) +- croptopia:kumquat (from Croptopia) +- #c:crops/kumquat (from Croptopia) + +#botania:generating_special_flowers +- botania:dandelifeon (from Botania) +- botania:endoflame (from Botania) +- botania:entropinnyum (from Botania) +- botania:gourmaryllis (from Botania) +- botania:hydroangeas (from Botania) +- botania:kekimurus (from Botania) +- botania:munchdew (from Botania) +- botania:narslimmus (from Botania) +- botania:rafflowsia (from Botania) +- botania:rosa_arcana (from Botania) +- botania:shulk_me_not (from Botania) +- botania:spectrolus (from Botania) +- botania:thermalily (from Botania) + +#c:fruits/apple +- minecraft:apple (from Croptopia) + +#c:annealed_copper_plates +- modern_industrialization:annealed_copper_plate (from Modern Industrialization) + +#c:cucumber_seeds +- croptopia:cucumber_seed (from Croptopia) +- #c:seeds/cucumber (from Croptopia) + +#ad_astra_platform:calorite_blocks +- #c:calorite_blocks? (from Ad Astra!) +- #forge:storage_blocks/calorite? (from Ad Astra!) + +#c:vegetables/cucumber +- croptopia:cucumber (from Croptopia) + +#c:juices/apple_juice +- croptopia:apple_juice (from Croptopia) + +#c:stained_glass +- minecraft:white_stained_glass (from Porting Lib Tags) +- minecraft:orange_stained_glass (from Porting Lib Tags) +- minecraft:magenta_stained_glass (from Porting Lib Tags) +- minecraft:light_blue_stained_glass (from Porting Lib Tags) +- minecraft:yellow_stained_glass (from Porting Lib Tags) +- minecraft:lime_stained_glass (from Porting Lib Tags) +- minecraft:pink_stained_glass (from Porting Lib Tags) +- minecraft:gray_stained_glass (from Porting Lib Tags) +- minecraft:light_gray_stained_glass (from Porting Lib Tags) +- minecraft:cyan_stained_glass (from Porting Lib Tags) +- minecraft:purple_stained_glass (from Porting Lib Tags) +- minecraft:blue_stained_glass (from Porting Lib Tags) +- minecraft:brown_stained_glass (from Porting Lib Tags) +- minecraft:green_stained_glass (from Porting Lib Tags) +- minecraft:red_stained_glass (from Porting Lib Tags) +- minecraft:black_stained_glass (from Porting Lib Tags) +- minecraft:white_stained_glass (from Incubus Core) +- minecraft:orange_stained_glass (from Incubus Core) +- minecraft:magenta_stained_glass (from Incubus Core) +- minecraft:light_blue_stained_glass (from Incubus Core) +- minecraft:yellow_stained_glass (from Incubus Core) +- minecraft:lime_stained_glass (from Incubus Core) +- minecraft:pink_stained_glass (from Incubus Core) +- minecraft:gray_stained_glass (from Incubus Core) +- minecraft:light_gray_stained_glass (from Incubus Core) +- minecraft:cyan_stained_glass (from Incubus Core) +- minecraft:purple_stained_glass (from Incubus Core) +- minecraft:blue_stained_glass (from Incubus Core) +- minecraft:brown_stained_glass (from Incubus Core) +- minecraft:green_stained_glass (from Incubus Core) +- minecraft:red_stained_glass (from Incubus Core) +- minecraft:black_stained_glass (from Incubus Core) + +#hexcasting:staves +- hexcasting:edified_staff (from Hex Casting) +- hexcasting:oak_staff (from Hex Casting) +- hexcasting:spruce_staff (from Hex Casting) +- hexcasting:birch_staff (from Hex Casting) +- hexcasting:jungle_staff (from Hex Casting) +- hexcasting:acacia_staff (from Hex Casting) +- hexcasting:dark_oak_staff (from Hex Casting) +- hexcasting:crimson_staff (from Hex Casting) +- hexcasting:warped_staff (from Hex Casting) + +#c:obsidian_small_dusts +- techreborn:obsidian_small_dust (from Tech Reborn) + +#c:tomatoes +- croptopia:tomato (from Croptopia) +- #c:vegetables/tomato (from Croptopia) +- croptopia:tomato (from Croptopia) +- #c:crops/tomato (from Croptopia) + +#balm:nuggets +- #c:nuggets? (from Balm) +- #c:iron_nuggets? (from Balm) +- #c:gold_nuggets? (from Balm) +- minecraft:gold_nugget (from Balm) +- minecraft:iron_nugget (from Balm) + +#bookshelf:strings +- #c:strings (from Bookshelf) +- #c:string (from Bookshelf) + +#c:ground_pork +- croptopia:ground_pork (from Croptopia) + +#c:mangos +- croptopia:mango (from Croptopia) +- #c:fruits/mango (from Croptopia) +- croptopia:mango (from Croptopia) +- #c:crops/mango (from Croptopia) + +#c:battery_alloy_ingots +- modern_industrialization:battery_alloy_ingot (from Modern Industrialization) + +#c:crops/date +- croptopia:date (from Croptopia) + +#spectrum:bedrock_equipment +- spectrum:bedrock_pickaxe (from Spectrum) +- spectrum:bedrock_axe (from Spectrum) +- spectrum:bedrock_shovel (from Spectrum) +- spectrum:bedrock_sword (from Spectrum) +- spectrum:bedrock_hoe (from Spectrum) +- spectrum:bedrock_bow (from Spectrum) +- spectrum:bedrock_crossbow (from Spectrum) +- spectrum:bedrock_shears (from Spectrum) +- spectrum:bedrock_fishing_rod (from Spectrum) + +#c:certus_quartz_ores + +#c:octuple_compressed_dirt +- compressor:octuple_compressed_dirt (from Compressor) + +#forge:glass_panes/purple +- minecraft:purple_stained_glass_pane (from chisels-and-bits) + +#c:cabbage_rolls +- croptopia:cabbage_roll (from Croptopia) + +#c:raw_gold_ores +- minecraft:raw_gold (from Fabric Convention Tags) +- minecraft:raw_gold (from Incubus Core) +- minecraft:raw_gold (from Industrial Revolution) + +#c:crops/corn +- croptopia:corn (from Croptopia) + +#c:sand/pink +- byg:pink_sand (from Oh The Biomes You'll Go) +- byg:windswept_sand (from Oh The Biomes You'll Go) + +#c:flour/wheat +- create:wheat_flour (from Create) + +#c:heads +- minecraft:creeper_head (from Porting Lib Tags) +- minecraft:dragon_head (from Porting Lib Tags) +- minecraft:player_head (from Porting Lib Tags) +- minecraft:skeleton_skull (from Porting Lib Tags) +- minecraft:wither_skeleton_skull (from Porting Lib Tags) +- minecraft:zombie_head (from Porting Lib Tags) +- twilightforest:zombie_skull_candle (from The Twilight Forest) +- twilightforest:skeleton_skull_candle (from The Twilight Forest) +- twilightforest:wither_skeleton_skull_candle (from The Twilight Forest) +- twilightforest:creeper_skull_candle (from The Twilight Forest) +- twilightforest:player_skull_candle (from The Twilight Forest) + +#c:coconuts +- croptopia:coconut (from Croptopia) +- #c:fruits/coconut (from Croptopia) +- croptopia:coconut (from Croptopia) +- #c:crops/coconut (from Croptopia) + +#c:vegetables/carrot +- minecraft:carrot (from Farmer's Delight) + +#c:bread/wheat +- minecraft:bread (from Farmer's Delight) + +#bewitchment:elder_logs +- bewitchment:elder_log (from Bewitchment) +- bewitchment:elder_wood (from Bewitchment) +- bewitchment:stripped_elder_log (from Bewitchment) +- bewitchment:stripped_elder_wood (from Bewitchment) + +#ae2:all_nether_quartz +- #c:quartz (from Applied Energistics 2) + +#c:titanium_ores +- modern_industrialization:titanium_ore (from Modern Industrialization) + +#c:prismarine +- minecraft:prismarine_crystals (from Porting Lib Tags) + +#c:armors/chestplates +- twilightforest:naga_chestplate (from The Twilight Forest) +- twilightforest:ironwood_chestplate (from The Twilight Forest) +- twilightforest:steeleaf_chestplate (from The Twilight Forest) +- twilightforest:knightmetal_chestplate (from The Twilight Forest) +- twilightforest:phantom_chestplate (from The Twilight Forest) +- twilightforest:fiery_chestplate (from The Twilight Forest) +- twilightforest:arctic_chestplate (from The Twilight Forest) +- twilightforest:yeti_chestplate (from The Twilight Forest) + +#c:gold_plates +- create:golden_sheet (from Create) +- indrev:gold_plate (from Industrial Revolution) +- modern_industrialization:gold_plate (from Modern Industrialization) +- techreborn:gold_plate (from Tech Reborn) + +#c:strawberry_seeds +- croptopia:strawberry_seed (from Croptopia) +- #c:seeds/strawberry (from Croptopia) + +#c:mustard_seeds +- croptopia:mustard_seed (from Croptopia) +- #c:seeds/mustard (from Croptopia) + +#c:le_mox_tiny_dusts +- modern_industrialization:le_mox_tiny_dust (from Modern Industrialization) + +#colorful-azaleas:bright_azalea_logs +- colorful-azaleas:bright_azalea_log (from Colorful Azaleas) +- colorful-azaleas:bright_azalea_wood (from Colorful Azaleas) +- colorful-azaleas:stripped_bright_azalea_log (from Colorful Azaleas) +- colorful-azaleas:stripped_bright_azalea_wood (from Colorful Azaleas) + +#forge:ash +- supplementaries:ash (from Supplementaries) + +#another_furniture:drawers +- another_furniture:oak_drawer (from Another Furniture) +- another_furniture:spruce_drawer (from Another Furniture) +- another_furniture:birch_drawer (from Another Furniture) +- another_furniture:jungle_drawer (from Another Furniture) +- another_furniture:acacia_drawer (from Another Furniture) +- another_furniture:dark_oak_drawer (from Another Furniture) +- another_furniture:mangrove_drawer? (from Another Furniture) +- another_furniture:crimson_drawer (from Another Furniture) +- another_furniture:warped_drawer (from Another Furniture) + +#c:cooked_eggs +- farmersdelight:fried_egg (from Farmer's Delight) + +#c:septuple_compressed_cobblestone +- compressor:septuple_compressed_cobblestone (from Compressor) + +#c:zinc_blocks +- create:zinc_block (from Create) +- techreborn:zinc_storage_block (from Tech Reborn) + +#c:quadruple_compressed_sand +- compressor:quadruple_compressed_sand (from Compressor) + +#spectrum:no_cinderhearth_doubling +- c:dusts? (from Spectrum) +- spectrum:polished_calcite_wall (from Spectrum) +- spectrum:polished_calcite_stairs (from Spectrum) +- spectrum:polished_calcite_pillar (from Spectrum) +- spectrum:polished_calcite_crest (from Spectrum) +- spectrum:notched_polished_calcite (from Spectrum) +- spectrum:chiseled_polished_calcite (from Spectrum) +- spectrum:calcite_bricks (from Spectrum) +- spectrum:calcite_brick_wall (from Spectrum) +- spectrum:calcite_brick_stairs (from Spectrum) +- spectrum:polished_basalt_wall (from Spectrum) +- spectrum:polished_basalt_stairs (from Spectrum) +- spectrum:polished_basalt_pillar (from Spectrum) +- spectrum:polished_basalt_crest (from Spectrum) +- spectrum:notched_polished_basalt (from Spectrum) +- spectrum:chiseled_polished_basalt (from Spectrum) +- spectrum:basalt_bricks (from Spectrum) +- spectrum:basalt_brick_wall (from Spectrum) +- spectrum:basalt_brick_stairs (from Spectrum) +- minecraft:wet_sponge (from Spectrum) + +#c:sextuple_compressed_cobbled_deepslate +- compressor:sextuple_compressed_cobbled_deepslate (from Compressor) + +#c:seeds/tomatillo +- croptopia:tomatillo_seed (from Croptopia) + +#c:seeds/cucumber +- croptopia:cucumber_seed (from Croptopia) + +#c:mustard +- croptopia:mustard (from Croptopia) +- #c:vegetables/mustard (from Croptopia) +- croptopia:mustard (from Croptopia) +- #c:crops/mustard (from Croptopia) + +#advancednetherite:axes/netherite +- minecraft:netherite_axe (from Advanced Netherite) + +#the_bumblezone:super_candles +- the_bumblezone:super_candle (from The Bumblezone - Fabric) +- the_bumblezone:super_candle_black (from The Bumblezone - Fabric) +- the_bumblezone:super_candle_blue (from The Bumblezone - Fabric) +- the_bumblezone:super_candle_brown (from The Bumblezone - Fabric) +- the_bumblezone:super_candle_cyan (from The Bumblezone - Fabric) +- the_bumblezone:super_candle_gray (from The Bumblezone - Fabric) +- the_bumblezone:super_candle_green (from The Bumblezone - Fabric) +- the_bumblezone:super_candle_light_blue (from The Bumblezone - Fabric) +- the_bumblezone:super_candle_light_gray (from The Bumblezone - Fabric) +- the_bumblezone:super_candle_lime (from The Bumblezone - Fabric) +- the_bumblezone:super_candle_magenta (from The Bumblezone - Fabric) +- the_bumblezone:super_candle_orange (from The Bumblezone - Fabric) +- the_bumblezone:super_candle_pink (from The Bumblezone - Fabric) +- the_bumblezone:super_candle_purple (from The Bumblezone - Fabric) +- the_bumblezone:super_candle_red (from The Bumblezone - Fabric) +- the_bumblezone:super_candle_white (from The Bumblezone - Fabric) +- the_bumblezone:super_candle_yellow (from The Bumblezone - Fabric) + +#c:saplings/banana +- croptopia:banana_sapling (from Croptopia) + +#forge:storage_blocks/raw_copper +- minecraft:raw_copper_block (from chisels-and-bits) + +#byg:stairs +- byg:aspen_stairs (from Oh The Biomes You'll Go) +- byg:baobab_stairs (from Oh The Biomes You'll Go) +- byg:blue_enchanted_stairs (from Oh The Biomes You'll Go) +- byg:blue_nether_brick_stairs (from Oh The Biomes You'll Go) +- byg:bulbis_stairs (from Oh The Biomes You'll Go) +- byg:carved_ether_stone_stairs (from Oh The Biomes You'll Go) +- byg:cattail_thatch_stairs (from Oh The Biomes You'll Go) +- byg:cherry_stairs (from Oh The Biomes You'll Go) +- byg:chiseled_fungal_imparius_stairs (from Oh The Biomes You'll Go) +- byg:chiseled_red_rock_brick_stairs (from Oh The Biomes You'll Go) +- byg:chiseled_therium_stairs (from Oh The Biomes You'll Go) +- byg:chiseled_travertine_stairs (from Oh The Biomes You'll Go) +- byg:chiseled_windswept_sandstone_stairs (from Oh The Biomes You'll Go) +- byg:cika_stairs (from Oh The Biomes You'll Go) +- byg:cobbled_ether_stone_stairs (from Oh The Biomes You'll Go) +- byg:cracked_red_rock_brick_stairs (from Oh The Biomes You'll Go) +- byg:cryptic_stone_stairs (from Oh The Biomes You'll Go) +- byg:cut_windswept_sandstone_stairs (from Oh The Biomes You'll Go) +- byg:cypress_stairs (from Oh The Biomes You'll Go) +- byg:dacite_brick_stairs (from Oh The Biomes You'll Go) +- byg:dacite_cobblestone_stairs (from Oh The Biomes You'll Go) +- byg:dacite_stairs (from Oh The Biomes You'll Go) +- byg:dacite_tile_stairs (from Oh The Biomes You'll Go) +- byg:ebony_stairs (from Oh The Biomes You'll Go) +- byg:embur_stairs (from Oh The Biomes You'll Go) +- byg:ether_stairs (from Oh The Biomes You'll Go) +- byg:ether_stone_stairs (from Oh The Biomes You'll Go) +- byg:fir_stairs (from Oh The Biomes You'll Go) +- byg:green_enchanted_stairs (from Oh The Biomes You'll Go) +- byg:holly_stairs (from Oh The Biomes You'll Go) +- byg:imparius_stairs (from Oh The Biomes You'll Go) +- byg:jacaranda_stairs (from Oh The Biomes You'll Go) +- byg:lament_stairs (from Oh The Biomes You'll Go) +- byg:mahogany_stairs (from Oh The Biomes You'll Go) +- byg:maple_stairs (from Oh The Biomes You'll Go) +- byg:mossy_red_rock_brick_stairs (from Oh The Biomes You'll Go) +- byg:mossy_stone_stairs (from Oh The Biomes You'll Go) +- byg:nightshade_stairs (from Oh The Biomes You'll Go) +- byg:palm_stairs (from Oh The Biomes You'll Go) +- byg:pine_stairs (from Oh The Biomes You'll Go) +- byg:polished_soapstone_stairs (from Oh The Biomes You'll Go) +- byg:polished_travertine_stairs (from Oh The Biomes You'll Go) +- byg:purpur_stone_stairs (from Oh The Biomes You'll Go) +- byg:rainbow_eucalyptus_stairs (from Oh The Biomes You'll Go) +- byg:red_rock_brick_stairs (from Oh The Biomes You'll Go) +- byg:red_rock_stairs (from Oh The Biomes You'll Go) +- byg:redwood_stairs (from Oh The Biomes You'll Go) +- byg:rocky_stone_stairs (from Oh The Biomes You'll Go) +- byg:scoria_cobblestone_stairs (from Oh The Biomes You'll Go) +- byg:scoria_stone_stairs (from Oh The Biomes You'll Go) +- byg:scoria_stonebrick_stairs (from Oh The Biomes You'll Go) +- byg:shiny_chiseled_therium_stairs (from Oh The Biomes You'll Go) +- byg:skyris_stairs (from Oh The Biomes You'll Go) +- byg:smooth_windswept_sandstone_stairs (from Oh The Biomes You'll Go) +- byg:soapstone_brick_stairs (from Oh The Biomes You'll Go) +- byg:soapstone_stairs (from Oh The Biomes You'll Go) +- byg:soapstone_tile_stairs (from Oh The Biomes You'll Go) +- byg:sythian_stairs (from Oh The Biomes You'll Go) +- byg:travertine_stairs (from Oh The Biomes You'll Go) +- byg:white_mangrove_stairs (from Oh The Biomes You'll Go) +- byg:willow_stairs (from Oh The Biomes You'll Go) +- byg:windswept_sandstone_stairs (from Oh The Biomes You'll Go) +- byg:witch_hazel_stairs (from Oh The Biomes You'll Go) +- byg:yellow_nether_brick_stairs (from Oh The Biomes You'll Go) +- byg:zelkova_stairs (from Oh The Biomes You'll Go) + +#ad_astra_platform:steel_blocks +- #c:steel_blocks? (from Ad Astra!) +- #forge:storage_blocks/steel? (from Ad Astra!) + +#naturalist:bear_tempt_items +- minecraft:salmon (from Naturalist) +- minecraft:cooked_salmon (from Naturalist) +- minecraft:cod (from Naturalist) +- minecraft:cooked_cod (from Naturalist) +- minecraft:tropical_fish (from Naturalist) +- minecraft:honeycomb (from Naturalist) +- minecraft:sweet_berries (from Naturalist) + +#forge:shears +- minecraft:shears (from chisels-and-bits) + +#twilightforest:portal/activator +- #c:gems/diamond (from The Twilight Forest) + +#c:platinum_ores +- modern_industrialization:platinum_ore (from Modern Industrialization) + +#minecraft:chest_boats +- minecraft:oak_chest_boat (from Default) +- minecraft:spruce_chest_boat (from Default) +- minecraft:birch_chest_boat (from Default) +- minecraft:jungle_chest_boat (from Default) +- minecraft:acacia_chest_boat (from Default) +- minecraft:dark_oak_chest_boat (from Default) +- minecraft:mangrove_chest_boat (from Default) +- deeperdarker:echo_chest_boat (from Deeper and Darker) +- ecologics:coconut_chest_boat (from Ecologics) +- ecologics:walnut_chest_boat (from Ecologics) +- ecologics:azalea_chest_boat (from Ecologics) +- ecologics:flowering_azalea_chest_boat (from Ecologics) +- vinery:cherry_chest_boat (from Vinery) + +#c:silicon_blocks +- modern_industrialization:silicon_block (from Modern Industrialization) + +#c:grain/wheat +- minecraft:wheat (from Farmer's Delight) + +#campanion:tent_tops +- campanion:light_gray_tent_top (from Campanion) +- campanion:light_blue_tent_top (from Campanion) +- campanion:black_tent_top (from Campanion) +- campanion:cyan_tent_top (from Campanion) +- campanion:gray_tent_top (from Campanion) +- campanion:white_tent_top (from Campanion) +- campanion:green_tent_top (from Campanion) +- campanion:lime_tent_top (from Campanion) +- campanion:blue_tent_top (from Campanion) +- campanion:red_tent_top (from Campanion) +- campanion:orange_tent_top (from Campanion) +- campanion:pink_tent_top (from Campanion) +- campanion:purple_tent_top (from Campanion) +- campanion:yellow_tent_top (from Campanion) +- campanion:brown_tent_top (from Campanion) +- campanion:magenta_tent_top (from Campanion) + +#c:apples +- minecraft:apple (from Croptopia) +- #c:fruits/apple (from Croptopia) +- minecraft:apple (from Croptopia) +- #c:crops/apple (from Croptopia) + +#c:kumquat_saplings +- croptopia:kumquat_sapling (from Croptopia) +- #c:saplings/kumquat (from Croptopia) + +#c:he_uranium_ingots +- modern_industrialization:he_uranium_ingot (from Modern Industrialization) + +#botania:mana_dusts +- botania:mana_powder (from Botania) + +#c:bones +- minecraft:bone (from Farmer's Delight) +- minecraft:bone (from Porting Lib Tags) + +#c:beef_jerkies +- croptopia:beef_jerky (from Croptopia) + +#c:annealed_copper_ingots +- modern_industrialization:annealed_copper_ingot (from Modern Industrialization) + +#botania:petals/blue +- botania:blue_petal (from Botania) +- botania:blue_mushroom (from Botania) + +#c:raisins +- croptopia:raisins (from Croptopia) + +#twilightforest:kept_on_death +- twilightforest:tower_key (from The Twilight Forest) +- twilightforest:phantom_helmet (from The Twilight Forest) +- twilightforest:phantom_chestplate (from The Twilight Forest) + +#c:gray_glass +- minecraft:gray_stained_glass (from Porting Lib Tags) + +#c:fruit_smoothies +- croptopia:fruit_smoothie (from Croptopia) + +#spectrum:common_meats +- minecraft:cooked_beef (from Spectrum) +- minecraft:cooked_mutton (from Spectrum) +- minecraft:cooked_chicken (from Spectrum) + +#c:baked_crepes +- croptopia:baked_crepes (from Croptopia) + +#the_bumblezone:infinite_candle_lighting_items + +#tooltiprareness:epic_item +- adventurez:stone_golem_heart (from AdventureZ) +- adventurez:stone_golem_arm (from AdventureZ) +- adventurez:gilded_netherite_fragment (from AdventureZ) +- adventurez:prime_eye (from AdventureZ) +- adventurez:stone_golem_helmet (from AdventureZ) +- adventurez:stone_golem_chestplate (from AdventureZ) +- adventurez:stone_golem_leggings (from AdventureZ) +- adventurez:stone_golem_boots (from AdventureZ) +- dragonloot:dragon_scale (from DragonLoot) +- dragonloot:dragon_horse_armor (from DragonLoot) +- dragonloot:dragon_helmet (from DragonLoot) +- dragonloot:dragon_chestplate (from DragonLoot) +- dragonloot:dragon_leggings (from DragonLoot) +- dragonloot:dragon_boots (from DragonLoot) +- dragonloot:upgraded_dragon_chestplate (from DragonLoot) +- dragonloot:dragon_pickaxe (from DragonLoot) +- dragonloot:dragon_shovel (from DragonLoot) +- dragonloot:dragon_axe (from DragonLoot) +- dragonloot:dragon_hoe (from DragonLoot) +- dragonloot:dragon_sword (from DragonLoot) +- dragonloot:dragon_bow (from DragonLoot) +- dragonloot:dragon_crossbow (from DragonLoot) +- dragonloot:dragon_trident (from DragonLoot) +- medievalweapons:netherite_small_axe (from Medieval Weapons) +- medievalweapons:netherite_long_sword (from Medieval Weapons) +- medievalweapons:netherite_dagger (from Medieval Weapons) +- medievalweapons:netherite_francisca (from Medieval Weapons) +- medievalweapons:netherite_big_axe (from Medieval Weapons) +- medievalweapons:netherite_javelin (from Medieval Weapons) +- medievalweapons:netherite_lance (from Medieval Weapons) +- medievalweapons:netherite_healing_staff (from Medieval Weapons) +- medievalweapons:netherite_mace (from Medieval Weapons) +- medievalweapons:netherite_ninjato (from Medieval Weapons) +- medievalweapons:netherite_rapier (from Medieval Weapons) +- medievalweapons:netherite_sickle (from Medieval Weapons) + +#c:hoes +- advancednetherite:netherite_iron_hoe (from Advanced Netherite) +- advancednetherite:netherite_gold_hoe (from Advanced Netherite) +- advancednetherite:netherite_emerald_hoe (from Advanced Netherite) +- advancednetherite:netherite_diamond_hoe (from Advanced Netherite) +- minecraft:wooden_hoe (from Bookshelf) +- minecraft:stone_hoe (from Bookshelf) +- minecraft:iron_hoe (from Bookshelf) +- minecraft:golden_hoe (from Bookshelf) +- minecraft:diamond_hoe (from Bookshelf) +- minecraft:netherite_hoe (from Bookshelf) +- byg:pendorite_hoe (from Oh The Biomes You'll Go) +- dragonloot:dragon_hoe (from DragonLoot) +- #fabric:hoes? (from Fabric Convention Tags) +- minecraft:diamond_hoe (from Fabric Convention Tags) +- minecraft:golden_hoe (from Fabric Convention Tags) +- minecraft:wooden_hoe (from Fabric Convention Tags) +- minecraft:stone_hoe (from Fabric Convention Tags) +- minecraft:iron_hoe (from Fabric Convention Tags) +- minecraft:netherite_hoe (from Fabric Convention Tags) +- minecraft:wooden_hoe (from Porting Lib Tags) +- minecraft:stone_hoe (from Porting Lib Tags) +- minecraft:iron_hoe (from Porting Lib Tags) +- minecraft:golden_hoe (from Porting Lib Tags) +- minecraft:diamond_hoe (from Porting Lib Tags) +- minecraft:netherite_hoe (from Porting Lib Tags) +- spectrum:bedrock_hoe (from Spectrum) +- spectrum:multitool (from Spectrum) + +#create:stone_types/ochrum +- create:cut_ochrum (from Create) +- create:cut_ochrum_stairs (from Create) +- create:cut_ochrum_wall (from Create) +- create:polished_cut_ochrum (from Create) +- create:polished_cut_ochrum_stairs (from Create) +- create:polished_cut_ochrum_wall (from Create) +- create:cut_ochrum_bricks (from Create) +- create:cut_ochrum_brick_stairs (from Create) +- create:cut_ochrum_brick_wall (from Create) +- create:small_ochrum_bricks (from Create) +- create:small_ochrum_brick_stairs (from Create) +- create:small_ochrum_brick_wall (from Create) +- create:layered_ochrum (from Create) +- create:ochrum_pillar (from Create) + +#c:ancient_debris_ores +- minecraft:ancient_debris (from Industrial Revolution) + +#ae2:quartz_pickaxe +- ae2:certus_quartz_pickaxe (from Applied Energistics 2) +- ae2:nether_quartz_pickaxe (from Applied Energistics 2) + +#c:crops/pineapple +- croptopia:pineapple (from Croptopia) + +#fabric:boots +- byg:ametrine_boots (from Oh The Biomes You'll Go) + +#c:herbs +- minecraft:allium (from Incubus Core) +- minecraft:cornflower (from Incubus Core) +- minecraft:blue_orchid (from Incubus Core) + +#c:crops/leek +- croptopia:leek (from Croptopia) + +#c:orange_dye +- minecraft:orange_dye (from Applied Energistics 2) + +#c:annealed_copper_nuggets +- modern_industrialization:annealed_copper_nugget (from Modern Industrialization) + +#byg:magenta_dye +- byg:magenta_amaranth (from Oh The Biomes You'll Go) +- byg:magenta_tulip (from Oh The Biomes You'll Go) +- byg:lazarus_bellflower (from Oh The Biomes You'll Go) +- byg:protea_flower (from Oh The Biomes You'll Go) +- byg:fairy_slipper (from Oh The Biomes You'll Go) + +#ad_astra_platform:iron_plates +- #c:iron_plates? (from Ad Astra!) +- #forge:plates/iron? (from Ad Astra!) + +#c:beetroot_salads +- croptopia:beetroot_salad (from Croptopia) + +#spectrum:trinkets +- spectrum:glow_vision_goggles (from Spectrum) +- spectrum:jeopardant (from Spectrum) +- spectrum:seven_league_boots (from Spectrum) +- spectrum:radiance_pin (from Spectrum) +- spectrum:totem_pendant (from Spectrum) +- spectrum:take_off_belt (from Spectrum) +- spectrum:azure_dike_belt (from Spectrum) +- spectrum:azure_dike_ring (from Spectrum) +- spectrum:pigment_palette (from Spectrum) +- spectrum:gleaming_pin (from Spectrum) +- #spectrum:potion_pendants (from Spectrum) +- spectrum:ashen_circlet (from Spectrum) +- spectrum:weeping_circlet (from Spectrum) +- spectrum:puff_circlet (from Spectrum) +- spectrum:whispy_circlet (from Spectrum) +- spectrum:neat_ring (from Spectrum) + +#c:redstone_plates +- techreborn:redstone_plate (from Tech Reborn) + +#c:fruits/persimmon +- croptopia:persimmon (from Croptopia) + +#advancednetherite:chestplates/netherite_emerald +- advancednetherite:netherite_emerald_chestplate (from Advanced Netherite) + +#c:shulker_boxes +- minecraft:shulker_box (from Fabric Convention Tags) +- minecraft:blue_shulker_box (from Fabric Convention Tags) +- minecraft:brown_shulker_box (from Fabric Convention Tags) +- minecraft:cyan_shulker_box (from Fabric Convention Tags) +- minecraft:gray_shulker_box (from Fabric Convention Tags) +- minecraft:green_shulker_box (from Fabric Convention Tags) +- minecraft:light_blue_shulker_box (from Fabric Convention Tags) +- minecraft:light_gray_shulker_box (from Fabric Convention Tags) +- minecraft:lime_shulker_box (from Fabric Convention Tags) +- minecraft:magenta_shulker_box (from Fabric Convention Tags) +- minecraft:orange_shulker_box (from Fabric Convention Tags) +- minecraft:pink_shulker_box (from Fabric Convention Tags) +- minecraft:purple_shulker_box (from Fabric Convention Tags) +- minecraft:red_shulker_box (from Fabric Convention Tags) +- minecraft:white_shulker_box (from Fabric Convention Tags) +- minecraft:yellow_shulker_box (from Fabric Convention Tags) +- minecraft:black_shulker_box (from Fabric Convention Tags) +- minecraft:white_shulker_box (from Incubus Core) +- minecraft:orange_shulker_box (from Incubus Core) +- minecraft:magenta_shulker_box (from Incubus Core) +- minecraft:light_blue_shulker_box (from Incubus Core) +- minecraft:yellow_shulker_box (from Incubus Core) +- minecraft:lime_shulker_box (from Incubus Core) +- minecraft:pink_shulker_box (from Incubus Core) +- minecraft:gray_shulker_box (from Incubus Core) +- minecraft:light_gray_shulker_box (from Incubus Core) +- minecraft:cyan_shulker_box (from Incubus Core) +- minecraft:purple_shulker_box (from Incubus Core) +- minecraft:blue_shulker_box (from Incubus Core) +- minecraft:brown_shulker_box (from Incubus Core) +- minecraft:green_shulker_box (from Incubus Core) +- minecraft:red_shulker_box (from Incubus Core) +- minecraft:black_shulker_box (from Incubus Core) +- minecraft:shulker_box (from The Bumblezone - Fabric) +- minecraft:black_shulker_box (from The Bumblezone - Fabric) +- minecraft:blue_shulker_box (from The Bumblezone - Fabric) +- minecraft:brown_shulker_box (from The Bumblezone - Fabric) +- minecraft:cyan_shulker_box (from The Bumblezone - Fabric) +- minecraft:gray_shulker_box (from The Bumblezone - Fabric) +- minecraft:green_shulker_box (from The Bumblezone - Fabric) +- minecraft:light_blue_shulker_box (from The Bumblezone - Fabric) +- minecraft:light_gray_shulker_box (from The Bumblezone - Fabric) +- minecraft:lime_shulker_box (from The Bumblezone - Fabric) +- minecraft:magenta_shulker_box (from The Bumblezone - Fabric) +- minecraft:orange_shulker_box (from The Bumblezone - Fabric) +- minecraft:pink_shulker_box (from The Bumblezone - Fabric) +- minecraft:purple_shulker_box (from The Bumblezone - Fabric) +- minecraft:red_shulker_box (from The Bumblezone - Fabric) +- minecraft:white_shulker_box (from The Bumblezone - Fabric) +- minecraft:yellow_shulker_box (from The Bumblezone - Fabric) + +#c:desh_nuggets +- ad_astra:desh_nugget (from Ad Astra!) + +#c:seeds/hops +- croptopia:hops_seed (from Croptopia) + +#c:crops/onion +- croptopia:onion (from Croptopia) +- farmersdelight:onion (from Farmer's Delight) + +#c:octuple_compressed_stone +- compressor:octuple_compressed_stone (from Compressor) + +#botania:petals/brown +- botania:brown_petal (from Botania) +- botania:brown_mushroom (from Botania) + +#advancednetherite:boots/upgrade_to_netherite_iron +- #advancednetherite:boots/netherite (from Advanced Netherite) + +#minecraft:candles +- minecraft:candle (from Default) +- minecraft:white_candle (from Default) +- minecraft:orange_candle (from Default) +- minecraft:magenta_candle (from Default) +- minecraft:light_blue_candle (from Default) +- minecraft:yellow_candle (from Default) +- minecraft:lime_candle (from Default) +- minecraft:pink_candle (from Default) +- minecraft:gray_candle (from Default) +- minecraft:light_gray_candle (from Default) +- minecraft:cyan_candle (from Default) +- minecraft:purple_candle (from Default) +- minecraft:blue_candle (from Default) +- minecraft:brown_candle (from Default) +- minecraft:green_candle (from Default) +- minecraft:red_candle (from Default) +- minecraft:black_candle (from Default) + +#decorative_blocks:beams +- decorative_blocks:oak_beam (from Decorative Blocks) +- decorative_blocks:birch_beam (from Decorative Blocks) +- decorative_blocks:spruce_beam (from Decorative Blocks) +- decorative_blocks:acacia_beam (from Decorative Blocks) +- decorative_blocks:jungle_beam (from Decorative Blocks) +- decorative_blocks:dark_oak_beam (from Decorative Blocks) +- decorative_blocks:mangrove_beam (from Decorative Blocks) +- decorative_blocks:crimson_beam (from Decorative Blocks) +- decorative_blocks:warped_beam (from Decorative Blocks) + +#c:ender_pearl_small_dusts +- techreborn:ender_pearl_small_dust (from Tech Reborn) + +#c:he_mox_nuggets +- modern_industrialization:he_mox_nugget (from Modern Industrialization) + +#forge:fences +- #forge:fences/nether_brick (from chisels-and-bits) +- #forge:fences/wooden (from chisels-and-bits) + +#advancednetherite:chestplates/upgrade_to_netherite_emerald +- #advancednetherite:chestplates/netherite_gold (from Advanced Netherite) + +#c:chests/wooden +- twilightforest:twilight_oak_chest (from The Twilight Forest) +- twilightforest:canopy_chest (from The Twilight Forest) +- twilightforest:mangrove_chest (from The Twilight Forest) +- twilightforest:darkwood_chest (from The Twilight Forest) +- twilightforest:time_chest (from The Twilight Forest) +- twilightforest:transformation_chest (from The Twilight Forest) +- twilightforest:mining_chest (from The Twilight Forest) +- twilightforest:sorting_chest (from The Twilight Forest) + +#byg:sand +- byg:black_sand (from Oh The Biomes You'll Go) +- byg:blue_sand (from Oh The Biomes You'll Go) +- byg:cracked_red_sand (from Oh The Biomes You'll Go) +- byg:end_sand (from Oh The Biomes You'll Go) +- byg:pink_sand (from Oh The Biomes You'll Go) +- byg:purple_sand (from Oh The Biomes You'll Go) +- byg:quartzite_sand (from Oh The Biomes You'll Go) +- byg:warped_soul_sand (from Oh The Biomes You'll Go) +- byg:warped_soul_soil (from Oh The Biomes You'll Go) +- byg:white_sand (from Oh The Biomes You'll Go) +- byg:windswept_sand (from Oh The Biomes You'll Go) + +#c:iron_rods +- ad_astra:iron_rod (from Ad Astra!) +- catwalksinc:iron_rod (from Catwalks Inc.) +- modern_industrialization:iron_rod? (from Catwalks Inc.) + +#c:seeds/greenonion +- croptopia:greenonion_seed (from Croptopia) + +#c:sodalite_small_dusts +- techreborn:sodalite_small_dust (from Tech Reborn) + +#c:dusts/glowstone +- minecraft:glowstone_dust (from Porting Lib Tags) + +#byg:bulbis_logs +- byg:bulbis_stem (from Oh The Biomes You'll Go) +- byg:bulbis_wood (from Oh The Biomes You'll Go) +- byg:stripped_bulbis_stem (from Oh The Biomes You'll Go) +- byg:stripped_bulbis_wood (from Oh The Biomes You'll Go) + +#forge:terracotta +- minecraft:white_terracotta (from Supplementaries) +- minecraft:orange_terracotta (from Supplementaries) +- minecraft:yellow_terracotta (from Supplementaries) +- minecraft:red_terracotta (from Supplementaries) +- minecraft:blue_terracotta (from Supplementaries) +- minecraft:cyan_terracotta (from Supplementaries) +- minecraft:light_blue_terracotta (from Supplementaries) +- minecraft:lime_terracotta (from Supplementaries) +- minecraft:green_terracotta (from Supplementaries) +- minecraft:magenta_terracotta (from Supplementaries) +- minecraft:pink_terracotta (from Supplementaries) +- minecraft:purple_terracotta (from Supplementaries) +- minecraft:black_terracotta (from Supplementaries) +- minecraft:gray_terracotta (from Supplementaries) +- minecraft:light_gray_terracotta (from Supplementaries) +- minecraft:brown_terracotta (from Supplementaries) + +#c:saucy_chips +- croptopia:saucy_chips (from Croptopia) diff --git a/kubejs/exported/tags/minecraft/loot_condition_type.txt b/kubejs/exported/tags/minecraft/loot_condition_type.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/loot_condition_type.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/loot_function_type.txt b/kubejs/exported/tags/minecraft/loot_function_type.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/loot_function_type.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/loot_nbt_provider_type.txt b/kubejs/exported/tags/minecraft/loot_nbt_provider_type.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/loot_nbt_provider_type.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/loot_number_provider_type.txt b/kubejs/exported/tags/minecraft/loot_number_provider_type.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/loot_number_provider_type.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/loot_pool_entry_type.txt b/kubejs/exported/tags/minecraft/loot_pool_entry_type.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/loot_pool_entry_type.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/loot_score_provider_type.txt b/kubejs/exported/tags/minecraft/loot_score_provider_type.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/loot_score_provider_type.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/memory_module_type.txt b/kubejs/exported/tags/minecraft/memory_module_type.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/memory_module_type.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/menu.txt b/kubejs/exported/tags/minecraft/menu.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/menu.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/mob_effect.txt b/kubejs/exported/tags/minecraft/mob_effect.txt new file mode 100644 index 0000000..3f30955 --- /dev/null +++ b/kubejs/exported/tags/minecraft/mob_effect.txt @@ -0,0 +1,16 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM + +#artifacts:antidote_vessel_cancellable +- minecraft:blindness (from Artifacts) +- minecraft:nausea (from Artifacts) +- minecraft:mining_fatigue (from Artifacts) +- minecraft:hunger (from Artifacts) +- minecraft:levitation (from Artifacts) +- minecraft:slowness (from Artifacts) +- minecraft:poison (from Artifacts) +- minecraft:weakness (from Artifacts) +- minecraft:wither (from Artifacts) + +#spectrum:uncurable + +#the_bumblezone:blacklisted_incense_candle_effects diff --git a/kubejs/exported/tags/minecraft/painting_variant.txt b/kubejs/exported/tags/minecraft/painting_variant.txt new file mode 100644 index 0000000..25f7936 --- /dev/null +++ b/kubejs/exported/tags/minecraft/painting_variant.txt @@ -0,0 +1,101 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM + +#minecraft:placeable +- minecraft:kebab (from Default) +- minecraft:aztec (from Default) +- minecraft:alban (from Default) +- minecraft:aztec2 (from Default) +- minecraft:bomb (from Default) +- minecraft:plant (from Default) +- minecraft:wasteland (from Default) +- minecraft:pool (from Default) +- minecraft:courbet (from Default) +- minecraft:sea (from Default) +- minecraft:sunset (from Default) +- minecraft:creebet (from Default) +- minecraft:wanderer (from Default) +- minecraft:graham (from Default) +- minecraft:match (from Default) +- minecraft:bust (from Default) +- minecraft:stage (from Default) +- minecraft:void (from Default) +- minecraft:skull_and_roses (from Default) +- minecraft:wither (from Default) +- minecraft:fighters (from Default) +- minecraft:pointer (from Default) +- minecraft:pigscene (from Default) +- minecraft:burning_skull (from Default) +- minecraft:skeleton (from Default) +- minecraft:donkey_kong (from Default) +- minecraft:kebab (from Macaw's Paintings) +- minecraft:aztec (from Macaw's Paintings) +- minecraft:alban (from Macaw's Paintings) +- minecraft:aztec2 (from Macaw's Paintings) +- minecraft:bomb (from Macaw's Paintings) +- minecraft:plant (from Macaw's Paintings) +- minecraft:wasteland (from Macaw's Paintings) +- minecraft:pool (from Macaw's Paintings) +- minecraft:courbet (from Macaw's Paintings) +- minecraft:sea (from Macaw's Paintings) +- minecraft:sunset (from Macaw's Paintings) +- minecraft:creebet (from Macaw's Paintings) +- minecraft:wanderer (from Macaw's Paintings) +- minecraft:graham (from Macaw's Paintings) +- minecraft:match (from Macaw's Paintings) +- minecraft:bust (from Macaw's Paintings) +- minecraft:stage (from Macaw's Paintings) +- minecraft:void (from Macaw's Paintings) +- minecraft:skull_and_roses (from Macaw's Paintings) +- minecraft:wither (from Macaw's Paintings) +- minecraft:fighters (from Macaw's Paintings) +- minecraft:pointer (from Macaw's Paintings) +- minecraft:pigscene (from Macaw's Paintings) +- minecraft:burning_skull (from Macaw's Paintings) +- minecraft:skeleton (from Macaw's Paintings) +- minecraft:donkey_kong (from Macaw's Paintings) +- mcwpaintings:bonsai (from Macaw's Paintings) +- mcwpaintings:cliffs (from Macaw's Paintings) +- mcwpaintings:lights (from Macaw's Paintings) +- mcwpaintings:scenery_lava (from Macaw's Paintings) +- mcwpaintings:scenery_lava2 (from Macaw's Paintings) +- mcwpaintings:scenery_tree (from Macaw's Paintings) +- mcwpaintings:cacti (from Macaw's Paintings) +- mcwpaintings:puffer_life (from Macaw's Paintings) +- mcwpaintings:macaw (from Macaw's Paintings) +- mcwpaintings:badlands (from Macaw's Paintings) +- mcwpaintings:fox (from Macaw's Paintings) +- mcwpaintings:bats (from Macaw's Paintings) +- mcwpaintings:cacti_desert (from Macaw's Paintings) +- mcwpaintings:halloween_pumpkin (from Macaw's Paintings) +- mcwpaintings:mountains (from Macaw's Paintings) +- mcwpaintings:sakura (from Macaw's Paintings) +- mcwpaintings:swamp_land (from Macaw's Paintings) +- mcwpaintings:warped_forest (from Macaw's Paintings) +- mcwpaintings:panda (from Macaw's Paintings) +- mcwpaintings:sunset_forest (from Macaw's Paintings) +- mcwpaintings:cherry_tree (from Macaw's Paintings) +- mcwpaintings:glow_squid (from Macaw's Paintings) +- mcwpaintings:wither_rose (from Macaw's Paintings) +- mcwpaintings:axolotls (from Macaw's Paintings) +- mcwpaintings:halloween_house (from Macaw's Paintings) +- mcwpaintings:scenery_tree2 (from Macaw's Paintings) +- mcwpaintings:scenery_tree3 (from Macaw's Paintings) +- mcwpaintings:scenery_tree4 (from Macaw's Paintings) +- mcwpaintings:skyblock (from Macaw's Paintings) +- mcwpaintings:nether_portal (from Macaw's Paintings) +- mcwpaintings:savana (from Macaw's Paintings) +- mcwpaintings:bridge (from Macaw's Paintings) +- mcwpaintings:beach (from Macaw's Paintings) +- mcwpaintings:fall (from Macaw's Paintings) +- mcwpaintings:green_plant (from Macaw's Paintings) +- mcwpaintings:hill (from Macaw's Paintings) +- mcwpaintings:igloo (from Macaw's Paintings) +- mcwpaintings:lighthouse (from Macaw's Paintings) +- mcwpaintings:magnolia (from Macaw's Paintings) +- mcwpaintings:potted_plant (from Macaw's Paintings) +- mcwpaintings:shinto (from Macaw's Paintings) +- mcwpaintings:snake_plant (from Macaw's Paintings) +- mcwpaintings:mountain (from Macaw's Paintings) +- mcwpaintings:arctic_sky (from Macaw's Paintings) +- mcwpaintings:island (from Macaw's Paintings) +- supplementaries:bombs (from Supplementaries) diff --git a/kubejs/exported/tags/minecraft/particle_type.txt b/kubejs/exported/tags/minecraft/particle_type.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/particle_type.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/plentifin_variant.txt b/kubejs/exported/tags/minecraft/plentifin_variant.txt new file mode 100644 index 0000000..98f17d1 --- /dev/null +++ b/kubejs/exported/tags/minecraft/plentifin_variant.txt @@ -0,0 +1,8 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 27, 2022, 9:29:15 PM + +#fishofthieves:default_plentifin_spawns +- fishofthieves:olive (from Fish of Thieves) +- fishofthieves:amber (from Fish of Thieves) +- fishofthieves:cloudy (from Fish of Thieves) +- fishofthieves:bonedust (from Fish of Thieves) +- fishofthieves:watery (from Fish of Thieves) diff --git a/kubejs/exported/tags/minecraft/point_of_interest_type.txt b/kubejs/exported/tags/minecraft/point_of_interest_type.txt new file mode 100644 index 0000000..4e098de --- /dev/null +++ b/kubejs/exported/tags/minecraft/point_of_interest_type.txt @@ -0,0 +1,38 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM + +#minecraft:bee_home +- minecraft:beehive (from Default) +- minecraft:bee_nest (from Default) + +#minecraft:acquirable_job_site +- minecraft:armorer (from Default) +- minecraft:butcher (from Default) +- minecraft:cartographer (from Default) +- minecraft:cleric (from Default) +- minecraft:farmer (from Default) +- minecraft:fisherman (from Default) +- minecraft:fletcher (from Default) +- minecraft:leatherworker (from Default) +- minecraft:librarian (from Default) +- minecraft:mason (from Default) +- minecraft:shepherd (from Default) +- minecraft:toolsmith (from Default) +- minecraft:weaponsmith (from Default) +- ae2:fluix_researcher (from Applied Energistics 2) +- modern_industrialization:industrialist (from Modern Industrialization) +- morevillagers:oceanographer (from More Villagers) +- morevillagers:netherian (from More Villagers) +- morevillagers:woodworker (from More Villagers) +- morevillagers:enderian (from More Villagers) +- morevillagers:engineer (from More Villagers) +- morevillagers:florist (from More Villagers) +- morevillagers:hunter (from More Villagers) +- morevillagers:miner (from More Villagers) +- techreborn:metallurgist (from Tech Reborn) +- techreborn:electrician (from Tech Reborn) +- vinery:winemaker_poi (from Vinery) + +#minecraft:village +- #minecraft:acquirable_job_site (from Default) +- minecraft:home (from Default) +- minecraft:meeting (from Default) diff --git a/kubejs/exported/tags/minecraft/pondie_variant.txt b/kubejs/exported/tags/minecraft/pondie_variant.txt new file mode 100644 index 0000000..fd2a783 --- /dev/null +++ b/kubejs/exported/tags/minecraft/pondie_variant.txt @@ -0,0 +1,8 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 27, 2022, 9:29:15 PM + +#fishofthieves:default_pondie_spawns +- fishofthieves:charcoal (from Fish of Thieves) +- fishofthieves:orchid (from Fish of Thieves) +- fishofthieves:bronze (from Fish of Thieves) +- fishofthieves:bright (from Fish of Thieves) +- fishofthieves:moonsky (from Fish of Thieves) diff --git a/kubejs/exported/tags/minecraft/pos_rule_test.txt b/kubejs/exported/tags/minecraft/pos_rule_test.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/pos_rule_test.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/position_source_type.txt b/kubejs/exported/tags/minecraft/position_source_type.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/position_source_type.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/potion.txt b/kubejs/exported/tags/minecraft/potion.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/potion.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/recipe_serializer.txt b/kubejs/exported/tags/minecraft/recipe_serializer.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/recipe_serializer.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/recipe_type.txt b/kubejs/exported/tags/minecraft/recipe_type.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/recipe_type.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/rule_test.txt b/kubejs/exported/tags/minecraft/rule_test.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/rule_test.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/schedule.txt b/kubejs/exported/tags/minecraft/schedule.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/schedule.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/sensor_type.txt b/kubejs/exported/tags/minecraft/sensor_type.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/sensor_type.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/sound_event.txt b/kubejs/exported/tags/minecraft/sound_event.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/sound_event.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/splashtail_variant.txt b/kubejs/exported/tags/minecraft/splashtail_variant.txt new file mode 100644 index 0000000..24ebae5 --- /dev/null +++ b/kubejs/exported/tags/minecraft/splashtail_variant.txt @@ -0,0 +1,8 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 27, 2022, 9:29:15 PM + +#fishofthieves:default_splashtail_spawns +- fishofthieves:ruby (from Fish of Thieves) +- fishofthieves:sunny (from Fish of Thieves) +- fishofthieves:indigo (from Fish of Thieves) +- fishofthieves:umber (from Fish of Thieves) +- fishofthieves:seafoam (from Fish of Thieves) diff --git a/kubejs/exported/tags/minecraft/stat_type.txt b/kubejs/exported/tags/minecraft/stat_type.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/stat_type.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/stormfish_variant.txt b/kubejs/exported/tags/minecraft/stormfish_variant.txt new file mode 100644 index 0000000..fb05e07 --- /dev/null +++ b/kubejs/exported/tags/minecraft/stormfish_variant.txt @@ -0,0 +1,8 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 27, 2022, 9:29:15 PM + +#fishofthieves:default_stormfish_spawns +- fishofthieves:ancient (from Fish of Thieves) +- fishofthieves:shores (from Fish of Thieves) +- fishofthieves:wild (from Fish of Thieves) +- fishofthieves:shadow (from Fish of Thieves) +- fishofthieves:twilight (from Fish of Thieves) diff --git a/kubejs/exported/tags/minecraft/villager_profession.txt b/kubejs/exported/tags/minecraft/villager_profession.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/villager_profession.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/villager_type.txt b/kubejs/exported/tags/minecraft/villager_type.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/villager_type.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/wildsplash_variant.txt b/kubejs/exported/tags/minecraft/wildsplash_variant.txt new file mode 100644 index 0000000..9d5e997 --- /dev/null +++ b/kubejs/exported/tags/minecraft/wildsplash_variant.txt @@ -0,0 +1,8 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 27, 2022, 9:29:15 PM + +#fishofthieves:default_wildsplash_spawns +- fishofthieves:russet (from Fish of Thieves) +- fishofthieves:sandy (from Fish of Thieves) +- fishofthieves:ocean (from Fish of Thieves) +- fishofthieves:muddy (from Fish of Thieves) +- fishofthieves:coral (from Fish of Thieves) diff --git a/kubejs/exported/tags/minecraft/worldgen/biome.txt b/kubejs/exported/tags/minecraft/worldgen/biome.txt new file mode 100644 index 0000000..b74b398 --- /dev/null +++ b/kubejs/exported/tags/minecraft/worldgen/biome.txt @@ -0,0 +1,4488 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM + +#minecraft:has_structure/nether_fortress +- #minecraft:is_nether (from Default) +- #byg:has_structure/nether_fortress (from Oh The Biomes You'll Go) + +#dungeons_arise:has_structure/monastery_biomes +- #minecraft:is_taiga (from When Dungeons Arise) +- #minecraft:is_hill (from When Dungeons Arise) +- #minecraft:is_mountain (from When Dungeons Arise) +- #minecraft:has_structure/igloo (from When Dungeons Arise) + +#minecraft:has_structure/jungle_temple +- minecraft:bamboo_jungle (from Default) +- minecraft:jungle (from Default) +- #byg:has_structure/jungle_temple (from Oh The Biomes You'll Go) + +#repurposed_structures:has_structure/wells/nether +- #repurposed_structures:collections/nether (from Repurposed Structures) + +#dungeons_arise:has_structure/giant_mushroom_biomes +- minecraft:plains (from When Dungeons Arise) +- minecraft:meadow (from When Dungeons Arise) +- minecraft:sunflower_plains (from When Dungeons Arise) +- #minecraft:has_structure/jungle_temple (from When Dungeons Arise) + +#yungsbridges:collections/badlands +- #minecraft:is_badlands (from YUNG's Bridges) +- terralith:savanna_badlands? (from YUNG's Bridges) +- byg:atacama_desert? (from YUNG's Bridges) +- #forge:is_mesa? (from YUNG's Bridges) +- #c:in_mesa? (from YUNG's Bridges) +- #forge:is_badlands? (from YUNG's Bridges) +- #c:badlands? (from YUNG's Bridges) + +#byg:is_dense + +#geodes:has_gypsum_patch +- minecraft:desert (from More Geodes) +- #c:desert (from More Geodes) +- #forge:is_desert? (from More Geodes) +- #minecraft:is_badlands (from More Geodes) +- #c:badlands (from More Geodes) + +#repurposed_structures:has_structure/dungeons/ocean +- #repurposed_structures:collections/oceans (from Repurposed Structures) + +#minecells:valid_portal_biomes +- #c:forest (from Mine Cells) +- #c:taiga (from Mine Cells) +- #c:plains (from Mine Cells) +- #minecraft:is_forest (from KubeJS Resource Pack [data]) +- #minecraft:is_taiga (from KubeJS Resource Pack [data]) +- #byg:is_plains (from KubeJS Resource Pack [data]) +- minecraft:plains (from KubeJS Resource Pack [data]) + +#yungsbridges:collections/savanna +- #minecraft:is_savanna (from YUNG's Bridges) +- terralith:arid_highlands? (from YUNG's Bridges) +- terralith:hot_shrubland? (from YUNG's Bridges) +- terralith:sakura_grove? (from YUNG's Bridges) +- terralith:sakura_valley? (from YUNG's Bridges) +- projectvibrantjourneys:baobab_fields? (from YUNG's Bridges) +- #forge:is_savanna? (from YUNG's Bridges) +- #c:savanna? (from YUNG's Bridges) + +#ae2:has_meteorites +- #c:in_overworld? (from Applied Energistics 2) + +#rottencreatures:frostbitten_blacklist + +#yungsextras:has_structure/vanilla_desert_well +- minecraft:desert (from YUNG's Extras) +- #forge:is_desert? (from YUNG's Extras) +- #c:desert? (from YUNG's Extras) +- terralith:lush_desert? (from YUNG's Extras) +- biomesoplenty:lush_desert? (from YUNG's Extras) +- projectvibrantjourneys:desert_shrubland? (from YUNG's Extras) +- projectvibrantjourneys:verdant_sands? (from YUNG's Extras) + +#yungsextras:has_structure/desert_decorations +- minecraft:desert (from YUNG's Extras) +- #forge:is_desert? (from YUNG's Extras) +- #c:desert? (from YUNG's Extras) +- terralith:lush_desert? (from YUNG's Extras) +- biomesoplenty:lush_desert? (from YUNG's Extras) +- projectvibrantjourneys:desert_shrubland? (from YUNG's Extras) +- projectvibrantjourneys:verdant_sands? (from YUNG's Extras) + +#repurposed_structures:has_structure/mineshafts/dark_forest +- #repurposed_structures:collections/spooky_forests (from Repurposed Structures) + +#croptopia:has_crop/basil +- minecraft:jungle (from Croptopia) +- minecraft:sparse_jungle (from Croptopia) +- minecraft:bamboo_jungle (from Croptopia) + +#minecraft:produces_corals_from_bonemeal +- minecraft:warm_ocean (from Default) + +#naturalist:has_rattlesnake +- #minecraft:is_badlands (from Naturalist) +- #minecraft:is_savanna (from Naturalist) +- minecraft:desert (from Naturalist) +- #forge:is_sandy? (from Naturalist) +- #forge:is_savanna? (from Naturalist) +- #c:desert? (from Naturalist) +- #c:savanna? (from Naturalist) + +#croptopia:has_crop/strawberry +- minecraft:forest (from Croptopia) +- minecraft:flower_forest (from Croptopia) +- minecraft:birch_forest (from Croptopia) +- minecraft:dark_forest (from Croptopia) +- minecraft:old_growth_birch_forest (from Croptopia) +- minecraft:old_growth_pine_taiga (from Croptopia) +- minecraft:old_growth_spruce_taiga (from Croptopia) +- minecraft:taiga (from Croptopia) +- minecraft:snowy_taiga (from Croptopia) +- minecraft:grove (from Croptopia) + +#bosses_of_mass_destruction:has_structure/obsidilith_arena +- #bosses_of_mass_destruction:collections/in_end (from Bosses of Mass Destruction (Beta)) + +#c:vegetation_dense +- #byg:is_dense (from Oh The Biomes You'll Go) +- #c:jungle? (from Fabric Convention Tags) +- minecraft:sunflower_plains (from Fabric Convention Tags) + +#byg:is_wet +- #byg:is_ocean (from Oh The Biomes You'll Go) +- #byg:is_deep_ocean (from Oh The Biomes You'll Go) +- #byg:is_swamp (from Oh The Biomes You'll Go) +- #byg:is_water (from Oh The Biomes You'll Go) + +#c:is_hot/nether +- minecraft:nether_wastes (from Porting Lib Tags) +- minecraft:soul_sand_valley (from Porting Lib Tags) +- minecraft:crimson_forest (from Porting Lib Tags) +- minecraft:warped_forest (from Porting Lib Tags) +- minecraft:basalt_deltas (from Porting Lib Tags) + +#minecraft:is_hill +- minecraft:windswept_hills (from Default) +- minecraft:windswept_forest (from Default) +- minecraft:windswept_gravelly_hills (from Default) + +#croptopia:has_crop/cantaloupe +- minecraft:forest (from Croptopia) +- minecraft:flower_forest (from Croptopia) +- minecraft:birch_forest (from Croptopia) +- minecraft:dark_forest (from Croptopia) +- minecraft:old_growth_birch_forest (from Croptopia) +- minecraft:grove (from Croptopia) +- byg:aspen_forest? (from Croptopia) +- byg:borealis_grove? (from Croptopia) +- byg:cherry_blossom_forest? (from Croptopia) +- byg:cika_woods? (from Croptopia) +- byg:ebony_woods? (from Croptopia) +- byg:forgotten_forest? (from Croptopia) +- byg:red_oak_forest? (from Croptopia) +- byg:autumnal_forest? (from Croptopia) +- byg:redwood_thicket? (from Croptopia) +- byg:fragment_forest? (from Croptopia) +- byg:twilight_meadow? (from Croptopia) +- byg:weeping_witch_forest? (from Croptopia) +- byg:temperate_rainforest? (from Croptopia) + +#naturalist:has_zebra +- #minecraft:is_savanna (from Naturalist) +- #forge:is_savanna? (from Naturalist) +- #c:savanna? (from Naturalist) + +#c:forest +- #byg:is_forest (from Oh The Biomes You'll Go) +- #minecraft:is_forest? (from Fabric Convention Tags) + +#repurposed_structures:has_structure/monuments/nether +- #repurposed_structures:collections/nether (from Repurposed Structures) + +#c:end_islands + +#croptopia:has_crop/tea_leaves +- minecraft:forest (from Croptopia) +- minecraft:flower_forest (from Croptopia) +- minecraft:birch_forest (from Croptopia) +- minecraft:dark_forest (from Croptopia) +- minecraft:old_growth_birch_forest (from Croptopia) +- minecraft:grove (from Croptopia) + +#biomemakeover:beaches +- #c:beach? (from Biome Makeover) +- #forge:is_beach? (from Biome Makeover) + +#c:is_plateau +- minecraft:savanna_plateau (from Porting Lib Tags) +- minecraft:wooded_badlands (from Porting Lib Tags) +- minecraft:meadow (from Porting Lib Tags) + +#repurposed_structures:has_structure/shipwrecks/warped +- #repurposed_structures:collections/nether_warped_forests (from Repurposed Structures) + +#c:dead +- #byg:is_dead (from Oh The Biomes You'll Go) + +#repurposed_structures:has_structure/mineshafts/end +- #repurposed_structures:collections/end (from Repurposed Structures) + +#geodes:has_emerald_geode +- #minecraft:is_mountain (from More Geodes) +- #c:mountain (from More Geodes) +- minecraft:grove (from More Geodes) +- terralith:alpine_grove? (from More Geodes) +- terralith:blooming_plateau? (from More Geodes) +- terralith:emerald_peaks? (from More Geodes) +- terralith:haze_mountain? (from More Geodes) +- terralith:painted_mountains? (from More Geodes) +- terralith:rocky_mountains? (from More Geodes) +- terralith:stony_spires? (from More Geodes) +- terralith:volcanic_crater? (from More Geodes) +- terralith:volcanic_peaks? (from More Geodes) +- terralith:windswept_spires? (from More Geodes) +- #forge:is_mountain? (from More Geodes) + +#repurposed_structures:has_structure/mansions/taiga +- #repurposed_structures:collections/taigas (from Repurposed Structures) + +#repurposed_structures:has_structure/outposts/nether_brick +- #repurposed_structures:collections/nether (from Repurposed Structures) + +#c:in_overworld +- #byg:is_overworld (from Oh The Biomes You'll Go) +- #minecraft:is_overworld? (from Fabric Convention Tags) +- minecraft:river (from Fabric Convention Tags) +- minecraft:frozen_river (from Fabric Convention Tags) +- minecraft:cold_ocean (from Fabric Convention Tags) +- minecraft:deep_cold_ocean (from Fabric Convention Tags) +- minecraft:deep_frozen_ocean (from Fabric Convention Tags) +- minecraft:deep_ocean (from Fabric Convention Tags) +- minecraft:deep_lukewarm_ocean (from Fabric Convention Tags) +- minecraft:warm_ocean (from Fabric Convention Tags) +- minecraft:lukewarm_ocean (from Fabric Convention Tags) +- minecraft:frozen_ocean (from Fabric Convention Tags) +- minecraft:ocean (from Fabric Convention Tags) +- minecraft:beach (from Fabric Convention Tags) +- minecraft:plains (from Fabric Convention Tags) +- minecraft:sunflower_plains (from Fabric Convention Tags) +- minecraft:snowy_plains (from Fabric Convention Tags) +- minecraft:ice_spikes (from Fabric Convention Tags) +- minecraft:desert (from Fabric Convention Tags) +- minecraft:forest (from Fabric Convention Tags) +- minecraft:flower_forest (from Fabric Convention Tags) +- minecraft:birch_forest (from Fabric Convention Tags) +- minecraft:dark_forest (from Fabric Convention Tags) +- minecraft:old_growth_birch_forest (from Fabric Convention Tags) +- minecraft:old_growth_pine_taiga (from Fabric Convention Tags) +- minecraft:old_growth_spruce_taiga (from Fabric Convention Tags) +- minecraft:taiga (from Fabric Convention Tags) +- minecraft:snowy_taiga (from Fabric Convention Tags) +- minecraft:savanna (from Fabric Convention Tags) +- minecraft:savanna_plateau (from Fabric Convention Tags) +- minecraft:windswept_hills (from Fabric Convention Tags) +- minecraft:windswept_gravelly_hills (from Fabric Convention Tags) +- minecraft:windswept_forest (from Fabric Convention Tags) +- minecraft:windswept_savanna (from Fabric Convention Tags) +- minecraft:jungle (from Fabric Convention Tags) +- minecraft:sparse_jungle (from Fabric Convention Tags) +- minecraft:bamboo_jungle (from Fabric Convention Tags) +- minecraft:badlands (from Fabric Convention Tags) +- minecraft:eroded_badlands (from Fabric Convention Tags) +- minecraft:wooded_badlands (from Fabric Convention Tags) +- minecraft:meadow (from Fabric Convention Tags) +- minecraft:grove (from Fabric Convention Tags) +- minecraft:snowy_slopes (from Fabric Convention Tags) +- minecraft:frozen_peaks (from Fabric Convention Tags) +- minecraft:jagged_peaks (from Fabric Convention Tags) +- minecraft:stony_peaks (from Fabric Convention Tags) +- minecraft:mushroom_fields (from Fabric Convention Tags) +- minecraft:dripstone_caves (from Fabric Convention Tags) +- minecraft:lush_caves (from Fabric Convention Tags) +- minecraft:snowy_beach (from Fabric Convention Tags) +- minecraft:swamp (from Fabric Convention Tags) +- minecraft:stony_shore (from Fabric Convention Tags) +- minecraft:deep_dark (from Fabric Convention Tags) +- minecraft:mangrove_swamp (from Fabric Convention Tags) + +#c:tree_jungle +- #byg:is_jungle (from Oh The Biomes You'll Go) +- #c:jungle? (from Fabric Convention Tags) + +#dungeons_arise:has_structure/lighthouse_biomes +- #minecraft:is_beach (from When Dungeons Arise) +- minecraft:plains (from When Dungeons Arise) + +#twilightforest:valid_lich_tower_biomes +- twilightforest:clearing (from The Twilight Forest) +- twilightforest:dense_forest (from The Twilight Forest) +- twilightforest:dense_mushroom_forest (from The Twilight Forest) +- twilightforest:firefly_forest (from The Twilight Forest) +- twilightforest:forest (from The Twilight Forest) +- twilightforest:mushroom_forest (from The Twilight Forest) +- twilightforest:oak_savannah (from The Twilight Forest) +- twilightforest:spooky_forest (from The Twilight Forest) + +#repurposed_structures:has_structure/outposts/birch +- #repurposed_structures:collections/birch_forests (from Repurposed Structures) + +#bettermineshafts:has_structure/better_mineshaft_oak +- minecraft:plains (from YUNG's Better Mineshafts) +- minecraft:sunflower_plains (from YUNG's Better Mineshafts) +- minecraft:swamp (from YUNG's Better Mineshafts) +- minecraft:meadow (from YUNG's Better Mineshafts) +- terralith:brushland? (from YUNG's Better Mineshafts) +- projectvibrantjourneys:prairie? (from YUNG's Better Mineshafts) +- #c:plains? (from YUNG's Better Mineshafts) + +#botania:marimorphosis_desert_bonus +- #c:desert (from Botania) +- #c:savanna (from Botania) + +#dungeons_arise:has_structure/small_prairie_house_biomes +- minecraft:plains (from When Dungeons Arise) +- minecraft:meadow (from When Dungeons Arise) +- minecraft:sunflower_plains (from When Dungeons Arise) +- #minecraft:has_structure/pillager_outpost (from When Dungeons Arise) + +#betterdeserttemples:has_structure/better_desert_temple +- minecraft:desert (from YUNG's Better Desert Temples) +- #forge:is_desert? (from YUNG's Better Desert Temples) +- #c:desert? (from YUNG's Better Desert Temples) +- terralith:lush_desert? (from YUNG's Better Desert Temples) +- biomesoplenty:lush_desert? (from YUNG's Better Desert Temples) +- projectvibrantjourneys:desert_shrubland? (from YUNG's Better Desert Temples) +- projectvibrantjourneys:verdant_sands? (from YUNG's Better Desert Temples) + +#repurposed_structures:has_structure/wells/mushroom +- #repurposed_structures:collections/mushrooms (from Repurposed Structures) + +#repurposed_structures:has_structure/witch_huts/dark_forest +- #repurposed_structures:collections/spooky_forests (from Repurposed Structures) + +#subterrestrial:has_structure/jungle_cabin +- #minecraft:has_structure/jungle_temple (from Subterrestrial) +- #minecraft:is_jungle (from Subterrestrial) +- minecraft:lush_caves (from Subterrestrial) + +#repurposed_structures:has_structure/dungeons/desert +- #repurposed_structures:collections/deserts (from Repurposed Structures) + +#c:river +- #byg:is_river (from Oh The Biomes You'll Go) +- #minecraft:is_river? (from Fabric Convention Tags) + +#minecraft:is_deep_ocean +- minecraft:deep_frozen_ocean (from Default) +- minecraft:deep_cold_ocean (from Default) +- minecraft:deep_ocean (from Default) +- minecraft:deep_lukewarm_ocean (from Default) + +#minecraft:is_nether +- minecraft:nether_wastes (from Default) +- minecraft:soul_sand_valley (from Default) +- minecraft:crimson_forest (from Default) +- minecraft:warped_forest (from Default) +- minecraft:basalt_deltas (from Default) +- #byg:is_nether (from Oh The Biomes You'll Go) + +#repurposed_structures:collections/beaches +- #minecraft:is_beach (from Repurposed Structures) +- #forge:is_beach? (from Repurposed Structures) +- #c:beach? (from Repurposed Structures) + +#bettermineshafts:has_structure/better_mineshaft_mushroom +- minecraft:mushroom_fields (from YUNG's Better Mineshafts) +- #forge:is_mushroom? (from YUNG's Better Mineshafts) +- #c:mushroom? (from YUNG's Better Mineshafts) +- biomesoplenty:fungal_jungle? (from YUNG's Better Mineshafts) + +#byg:is_mushroom + +#powah:has_dry_ice +- #c:icy? (from Powah!) +- #forge:is_cold/overworld? (from Powah!) + +#c:climate_hot +- #byg:is_hot (from Oh The Biomes You'll Go) +- #c:jungle? (from Fabric Convention Tags) +- #c:savanna? (from Fabric Convention Tags) +- #c:desert? (from Fabric Convention Tags) +- #c:badlands? (from Fabric Convention Tags) +- minecraft:stony_peaks (from Fabric Convention Tags) +- #c:mushroom? (from Fabric Convention Tags) +- #c:in_nether? (from Fabric Convention Tags) + +#c:desert +- #byg:is_desert (from Oh The Biomes You'll Go) +- minecraft:desert (from Fabric Convention Tags) + +#c:is_plains +- minecraft:plains (from Porting Lib Tags) +- minecraft:snowy_plains (from Porting Lib Tags) +- minecraft:meadow (from Porting Lib Tags) +- minecraft:sunflower_plains (from Porting Lib Tags) + +#the_bumblezone:has_structure/cell_maze +- #the_bumblezone:regular (from The Bumblezone - Fabric) +- #the_bumblezone:pollinated (from The Bumblezone - Fabric) + +#rottencreatures:glacial_hunter_whitelist +- minecraft:ice_spikes (from Rotten Creatures) +- #minecraft:has_structure/igloo? (from Rotten Creatures) + +#croptopia:has_crop/artichoke +- minecraft:swamp (from Croptopia) +- byg:bayou? (from Croptopia) +- byg:cypress_swamplands? (from Croptopia) +- byg:white_mangrove_marshes? (from Croptopia) + +#repurposed_structures:collections/badlands +- #minecraft:is_badlands (from Repurposed Structures) +- terralith:savanna_badlands? (from Repurposed Structures) +- byg:atacama_desert? (from Repurposed Structures) +- #forge:is_mesa? (from Repurposed Structures) +- #c:in_mesa? (from Repurposed Structures) +- #forge:is_badlands? (from Repurposed Structures) +- #c:badlands? (from Repurposed Structures) + +#repurposed_structures:collections/savannas +- #minecraft:is_savanna (from Repurposed Structures) +- terralith:arid_highlands? (from Repurposed Structures) +- terralith:hot_shrubland? (from Repurposed Structures) +- terralith:sakura_grove? (from Repurposed Structures) +- terralith:sakura_valley? (from Repurposed Structures) +- projectvibrantjourneys:baobab_fields? (from Repurposed Structures) +- #forge:is_savanna? (from Repurposed Structures) +- #c:savanna? (from Repurposed Structures) + +#byg:is_spooky +- byg:weeping_witch_forest (from Oh The Biomes You'll Go) + +#byg:allows_surface_slime_spawns +- byg:bayou (from Oh The Biomes You'll Go) +- byg:cypress_swamplands (from Oh The Biomes You'll Go) +- byg:white_mangrove_marshes (from Oh The Biomes You'll Go) + +#repurposed_structures:has_structure/dungeons/swamp +- #repurposed_structures:collections/swamps (from Repurposed Structures) + +#croptopia:has_crop/ginger +- minecraft:savanna (from Croptopia) +- minecraft:savanna_plateau (from Croptopia) +- minecraft:windswept_savanna (from Croptopia) + +#byg:is_snowy +- byg:cardinal_tundra (from Oh The Biomes You'll Go) +- byg:frosted_coniferous_forest (from Oh The Biomes You'll Go) +- byg:frosted_taiga (from Oh The Biomes You'll Go) +- byg:shattered_glacier (from Oh The Biomes You'll Go) + +#croptopia:has_crop/saguaro +- minecraft:desert (from Croptopia) +- byg:atacama_desert? (from Croptopia) +- byg:windswept_dunes? (from Croptopia) +- byg:windswept_desert? (from Croptopia) +- byg:mojave_desert? (from Croptopia) +- byg:red_rock_valley? (from Croptopia) +- byg:firecracker_shrubland? (from Croptopia) + +#repurposed_structures:collections/hills +- #minecraft:is_hill (from Repurposed Structures) +- #forge:is_hills? (from Repurposed Structures) +- #c:extreme_hills? (from Repurposed Structures) + +#naturalist:has_hippo +- #minecraft:is_savanna (from Naturalist) +- #minecraft:is_jungle (from Naturalist) +- #forge:is_savanna? (from Naturalist) +- #c:savanna? (from Naturalist) +- #c:jungle? (from Naturalist) + +#c:is_snowy +- minecraft:frozen_ocean (from Porting Lib Tags) +- minecraft:frozen_river (from Porting Lib Tags) +- minecraft:snowy_plains (from Porting Lib Tags) +- minecraft:snowy_beach (from Porting Lib Tags) +- minecraft:snowy_taiga (from Porting Lib Tags) +- minecraft:grove (from Porting Lib Tags) +- minecraft:snowy_slopes (from Porting Lib Tags) +- minecraft:jagged_peaks (from Porting Lib Tags) +- minecraft:frozen_peaks (from Porting Lib Tags) +- minecraft:ice_spikes (from Porting Lib Tags) + +#geodes:has_quartz_geode +- #minecraft:is_nether (from More Geodes) +- #c:in_nether (from More Geodes) +- incendium:ash_barrens? (from More Geodes) +- incendium:infernal_dunes? (from More Geodes) +- incendium:inverted_forest? (from More Geodes) +- incendium:quartz_flats? (from More Geodes) +- incendium:toxic_heap? (from More Geodes) +- incendium:volcanic_deltas? (from More Geodes) +- incendium:weeping_valley? (from More Geodes) +- incendium:withered_forest? (from More Geodes) + +#croptopia:has_crop/yam +- minecraft:savanna (from Croptopia) +- minecraft:savanna_plateau (from Croptopia) +- minecraft:windswept_savanna (from Croptopia) + +#byg:is_magical +- byg:forgotten_forest (from Oh The Biomes You'll Go) +- byg:twilight_meadow (from Oh The Biomes You'll Go) + +#c:tree_deciduous +- minecraft:forest (from Fabric Convention Tags) +- minecraft:windswept_forest (from Fabric Convention Tags) +- minecraft:flower_forest (from Fabric Convention Tags) +- minecraft:birch_forest (from Fabric Convention Tags) +- minecraft:dark_forest (from Fabric Convention Tags) +- minecraft:old_growth_birch_forest (from Fabric Convention Tags) + +#minecraft:has_structure/village_desert +- minecraft:desert (from Default) +- #byg:has_structure/village_desert (from Oh The Biomes You'll Go) + +#c:tree_savanna +- #byg:is_savanna (from Oh The Biomes You'll Go) +- #c:savanna? (from Fabric Convention Tags) + +#minecraft:is_forest +- minecraft:forest (from Default) +- minecraft:flower_forest (from Default) +- minecraft:birch_forest (from Default) +- minecraft:old_growth_birch_forest (from Default) +- minecraft:dark_forest (from Default) +- minecraft:grove (from Default) +- #byg:is_forest (from Oh The Biomes You'll Go) + +#ad_astra:has_structure/lunarian_village_biomes +- ad_astra:lunar_wastelands (from Ad Astra!) + +#graveyard:is_overworld +- #minecraft:is_beach (from The Graveyard) +- #minecraft:is_mountain (from The Graveyard) +- #minecraft:is_hill (from The Graveyard) +- #minecraft:is_taiga (from The Graveyard) +- #minecraft:is_jungle (from The Graveyard) +- #minecraft:is_forest (from The Graveyard) +- #minecraft:is_badlands (from The Graveyard) +- minecraft:stony_shore (from The Graveyard) +- minecraft:mushroom_fields (from The Graveyard) +- minecraft:ice_spikes (from The Graveyard) +- minecraft:windswept_savanna (from The Graveyard) +- minecraft:desert (from The Graveyard) +- minecraft:savanna (from The Graveyard) +- minecraft:snowy_plains (from The Graveyard) +- minecraft:plains (from The Graveyard) +- minecraft:sunflower_plains (from The Graveyard) +- minecraft:swamp (from The Graveyard) +- minecraft:savanna_plateau (from The Graveyard) +- graveyard_biomes:ancient_dead_coral_reef? (from The Graveyard) +- graveyard_biomes:eroded_haunted_forest? (from The Graveyard) +- graveyard_biomes:haunted_forest? (from The Graveyard) +- graveyard_biomes:haunted_lakes? (from The Graveyard) +- terralith:desert_canyon? (from The Graveyard) +- terralith:cave/andesite_caves? (from The Graveyard) +- terralith:cave/crystal_caves? (from The Graveyard) +- terralith:cave/deep_caves? (from The Graveyard) +- terralith:cave/desert_caves? (from The Graveyard) +- terralith:cave/diorite_caves? (from The Graveyard) +- terralith:cave/frostfire_caves? (from The Graveyard) +- terralith:cave/fungal_caves? (from The Graveyard) +- terralith:cave/granite_caves? (from The Graveyard) +- terralith:cave/ice_caves? (from The Graveyard) +- terralith:cave/infested_caves? (from The Graveyard) +- terralith:cave/mantle_caves? (from The Graveyard) +- terralith:cave/thermal_caves? (from The Graveyard) +- terralith:cave/tuff_caves? (from The Graveyard) +- terralith:alpha_islands_winter? (from The Graveyard) +- terralith:alpha_islands? (from The Graveyard) +- terralith:alpine_grove? (from The Graveyard) +- terralith:alpine_highlands? (from The Graveyard) +- terralith:amethyst_canyon? (from The Graveyard) +- terralith:amethyst_rainforest? (from The Graveyard) +- terralith:ancient_sands? (from The Graveyard) +- terralith:arid_highlands? (from The Graveyard) +- terralith:ashen_savanna? (from The Graveyard) +- terralith:basalt_cliffs? (from The Graveyard) +- terralith:birch_taiga? (from The Graveyard) +- terralith:blooming_plateau? (from The Graveyard) +- terralith:blooming_valley? (from The Graveyard) +- terralith:brushland? (from The Graveyard) +- terralith:bryce_canyon? (from The Graveyard) +- terralith:caldera? (from The Graveyard) +- terralith:cloud_forest? (from The Graveyard) +- terralith:cold_shrubland? (from The Graveyard) +- terralith:desert_oasis? (from The Graveyard) +- terralith:desert_spires? (from The Graveyard) +- terralith:emerald_peaks? (from The Graveyard) +- terralith:forested_highlands? (from The Graveyard) +- terralith:fractured_savanna? (from The Graveyard) +- terralith:frozen_cliffs? (from The Graveyard) +- terralith:glacial_chasm? (from The Graveyard) +- terralith:granite_cliffs? (from The Graveyard) +- terralith:gravel_beach? (from The Graveyard) +- terralith:gravel_desert? (from The Graveyard) +- terralith:haze_mountain? (from The Graveyard) +- terralith:highlands? (from The Graveyard) +- terralith:hot_shrubland? (from The Graveyard) +- terralith:ice_marsh? (from The Graveyard) +- terralith:jungle_mountains? (from The Graveyard) +- terralith:lavender_forest? (from The Graveyard) +- terralith:lavender_valley? (from The Graveyard) +- terralith:lush_valley? (from The Graveyard) +- terralith:mirage_isles? (from The Graveyard) +- terralith:moonlight_grove? (from The Graveyard) +- terralith:moonlight_valley? (from The Graveyard) +- terralith:mountain_steppe? (from The Graveyard) +- terralith:orchid_swamp? (from The Graveyard) +- terralith:painted_mountains? (from The Graveyard) +- terralith:red_oasis? (from The Graveyard) +- terralith:rocky_jungle? (from The Graveyard) +- terralith:rocky_mountains? (from The Graveyard) +- terralith:rocky_shrubland? (from The Graveyard) +- terralith:sakura_grove? (from The Graveyard) +- terralith:sakura_valley? (from The Graveyard) +- terralith:sandstone_valley? (from The Graveyard) +- terralith:savanna_badlands? (from The Graveyard) +- terralith:savanna_slopes? (from The Graveyard) +- terralith:scarlet_mountains? (from The Graveyard) +- terralith:shield_clearing? (from The Graveyard) +- terralith:shield? (from The Graveyard) +- terralith:shrubland? (from The Graveyard) +- terralith:siberian_grove? (from The Graveyard) +- terralith:siberian_taiga? (from The Graveyard) +- terralith:skylands_autumn? (from The Graveyard) +- terralith:skylands_spring? (from The Graveyard) +- terralith:skylands_summer? (from The Graveyard) +- terralith:skylands_winter? (from The Graveyard) +- terralith:skylands? (from The Graveyard) +- terralith:snowy_badlands? (from The Graveyard) +- terralith:snowy_maple_forest? (from The Graveyard) +- terralith:snowy_shield? (from The Graveyard) +- terralith:steppe? (from The Graveyard) +- terralith:stony_spires? (from The Graveyard) +- terralith:temperate_highlands? (from The Graveyard) +- terralith:tropical_jungle? (from The Graveyard) +- terralith:valley_clearing? (from The Graveyard) +- terralith:volcanic_crater? (from The Graveyard) +- terralith:volcanic_peaks? (from The Graveyard) +- terralith:warm_river? (from The Graveyard) +- terralith:warped_mesa? (from The Graveyard) +- terralith:white_cliffs? (from The Graveyard) +- terralith:white_mesa? (from The Graveyard) +- terralith:windswept_spires? (from The Graveyard) +- terralith:wintry_forest? (from The Graveyard) +- terralith:yellowstone? (from The Graveyard) +- terralith:yosemite_cliffs? (from The Graveyard) +- terralith:yosemite_lowlands? (from The Graveyard) +- byg:allium_fields? (from The Graveyard) +- byg:amaranth_fields? (from The Graveyard) +- byg:araucaria_savanna? (from The Graveyard) +- byg:aspen_forest? (from The Graveyard) +- byg:autumnal_valley? (from The Graveyard) +- byg:baobab_savanna? (from The Graveyard) +- byg:bayou? (from The Graveyard) +- byg:black_forest? (from The Graveyard) +- byg:borealis_grove? (from The Graveyard) +- byg:canadian_shield? (from The Graveyard) +- byg:cherry_blossom_forest? (from The Graveyard) +- byg:cika_woods? (from The Graveyard) +- byg:coniferous_forest? (from The Graveyard) +- byg:crag_gardens? (from The Graveyard) +- byg:cypress_swamplands? (from The Graveyard) +- byg:lush_stacks? (from The Graveyard) +- byg:dead_sea? (from The Graveyard) +- byg:dacite_ridges? (from The Graveyard) +- byg:windswept_dunes? (from The Graveyard) +- byg:ebony_woods? (from The Graveyard) +- byg:forgotten_forest? (from The Graveyard) +- byg:temperate_grove? (from The Graveyard) +- byg:guiana_shield? (from The Graveyard) +- byg:jacaranda_forest? (from The Graveyard) +- byg:maple_taiga? (from The Graveyard) +- byg:coconino_meadow? (from The Graveyard) +- byg:mojave_desert? (from The Graveyard) +- byg:orchard? (from The Graveyard) +- byg:prairie? (from The Graveyard) +- byg:red_oak_forest? (from The Graveyard) +- byg:red_rock_valley? (from The Graveyard) +- byg:rose_fields? (from The Graveyard) +- byg:autumnal_forest? (from The Graveyard) +- byg:autumnal_taiga? (from The Graveyard) +- byg:shattered_glacier? (from The Graveyard) +- byg:firecracker_shrubland? (from The Graveyard) +- byg:sierra_badlands? (from The Graveyard) +- byg:skyris_vale? (from The Graveyard) +- byg:redwood_thicket? (from The Graveyard) +- byg:frosted_taiga? (from The Graveyard) +- byg:frosted_coniferous_forest? (from The Graveyard) +- byg:fragment_forest? (from The Graveyard) +- byg:tropical_rainforest? (from The Graveyard) +- byg:twilight_meadow? (from The Graveyard) +- byg:weeping_witch_forest? (from The Graveyard) +- byg:temperate_rainforest? (from The Graveyard) +- byg:zelkova_forest? (from The Graveyard) +- bop:bamboo_grove? (from The Graveyard) +- bop:bayou? (from The Graveyard) +- bop:bog? (from The Graveyard) +- bop:boreal_forest? (from The Graveyard) +- bop:cherry_blossom_grove? (from The Graveyard) +- bop:clover_patch? (from The Graveyard) +- bop:cold_desert? (from The Graveyard) +- bop:coniferous_forest? (from The Graveyard) +- bop:crag? (from The Graveyard) +- bop:dead_forest? (from The Graveyard) +- bop:dryland? (from The Graveyard) +- bop:dune_beach? (from The Graveyard) +- bop:field? (from The Graveyard) +- bop:fir_clearing? (from The Graveyard) +- bop:floodplain? (from The Graveyard) +- bop:forested_field? (from The Graveyard) +- bop:fungal_jungle? (from The Graveyard) +- bop:grassland? (from The Graveyard) +- bop:highland? (from The Graveyard) +- bop:highland_moor? (from The Graveyard) +- bop:jade_cliffs? (from The Graveyard) +- bop:lavender_field? (from The Graveyard) +- bop:lavender_forest? (from The Graveyard) +- bop:lush_desert? (from The Graveyard) +- bop:lush_savanna? (from The Graveyard) +- bop:maple_woods? (from The Graveyard) +- bop:marsh? (from The Graveyard) +- bop:mediterranean_forest? (from The Graveyard) +- bop:muskeg? (from The Graveyard) +- bop:mystic_grove? (from The Graveyard) +- bop:old_growth_dead_forest? (from The Graveyard) +- bop:old_growth_woodland? (from The Graveyard) +- bop:ominous_woods? (from The Graveyard) +- bop:orchard? (from The Graveyard) +- bop:origin_valley? (from The Graveyard) +- bop:pasture? (from The Graveyard) +- bop:prairie? (from The Graveyard) +- bop:pumpkin_patch? (from The Graveyard) +- bop:rainbow_hills? (from The Graveyard) +- bop:rainforest? (from The Graveyard) +- bop:redwood_forest? (from The Graveyard) +- bop:rocky_rainforest? (from The Graveyard) +- bop:rocky_shrubland? (from The Graveyard) +- bop:scrubland? (from The Graveyard) +- bop:seasonal_forest? (from The Graveyard) +- bop:shrubland? (from The Graveyard) +- bop:snowy_coniferous_forest? (from The Graveyard) +- bop:snowy_fir_clearing? (from The Graveyard) +- bop:snowy_maple_woods? (from The Graveyard) +- bop:tropics? (from The Graveyard) +- bop:tundra? (from The Graveyard) +- bop:volcanic_plains? (from The Graveyard) +- bop:volcano? (from The Graveyard) +- bop:wasteland? (from The Graveyard) +- bop:wetland? (from The Graveyard) +- bop:wooded_scrubland? (from The Graveyard) +- bop:wooded_wasteland? (from The Graveyard) +- bop:woodland? (from The Graveyard) +- bop:glowing_grotto? (from The Graveyard) +- bop:spider_nest? (from The Graveyard) +- bop:bamboo_grove? (from The Graveyard) + +#betterdungeons:has_structure/zombie_dungeon +- #minecraft:is_mountain (from YUNG's Better Dungeons) +- #minecraft:is_badlands (from YUNG's Better Dungeons) +- #minecraft:is_hill (from YUNG's Better Dungeons) +- #minecraft:is_taiga (from YUNG's Better Dungeons) +- #minecraft:is_jungle (from YUNG's Better Dungeons) +- #forge:is_jungle? (from YUNG's Better Dungeons) +- #c:in_jungle? (from YUNG's Better Dungeons) +- #minecraft:is_forest (from YUNG's Better Dungeons) +- #forge:is_forest? (from YUNG's Better Dungeons) +- #c:forest? (from YUNG's Better Dungeons) +- minecraft:stony_shore (from YUNG's Better Dungeons) +- minecraft:mushroom_fields (from YUNG's Better Dungeons) +- #forge:is_mushroom? (from YUNG's Better Dungeons) +- #c:mushroom? (from YUNG's Better Dungeons) +- minecraft:ice_spikes (from YUNG's Better Dungeons) +- minecraft:frozen_peaks (from YUNG's Better Dungeons) +- #byg:is_icy? (from YUNG's Better Dungeons) +- #forge:is_icy? (from YUNG's Better Dungeons) +- #c:icy? (from YUNG's Better Dungeons) +- minecraft:desert (from YUNG's Better Dungeons) +- #forge:is_desert? (from YUNG's Better Dungeons) +- #c:desert? (from YUNG's Better Dungeons) +- minecraft:savanna (from YUNG's Better Dungeons) +- minecraft:savanna_plateau (from YUNG's Better Dungeons) +- minecraft:windswept_savanna (from YUNG's Better Dungeons) +- #forge:is_savanna? (from YUNG's Better Dungeons) +- #c:savanna? (from YUNG's Better Dungeons) +- #minecraft:is_badlands (from YUNG's Better Dungeons) +- #forge:is_mesa? (from YUNG's Better Dungeons) +- #c:in_mesa? (from YUNG's Better Dungeons) +- #forge:is_badlands? (from YUNG's Better Dungeons) +- #c:badlands? (from YUNG's Better Dungeons) +- minecraft:snowy_plains (from YUNG's Better Dungeons) +- minecraft:plains (from YUNG's Better Dungeons) +- #c:plains? (from YUNG's Better Dungeons) +- minecraft:sunflower_plains (from YUNG's Better Dungeons) +- minecraft:snowy_taiga (from YUNG's Better Dungeons) +- minecraft:snowy_slopes (from YUNG's Better Dungeons) +- minecraft:jagged_peaks (from YUNG's Better Dungeons) +- minecraft:swamp (from YUNG's Better Dungeons) +- minecraft:dripstone_caves (from YUNG's Better Dungeons) +- minecraft:lush_caves (from YUNG's Better Dungeons) + +#byg:has_structure/village_taiga +- #byg:is_taiga (from Oh The Biomes You'll Go) + +#c:is_dry/overworld +- minecraft:desert (from Porting Lib Tags) +- minecraft:badlands (from Porting Lib Tags) +- minecraft:wooded_badlands (from Porting Lib Tags) +- minecraft:windswept_savanna (from Porting Lib Tags) +- minecraft:eroded_badlands (from Porting Lib Tags) + +#croptopia:has_crop/greenonion +- minecraft:jungle (from Croptopia) +- minecraft:sparse_jungle (from Croptopia) +- minecraft:bamboo_jungle (from Croptopia) + +#dungeons_arise:has_structure/fishing_hut_biomes +- #minecraft:is_beach (from When Dungeons Arise) + +#croptopia:has_crop/blackberry +- minecraft:forest (from Croptopia) +- minecraft:flower_forest (from Croptopia) +- minecraft:birch_forest (from Croptopia) +- minecraft:dark_forest (from Croptopia) +- minecraft:old_growth_birch_forest (from Croptopia) +- minecraft:old_growth_pine_taiga (from Croptopia) +- minecraft:old_growth_spruce_taiga (from Croptopia) +- minecraft:taiga (from Croptopia) +- minecraft:snowy_taiga (from Croptopia) +- minecraft:grove (from Croptopia) +- byg:aspen_forest? (from Croptopia) +- byg:black_forest? (from Croptopia) +- byg:borealis_grove? (from Croptopia) +- byg:cherry_blossom_forest? (from Croptopia) +- byg:cika_woods? (from Croptopia) +- byg:coniferous_forest? (from Croptopia) +- byg:ebony_woods? (from Croptopia) +- byg:forgotten_forest? (from Croptopia) +- byg:maple_taiga? (from Croptopia) +- byg:red_oak_forest? (from Croptopia) +- byg:autumnal_forest? (from Croptopia) +- byg:autumnal_taiga? (from Croptopia) +- byg:redwood_thicket? (from Croptopia) +- byg:frosted_taiga? (from Croptopia) +- byg:frosted_coniferous_forest? (from Croptopia) +- byg:fragment_forest? (from Croptopia) +- byg:twilight_meadow? (from Croptopia) +- byg:weeping_witch_forest? (from Croptopia) +- byg:temperate_rainforest? (from Croptopia) +- byg:zelkova_forest? (from Croptopia) + +#minecraft:polar_bears_spawn_on_alternate_blocks +- minecraft:frozen_ocean (from Default) +- minecraft:deep_frozen_ocean (from Default) + +#repurposed_structures:has_structure/temples/nether_wasteland +- #repurposed_structures:collections/nether (from Repurposed Structures) + +#croptopia:has_crop/honeydew +- minecraft:jungle (from Croptopia) +- minecraft:sparse_jungle (from Croptopia) +- minecraft:bamboo_jungle (from Croptopia) + +#naturalist:has_firefly +- #minecraft:is_forest (from Naturalist) +- minecraft:plains (from Naturalist) +- minecraft:swamp (from Naturalist) +- minecraft:mangrove_swamp (from Naturalist) +- minecraft:mushroom_fields (from Naturalist) +- #forge:is_forest? (from Naturalist) +- #forge:is_plains? (from Naturalist) +- #forge:is_swamp? (from Naturalist) +- #forge:is_mushroom? (from Naturalist) +- #c:forest? (from Naturalist) +- #c:plains? (from Naturalist) +- #c:swamp? (from Naturalist) +- #c:mushroom? (from Naturalist) + +#croptopia:has_crop/soybean +- minecraft:plains (from Croptopia) +- minecraft:sunflower_plains (from Croptopia) + +#betterstrongholds:has_structure/better_stronghold +- #minecraft:is_mountain (from YUNG's Better Strongholds) +- #minecraft:is_badlands (from YUNG's Better Strongholds) +- #forge:is_mesa? (from YUNG's Better Strongholds) +- #c:in_mesa? (from YUNG's Better Strongholds) +- #forge:is_badlands? (from YUNG's Better Strongholds) +- #minecraft:is_hill (from YUNG's Better Strongholds) +- #minecraft:is_taiga (from YUNG's Better Strongholds) +- #minecraft:is_jungle (from YUNG's Better Strongholds) +- #forge:is_jungle? (from YUNG's Better Strongholds) +- #c:in_jungle? (from YUNG's Better Strongholds) +- #minecraft:is_forest (from YUNG's Better Strongholds) +- #forge:is_forest? (from YUNG's Better Strongholds) +- #c:forest? (from YUNG's Better Strongholds) +- minecraft:stony_shore (from YUNG's Better Strongholds) +- minecraft:mushroom_fields (from YUNG's Better Strongholds) +- #forge:is_mushroom? (from YUNG's Better Strongholds) +- #c:mushroom? (from YUNG's Better Strongholds) +- minecraft:ice_spikes (from YUNG's Better Strongholds) +- #byg:is_icy? (from YUNG's Better Strongholds) +- #forge:is_icy? (from YUNG's Better Strongholds) +- #c:icy? (from YUNG's Better Strongholds) +- minecraft:desert (from YUNG's Better Strongholds) +- #forge:is_desert? (from YUNG's Better Strongholds) +- #c:desert? (from YUNG's Better Strongholds) +- minecraft:savanna (from YUNG's Better Strongholds) +- minecraft:snowy_plains (from YUNG's Better Strongholds) +- minecraft:plains (from YUNG's Better Strongholds) +- #c:plains? (from YUNG's Better Strongholds) +- minecraft:sunflower_plains (from YUNG's Better Strongholds) +- minecraft:swamp (from YUNG's Better Strongholds) +- minecraft:savanna (from YUNG's Better Strongholds) +- minecraft:savanna_plateau (from YUNG's Better Strongholds) +- #forge:is_savanna? (from YUNG's Better Strongholds) +- #c:savanna? (from YUNG's Better Strongholds) +- minecraft:windswept_savanna (from YUNG's Better Strongholds) +- minecraft:dripstone_caves (from YUNG's Better Strongholds) +- minecraft:lush_caves (from YUNG's Better Strongholds) + +#repurposed_structures:has_structure/mineshafts/warped +- #repurposed_structures:collections/nether_warped_forests (from Repurposed Structures) + +#naturalist:has_giraffe +- #minecraft:is_savanna (from Naturalist) +- #forge:is_savanna? (from Naturalist) +- #c:savanna? (from Naturalist) + +#croptopia:has_crop/garlic +- minecraft:jungle (from Croptopia) +- minecraft:sparse_jungle (from Croptopia) +- minecraft:bamboo_jungle (from Croptopia) +- byg:crag_gardens? (from Croptopia) +- byg:guiana_shield? (from Croptopia) +- byg:jacaranda_forest? (from Croptopia) +- byg:tropical_rainforest? (from Croptopia) + +#bosses_of_mass_destruction:collections/cold +- minecraft:snowy_taiga (from Bosses of Mass Destruction (Beta)) +- minecraft:snowy_plains (from Bosses of Mass Destruction (Beta)) +- minecraft:snowy_slopes (from Bosses of Mass Destruction (Beta)) +- minecraft:ice_spikes (from Bosses of Mass Destruction (Beta)) +- minecraft:snowy_plains (from Bosses of Mass Destruction (Beta)) +- minecraft:frozen_peaks (from Bosses of Mass Destruction (Beta)) +- minecraft:snowy_beach (from Bosses of Mass Destruction (Beta)) +- minecraft:frozen_ocean (from Bosses of Mass Destruction (Beta)) + +#repurposed_structures:collections/floral +- minecraft:flower_forest (from Repurposed Structures) +- #c:floral? (from Repurposed Structures) +- #c:flower_forests? (from Repurposed Structures) +- terralith:blooming_plateau? (from Repurposed Structures) +- terralith:blooming_valley? (from Repurposed Structures) +- terralith:moonlight_grove? (from Repurposed Structures) +- terralith:moonlight_valley? (from Repurposed Structures) +- terralith:sakura_grove? (from Repurposed Structures) +- terralith:sakura_valley? (from Repurposed Structures) +- #byg:is_floral? (from Repurposed Structures) +- biomesoplenty:cherry_blossom_grove? (from Repurposed Structures) +- biomesoplenty:lavender_field? (from Repurposed Structures) +- biomesoplenty:lavender_forest? (from Repurposed Structures) +- projectvibrantjourneys:blossoming_fields? (from Repurposed Structures) + +#biomemakeover:mushroom_fields +- #c:mushroom? (from Biome Makeover) +- #forge:is_mushroom? (from Biome Makeover) + +#croptopia:has_crop/mustard +- minecraft:plains (from Croptopia) +- minecraft:sunflower_plains (from Croptopia) + +#ad_astra:has_structure/venus_bullet_biomes +- ad_astra:venus_wastelands (from Ad Astra!) + +#minecraft:has_structure/swamp_hut +- minecraft:swamp (from Default) + +#dungeons_arise:has_structure/scorched_mines_biomes +- minecraft:desert (from When Dungeons Arise) +- #minecraft:has_structure/desert_pyramid (from When Dungeons Arise) + +#c:is_dry +- #c:is_dry/overworld (from Porting Lib Tags) +- #c:is_dry/nether (from Porting Lib Tags) +- #c:is_dry/end (from Porting Lib Tags) + +#byg:has_structure/ocean_ruin_warm +- byg:lush_stacks (from Oh The Biomes You'll Go) +- byg:dead_sea (from Oh The Biomes You'll Go) + +#c:is_cold +- #c:is_cold/overworld (from Porting Lib Tags) +- #c:is_cold/nether? (from Porting Lib Tags) +- #c:is_cold/end (from Porting Lib Tags) + +#repurposed_structures:has_structure/witch_huts/mangrove +- #repurposed_structures:collections/mangroves (from Repurposed Structures) + +#repurposed_structures:has_structure/cities/overworld +- #repurposed_structures:collections/giant_trees (from Repurposed Structures) + +#minecraft:only_allows_snow_and_gold_rabbits +- minecraft:desert (from Default) + +#byg:is_icy +- byg:shattered_glacier (from Oh The Biomes You'll Go) + +#croptopia:has_crop/squash +- minecraft:old_growth_pine_taiga (from Croptopia) +- minecraft:old_growth_spruce_taiga (from Croptopia) +- minecraft:taiga (from Croptopia) +- minecraft:snowy_taiga (from Croptopia) +- minecraft:savanna (from Croptopia) +- minecraft:savanna_plateau (from Croptopia) +- minecraft:windswept_savanna (from Croptopia) + +#byg:has_structure/nether_fortress +- #byg:is_nether (from Oh The Biomes You'll Go) + +#minecraft:stronghold_biased_to +- minecraft:plains (from Default) +- minecraft:sunflower_plains (from Default) +- minecraft:snowy_plains (from Default) +- minecraft:ice_spikes (from Default) +- minecraft:desert (from Default) +- minecraft:forest (from Default) +- minecraft:flower_forest (from Default) +- minecraft:birch_forest (from Default) +- minecraft:dark_forest (from Default) +- minecraft:old_growth_birch_forest (from Default) +- minecraft:old_growth_pine_taiga (from Default) +- minecraft:old_growth_spruce_taiga (from Default) +- minecraft:taiga (from Default) +- minecraft:snowy_taiga (from Default) +- minecraft:savanna (from Default) +- minecraft:savanna_plateau (from Default) +- minecraft:windswept_hills (from Default) +- minecraft:windswept_gravelly_hills (from Default) +- minecraft:windswept_forest (from Default) +- minecraft:windswept_savanna (from Default) +- minecraft:jungle (from Default) +- minecraft:sparse_jungle (from Default) +- minecraft:bamboo_jungle (from Default) +- minecraft:badlands (from Default) +- minecraft:eroded_badlands (from Default) +- minecraft:wooded_badlands (from Default) +- minecraft:meadow (from Default) +- minecraft:grove (from Default) +- minecraft:snowy_slopes (from Default) +- minecraft:frozen_peaks (from Default) +- minecraft:jagged_peaks (from Default) +- minecraft:stony_peaks (from Default) +- minecraft:mushroom_fields (from Default) +- minecraft:dripstone_caves (from Default) +- minecraft:lush_caves (from Default) + +#repurposed_structures:has_structure/ruins/land_icy +- #repurposed_structures:collections/snowy_mountains (from Repurposed Structures) +- #repurposed_structures:collections/snowy_plains (from Repurposed Structures) +- #repurposed_structures:collections/snowy_forests (from Repurposed Structures) +- #repurposed_structures:collections/icy (from Repurposed Structures) + +#minecraft:is_beach +- minecraft:beach (from Default) +- minecraft:snowy_beach (from Default) + +#repurposed_structures:has_structure/mineshafts/jungle +- #repurposed_structures:collections/jungles (from Repurposed Structures) + +#repurposed_structures:collections/deserts +- minecraft:desert (from Repurposed Structures) +- terralith:lush_desert? (from Repurposed Structures) +- biomesoplenty:lush_desert? (from Repurposed Structures) +- projectvibrantjourneys:desert_shrubland? (from Repurposed Structures) +- projectvibrantjourneys:verdant_sands? (from Repurposed Structures) +- #forge:is_desert? (from Repurposed Structures) +- #c:desert? (from Repurposed Structures) + +#c:is_dense/overworld +- minecraft:jungle (from Porting Lib Tags) +- minecraft:dark_forest (from Porting Lib Tags) +- minecraft:old_growth_birch_forest (from Porting Lib Tags) +- minecraft:old_growth_spruce_taiga (from Porting Lib Tags) + +#croptopia:has_crop/peanut +- minecraft:jungle (from Croptopia) +- minecraft:sparse_jungle (from Croptopia) +- minecraft:bamboo_jungle (from Croptopia) +- byg:crag_gardens? (from Croptopia) +- byg:guiana_shield? (from Croptopia) +- byg:jacaranda_forest? (from Croptopia) +- byg:tropical_rainforest? (from Croptopia) + +#minecraft:is_mountain +- minecraft:meadow (from Default) +- minecraft:frozen_peaks (from Default) +- minecraft:jagged_peaks (from Default) +- minecraft:stony_peaks (from Default) +- minecraft:snowy_slopes (from Default) +- #byg:is_mountain (from Oh The Biomes You'll Go) + +#repurposed_structures:has_structure/mansions/mangrove +- #repurposed_structures:collections/mangroves (from Repurposed Structures) + +#dungeons_arise:has_structure/bandit_village_biomes +- #minecraft:is_badlands (from When Dungeons Arise) + +#bosses_of_mass_destruction:collections/in_nether +- #minecraft:is_nether (from Bosses of Mass Destruction (Beta)) + +#repurposed_structures:has_structure/villages/warped +- #repurposed_structures:collections/nether_warped_forests (from Repurposed Structures) + +#repurposed_structures:has_structure/pyramids/icy +- #repurposed_structures:collections/icy (from Repurposed Structures) + +#croptopia:has_crop/celery +- minecraft:forest (from Croptopia) +- minecraft:flower_forest (from Croptopia) +- minecraft:birch_forest (from Croptopia) +- minecraft:dark_forest (from Croptopia) +- minecraft:old_growth_birch_forest (from Croptopia) +- minecraft:grove (from Croptopia) +- byg:aspen_forest? (from Croptopia) +- byg:borealis_grove? (from Croptopia) +- byg:cherry_blossom_forest? (from Croptopia) +- byg:cika_woods? (from Croptopia) +- byg:ebony_woods? (from Croptopia) +- byg:forgotten_forest? (from Croptopia) +- byg:red_oak_forest? (from Croptopia) +- byg:autumnal_forest? (from Croptopia) +- byg:redwood_thicket? (from Croptopia) +- byg:fragment_forest? (from Croptopia) +- byg:twilight_meadow? (from Croptopia) +- byg:weeping_witch_forest? (from Croptopia) +- byg:temperate_rainforest? (from Croptopia) + +#totw_additions:has_structure/end_tower_biomes +- minecraft:end_highlands (from Towers of the Wild: Additions) +- minecraft:end_midlands (from Towers of the Wild: Additions) + +#twilightforest:valid_dark_tower_biomes +- twilightforest:dark_forest_center (from The Twilight Forest) + +#the_bumblezone:has_structure/hive_temple +- #the_bumblezone:the_bumblezone (from The Bumblezone - Fabric) + +#repurposed_structures:collections/plains +- minecraft:plains (from Repurposed Structures) +- minecraft:sunflower_plains (from Repurposed Structures) +- terralith:brushland? (from Repurposed Structures) +- projectvibrantjourneys:prairie? (from Repurposed Structures) +- #c:plains? (from Repurposed Structures) + +#byg:is_overworld +- byg:allium_fields (from Oh The Biomes You'll Go) +- byg:amaranth_fields (from Oh The Biomes You'll Go) +- byg:araucaria_savanna (from Oh The Biomes You'll Go) +- byg:aspen_forest (from Oh The Biomes You'll Go) +- byg:atacama_desert (from Oh The Biomes You'll Go) +- byg:autumnal_forest (from Oh The Biomes You'll Go) +- byg:autumnal_taiga (from Oh The Biomes You'll Go) +- byg:autumnal_valley (from Oh The Biomes You'll Go) +- byg:baobab_savanna (from Oh The Biomes You'll Go) +- byg:basalt_barrera (from Oh The Biomes You'll Go) +- byg:bayou (from Oh The Biomes You'll Go) +- byg:black_forest (from Oh The Biomes You'll Go) +- byg:borealis_grove (from Oh The Biomes You'll Go) +- byg:canadian_shield (from Oh The Biomes You'll Go) +- byg:cardinal_tundra (from Oh The Biomes You'll Go) +- byg:cherry_blossom_forest (from Oh The Biomes You'll Go) +- byg:cika_woods (from Oh The Biomes You'll Go) +- byg:coconino_meadow (from Oh The Biomes You'll Go) +- byg:coniferous_forest (from Oh The Biomes You'll Go) +- byg:crag_gardens (from Oh The Biomes You'll Go) +- byg:cypress_swamplands (from Oh The Biomes You'll Go) +- byg:dacite_ridges (from Oh The Biomes You'll Go) +- byg:dacite_shore (from Oh The Biomes You'll Go) +- byg:dead_sea (from Oh The Biomes You'll Go) +- byg:ebony_woods (from Oh The Biomes You'll Go) +- byg:firecracker_shrubland (from Oh The Biomes You'll Go) +- byg:forgotten_forest (from Oh The Biomes You'll Go) +- byg:fragment_forest (from Oh The Biomes You'll Go) +- byg:frosted_coniferous_forest (from Oh The Biomes You'll Go) +- byg:frosted_taiga (from Oh The Biomes You'll Go) +- byg:guiana_shield (from Oh The Biomes You'll Go) +- byg:howling_peaks (from Oh The Biomes You'll Go) +- byg:jacaranda_forest (from Oh The Biomes You'll Go) +- byg:lush_stacks (from Oh The Biomes You'll Go) +- byg:maple_taiga (from Oh The Biomes You'll Go) +- byg:mojave_desert (from Oh The Biomes You'll Go) +- byg:orchard (from Oh The Biomes You'll Go) +- byg:prairie (from Oh The Biomes You'll Go) +- byg:rainbow_beach (from Oh The Biomes You'll Go) +- byg:red_oak_forest (from Oh The Biomes You'll Go) +- byg:red_rock_valley (from Oh The Biomes You'll Go) +- byg:redwood_thicket (from Oh The Biomes You'll Go) +- byg:rose_fields (from Oh The Biomes You'll Go) +- byg:shattered_glacier (from Oh The Biomes You'll Go) +- byg:sierra_badlands (from Oh The Biomes You'll Go) +- byg:skyris_vale (from Oh The Biomes You'll Go) +- byg:temperate_grove (from Oh The Biomes You'll Go) +- byg:temperate_rainforest (from Oh The Biomes You'll Go) +- byg:tropical_rainforest (from Oh The Biomes You'll Go) +- byg:twilight_meadow (from Oh The Biomes You'll Go) +- byg:weeping_witch_forest (from Oh The Biomes You'll Go) +- byg:white_mangrove_marshes (from Oh The Biomes You'll Go) +- byg:windswept_desert (from Oh The Biomes You'll Go) +- byg:zelkova_forest (from Oh The Biomes You'll Go) + +#repurposed_structures:has_structure/witch_huts/oak +- #repurposed_structures:collections/regular_forests (from Repurposed Structures) + +#repurposed_structures:collections/regular_forests +- minecraft:forest (from Repurposed Structures) +- byg:red_oak_forest? (from Repurposed Structures) +- byg:temperate_rainforest? (from Repurposed Structures) +- byg:orchard? (from Repurposed Structures) +- byg:autumnal_forest? (from Repurposed Structures) +- byg:cherry_blossom_forest? (from Repurposed Structures) +- biomesoplenty:cherry_blossom_grove? (from Repurposed Structures) +- biomesoplenty:orchard? (from Repurposed Structures) +- biomesoplenty:seasonal_forest? (from Repurposed Structures) +- biomesoplenty:woodland? (from Repurposed Structures) +- biomesoplenty:old_growth_woodland? (from Repurposed Structures) +- magicalforest:magical_forest? (from Repurposed Structures) +- wythers:ancient_copper_beech_forest? (from Repurposed Structures) +- wythers:ancient_emerald_beech_forest? (from Repurposed Structures) +- wythers:ancient_golden_beech_forest? (from Repurposed Structures) +- wythers:autumnal_forest? (from Repurposed Structures) +- wythers:cool_forest? (from Repurposed Structures) +- wythers:flowering_pantanal? (from Repurposed Structures) +- wythers:spring_flower_forest? (from Repurposed Structures) +- wythers:autumnal_flower_forest? (from Repurposed Structures) +- wythers:sakura_forest? (from Repurposed Structures) +- wythers:wistman_woods? (from Repurposed Structures) + +#dungeons_arise:has_structure/heavenly_conqueror_biomes +- #minecraft:is_jungle (from When Dungeons Arise) +- #minecraft:is_forest (from When Dungeons Arise) +- minecraft:desert (from When Dungeons Arise) +- minecraft:plains (from When Dungeons Arise) +- minecraft:sunflower_plains (from When Dungeons Arise) +- minecraft:savanna (from When Dungeons Arise) +- minecraft:savanna_plateau (from When Dungeons Arise) +- minecraft:end_barrens (from When Dungeons Arise) +- minecraft:end_midlands (from When Dungeons Arise) +- minecraft:end_highlands (from When Dungeons Arise) +- minecraft:the_end (from When Dungeons Arise) + +#repurposed_structures:has_structure/dungeons/deep +- #repurposed_structures:collections/overworld (from Repurposed Structures) + +#c:is_sparse +- #c:is_sparse/overworld (from Porting Lib Tags) +- #c:is_sparse/nether? (from Porting Lib Tags) +- #c:is_sparse/end? (from Porting Lib Tags) + +#repurposed_structures:has_structure/igloos/grassy +- #repurposed_structures:collections/regular_forests (from Repurposed Structures) +- #repurposed_structures:collections/meadows (from Repurposed Structures) +- #repurposed_structures:collections/plains (from Repurposed Structures) + +#minecraft:has_structure/end_city +- minecraft:end_highlands (from Default) +- minecraft:end_midlands (from Default) +- #byg:has_structure/end_city (from Oh The Biomes You'll Go) + +#netherdepthsupgrade:is_soulsucker_biome +- minecraft:soul_sand_valley (from Nether Depths Upgrade) + +#croptopia:has_crop/grape +- minecraft:forest (from Croptopia) +- minecraft:flower_forest (from Croptopia) +- minecraft:birch_forest (from Croptopia) +- minecraft:dark_forest (from Croptopia) +- minecraft:old_growth_birch_forest (from Croptopia) +- minecraft:grove (from Croptopia) + +#repurposed_structures:has_structure/shipwrecks/end +- #repurposed_structures:collections/end (from Repurposed Structures) + +#structory:has_structure/chapel +- minecraft:plains (from Structory) +- minecraft:savanna (from Structory) +- minecraft:sunflower_plains (from Structory) +- minecraft:forest (from Structory) +- minecraft:sparse_jungle (from Structory) +- minecraft:birch_forest (from Structory) +- minecraft:dark_forest (from Structory) +- minecraft:old_growth_birch_forest (from Structory) +- minecraft:old_growth_spruce_taiga (from Structory) +- minecraft:old_growth_pine_taiga (from Structory) +- terralith:sakura_grove? (from Structory) +- terralith:lavender_forest? (from Structory) +- terralith:moonlight_grove? (from Structory) +- terralith:brushland? (from Structory) +- #terralith:has_structure/fortified_village? (from Structory) +- #c:savanna? (from Structory) + +#yungsbridges:has_structure/bridge +- #minecraft:is_river (from YUNG's Bridges) +- #c:river? (from YUNG's Bridges) + +#c:beach +- #byg:is_beach (from Oh The Biomes You'll Go) +- #minecraft:is_beach? (from Fabric Convention Tags) +- minecraft:stony_shore (from Fabric Convention Tags) + +#bosses_of_mass_destruction:collections/in_end +- minecraft:end_highlands (from Bosses of Mass Destruction (Beta)) +- minecraft:end_midlands (from Bosses of Mass Destruction (Beta)) +- minecraft:small_end_islands (from Bosses of Mass Destruction (Beta)) +- minecraft:end_barrens (from Bosses of Mass Destruction (Beta)) +- byg:ivis_fields? (from Bosses of Mass Destruction (Beta)) +- byg:nightshade_forest? (from Bosses of Mass Destruction (Beta)) +- byg:ethereal_islands? (from Bosses of Mass Destruction (Beta)) +- byg:viscal_isles? (from Bosses of Mass Destruction (Beta)) +- byg:bulbis_gardens? (from Bosses of Mass Destruction (Beta)) +- byg:shulkren_forest? (from Bosses of Mass Destruction (Beta)) +- byg:cryptic_wastes? (from Bosses of Mass Destruction (Beta)) +- byg:imparius_grove? (from Bosses of Mass Destruction (Beta)) + +#minecraft:has_structure/bastion_remnant +- minecraft:crimson_forest (from Default) +- minecraft:nether_wastes (from Default) +- minecraft:soul_sand_valley (from Default) +- minecraft:warped_forest (from Default) + +#twilightforest:valid_hollow_hill_biomes +- twilightforest:clearing (from The Twilight Forest) +- twilightforest:dense_forest (from The Twilight Forest) +- twilightforest:dense_mushroom_forest (from The Twilight Forest) +- twilightforest:firefly_forest (from The Twilight Forest) +- twilightforest:forest (from The Twilight Forest) +- twilightforest:mushroom_forest (from The Twilight Forest) +- twilightforest:oak_savannah (from The Twilight Forest) +- twilightforest:spooky_forest (from The Twilight Forest) + +#c:is_dry/end +- minecraft:the_end (from Porting Lib Tags) +- minecraft:small_end_islands (from Porting Lib Tags) +- minecraft:end_midlands (from Porting Lib Tags) +- minecraft:end_highlands (from Porting Lib Tags) +- minecraft:end_barrens (from Porting Lib Tags) + +#repurposed_structures:collections/meadows +- minecraft:meadow (from Repurposed Structures) +- biomesoplenty:field? (from Repurposed Structures) +- biomesoplenty:highland? (from Repurposed Structures) +- biomesoplenty:highland_moor? (from Repurposed Structures) +- biomesoplenty:rocky_shrubland? (from Repurposed Structures) +- biomesoplenty:clover_patch? (from Repurposed Structures) +- projectvibrantjourneys:pine_meadows? (from Repurposed Structures) +- wythers:cold_plains? (from Repurposed Structures) +- wythers:cool_plains? (from Repurposed Structures) +- wythers:autumnal_plains? (from Repurposed Structures) +- wythers:harvest_fields? (from Repurposed Structures) +- wythers:highland_plains? (from Repurposed Structures) + +#repurposed_structures:has_structure/ruins/land_warm +- #repurposed_structures:collections/plains (from Repurposed Structures) +- #repurposed_structures:collections/swamps (from Repurposed Structures) + +#repurposed_structures:has_structure/mineshafts/birch +- #repurposed_structures:collections/birch_forests (from Repurposed Structures) + +#minecraft:has_structure/ruined_portal_mountain +- #minecraft:is_badlands (from Default) +- #minecraft:is_hill (from Default) +- minecraft:savanna_plateau (from Default) +- minecraft:windswept_savanna (from Default) +- minecraft:stony_shore (from Default) +- #minecraft:is_mountain (from Default) + +#repurposed_structures:has_structure/pyramids/dark_forest +- #repurposed_structures:collections/spooky_forests (from Repurposed Structures) + +#croptopia:has_crop/raspberry +- minecraft:forest (from Croptopia) +- minecraft:flower_forest (from Croptopia) +- minecraft:birch_forest (from Croptopia) +- minecraft:dark_forest (from Croptopia) +- minecraft:old_growth_birch_forest (from Croptopia) +- minecraft:old_growth_pine_taiga (from Croptopia) +- minecraft:old_growth_spruce_taiga (from Croptopia) +- minecraft:taiga (from Croptopia) +- minecraft:snowy_taiga (from Croptopia) +- minecraft:grove (from Croptopia) +- byg:aspen_forest? (from Croptopia) +- byg:black_forest? (from Croptopia) +- byg:borealis_grove? (from Croptopia) +- byg:cherry_blossom_forest? (from Croptopia) +- byg:cika_woods? (from Croptopia) +- byg:coniferous_forest? (from Croptopia) +- byg:ebony_woods? (from Croptopia) +- byg:forgotten_forest? (from Croptopia) +- byg:maple_taiga? (from Croptopia) +- byg:red_oak_forest? (from Croptopia) +- byg:autumnal_forest? (from Croptopia) +- byg:autumnal_taiga? (from Croptopia) +- byg:redwood_thicket? (from Croptopia) +- byg:frosted_taiga? (from Croptopia) +- byg:frosted_coniferous_forest? (from Croptopia) +- byg:fragment_forest? (from Croptopia) +- byg:twilight_meadow? (from Croptopia) +- byg:weeping_witch_forest? (from Croptopia) +- byg:temperate_rainforest? (from Croptopia) +- byg:zelkova_forest? (from Croptopia) + +#byg:overworld/climate/wet +- byg:cypress_swamplands (from Oh The Biomes You'll Go) + +#c:climate_wet +- #byg:is_wet (from Oh The Biomes You'll Go) +- #c:aquatic? (from Fabric Convention Tags) +- #c:swamp? (from Fabric Convention Tags) +- minecraft:lush_caves (from Fabric Convention Tags) +- #c:jungle? (from Fabric Convention Tags) + +#repurposed_structures:has_structure/pyramids/nether +- #repurposed_structures:collections/nether (from Repurposed Structures) + +#repurposed_structures:has_structure/outposts/badlands +- #repurposed_structures:collections/badlands (from Repurposed Structures) + +#croptopia:has_crop/chile_pepper +- minecraft:plains (from Croptopia) +- minecraft:sunflower_plains (from Croptopia) + +#minecraft:is_river +- minecraft:river (from Default) +- minecraft:frozen_river (from Default) + +#snowyspirit:has_wild_ginger +- #minecraft:is_jungle (from Snowy Spirit) + +#subterrestrial:has_structure/ice_cabin +- #minecraft:has_structure/igloo (from Subterrestrial) +- #minecraft:has_structure/village_snowy (from Subterrestrial) +- minecraft:ice_spikes (from Subterrestrial) +- minecraft:snowy_plains (from Subterrestrial) +- minecraft:snowy_beach (from Subterrestrial) +- minecraft:snowy_taiga (from Subterrestrial) +- minecraft:snowy_slopes (from Subterrestrial) +- minecraft:frozen_river (from Subterrestrial) +- minecraft:frozen_peaks (from Subterrestrial) + +#subterrestrial:has_structure/mesa_cabin +- #minecraft:is_badlands (from Subterrestrial) + +#croptopia:has_crop/tomato +- minecraft:forest (from Croptopia) +- minecraft:flower_forest (from Croptopia) +- minecraft:birch_forest (from Croptopia) +- minecraft:dark_forest (from Croptopia) +- minecraft:old_growth_birch_forest (from Croptopia) +- minecraft:grove (from Croptopia) + +#twilightforest:valid_hydra_lair_biomes +- twilightforest:fire_swamp (from The Twilight Forest) + +#botania:marimorphosis_mountain_bonus +- #c:mountain (from Botania) + +#dungeons_arise:has_structure/illager_campsite_biomes +- minecraft:plains (from When Dungeons Arise) +- minecraft:meadow (from When Dungeons Arise) +- minecraft:sunflower_plains (from When Dungeons Arise) +- #minecraft:is_hill (from When Dungeons Arise) +- #minecraft:has_structure/pillager_outpost (from When Dungeons Arise) + +#c:in_nether +- #byg:is_nether (from Oh The Biomes You'll Go) +- #minecraft:is_nether? (from Fabric Convention Tags) +- minecraft:crimson_forest (from Fabric Convention Tags) +- minecraft:warped_forest (from Fabric Convention Tags) +- minecraft:nether_wastes (from Fabric Convention Tags) +- minecraft:soul_sand_valley (from Fabric Convention Tags) +- minecraft:basalt_deltas (from Fabric Convention Tags) + +#repurposed_structures:has_structure/outposts/jungle +- #repurposed_structures:collections/jungles (from Repurposed Structures) + +#c:tree_coniferous +- #byg:is_taiga (from Oh The Biomes You'll Go) +- minecraft:grove (from Fabric Convention Tags) +- #c:taiga? (from Fabric Convention Tags) + +#repurposed_structures:collections/caves +- minecraft:dripstone_caves (from Repurposed Structures) +- minecraft:lush_caves (from Repurposed Structures) +- minecraft:deep_dark (from Repurposed Structures) +- terralith:cave/andesite_caves? (from Repurposed Structures) +- terralith:cave/crystal_caves? (from Repurposed Structures) +- terralith:cave/deep_caves? (from Repurposed Structures) +- terralith:cave/desert_caves? (from Repurposed Structures) +- terralith:cave/diorite_caves? (from Repurposed Structures) +- terralith:cave/frostfire_caves? (from Repurposed Structures) +- terralith:cave/fungal_caves? (from Repurposed Structures) +- terralith:cave/granite_caves? (from Repurposed Structures) +- terralith:cave/ice_caves? (from Repurposed Structures) +- terralith:cave/infested_caves? (from Repurposed Structures) +- terralith:cave/mantle_caves? (from Repurposed Structures) +- terralith:cave/thermal_caves? (from Repurposed Structures) +- terralith:cave/tuff_caves? (from Repurposed Structures) +- terralith:cave/underground_jungle? (from Repurposed Structures) +- #forge:is_underground? (from Repurposed Structures) +- #c:underground? (from Repurposed Structures) +- #c:caves? (from Repurposed Structures) + +#repurposed_structures:has_structure/mineshafts/stone +- #repurposed_structures:collections/hills (from Repurposed Structures) +- #repurposed_structures:collections/mountains (from Repurposed Structures) +- #repurposed_structures:collections/meadows (from Repurposed Structures) +- #repurposed_structures:collections/stony_shores (from Repurposed Structures) +- #repurposed_structures:collections/rocky_mountains (from Repurposed Structures) + +#c:savanna +- #byg:is_savanna (from Oh The Biomes You'll Go) +- #minecraft:is_savanna? (from Fabric Convention Tags) +- minecraft:savanna_plateau (from Fabric Convention Tags) +- minecraft:windswept_savanna (from Fabric Convention Tags) +- minecraft:savanna (from Fabric Convention Tags) + +#byg:is_badlands +- byg:red_rock_valley (from Oh The Biomes You'll Go) +- byg:sierra_badlands (from Oh The Biomes You'll Go) + +#ad_astra:has_structure/pygro_village_biomes +- ad_astra:venus_wastelands (from Ad Astra!) + +#c:is_wet/overworld +- minecraft:swamp (from Porting Lib Tags) +- minecraft:jungle (from Porting Lib Tags) +- minecraft:sparse_jungle (from Porting Lib Tags) +- minecraft:beach (from Porting Lib Tags) +- minecraft:bamboo_jungle (from Porting Lib Tags) +- minecraft:lush_caves (from Porting Lib Tags) +- minecraft:mangrove_swamp (from Porting Lib Tags) + +#croptopia:has_crop/corn +- minecraft:plains (from Croptopia) +- minecraft:sunflower_plains (from Croptopia) +- byg:allium_fields? (from Croptopia) +- byg:amaranth_fields? (from Croptopia) +- byg:autumnal_valley? (from Croptopia) +- byg:temperate_grove? (from Croptopia) +- byg:coconino_meadow? (from Croptopia) +- byg:orchard? (from Croptopia) +- byg:prairie? (from Croptopia) +- byg:rose_fields? (from Croptopia) +- byg:sierra_badlands? (from Croptopia) + +#ad_astra:has_structure/moon_dungeon_biomes +- ad_astra:lunar_wastelands (from Ad Astra!) + +#ad_astra:has_structure/pygro_tower_biomes +- ad_astra:venus_wastelands (from Ad Astra!) + +#repurposed_structures:collections/rocky_mountains +- terralith:amethyst_canyon? (from Repurposed Structures) +- terralith:basalt_cliffs? (from Repurposed Structures) +- terralith:emerald_peaks? (from Repurposed Structures) +- terralith:granite_cliffs? (from Repurposed Structures) +- terralith:haze_mountain? (from Repurposed Structures) +- terralith:mountain_steppe? (from Repurposed Structures) +- terralith:painted_mountains? (from Repurposed Structures) +- terralith:rocky_mountains? (from Repurposed Structures) +- terralith:shield_clearing? (from Repurposed Structures) +- terralith:steppe? (from Repurposed Structures) +- terralith:stony_spires? (from Repurposed Structures) +- terralith:valley_clearing? (from Repurposed Structures) +- biomesoplenty:crag? (from Repurposed Structures) +- byg:canadian_shield? (from Repurposed Structures) +- projectvibrantjourneys:overgrown_spires? (from Repurposed Structures) +- wythers:aspen_crags? (from Repurposed Structures) +- wythers:andesite_crags? (from Repurposed Structures) +- wythers:cool_stony_peaks? (from Repurposed Structures) +- wythers:cool_stony_peaks? (from Repurposed Structures) +- wythers:tepui? (from Repurposed Structures) +- wythers:tibesti_mountains? (from Repurposed Structures) + +#byg:is_dead +- byg:dead_sea (from Oh The Biomes You'll Go) + +#subterrestrial:has_structure/default_cabin +- #minecraft:has_structure/village_plains (from Subterrestrial) +- minecraft:meadow (from Subterrestrial) +- minecraft:jagged_peaks (from Subterrestrial) +- minecraft:stony_peaks (from Subterrestrial) +- #minecraft:is_hill (from Subterrestrial) +- #minecraft:is_forest (from Subterrestrial) +- minecraft:stony_shore (from Subterrestrial) +- minecraft:mushroom_fields (from Subterrestrial) +- minecraft:plains (from Subterrestrial) +- minecraft:swamp (from Subterrestrial) +- minecraft:dripstone_caves (from Subterrestrial) + +#biomemakeover:swamps +- #c:swamp? (from Biome Makeover) +- #forge:is_swamp? (from Biome Makeover) + +#twilightforest:valid_mushroom_tower_biomes +- twilightforest:dense_mushroom_forest (from The Twilight Forest) + +#repurposed_structures:has_structure/mineshafts/crimson +- #repurposed_structures:collections/nether_crimson_forests (from Repurposed Structures) + +#minecraft:has_structure/buried_treasure +- #minecraft:is_beach (from Default) + +#c:is_mountain +- #c:is_peak (from Porting Lib Tags) +- #c:is_slope (from Porting Lib Tags) + +#byg:nether/climate/cold +- byg:subzero_hypogeal (from Oh The Biomes You'll Go) + +#croptopia:has_crop/sweetpotato +- minecraft:plains (from Croptopia) +- minecraft:sunflower_plains (from Croptopia) + +#naturalist:has_canary +- #minecraft:is_hill (from Naturalist) +- #minecraft:is_mountain (from Naturalist) +- #forge:is_mountain? (from Naturalist) +- #c:mountain? (from Naturalist) +- #c:extreme_hills? (from Naturalist) + +#c:underground +- #byg:is_underground (from Oh The Biomes You'll Go) +- #c:caves? (from Fabric Convention Tags) + +#c:is_slope +- minecraft:savanna_plateau (from Porting Lib Tags) +- minecraft:wooded_badlands (from Porting Lib Tags) +- minecraft:meadow (from Porting Lib Tags) +- minecraft:grove (from Porting Lib Tags) +- minecraft:snowy_slopes (from Porting Lib Tags) + +#yungsextras:has_structure/swamp_structures +- minecraft:swamp (from YUNG's Extras) +- minecraft:mangrove_swamp (from YUNG's Extras) +- #forge:is_swamp? (from YUNG's Extras) +- #c:swamp? (from YUNG's Extras) + +#repurposed_structures:collections/snowy_forests +- minecraft:snowy_taiga (from Repurposed Structures) +- minecraft:grove (from Repurposed Structures) +- biomesoplenty:snowy_maple_woods? (from Repurposed Structures) +- biomesoplenty:snowy_coniferous_forest? (from Repurposed Structures) +- biomesoplenty:muskeg? (from Repurposed Structures) +- biomesoplenty:rainbow_hills? (from Repurposed Structures) +- byg:frosted_taiga? (from Repurposed Structures) +- byg:frosted_coniferous_forest? (from Repurposed Structures) +- projectvibrantjourneys:snowy_boreal_forest? (from Repurposed Structures) +- projectvibrantjourneys:snowy_redwoods? (from Repurposed Structures) +- wythers:snowy_fen? (from Repurposed Structures) +- wythers:snowy_thermal_taiga? (from Repurposed Structures) +- wythers:deep_snowy_taiga? (from Repurposed Structures) + +#minecraft:is_savanna +- minecraft:savanna (from Default) +- minecraft:savanna_plateau (from Default) +- minecraft:windswept_savanna (from Default) + +#repurposed_structures:has_structure/outposts/giant_tree_taiga +- #repurposed_structures:collections/giant_taigas (from Repurposed Structures) + +#naturalist:has_rhino +- #minecraft:is_savanna (from Naturalist) +- #forge:is_savanna? (from Naturalist) +- #c:savanna? (from Naturalist) + +#dungeons_arise:has_structure/thornborn_towers_biomes +- #minecraft:is_forest (from When Dungeons Arise) +- #minecraft:has_structure/pillager_outpost (from When Dungeons Arise) + +#minecraft:has_structure/igloo +- minecraft:snowy_taiga (from Default) +- minecraft:snowy_plains (from Default) +- minecraft:snowy_slopes (from Default) +- #byg:has_structure/igloo (from Oh The Biomes You'll Go) + +#rottencreatures:swampy_whitelist +- #minecraft:has_structure/ruined_portal_swamp? (from Rotten Creatures) + +#minecraft:has_structure/shipwreck_beached +- #minecraft:is_beach (from Default) + +#structory:has_structure/firetower +- minecraft:old_growth_birch_forest (from Structory) +- minecraft:old_growth_spruce_taiga (from Structory) +- minecraft:old_growth_pine_taiga (from Structory) +- terralith:forested_highlands? (from Structory) +- terralith:yellowstone? (from Structory) +- terralith:shield? (from Structory) +- terralith:lush_valley? (from Structory) +- terralith:siberian_taiga? (from Structory) + +#croptopia:has_crop/cranberry +- minecraft:swamp (from Croptopia) + +#repurposed_structures:has_structure/mineshafts/desert +- #repurposed_structures:collections/deserts (from Repurposed Structures) + +#repurposed_structures:collections/jungles +- #minecraft:is_jungle (from Repurposed Structures) +- #forge:is_jungle? (from Repurposed Structures) +- #c:in_jungle? (from Repurposed Structures) + +#byg:is_nether +- byg:arisian_undergrowth (from Oh The Biomes You'll Go) +- byg:brimstone_caverns (from Oh The Biomes You'll Go) +- byg:crimson_gardens (from Oh The Biomes You'll Go) +- byg:embur_bog (from Oh The Biomes You'll Go) +- byg:glowstone_gardens (from Oh The Biomes You'll Go) +- byg:magma_wastes (from Oh The Biomes You'll Go) +- byg:quartz_desert (from Oh The Biomes You'll Go) +- byg:subzero_hypogeal (from Oh The Biomes You'll Go) +- byg:sythian_torrids (from Oh The Biomes You'll Go) +- byg:wailing_garth (from Oh The Biomes You'll Go) +- byg:warped_desert (from Oh The Biomes You'll Go) +- byg:weeping_mire (from Oh The Biomes You'll Go) + +#takesapillage:has_structure/pillager_structure +- minecraft:plains (from Takes a Pillage) +- minecraft:snowy_plains (from Takes a Pillage) +- minecraft:meadow (from Takes a Pillage) +- minecraft:savanna (from Takes a Pillage) +- minecraft:sunflower_plains (from Takes a Pillage) + +#repurposed_structures:collections/spooky_forests +- minecraft:dark_forest (from Repurposed Structures) +- terralith:mirage_isles? (from Repurposed Structures) +- byg:ancient_forest? (from Repurposed Structures) +- byg:ebony_woods? (from Repurposed Structures) +- biomesoplenty:ominous_woods? (from Repurposed Structures) +- vampirism:vampire_forest? (from Repurposed Structures) +- #forge:is_spooky? (from Repurposed Structures) +- #forge:is_dead? (from Repurposed Structures) +- #c:dead? (from Repurposed Structures) +- wythers:ancient_moss_forest? (from Repurposed Structures) +- wythers:deep_dark_forest? (from Repurposed Structures) +- wythers:forbidden_forest? (from Repurposed Structures) +- wythers:phantasmal_forest? (from Repurposed Structures) +- wythers:phantasmal_swamp? (from Repurposed Structures) + +#c:is_dense +- #c:is_dense/overworld (from Porting Lib Tags) +- #c:is_dense/nether? (from Porting Lib Tags) +- #c:is_dense/end? (from Porting Lib Tags) + +#biomemakeover:has_structure/sunken_ruin +- #biomemakeover:swamps (from Biome Makeover) + +#rottencreatures:undead_miner_blacklist +- minecraft:mushroom_fields (from Rotten Creatures) +- minecraft:deep_dark (from Rotten Creatures) + +#dungeons_arise:has_structure/illager_windmill_biomes +- minecraft:plains (from When Dungeons Arise) +- minecraft:meadow (from When Dungeons Arise) +- minecraft:sunflower_plains (from When Dungeons Arise) +- #minecraft:has_structure/pillager_outpost (from When Dungeons Arise) + +#repurposed_structures:has_structure/villages/badlands +- #repurposed_structures:collections/badlands (from Repurposed Structures) + +#croptopia:has_crop/rhubarb +- minecraft:jungle (from Croptopia) +- minecraft:sparse_jungle (from Croptopia) +- minecraft:bamboo_jungle (from Croptopia) +- byg:crag_gardens? (from Croptopia) +- byg:guiana_shield? (from Croptopia) +- byg:jacaranda_forest? (from Croptopia) +- byg:tropical_rainforest? (from Croptopia) + +#byg:has_structure/village_desert +- #byg:is_desert (from Oh The Biomes You'll Go) + +#minecraft:has_structure/ocean_monument +- #minecraft:is_deep_ocean (from Default) + +#repurposed_structures:has_structure/ancient_cities/nether +- #repurposed_structures:collections/nether (from Repurposed Structures) + +#repurposed_structures:collections/mangroves +- minecraft:mangrove_swamp (from Repurposed Structures) +- wythers:tangled_forest? (from Repurposed Structures) +- wythers:coastal_mangroves? (from Repurposed Structures) +- wythers:bamboo_swamp? (from Repurposed Structures) +- wythers:bayou? (from Repurposed Structures) +- wythers:berry_bog? (from Repurposed Structures) +- wythers:dripleaf_swamp? (from Repurposed Structures) +- wythers:autumnal_swamp? (from Repurposed Structures) + +#repurposed_structures:has_structure/witch_huts/taiga +- #repurposed_structures:collections/taigas (from Repurposed Structures) + +#repurposed_structures:has_structure/strongholds/end +- #repurposed_structures:collections/end (from Repurposed Structures) + +#naturalist:has_elephant +- #minecraft:is_savanna (from Naturalist) +- #forge:is_savanna? (from Naturalist) +- #c:savanna? (from Naturalist) + +#c:climate_cold +- #byg:is_cold (from Oh The Biomes You'll Go) +- minecraft:grove (from Fabric Convention Tags) +- minecraft:jagged_peaks (from Fabric Convention Tags) +- minecraft:taiga (from Fabric Convention Tags) +- minecraft:snowy_taiga (from Fabric Convention Tags) +- minecraft:old_growth_spruce_taiga (from Fabric Convention Tags) +- minecraft:old_growth_pine_taiga (from Fabric Convention Tags) +- #c:icy? (from Fabric Convention Tags) + +#repurposed_structures:has_structure/fortresses/jungle +- #repurposed_structures:collections/jungles (from Repurposed Structures) + +#bettermineshafts:has_structure/better_mineshaft_red_desert +- #minecraft:is_badlands (from YUNG's Better Mineshafts) +- #forge:is_badlands? (from YUNG's Better Mineshafts) +- #c:badlands? (from YUNG's Better Mineshafts) + +#minecraft:plays_underwater_music +- #minecraft:is_ocean (from Default) +- #minecraft:is_river (from Default) + +#repurposed_structures:collections/any_taiga +- #repurposed_structures:collections/taigas (from Repurposed Structures) +- #minecraft:is_taiga (from Repurposed Structures) +- minecraft:grove (from Repurposed Structures) +- biomesoplenty:redwood_forest? (from Repurposed Structures) +- byg:redwood_thicket? (from Repurposed Structures) +- projectvibrantjourneys:redwoods? (from Repurposed Structures) +- wythers:flooded_temperate_rainforest? (from Repurposed Structures) +- wythers:temperate_rainforest? (from Repurposed Structures) +- wythers:temperate_rainforest_crags? (from Repurposed Structures) +- wythers:ancient_taiga? (from Repurposed Structures) +- wythers:old_growth_taiga_crags? (from Repurposed Structures) +- wythers:old_growth_taiga_swamp? (from Repurposed Structures) +- wythers:sparse_eucalyptus_woodland? (from Repurposed Structures) +- wythers:sparse_eucalyptus_jungle? (from Repurposed Structures) +- wythers:old_growth_taiga_swamp? (from Repurposed Structures) +- terralith:cloud_forest? (from Repurposed Structures) +- terralith:forested_highlands? (from Repurposed Structures) +- terralith:lavender_forest? (from Repurposed Structures) +- terralith:lavender_valley? (from Repurposed Structures) +- terralith:moonlight_grove? (from Repurposed Structures) +- terralith:moonlight_valley? (from Repurposed Structures) +- terralith:rocky_shrubland? (from Repurposed Structures) +- terralith:shrubland? (from Repurposed Structures) +- terralith:wintry_forest? (from Repurposed Structures) +- biomesoplenty:jade_cliffs? (from Repurposed Structures) +- biomesoplenty:mediterranean_taiga? (from Repurposed Structures) +- biomesoplenty:dead_forest? (from Repurposed Structures) +- biomesoplenty:old_growth_dead_forest? (from Repurposed Structures) +- byg:autumnal_taiga? (from Repurposed Structures) +- byg:canadian_shield? (from Repurposed Structures) +- byg:maple_taiga? (from Repurposed Structures) +- projectvibrantjourneys:boreal_forest? (from Repurposed Structures) +- projectvibrantjourneys:crystal_lakes? (from Repurposed Structures) +- wythers:birch_taiga? (from Repurposed Structures) +- wythers:boreal_forest_red? (from Repurposed Structures) +- wythers:boreal_forest_yellow? (from Repurposed Structures) +- wythers:cold_island? (from Repurposed Structures) +- wythers:forested_highlands? (from Repurposed Structures) +- wythers:jade_highlands? (from Repurposed Structures) +- wythers:larch_taiga? (from Repurposed Structures) +- wythers:pine_barrens? (from Repurposed Structures) +- wythers:thermal_taiga? (from Repurposed Structures) + +#botania:mystical_flower_blocklist +- #forge:is_mushroom? (from Botania) +- #c:mushroom? (from Botania) + +#c:in_the_end +- #byg:is_end (from Oh The Biomes You'll Go) +- #minecraft:is_end? (from Fabric Convention Tags) +- minecraft:end_barrens (from Fabric Convention Tags) +- minecraft:end_midlands (from Fabric Convention Tags) +- minecraft:end_highlands (from Fabric Convention Tags) +- minecraft:the_end (from Fabric Convention Tags) +- minecraft:small_end_islands (from Fabric Convention Tags) + +#totw_additions:has_structure/nether_tower_biomes +- minecraft:nether_wastes (from Towers of the Wild: Additions) +- minecraft:basalt_deltas (from Towers of the Wild: Additions) +- minecraft:soul_sand_valley (from Towers of the Wild: Additions) +- minecraft:crimson_forest (from Towers of the Wild: Additions) +- minecraft:warped_forest (from Towers of the Wild: Additions) + +#dungeons_arise:has_structure/heavenly_challenger_biomes +- #minecraft:is_jungle (from When Dungeons Arise) +- #minecraft:is_forest (from When Dungeons Arise) +- minecraft:desert (from When Dungeons Arise) +- minecraft:plains (from When Dungeons Arise) +- minecraft:sunflower_plains (from When Dungeons Arise) +- minecraft:savanna (from When Dungeons Arise) +- minecraft:savanna_plateau (from When Dungeons Arise) +- minecraft:end_barrens (from When Dungeons Arise) +- minecraft:end_midlands (from When Dungeons Arise) +- minecraft:end_highlands (from When Dungeons Arise) +- minecraft:the_end (from When Dungeons Arise) + +#byg:has_structure/jungle_temple +- #byg:is_jungle (from Oh The Biomes You'll Go) + +#naturalist:has_robin +- #minecraft:is_forest (from Naturalist) +- #minecraft:is_mountain (from Naturalist) +- minecraft:plains (from Naturalist) +- #forge:is_forest? (from Naturalist) +- #forge:is_mountain? (from Naturalist) +- #forge:is_plains? (from Naturalist) +- #c:forest? (from Naturalist) +- #c:mountain? (from Naturalist) +- #c:plains? (from Naturalist) + +#repurposed_structures:has_structure/pyramids/flower_forest +- #repurposed_structures:collections/floral (from Repurposed Structures) + +#repurposed_structures:has_structure/dungeons/dark_forest +- #repurposed_structures:collections/spooky_forests (from Repurposed Structures) + +#subterrestrial:has_structure/taiga_cabin +- #minecraft:has_structure/village_taiga (from Subterrestrial) +- minecraft:taiga (from Subterrestrial) +- minecraft:old_growth_pine_taiga (from Subterrestrial) +- minecraft:old_growth_spruce_taiga (from Subterrestrial) + +#biomemakeover:badlands +- #minecraft:is_badlands (from Biome Makeover) +- #c:badlands? (from Biome Makeover) + +#minecraft:has_structure/woodland_mansion + +#repurposed_structures:has_structure/ancient_cities/ocean +- #repurposed_structures:collections/deep_oceans (from Repurposed Structures) + +#botania:marimorphosis_plains_bonus +- #c:plains (from Botania) +- #c:beach (from Botania) + +#twilightforest:valid_final_castle_biomes +- twilightforest:final_plateau (from The Twilight Forest) + +#bettermineshafts:has_structure/better_mineshaft_ice +- minecraft:ice_spikes (from YUNG's Better Mineshafts) +- minecraft:frozen_peaks (from YUNG's Better Mineshafts) +- #byg:is_icy? (from YUNG's Better Mineshafts) +- #forge:is_icy? (from YUNG's Better Mineshafts) +- #c:icy? (from YUNG's Better Mineshafts) + +#c:mountain_peak +- #byg:is_peak (from Oh The Biomes You'll Go) +- minecraft:frozen_peaks (from Fabric Convention Tags) +- minecraft:jagged_peaks (from Fabric Convention Tags) +- minecraft:stony_peaks (from Fabric Convention Tags) + +#minecraft:has_structure/ocean_ruin_warm +- minecraft:lukewarm_ocean (from Default) +- minecraft:warm_ocean (from Default) +- minecraft:deep_lukewarm_ocean (from Default) +- #byg:has_structure/ocean_ruin_warm (from Oh The Biomes You'll Go) + +#naturalist:has_butterfly +- #minecraft:is_forest (from Naturalist) +- minecraft:plains (from Naturalist) +- #forge:is_forest? (from Naturalist) +- #forge:is_plains? (from Naturalist) +- #c:forest? (from Naturalist) +- #c:plains? (from Naturalist) + +#bosses_of_mass_destruction:has_structure/none + +#repurposed_structures:has_structure/outposts/taiga +- #repurposed_structures:collections/taigas (from Repurposed Structures) + +#betteroceanmonuments:has_structure/better_ocean_monument +- #minecraft:is_deep_ocean (from YUNG's Better Ocean Monuments) +- #c:deep_ocean? (from YUNG's Better Ocean Monuments) + +#vinery:has_structure/vinery +- #minecraft:is_forest (from Vinery) +- minecraft:plains (from Vinery) +- minecraft:sunflower_plains (from Vinery) +- minecraft:meadow (from Vinery) + +#repurposed_structures:has_structure/mineshafts/swamp +- #repurposed_structures:collections/swamps (from Repurposed Structures) + +#repurposed_structures:has_structure/monuments/desert +- #repurposed_structures:collections/deserts (from Repurposed Structures) + +#croptopia:has_crop/pineapple +- minecraft:jungle (from Croptopia) +- minecraft:sparse_jungle (from Croptopia) +- minecraft:bamboo_jungle (from Croptopia) +- byg:crag_gardens? (from Croptopia) +- byg:guiana_shield? (from Croptopia) +- byg:jacaranda_forest? (from Croptopia) +- byg:tropical_rainforest? (from Croptopia) + +#botania:mystical_mushroom_blocklist + +#c:is_spooky +- minecraft:dark_forest (from Porting Lib Tags) +- minecraft:deep_dark (from Porting Lib Tags) + +#dungeons_arise:has_structure/wishing_well_biomes +- minecraft:plains (from When Dungeons Arise) +- minecraft:meadow (from When Dungeons Arise) +- minecraft:sunflower_plains (from When Dungeons Arise) + +#repurposed_structures:has_structure/temples/nether_basalt +- #repurposed_structures:collections/nether_basalts (from Repurposed Structures) + +#croptopia:has_crop/radish +- minecraft:forest (from Croptopia) +- minecraft:flower_forest (from Croptopia) +- minecraft:birch_forest (from Croptopia) +- minecraft:dark_forest (from Croptopia) +- minecraft:old_growth_birch_forest (from Croptopia) +- minecraft:grove (from Croptopia) +- byg:aspen_forest? (from Croptopia) +- byg:borealis_grove? (from Croptopia) +- byg:cherry_blossom_forest? (from Croptopia) +- byg:cika_woods? (from Croptopia) +- byg:ebony_woods? (from Croptopia) +- byg:forgotten_forest? (from Croptopia) +- byg:red_oak_forest? (from Croptopia) +- byg:autumnal_forest? (from Croptopia) +- byg:redwood_thicket? (from Croptopia) +- byg:fragment_forest? (from Croptopia) +- byg:twilight_meadow? (from Croptopia) +- byg:weeping_witch_forest? (from Croptopia) +- byg:temperate_rainforest? (from Croptopia) + +#botania:marimorphosis_fungal_bonus +- #c:mushroom (from Botania) +- #c:underground (from Botania) + +#the_bumblezone:crystal_canyon +- the_bumblezone:crystal_canyon (from The Bumblezone - Fabric) + +#minecraft:without_patrol_spawns +- minecraft:mushroom_fields (from Default) +- #twilightforest:in_twilight_forest (from The Twilight Forest) + +#minecraft:has_structure/village_taiga +- minecraft:taiga (from Default) +- #byg:has_structure/village_taiga (from Oh The Biomes You'll Go) + +#repurposed_structures:has_structure/outposts/crimson +- #repurposed_structures:collections/nether_crimson_forests (from Repurposed Structures) + +#dungeons_arise:has_structure/plague_asylum_biomes +- #minecraft:is_forest (from When Dungeons Arise) +- #minecraft:has_structure/jungle_temple (from When Dungeons Arise) + +#croptopia:has_crop/lettuce +- minecraft:plains (from Croptopia) +- minecraft:sunflower_plains (from Croptopia) + +#c:void +- #byg:is_void (from Oh The Biomes You'll Go) +- minecraft:the_void (from Fabric Convention Tags) + +#minecraft:has_closer_water_fog +- minecraft:swamp (from Default) +- minecraft:mangrove_swamp (from Default) +- twilightforest:spooky_forest (from The Twilight Forest) +- twilightforest:swamp (from The Twilight Forest) +- twilightforest:fire_swamp (from The Twilight Forest) + +#netherdepthsupgrade:is_lava_pufferfish_biome +- minecraft:crimson_forest (from Nether Depths Upgrade) +- minecraft:warped_forest (from Nether Depths Upgrade) + +#byg:is_peak + +#c:is_tree_deciduous + +#supplementaries:has_wild_flax +- #minecraft:is_overworld (from Supplementaries Generated Pack) + +#repurposed_structures:has_structure/dungeons/end +- #repurposed_structures:collections/end (from Repurposed Structures) + +#naturalist:has_boar +- #minecraft:is_savanna (from Naturalist) +- #forge:is_savanna? (from Naturalist) +- #c:savanna? (from Naturalist) + +#repurposed_structures:has_structure/temples/nether_warped +- #repurposed_structures:collections/nether_warped_forests (from Repurposed Structures) + +#minecraft:has_structure/ruined_portal_swamp +- minecraft:swamp (from Default) +- minecraft:mangrove_swamp (from Default) + +#byg:has_structure/stronghold +- #byg:is_overworld (from Oh The Biomes You'll Go) + +#minecraft:spawns_cold_variant_frogs +- minecraft:snowy_plains (from Default) +- minecraft:ice_spikes (from Default) +- minecraft:frozen_peaks (from Default) +- minecraft:jagged_peaks (from Default) +- minecraft:snowy_slopes (from Default) +- minecraft:frozen_ocean (from Default) +- minecraft:deep_frozen_ocean (from Default) +- minecraft:grove (from Default) +- minecraft:deep_dark (from Default) +- minecraft:frozen_river (from Default) +- minecraft:snowy_taiga (from Default) +- minecraft:snowy_beach (from Default) +- #minecraft:is_end (from Default) +- twilightforest:snowy_forest (from The Twilight Forest) +- twilightforest:glacier (from The Twilight Forest) + +#repurposed_structures:has_structure/igloos/mushroom +- #repurposed_structures:collections/mushrooms (from Repurposed Structures) + +#c:is_mushroom +- minecraft:mushroom_fields (from Porting Lib Tags) + +#repurposed_structures:collections/icy +- minecraft:ice_spikes (from Repurposed Structures) +- minecraft:frozen_peaks (from Repurposed Structures) +- #byg:is_icy? (from Repurposed Structures) +- #forge:is_icy? (from Repurposed Structures) +- wythers:glacial_cliffs? (from Repurposed Structures) +- wythers:ice_cap? (from Repurposed Structures) +- wythers:snowy_bog? (from Repurposed Structures) + +#minecraft:is_end +- minecraft:the_end (from Default) +- minecraft:end_highlands (from Default) +- minecraft:end_midlands (from Default) +- minecraft:small_end_islands (from Default) +- minecraft:end_barrens (from Default) +- #byg:is_end (from Oh The Biomes You'll Go) + +#ad_astra:has_structure/meteor_biomes +- #minecraft:is_jungle (from Ad Astra!) +- #minecraft:is_forest (from Ad Astra!) +- #minecraft:is_taiga (from Ad Astra!) +- minecraft:desert (from Ad Astra!) +- minecraft:plains (from Ad Astra!) +- minecraft:snowy_plains (from Ad Astra!) +- minecraft:sunflower_plains (from Ad Astra!) +- minecraft:savanna (from Ad Astra!) +- minecraft:savanna_plateau (from Ad Astra!) +- minecraft:windswept_savanna (from Ad Astra!) + +#minecraft:without_zombie_sieges +- minecraft:mushroom_fields (from Default) +- #twilightforest:in_twilight_forest (from The Twilight Forest) + +#gofish:swamp_biomes +- minecraft:swamp (from Go Fish) +- minecraft:mangrove_swamp (from Go Fish) + +#dungeons_arise:has_structure/foundry_biomes +- #minecraft:is_jungle (from When Dungeons Arise) +- #minecraft:is_forest (from When Dungeons Arise) +- #minecraft:is_taiga (from When Dungeons Arise) +- minecraft:desert (from When Dungeons Arise) +- minecraft:plains (from When Dungeons Arise) +- minecraft:snowy_plains (from When Dungeons Arise) +- minecraft:sunflower_plains (from When Dungeons Arise) +- minecraft:savanna (from When Dungeons Arise) +- minecraft:savanna_plateau (from When Dungeons Arise) +- minecraft:windswept_savanna (from When Dungeons Arise) +- #minecraft:has_structure/pillager_outpost (from When Dungeons Arise) +- #minecraft:has_structure/swamp_hut (from When Dungeons Arise) + +#repurposed_structures:has_structure/temples/nether_crimson +- #repurposed_structures:collections/nether_crimson_forests (from Repurposed Structures) + +#geode:has_echo_geode +- deeperdarker:echoing_forest (from Deeper and Darker) +- deeperdarker:otherside_deeplands (from Deeper and Darker) +- deeperdarker:overcast_columns (from Deeper and Darker) + +#croptopia:has_crop/olive +- minecraft:savanna (from Croptopia) +- minecraft:savanna_plateau (from Croptopia) +- minecraft:windswept_savanna (from Croptopia) + +#repurposed_structures:has_structure/mansions/jungle +- #repurposed_structures:collections/jungles (from Repurposed Structures) + +#c:mesa +- minecraft:wooded_badlands (from Fabric Convention Tags) +- minecraft:eroded_badlands (from Fabric Convention Tags) +- minecraft:badlands (from Fabric Convention Tags) + +#minecraft:is_taiga +- minecraft:taiga (from Default) +- minecraft:snowy_taiga (from Default) +- minecraft:old_growth_pine_taiga (from Default) +- minecraft:old_growth_spruce_taiga (from Default) +- #byg:is_taiga (from Oh The Biomes You'll Go) + +#netherdepthsupgrade:is_magmacubefish_biome +- minecraft:basalt_deltas (from Nether Depths Upgrade) + +#repurposed_structures:has_structure/wells/snow +- #repurposed_structures:collections/snowy_plains (from Repurposed Structures) +- #repurposed_structures:collections/snowy_forests (from Repurposed Structures) +- #repurposed_structures:collections/snowy_mountains (from Repurposed Structures) + +#twilightforest:valid_knight_stronghold_biomes +- twilightforest:dark_forest (from The Twilight Forest) + +#croptopia:has_crop/cabbage +- minecraft:plains (from Croptopia) +- minecraft:sunflower_plains (from Croptopia) + +#subterrestrial:has_structure/desert_cabin +- #minecraft:has_structure/desert_pyramid (from Subterrestrial) +- #minecraft:has_structure/village_savanna (from Subterrestrial) +- minecraft:windswept_savanna (from Subterrestrial) +- minecraft:savanna (from Subterrestrial) +- minecraft:savanna_plateau (from Subterrestrial) + +#c:snowy +- minecraft:snowy_beach (from Fabric Convention Tags) +- minecraft:snowy_plains (from Fabric Convention Tags) +- minecraft:snowy_slopes (from Fabric Convention Tags) +- minecraft:snowy_taiga (from Fabric Convention Tags) + +#geodes:has_echo_geode +- minecraft:deep_dark (from More Geodes) + +#repurposed_structures:has_structure/outposts/oak +- #repurposed_structures:collections/regular_forests (from Repurposed Structures) + +#repurposed_structures:has_structure/wells/mossy_stone +- #repurposed_structures:collections/swamps (from Repurposed Structures) +- #repurposed_structures:collections/jungles (from Repurposed Structures) +- #repurposed_structures:collections/spooky_forests (from Repurposed Structures) + +#repurposed_structures:has_structure/outposts/end +- #repurposed_structures:collections/end (from Repurposed Structures) + +#croptopia:has_crop/leek +- minecraft:savanna (from Croptopia) +- minecraft:savanna_plateau (from Croptopia) +- minecraft:windswept_savanna (from Croptopia) + +#dungeons_arise:has_structure/illager_galley_biomes +- #minecraft:is_ocean (from When Dungeons Arise) + +#repurposed_structures:collections/deep_oceans +- #minecraft:is_deep_ocean (from Repurposed Structures) +- #c:deep_ocean? (from Repurposed Structures) + +#repurposed_structures:has_structure/monuments/jungle +- #repurposed_structures:collections/jungles (from Repurposed Structures) + +#bosses_of_mass_destruction:has_structure/gauntlet_arena +- #bosses_of_mass_destruction:collections/in_nether (from Bosses of Mass Destruction (Beta)) + +#repurposed_structures:has_structure/villages/oak +- #repurposed_structures:collections/regular_forests (from Repurposed Structures) + +#byg:has_structure/end_city +- #byg:is_end (from Oh The Biomes You'll Go) + +#repurposed_structures:has_structure/mansions/desert +- #repurposed_structures:collections/deserts (from Repurposed Structures) + +#repurposed_structures:has_structure/pyramids/mushroom +- #repurposed_structures:collections/mushrooms (from Repurposed Structures) + +#c:is_underground +- minecraft:lush_caves (from Porting Lib Tags) +- minecraft:dripstone_caves (from Porting Lib Tags) +- minecraft:deep_dark (from Porting Lib Tags) + +#byg:is_rare + +#botania:marimorphosis_mesa_bonus +- #c:mesa (from Botania) +- #c:savanna (from Botania) + +#repurposed_structures:has_structure/outposts/desert +- #repurposed_structures:collections/deserts (from Repurposed Structures) + +#byg:is_mountain +- byg:canadian_shield (from Oh The Biomes You'll Go) +- byg:crag_gardens (from Oh The Biomes You'll Go) +- byg:dacite_ridges (from Oh The Biomes You'll Go) +- byg:howling_peaks (from Oh The Biomes You'll Go) + +#naturalist:has_coral_snake +- #minecraft:is_jungle (from Naturalist) +- #minecraft:is_river (from Naturalist) +- minecraft:beach (from Naturalist) +- minecraft:stony_shore (from Naturalist) +- #forge:is_beach? (from Naturalist) +- #c:jungle? (from Naturalist) +- #c:river? (from Naturalist) +- #c:beach? (from Naturalist) + +#ad_astra:has_structure/oil_well_biomes +- #minecraft:is_ocean (from Ad Astra!) +- #minecraft:is_deep_ocean (from Ad Astra!) +- minecraft:swamp (from Ad Astra!) + +#netherdepthsupgrade:is_obsidianfish_biome +- minecraft:basalt_deltas (from Nether Depths Upgrade) + +#repurposed_structures:has_structure/villages/mushroom +- #repurposed_structures:collections/mushrooms (from Repurposed Structures) + +#croptopia:has_crop/zucchini +- minecraft:savanna (from Croptopia) +- minecraft:savanna_plateau (from Croptopia) +- minecraft:windswept_savanna (from Croptopia) + +#croptopia:has_crop/asparagus +- minecraft:swamp (from Croptopia) + +#croptopia:has_crop/onion +- minecraft:jungle (from Croptopia) +- minecraft:sparse_jungle (from Croptopia) +- minecraft:bamboo_jungle (from Croptopia) + +#byg:is_dry +- #byg:is_desert (from Oh The Biomes You'll Go) +- #byg:is_badlands (from Oh The Biomes You'll Go) +- byg:prairie (from Oh The Biomes You'll Go) + +#repurposed_structures:has_structure/mineshafts/ocean +- #repurposed_structures:collections/oceans (from Repurposed Structures) + +#c:is_hot/overworld +- minecraft:desert (from Porting Lib Tags) +- minecraft:jungle (from Porting Lib Tags) +- minecraft:sparse_jungle (from Porting Lib Tags) +- minecraft:savanna (from Porting Lib Tags) +- minecraft:savanna_plateau (from Porting Lib Tags) +- minecraft:stony_peaks (from Porting Lib Tags) +- minecraft:warm_ocean (from Porting Lib Tags) +- minecraft:windswept_savanna (from Porting Lib Tags) +- minecraft:eroded_badlands (from Porting Lib Tags) +- minecraft:bamboo_jungle (from Porting Lib Tags) +- minecraft:mangrove_swamp (from Porting Lib Tags) + +#repurposed_structures:has_structure/outposts/icy +- #repurposed_structures:collections/icy (from Repurposed Structures) + +#repurposed_structures:has_structure/mansions/oak +- #repurposed_structures:collections/regular_forests (from Repurposed Structures) + +#supplementaries:has_cave_urns +- #minecraft:is_overworld (from Supplementaries Generated Pack) + +#c:is_cold/overworld +- minecraft:taiga (from Porting Lib Tags) +- minecraft:frozen_ocean (from Porting Lib Tags) +- minecraft:frozen_river (from Porting Lib Tags) +- minecraft:snowy_plains (from Porting Lib Tags) +- minecraft:snowy_beach (from Porting Lib Tags) +- minecraft:snowy_taiga (from Porting Lib Tags) +- minecraft:old_growth_pine_taiga (from Porting Lib Tags) +- minecraft:grove (from Porting Lib Tags) +- minecraft:snowy_slopes (from Porting Lib Tags) +- minecraft:jagged_peaks (from Porting Lib Tags) +- minecraft:frozen_peaks (from Porting Lib Tags) +- minecraft:cold_ocean (from Porting Lib Tags) +- minecraft:deep_cold_ocean (from Porting Lib Tags) +- minecraft:deep_frozen_ocean (from Porting Lib Tags) +- minecraft:ice_spikes (from Porting Lib Tags) + +#minecraft:has_structure/mineshaft +- #minecraft:is_ocean (from Default) +- #minecraft:is_river (from Default) +- #minecraft:is_beach (from Default) +- #minecraft:is_mountain (from Default) +- #minecraft:is_hill (from Default) +- #minecraft:is_taiga (from Default) +- #minecraft:is_jungle (from Default) +- #minecraft:is_forest (from Default) +- minecraft:stony_shore (from Default) +- minecraft:mushroom_fields (from Default) +- minecraft:ice_spikes (from Default) +- minecraft:windswept_savanna (from Default) +- minecraft:desert (from Default) +- minecraft:savanna (from Default) +- minecraft:snowy_plains (from Default) +- minecraft:plains (from Default) +- minecraft:sunflower_plains (from Default) +- minecraft:swamp (from Default) +- minecraft:mangrove_swamp (from Default) +- minecraft:savanna_plateau (from Default) +- minecraft:dripstone_caves (from Default) +- minecraft:lush_caves (from Default) +- #byg:has_structure/mineshaft (from Oh The Biomes You'll Go) + +#archeology:has_structure/excavation_site_mangrove +- minecraft:mangrove_swamp (from CapsLock Archeology Mod) + +#dungeons_arise:has_structure/abandoned_temple_biomes +- #minecraft:is_taiga (from When Dungeons Arise) +- #minecraft:is_hill (from When Dungeons Arise) +- #minecraft:is_mountain (from When Dungeons Arise) + +#croptopia:has_crop/coffee_beans +- minecraft:jungle (from Croptopia) +- minecraft:sparse_jungle (from Croptopia) +- minecraft:bamboo_jungle (from Croptopia) + +#botania:marimorphosis_forest_bonus +- #c:forest (from Botania) + +#c:mushroom +- #byg:is_mushroom (from Oh The Biomes You'll Go) +- minecraft:mushroom_fields (from Fabric Convention Tags) + +#croptopia:has_crop/oat +- minecraft:plains (from Croptopia) +- minecraft:sunflower_plains (from Croptopia) + +#croptopia:has_crop/kiwi +- minecraft:savanna (from Croptopia) +- minecraft:savanna_plateau (from Croptopia) +- minecraft:windswept_savanna (from Croptopia) +- byg:araucaria_savanna? (from Croptopia) +- byg:baobab_savanna? (from Croptopia) + +#croptopia:has_crop/rice +- minecraft:jungle (from Croptopia) +- minecraft:sparse_jungle (from Croptopia) +- minecraft:bamboo_jungle (from Croptopia) + +#c:mountain +- #byg:is_mountain (from Oh The Biomes You'll Go) +- #minecraft:is_mountain? (from Fabric Convention Tags) + +#naturalist:has_vulture +- #minecraft:is_savanna (from Naturalist) +- #minecraft:is_badlands (from Naturalist) +- minecraft:desert (from Naturalist) +- #forge:is_savanna? (from Naturalist) +- #c:savanna? (from Naturalist) +- #c:desert? (from Naturalist) + +#repurposed_structures:has_structure/mineshafts/icy +- #repurposed_structures:collections/icy (from Repurposed Structures) +- #repurposed_structures:collections/snowy_forests (from Repurposed Structures) +- #repurposed_structures:collections/snowy_mountains (from Repurposed Structures) +- #repurposed_structures:collections/snowy_plains (from Repurposed Structures) + +#repurposed_structures:has_structure/pyramids/badlands +- #repurposed_structures:collections/badlands (from Repurposed Structures) + +#repurposed_structures:has_structure/mansions/birch +- #repurposed_structures:collections/birch_forests (from Repurposed Structures) + +#minecraft:is_jungle +- minecraft:bamboo_jungle (from Default) +- minecraft:jungle (from Default) +- minecraft:sparse_jungle (from Default) +- #byg:is_jungle (from Oh The Biomes You'll Go) + +#dungeons_arise:has_structure/shiraz_palace_biomes +- minecraft:desert (from When Dungeons Arise) +- #minecraft:has_structure/desert_pyramid (from When Dungeons Arise) + +#c:is_hot +- minecraft:mangrove_swamp (from Porting Lib Tags) +- #c:is_hot/overworld (from Porting Lib Tags) +- #c:is_hot/nether (from Porting Lib Tags) +- #c:is_hot/end? (from Porting Lib Tags) + +#byg:has_feature/palm_trees +- #minecraft:is_beach (from Oh The Biomes You'll Go) + +#minecraft:is_ocean +- #minecraft:is_deep_ocean (from Default) +- minecraft:frozen_ocean (from Default) +- minecraft:ocean (from Default) +- minecraft:cold_ocean (from Default) +- minecraft:lukewarm_ocean (from Default) +- minecraft:warm_ocean (from Default) +- #byg:is_ocean (from Oh The Biomes You'll Go) + +#repurposed_structures:collections/mushrooms +- minecraft:mushroom_fields (from Repurposed Structures) +- biomesoplenty:fungal_jungle? (from Repurposed Structures) +- #forge:is_mushroom? (from Repurposed Structures) +- #c:mushroom? (from Repurposed Structures) + +#twilightforest:valid_yeti_cave_biomes +- twilightforest:snowy_forest (from The Twilight Forest) + +#c:is_water +- #minecraft:is_ocean (from Porting Lib Tags) +- #minecraft:is_river (from Porting Lib Tags) + +#repurposed_structures:has_structure/mineshafts/taiga +- #repurposed_structures:collections/taigas (from Repurposed Structures) +- #repurposed_structures:collections/giant_taigas (from Repurposed Structures) + +#subterrestrial:has_structure/deepslate_cabin +- #minecraft:has_structure/mineshaft (from Subterrestrial) + +#repurposed_structures:collections/end_voids +- minecraft:small_end_islands (from Repurposed Structures) +- minecraft:end_barrens (from Repurposed Structures) +- betterend:ice_starfield? (from Repurposed Structures) + +#deeperdarker:has_structure/ancient_temple +- deeperdarker:otherside_deeplands (from Deeper and Darker) + +#byg:has_structure/red_rock_arch +- byg:red_rock_valley (from Oh The Biomes You'll Go) + +#minecraft:has_structure/ocean_ruin_cold +- minecraft:frozen_ocean (from Default) +- minecraft:cold_ocean (from Default) +- minecraft:ocean (from Default) +- minecraft:deep_frozen_ocean (from Default) +- minecraft:deep_cold_ocean (from Default) +- minecraft:deep_ocean (from Default) + +#c:is_wasteland +- minecraft:snowy_plains (from Porting Lib Tags) + +#twilightforest:valid_aurora_palace_biomes +- twilightforest:glacier (from The Twilight Forest) + +#minecraft:has_structure/stronghold +- #minecraft:is_overworld (from Default) +- #byg:has_structure/stronghold (from Oh The Biomes You'll Go) + +#minecraft:has_structure/mineshaft_mesa +- #minecraft:is_badlands (from Default) + +#minecraft:has_structure/ancient_city +- minecraft:deep_dark (from Default) + +#minecraft:has_structure/shipwreck +- #minecraft:is_ocean (from Default) + +#repurposed_structures:has_structure/outposts/mangrove +- #repurposed_structures:collections/mangroves (from Repurposed Structures) + +#c:snowy_plains +- minecraft:snowy_plains (from Fabric Convention Tags) + +#byg:has_structure/village_plains +- byg:allium_fields (from Oh The Biomes You'll Go) +- byg:amaranth_fields (from Oh The Biomes You'll Go) +- byg:orchard (from Oh The Biomes You'll Go) +- byg:red_oak_forest (from Oh The Biomes You'll Go) +- byg:temperate_rainforest (from Oh The Biomes You'll Go) + +#dungeons_arise:has_structure/mushroom_house_biomes +- #minecraft:is_forest (from When Dungeons Arise) +- #minecraft:has_structure/woodland_mansion (from When Dungeons Arise) + +#repurposed_structures:has_structure/mineshafts/nether +- #repurposed_structures:collections/nether (from Repurposed Structures) + +#repurposed_structures:has_structure/outposts/warped +- #repurposed_structures:collections/nether_warped_forests (from Repurposed Structures) + +#naturalist:has_deer +- #minecraft:is_forest (from Naturalist) +- #forge:is_forest? (from Naturalist) +- #c:forest? (from Naturalist) + +#byg:has_structure/stone_arch +- byg:lush_stacks (from Oh The Biomes You'll Go) +- byg:dead_sea (from Oh The Biomes You'll Go) + +#spectrum:quitoxic_reeds_generating_in +- #c:swamp (from Spectrum) +- byg:bayou? (from Spectrum) +- byg:cypress_swamplands? (from Spectrum) +- terralith:orchid_swamp? (from Spectrum) +- terralith:ice_marsh? (from Spectrum) +- wildbackport:mangrove_swamp? (from Spectrum) + +#betterdungeons:has_structure/skeleton_dungeon +- #minecraft:is_mountain (from YUNG's Better Dungeons) +- #minecraft:is_badlands (from YUNG's Better Dungeons) +- #minecraft:is_hill (from YUNG's Better Dungeons) +- #minecraft:is_taiga (from YUNG's Better Dungeons) +- #minecraft:is_jungle (from YUNG's Better Dungeons) +- #forge:is_jungle? (from YUNG's Better Dungeons) +- #c:in_jungle? (from YUNG's Better Dungeons) +- #minecraft:is_forest (from YUNG's Better Dungeons) +- #forge:is_forest? (from YUNG's Better Dungeons) +- #c:forest? (from YUNG's Better Dungeons) +- minecraft:stony_shore (from YUNG's Better Dungeons) +- minecraft:mushroom_fields (from YUNG's Better Dungeons) +- #forge:is_mushroom? (from YUNG's Better Dungeons) +- #c:mushroom? (from YUNG's Better Dungeons) +- minecraft:ice_spikes (from YUNG's Better Dungeons) +- minecraft:frozen_peaks (from YUNG's Better Dungeons) +- #byg:is_icy? (from YUNG's Better Dungeons) +- #forge:is_icy? (from YUNG's Better Dungeons) +- #c:icy? (from YUNG's Better Dungeons) +- minecraft:desert (from YUNG's Better Dungeons) +- #forge:is_desert? (from YUNG's Better Dungeons) +- #c:desert? (from YUNG's Better Dungeons) +- minecraft:savanna (from YUNG's Better Dungeons) +- minecraft:savanna_plateau (from YUNG's Better Dungeons) +- minecraft:windswept_savanna (from YUNG's Better Dungeons) +- #forge:is_savanna? (from YUNG's Better Dungeons) +- #c:savanna? (from YUNG's Better Dungeons) +- #minecraft:is_badlands (from YUNG's Better Dungeons) +- #forge:is_mesa? (from YUNG's Better Dungeons) +- #c:in_mesa? (from YUNG's Better Dungeons) +- #forge:is_badlands? (from YUNG's Better Dungeons) +- #c:badlands? (from YUNG's Better Dungeons) +- minecraft:snowy_plains (from YUNG's Better Dungeons) +- minecraft:plains (from YUNG's Better Dungeons) +- #c:plains? (from YUNG's Better Dungeons) +- minecraft:sunflower_plains (from YUNG's Better Dungeons) +- minecraft:snowy_taiga (from YUNG's Better Dungeons) +- minecraft:snowy_slopes (from YUNG's Better Dungeons) +- minecraft:jagged_peaks (from YUNG's Better Dungeons) +- minecraft:swamp (from YUNG's Better Dungeons) +- minecraft:dripstone_caves (from YUNG's Better Dungeons) +- minecraft:lush_caves (from YUNG's Better Dungeons) + +#the_bumblezone:the_bumblezone +- #the_bumblezone:regular (from The Bumblezone - Fabric) +- #the_bumblezone:pollinated (from The Bumblezone - Fabric) +- #the_bumblezone:sugar_water (from The Bumblezone - Fabric) +- #the_bumblezone:crystal_canyon (from The Bumblezone - Fabric) + +#spectrum:has_structure/city_below +- spectrum:deeper_down_biome (from Spectrum) + +#twilightforest:valid_naga_courtyard_biomes +- twilightforest:clearing (from The Twilight Forest) +- twilightforest:dense_forest (from The Twilight Forest) +- twilightforest:dense_mushroom_forest (from The Twilight Forest) +- twilightforest:firefly_forest (from The Twilight Forest) +- twilightforest:forest (from The Twilight Forest) +- twilightforest:mushroom_forest (from The Twilight Forest) +- twilightforest:oak_savannah (from The Twilight Forest) +- twilightforest:spooky_forest (from The Twilight Forest) + +#repurposed_structures:has_structure/strongholds/nether +- #repurposed_structures:collections/nether (from Repurposed Structures) + +#byg:is_river + +#biomemakeover:has_structure/ghost_town +- #biomemakeover:badlands (from Biome Makeover) + +#repurposed_structures:collections/nether_crimson_forests +- minecraft:crimson_forest (from Repurposed Structures) +- betternether:crimson_glowing_woods? (from Repurposed Structures) +- betternether:crimson_pinewood? (from Repurposed Structures) +- betternether:old_swampland? (from Repurposed Structures) +- betternether:nether_swampland? (from Repurposed Structures) + +#c:swamp +- #byg:is_swamp (from Oh The Biomes You'll Go) +- minecraft:mangrove_swamp (from Fabric Convention Tags) +- minecraft:swamp (from Fabric Convention Tags) + +#betterdungeons:has_structure/small_nether_dungeon +- #minecraft:is_nether (from YUNG's Better Dungeons) + +#repurposed_structures:collections/mountains +- #minecraft:is_mountain (from Repurposed Structures) +- #forge:is_peak? (from Repurposed Structures) +- #c:mountain? (from Repurposed Structures) +- #c:mountain_peak? (from Repurposed Structures) +- #c:mountain_slope? (from Repurposed Structures) + +#croptopia:has_crop/spinach +- minecraft:forest (from Croptopia) +- minecraft:flower_forest (from Croptopia) +- minecraft:birch_forest (from Croptopia) +- minecraft:dark_forest (from Croptopia) +- minecraft:old_growth_birch_forest (from Croptopia) +- minecraft:grove (from Croptopia) + +#byg:is_temperate + +#dungeons_arise:has_structure/bandit_towers_biomes +- #minecraft:is_badlands (from When Dungeons Arise) + +#byg:has_structure/village_tropical +- byg:guiana_shield (from Oh The Biomes You'll Go) + +#the_bumblezone:pollinated +- the_bumblezone:pollinated_pillar (from The Bumblezone - Fabric) +- the_bumblezone:pollinated_fields (from The Bumblezone - Fabric) + +#archeology:has_structure/excavation_site_desert +- minecraft:desert (from CapsLock Archeology Mod) + +#minecraft:has_structure/ruined_portal_ocean +- #minecraft:is_ocean (from Default) + +#repurposed_structures:has_structure/monuments/icy +- #repurposed_structures:collections/icy (from Repurposed Structures) + +#repurposed_structures:has_structure/mansions/snowy +- #repurposed_structures:collections/snowy_plains (from Repurposed Structures) + +#byg:has_structure/desert_pyramid +- byg:mojave_desert (from Oh The Biomes You'll Go) + +#repurposed_structures:has_structure/villages/mountains +- minecraft:jagged_peaks (from Repurposed Structures) +- #repurposed_structures:collections/hills (from Repurposed Structures) + +#rottencreatures:swampy_blacklist + +#naturalist:has_cardinal +- #minecraft:is_forest (from Naturalist) +- #minecraft:is_savanna (from Naturalist) +- minecraft:swamp (from Naturalist) +- minecraft:mangrove_swamp (from Naturalist) +- minecraft:desert (from Naturalist) +- #forge:is_forest? (from Naturalist) +- #forge:is_savanna? (from Naturalist) +- #forge:is_swamp? (from Naturalist) +- #forge:is_sandy? (from Naturalist) +- #c:forest? (from Naturalist) +- #c:savanna? (from Naturalist) +- #c:swamp? (from Naturalist) +- #c:desert? (from Naturalist) + +#byg:has_structure/village_ruins +- byg:coconino_meadow (from Oh The Biomes You'll Go) + +#repurposed_structures:has_structure/ruins/land_hot +- #repurposed_structures:collections/deserts (from Repurposed Structures) + +#dungeons_arise:has_structure/merchant_campsite_biomes +- minecraft:plains (from When Dungeons Arise) +- minecraft:meadow (from When Dungeons Arise) +- minecraft:sunflower_plains (from When Dungeons Arise) + +#c:is_sandy +- minecraft:desert (from Porting Lib Tags) +- minecraft:beach (from Porting Lib Tags) +- minecraft:badlands (from Porting Lib Tags) +- minecraft:wooded_badlands (from Porting Lib Tags) + +#repurposed_structures:has_structure/ruined_portals/end +- #repurposed_structures:collections/end (from Repurposed Structures) + +#repurposed_structures:has_structure/villages/birch +- #repurposed_structures:collections/birch_forests (from Repurposed Structures) + +#repurposed_structures:has_structure/dungeons/mushroom +- #repurposed_structures:collections/mushrooms (from Repurposed Structures) + +#rottencreatures:mummy_blacklist + +#structory:has_structure/northern_ruin +- minecraft:plains (from Structory) +- minecraft:sunflower_plains (from Structory) +- terralith:alpine_highlands? (from Structory) +- terralith:cold_shrubland? (from Structory) +- terralith:shrubland? (from Structory) +- terralith:highlands? (from Structory) +- #c:plains? (from Structory) +- #minecraft:is_plains? (from Structory) + +#byg:is_underground + +#the_bumblezone:pillars +- the_bumblezone:hive_pillar (from The Bumblezone - Fabric) +- the_bumblezone:pollinated_pillar (from The Bumblezone - Fabric) + +#structory:has_structure/ruin_taiga +- minecraft:taiga (from Structory) +- minecraft:snowy_taiga (from Structory) +- minecraft:old_growth_pine_taiga (from Structory) +- minecraft:old_growth_spruce_taiga (from Structory) +- terralith:forested_highlands? (from Structory) +- terralith:shield? (from Structory) +- #c:taiga? (from Structory) +- #minecraft:is_taiga? (from Structory) + +#c:shallow_ocean +- minecraft:ocean (from Fabric Convention Tags) +- minecraft:lukewarm_ocean (from Fabric Convention Tags) +- minecraft:frozen_ocean (from Fabric Convention Tags) +- minecraft:cold_ocean (from Fabric Convention Tags) +- minecraft:warm_ocean (from Fabric Convention Tags) + +#byg:is_end +- byg:bulbis_gardens (from Oh The Biomes You'll Go) +- byg:cryptic_wastes (from Oh The Biomes You'll Go) +- byg:ethereal_islands (from Oh The Biomes You'll Go) +- byg:imparius_grove (from Oh The Biomes You'll Go) +- byg:ivis_fields (from Oh The Biomes You'll Go) +- byg:nightshade_forest (from Oh The Biomes You'll Go) +- byg:shulkren_forest (from Oh The Biomes You'll Go) +- byg:viscal_isles (from Oh The Biomes You'll Go) + +#c:is_coniferous +- minecraft:taiga (from Porting Lib Tags) +- minecraft:snowy_taiga (from Porting Lib Tags) +- minecraft:old_growth_pine_taiga (from Porting Lib Tags) +- minecraft:grove (from Porting Lib Tags) + +#stoneholm:has_structure/underground_village +- #minecraft:is_forest (from Stoneholm) +- #minecraft:is_hill (from Stoneholm) +- #minecraft:is_jungle (from Stoneholm) +- #minecraft:is_mountain (from Stoneholm) +- #minecraft:is_taiga (from Stoneholm) +- #minecraft:is_savanna (from Stoneholm) + +#c:is_rare +- minecraft:mushroom_fields (from Porting Lib Tags) +- minecraft:sparse_jungle (from Porting Lib Tags) +- minecraft:savanna_plateau (from Porting Lib Tags) +- minecraft:sunflower_plains (from Porting Lib Tags) +- minecraft:windswept_gravelly_hills (from Porting Lib Tags) +- minecraft:flower_forest (from Porting Lib Tags) +- minecraft:ice_spikes (from Porting Lib Tags) +- minecraft:old_growth_birch_forest (from Porting Lib Tags) +- minecraft:old_growth_spruce_taiga (from Porting Lib Tags) +- minecraft:windswept_savanna (from Porting Lib Tags) +- minecraft:eroded_badlands (from Porting Lib Tags) +- minecraft:bamboo_jungle (from Porting Lib Tags) +- minecraft:deep_dark (from Porting Lib Tags) + +#byg:is_taiga +- byg:autumnal_taiga (from Oh The Biomes You'll Go) +- byg:black_forest (from Oh The Biomes You'll Go) +- byg:canadian_shield (from Oh The Biomes You'll Go) +- byg:coniferous_forest (from Oh The Biomes You'll Go) +- byg:frosted_coniferous_forest (from Oh The Biomes You'll Go) +- byg:maple_taiga (from Oh The Biomes You'll Go) + +#croptopia:has_crop/bellpepper +- minecraft:plains (from Croptopia) +- minecraft:sunflower_plains (from Croptopia) + +#naturalist:has_lion +- #minecraft:is_savanna (from Naturalist) +- #forge:is_savanna? (from Naturalist) +- #c:savanna? (from Naturalist) + +#minecraft:more_frequent_drowned_spawns +- #minecraft:is_river (from Default) + +#byg:has_structure/village_snowy +- byg:shattered_glacier (from Oh The Biomes You'll Go) +- byg:frosted_taiga (from Oh The Biomes You'll Go) +- byg:frosted_coniferous_forest (from Oh The Biomes You'll Go) + +#repurposed_structures:collections/any_forests +- #minecraft:is_forest (from Repurposed Structures) +- #forge:is_forest? (from Repurposed Structures) +- #c:forest? (from Repurposed Structures) + +#c:icy +- #byg:is_snowy (from Oh The Biomes You'll Go) +- minecraft:frozen_peaks (from Fabric Convention Tags) +- minecraft:ice_spikes (from Fabric Convention Tags) + +#supplementaries:has_way_signs +- #minecraft:is_overworld (from Supplementaries Generated Pack) + +#c:stony_shores +- minecraft:stony_shore (from Fabric Convention Tags) + +#repurposed_structures:has_structure/pyramids/end +- #repurposed_structures:collections/end (from Repurposed Structures) + +#rottencreatures:dead_beard_blacklist + +#structory:has_structure/jungle_well +- minecraft:jungle (from Structory) +- minecraft:bamboo_jungle (from Structory) +- minecraft:sparse_jungle (from Structory) +- terralith:rocky_jungle? (from Structory) +- terralith:amethyst_rainforest? (from Structory) + +#twilightforest:in_twilight_forest +- twilightforest:clearing (from The Twilight Forest) +- twilightforest:dense_forest (from The Twilight Forest) +- twilightforest:dense_mushroom_forest (from The Twilight Forest) +- twilightforest:firefly_forest (from The Twilight Forest) +- twilightforest:forest (from The Twilight Forest) +- twilightforest:mushroom_forest (from The Twilight Forest) +- twilightforest:oak_savannah (from The Twilight Forest) +- twilightforest:spooky_forest (from The Twilight Forest) +- twilightforest:enchanted_forest (from The Twilight Forest) +- twilightforest:dense_mushroom_forest (from The Twilight Forest) +- twilightforest:lake (from The Twilight Forest) +- twilightforest:stream (from The Twilight Forest) +- twilightforest:underground (from The Twilight Forest) +- twilightforest:swamp (from The Twilight Forest) +- twilightforest:fire_swamp (from The Twilight Forest) +- twilightforest:dark_forest (from The Twilight Forest) +- twilightforest:dark_forest_center (from The Twilight Forest) +- twilightforest:snowy_forest (from The Twilight Forest) +- twilightforest:glacier (from The Twilight Forest) +- twilightforest:highlands (from The Twilight Forest) +- twilightforest:thornlands (from The Twilight Forest) +- twilightforest:final_plateau (from The Twilight Forest) + +#repurposed_structures:has_structure/villages/crimson +- #repurposed_structures:collections/nether_crimson_forests (from Repurposed Structures) + +#minecraft:allows_tropical_fish_spawns_at_any_height +- minecraft:lush_caves (from Default) + +#croptopia:has_crop/eggplant +- minecraft:jungle (from Croptopia) +- minecraft:sparse_jungle (from Croptopia) +- minecraft:bamboo_jungle (from Croptopia) + +#twilightforest:valid_troll_cave_biomes +- twilightforest:highlands (from The Twilight Forest) + +#rottencreatures:undead_miner_whitelist +- #minecraft:is_overworld? (from Rotten Creatures) + +#minecraft:has_structure/village_plains +- minecraft:plains (from Default) +- minecraft:meadow (from Default) +- #byg:has_structure/village_plains (from Oh The Biomes You'll Go) + +#netherdepthsupgrade:is_glowdine_biome +- minecraft:basalt_deltas (from Nether Depths Upgrade) +- minecraft:soul_sand_valley (from Nether Depths Upgrade) +- minecraft:nether_wastes (from Nether Depths Upgrade) + +#repurposed_structures:has_structure/witch_huts/birch +- #repurposed_structures:collections/birch_forests (from Repurposed Structures) + +#byg:has_structure/mineshaft_mesa +- byg:red_rock_valley (from Oh The Biomes You'll Go) + +#c:is_dry/nether +- minecraft:nether_wastes (from Porting Lib Tags) +- minecraft:soul_sand_valley (from Porting Lib Tags) +- minecraft:crimson_forest (from Porting Lib Tags) +- minecraft:warped_forest (from Porting Lib Tags) +- minecraft:basalt_deltas (from Porting Lib Tags) + +#repurposed_structures:has_structure/igloos/mangrove +- #repurposed_structures:collections/mangroves (from Repurposed Structures) + +#ad_astra:has_structure/mars_temple_biomes +- ad_astra:martian_wastelands (from Ad Astra!) +- ad_astra:martian_canyon_creek (from Ad Astra!) + +#c:ocean +- #byg:is_ocean (from Oh The Biomes You'll Go) +- #byg:is_deep_ocean (from Oh The Biomes You'll Go) +- #c:deep_ocean? (from Fabric Convention Tags) +- #c:shallow_ocean? (from Fabric Convention Tags) +- #minecraft:is_ocean? (from Fabric Convention Tags) + +#gofish:plains_biomes +- minecraft:plains (from Go Fish) +- minecraft:sunflower_plains (from Go Fish) + +#rottencreatures:frostbitten_whitelist +- minecraft:ice_spikes (from Rotten Creatures) +- #minecraft:has_structure/igloo? (from Rotten Creatures) + +#rottencreatures:burned_blacklist + +#gofish:icy_biomes +- minecraft:snowy_plains (from Go Fish) +- minecraft:ice_spikes (from Go Fish) +- minecraft:snowy_taiga (from Go Fish) +- minecraft:snowy_beach (from Go Fish) +- minecraft:grove (from Go Fish) +- minecraft:snowy_slopes (from Go Fish) +- minecraft:jagged_peaks (from Go Fish) +- minecraft:frozen_peaks (from Go Fish) +- minecraft:frozen_ocean (from Go Fish) +- minecraft:deep_frozen_ocean (from Go Fish) +- minecraft:frozen_river (from Go Fish) + +#byg:is_savanna +- byg:araucaria_savanna (from Oh The Biomes You'll Go) +- byg:baobab_savanna (from Oh The Biomes You'll Go) + +#dungeons_arise:has_structure/aviary_biomes +- minecraft:end_barrens (from When Dungeons Arise) +- minecraft:end_midlands (from When Dungeons Arise) +- minecraft:end_highlands (from When Dungeons Arise) + +#byg:is_plains +- byg:prairie (from Oh The Biomes You'll Go) +- byg:coconino_meadow (from Oh The Biomes You'll Go) +- byg:allium_fields (from Oh The Biomes You'll Go) +- byg:amaranth_fields (from Oh The Biomes You'll Go) +- byg:autumnal_valley (from Oh The Biomes You'll Go) +- byg:temperate_grove (from Oh The Biomes You'll Go) +- byg:cardinal_tundra (from Oh The Biomes You'll Go) +- byg:firecracker_shrubland (from Oh The Biomes You'll Go) + +#dungeons_arise:has_structure/mushroom_village_biomes +- #minecraft:is_forest (from When Dungeons Arise) +- #minecraft:has_structure/woodland_mansion (from When Dungeons Arise) + +#croptopia:has_crop/barley +- minecraft:plains (from Croptopia) +- minecraft:sunflower_plains (from Croptopia) +- minecraft:old_growth_pine_taiga (from Croptopia) +- minecraft:old_growth_spruce_taiga (from Croptopia) +- minecraft:taiga (from Croptopia) +- minecraft:snowy_taiga (from Croptopia) + +#repurposed_structures:collections/giant_taigas +- minecraft:old_growth_pine_taiga (from Repurposed Structures) +- minecraft:old_growth_spruce_taiga (from Repurposed Structures) +- biomesoplenty:redwood_forest? (from Repurposed Structures) +- byg:redwood_thicket? (from Repurposed Structures) +- projectvibrantjourneys:redwoods? (from Repurposed Structures) +- wythers:flooded_temperate_rainforest? (from Repurposed Structures) +- wythers:temperate_rainforest? (from Repurposed Structures) +- wythers:temperate_rainforest_crags? (from Repurposed Structures) +- wythers:ancient_taiga? (from Repurposed Structures) +- wythers:old_growth_taiga_crags? (from Repurposed Structures) +- wythers:old_growth_taiga_swamp? (from Repurposed Structures) +- wythers:sparse_eucalyptus_woodland? (from Repurposed Structures) +- wythers:sparse_eucalyptus_jungle? (from Repurposed Structures) +- wythers:old_growth_taiga_swamp? (from Repurposed Structures) + +#repurposed_structures:has_structure/shipwrecks/nether_bricks +- #repurposed_structures:collections/nether (from Repurposed Structures) + +#minecraft:has_structure/ruined_portal_nether +- #minecraft:is_nether (from Default) + +#bettermineshafts:has_structure/better_mineshaft_acacia +- minecraft:savanna (from YUNG's Better Mineshafts) +- minecraft:savanna_plateau (from YUNG's Better Mineshafts) +- #forge:is_savanna? (from YUNG's Better Mineshafts) +- #c:savanna? (from YUNG's Better Mineshafts) +- terralith:arid_highlands? (from YUNG's Better Mineshafts) +- terralith:hot_shrubland? (from YUNG's Better Mineshafts) +- terralith:sakura_grove? (from YUNG's Better Mineshafts) +- terralith:sakura_valley? (from YUNG's Better Mineshafts) +- projectvibrantjourneys:baobab_fields? (from YUNG's Better Mineshafts) + +#c:is_peak +- minecraft:jagged_peaks (from Porting Lib Tags) +- minecraft:frozen_peaks (from Porting Lib Tags) +- minecraft:stony_peaks (from Porting Lib Tags) + +#minecraft:has_structure/ruined_portal_standard +- #minecraft:is_beach (from Default) +- #minecraft:is_river (from Default) +- #minecraft:is_taiga (from Default) +- #minecraft:is_forest (from Default) +- minecraft:mushroom_fields (from Default) +- minecraft:ice_spikes (from Default) +- minecraft:dripstone_caves (from Default) +- minecraft:lush_caves (from Default) +- minecraft:savanna (from Default) +- minecraft:snowy_plains (from Default) +- minecraft:plains (from Default) +- minecraft:sunflower_plains (from Default) +- #byg:has_structure/ruined_portal_standard (from Oh The Biomes You'll Go) + +#repurposed_structures:collections/giant_trees +- minecraft:old_growth_pine_taiga (from Repurposed Structures) +- minecraft:old_growth_spruce_taiga (from Repurposed Structures) +- minecraft:bamboo_jungle (from Repurposed Structures) +- minecraft:jungle (from Repurposed Structures) +- terralith:amethyst_rainforest? (from Repurposed Structures) +- terralith:jungle_mountains? (from Repurposed Structures) +- terralith:rocky_jungle? (from Repurposed Structures) +- byg:orchard? (from Repurposed Structures) +- byg:cika_woods? (from Repurposed Structures) +- byg:coniferous_forest? (from Repurposed Structures) +- byg:coniferous_forest_hills? (from Repurposed Structures) +- byg:cherry_blossom_forest? (from Repurposed Structures) +- byg:tropical_rainforest? (from Repurposed Structures) +- byg:tropical_rainforest_hills? (from Repurposed Structures) +- byg:redwood_thicket? (from Repurposed Structures) +- byg:ebony_woods? (from Repurposed Structures) +- byg:ebony_hills? (from Repurposed Structures) +- biomesoplenty:redwood_forest? (from Repurposed Structures) +- biomesoplenty:coniferous_forest? (from Repurposed Structures) +- projectvibrantjourneys:redwoods? (from Repurposed Structures) +- projectvibrantjourneys:baobab_fields? (from Repurposed Structures) +- projectvibrantjourneys:snowy_redwoods? (from Repurposed Structures) +- wythers:flooded_temperate_rainforest? (from Repurposed Structures) +- wythers:temperate_rainforest? (from Repurposed Structures) +- wythers:temperate_rainforest_crags? (from Repurposed Structures) +- wythers:ancient_taiga? (from Repurposed Structures) +- wythers:eucalyptus_deanei_forest? (from Repurposed Structures) +- wythers:eucalyptus_jungle? (from Repurposed Structures) +- wythers:eucalyptus_jungle_canyon? (from Repurposed Structures) +- wythers:eucalyptus_salubris_woodland? (from Repurposed Structures) +- wythers:eucalyptus_woodland? (from Repurposed Structures) +- wythers:flooded_jungle? (from Repurposed Structures) +- wythers:flooded_rainforest? (from Repurposed Structures) +- wythers:old_growth_taiga_crags? (from Repurposed Structures) +- wythers:old_growth_taiga_swamp? (from Repurposed Structures) + +#byg:overworld/climate/temperate +- byg:temperate_grove (from Oh The Biomes You'll Go) +- byg:temperate_rainforest (from Oh The Biomes You'll Go) + +#repurposed_structures:has_structure/temples/taiga +- #repurposed_structures:collections/any_taiga (from Repurposed Structures) + +#minecraft:has_structure/pillager_outpost +- minecraft:desert (from Default) +- minecraft:plains (from Default) +- minecraft:savanna (from Default) +- minecraft:snowy_plains (from Default) +- minecraft:taiga (from Default) +- #minecraft:is_mountain (from Default) +- minecraft:grove (from Default) +- #byg:has_structure/pillager_outpost (from Oh The Biomes You'll Go) + +#botania:mystical_flower_spawnlist +- #minecraft:is_overworld (from Botania) + +#byg:is_floral +- byg:amaranth_fields (from Oh The Biomes You'll Go) +- byg:allium_fields (from Oh The Biomes You'll Go) +- byg:rose_fields (from Oh The Biomes You'll Go) +- byg:cherry_blossom_forest (from Oh The Biomes You'll Go) +- byg:orchard (from Oh The Biomes You'll Go) + +#byg:is_void + +#repurposed_structures:collections/birch_forests +- minecraft:birch_forest (from Repurposed Structures) +- minecraft:old_growth_birch_forest (from Repurposed Structures) +- terralith:temperate_highlands? (from Repurposed Structures) +- terralith:birch_taiga? (from Repurposed Structures) +- terralith:white_cliffs? (from Repurposed Structures) +- byg:aspen_forest? (from Repurposed Structures) +- byg:temperate_grove? (from Repurposed Structures) +- projectvibrantjourneys:aspen_grove? (from Repurposed Structures) +- wythers:autumnal_birch_forest? (from Repurposed Structures) +- wythers:birch_swamp? (from Repurposed Structures) +- wythers:birch_taiga? (from Repurposed Structures) +- wythers:warm_birch_forest? (from Repurposed Structures) + +#c:plains +- #byg:is_plains (from Oh The Biomes You'll Go) +- minecraft:sunflower_plains (from Fabric Convention Tags) +- minecraft:plains (from Fabric Convention Tags) + +#c:in_jungle +- #byg:is_jungle (from Oh The Biomes You'll Go) + +#repurposed_structures:collections/nether_warped_forests +- minecraft:warped_forest (from Repurposed Structures) +- betternether:bone_reef? (from Repurposed Structures) +- betternether:old_warped_woods? (from Repurposed Structures) +- betternether:nether_jungle? (from Repurposed Structures) +- betternether:upside_down_forest? (from Repurposed Structures) +- betternether:upside_down_forest_cleared? (from Repurposed Structures) + +#minecraft:is_badlands +- minecraft:badlands (from Default) +- minecraft:eroded_badlands (from Default) +- minecraft:wooded_badlands (from Default) +- #byg:is_badlands (from Oh The Biomes You'll Go) + +#naturalist:has_snake +- #minecraft:is_forest (from Naturalist) +- minecraft:plains (from Naturalist) +- minecraft:swamp (from Naturalist) +- minecraft:mangrove_swamp (from Naturalist) +- #forge:is_forest? (from Naturalist) +- #forge:is_plains? (from Naturalist) +- #forge:is_swamp? (from Naturalist) +- #c:forest? (from Naturalist) +- #c:plains? (from Naturalist) +- #c:swamp? (from Naturalist) + +#c:climate_temperate +- minecraft:forest (from Fabric Convention Tags) +- minecraft:sunflower_plains (from Fabric Convention Tags) +- minecraft:swamp (from Fabric Convention Tags) +- minecraft:stony_shore (from Fabric Convention Tags) +- minecraft:dark_forest (from Fabric Convention Tags) +- minecraft:windswept_forest (from Fabric Convention Tags) +- minecraft:birch_forest (from Fabric Convention Tags) +- minecraft:old_growth_birch_forest (from Fabric Convention Tags) +- minecraft:meadow (from Fabric Convention Tags) +- minecraft:plains (from Fabric Convention Tags) + +#byg:is_modified + +#c:aquatic +- #byg:is_water (from Oh The Biomes You'll Go) +- #c:ocean? (from Fabric Convention Tags) +- #c:river? (from Fabric Convention Tags) + +#byg:is_lush +- byg:lush_stacks (from Oh The Biomes You'll Go) +- byg:orchard (from Oh The Biomes You'll Go) +- byg:frosted_coniferous_forest (from Oh The Biomes You'll Go) +- byg:allium_fields (from Oh The Biomes You'll Go) +- byg:amaranth_fields (from Oh The Biomes You'll Go) +- byg:rose_fields (from Oh The Biomes You'll Go) +- byg:temperate_grove (from Oh The Biomes You'll Go) +- byg:coconino_meadow (from Oh The Biomes You'll Go) +- byg:skyris_vale (from Oh The Biomes You'll Go) + +#c:aquatic_icy +- minecraft:frozen_river (from Fabric Convention Tags) +- minecraft:deep_frozen_ocean (from Fabric Convention Tags) +- minecraft:frozen_ocean (from Fabric Convention Tags) + +#minecraft:has_structure/nether_fossil +- minecraft:soul_sand_valley (from Default) +- minecraft:soul_sand_valley (from Deeper and Darker) +- deeperdarker:otherside_deeplands (from Deeper and Darker) + +#repurposed_structures:has_structure/mansions/savanna +- #repurposed_structures:collections/savannas (from Repurposed Structures) + +#naturalist:has_snail +- #minecraft:is_forest (from Naturalist) +- #minecraft:is_savanna (from Naturalist) +- #minecraft:is_river (from Naturalist) +- #minecraft:is_hill (from Naturalist) +- #minecraft:is_mountain (from Naturalist) +- minecraft:plains (from Naturalist) +- minecraft:swamp (from Naturalist) +- minecraft:mangrove_swamp (from Naturalist) +- minecraft:lush_caves (from Naturalist) +- minecraft:dripstone_caves (from Naturalist) +- minecraft:mushroom_fields (from Naturalist) +- #forge:is_forest? (from Naturalist) +- #forge:is_savanna? (from Naturalist) +- #forge:is_mountain? (from Naturalist) +- #forge:is_plains? (from Naturalist) +- #forge:is_swamp? (from Naturalist) +- #forge:is_underground? (from Naturalist) +- #forge:is_mushroom? (from Naturalist) +- #c:forest? (from Naturalist) +- #c:savanna? (from Naturalist) +- #c:river? (from Naturalist) +- #c:extreme_hills? (from Naturalist) +- #c:mountain? (from Naturalist) +- #c:plains? (from Naturalist) +- #c:swamp? (from Naturalist) +- #c:underground? (from Naturalist) +- #c:mushroom? (from Naturalist) + +#byg:is_plateau + +#byg:is_plain +- byg:allium_fields (from Oh The Biomes You'll Go) +- byg:amaranth_fields (from Oh The Biomes You'll Go) +- byg:autumnal_valley (from Oh The Biomes You'll Go) +- byg:coconino_meadow (from Oh The Biomes You'll Go) +- byg:prairie (from Oh The Biomes You'll Go) +- byg:rose_fields (from Oh The Biomes You'll Go) + +#repurposed_structures:has_structure/cities/nether +- #repurposed_structures:collections/nether (from Repurposed Structures) + +#yungsbridges:collections/taiga +- minecraft:taiga (from YUNG's Bridges) +- terralith:cloud_forest? (from YUNG's Bridges) +- terralith:forested_highlands? (from YUNG's Bridges) +- terralith:lavender_forest? (from YUNG's Bridges) +- terralith:lavender_valley? (from YUNG's Bridges) +- terralith:moonlight_grove? (from YUNG's Bridges) +- terralith:moonlight_valley? (from YUNG's Bridges) +- terralith:rocky_shrubland? (from YUNG's Bridges) +- terralith:shrubland? (from YUNG's Bridges) +- terralith:wintry_forest? (from YUNG's Bridges) +- biomesoplenty:jade_cliffs? (from YUNG's Bridges) +- biomesoplenty:mediterranean_taiga? (from YUNG's Bridges) +- biomesoplenty:dead_forest? (from YUNG's Bridges) +- biomesoplenty:old_growth_dead_forest? (from YUNG's Bridges) +- byg:autumnal_taiga? (from YUNG's Bridges) +- byg:canadian_shield? (from YUNG's Bridges) +- byg:maple_taiga? (from YUNG's Bridges) +- projectvibrantjourneys:boreal_forest? (from YUNG's Bridges) +- projectvibrantjourneys:crystal_lakes? (from YUNG's Bridges) + +#c:vegetation_sparse +- #byg:is_sparse (from Oh The Biomes You'll Go) +- #c:savanna? (from Fabric Convention Tags) +- #c:desert? (from Fabric Convention Tags) +- #c:dead? (from Fabric Convention Tags) +- minecraft:lush_caves (from Fabric Convention Tags) +- #c:wasteland? (from Fabric Convention Tags) + +#dungeons_arise:has_structure/illager_corsair_biomes +- #minecraft:is_ocean (from When Dungeons Arise) + +#dungeons_arise:has_structure/heavenly_rider_biomes +- #minecraft:is_jungle (from When Dungeons Arise) +- #minecraft:is_forest (from When Dungeons Arise) +- minecraft:desert (from When Dungeons Arise) +- minecraft:plains (from When Dungeons Arise) +- minecraft:sunflower_plains (from When Dungeons Arise) +- minecraft:savanna (from When Dungeons Arise) +- minecraft:savanna_plateau (from When Dungeons Arise) +- minecraft:end_barrens (from When Dungeons Arise) +- minecraft:end_midlands (from When Dungeons Arise) +- minecraft:end_highlands (from When Dungeons Arise) +- minecraft:the_end (from When Dungeons Arise) + +#dungeons_arise:has_structure/ceryneian_hind_biomes +- minecraft:desert (from When Dungeons Arise) +- #minecraft:has_structure/desert_pyramid (from When Dungeons Arise) + +#c:extreme_hills +- minecraft:windswept_gravelly_hills (from Fabric Convention Tags) +- minecraft:windswept_hills (from Fabric Convention Tags) + +#c:is_swamp +- minecraft:swamp (from Porting Lib Tags) +- minecraft:mangrove_swamp (from Porting Lib Tags) + +#dungeons_arise:has_structure/jungle_tree_house_biomes +- #minecraft:is_jungle (from When Dungeons Arise) +- #minecraft:has_structure/jungle_temple (from When Dungeons Arise) + +#byg:is_slope + +#repurposed_structures:has_structure/ancient_cities/end +- #repurposed_structures:collections/end (from Repurposed Structures) + +#byg:is_hill + +#byg:is_swamp +- byg:bayou (from Oh The Biomes You'll Go) +- byg:cypress_swamplands (from Oh The Biomes You'll Go) + +#repurposed_structures:collections/taigas +- minecraft:taiga (from Repurposed Structures) +- terralith:cloud_forest? (from Repurposed Structures) +- terralith:forested_highlands? (from Repurposed Structures) +- terralith:lavender_forest? (from Repurposed Structures) +- terralith:lavender_valley? (from Repurposed Structures) +- terralith:moonlight_grove? (from Repurposed Structures) +- terralith:moonlight_valley? (from Repurposed Structures) +- terralith:rocky_shrubland? (from Repurposed Structures) +- terralith:shrubland? (from Repurposed Structures) +- terralith:wintry_forest? (from Repurposed Structures) +- biomesoplenty:jade_cliffs? (from Repurposed Structures) +- biomesoplenty:mediterranean_taiga? (from Repurposed Structures) +- biomesoplenty:dead_forest? (from Repurposed Structures) +- biomesoplenty:old_growth_dead_forest? (from Repurposed Structures) +- byg:autumnal_taiga? (from Repurposed Structures) +- byg:canadian_shield? (from Repurposed Structures) +- byg:maple_taiga? (from Repurposed Structures) +- projectvibrantjourneys:boreal_forest? (from Repurposed Structures) +- projectvibrantjourneys:crystal_lakes? (from Repurposed Structures) +- wythers:birch_taiga? (from Repurposed Structures) +- wythers:boreal_forest_red? (from Repurposed Structures) +- wythers:boreal_forest_yellow? (from Repurposed Structures) +- wythers:cold_island? (from Repurposed Structures) +- wythers:forested_highlands? (from Repurposed Structures) +- wythers:jade_highlands? (from Repurposed Structures) +- wythers:larch_taiga? (from Repurposed Structures) +- wythers:pine_barrens? (from Repurposed Structures) +- wythers:thermal_taiga? (from Repurposed Structures) + +#minecraft:water_on_map_outlines +- #minecraft:is_ocean (from Default) +- #minecraft:is_river (from Default) +- minecraft:swamp (from Default) +- minecraft:mangrove_swamp (from Default) + +#repurposed_structures:has_structure/villages/swamp +- #repurposed_structures:collections/swamps (from Repurposed Structures) + +#croptopia:has_crop/turnip +- minecraft:jungle (from Croptopia) +- minecraft:sparse_jungle (from Croptopia) +- minecraft:bamboo_jungle (from Croptopia) +- byg:crag_gardens? (from Croptopia) +- byg:guiana_shield? (from Croptopia) +- byg:jacaranda_forest? (from Croptopia) +- byg:tropical_rainforest? (from Croptopia) + +#c:nether_forests +- minecraft:warped_forest (from Fabric Convention Tags) +- minecraft:crimson_forest (from Fabric Convention Tags) + +#naturalist:has_bear +- #minecraft:is_forest (from Naturalist) +- #minecraft:is_taiga (from Naturalist) +- #forge:is_forest? (from Naturalist) +- #c:forest? (from Naturalist) +- #c:taiga? (from Naturalist) + +#byg:is_wasteland +- byg:dead_sea (from Oh The Biomes You'll Go) + +#croptopia:has_crop/cucumber +- minecraft:plains (from Croptopia) +- minecraft:sunflower_plains (from Croptopia) +- byg:allium_fields? (from Croptopia) +- byg:amaranth_fields? (from Croptopia) +- byg:autumnal_valley? (from Croptopia) +- byg:temperate_grove? (from Croptopia) +- byg:coconino_meadow? (from Croptopia) +- byg:orchard? (from Croptopia) +- byg:prairie? (from Croptopia) +- byg:rose_fields? (from Croptopia) +- byg:sierra_badlands? (from Croptopia) + +#naturalist:has_bluejay +- #minecraft:is_taiga (from Naturalist) +- #minecraft:is_hill (from Naturalist) +- minecraft:ice_spikes (from Naturalist) +- minecraft:snowy_plains (from Naturalist) +- minecraft:snowy_slopes (from Naturalist) +- #forge:is_snowy? (from Naturalist) +- #forge:is_mountain? (from Naturalist) +- #c:taiga? (from Naturalist) +- #c:icy? (from Naturalist) +- #c:snowy? (from Naturalist) +- #c:extreme_hills? (from Naturalist) + +#repurposed_structures:collections/overworld +- #minecraft:is_overworld (from Repurposed Structures) +- #forge:is_overworld? (from Repurposed Structures) +- #c:in_overworld? (from Repurposed Structures) + +#byg:is_deep_ocean +- byg:dead_sea (from Oh The Biomes You'll Go) +- byg:lush_stacks (from Oh The Biomes You'll Go) + +#vinery:has_structure/tree +- minecraft:plains (from Vinery) +- minecraft:sunflower_plains (from Vinery) +- minecraft:meadow (from Vinery) +- terralith:blooming_plateau? (from Vinery) +- terralith:blooming_valley? (from Vinery) +- terralith:cloud_forest? (from Vinery) +- terralith:forested_highlands? (from Vinery) +- terralith:highlands? (from Vinery) +- terralith:valley_clearing? (from Vinery) +- terralith:shield? (from Vinery) +- terralith:yosemite_cliffs? (from Vinery) +- terralith:yosemite_lowlands? (from Vinery) + +#betterwitchhuts:has_structure/better_witch_hut +- minecraft:swamp (from YUNG's Better Witch Huts) +- minecraft:mangrove_swamp (from YUNG's Better Witch Huts) +- #forge:is_swamp? (from YUNG's Better Witch Huts) +- #c:swamp? (from YUNG's Better Witch Huts) + +#byg:is_hot +- #byg:is_desert (from Oh The Biomes You'll Go) +- #byg:is_badlands (from Oh The Biomes You'll Go) + +#repurposed_structures:has_structure/wells/forest +- #repurposed_structures:collections/regular_forests (from Repurposed Structures) +- #repurposed_structures:collections/birch_forests (from Repurposed Structures) +- #repurposed_structures:collections/floral (from Repurposed Structures) + +#biomemakeover:dark_forest +- minecraft:dark_forest (from Biome Makeover) + +#repurposed_structures:has_structure/pyramids/snowy +- #repurposed_structures:collections/snowy_plains (from Repurposed Structures) +- #repurposed_structures:collections/snowy_forests (from Repurposed Structures) +- #repurposed_structures:collections/snowy_mountains (from Repurposed Structures) + +#bettermineshafts:has_structure/better_mineshaft_lush +- minecraft:lush_caves (from YUNG's Better Mineshafts) + +#the_bumblezone:regular +- the_bumblezone:hive_pillar (from The Bumblezone - Fabric) +- the_bumblezone:hive_wall (from The Bumblezone - Fabric) + +#netherdepthsupgrade:is_wither_bonefish_biome +- minecraft:crimson_forest (from Nether Depths Upgrade) +- minecraft:soul_sand_valley (from Nether Depths Upgrade) + +#byg:is_water +- #byg:is_ocean (from Oh The Biomes You'll Go) +- #byg:is_deep_ocean (from Oh The Biomes You'll Go) +- #byg:is_swamp (from Oh The Biomes You'll Go) + +#repurposed_structures:has_structure/wells/badlands +- #repurposed_structures:collections/badlands (from Repurposed Structures) + +#repurposed_structures:collections/oceans +- #minecraft:is_ocean (from Repurposed Structures) +- #minecraft:is_deep_ocean (from Repurposed Structures) +- #forge:is_ocean? (from Repurposed Structures) +- #c:ocean? (from Repurposed Structures) +- #c:shallow_ocean? (from Repurposed Structures) +- #c:deep_ocean? (from Repurposed Structures) + +#spectrum:colored_trees_generating_in +- minecraft:plains (from Spectrum) +- #minecraft:is_badlands (from Spectrum) +- #minecraft:is_forest (from Spectrum) +- #minecraft:is_hill (from Spectrum) +- #minecraft:is_jungle (from Spectrum) +- #minecraft:is_mountain (from Spectrum) +- #minecraft:is_taiga (from Spectrum) +- #minecraft:is_savanna (from Spectrum) + +#c:caves +- #byg:is_underground (from Oh The Biomes You'll Go) +- minecraft:deep_dark (from Fabric Convention Tags) +- minecraft:dripstone_caves (from Fabric Convention Tags) +- minecraft:lush_caves (from Fabric Convention Tags) + +#twilightforest:valid_hedge_maze_biomes +- twilightforest:clearing (from The Twilight Forest) +- twilightforest:dense_forest (from The Twilight Forest) +- twilightforest:dense_mushroom_forest (from The Twilight Forest) +- twilightforest:firefly_forest (from The Twilight Forest) +- twilightforest:forest (from The Twilight Forest) +- twilightforest:mushroom_forest (from The Twilight Forest) +- twilightforest:oak_savannah (from The Twilight Forest) +- twilightforest:spooky_forest (from The Twilight Forest) + +#c:floral +- #byg:is_floral (from Oh The Biomes You'll Go) +- minecraft:sunflower_plains (from Fabric Convention Tags) +- minecraft:flower_forest (from Fabric Convention Tags) + +#archeology:has_structure/excavation_site_snow +- minecraft:frozen_river (from CapsLock Archeology Mod) +- minecraft:snowy_plains (from CapsLock Archeology Mod) +- minecraft:snowy_taiga (from CapsLock Archeology Mod) + +#repurposed_structures:has_structure/villages/jungle +- #repurposed_structures:collections/jungles (from Repurposed Structures) + +#repurposed_structures:has_structure/dungeons/jungle +- #repurposed_structures:collections/jungles (from Repurposed Structures) + +#dungeons_arise:has_structure/illager_fort_biomes +- minecraft:snowy_taiga (from When Dungeons Arise) +- minecraft:snowy_plains (from When Dungeons Arise) +- minecraft:snowy_slopes (from When Dungeons Arise) +- #minecraft:is_taiga (from When Dungeons Arise) +- #minecraft:has_structure/pillager_outpost (from When Dungeons Arise) + +#repurposed_structures:collections/snowy_plains +- minecraft:snowy_plains (from Repurposed Structures) +- terralith:alpine_grove? (from Repurposed Structures) +- terralith:cold_shrubland? (from Repurposed Structures) +- terralith:snowy_badlands? (from Repurposed Structures) +- terralith:snowy_shield? (from Repurposed Structures) +- biomesoplenty:snowy_fir_clearing? (from Repurposed Structures) +- #c:snowy_plains? (from Repurposed Structures) +- wythers:snowy_bog? (from Repurposed Structures) +- wythers:snowy_tundra? (from Repurposed Structures) +- wythers:ice_cap? (from Repurposed Structures) + +#c:in_mesa +- #byg:is_badlands (from Oh The Biomes You'll Go) + +#repurposed_structures:has_structure/villages/giant_taiga +- #repurposed_structures:collections/giant_taigas (from Repurposed Structures) + +#byg:has_structure/village_skyris +- byg:skyris_vale (from Oh The Biomes You'll Go) + +#repurposed_structures:has_structure/bastions/underground +- #repurposed_structures:collections/any_forests (from Repurposed Structures) +- #repurposed_structures:collections/badlands (from Repurposed Structures) +- #repurposed_structures:collections/caves (from Repurposed Structures) +- #repurposed_structures:collections/deserts (from Repurposed Structures) +- #repurposed_structures:collections/giant_taigas (from Repurposed Structures) +- #repurposed_structures:collections/hills (from Repurposed Structures) +- #repurposed_structures:collections/icy (from Repurposed Structures) +- #repurposed_structures:collections/jungles (from Repurposed Structures) +- #repurposed_structures:collections/meadows (from Repurposed Structures) +- #repurposed_structures:collections/mountains (from Repurposed Structures) +- #repurposed_structures:collections/mushrooms (from Repurposed Structures) +- #repurposed_structures:collections/plains (from Repurposed Structures) +- #repurposed_structures:collections/savannas (from Repurposed Structures) +- #repurposed_structures:collections/snowy_forests (from Repurposed Structures) +- #repurposed_structures:collections/snowy_plains (from Repurposed Structures) +- #repurposed_structures:collections/snowy_mountains (from Repurposed Structures) +- #repurposed_structures:collections/swamps (from Repurposed Structures) +- #repurposed_structures:collections/taigas (from Repurposed Structures) + +#croptopia:has_crop/vanilla +- minecraft:jungle (from Croptopia) +- minecraft:sparse_jungle (from Croptopia) +- minecraft:bamboo_jungle (from Croptopia) + +#repurposed_structures:has_structure/pyramids/ocean +- #repurposed_structures:collections/oceans (from Repurposed Structures) + +#c:badlands +- #byg:is_badlands (from Oh The Biomes You'll Go) +- #c:mesa? (from Fabric Convention Tags) +- #minecraft:is_badlands? (from Fabric Convention Tags) + +#byg:has_structure/ruined_portal_standard +- #byg:is_overworld (from Oh The Biomes You'll Go) + +#biomemakeover:spawns_tumbleweed +- #biomemakeover:badlands (from Biome Makeover) + +#croptopia:has_crop/rutabaga +- minecraft:old_growth_pine_taiga (from Croptopia) +- minecraft:old_growth_spruce_taiga (from Croptopia) +- minecraft:taiga (from Croptopia) +- minecraft:snowy_taiga (from Croptopia) +- minecraft:savanna (from Croptopia) +- minecraft:savanna_plateau (from Croptopia) +- minecraft:windswept_savanna (from Croptopia) +- byg:araucaria_savanna? (from Croptopia) +- byg:baobab_savanna? (from Croptopia) +- byg:black_forest? (from Croptopia) +- byg:coniferous_forest? (from Croptopia) +- byg:maple_taiga? (from Croptopia) +- byg:autumnal_taiga? (from Croptopia) +- byg:frosted_taiga? (from Croptopia) +- byg:frosted_coniferous_forest? (from Croptopia) +- byg:zelkova_forest? (from Croptopia) + +#c:jungle +- #minecraft:is_jungle? (from Fabric Convention Tags) + +#bettermineshafts:has_structure/better_mineshaft_dripstone +- minecraft:dripstone_caves (from YUNG's Better Mineshafts) + +#croptopia:has_crop/cauliflower +- minecraft:forest (from Croptopia) +- minecraft:flower_forest (from Croptopia) +- minecraft:birch_forest (from Croptopia) +- minecraft:dark_forest (from Croptopia) +- minecraft:old_growth_birch_forest (from Croptopia) +- minecraft:grove (from Croptopia) + +#repurposed_structures:has_structure/dungeons/nether +- #repurposed_structures:collections/nether (from Repurposed Structures) + +#c:wasteland +- #byg:is_wasteland (from Oh The Biomes You'll Go) + +#bettermineshafts:has_structure/better_mineshaft_mesa +- #minecraft:is_badlands (from YUNG's Better Mineshafts) +- #forge:is_mesa? (from YUNG's Better Mineshafts) +- #c:in_mesa? (from YUNG's Better Mineshafts) +- #forge:is_badlands? (from YUNG's Better Mineshafts) +- #c:badlands? (from YUNG's Better Mineshafts) + +#dungeons_arise:has_structure/infested_temple_biomes +- #minecraft:is_taiga (from When Dungeons Arise) +- #minecraft:is_hill (from When Dungeons Arise) +- #minecraft:is_mountain (from When Dungeons Arise) + +#dungeons_arise:has_structure/small_blimp_biomes +- #minecraft:is_jungle (from When Dungeons Arise) +- #minecraft:is_forest (from When Dungeons Arise) +- #minecraft:is_taiga (from When Dungeons Arise) +- minecraft:desert (from When Dungeons Arise) +- minecraft:plains (from When Dungeons Arise) +- minecraft:snowy_plains (from When Dungeons Arise) +- minecraft:sunflower_plains (from When Dungeons Arise) +- minecraft:savanna (from When Dungeons Arise) +- minecraft:savanna_plateau (from When Dungeons Arise) +- minecraft:windswept_savanna (from When Dungeons Arise) +- #minecraft:has_structure/village_taiga (from When Dungeons Arise) + +#biomemakeover:swamp_bonemeal +- #biomemakeover:swamps (from Biome Makeover) + +#repurposed_structures:has_structure/ruins/land_cold +- #repurposed_structures:collections/hills (from Repurposed Structures) +- #repurposed_structures:collections/meadows (from Repurposed Structures) +- #repurposed_structures:collections/taigas (from Repurposed Structures) + +#repurposed_structures:has_structure/temples/nether_soul +- #repurposed_structures:collections/nether_souls (from Repurposed Structures) + +#byg:has_structure/mineshaft +- #byg:is_overworld (from Oh The Biomes You'll Go) + +#croptopia:has_crop/greenbean +- minecraft:plains (from Croptopia) +- minecraft:sunflower_plains (from Croptopia) +- byg:allium_fields? (from Croptopia) +- byg:amaranth_fields? (from Croptopia) +- byg:autumnal_valley? (from Croptopia) +- byg:temperate_grove? (from Croptopia) +- byg:coconino_meadow? (from Croptopia) +- byg:orchard? (from Croptopia) +- byg:prairie? (from Croptopia) +- byg:rose_fields? (from Croptopia) +- byg:sierra_badlands? (from Croptopia) + +#betterwitchhuts:has_structure/witch_circle +- minecraft:swamp (from YUNG's Better Witch Huts) +- #forge:is_swamp? (from YUNG's Better Witch Huts) +- #c:swamp? (from YUNG's Better Witch Huts) + +#repurposed_structures:has_structure/dungeons/snow +- #repurposed_structures:collections/snowy_plains (from Repurposed Structures) +- #repurposed_structures:collections/snowy_forests (from Repurposed Structures) +- #repurposed_structures:collections/snowy_mountains (from Repurposed Structures) + +#minecraft:allows_surface_slime_spawns +- minecraft:swamp (from Default) +- minecraft:mangrove_swamp (from Default) + +#bosses_of_mass_destruction:has_structure/lich_tower +- #bosses_of_mass_destruction:collections/cold (from Bosses of Mass Destruction (Beta)) + +#c:deep_ocean +- #byg:is_deep_ocean (from Oh The Biomes You'll Go) +- minecraft:deep_frozen_ocean (from Fabric Convention Tags) +- minecraft:deep_lukewarm_ocean (from Fabric Convention Tags) +- minecraft:deep_cold_ocean (from Fabric Convention Tags) +- minecraft:deep_ocean (from Fabric Convention Tags) + +#the_bumblezone:sugar_water +- the_bumblezone:sugar_water_floor (from The Bumblezone - Fabric) + +#rottencreatures:mummy_whitelist +- #minecraft:has_structure/desert_pyramid? (from Rotten Creatures) + +#minecraft:required_ocean_monument_surrounding +- #minecraft:is_ocean (from Default) +- #minecraft:is_river (from Default) + +#byg:has_structure/village_savanna +- #byg:is_savanna (from Oh The Biomes You'll Go) + +#betterdungeons:has_structure/small_dungeon +- #minecraft:is_mountain (from YUNG's Better Dungeons) +- #minecraft:is_badlands (from YUNG's Better Dungeons) +- #minecraft:is_hill (from YUNG's Better Dungeons) +- #minecraft:is_taiga (from YUNG's Better Dungeons) +- #minecraft:is_jungle (from YUNG's Better Dungeons) +- #forge:is_jungle? (from YUNG's Better Dungeons) +- #c:in_jungle? (from YUNG's Better Dungeons) +- #minecraft:is_forest (from YUNG's Better Dungeons) +- #forge:is_forest? (from YUNG's Better Dungeons) +- #c:forest? (from YUNG's Better Dungeons) +- minecraft:stony_shore (from YUNG's Better Dungeons) +- minecraft:mushroom_fields (from YUNG's Better Dungeons) +- #forge:is_mushroom? (from YUNG's Better Dungeons) +- #c:mushroom? (from YUNG's Better Dungeons) +- minecraft:ice_spikes (from YUNG's Better Dungeons) +- minecraft:frozen_peaks (from YUNG's Better Dungeons) +- #byg:is_icy? (from YUNG's Better Dungeons) +- #forge:is_icy? (from YUNG's Better Dungeons) +- #c:icy? (from YUNG's Better Dungeons) +- minecraft:desert (from YUNG's Better Dungeons) +- #forge:is_desert? (from YUNG's Better Dungeons) +- #c:desert? (from YUNG's Better Dungeons) +- minecraft:savanna (from YUNG's Better Dungeons) +- minecraft:savanna_plateau (from YUNG's Better Dungeons) +- minecraft:windswept_savanna (from YUNG's Better Dungeons) +- #forge:is_savanna? (from YUNG's Better Dungeons) +- #c:savanna? (from YUNG's Better Dungeons) +- #minecraft:is_badlands (from YUNG's Better Dungeons) +- #forge:is_mesa? (from YUNG's Better Dungeons) +- #c:in_mesa? (from YUNG's Better Dungeons) +- #forge:is_badlands? (from YUNG's Better Dungeons) +- #c:badlands? (from YUNG's Better Dungeons) +- minecraft:snowy_plains (from YUNG's Better Dungeons) +- minecraft:plains (from YUNG's Better Dungeons) +- #c:plains? (from YUNG's Better Dungeons) +- minecraft:sunflower_plains (from YUNG's Better Dungeons) +- minecraft:snowy_taiga (from YUNG's Better Dungeons) +- minecraft:snowy_slopes (from YUNG's Better Dungeons) +- minecraft:jagged_peaks (from YUNG's Better Dungeons) +- minecraft:swamp (from YUNG's Better Dungeons) +- minecraft:dripstone_caves (from YUNG's Better Dungeons) +- minecraft:lush_caves (from YUNG's Better Dungeons) + +#structory:has_structure/outcast_villager_desert +- minecraft:desert (from Structory) +- terralith:desert_oasis? (from Structory) +- terralith:lush_desert? (from Structory) +- terralith:sandstone_valley? (from Structory) + +#c:is_cold/end +- minecraft:the_end (from Porting Lib Tags) +- minecraft:small_end_islands (from Porting Lib Tags) +- minecraft:end_midlands (from Porting Lib Tags) +- minecraft:end_highlands (from Porting Lib Tags) +- minecraft:end_barrens (from Porting Lib Tags) + +#rottencreatures:glacial_hunter_blacklist + +#dungeons_arise:has_structure/coliseum_biomes +- minecraft:plains (from When Dungeons Arise) +- minecraft:meadow (from When Dungeons Arise) +- minecraft:sunflower_plains (from When Dungeons Arise) +- #minecraft:has_structure/pillager_outpost (from When Dungeons Arise) + +#c:is_wet +- minecraft:mangrove_swamp (from Porting Lib Tags) +- #c:is_wet/overworld (from Porting Lib Tags) +- #c:is_wet/nether? (from Porting Lib Tags) +- #c:is_wet/end? (from Porting Lib Tags) + +#subterrestrial:has_structure/ocean_cabin +- #minecraft:has_structure/ocean_ruin_warm (from Subterrestrial) +- #minecraft:is_ocean (from Subterrestrial) +- minecraft:river (from Subterrestrial) + +#bettermineshafts:has_structure/better_mineshaft_spruce_snowy +- minecraft:snowy_taiga (from YUNG's Better Mineshafts) +- minecraft:snowy_plains (from YUNG's Better Mineshafts) +- minecraft:snowy_slopes (from YUNG's Better Mineshafts) +- minecraft:jagged_peaks (from YUNG's Better Mineshafts) +- terralith:cold_shrubland? (from YUNG's Better Mineshafts) +- terralith:rocky_shrubland? (from YUNG's Better Mineshafts) +- terralith:wintry_forest? (from YUNG's Better Mineshafts) + +#minecraft:has_structure/ruined_portal_jungle +- #minecraft:is_jungle (from Default) + +#repurposed_structures:has_structure/villages/ocean +- #repurposed_structures:collections/deep_oceans (from Repurposed Structures) + +#dungeons_arise:has_structure/typhon_biomes +- #minecraft:is_ocean (from When Dungeons Arise) + +#the_bumblezone:has_structure/honey_cave_room +- #the_bumblezone:pillars (from The Bumblezone - Fabric) + +#minecraft:has_structure/desert_pyramid +- minecraft:desert (from Default) +- #byg:has_structure/desert_pyramid (from Oh The Biomes You'll Go) + +#dungeons_arise:has_structure/mushroom_mines_biomes +- #minecraft:is_forest (from When Dungeons Arise) +- #minecraft:has_structure/woodland_mansion (from When Dungeons Arise) + +#repurposed_structures:has_structure/igloos/stone +- #repurposed_structures:collections/giant_taigas (from Repurposed Structures) +- #repurposed_structures:collections/rocky_mountains (from Repurposed Structures) + +#byg:has_structure/village_red_rock +- byg:red_rock_valley (from Oh The Biomes You'll Go) + +#croptopia:has_crop/kale +- minecraft:plains (from Croptopia) +- minecraft:sunflower_plains (from Croptopia) +- byg:allium_fields? (from Croptopia) +- byg:amaranth_fields? (from Croptopia) +- byg:autumnal_valley? (from Croptopia) +- byg:temperate_grove? (from Croptopia) +- byg:coconino_meadow? (from Croptopia) +- byg:orchard? (from Croptopia) +- byg:prairie? (from Croptopia) +- byg:rose_fields? (from Croptopia) +- byg:sierra_badlands? (from Croptopia) + +#repurposed_structures:collections/swamps +- minecraft:swamp (from Repurposed Structures) +- minecraft:mangrove_swamp (from Repurposed Structures) +- #forge:is_swamp? (from Repurposed Structures) +- #c:swamp? (from Repurposed Structures) + +#byg:has_structure/overgrown_stone_arch +- byg:lush_stacks (from Oh The Biomes You'll Go) + +#croptopia:has_crop/hops +- minecraft:savanna (from Croptopia) +- minecraft:savanna_plateau (from Croptopia) +- minecraft:windswept_savanna (from Croptopia) + +#repurposed_structures:has_structure/villages/dark_forest +- #repurposed_structures:collections/spooky_forests (from Repurposed Structures) + +#croptopia:has_crop/tomatillo +- minecraft:forest (from Croptopia) +- minecraft:flower_forest (from Croptopia) +- minecraft:birch_forest (from Croptopia) +- minecraft:dark_forest (from Croptopia) +- minecraft:old_growth_birch_forest (from Croptopia) +- minecraft:grove (from Croptopia) + +#croptopia:has_crop/turmeric +- minecraft:savanna (from Croptopia) +- minecraft:savanna_plateau (from Croptopia) +- minecraft:windswept_savanna (from Croptopia) +- byg:araucaria_savanna? (from Croptopia) +- byg:baobab_savanna? (from Croptopia) + +#structory:has_structure/old_manor +- minecraft:dark_forest (from Structory) +- minecraft:old_growth_pine_taiga (from Structory) +- minecraft:old_growth_spruce_taiga (from Structory) +- terralith:shield? (from Structory) +- terralith:forested_highlands? (from Structory) + +#croptopia:has_crop/currant +- minecraft:swamp (from Croptopia) + +#repurposed_structures:collections/end +- #minecraft:is_end (from Repurposed Structures) +- #forge:is_end? (from Repurposed Structures) +- #c:in_the_end? (from Repurposed Structures) +- #c:end_islands? (from Repurposed Structures) +- betterend:amber_land? (from Repurposed Structures) +- betterend:blossoming_spires? (from Repurposed Structures) +- betterend:chorus_forest? (from Repurposed Structures) +- betterend:crystal_mountains? (from Repurposed Structures) +- betterend:dragon_graveyards? (from Repurposed Structures) +- betterend:dry_shrubland? (from Repurposed Structures) +- betterend:dust_wasteland? (from Repurposed Structures) +- betterend:empty_aurora_cave? (from Repurposed Structures) +- betterend:empty_end_cave? (from Repurposed Structures) +- betterend:empty_smaragdant_cave? (from Repurposed Structures) +- betterend:foggy_mushroomland? (from Repurposed Structures) +- betterend:glowing_grassland? (from Repurposed Structures) +- betterend:jade_cave? (from Repurposed Structures) +- betterend:lantern_woods? (from Repurposed Structures) +- betterend:lush_aurora_cave? (from Repurposed Structures) +- betterend:lush_smaragdant_cave? (from Repurposed Structures) +- betterend:megalake? (from Repurposed Structures) +- betterend:megalake_grove? (from Repurposed Structures) +- betterend:neon_oasis? (from Repurposed Structures) +- betterend:painted_mountains? (from Repurposed Structures) +- betterend:shadow_forest? (from Repurposed Structures) +- betterend:sulphur_springs? (from Repurposed Structures) +- betterend:umbra_valley? (from Repurposed Structures) +- betterend:umbrella_jungle? (from Repurposed Structures) + +#biomemakeover:has_structure/reworked_mansion +- #biomemakeover:dark_forest (from Biome Makeover) + +#geodes:has_lapis_geode +- minecraft:desert (from More Geodes) +- #c:desert (from More Geodes) +- #forge:is_desert? (from More Geodes) + +#byg:is_sparse + +#c:is_lush +- minecraft:lush_caves (from Porting Lib Tags) + +#croptopia:has_crop/blackbean +- minecraft:forest (from Croptopia) +- minecraft:flower_forest (from Croptopia) +- minecraft:birch_forest (from Croptopia) +- minecraft:dark_forest (from Croptopia) +- minecraft:old_growth_birch_forest (from Croptopia) +- minecraft:grove (from Croptopia) + +#botania:marimorphosis_taiga_bonus +- #c:tree_coniferous (from Botania) +- #c:climate_cold (from Botania) +- #c:snowy (from Botania) + +#repurposed_structures:has_structure/temples/ocean +- #repurposed_structures:collections/deep_oceans (from Repurposed Structures) + +#repurposed_structures:has_structure/mineshafts/savanna +- #repurposed_structures:collections/savannas (from Repurposed Structures) + +#botania:mystical_mushroom_spawnlist +- #minecraft:is_overworld (from Botania) +- #minecraft:is_nether (from Botania) + +#bosses_of_mass_destruction:has_structure/void_blossom +- #minecraft:is_ocean (from Bosses of Mass Destruction (Beta)) +- #minecraft:is_river (from Bosses of Mass Destruction (Beta)) +- #minecraft:is_beach (from Bosses of Mass Destruction (Beta)) +- #minecraft:is_mountain (from Bosses of Mass Destruction (Beta)) +- #minecraft:is_hill (from Bosses of Mass Destruction (Beta)) +- #minecraft:is_taiga (from Bosses of Mass Destruction (Beta)) +- #minecraft:is_jungle (from Bosses of Mass Destruction (Beta)) +- #minecraft:is_forest (from Bosses of Mass Destruction (Beta)) +- minecraft:stony_shore (from Bosses of Mass Destruction (Beta)) +- minecraft:mushroom_fields (from Bosses of Mass Destruction (Beta)) +- minecraft:ice_spikes (from Bosses of Mass Destruction (Beta)) +- minecraft:windswept_savanna (from Bosses of Mass Destruction (Beta)) +- minecraft:desert (from Bosses of Mass Destruction (Beta)) +- minecraft:savanna (from Bosses of Mass Destruction (Beta)) +- minecraft:snowy_plains (from Bosses of Mass Destruction (Beta)) +- minecraft:plains (from Bosses of Mass Destruction (Beta)) +- minecraft:sunflower_plains (from Bosses of Mass Destruction (Beta)) +- minecraft:swamp (from Bosses of Mass Destruction (Beta)) +- minecraft:mangrove_swamp (from Bosses of Mass Destruction (Beta)) +- minecraft:savanna_plateau (from Bosses of Mass Destruction (Beta)) +- minecraft:dripstone_caves (from Bosses of Mass Destruction (Beta)) +- minecraft:lush_caves (from Bosses of Mass Destruction (Beta)) + +#structory:has_structure/outcast_villager_grassy +- minecraft:plains (from Structory) +- minecraft:savanna (from Structory) +- minecraft:sunflower_plains (from Structory) +- minecraft:forest (from Structory) +- minecraft:sparse_jungle (from Structory) +- minecraft:birch_forest (from Structory) +- minecraft:old_growth_birch_forest (from Structory) +- minecraft:old_growth_spruce_taiga (from Structory) +- minecraft:old_growth_pine_taiga (from Structory) +- #terralith:has_structure/fortified_village? (from Structory) + +#repurposed_structures:collections/snowy_mountains +- minecraft:snowy_slopes (from Repurposed Structures) +- wythers:snowy_peaks? (from Repurposed Structures) +- wythers:icy_crags? (from Repurposed Structures) +- wythers:icy_volcano? (from Repurposed Structures) + +#c:flower_forests +- minecraft:flower_forest (from Fabric Convention Tags) + +#byg:is_desert +- byg:atacama_desert (from Oh The Biomes You'll Go) +- byg:mojave_desert (from Oh The Biomes You'll Go) +- byg:windswept_desert (from Oh The Biomes You'll Go) + +#c:is_void +- minecraft:the_void (from Porting Lib Tags) + +#betterdungeons:has_structure/spider_dungeon +- #minecraft:is_mountain (from YUNG's Better Dungeons) +- #minecraft:is_badlands (from YUNG's Better Dungeons) +- #minecraft:is_hill (from YUNG's Better Dungeons) +- #minecraft:is_taiga (from YUNG's Better Dungeons) +- #minecraft:is_jungle (from YUNG's Better Dungeons) +- #forge:is_jungle? (from YUNG's Better Dungeons) +- #c:in_jungle? (from YUNG's Better Dungeons) +- #minecraft:is_forest (from YUNG's Better Dungeons) +- #forge:is_forest? (from YUNG's Better Dungeons) +- #c:forest? (from YUNG's Better Dungeons) +- minecraft:stony_shore (from YUNG's Better Dungeons) +- minecraft:mushroom_fields (from YUNG's Better Dungeons) +- #forge:is_mushroom? (from YUNG's Better Dungeons) +- #c:mushroom? (from YUNG's Better Dungeons) +- minecraft:ice_spikes (from YUNG's Better Dungeons) +- minecraft:frozen_peaks (from YUNG's Better Dungeons) +- #byg:is_icy? (from YUNG's Better Dungeons) +- #forge:is_icy? (from YUNG's Better Dungeons) +- #c:icy? (from YUNG's Better Dungeons) +- minecraft:desert (from YUNG's Better Dungeons) +- #forge:is_desert? (from YUNG's Better Dungeons) +- #c:desert? (from YUNG's Better Dungeons) +- minecraft:savanna (from YUNG's Better Dungeons) +- minecraft:savanna_plateau (from YUNG's Better Dungeons) +- minecraft:windswept_savanna (from YUNG's Better Dungeons) +- #forge:is_savanna? (from YUNG's Better Dungeons) +- #c:savanna? (from YUNG's Better Dungeons) +- #minecraft:is_badlands (from YUNG's Better Dungeons) +- #forge:is_mesa? (from YUNG's Better Dungeons) +- #c:in_mesa? (from YUNG's Better Dungeons) +- #forge:is_badlands? (from YUNG's Better Dungeons) +- #c:badlands? (from YUNG's Better Dungeons) +- minecraft:snowy_plains (from YUNG's Better Dungeons) +- minecraft:plains (from YUNG's Better Dungeons) +- #c:plains? (from YUNG's Better Dungeons) +- minecraft:sunflower_plains (from YUNG's Better Dungeons) +- minecraft:snowy_taiga (from YUNG's Better Dungeons) +- minecraft:snowy_slopes (from YUNG's Better Dungeons) +- minecraft:jagged_peaks (from YUNG's Better Dungeons) +- minecraft:swamp (from YUNG's Better Dungeons) +- minecraft:dripstone_caves (from YUNG's Better Dungeons) +- minecraft:lush_caves (from YUNG's Better Dungeons) + +#minecraft:is_overworld +- minecraft:mushroom_fields (from Default) +- minecraft:deep_frozen_ocean (from Default) +- minecraft:frozen_ocean (from Default) +- minecraft:deep_cold_ocean (from Default) +- minecraft:cold_ocean (from Default) +- minecraft:deep_ocean (from Default) +- minecraft:ocean (from Default) +- minecraft:deep_lukewarm_ocean (from Default) +- minecraft:lukewarm_ocean (from Default) +- minecraft:warm_ocean (from Default) +- minecraft:stony_shore (from Default) +- minecraft:swamp (from Default) +- minecraft:mangrove_swamp (from Default) +- minecraft:snowy_slopes (from Default) +- minecraft:snowy_plains (from Default) +- minecraft:snowy_beach (from Default) +- minecraft:windswept_gravelly_hills (from Default) +- minecraft:grove (from Default) +- minecraft:windswept_hills (from Default) +- minecraft:snowy_taiga (from Default) +- minecraft:windswept_forest (from Default) +- minecraft:taiga (from Default) +- minecraft:plains (from Default) +- minecraft:meadow (from Default) +- minecraft:beach (from Default) +- minecraft:forest (from Default) +- minecraft:old_growth_spruce_taiga (from Default) +- minecraft:flower_forest (from Default) +- minecraft:birch_forest (from Default) +- minecraft:dark_forest (from Default) +- minecraft:savanna_plateau (from Default) +- minecraft:savanna (from Default) +- minecraft:jungle (from Default) +- minecraft:badlands (from Default) +- minecraft:desert (from Default) +- minecraft:wooded_badlands (from Default) +- minecraft:jagged_peaks (from Default) +- minecraft:stony_peaks (from Default) +- minecraft:frozen_river (from Default) +- minecraft:river (from Default) +- minecraft:ice_spikes (from Default) +- minecraft:old_growth_pine_taiga (from Default) +- minecraft:sunflower_plains (from Default) +- minecraft:old_growth_birch_forest (from Default) +- minecraft:sparse_jungle (from Default) +- minecraft:bamboo_jungle (from Default) +- minecraft:eroded_badlands (from Default) +- minecraft:windswept_savanna (from Default) +- minecraft:frozen_peaks (from Default) +- minecraft:dripstone_caves (from Default) +- minecraft:lush_caves (from Default) +- minecraft:deep_dark (from Default) +- #byg:is_overworld (from Oh The Biomes You'll Go) + +#minecraft:has_structure/village_savanna +- minecraft:savanna (from Default) +- #byg:has_structure/village_savanna (from Oh The Biomes You'll Go) + +#croptopia:has_crop/blueberry +- minecraft:forest (from Croptopia) +- minecraft:flower_forest (from Croptopia) +- minecraft:birch_forest (from Croptopia) +- minecraft:dark_forest (from Croptopia) +- minecraft:old_growth_birch_forest (from Croptopia) +- minecraft:old_growth_pine_taiga (from Croptopia) +- minecraft:old_growth_spruce_taiga (from Croptopia) +- minecraft:taiga (from Croptopia) +- minecraft:snowy_taiga (from Croptopia) +- minecraft:grove (from Croptopia) + +#c:mountain_slope +- #byg:is_slope (from Oh The Biomes You'll Go) +- minecraft:snowy_slopes (from Fabric Convention Tags) + +#repurposed_structures:has_structure/witch_huts/giant_tree_taiga +- #repurposed_structures:collections/giant_taigas (from Repurposed Structures) + +#byg:is_sandy +- byg:mojave_desert (from Oh The Biomes You'll Go) + +#spectrum:has_structure/underground_structures +- #minecraft:is_overworld (from Spectrum) + +#repurposed_structures:has_structure/ruins/nether +- #repurposed_structures:collections/nether (from Repurposed Structures) + +#repurposed_structures:has_structure/outposts/snowy +- #repurposed_structures:collections/snowy_plains (from Repurposed Structures) +- #repurposed_structures:collections/snowy_forests (from Repurposed Structures) + +#c:is_icy +- #byg:is_icy (from Oh The Biomes You'll Go) + +#byg:is_cold +- byg:canadian_shield (from Oh The Biomes You'll Go) +- byg:cika_woods (from Oh The Biomes You'll Go) +- byg:coniferous_forest (from Oh The Biomes You'll Go) +- byg:dacite_ridges (from Oh The Biomes You'll Go) +- byg:cardinal_tundra (from Oh The Biomes You'll Go) +- byg:maple_taiga (from Oh The Biomes You'll Go) +- byg:coconino_meadow (from Oh The Biomes You'll Go) +- byg:autumnal_forest (from Oh The Biomes You'll Go) +- byg:autumnal_taiga (from Oh The Biomes You'll Go) +- byg:twilight_meadow (from Oh The Biomes You'll Go) +- byg:weeping_witch_forest (from Oh The Biomes You'll Go) +- byg:zelkova_forest (from Oh The Biomes You'll Go) + +#repurposed_structures:has_structure/pyramids/jungle +- #repurposed_structures:collections/jungles (from Repurposed Structures) + +#croptopia:has_crop/pepper +- minecraft:plains (from Croptopia) +- minecraft:sunflower_plains (from Croptopia) + +#repurposed_structures:collections/nether_souls +- minecraft:soul_sand_valley (from Repurposed Structures) +- betternether:soul_plain? (from Repurposed Structures) +- betternether:wart_forest? (from Repurposed Structures) +- betternether:wart_forest_edge? (from Repurposed Structures) +- betternether:poor_nether_grasslands? (from Repurposed Structures) +- betternether:nether_grasslands? (from Repurposed Structures) + +#byg:has_structure/pillager_outpost +- #byg:is_overworld (from Oh The Biomes You'll Go) + +#repurposed_structures:collections/nether +- #minecraft:is_nether (from Repurposed Structures) +- #forge:is_nether? (from Repurposed Structures) +- #c:nether? (from Repurposed Structures) +- #c:in_nether? (from Repurposed Structures) +- betternether:bone_reef? (from Repurposed Structures) +- betternether:crimson_glowing_woods? (from Repurposed Structures) +- betternether:crimson_pinewood? (from Repurposed Structures) +- betternether:flooded_deltas? (from Repurposed Structures) +- betternether:gravel_desert? (from Repurposed Structures) +- betternether:magma_land? (from Repurposed Structures) +- betternether:nether_grasslands? (from Repurposed Structures) +- betternether:nether_jungle? (from Repurposed Structures) +- betternether:nether_mushroom_forest? (from Repurposed Structures) +- betternether:nether_mushroom_forest_edge? (from Repurposed Structures) +- betternether:nether_swampland? (from Repurposed Structures) +- betternether:nether_swampland_terraces? (from Repurposed Structures) +- betternether:old_fungiwoods? (from Repurposed Structures) +- betternether:old_swampland? (from Repurposed Structures) +- betternether:old_warped_woods? (from Repurposed Structures) +- betternether:poor_nether_grasslands? (from Repurposed Structures) +- betternether:soul_plain? (from Repurposed Structures) +- betternether:sulfuric_bone_reef? (from Repurposed Structures) +- betternether:upside_down_forest? (from Repurposed Structures) +- betternether:upside_down_forest_cleared? (from Repurposed Structures) +- betternether:wart_forest? (from Repurposed Structures) +- betternether:wart_forest_edge? (from Repurposed Structures) + +#minecraft:without_wandering_trader_spawns +- minecraft:the_void (from Default) +- #twilightforest:in_twilight_forest (from The Twilight Forest) + +#minecraft:has_structure/ruined_portal_desert +- minecraft:desert (from Default) + +#byg:is_beach +- byg:basalt_barrera (from Oh The Biomes You'll Go) +- byg:dacite_shore (from Oh The Biomes You'll Go) +- byg:rainbow_beach (from Oh The Biomes You'll Go) + +#bettermineshafts:has_structure/better_mineshaft_desert +- minecraft:desert (from YUNG's Better Mineshafts) +- #forge:is_desert? (from YUNG's Better Mineshafts) +- #c:desert? (from YUNG's Better Mineshafts) +- terralith:lush_desert? (from YUNG's Better Mineshafts) +- biomesoplenty:lush_desert? (from YUNG's Better Mineshafts) +- projectvibrantjourneys:desert_shrubland? (from YUNG's Better Mineshafts) +- projectvibrantjourneys:verdant_sands? (from YUNG's Better Mineshafts) + +#geodes:has_diamond_geode +- #minecraft:is_overworld (from More Geodes) +- #terralith:all_terralith_biomes? (from More Geodes) +- #c:in_overworld? (from More Geodes) + +#the_bumblezone:has_structure/throne_pillar +- #the_bumblezone:sugar_water (from The Bumblezone - Fabric) +- #the_bumblezone:crystal_canyon (from The Bumblezone - Fabric) + +#rottencreatures:dead_beard_whitelist +- #minecraft:has_structure/shipwreck_beached? (from Rotten Creatures) + +#repurposed_structures:has_structure/shipwrecks/crimson +- #repurposed_structures:collections/nether_crimson_forests (from Repurposed Structures) + +#byg:has_structure/igloo +- byg:shattered_glacier (from Oh The Biomes You'll Go) + +#twilightforest:valid_quest_grove_biomes +- twilightforest:enchanted_forest (from The Twilight Forest) + +#bettermineshafts:has_structure/better_mineshaft_jungle +- #minecraft:is_jungle (from YUNG's Better Mineshafts) +- #forge:is_jungle? (from YUNG's Better Mineshafts) +- #c:in_jungle? (from YUNG's Better Mineshafts) + +#croptopia:has_crop/broccoli +- minecraft:plains (from Croptopia) +- minecraft:sunflower_plains (from Croptopia) + +#c:climate_dry +- #byg:is_dry (from Oh The Biomes You'll Go) +- #c:in_nether? (from Fabric Convention Tags) +- #c:badlands? (from Fabric Convention Tags) +- #c:desert? (from Fabric Convention Tags) +- #c:savanna? (from Fabric Convention Tags) + +#repurposed_structures:has_structure/pyramids/giant_tree_taiga +- #repurposed_structures:collections/giant_taigas (from Repurposed Structures) + +#snowyspirit:has_wild_ginger_dense +- minecraft:sparse_jungle (from Snowy Spirit) + +#twilightforest:valid_labyrinth_biomes +- twilightforest:swamp (from The Twilight Forest) + +#repurposed_structures:collections/nether_basalts +- minecraft:basalt_deltas (from Repurposed Structures) +- betternether:flooded_deltas? (from Repurposed Structures) +- betternether:gravel_desert? (from Repurposed Structures) +- betternether:magma_land? (from Repurposed Structures) + +#repurposed_structures:collections/stony_shores +- minecraft:stony_shore (from Repurposed Structures) +- terralith:gravel_desert? (from Repurposed Structures) +- biomesoplenty:cold_desert? (from Repurposed Structures) +- #c:stony_shores? (from Repurposed Structures) + +#minecraft:spawns_warm_variant_frogs +- minecraft:desert (from Default) +- minecraft:warm_ocean (from Default) +- #minecraft:is_jungle (from Default) +- #minecraft:is_savanna (from Default) +- #minecraft:is_nether (from Default) +- #minecraft:is_badlands (from Default) +- minecraft:mangrove_swamp (from Default) +- twilightforest:oak_savannah (from The Twilight Forest) +- twilightforest:fire_swamp (from The Twilight Forest) + +#minecraft:mineshaft_blocking +- minecraft:deep_dark (from Default) + +#the_bumblezone:has_structure/pollinated_stream +- #the_bumblezone:pollinated (from The Bumblezone - Fabric) + +#byg:is_forest +- byg:aspen_forest (from Oh The Biomes You'll Go) +- byg:autumnal_forest (from Oh The Biomes You'll Go) +- byg:cherry_blossom_forest (from Oh The Biomes You'll Go) +- byg:cika_woods (from Oh The Biomes You'll Go) +- byg:ebony_woods (from Oh The Biomes You'll Go) +- byg:forgotten_forest (from Oh The Biomes You'll Go) +- byg:fragment_forest (from Oh The Biomes You'll Go) +- byg:jacaranda_forest (from Oh The Biomes You'll Go) +- byg:orchard (from Oh The Biomes You'll Go) +- byg:red_oak_forest (from Oh The Biomes You'll Go) +- byg:redwood_thicket (from Oh The Biomes You'll Go) +- byg:temperate_grove (from Oh The Biomes You'll Go) +- byg:temperate_rainforest (from Oh The Biomes You'll Go) +- byg:zelkova_forest (from Oh The Biomes You'll Go) + +#repurposed_structures:has_structure/dungeons/badlands +- #repurposed_structures:collections/badlands (from Repurposed Structures) + +#bettermineshafts:has_structure/better_mineshaft_spruce +- #minecraft:is_taiga (from YUNG's Better Mineshafts) +- terralith:cloud_forest? (from YUNG's Better Mineshafts) +- terralith:forested_highlands? (from YUNG's Better Mineshafts) +- terralith:lavender_forest? (from YUNG's Better Mineshafts) +- terralith:lavender_valley? (from YUNG's Better Mineshafts) +- terralith:moonlight_grove? (from YUNG's Better Mineshafts) +- terralith:moonlight_valley? (from YUNG's Better Mineshafts) +- terralith:shrubland? (from YUNG's Better Mineshafts) +- biomesoplenty:jade_cliffs? (from YUNG's Better Mineshafts) +- biomesoplenty:mediterranean_taiga? (from YUNG's Better Mineshafts) +- biomesoplenty:dead_forest? (from YUNG's Better Mineshafts) +- biomesoplenty:old_growth_dead_forest? (from YUNG's Better Mineshafts) +- byg:autumnal_taiga? (from YUNG's Better Mineshafts) +- byg:canadian_shield? (from YUNG's Better Mineshafts) +- byg:maple_taiga? (from YUNG's Better Mineshafts) +- projectvibrantjourneys:boreal_forest? (from YUNG's Better Mineshafts) +- projectvibrantjourneys:crystal_lakes? (from YUNG's Better Mineshafts) + +#croptopia:has_crop/elderberry +- minecraft:forest (from Croptopia) +- minecraft:flower_forest (from Croptopia) +- minecraft:birch_forest (from Croptopia) +- minecraft:dark_forest (from Croptopia) +- minecraft:old_growth_birch_forest (from Croptopia) +- minecraft:grove (from Croptopia) + +#minecraft:has_structure/village_snowy +- minecraft:snowy_plains (from Default) +- #byg:has_structure/village_snowy (from Oh The Biomes You'll Go) + +#byg:is_jungle +- byg:crag_gardens (from Oh The Biomes You'll Go) +- byg:guiana_shield (from Oh The Biomes You'll Go) + +#c:taiga +- #byg:is_taiga (from Oh The Biomes You'll Go) +- #minecraft:is_taiga? (from Fabric Convention Tags) + +#byg:is_ocean +- byg:dead_sea (from Oh The Biomes You'll Go) +- byg:lush_stacks (from Oh The Biomes You'll Go) + +#archeology:has_structure/excavation_site_plains +- #minecraft:is_forest (from CapsLock Archeology Mod) +- minecraft:plains (from CapsLock Archeology Mod) +- minecraft:sunflower_plains (from CapsLock Archeology Mod) +- minecraft:savanna (from CapsLock Archeology Mod) +- minecraft:savanna_plateau (from CapsLock Archeology Mod) +- minecraft:windswept_savanna (from CapsLock Archeology Mod) + +#botania:marimorphosis_swamp_bonus +- #c:swamp (from Botania) +- #c:jungle (from Botania) + +#dungeons_arise:has_structure/mining_system_biomes +- #minecraft:is_jungle (from When Dungeons Arise) +- #minecraft:is_forest (from When Dungeons Arise) +- #minecraft:is_taiga (from When Dungeons Arise) +- minecraft:desert (from When Dungeons Arise) +- minecraft:plains (from When Dungeons Arise) +- minecraft:snowy_plains (from When Dungeons Arise) +- minecraft:sunflower_plains (from When Dungeons Arise) +- minecraft:savanna (from When Dungeons Arise) +- minecraft:savanna_plateau (from When Dungeons Arise) +- minecraft:windswept_savanna (from When Dungeons Arise) +- #minecraft:has_structure/pillager_outpost (from When Dungeons Arise) +- #minecraft:has_structure/mineshaft (from When Dungeons Arise) + +#repurposed_structures:has_structure/dungeons/icy +- #repurposed_structures:collections/icy (from Repurposed Structures) + +#rottencreatures:burned_whitelist +- minecraft:nether_wastes (from Rotten Creatures) + +#structory:has_structure/boat +- minecraft:ocean (from Structory) +- minecraft:cold_ocean (from Structory) +- minecraft:lukewarm_ocean (from Structory) +- minecraft:deep_ocean (from Structory) +- minecraft:deep_cold_ocean (from Structory) +- minecraft:deep_lukewarm_ocean (from Structory) +- minecraft:warm_ocean (from Structory) + +#dungeons_arise:has_structure/undead_pirate_ship_biomes +- #minecraft:is_ocean (from When Dungeons Arise) + +#c:is_sparse/overworld +- minecraft:windswept_forest (from Porting Lib Tags) +- minecraft:savanna (from Porting Lib Tags) +- minecraft:savanna_plateau (from Porting Lib Tags) +- minecraft:wooded_badlands (from Porting Lib Tags) +- minecraft:snowy_slopes (from Porting Lib Tags) +- minecraft:jagged_peaks (from Porting Lib Tags) +- minecraft:frozen_peaks (from Porting Lib Tags) +- minecraft:windswept_gravelly_hills (from Porting Lib Tags) +- minecraft:windswept_savanna (from Porting Lib Tags) +- minecraft:eroded_badlands (from Porting Lib Tags) +- minecraft:dripstone_caves (from Porting Lib Tags) + +#bettermineshafts:has_structure/better_mineshaft_overgrown +- #minecraft:is_forest (from YUNG's Better Mineshafts) +- #forge:is_forest? (from YUNG's Better Mineshafts) +- #c:forest? (from YUNG's Better Mineshafts) +- byg:red_oak_forest? (from YUNG's Better Mineshafts) +- byg:temperate_rainforest? (from YUNG's Better Mineshafts) +- byg:orchard? (from YUNG's Better Mineshafts) +- byg:autumnal_forest? (from YUNG's Better Mineshafts) +- byg:cherry_blossom_forest? (from YUNG's Better Mineshafts) +- biomesoplenty:cherry_blossom_grove? (from YUNG's Better Mineshafts) +- biomesoplenty:orchard? (from YUNG's Better Mineshafts) +- biomesoplenty:seasonal_forest? (from YUNG's Better Mineshafts) +- biomesoplenty:woodland? (from YUNG's Better Mineshafts) +- biomesoplenty:old_growth_woodland? (from YUNG's Better Mineshafts) +- magicalforest:magical_forest? (from YUNG's Better Mineshafts) + +#yungsbridges:collections/jungle +- #minecraft:is_jungle (from YUNG's Bridges) +- #forge:is_jungle? (from YUNG's Bridges) +- #c:in_jungle? (from YUNG's Bridges) + +#minecraft:reduce_water_ambient_spawns +- #minecraft:is_river (from Default) + +#the_bumblezone:has_structure/hanging_garden +- #the_bumblezone:sugar_water (from The Bumblezone - Fabric) +- #the_bumblezone:crystal_canyon (from The Bumblezone - Fabric) +- the_bumblezone:pollinated_fields (from The Bumblezone - Fabric) diff --git a/kubejs/exported/tags/minecraft/worldgen/biome_source.txt b/kubejs/exported/tags/minecraft/worldgen/biome_source.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/worldgen/biome_source.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/worldgen/block_state_provider_type.txt b/kubejs/exported/tags/minecraft/worldgen/block_state_provider_type.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/worldgen/block_state_provider_type.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/worldgen/carver.txt b/kubejs/exported/tags/minecraft/worldgen/carver.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/worldgen/carver.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/worldgen/chunk_generator.txt b/kubejs/exported/tags/minecraft/worldgen/chunk_generator.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/worldgen/chunk_generator.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/worldgen/configured_carver.txt b/kubejs/exported/tags/minecraft/worldgen/configured_carver.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/worldgen/configured_carver.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/worldgen/configured_feature.txt b/kubejs/exported/tags/minecraft/worldgen/configured_feature.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/worldgen/configured_feature.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/worldgen/density_function.txt b/kubejs/exported/tags/minecraft/worldgen/density_function.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/worldgen/density_function.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/worldgen/density_function_type.txt b/kubejs/exported/tags/minecraft/worldgen/density_function_type.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/worldgen/density_function_type.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/worldgen/feature.txt b/kubejs/exported/tags/minecraft/worldgen/feature.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/worldgen/feature.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/worldgen/feature_size_type.txt b/kubejs/exported/tags/minecraft/worldgen/feature_size_type.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/worldgen/feature_size_type.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/worldgen/flat_level_generator_preset.txt b/kubejs/exported/tags/minecraft/worldgen/flat_level_generator_preset.txt new file mode 100644 index 0000000..4968783 --- /dev/null +++ b/kubejs/exported/tags/minecraft/worldgen/flat_level_generator_preset.txt @@ -0,0 +1,12 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM + +#minecraft:visible +- minecraft:classic_flat (from Default) +- minecraft:tunnelers_dream (from Default) +- minecraft:water_world (from Default) +- minecraft:overworld (from Default) +- minecraft:snowy_kingdom (from Default) +- minecraft:bottomless_pit (from Default) +- minecraft:desert (from Default) +- minecraft:redstone_ready (from Default) +- minecraft:the_void (from Default) diff --git a/kubejs/exported/tags/minecraft/worldgen/foliage_placer_type.txt b/kubejs/exported/tags/minecraft/worldgen/foliage_placer_type.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/worldgen/foliage_placer_type.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/worldgen/material_condition.txt b/kubejs/exported/tags/minecraft/worldgen/material_condition.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/worldgen/material_condition.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/worldgen/material_rule.txt b/kubejs/exported/tags/minecraft/worldgen/material_rule.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/worldgen/material_rule.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/worldgen/noise.txt b/kubejs/exported/tags/minecraft/worldgen/noise.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/worldgen/noise.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/worldgen/noise_settings.txt b/kubejs/exported/tags/minecraft/worldgen/noise_settings.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/worldgen/noise_settings.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/worldgen/placed_feature.txt b/kubejs/exported/tags/minecraft/worldgen/placed_feature.txt new file mode 100644 index 0000000..123af6b --- /dev/null +++ b/kubejs/exported/tags/minecraft/worldgen/placed_feature.txt @@ -0,0 +1,4 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM + +#the_bumblezone:productive_bees_combs +- the_bumblezone:productivebees_be_comb_placed_feature? (from The Bumblezone - Fabric) diff --git a/kubejs/exported/tags/minecraft/worldgen/placement_modifier_type.txt b/kubejs/exported/tags/minecraft/worldgen/placement_modifier_type.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/worldgen/placement_modifier_type.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/worldgen/processor_list.txt b/kubejs/exported/tags/minecraft/worldgen/processor_list.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/worldgen/processor_list.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/worldgen/root_placer_type.txt b/kubejs/exported/tags/minecraft/worldgen/root_placer_type.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/worldgen/root_placer_type.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/worldgen/structure.txt b/kubejs/exported/tags/minecraft/worldgen/structure.txt new file mode 100644 index 0000000..b558cf8 --- /dev/null +++ b/kubejs/exported/tags/minecraft/worldgen/structure.txt @@ -0,0 +1,581 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM + +#repurposed_structures:collections/villages +- repurposed_structures:village_badlands (from Repurposed Structures) +- repurposed_structures:village_birch (from Repurposed Structures) +- repurposed_structures:village_crimson (from Repurposed Structures) +- repurposed_structures:village_dark_forest (from Repurposed Structures) +- repurposed_structures:village_giant_taiga (from Repurposed Structures) +- repurposed_structures:village_jungle (from Repurposed Structures) +- repurposed_structures:village_mountains (from Repurposed Structures) +- repurposed_structures:village_mushroom (from Repurposed Structures) +- repurposed_structures:village_oak (from Repurposed Structures) +- repurposed_structures:village_swamp (from Repurposed Structures) +- repurposed_structures:village_warped (from Repurposed Structures) + +#repurposed_structures:collections/temples +- repurposed_structures:temple_nether_basalt (from Repurposed Structures) +- repurposed_structures:temple_nether_crimson (from Repurposed Structures) +- repurposed_structures:temple_nether_soul (from Repurposed Structures) +- repurposed_structures:temple_nether_warped (from Repurposed Structures) +- repurposed_structures:temple_nether_wasteland (from Repurposed Structures) +- repurposed_structures:temple_taiga (from Repurposed Structures) +- repurposed_structures:temple_ocean (from Repurposed Structures) + +#the_bumblezone:wrath_causing +- the_bumblezone:cell_maze (from The Bumblezone - Fabric) + +#archeology:excavation_site +- archeology:excavation_site_plains (from CapsLock Archeology Mod) +- archeology:excavation_site_desert (from CapsLock Archeology Mod) +- archeology:excavation_site_mangrove (from CapsLock Archeology Mod) +- archeology:excavation_site_snow (from CapsLock Archeology Mod) + +#repurposed_structures:collections/shipwrecks +- repurposed_structures:shipwreck_crimson (from Repurposed Structures) +- repurposed_structures:shipwreck_end (from Repurposed Structures) +- repurposed_structures:shipwreck_nether_bricks (from Repurposed Structures) +- repurposed_structures:shipwreck_warped (from Repurposed Structures) + +#repurposed_structures:explorer_maps/end_city +- minecraft:end_city (from Repurposed Structures) + +#ctov:village_swamp +- ctov:large/village_swamp (from ChoiceTheorem's Overhauled Villages) +- ctov:medium/village_swamp (from ChoiceTheorem's Overhauled Villages) +- ctov:small/village_swamp (from ChoiceTheorem's Overhauled Villages) + +#ctov:village_dark_forest +- ctov:large/village_dark_forest (from ChoiceTheorem's Overhauled Villages) +- ctov:medium/village_dark_forest (from ChoiceTheorem's Overhauled Villages) +- ctov:small/village_dark_forest (from ChoiceTheorem's Overhauled Villages) + +#the_bumblezone:honey_compass_throne_locating +- the_bumblezone:throne_pillar (from The Bumblezone - Fabric) + +#repurposed_structures:collections/cities +- repurposed_structures:city_overworld (from Repurposed Structures) +- repurposed_structures:city_nether (from Repurposed Structures) + +#spectrum:pedestal_ruins +- spectrum:pedestal_ruins_stone (from Spectrum) +- spectrum:pedestal_ruins_deepslate (from Spectrum) + +#minecraft:on_treasure_maps +- minecraft:buried_treasure (from Default) + +#morevillagers:on_mineshaft_explorer_maps +- #bettermineshafts:better_mineshafts (from YUNG's Better Mineshafts) +- minecraft:mineshaft (from More Villagers) + +#ctov:pillager_outpost +- ctov:pillager_outpost_beach (from ChoiceTheorem's Overhauled Villages) +- ctov:pillager_outpost_dark_forest (from ChoiceTheorem's Overhauled Villages) +- ctov:pillager_outpost_desert (from ChoiceTheorem's Overhauled Villages) +- ctov:pillager_outpost_jungle (from ChoiceTheorem's Overhauled Villages) +- ctov:pillager_outpost_mesa (from ChoiceTheorem's Overhauled Villages) +- ctov:pillager_outpost_mountain (from ChoiceTheorem's Overhauled Villages) +- ctov:pillager_outpost_plains (from ChoiceTheorem's Overhauled Villages) +- ctov:pillager_outpost_savanna (from ChoiceTheorem's Overhauled Villages) +- ctov:pillager_outpost_snowy (from ChoiceTheorem's Overhauled Villages) +- ctov:pillager_outpost_swamp (from ChoiceTheorem's Overhauled Villages) +- ctov:pillager_outpost_taiga (from ChoiceTheorem's Overhauled Villages) +- minecraft:pillager_outpost (from ChoiceTheorem's Overhauled Villages) + +#the_bumblezone:honey_compass_from_hive_temple +- the_bumblezone:hanging_garden (from The Bumblezone - Fabric) + +#repurposed_structures:collections/strongholds +- repurposed_structures:stronghold_nether (from Repurposed Structures) +- repurposed_structures:stronghold_end (from Repurposed Structures) + +#repurposed_structures:collections/pyramids +- repurposed_structures:pyramid_badlands (from Repurposed Structures) +- repurposed_structures:pyramid_dark_forest (from Repurposed Structures) +- repurposed_structures:pyramid_end (from Repurposed Structures) +- repurposed_structures:pyramid_flower_forest (from Repurposed Structures) +- repurposed_structures:pyramid_giant_tree_taiga (from Repurposed Structures) +- repurposed_structures:pyramid_icy (from Repurposed Structures) +- repurposed_structures:pyramid_jungle (from Repurposed Structures) +- repurposed_structures:pyramid_mushroom (from Repurposed Structures) +- repurposed_structures:pyramid_nether (from Repurposed Structures) +- repurposed_structures:pyramid_ocean (from Repurposed Structures) +- repurposed_structures:pyramid_snowy (from Repurposed Structures) + +#morevillagers:on_end_city_explorer_maps +- minecraft:end_city (from More Villagers) + +#ctov:village_plains +- ctov:large/village_plains (from ChoiceTheorem's Overhauled Villages) +- ctov:medium/village_plains (from ChoiceTheorem's Overhauled Villages) +- ctov:small/village_plains (from ChoiceTheorem's Overhauled Villages) + +#ctov:large_village +- ctov:large/village_beach (from ChoiceTheorem's Overhauled Villages) +- ctov:large/village_dark_forest (from ChoiceTheorem's Overhauled Villages) +- ctov:large/village_jungle (from ChoiceTheorem's Overhauled Villages) +- ctov:large/village_mesa (from ChoiceTheorem's Overhauled Villages) +- ctov:large/village_mountain (from ChoiceTheorem's Overhauled Villages) +- ctov:large/village_mushroom (from ChoiceTheorem's Overhauled Villages) +- ctov:large/village_swamp (from ChoiceTheorem's Overhauled Villages) +- ctov:large/village_desert (from ChoiceTheorem's Overhauled Villages) +- ctov:large/village_plains (from ChoiceTheorem's Overhauled Villages) +- ctov:large/village_savanna (from ChoiceTheorem's Overhauled Villages) +- ctov:large/village_snowy (from ChoiceTheorem's Overhauled Villages) +- ctov:large/village_taiga (from ChoiceTheorem's Overhauled Villages) + +#repurposed_structures:spawn_black_cats +- #repurposed_structures:collections/witch_huts (from Repurposed Structures) + +#the_bumblezone:honey_compass_default_locating +- the_bumblezone:cell_maze (from The Bumblezone - Fabric) + +#repurposed_structures:less_jungle_bushes +- repurposed_structures:outpost_jungle (from Repurposed Structures) +- repurposed_structures:village_jungle (from Repurposed Structures) + +#betterdeserttemples:applies_mining_fatigue +- betterdeserttemples:desert_temple (from YUNG's Better Desert Temples) + +#morevillagers:on_ancient_city_explorer_maps +- minecraft:ancient_city (from More Villagers) + +#pneumaticcraft:no_oil_lakes +- repurposed_structures:bastion_underground (from Repurposed Structures) +- #repurposed_structures:collections/villages (from Repurposed Structures) +- #repurposed_structures:collections/mansions (from Repurposed Structures) +- #repurposed_structures:collections/witch_huts (from Repurposed Structures) + +#repurposed_structures:collections/fortresses +- repurposed_structures:fortress_jungle (from Repurposed Structures) + +#betterdungeons:better_dungeons +- betterdungeons:small_dungeon (from YUNG's Better Dungeons) +- betterdungeons:spider_dungeon (from YUNG's Better Dungeons) +- betterdungeons:skeleton_dungeon (from YUNG's Better Dungeons) +- betterdungeons:zombie_dungeon (from YUNG's Better Dungeons) +- betterdungeons:small_nether_dungeon (from YUNG's Better Dungeons) + +#betteroceanmonuments:better_ocean_monuments +- betteroceanmonuments:ocean_monument (from YUNG's Better Ocean Monuments) + +#minecraft:on_ocean_explorer_maps +- minecraft:monument (from Default) +- betteroceanmonuments:ocean_monument (from YUNG's Better Ocean Monuments) + +#morevillagers:on_pillager_outpost_explorer_maps +- minecraft:pillager_outpost (from More Villagers) + +#morevillagers:on_fortress_explorer_maps +- minecraft:fortress (from More Villagers) + +#repurposed_structures:collections/witch_huts +- repurposed_structures:witch_hut_birch (from Repurposed Structures) +- repurposed_structures:witch_hut_dark_forest (from Repurposed Structures) +- repurposed_structures:witch_hut_giant_tree_taiga (from Repurposed Structures) +- repurposed_structures:witch_hut_oak (from Repurposed Structures) +- repurposed_structures:witch_hut_taiga (from Repurposed Structures) +- repurposed_structures:witch_hut_mangrove (from Repurposed Structures) + +#repurposed_structures:collections/ruined_portals +- repurposed_structures:ruined_portal_end (from Repurposed Structures) + +#minecraft:ruined_portal +- minecraft:ruined_portal_desert (from Default) +- minecraft:ruined_portal_jungle (from Default) +- minecraft:ruined_portal_mountain (from Default) +- minecraft:ruined_portal_nether (from Default) +- minecraft:ruined_portal_ocean (from Default) +- minecraft:ruined_portal (from Default) +- minecraft:ruined_portal_swamp (from Default) +- #repurposed_structures:collections/ruined_portals (from Repurposed Structures) + +#the_bumblezone:bee_queen_mining_fatigue +- the_bumblezone:throne_pillar (from The Bumblezone - Fabric) + +#minecraft:village +- minecraft:village_plains (from Default) +- minecraft:village_desert (from Default) +- minecraft:village_savanna (from Default) +- minecraft:village_snowy (from Default) +- minecraft:village_taiga (from Default) +- #ctov:large_village (from ChoiceTheorem's Overhauled Villages) +- #ctov:medium_village (from ChoiceTheorem's Overhauled Villages) +- #ctov:small_village (from ChoiceTheorem's Overhauled Villages) +- #repurposed_structures:collections/villages (from Repurposed Structures) + +#ctov:village_taiga +- ctov:large/village_taiga (from ChoiceTheorem's Overhauled Villages) +- ctov:medium/village_taiga (from ChoiceTheorem's Overhauled Villages) +- ctov:small/village_taiga (from ChoiceTheorem's Overhauled Villages) + +#repurposed_structures:no_basalt +- repurposed_structures:mineshaft_nether (from Repurposed Structures) +- repurposed_structures:mineshaft_crimson (from Repurposed Structures) +- repurposed_structures:mineshaft_warped (from Repurposed Structures) +- repurposed_structures:temple_nether_basalt (from Repurposed Structures) +- repurposed_structures:shipwreck_nether_bricks (from Repurposed Structures) +- repurposed_structures:outpost_nether_brick (from Repurposed Structures) +- repurposed_structures:village_crimson (from Repurposed Structures) +- repurposed_structures:village_warped (from Repurposed Structures) +- repurposed_structures:ruins_nether (from Repurposed Structures) +- repurposed_structures:ancient_city_nether (from Repurposed Structures) + +#supplementaries:adventure_map_destinations +- #minecraft:village (from Supplementaries) +- #minecraft:shipwreck (from Supplementaries) +- #minecraft:mineshaft (from Supplementaries) +- #minecraft:ocean_ruin (from Supplementaries) +- #minecraft:ruined_portal (from Supplementaries) +- minecraft:swamp_hut (from Supplementaries) +- minecraft:bastion_remnant (from Supplementaries) +- minecraft:jungle_pyramid (from Supplementaries) +- minecraft:desert_pyramid (from Supplementaries) +- minecraft:pillager_outpost (from Supplementaries) +- minecraft:igloo (from Supplementaries) +- minecraft:end_city (from Supplementaries) + +#repurposed_structures:collections/ruins +- repurposed_structures:ruins_land_icy (from Repurposed Structures) +- repurposed_structures:ruins_land_cold (from Repurposed Structures) +- repurposed_structures:ruins_land_warm (from Repurposed Structures) +- repurposed_structures:ruins_land_hot (from Repurposed Structures) +- repurposed_structures:ruins_nether (from Repurposed Structures) + +#minecraft:mineshaft +- minecraft:mineshaft (from Default) +- minecraft:mineshaft_mesa (from Default) +- bettermineshafts:mineshaft_acacia (from YUNG's Better Mineshafts) +- bettermineshafts:mineshaft_desert (from YUNG's Better Mineshafts) +- bettermineshafts:mineshaft_ice (from YUNG's Better Mineshafts) +- bettermineshafts:mineshaft_jungle (from YUNG's Better Mineshafts) +- bettermineshafts:mineshaft_lush (from YUNG's Better Mineshafts) +- bettermineshafts:mineshaft_mesa (from YUNG's Better Mineshafts) +- bettermineshafts:mineshaft_mushroom (from YUNG's Better Mineshafts) +- bettermineshafts:mineshaft_oak (from YUNG's Better Mineshafts) +- bettermineshafts:mineshaft_red_desert (from YUNG's Better Mineshafts) +- bettermineshafts:mineshaft_spruce (from YUNG's Better Mineshafts) +- bettermineshafts:mineshaft_spruce_snowy (from YUNG's Better Mineshafts) +- bettermineshafts:mineshaft_overgrown (from YUNG's Better Mineshafts) +- bettermineshafts:mineshaft_dripstone (from YUNG's Better Mineshafts) +- #repurposed_structures:collections/mineshafts (from Repurposed Structures) + +#bosses_of_mass_destruction:void_lily_target +- bosses_of_mass_destruction:void_blossom (from Bosses of Mass Destruction (Beta)) + +#repurposed_structures:explorer_maps/nether_fortress +- minecraft:fortress (from Repurposed Structures) + +#minecraft:cats_spawn_as_black +- minecraft:swamp_hut (from Default) +- betterwitchhuts:witch_hut (from YUNG's Better Witch Huts) +- betterwitchhuts:witch_circle (from YUNG's Better Witch Huts) +- #repurposed_structures:collections/witch_huts (from Repurposed Structures) + +#ctov:village_mesa +- ctov:large/village_mesa (from ChoiceTheorem's Overhauled Villages) +- ctov:medium/village_mesa (from ChoiceTheorem's Overhauled Villages) +- ctov:small/village_mesa (from ChoiceTheorem's Overhauled Villages) + +#morevillagers:on_jungle_temple_explorer_maps +- minecraft:jungle_pyramid (from More Villagers) + +#ctov:medium_village +- ctov:medium/village_beach (from ChoiceTheorem's Overhauled Villages) +- ctov:medium/village_dark_forest (from ChoiceTheorem's Overhauled Villages) +- ctov:medium/village_jungle (from ChoiceTheorem's Overhauled Villages) +- ctov:medium/village_mesa (from ChoiceTheorem's Overhauled Villages) +- ctov:medium/village_mountain (from ChoiceTheorem's Overhauled Villages) +- ctov:medium/village_mushroom (from ChoiceTheorem's Overhauled Villages) +- ctov:medium/village_swamp (from ChoiceTheorem's Overhauled Villages) +- ctov:medium/village_desert (from ChoiceTheorem's Overhauled Villages) +- ctov:medium/village_plains (from ChoiceTheorem's Overhauled Villages) +- ctov:medium/village_savanna (from ChoiceTheorem's Overhauled Villages) +- ctov:medium/village_snowy (from ChoiceTheorem's Overhauled Villages) +- ctov:medium/village_taiga (from ChoiceTheorem's Overhauled Villages) + +#minecraft:eye_of_ender_located +- minecraft:stronghold (from Default) +- betterstrongholds:stronghold (from YUNG's Better Strongholds) +- #repurposed_structures:collections/strongholds (from Repurposed Structures) + +#repurposed_structures:no_lakes +- repurposed_structures:bastion_underground (from Repurposed Structures) +- #repurposed_structures:collections/villages (from Repurposed Structures) +- #repurposed_structures:collections/mansions (from Repurposed Structures) +- #repurposed_structures:collections/witch_huts (from Repurposed Structures) + +#ctov:village_savanna +- ctov:large/village_savanna (from ChoiceTheorem's Overhauled Villages) +- ctov:medium/village_savanna (from ChoiceTheorem's Overhauled Villages) +- ctov:small/village_savanna (from ChoiceTheorem's Overhauled Villages) + +#the_bumblezone:no_dungeons +- the_bumblezone:cell_maze (from The Bumblezone - Fabric) +- the_bumblezone:hive_temple (from The Bumblezone - Fabric) + +#repurposed_structures:explorer_maps/stronghold_end +- repurposed_structures:stronghold_end (from Repurposed Structures) + +#repurposed_structures:collections/mineshafts +- repurposed_structures:mineshaft_birch (from Repurposed Structures) +- repurposed_structures:mineshaft_crimson (from Repurposed Structures) +- repurposed_structures:mineshaft_dark_forest (from Repurposed Structures) +- repurposed_structures:mineshaft_desert (from Repurposed Structures) +- repurposed_structures:mineshaft_end (from Repurposed Structures) +- repurposed_structures:mineshaft_icy (from Repurposed Structures) +- repurposed_structures:mineshaft_jungle (from Repurposed Structures) +- repurposed_structures:mineshaft_nether (from Repurposed Structures) +- repurposed_structures:mineshaft_ocean (from Repurposed Structures) +- repurposed_structures:mineshaft_savanna (from Repurposed Structures) +- repurposed_structures:mineshaft_stone (from Repurposed Structures) +- repurposed_structures:mineshaft_swamp (from Repurposed Structures) +- repurposed_structures:mineshaft_taiga (from Repurposed Structures) +- repurposed_structures:mineshaft_warped (from Repurposed Structures) + +#ctov:village_snowy +- ctov:large/village_snowy (from ChoiceTheorem's Overhauled Villages) +- ctov:medium/village_snowy (from ChoiceTheorem's Overhauled Villages) +- ctov:small/village_snowy (from ChoiceTheorem's Overhauled Villages) + +#minecraft:cats_spawn_in +- minecraft:swamp_hut (from Default) +- betterwitchhuts:witch_hut (from YUNG's Better Witch Huts) +- betterwitchhuts:witch_circle (from YUNG's Better Witch Huts) +- #repurposed_structures:collections/witch_huts (from Repurposed Structures) + +#repurposed_structures:explorer_maps/pyramid_end +- repurposed_structures:pyramid_end (from Repurposed Structures) + +#bettermineshafts:better_mineshafts +- bettermineshafts:mineshaft_acacia (from YUNG's Better Mineshafts) +- bettermineshafts:mineshaft_desert (from YUNG's Better Mineshafts) +- bettermineshafts:mineshaft_dripstone (from YUNG's Better Mineshafts) +- bettermineshafts:mineshaft_ice (from YUNG's Better Mineshafts) +- bettermineshafts:mineshaft_jungle (from YUNG's Better Mineshafts) +- bettermineshafts:mineshaft_lush (from YUNG's Better Mineshafts) +- bettermineshafts:mineshaft_mesa (from YUNG's Better Mineshafts) +- bettermineshafts:mineshaft_mushroom (from YUNG's Better Mineshafts) +- bettermineshafts:mineshaft_oak (from YUNG's Better Mineshafts) +- bettermineshafts:mineshaft_overgrown (from YUNG's Better Mineshafts) +- bettermineshafts:mineshaft_red_desert (from YUNG's Better Mineshafts) +- bettermineshafts:mineshaft_spruce (from YUNG's Better Mineshafts) +- bettermineshafts:mineshaft_spruce_snowy (from YUNG's Better Mineshafts) + +#ctov:village_beach +- ctov:large/village_beach (from ChoiceTheorem's Overhauled Villages) +- ctov:medium/village_beach (from ChoiceTheorem's Overhauled Villages) +- ctov:small/village_beach (from ChoiceTheorem's Overhauled Villages) + +#morevillagers:on_swamp_hut_explorer_maps +- betterwitchhuts:witch_hut (from YUNG's Better Witch Huts) +- minecraft:swamp_hut (from More Villagers) + +#repurposed_structures:explorer_maps/ancient_city_nether +- repurposed_structures:ancient_city_nether (from Repurposed Structures) + +#repurposed_structures:explorer_maps/ruins_nether +- repurposed_structures:ruins_nether (from Repurposed Structures) + +#ctov:village_jungle +- ctov:large/village_jungle (from ChoiceTheorem's Overhauled Villages) +- ctov:medium/village_jungle (from ChoiceTheorem's Overhauled Villages) +- ctov:small/village_jungle (from ChoiceTheorem's Overhauled Villages) + +#betterdeserttemples:better_desert_temples +- betterdeserttemples:desert_temple (from YUNG's Better Desert Temples) + +#ctov:village_mountain +- ctov:large/village_mountain (from ChoiceTheorem's Overhauled Villages) +- ctov:medium/village_mountain (from ChoiceTheorem's Overhauled Villages) +- ctov:small/village_mountain (from ChoiceTheorem's Overhauled Villages) + +#repurposed_structures:collections/bastions +- repurposed_structures:bastion_underground (from Repurposed Structures) + +#repurposed_structures:collections/ancient_cities +- repurposed_structures:ancient_city_ocean (from Repurposed Structures) +- repurposed_structures:ancient_city_nether (from Repurposed Structures) +- repurposed_structures:ancient_city_end (from Repurposed Structures) + +#repurposed_structures:collections/igloos +- repurposed_structures:igloo_grassy (from Repurposed Structures) +- repurposed_structures:igloo_mangrove (from Repurposed Structures) +- repurposed_structures:igloo_mushroom (from Repurposed Structures) +- repurposed_structures:igloo_stone (from Repurposed Structures) + +#repurposed_structures:explorer_maps/city_nether +- repurposed_structures:city_nether (from Repurposed Structures) + +#repurposed_structures:explorer_maps/bastion_remnant +- minecraft:bastion_remnant (from Repurposed Structures) + +#repurposed_structures:no_lavafalls +- repurposed_structures:bastion_underground (from Repurposed Structures) +- repurposed_structures:mineshaft_icy (from Repurposed Structures) + +#repurposed_structures:no_waterfalls +- repurposed_structures:mansion_snowy (from Repurposed Structures) +- repurposed_structures:outpost_snowy (from Repurposed Structures) +- repurposed_structures:pyramid_snowy (from Repurposed Structures) + +#repurposed_structures:collections/outposts +- repurposed_structures:outpost_badlands (from Repurposed Structures) +- repurposed_structures:outpost_birch (from Repurposed Structures) +- repurposed_structures:outpost_crimson (from Repurposed Structures) +- repurposed_structures:outpost_desert (from Repurposed Structures) +- repurposed_structures:outpost_end (from Repurposed Structures) +- repurposed_structures:outpost_giant_tree_taiga (from Repurposed Structures) +- repurposed_structures:outpost_icy (from Repurposed Structures) +- repurposed_structures:outpost_jungle (from Repurposed Structures) +- repurposed_structures:outpost_mangrove (from Repurposed Structures) +- repurposed_structures:outpost_nether_brick (from Repurposed Structures) +- repurposed_structures:outpost_oak (from Repurposed Structures) +- repurposed_structures:outpost_snowy (from Repurposed Structures) +- repurposed_structures:outpost_taiga (from Repurposed Structures) +- repurposed_structures:outpost_warped (from Repurposed Structures) + +#minecraft:dolphin_located +- #minecraft:ocean_ruin (from Default) +- #minecraft:shipwreck (from Default) +- repurposed_structures:pyramid_ocean (from Repurposed Structures) +- repurposed_structures:village_ocean (from Repurposed Structures) +- repurposed_structures:temple_ocean (from Repurposed Structures) + +#the_bumblezone:no_caves +- the_bumblezone:throne_pillar (from The Bumblezone - Fabric) +- the_bumblezone:hanging_garden (from The Bumblezone - Fabric) + +#ctov:village_mushroom +- ctov:large/village_mushroom (from ChoiceTheorem's Overhauled Villages) +- ctov:medium/village_mushroom (from ChoiceTheorem's Overhauled Villages) +- ctov:small/village_mushroom (from ChoiceTheorem's Overhauled Villages) + +#minecraft:all_structures +- #minecraft:village (from Deeper and Darker) +- #minecraft:ruined_portal (from Deeper and Darker) +- #minecraft:shipwreck (from Deeper and Darker) +- minecraft:mansion (from Deeper and Darker) +- minecraft:end_city (from Deeper and Darker) +- minecraft:fortress (from Deeper and Darker) +- minecraft:bastion_remnant (from Deeper and Darker) +- minecraft:desert_pyramid (from Deeper and Darker) +- minecraft:buried_treasure (from Deeper and Darker) + +#yigd:graveyard_structures +- graveyard:small_graveyard? (from You're in Grave Danger) +- graveyard:medium_graveyard? (from You're in Grave Danger) +- graveyard:large_graveyard? (from You're in Grave Danger) +- graveyard:small_desert_graveyard? (from You're in Grave Danger) + +#minecraft:shipwreck +- minecraft:shipwreck (from Default) +- minecraft:shipwreck_beached (from Default) + +#repurposed_structures:explorer_maps/bastion_underground +- repurposed_structures:bastion_underground (from Repurposed Structures) + +#repurposed_structures:collections/mansions +- repurposed_structures:mansion_birch (from Repurposed Structures) +- repurposed_structures:mansion_desert (from Repurposed Structures) +- repurposed_structures:mansion_jungle (from Repurposed Structures) +- repurposed_structures:mansion_mangrove (from Repurposed Structures) +- repurposed_structures:mansion_oak (from Repurposed Structures) +- repurposed_structures:mansion_savanna (from Repurposed Structures) +- repurposed_structures:mansion_snowy (from Repurposed Structures) +- repurposed_structures:mansion_taiga (from Repurposed Structures) + +#supplementaries:way_sign_destinations +- #minecraft:village (from Supplementaries) +- hauntedharvest:abandoned_farm? (from Supplementaries) +- harvestseason:abandoned_farm? (from Supplementaries) +- pokecube_legends:village? (from Supplementaries) +- pokecube_legends:village/ocean? (from Supplementaries) +- valhelsia_structures:castle? (from Supplementaries) +- valhelsia_structures:castle_ruin? (from Supplementaries) +- valhelsia_structures:small_castle? (from Supplementaries) +- valhelsia_structures:tower_ruin? (from Supplementaries) +- stoneholm:underground_village? (from Supplementaries) +- blue_skies:gatekeeper_house? (from Supplementaries) +- feywild:library? (from Supplementaries) +- feywild:blacksmith? (from Supplementaries) +- idas:bazaar? (from Supplementaries) +- idas:castle? (from Supplementaries) +- idas:farmhouse? (from Supplementaries) +- idas:bearclaw_inn? (from Supplementaries) +- idas:treetop_tavern? (from Supplementaries) +- idas:wizardtower? (from Supplementaries) +- idas:farmhouse? (from Supplementaries) +- idas:fishermans_lodge? (from Supplementaries) +- idas:beekeepers_house? (from Supplementaries) + +#betterstrongholds:better_strongholds +- betterstrongholds:stronghold (from YUNG's Better Strongholds) + +#repurposed_structures:explorer_maps/stronghold_nether +- repurposed_structures:stronghold_nether (from Repurposed Structures) + +#minecraft:ocean_ruin +- minecraft:ocean_ruin_cold (from Default) +- minecraft:ocean_ruin_warm (from Default) + +#minecraft:on_woodland_explorer_maps +- minecraft:mansion (from Default) +- biomemakeover:mansion (from Biome Makeover) + +#repurposed_structures:collections/monuments +- repurposed_structures:monument_jungle (from Repurposed Structures) +- repurposed_structures:monument_icy (from Repurposed Structures) +- repurposed_structures:monument_nether (from Repurposed Structures) +- repurposed_structures:monument_desert (from Repurposed Structures) + +#bosses_of_mass_destruction:soul_star_target +- bosses_of_mass_destruction:lich_tower (from Bosses of Mass Destruction (Beta)) + +#morevillagers:on_bastion_remnant_explorer_maps +- minecraft:bastion_remnant (from More Villagers) + +#ctov:village_desert +- ctov:large/village_desert (from ChoiceTheorem's Overhauled Villages) +- ctov:medium/village_desert (from ChoiceTheorem's Overhauled Villages) +- ctov:small/village_desert (from ChoiceTheorem's Overhauled Villages) + +#repurposed_structures:larger_locate_search +- #repurposed_structures:collections/mineshafts (from Repurposed Structures) + +#ctov:small_village +- ctov:small/village_beach (from ChoiceTheorem's Overhauled Villages) +- ctov:small/village_dark_forest (from ChoiceTheorem's Overhauled Villages) +- ctov:small/village_jungle (from ChoiceTheorem's Overhauled Villages) +- ctov:small/village_mesa (from ChoiceTheorem's Overhauled Villages) +- ctov:small/village_mountain (from ChoiceTheorem's Overhauled Villages) +- ctov:small/village_mushroom (from ChoiceTheorem's Overhauled Villages) +- ctov:small/village_swamp (from ChoiceTheorem's Overhauled Villages) +- ctov:small/village_desert (from ChoiceTheorem's Overhauled Villages) +- ctov:small/village_plains (from ChoiceTheorem's Overhauled Villages) +- ctov:small/village_savanna (from ChoiceTheorem's Overhauled Villages) +- ctov:small/village_snowy (from ChoiceTheorem's Overhauled Villages) +- ctov:small/village_taiga (from ChoiceTheorem's Overhauled Villages) + +#repurposed_structures:explorer_maps/unknown_ocean_structure_4 +- minecraft:ruined_portal_ocean (from Repurposed Structures) + +#repurposed_structures:explorer_maps/unknown_ocean_structure_5 +- repurposed_structures:pyramid_ocean (from Repurposed Structures) + +#repurposed_structures:explorer_maps/unknown_ocean_structure_6 +- repurposed_structures:ancient_city_ocean (from Repurposed Structures) + +#repurposed_structures:explorer_maps/unknown_ocean_structure_7 +- repurposed_structures:temple_ocean (from Repurposed Structures) + +#repurposed_structures:explorer_maps/unknown_ocean_structure_1 +- minecraft:monument (from Repurposed Structures) + +#repurposed_structures:explorer_maps/unknown_ocean_structure_2 +- minecraft:shipwreck (from Repurposed Structures) +- minecraft:shipwreck_beached (from Repurposed Structures) + +#repurposed_structures:explorer_maps/unknown_ocean_structure_3 +- minecraft:ocean_ruin_cold (from Repurposed Structures) +- minecraft:ocean_ruin_warm (from Repurposed Structures) diff --git a/kubejs/exported/tags/minecraft/worldgen/structure_piece.txt b/kubejs/exported/tags/minecraft/worldgen/structure_piece.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/worldgen/structure_piece.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/worldgen/structure_placement.txt b/kubejs/exported/tags/minecraft/worldgen/structure_placement.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/worldgen/structure_placement.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/worldgen/structure_pool_element.txt b/kubejs/exported/tags/minecraft/worldgen/structure_pool_element.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/worldgen/structure_pool_element.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/worldgen/structure_processor.txt b/kubejs/exported/tags/minecraft/worldgen/structure_processor.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/worldgen/structure_processor.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/worldgen/structure_set.txt b/kubejs/exported/tags/minecraft/worldgen/structure_set.txt new file mode 100644 index 0000000..d268a5e --- /dev/null +++ b/kubejs/exported/tags/minecraft/worldgen/structure_set.txt @@ -0,0 +1,62 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM + +#repurposed_structures:overworld_ancient_city_avoid +- minecraft:ocean_monuments (from Repurposed Structures) + +#repurposed_structures:nether_shipwreck_avoid +- repurposed_structures:temples_nether (from Repurposed Structures) +- repurposed_structures:outposts_nether (from Repurposed Structures) +- repurposed_structures:villages_nether (from Repurposed Structures) +- repurposed_structures:ancient_cities_nether (from Repurposed Structures) +- minecraft:nether_complexes (from Repurposed Structures) + +#repurposed_structures:nether_city_avoid +- repurposed_structures:shipwrecks_nether (from Repurposed Structures) +- repurposed_structures:outposts_nether (from Repurposed Structures) +- repurposed_structures:ancient_cities_nether (from Repurposed Structures) +- minecraft:nether_complexes (from Repurposed Structures) + +#repurposed_structures:nether_monument_avoid +- repurposed_structures:cities_nether (from Repurposed Structures) +- repurposed_structures:shipwrecks_nether (from Repurposed Structures) +- repurposed_structures:outposts_nether (from Repurposed Structures) +- repurposed_structures:ancient_cities_nether (from Repurposed Structures) +- minecraft:nether_complexes (from Repurposed Structures) + +#repurposed_structures:overworld_village_avoid +- minecraft:villages (from Repurposed Structures) +- minecraft:pillager_outposts (from Repurposed Structures) + +#repurposed_structures:nether_village_avoid +- repurposed_structures:outposts_nether (from Repurposed Structures) +- repurposed_structures:ancient_cities_nether (from Repurposed Structures) + +#repurposed_structures:overworld_outpost_avoid +- repurposed_structures:villages_overworld (from Repurposed Structures) +- minecraft:villages (from Repurposed Structures) + +#repurposed_structures:mansion_avoid +- minecraft:woodland_mansions (from Repurposed Structures) + +#repurposed_structures:underground_bastion_avoid +- minecraft:strongholds (from Repurposed Structures) +- minecraft:ancient_cities (from Repurposed Structures) + +#repurposed_structures:end_outpost_avoid +- minecraft:end_cities (from Repurposed Structures) +- repurposed_structures:ancient_cities_end (from Repurposed Structures) + +#repurposed_structures:overworld_city_avoid +- repurposed_structures:mansions_overworld (from Repurposed Structures) +- minecraft:woodland_mansions (from Repurposed Structures) + +#repurposed_structures:overworld_monument_avoid +- repurposed_structures:fortresses_overworld (from Repurposed Structures) +- repurposed_structures:mansions_overworld (from Repurposed Structures) +- repurposed_structures:mansions_mangrove (from Repurposed Structures) +- repurposed_structures:villages_overworld (from Repurposed Structures) +- minecraft:villages (from Repurposed Structures) + +#repurposed_structures:end_mineshaft_avoid +- repurposed_structures:strongholds_end (from Repurposed Structures) +- repurposed_structures:ancient_cities_end (from Repurposed Structures) diff --git a/kubejs/exported/tags/minecraft/worldgen/structure_type.txt b/kubejs/exported/tags/minecraft/worldgen/structure_type.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/worldgen/structure_type.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/worldgen/template_pool.txt b/kubejs/exported/tags/minecraft/worldgen/template_pool.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/worldgen/template_pool.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/worldgen/tree_decorator_type.txt b/kubejs/exported/tags/minecraft/worldgen/tree_decorator_type.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/worldgen/tree_decorator_type.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/worldgen/trunk_placer_type.txt b/kubejs/exported/tags/minecraft/worldgen/trunk_placer_type.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/minecraft/worldgen/trunk_placer_type.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/minecraft/worldgen/world_preset.txt b/kubejs/exported/tags/minecraft/worldgen/world_preset.txt new file mode 100644 index 0000000..d679d57 --- /dev/null +++ b/kubejs/exported/tags/minecraft/worldgen/world_preset.txt @@ -0,0 +1,13 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM + +#minecraft:extended +- #minecraft:normal (from Default) +- minecraft:debug_all_block_states (from Default) + +#minecraft:normal +- minecraft:normal (from Default) +- minecraft:flat (from Default) +- minecraft:large_biomes (from Default) +- minecraft:amplified (from Default) +- minecraft:single_biome_surface (from Default) +- survivalisland:survivalisland (from Survival Island) diff --git a/kubejs/exported/tags/minecraft/wrecker_variant.txt b/kubejs/exported/tags/minecraft/wrecker_variant.txt new file mode 100644 index 0000000..f307afd --- /dev/null +++ b/kubejs/exported/tags/minecraft/wrecker_variant.txt @@ -0,0 +1,8 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 27, 2022, 9:29:15 PM + +#fishofthieves:default_wrecker_spawns +- fishofthieves:rose (from Fish of Thieves) +- fishofthieves:sun (from Fish of Thieves) +- fishofthieves:blackcloud (from Fish of Thieves) +- fishofthieves:snow (from Fish of Thieves) +- fishofthieves:moon (from Fish of Thieves) diff --git a/kubejs/exported/tags/moonlight/moonlight/map_markers.txt b/kubejs/exported/tags/moonlight/moonlight/map_markers.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/moonlight/moonlight/map_markers.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/moonlight/moonlight/soft_fluids.txt b/kubejs/exported/tags/moonlight/moonlight/soft_fluids.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/moonlight/moonlight/soft_fluids.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/porting_lib/global_loot_modifier_serializers.txt b/kubejs/exported/tags/porting_lib/global_loot_modifier_serializers.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/porting_lib/global_loot_modifier_serializers.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/repurposed_structures/json_conditions.txt b/kubejs/exported/tags/repurposed_structures/json_conditions.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/repurposed_structures/json_conditions.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/serialization_hooks/ingredient_deserializers.txt b/kubejs/exported/tags/serialization_hooks/ingredient_deserializers.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/serialization_hooks/ingredient_deserializers.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/serialization_hooks/value_deserializers.txt b/kubejs/exported/tags/serialization_hooks/value_deserializers.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/serialization_hooks/value_deserializers.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/the_bumblezone/biome_height.txt b/kubejs/exported/tags/the_bumblezone/biome_height.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/the_bumblezone/biome_height.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/tweed4/serializers.txt b/kubejs/exported/tags/tweed4/serializers.txt new file mode 100644 index 0000000..b6e5ef8 --- /dev/null +++ b/kubejs/exported/tags/tweed4/serializers.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Feb 9, 2023, 12:30:10 AM diff --git a/kubejs/exported/tags/tweed4/tailors.txt b/kubejs/exported/tags/tweed4/tailors.txt new file mode 100644 index 0000000..b6e5ef8 --- /dev/null +++ b/kubejs/exported/tags/tweed4/tailors.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Feb 9, 2023, 12:30:10 AM diff --git a/kubejs/exported/tags/twilightforest/dwarf_rabbit_variant.txt b/kubejs/exported/tags/twilightforest/dwarf_rabbit_variant.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/twilightforest/dwarf_rabbit_variant.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/exported/tags/twilightforest/tiny_bird_variant.txt b/kubejs/exported/tags/twilightforest/tiny_bird_variant.txt new file mode 100644 index 0000000..ea64eab --- /dev/null +++ b/kubejs/exported/tags/twilightforest/tiny_bird_variant.txt @@ -0,0 +1 @@ +To refresh this file, delete it and run /reload command again! Last updated: Dec 15, 2022, 8:16:03 PM diff --git a/kubejs/server_scripts/first_join.js b/kubejs/server_scripts/first_join.js new file mode 100644 index 0000000..ff41669 --- /dev/null +++ b/kubejs/server_scripts/first_join.js @@ -0,0 +1,8 @@ +PlayerEvents.loggedIn(event => { + if (!event.player.stages.has('first_join')) { + + event.player.give(Item.of('ftbquests:book')); + + event.player.stages.add('first_join') + } +}); \ No newline at end of file diff --git a/kubejs/server_scripts/recipetypes/ad_astra/shaped.js b/kubejs/server_scripts/recipetypes/ad_astra/shaped.js new file mode 100644 index 0000000..98351f5 --- /dev/null +++ b/kubejs/server_scripts/recipetypes/ad_astra/shaped.js @@ -0,0 +1,31 @@ + +//////////////////////// +/// Made by Team AOF /// +//////////////////////// + + +ServerEvents.recipes(event => { + + const recipes = [ + { + output: '16x ad_astra:iron_plating', + pattern: ['AAA', 'AAA'], + key: { + A: 'modern_industrialization:iron_plate', + }, + id: 'ad_astra:recipes/iron_plating' + }, + { + output: 'ad_astra:cheese_block', + pattern: ['AAA', 'AAA', 'AAA'], + key: { + A: 'croptopia:cheese', + }, + id: 'aof:cheese_block' + }, + ]; + + recipes.forEach((recipe) => { + event.shaped(recipe.output, recipe.pattern, recipe.key).id(recipe.id); + }); +}); diff --git a/kubejs/server_scripts/recipetypes/bewitchment/shaped.js b/kubejs/server_scripts/recipetypes/bewitchment/shaped.js new file mode 100644 index 0000000..3f923a4 --- /dev/null +++ b/kubejs/server_scripts/recipetypes/bewitchment/shaped.js @@ -0,0 +1,85 @@ +//////////////////////// +/// Made by Team AOF /// +//////////////////////// + +ServerEvents.recipes(event => { + + // Salt Dust + event.shaped("1x bewitchment:salt", [["modern_industrialization:salt_dust"]]); + + const recipes = [ +{ + output: 'bewitchment:dragons_blood_broom', + pattern: [' C ', 'EBF', 'DAD'], + key: { + A: 'bewitchment:demon_heart', + B: 'bewitchment:heaven_extract', + C: 'minecraft:elytra', + D: 'bewitchment:dragons_blood_sapling', + E: 'reaper:rune_velocitas', + F: 'twilightforest:raven_feather', +}, + id: 'bewitchment:dragons_blood_broom' +}, + +{ + output: 'bewitchment:juniper_broom', + pattern: [' C ', 'EBF', 'DAD'], + key: { + A: 'bewitchment:demon_heart', + B: 'bewitchment:heaven_extract', + C: 'minecraft:elytra', + D: 'bewitchment:juniper_sapling', + E: 'reaper:rune_velocitas', + F: 'twilightforest:raven_feather', +}, + id: 'bewitchment:juniper_broom' +}, + +{ + output: 'bewitchment:cypress_broom', + pattern: [' C ', 'EBF', 'DAD'], + key: { + A: 'bewitchment:demon_heart', + B: 'bewitchment:heaven_extract', + C: 'minecraft:elytra', + D: 'bewitchment:cypress_sapling', + E: 'reaper:rune_velocitas', + F: 'twilightforest:raven_feather', +}, + id: 'bewitchment:cypress_broom' +}, + +{ + output: 'bewitchment:elder_broom', + pattern: [' C ', 'EBF', 'DAD'], + key: { + A: 'bewitchment:demon_heart', + B: 'bewitchment:heaven_extract', + C: 'minecraft:elytra', + D: 'bewitchment:elder_sapling', + E: 'reaper:rune_velocitas', + F: 'twilightforest:raven_feather', +}, + id: 'bewitchment:elder_broom' +}, + +{ + output: 'bwplus:yew_broom', + pattern: [' C ', 'EBF', 'DAD'], + key: { + A: 'bewitchment:demon_heart', + B: 'bewitchment:heaven_extract', + C: 'minecraft:elytra', + D: 'bwplus:yew_sapling', + E: 'reaper:rune_velocitas', + F: 'twilightforest:raven_feather', +}, + id: 'bwplus:yew_broom' +} +]; + +recipes.forEach((recipe) => { +event.shaped(recipe.output, recipe.pattern, recipe.key).id(recipe.id); + }); +}); diff --git a/kubejs/server_scripts/recipetypes/blast/shaped.js b/kubejs/server_scripts/recipetypes/blast/shaped.js new file mode 100644 index 0000000..979243a --- /dev/null +++ b/kubejs/server_scripts/recipetypes/blast/shaped.js @@ -0,0 +1,14 @@ +//////////////////////// +/// Made by Team AOF /// +//////////////////////// + +ServerEvents.recipes(event => { + + // Gunpowder Block + event.shaped("blast:gunpowder_block", [ + ["minecraft:gunpowder", "minecraft:gunpowder", "minecraft:gunpowder"], + ["minecraft:gunpowder", "minecraft:coal_block", "minecraft:gunpowder"], + ["minecraft:gunpowder", "minecraft:gunpowder", "minecraft:gunpowder"], + ]); + +}); diff --git a/kubejs/server_scripts/recipetypes/blockus/shaped.js b/kubejs/server_scripts/recipetypes/blockus/shaped.js new file mode 100644 index 0000000..c4232f5 --- /dev/null +++ b/kubejs/server_scripts/recipetypes/blockus/shaped.js @@ -0,0 +1,61 @@ + +//////////////////////// +/// Made by Team AOF /// +//////////////////////// + + +ServerEvents.recipes(event => { + + // Shingles + const shingles = [ + 'white', + 'orange', + 'magenta', + 'light_blue', + 'yellow', + 'lime', + 'pink', + 'light_gray', + 'gray', + 'cyan', + 'purple', + 'blue', + 'brown', + 'green', + 'red', + 'black' + ]; + + shingles.forEach((item) => { + event.remove({ output: 'blockus:' + item + '_shingles' }); + event.shaped('6x blockus:' + item + '_shingles', [ + 'AAA', + 'AAA' + ], { + A: 'minecraft:' + item + '_terracotta', + }) + }); + + event.remove({ output: 'blockus:shingles' }); + event.shaped('6x blockus:shingles', [ + 'AAA', + 'AAA' + ], { + A: 'minecraft:terracotta', + }) + + const recipes = [ + { + output: 'blockus:polished_deepslate_button', + pattern: ['AA'], + key: { + A: 'minecraft:polished_deepslate', + }, + id: 'blockus:polished_deepslate_button' + } + ]; + + recipes.forEach((recipe) => { + event.shaped(recipe.output, recipe.pattern, recipe.key).id(recipe.id); + }); + }); diff --git a/kubejs/server_scripts/recipetypes/building_wands/shaped.js b/kubejs/server_scripts/recipetypes/building_wands/shaped.js new file mode 100644 index 0000000..d23be91 --- /dev/null +++ b/kubejs/server_scripts/recipetypes/building_wands/shaped.js @@ -0,0 +1,42 @@ +//////////////////////// +/// Made by Team AOF /// +//////////////////////// + +ServerEvents.recipes(event => { + + const recipes = [ +{ + output: 'wands:stone_wand', + pattern: [' A', ' B ', 'B '], + key: { + A: '#c:cobblestone', + B: 'campanion:wooden_rod', +}, + id: 'wands:stone_wand' +}, + +{ + output: 'wands:iron_wand', + pattern: [' A', ' B ', 'B '], + key: { + A: '#c:iron_ingots', + B: 'campanion:wooden_rod', +}, + id: 'wands:iron_wand' +}, + +{ + output: 'wands:diamond_wand', + pattern: [' A', ' B ', 'B '], + key: { + A: 'minecraft:diamond', + B: 'campanion:wooden_rod', +}, + id: 'wands:diamond_wand' +} +]; + +recipes.forEach((recipe) => { +event.shaped(recipe.output, recipe.pattern, recipe.key).id(recipe.id); + }); +}); diff --git a/kubejs/server_scripts/recipetypes/byg/shaped.js.disabled b/kubejs/server_scripts/recipetypes/byg/shaped.js.disabled new file mode 100644 index 0000000..38ca5a8 --- /dev/null +++ b/kubejs/server_scripts/recipetypes/byg/shaped.js.disabled @@ -0,0 +1,50 @@ + +//////////////////////// +/// Made by Team AOF /// +//////////////////////// + + +ServerEvents.recipes(event => { + + const byg = [ + 'aspen', + 'baobab', + 'blue_enchanted', + 'bulbis', + 'cherry', + 'cika', + 'cypress', + 'ebony', + 'ether', + 'fir', + 'green_enchanted', + 'holly', + 'imparius', + 'jacaranda', + 'lament', + 'mahogany', + 'maple', + 'nightshade', + 'palm', + 'pine', + 'rainbow_eucalyptus', + 'redwood', + 'skyris', + 'willow', + 'witch_hazel', + 'zelkova', + 'sythian', + 'embur', + ]; + + byg.forEach((byg) => { + event.remove({ output: 'byg:' + byg + '_crafting_table' }); + event.shaped('byg:' + byg + '_crafting_table', [ + 'AA ', + 'AA ', + ' ' + ], { + A: 'byg:' + byg + '_planks', + }) + }); + }); diff --git a/kubejs/server_scripts/recipetypes/cacao/shaped.js b/kubejs/server_scripts/recipetypes/cacao/shaped.js new file mode 100644 index 0000000..faf9c1e --- /dev/null +++ b/kubejs/server_scripts/recipetypes/cacao/shaped.js @@ -0,0 +1,24 @@ + +//////////////////////// +/// Made by Team AOF /// +//////////////////////// + + +ServerEvents.recipes(event => { + + const recipes = [ + { + output: 'cacao:pressed_cocoa_cone', + pattern: [' A ', 'ABA', ' A '], + key: { + A: 'minecraft:cocoa_beans', + B: 'croptopia:food_press' + }, + id: 'cacao:pressed_cocoa_cone' + } + ]; + + recipes.forEach((recipe) => { + event.shaped(recipe.output, recipe.pattern, recipe.key).id(recipe.id); + }); +}); diff --git a/kubejs/server_scripts/recipetypes/campanion/shaped.js b/kubejs/server_scripts/recipetypes/campanion/shaped.js new file mode 100644 index 0000000..f707322 --- /dev/null +++ b/kubejs/server_scripts/recipetypes/campanion/shaped.js @@ -0,0 +1,37 @@ +//////////////////////// +/// Made by Team AOF /// +//////////////////////// + +ServerEvents.recipes(event => { + + const recipes = [ + { + output: 'campanion:rope_bridge_post', + pattern: ['A A', 'A A', 'A A'], + key: { + A: '#minecraft:logs', + }, + id: 'campanion:rope_bridge_post' + }, + { + output: '8x campanion:skipping_stone', + pattern: ['AA'], + key: { + A: 'minecraft:cobblestone', + }, + id: 'campanion:skipping_stone' + }, + { + output: '2x campanion:cracker', + pattern: ['A'], + key: { + A: 'minecraft:wheat', + }, + id: 'campanion:cracker' + } + ]; + + recipes.forEach((recipe) => { + event.shaped(recipe.output, recipe.pattern, recipe.key).id(recipe.id); + }); +}); diff --git a/kubejs/server_scripts/recipetypes/colorful_azaleas/shaped.js b/kubejs/server_scripts/recipetypes/colorful_azaleas/shaped.js new file mode 100644 index 0000000..0c7a75e --- /dev/null +++ b/kubejs/server_scripts/recipetypes/colorful_azaleas/shaped.js @@ -0,0 +1,30 @@ + +//////////////////////// +/// Made by Team AOF /// +//////////////////////// + + +ServerEvents.recipes(event => { + + const colorful_logs = [ + 'titanium', + 'walnut', + 'tecal', + 'roze', + 'bright', + 'azule', + 'fiss', + ]; + + colorful_logs.forEach((item) => { + event.remove({ output: 'colorful-azaleas:' + item + '_azalea_wood' }); + event.remove({ id: 'colorful-azaleas:' + item + '_azalea_log' }); + event.shaped('3x colorful-azaleas:' + item + '_azalea_wood', [ + 'AA ', + 'AA ', + ' ' + ], { + A: 'colorful-azaleas:' + item + '_azalea_log', + }) + }); + }); diff --git a/kubejs/server_scripts/recipetypes/cookingforblockheads/shaped.js b/kubejs/server_scripts/recipetypes/cookingforblockheads/shaped.js new file mode 100644 index 0000000..250d66d --- /dev/null +++ b/kubejs/server_scripts/recipetypes/cookingforblockheads/shaped.js @@ -0,0 +1,25 @@ + +//////////////////////// +/// Made by Team AOF /// +//////////////////////// + + +ServerEvents.recipes(event => { + + const recipes = [ + { + output: 'cookingforblockheads:tool_rack', + pattern: ['AAA', 'BCB', 'B B'], + key: { + A: '#minecraft:wooden_slabs', + B: 'minecraft:iron_nugget', + C: 'minecraft:stick' + }, + id: 'cookingforblockheads:tool_rack' + } + ]; + + recipes.forEach((recipe) => { + event.shaped(recipe.output, recipe.pattern, recipe.key).id(recipe.id); + }); +}); diff --git a/kubejs/server_scripts/recipetypes/coxinha/shaped.js b/kubejs/server_scripts/recipetypes/coxinha/shaped.js new file mode 100644 index 0000000..4b914da --- /dev/null +++ b/kubejs/server_scripts/recipetypes/coxinha/shaped.js @@ -0,0 +1,24 @@ +//////////////////////// +/// Made by Team AOF /// +//////////////////////// + +ServerEvents.recipes(event => { + + const recipes = [ + + // Drying Rack + { + output: 'coxinhautilities:drying_rack', + pattern: ['B B', 'AAA'], + key: { + A: '#minecraft:wooden_slabs', + B: 'minecraft:iron_nugget' + }, + id: 'coxinhautilities:drying_rack' + } + ]; + + recipes.forEach((recipe) => { + event.shaped(recipe.output, recipe.pattern, recipe.key).id(recipe.id); + }); +}); diff --git a/kubejs/server_scripts/recipetypes/create/crushing.js b/kubejs/server_scripts/recipetypes/create/crushing.js new file mode 100644 index 0000000..6272cb0 --- /dev/null +++ b/kubejs/server_scripts/recipetypes/create/crushing.js @@ -0,0 +1,195 @@ +ServerEvents.recipes(event => { + + const spectrum = [ + 'topaz', + 'amethyst', + 'citrine', + 'onyx' + ]; + + spectrum.forEach((item) => { + event.custom({ + "type": "create:crushing", + "group": "minecraft:misc", + "ingredients": [ + { + "tag": "spectrum:" + item + "_ores" + } + ], + "results": [ + { + "item": "spectrum:" + item + "_powder", + "count": 12 + }, + { + "item": "spectrum:" + item + "_powder", + "count": 4, + "chance": 0.25 + } + ], + "processingTime": 150 + }) + }); + + const ores = [ + 'mozanite', + 'salt', + 'tungsten', + 'antimony', + 'bauxite', + 'quartz', + ]; + + ores.forEach((item) => { + event.custom({ + "type": "create:crushing", + "group": "minecraft:misc", + "ingredients": [ + { + "tag": "c:" + item + "_ores" + } + ], + "results": [ + { + "item": "modern_industrialization:" + item + "_dust", + "count": 2 + }, + { + "item": "modern_industrialization:" + item + "_dust", + "count": 1, + "chance": 0.25 + }, + { + "item": "create:experience_nugget", + "count": 1, + "chance": 0.75 + } + ], + "processingTime": 150 + }) + }); + + // Coal + event.custom({ + "type": "create:crushing", + "group": "minecraft:misc", + "ingredients": [ + { + "item": "minecraft:coal" + } + ], + "results": [ + { + "item": "modern_industrialization:coal_dust", + "count": 1 + } + ], + "processingTime": 150 + }) + + // Lignite Coal + event.custom({ + "type": "create:crushing", + "group": "minecraft:misc", + "ingredients": [ + { + "item": "modern_industrialization:lignite_coal" + } + ], + "results": [ + { + "item": "modern_industrialization:lignite_coal_dust", + "count": 1 + } + ], + "processingTime": 150 + }) + + // Bricks + event.custom({ + "type": "create:crushing", + "group": "minecraft:misc", + "ingredients": [ + { + "item": "minecraft:brick" + } + ], + "results": [ + { + "item": "modern_industrialization:brick_dust", + "count": 1 + } + ], + "processingTime": 150 + }) + event.custom({ + "type": "create:crushing", + "group": "minecraft:misc", + "ingredients": [ + { + "item": "minecraft:bricks" + } + ], + "results": [ + { + "item": "modern_industrialization:brick_dust", + "count": 4 + } + ], + "processingTime": 150 + }) + + // Clay + event.custom({ + "type": "create:crushing", + "group": "minecraft:misc", + "ingredients": [ + { + "item": "minecraft:clay_ball" + } + ], + "results": [ + { + "item": "techreborn:clay_dust", + "count": 1 + } + ], + "processingTime": 150 + }) + + const dust_from_ingot = [ + 'bronze', + 'tin', + 'lead', + 'silver', + 'nickel', + 'tungsten', + 'titanium', + 'chromium', + 'invar', + 'nickel', + 'platinum', + 'stainless_steel', + 'steel', + 'aluminum', + 'silicon', + + ]; + + dust_from_ingot.forEach((item) => { + event.custom({ + "type": "create:crushing", + "ingredients": [ + { + "tag": "c:" + item + "_ingots" + } + ], + "results": [ + { + "item": "modern_industrialization:" + item + "_dust", + "count": 1 + }, + ], + }) + }); +}) \ No newline at end of file diff --git a/kubejs/server_scripts/recipetypes/create/pressing.js b/kubejs/server_scripts/recipetypes/create/pressing.js new file mode 100644 index 0000000..186a1e5 --- /dev/null +++ b/kubejs/server_scripts/recipetypes/create/pressing.js @@ -0,0 +1,53 @@ +ServerEvents.recipes(event => { + + const plates = [ + 'bronze', + 'tin', + 'lead', + 'silver', + 'nickel', + 'tungsten', + 'titanium', + 'chromium', + 'invar', + 'nickel', + 'platinum', + 'stainless_steel', + 'steel', + 'aluminum', + 'electrum' + + ]; + + plates.forEach((item) => { + event.custom({ + "type": "create:pressing", + "ingredients": [ + { + "tag": "c:" + item + "_ingots" + } + ], + "results": [ + { + "item": "modern_industrialization:" + item + "_plate", + "count": 1 + }, + ], + }) + }); + + event.custom({ + "type": "create:pressing", + "ingredients": [ + { + "item": "techreborn:refined_iron_ingot" + } + ], + "results": [ + { + "item": "techreborn:refined_iron_plate", + "count": 1 + }, + ], +}) +}) \ No newline at end of file diff --git a/kubejs/server_scripts/recipetypes/croptopia/shaped.js b/kubejs/server_scripts/recipetypes/croptopia/shaped.js new file mode 100644 index 0000000..077ce69 --- /dev/null +++ b/kubejs/server_scripts/recipetypes/croptopia/shaped.js @@ -0,0 +1,25 @@ +//////////////////////// +/// Made by Team AOF /// +//////////////////////// + +ServerEvents.recipes(event => { + + const recipes = [ + + // Hashed Brown + { + output: '3x croptopia:hashed_brown', + pattern: ['BCA'], + key: { + A: '#c:olive_oils', + B: '#c:potatoes', + C: 'croptopia:frying_pan' + }, + id: 'croptopia:hashed_brown' + }, + ]; + + recipes.forEach((recipe) => { + event.shaped(recipe.output, recipe.pattern, recipe.key).id(recipe.id); + }); +}); diff --git a/kubejs/server_scripts/recipetypes/deeperdarker/shaped.js b/kubejs/server_scripts/recipetypes/deeperdarker/shaped.js new file mode 100644 index 0000000..e15e5c8 --- /dev/null +++ b/kubejs/server_scripts/recipetypes/deeperdarker/shaped.js @@ -0,0 +1,25 @@ + +//////////////////////// +/// Made by Team AOF /// +//////////////////////// + + +ServerEvents.recipes(event => { + + const recipes = [ + { + output: Item.of('patchouli:guide_book', '{"patchouli:book":"deeperdarker:wanderers_notebook"}'), + pattern: ['AB ', 'B '], + key: { + A: 'minecraft:book', + B: '#c:amethyst_dusts', + }, + id: 'aof:deeperdarker_book' + }, + ]; + + recipes.forEach((recipe) => { + event.shaped(recipe.output, recipe.pattern, recipe.key).id(recipe.id); + }); + }); + \ No newline at end of file diff --git a/kubejs/server_scripts/recipetypes/hex_casting/shaped.js b/kubejs/server_scripts/recipetypes/hex_casting/shaped.js new file mode 100644 index 0000000..f1c41bd --- /dev/null +++ b/kubejs/server_scripts/recipetypes/hex_casting/shaped.js @@ -0,0 +1,24 @@ + +//////////////////////// +/// Made by Team AOF /// +//////////////////////// + + +ServerEvents.recipes(event => { + + const recipes = [ + { + output: 'hexcasting:scroll_small', + pattern: ['AB ', 'A '], + key: { + A: 'minecraft:paper', + B: 'minecraft:amethyst_shard', + }, + id: 'hexcasting:scroll_small' + }, + ]; + + recipes.forEach((recipe) => { + event.shaped(recipe.output, recipe.pattern, recipe.key).id(recipe.id); + }); +}); diff --git a/kubejs/server_scripts/recipetypes/indrev/compressing.js b/kubejs/server_scripts/recipetypes/indrev/compressing.js new file mode 100644 index 0000000..d84688f --- /dev/null +++ b/kubejs/server_scripts/recipetypes/indrev/compressing.js @@ -0,0 +1,138 @@ +//////////////////////// +/// Made by Team AOF /// +//////////////////////// + +ServerEvents.recipes(event => { + + event.recipes.indrev.compress({ + + type: "indrev:compress", + ingredients: { + item: "modern_industrialization:tin_curved_plate", + count: 4 + }, + output: { + item: "indrev:empty_enhancer", + count: 1 + }, + processTime: 300 + + }); + + event.recipes.indrev.compress({ + + type: "indrev:compress", + ingredients: { + tag: "c:tin_plates", + count: 1 + }, + output: { + item: "modern_industrialization:tin_curved_plate", + count: 1 + }, + processTime: 300 + + }); + + const mi_plates_compat = [ + 'aluminum', + 'carbon', + 'chromium', + 'emerald', + 'invar', + 'platinum', + 'silicon', + 'titanium' + ]; + + const tr_plates_compat = [ + 'advanced_alloy', + 'refined_iron', + 'tungstensteel' + ]; + + const create_plates_compat = [ + 'brass', + ]; + + mi_plates_compat.forEach((mi_plates_compat) => { + event.recipes.indrev.compress({ + + type: 'indrev:compress', + ingredients: { + tag: 'c:' + mi_plates_compat + '_ingots', + count: 1 + }, + output: { + item: 'modern_industrialization:' + mi_plates_compat + '_plate', + count: 1 + }, + processTime: 300 + + }); + }); + + tr_plates_compat.forEach((tr_plates_compat) => { + event.recipes.indrev.compress({ + + type: 'indrev:compress', + ingredients: { + tag: 'c:' + tr_plates_compat + '_ingots', + count: 1 + }, + output: { + item: 'techreborn:' + tr_plates_compat + '_plate', + count: 1 + }, + processTime: 300 + + }); + }); + + create_plates_compat.forEach((create_plates_compat) => { + event.recipes.indrev.compress({ + + type: 'indrev:compress', + ingredients: { + tag: 'c:' + create_plates_compat + '_ingots', + count: 1 + }, + output: { + item: 'create:' + create_plates_compat + '_sheet', + count: 1 + }, + processTime: 300 + + }); + }); + + event.recipes.indrev.compress({ + + type: 'indrev:compress', + ingredients: { + tag: 'c:peridot_dusts', + count: 1 + }, + output: { + item: 'techreborn:peridot_plate', + count: 1 + }, + processTime: 300 + + }); + + event.recipes.indrev.compress({ + + type: 'indrev:compress', + ingredients: { + tag: 'c:lazurite_dusts', + count: 1 + }, + output: { + item: 'techreborn:lazurite_plate', + count: 1 + }, + processTime: 300 + + }); +}); \ No newline at end of file diff --git a/kubejs/server_scripts/recipetypes/indrev/pulverizer.js b/kubejs/server_scripts/recipetypes/indrev/pulverizer.js new file mode 100644 index 0000000..387b00a --- /dev/null +++ b/kubejs/server_scripts/recipetypes/indrev/pulverizer.js @@ -0,0 +1,100 @@ +//////////////////////// +/// Made by Team AOF /// +//////////////////////// + + +ServerEvents.recipes(event => { + + +// Quartz + event.recipes.indrev.pulverize({ + + type: "indrev:pulverize", + ingredients: { + tag: 'c:certus_quartz', + count: 1 + }, + output: { + item: 'ae2:certus_quartz_dust', + count: 1 + }, + processTime: 300 + + }); + + event.recipes.indrev.pulverize({ + + type: "indrev:pulverize", + ingredients: { + tag: 'c:certus_quartz_ores', + count: 1 + }, + output: { + item: 'ae2:certus_quartz_dust', + count: 4 + }, + processTime: 300 + + }); + + // Coke + event.recipes.indrev.pulverize({ + + type: "indrev:pulverize", + ingredients: { + + item: 'modern_industrialization:coke', + count: 1 + }, + output: { + item: 'modern_industrialization:coke_dust', + count: 1 + }, + processTime: 300 + + }); + + /* + // Zinc + event.recipes.indrev.pulverize({ + + type: "indrev:pulverize", + ingredients: { + + item: 'create:raw_zinc', + count: 1 + }, + output: { + item: 'createplus:zinc_dust', + count: 1 + }, + processTime: 300 + + }); + */ + +const mi_raw = [ + "tungsten", + "antimony", + "nickel", + "iridium" +]; + +mi_raw.forEach((item) => { +event.recipes.indrev.pulverize({ + + type: "indrev:pulverize", + ingredients: { + + item: 'modern_industrialization:raw_' + item, + count: 2 + }, + output: { + item: 'modern_industrialization:' + item + '_dust', + count: 3 + }, + processTime: 300 + + }); + }); +}); \ No newline at end of file diff --git a/kubejs/server_scripts/recipetypes/indrev/recycle.js b/kubejs/server_scripts/recipetypes/indrev/recycle.js new file mode 100644 index 0000000..150ab04 --- /dev/null +++ b/kubejs/server_scripts/recipetypes/indrev/recycle.js @@ -0,0 +1,42 @@ +//////////////////////// +/// Made by Team AOF /// +//////////////////////// + + +ServerEvents.recipes(event => { +event.recipes.indrev.recycle({ + + + "ingredients": [ + { + "tag": "c:crops", + "count": 2 + } + ], + "output": { + "item": "indrev:biomass", + "count": 1 + }, + "processTime": 150 + + + }); + +event.recipes.indrev.recycle({ + + + "ingredients": [ + { + "tag": "c:seeds", + "count": 2 + } + ], + "output": { + "item": "indrev:biomass", + "count": 1 + }, + "processTime": 150 + + + }); +}); \ No newline at end of file diff --git a/kubejs/server_scripts/recipetypes/indrev/shaped.js b/kubejs/server_scripts/recipetypes/indrev/shaped.js new file mode 100644 index 0000000..859cb31 --- /dev/null +++ b/kubejs/server_scripts/recipetypes/indrev/shaped.js @@ -0,0 +1,69 @@ +//////////////////////// +/// Made by Team AOF /// +//////////////////////// + +ServerEvents.recipes(event => { + + const recipes = [ + { + output: 'indrev:machine_block', + pattern: ['BAB', 'BCB', 'BAB'], + key: { + A: 'indrev:nikolite_dust', + B: 'modern_industrialization:iron_plate', + C: 'indrev:battery', + }, + id: 'indrev:shaped/machine_block' + }, + + { + output: '8x indrev:item_pipe_mk1', + pattern: ['BAB'], + key: { + A: 'minecraft:gold_ingot', + B: 'modern_industrialization:iron_plate', + }, + id: 'indrev:shaped/item_pipe_mk1' + }, + + + { + output: '8x indrev:fluid_pipe_mk1', + pattern: ['BAB'], + key: { + A: 'kibe:fluid_hopper', + B: 'modern_industrialization:iron_plate', + }, + id: 'indrev:shaped/fluid_pipe_mk1' + }, + + { + output: 'indrev:lazuli_flux_container_mk4', + pattern: ['BCB', 'CAC', 'BCB'], + key: { + A: 'indrev:circuit_mk4', + B: '#c:electrum_plates', + C: 'indrev:lazuli_flux_container_mk3', + }, + id: 'indrev:shaped/lazuli_flux_container_mk4' + }, + + { + output: 'indrev:mining_drill_mk4', + pattern: ['DCD', 'EAE', 'BFB'], + key: { + A: 'indrev:circuit_mk4', + B: 'indrev:battery', + C: 'indrev:netherite_drill_head', + D: 'indrev:enriched_nikolite_ingot', + E: 'modern_industrialization:steel_large_plate', + F: 'indrev:modular_core_activated', + }, + id: 'indrev:shaped/mining_drill_mk4' + }, + ]; + + recipes.forEach((recipe) => { + event.shaped(recipe.output, recipe.pattern, recipe.key).id(recipe.id); + }); +}); diff --git a/kubejs/server_scripts/recipetypes/kibe/shaped.js b/kubejs/server_scripts/recipetypes/kibe/shaped.js new file mode 100644 index 0000000..e9601b6 --- /dev/null +++ b/kubejs/server_scripts/recipetypes/kibe/shaped.js @@ -0,0 +1,34 @@ + + +//////////////////////// +/// Made by Team AOF /// +//////////////////////// + + +ServerEvents.recipes(event => { + + // Big Torch + event.shaped('kibe:big_torch', [ + ['bewitchment:golden_candelabra', 'bewitchment:golden_candelabra', 'bewitchment:golden_candelabra'], + ['modern_industrialization:diamond_plate', '#minecraft:logs', 'modern_industrialization:diamond_plate'], + ['modern_industrialization:gold_large_plate', '#minecraft:logs', 'modern_industrialization:gold_large_plate'], + ]); + + const recipes = [ + { + output: 'kibe:cooler', + pattern: ['ADA', 'BCB', 'ABA'], + key: { + A: 'powah:dry_ice', + B: 'ad_astra:ice_shard', + C: '#c:chests', + D: 'minecraft:white_stained_glass' + }, + id: 'kibe:cooler' + } + ]; + + recipes.forEach((recipe) => { + event.shaped(recipe.output, recipe.pattern, recipe.key).id(recipe.id); + }); +}); diff --git a/kubejs/server_scripts/recipetypes/macaw/shaped.js b/kubejs/server_scripts/recipetypes/macaw/shaped.js new file mode 100644 index 0000000..83bdd37 --- /dev/null +++ b/kubejs/server_scripts/recipetypes/macaw/shaped.js @@ -0,0 +1,74 @@ + +//////////////////////// +/// Made by Team AOF /// +//////////////////////// + + +ServerEvents.recipes(event => { + + // Lamps + const macaws_lamps = [ + 'white', + 'orange', + 'magenta', + 'light_blue', + 'yellow', + 'lime', + 'pink', + 'gray', + 'light_gray', + 'cyan', + 'purple', + 'blue', + 'brown', + 'green', + 'black', + 'red' + ]; + + macaws_lamps.forEach((item) => { + event.remove({ output: 'mcwlights:' + item + '_lamp' }); + event.remove({ output: 'mcwlights:' + item + '_ceiling_light' }); + event.shaped('6x mcwlights:' + item + '_lamp', [ + 'AAA', + 'ABA', + ' C ' + ], { + A: 'minecraft:' + item + '_wool', + B: 'minecraft:redstone_lamp', + C: '#c:fences/wooden' + }) + event.shaped('6x mcwlights:' + item + '_ceiling_light', [ + ' C ', + 'ABA', + 'AAA' + ], { + A: 'minecraft:' + item + '_wool', + B: 'minecraft:redstone_lamp', + C: '#c:fences/wooden' + }) + }); + + // Top Roofs + const roofs = [ + 'oak', + 'birch', + 'spruce', + 'jungle', + 'dark_oak', + 'acacia', + 'crimson', + 'warped', + ]; + + roofs.forEach((item) => { + event.remove({ output: 'mcwroofs:' + item + '_planks_top_roof' }); + event.shaped('9x mcwroofs:' + item + '_planks_top_roof', [ + ' A ', + 'ABA', + ], { + A: 'minecraft:' + item + '_planks', + B: 'minecraft:stick', + }) + }); +}); diff --git a/kubejs/server_scripts/recipetypes/minecraft/shaped.js b/kubejs/server_scripts/recipetypes/minecraft/shaped.js new file mode 100644 index 0000000..d07bd36 --- /dev/null +++ b/kubejs/server_scripts/recipetypes/minecraft/shaped.js @@ -0,0 +1,50 @@ + + +//////////////////////// +/// Made by Team AOF /// +//////////////////////// + + +ServerEvents.recipes(event => { + +// BYG Bookshelfs + const byg_bookshelfs = [ + 'oak', + 'spruce', + 'birch', + 'jungle', + 'acacia', + 'dark_oak', + 'mangrove', + 'crimson', + 'warped', + ]; + + byg_bookshelfs.forEach((item) => { + event.remove({ output: 'minecraft:bookshelf' }); + event.shaped('minecraft:bookshelf', [ + 'AAA', + 'BBB', + 'AAA' + ], { + A: 'minecraft:' + item + '_planks', + B: 'minecraft:book' + }) + }); + + const recipes = [ + +{ + output: 'minecraft:flint', + pattern: ['AA ', 'A ', ' '], + key: { + A: 'minecraft:gravel', +}, + id: 'aof:flint' +} +]; + +recipes.forEach((recipe) => { +event.shaped(recipe.output, recipe.pattern, recipe.key).id(recipe.id); +}); +}); diff --git a/kubejs/server_scripts/recipetypes/modern_industrialization/compressor.js b/kubejs/server_scripts/recipetypes/modern_industrialization/compressor.js new file mode 100644 index 0000000..a206e6f --- /dev/null +++ b/kubejs/server_scripts/recipetypes/modern_industrialization/compressor.js @@ -0,0 +1,26 @@ +//////////////////////// +/// Made by Team AOF /// +//////////////////////// + +ServerEvents.recipes(event => { + + + event.custom({ + "type": "modern_industrialization:compressor", + "id": "aof:mi_compressor_brass_plate", + "eu": 2, + "duration": 200, + "item_inputs": [ + { + "item": "create:brass_ingot", + "amount": 1 + } + ], + "item_outputs": [ + { + "item": "create:brass_sheet", + "amount": 1 + } + ] +}) + }) \ No newline at end of file diff --git a/kubejs/server_scripts/recipetypes/modern_industrialization/electrolyzer.js b/kubejs/server_scripts/recipetypes/modern_industrialization/electrolyzer.js new file mode 100644 index 0000000..7c5cb7e --- /dev/null +++ b/kubejs/server_scripts/recipetypes/modern_industrialization/electrolyzer.js @@ -0,0 +1,28 @@ +//////////////////////// +/// Made by Team AOF /// +//////////////////////// + + +ServerEvents.recipes(event => { + + + event.custom({ + "type": "modern_industrialization:electrolyzer", + "id": "modern_industrialization:materials/electrolyzer/uu_matter", + "eu": 80, + "duration": 2500, + "item_inputs": [ + { + "item": "modern_industrialization:singularity", + "amount": 1, + "probability": 0 + } + ], + "fluid_outputs": [ + { + "fluid": "modern_industrialization:uu_matter", + "amount": 1 + } + ] +}) + }) \ No newline at end of file diff --git a/kubejs/server_scripts/recipetypes/modern_industrialization/macerator.js b/kubejs/server_scripts/recipetypes/modern_industrialization/macerator.js new file mode 100644 index 0000000..3458ed8 --- /dev/null +++ b/kubejs/server_scripts/recipetypes/modern_industrialization/macerator.js @@ -0,0 +1,73 @@ +//////////////////////// +/// Made by Team AOF /// +//////////////////////// + +ServerEvents.recipes(event => { + + + event.custom({ + "type": "modern_industrialization:macerator", + "id": "aof:mi_macerator_pervaded_netherrack", + "eu": 2, + "duration": 200, + "item_inputs": [ + { + "item": "byg:pervaded_netherrack", + "amount": 1 + } + ], + "item_outputs": [ + { + "item": "minecraft:glowstone_dust", + "amount": 2 + } + ] + }) + + event.custom({ + "type": "modern_industrialization:macerator", + "id": "aof:mi_macerator_crushed_zinc_ore", + "eu": 2, + "duration": 200, + "item_inputs": [ + { + "tag": "c:ores/zinc", + "amount": 1 + } + ], + "item_outputs": [ + { + "item": "create:crushed_zinc_ore", + "amount": 2 + } + ] + }) + + const spectrum = [ + 'topaz', + 'amethyst', + 'citrine', + 'onyx' +]; + + spectrum.forEach((item) => { + event.custom({ + "type": "modern_industrialization:macerator", + "eu": 2, + "duration": 200, + "item_inputs": [ + { + "tag": "spectrum:" + item + "_ores", + "amount": 1 + } + ], + "item_outputs": [ + { + "item": "spectrum:" + item + "_powder", + "amount": 16 + } + ] + }) +}); + +}) \ No newline at end of file diff --git a/kubejs/server_scripts/recipetypes/modern_industrialization/quarry.js b/kubejs/server_scripts/recipetypes/modern_industrialization/quarry.js new file mode 100644 index 0000000..8dc621b --- /dev/null +++ b/kubejs/server_scripts/recipetypes/modern_industrialization/quarry.js @@ -0,0 +1,261 @@ +//////////////////////// +/// Made by Team AOF /// +//////////////////////// + + +ServerEvents.recipes(event => { + + // Steel Drill + event.custom({ + "type": "modern_industrialization:quarry", + "id": "modern_industrialization:quarry/steel", + "eu": 12, + "duration": 600, + "item_inputs": { + "item": "modern_industrialization:steel_drill", + "amount": 1, + "probability": 0.04 + }, + "item_outputs": [ + { + "item": "modern_industrialization:antimony_ore", + "amount": 1, + "probability": 0.2 + }, + { + "item": "minecraft:diamond_ore", + "amount": 1, + "probability": 0.12 + }, + { + "item": "minecraft:lapis_ore", + "amount": 1, + "probability": 0.1 + }, + { + "item": "modern_industrialization:lead_ore", + "amount": 1, + "probability": 0.25 + }, + { + "item": "modern_industrialization:nickel_ore", + "amount": 1, + "probability": 0.18 + }, + { + "item": "modern_industrialization:bauxite_ore", + "amount": 1, + "probability": 0.4 + }, + { + "item": "modern_industrialization:salt_ore", + "amount": 1, + "probability": 0.12 + }, + { + "item": "minecraft:emerald_ore", + "amount": 1, + "probability": 0.1 + }, + { + "item": "techreborn:galena_ore", + "amount": 1, + "probability": 0.10 + }, + { + "item": "indrev:nikolite_ore", + "amount": 1, + "probability": 0.10 + }, + { + "item": "modern_industrialization:quartz_ore", + "amount": 1, + "probability": 0.2 + }, + { + "item": "powah:uraninite_ore", + "amount": 1, + "probability": 0.08 + } + ] + }) + + // Gold Drill + event.custom({ + "type": "modern_industrialization:quarry", + "id": "modern_industrialization:quarry/gold", + "eu": 8, + "duration": 600, + "item_inputs": { + "item": "modern_industrialization:gold_drill", + "amount": 1, + "probability": 0.1 + }, + "item_outputs": [ + { + "item": "minecraft:netherrack", + "amount": 64 + }, + { + "item": "minecraft:blackstone", + "amount": 16, + "probability": 0.25 + }, + { + "item": "minecraft:basalt", + "amount": 16, + "probability": 0.25 + }, + { + "item": "minecraft:soul_soil", + "amount": 20, + "probability": 0.1 + }, + { + "item": "minecraft:magma_block", + "amount": 5, + "probability": 0.1 + }, + { + "item": "minecraft:soul_sand", + "amount": 20, + "probability": 0.25 + }, + { + "item": "minecraft:ancient_debris", + "amount": 1, + "probability": 0.05 + }, + { + "item": "minecraft:glowstone", + "amount": 4, + "probability": 0.15 + }, + { + "item": "minecraft:nether_quartz_ore", + "amount": 6, + "probability": 0.15 + }, + { + "item": "minecraft:nether_gold_ore", + "amount": 1, + "probability": 0.25 + }, + { + "item": "techreborn:sphalerite_ore", + "amount": 2, + "probability": 0.05 + }, + { + "item": "techreborn:pyrite_ore", + "amount": 1, + "probability": 0.04 + }, + { + "item": "techreborn:cinnabar_ore", + "amount": 1, + "probability": 0.04 + } + ] + }) + + // Bronze Drill + event.custom({ + "type": "modern_industrialization:quarry", + "id": "modern_industrialization:quarry/bronze", + "eu": 4, + "duration": 600, + "item_inputs": { + "item": "modern_industrialization:bronze_drill", + "amount": 1, + "probability": 0.04 + }, + "item_outputs": [ + { + "item": "minecraft:iron_ore", + "amount": 1, + "probability": 0.4 + }, + { + "item": "minecraft:coal_ore", + "amount": 1, + "probability": 0.4 + }, + { + "item": "minecraft:copper_ore", + "amount": 1, + "probability": 0.2 + }, + { + "item": "modern_industrialization:tin_ore", + "amount": 1, + "probability": 0.3 + }, + { + "item": "minecraft:gold_ore", + "amount": 1, + "probability": 0.15 + }, + { + "item": "minecraft:redstone_ore", + "amount": 1, + "probability": 0.2 + }, + { + "item": "techreborn:ruby_ore", + "amount": 1, + "probability": 0.02 + }, + { + "item": "techreborn:sapphire_ore", + "amount": 1, + "probability": 0.02 + }, + { + "item": "create:zinc_ore", + "amount": 1, + "probability": 0.10 + }, + { + "item": "techreborn:silver_ore", + "amount": 1, + "probability": 0.1 + }, + { + "item": "modern_industrialization:lignite_coal_ore", + "amount": 1, + "probability": 0.24 + } + ] + }) + + // Titanium Drill + event.custom({ + "type": "modern_industrialization:quarry", + "id": "modern_industrialization:quarry/titanium", + "eu": 128, + "duration": 600, + "item_inputs": { + "item": "modern_industrialization:titanium_drill", + "amount": 1, + "probability": 0.04 + }, + "item_outputs": [ + { + "item": "modern_industrialization:uranium_ore", + "amount": 1, + "probability": 0.2 + }, + { + "item": "modern_industrialization:iridium_ore", + "amount": 1, + "probability": 0.05 + }, + { + "item": "powah:uraninite_ore_dense", + "amount": 1, + "probability": 0.02 + } + ] + }) +}) diff --git a/kubejs/server_scripts/recipetypes/modern_industrialization/shaped.js b/kubejs/server_scripts/recipetypes/modern_industrialization/shaped.js new file mode 100644 index 0000000..9911c08 --- /dev/null +++ b/kubejs/server_scripts/recipetypes/modern_industrialization/shaped.js @@ -0,0 +1,35 @@ + + +//////////////////////// +/// Made by Team AOF /// +//////////////////////// + + +ServerEvents.recipes(event => { + + // Iron Plate from Hammer + /* + event.shaped('modern_industrialization:iron_plate', [ + 'BA ', + 'AA ' + ], { + B: Item.of('ad_astra:hammer').ignoreNBT(), + A: 'minecraft:iron_ingot' + }).damageIngredient(0).keepIngredient('ad_astra:hammer') + */ + + const recipes = [ +{ + output: 'modern_industrialization:lignite_coal_block', + pattern: ['AAA', 'AAA', 'AAA'], + key: { + A: 'modern_industrialization:lignite_coal', +}, + id: 'modern_industrialization:materials/lignite_coal/craft/block_from_gem' +} +]; + +recipes.forEach((recipe) => { +event.shaped(recipe.output, recipe.pattern, recipe.key).id(recipe.id); +}); +}); diff --git a/kubejs/server_scripts/recipetypes/powah/energizing.js b/kubejs/server_scripts/recipetypes/powah/energizing.js new file mode 100644 index 0000000..83e2bc2 --- /dev/null +++ b/kubejs/server_scripts/recipetypes/powah/energizing.js @@ -0,0 +1,24 @@ +//////////////////////// +/// Made by Team AOF /// +//////////////////////// + +ServerEvents.recipes(event => { + + + event.custom({ + "type": "powah:energizing", + "id": "kibe:angel_ring", + "ingredients": [ + {"item": "deeperdarker:soul_elytra"}, + {"item": "spectrum:take_off_belt"}, + {"item": "ad_astra:calorite_engine"}, + {"item": "bosses_of_mass_destruction:ancient_anima"}, + {"item": "piercingpaxels:upgrade_unbreakable"}, + {"item": "botania:gaia_ingot"} + ], + "energy": "200000000", + "result": { + "item": "kibe:angel_ring" + } +}) + }) \ No newline at end of file diff --git a/kubejs/server_scripts/recipetypes/supplementaries/shaped.js b/kubejs/server_scripts/recipetypes/supplementaries/shaped.js new file mode 100644 index 0000000..b3bb806 --- /dev/null +++ b/kubejs/server_scripts/recipetypes/supplementaries/shaped.js @@ -0,0 +1,96 @@ +//////////////////////// +/// Made by Team AOF /// +//////////////////////// + +ServerEvents.recipes(event => { + + const recipes = [ + + // Timber Frame + { + output: 'supplementaries:timber_frame', + pattern: ['AAA', 'A A', 'AAA'], + key: { + A: 'minecraft:stick' + }, + id: 'supplementaries:timber_frame' + }, + + // Doors / Trapdoors + { + output: '3x supplementaries:silver_door', + pattern: ['AA ', 'AA ', 'AA '], + key: { + A: '#c:silver_ingots' + }, + id: 'supplementaries:silver_door' + }, + { + output: '2x supplementaries:silver_trapdoor', + pattern: ['AAA', 'AAA'], + key: { + A: '#c:silver_ingots' + }, + id: 'supplementaries:silver_trapdoor' + }, + { + output: '3x supplementaries:lead_door', + pattern: ['AA ', 'AA ', 'AA '], + key: { + A: '#c:lead_ingots' + }, + id: 'supplementaries:lead_door' + }, + { + output: '2x supplementaries:lead_trapdoor', + pattern: ['AAA', 'AAA'], + key: { + A: '#c:lead_ingots' + }, + id: 'supplementaries:lead_trapdoor' + }, + { + output: 'supplementaries:jar_boat', + pattern: ['AB '], + key: { + A: 'supplementaries:jar', + B: 'minecraft:oak_boat' + }, + id: 'supplementaries:boat_jar' + }, + { + output: 'supplementaries:item_shelf', + pattern: ['AAA', 'B B'], + key: { + A: '#minecraft:wooden_slabs', + B: 'minecraft:iron_nugget' + }, + id: 'supplementaries:item_shelf' + }, + + // Stone Tiles + { + output: '2x supplementaries:stone_tile', + pattern: ['AA'], + key: { + A: 'minecraft:stone_bricks', + }, + id: 'supplementaries:stone_tile' + }, + + // Flute + { + output: 'supplementaries:flute', + pattern: ['B', 'A', 'A'], + key: { + A: 'minecraft:bamboo', + B: 'chimes:bamboo_chimes', + }, + id: 'supplementaries:flute' + } + ]; + + recipes.forEach((recipe) => { + event.shaped(recipe.output, recipe.pattern, recipe.key).id(recipe.id); + }); +}); diff --git a/kubejs/server_scripts/recipetypes/techreborn/centrifuge.js b/kubejs/server_scripts/recipetypes/techreborn/centrifuge.js new file mode 100644 index 0000000..dfe7572 --- /dev/null +++ b/kubejs/server_scripts/recipetypes/techreborn/centrifuge.js @@ -0,0 +1,24 @@ +//////////////////////// +/// Made by Team AOF /// +//////////////////////// + + +ServerEvents.recipes(event => { + + + event.custom({ + "type": "techreborn:centrifuge", + "power": 16, + "time": 600, + "ingredients": [ + { + "tag": "c:coal_dusts" + } + ], + "results": [ + { + "item": "modern_industrialization:carbon_dust" + } + ] +}) + }) \ No newline at end of file diff --git a/kubejs/server_scripts/recipetypes/techreborn/shaped.js b/kubejs/server_scripts/recipetypes/techreborn/shaped.js new file mode 100644 index 0000000..0adf494 --- /dev/null +++ b/kubejs/server_scripts/recipetypes/techreborn/shaped.js @@ -0,0 +1,70 @@ + +//////////////////////// +/// Made by Team AOF /// +//////////////////////// + + +ServerEvents.recipes(event => { + + const recipes = [ + { + output: 'techreborn:compressor', + pattern: ['BBB', 'ADA', 'ACA'], + key: { + A: 'minecraft:stone', + B: 'modern_industrialization:iron_plate', + C: 'techreborn:basic_machine_frame', + D: 'techreborn:electronic_circuit' + }, + id: 'techreborn:crafting_table/machine/compressor' + }, + { + output: 'techreborn:basic_machine_frame', + pattern: ['AAA', 'ABA', 'ACA'], + key: { + A: 'techreborn:refined_iron_plate', + B: 'techreborn:electronic_circuit', + C: 'modern_industrialization:iron_gear' + }, + id: 'techreborn:crafting_table/machine_block/basic_machine_frame' + }, + { + output: 'techreborn:grinder', + pattern: ['DCD', 'EBE', 'EAE'], + key: { + A: 'techreborn:basic_machine_frame', + B: 'techreborn:red_cell_battery', + C: 'indrev:fan', + D: 'minecraft:flint', + E: 'modern_industrialization:iron_plate' + }, + id: 'techreborn:crafting_table/machine/grinder' + }, + { + output: 'techreborn:alloy_smelter', + pattern: ['CEC', 'DAD', 'CBC'], + key: { + A: 'techreborn:basic_machine_frame', + B: 'techreborn:low_voltage_su', + C: 'techreborn:advanced_alloy_plate', + D: 'techreborn:electric_furnace', + E: 'techreborn:advanced_circuit' + }, + id: 'techreborn:crafting_table/machine/alloy_smelter' + }, + { + output: 'techreborn:iridium_alloy_ingot', + pattern: ['CBC', 'BAB', 'CBC'], + key: { + A: '#c:diamond_dusts', + B: 'techreborn:advanced_alloy_plate', + C: '#c:iridium_ingots', + }, + id: 'techreborn:crafting_table/ingot/iridium_alloy_ingot' + }, + ]; + + recipes.forEach((recipe) => { + event.shaped(recipe.output, recipe.pattern, recipe.key).id(recipe.id); + }); +}); diff --git a/kubejs/server_scripts/recipetypes/techreborn/vacuum_freezer.js b/kubejs/server_scripts/recipetypes/techreborn/vacuum_freezer.js new file mode 100644 index 0000000..b4c5d90 --- /dev/null +++ b/kubejs/server_scripts/recipetypes/techreborn/vacuum_freezer.js @@ -0,0 +1,24 @@ +//////////////////////// +/// Made by Team AOF /// +//////////////////////// + + +ServerEvents.recipes(event => { + + + event.custom({ + "type": "techreborn:vacuum_freezer", + "power": 60, + "time": 350, + "ingredients": [ + { + "item": "modern_industrialization:platinum_hot_ingot" + } + ], + "results": [ + { + "item": "modern_industrialization:platinum_ingot" + } + ] +}) + }) \ No newline at end of file diff --git a/kubejs/server_scripts/recipetypes/tinycoal/shaped.js b/kubejs/server_scripts/recipetypes/tinycoal/shaped.js new file mode 100644 index 0000000..1ffebaf --- /dev/null +++ b/kubejs/server_scripts/recipetypes/tinycoal/shaped.js @@ -0,0 +1,29 @@ +//////////////////////// +/// Made by Team AOF /// +//////////////////////// + +ServerEvents.recipes(event => { + + const recipes = [ + { + output: 'minecraft:coal', + pattern: ['AAA', 'A A', 'AAA'], + key: { + A: 'tinycoal:tinycoal', + }, + id: 'aof:tiny_to_coal' + }, + { + output: 'minecraft:charcoal', + pattern: ['AAA', 'A A', 'AAA'], + key: { + A: 'tinycoal:tinycharcoal', + }, + id: 'aof:tiny_to_charcoal' + } + ]; + + recipes.forEach((recipe) => { + event.shaped(recipe.output, recipe.pattern, recipe.key).id(recipe.id); + }); +}); diff --git a/kubejs/server_scripts/recipetypes/travelersbackpack/shaped.js b/kubejs/server_scripts/recipetypes/travelersbackpack/shaped.js new file mode 100644 index 0000000..d8f3064 --- /dev/null +++ b/kubejs/server_scripts/recipetypes/travelersbackpack/shaped.js @@ -0,0 +1,24 @@ + +//////////////////////// +/// Made by Team AOF /// +//////////////////////// + + +ServerEvents.recipes(event => { + + const recipes = [ + { + output: 'travelersbackpack:white_sleeping_bag', + pattern: ['BBB', 'AAA'], + key: { + A: 'minecraft:white_wool', + B: 'minecraft:string' + }, + id: 'travelersbackpack:white_sleeping_bag' + } + ]; + + recipes.forEach((recipe) => { + event.shaped(recipe.output, recipe.pattern, recipe.key).id(recipe.id); + }); +}); diff --git a/kubejs/server_scripts/recipetypes/twilight_forest/shaped.js.disabled b/kubejs/server_scripts/recipetypes/twilight_forest/shaped.js.disabled new file mode 100644 index 0000000..d0b3fe1 --- /dev/null +++ b/kubejs/server_scripts/recipetypes/twilight_forest/shaped.js.disabled @@ -0,0 +1,24 @@ + +//////////////////////// +/// Made by Team AOF /// +//////////////////////// + + +ServerEvents.recipes(event => { + + const recipes = [ + { + output: 'twilightforest:spruce_banister', + pattern: ['AA ', 'BB '], + key: { + A: 'minecraft:spruce_slab', + B: 'minecraft:stick', + }, + id: 'twilightforest:wood/spruce_banister' + }, + ]; + + recipes.forEach((recipe) => { + event.shaped(recipe.output, recipe.pattern, recipe.key).id(recipe.id); + }); +}); diff --git a/kubejs/server_scripts/recipetypes/vinery/shaped.js b/kubejs/server_scripts/recipetypes/vinery/shaped.js new file mode 100644 index 0000000..6782d25 --- /dev/null +++ b/kubejs/server_scripts/recipetypes/vinery/shaped.js @@ -0,0 +1,23 @@ + +//////////////////////// +/// Made by Team AOF /// +//////////////////////// + + +ServerEvents.recipes(event => { + + const recipes = [ + { + output: '6x vinery:grapevine_stem', + pattern: ['A', 'A', 'A'], + key: { + A: '#minecraft:oak_logs', + }, + id: 'vinery:grapevine_stem' + } + ]; + + recipes.forEach((recipe) => { + event.shaped(recipe.output, recipe.pattern, recipe.key).id(recipe.id); + }); +}); diff --git a/kubejs/server_scripts/removals.js b/kubejs/server_scripts/removals.js new file mode 100644 index 0000000..f4ba77a --- /dev/null +++ b/kubejs/server_scripts/removals.js @@ -0,0 +1,126 @@ +ServerEvents.recipes( (event) => { + + const id = [ + 'indrev:shapeless/steel_dust', + 'techreborn:crafting_table/solar_panel/ultimate_solar_panel_alt', + 'techreborn:crafting_table/solar_panel/industrial_solar_panel_alt', + 'techreborn:crafting_table/solar_panel/advanced_solar_panel_alt', + 'techreborn:crafting_table/solar_panel/advanced_solar_panel_alt', + 'techreborn:rolling_machine/minecart', + 'croptopia:tomato_to_tomato_seed_shapeless', + 'croptopia:onion_to_onion_seed_shapeless', + 'croptopia:rice_to_rice_seed_shapeless', + 'croptopia:cabbage_to_cabbage_seed_shapeless', + 'techreborn:compressor/iridium_plate', + 'techreborn:compressor/iridium_plate_from_block', + 'indrev:infusing/steel_dust', + 'indrev:infusing/electrum_dust', + 'indrev:compressing/empty_upgrade', + 'techreborn:crafting_table/machine_block/basic_machine_frame_alt', + 'techreborn:crafting_table/machine/iron_furnace', + 'techreborn:smelting/platinum_ingot_from_c_sheldonite_ores', + 'techreborn:blasting/platinum_ingot_from_c_sheldonite_ores', + 'techreborn:smelting/platinum_ingot_from_c_sheldonite_ores_exported_mi_furnace', + 'modern_industrialization:compat/indrev/quarry_nikolite', + 'modern_industrialization:compat/ae2/quarry_ae2', + 'ad_astra:hammering/iron_plate', + 'ad_astra:recipes/steel_ingot_from_smelting_iron_ingot', + 'ad_astra:recipes/steel_ingot_from_blasting_iron_ingot', + 'create:smelting/platinum_ingot_compat_modern_industrialization', + 'create:blasting/platinum_ingot_compat_modern_industrialization', + 'indrev:smelting/tungsten_ingot_from_raw_ores', + 'createplus:createplus/ore_processing/nickel/modern_industrialization/smelting', + 'travelersbackpack:travelers_backpack', + 'catwalksinc:iron_rod', + 'twilightforest:jeed/hunger', + 'bewitchment:silver_ingot_from_smelting_deepslate_silver_ore', + 'bewitchment:silver_ingot_from_blasting_deepslate_silver_ore', + 'bewitchment:silver_ingot_from_smelting_raw_silver', + 'bewitchment:silver_ingot_from_blasting_raw_silver', + 'bewitchment:raw_silver', + 'bewitchment:raw_silver_block', + 'farmersdelight:wheat_dough_from_water', + 'farmersdelight:wheat_dough_from_eggs', + 'farmersdelight:wheat_dough', + 'create:crafting/appliances/dough', + 'croptopia:shaped_bacon', + 'indrev:shapeless/copper_ingot_from_block', + 'wands:stone_wand2', + + ]; + + const output = [ + 'blockus:white_oak_small_logs', + 'blockus:dark_oak_small_logs', + 'blockus:acacia_small_logs', + 'blockus:jungle_small_logs', + 'blockus:birch_small_logs', + 'blockus:spruce_small_logs', + 'blockus:oak_small_logs', + 'blockus:golden_bars', + 'kibe:angel_ring', + 'kibe:light_ring', + 'chisel:chisel', + 'vanilla-excavators:obsidian_excavator', + 'vanilla-hammers:obsidian_hammer', + 'croptopia:bacon', + 'croptopia:cooked_bacon', + 'croptopia:knife', + 'bewitchment:raw_silver_block', + 'modern_industrialization:uu_matter', + 'basicaiots:tin_aiot', + 'basicaiots:copper_aiot', + 'basicaiots:silver_aiot', + 'basicaiots:steel_aiot', + 'basicaiots:lead_aiot', + 'craftingcraft:portable_crafting', + 'kibe:pocket_crafting_table', + 'indrev:bronze_sword', + 'indrev:bronze_pickaxe', + 'indrev:bronze_axe', + 'indrev:bronze_shovel', + 'indrev:bronze_hoe', + 'kibe:big_torch', + 'dwarfcoal:dwarf_charcoal', + 'mtmechs:iron_gear_item', + 'indrev:hammer', + 'additionaladditions:gilded_netherite_helmet', + 'additionaladditions:gilded_netherite_chestplate', + 'additionaladditions:gilded_netherite_leggings', + 'additionaladditions:gilded_netherite_boots', + 'campanion:mre', + 'additionaladditions:fried_egg', + 'twilightforest:uncrafting_table', + 'kibe:slime_sling', + 'kibe:slime_boots', + 'twilightforest:jeed/hunger', + 'techreborn:steel_helmet', + 'techreborn:steel_chestplate', + 'techreborn:steel_leggings', + 'techreborn:steel_boots', + 'nethersdelight:iron_machete', + 'nethersdelight:diamond_machete', + 'nethersdelight:netherite_machete', + 'nethersdelight:golden_machete', + ]; + + id.forEach((id) => { + event.remove({ id: id }); + }); + + output.forEach((output) => { + event.remove({ output: output }); + }); + + const plates = [ + 'tin', + 'gold', + 'iron', + 'copper', + + ]; + + plates.forEach((plates) => { + event.remove({ id: 'indrev:shapeless/' + plates + '_plate_from_hammer' }); + }); +}); diff --git a/kubejs/server_scripts/replace_inputs.js b/kubejs/server_scripts/replace_inputs.js new file mode 100644 index 0000000..8aaf7b6 --- /dev/null +++ b/kubejs/server_scripts/replace_inputs.js @@ -0,0 +1,6 @@ +ServerEvents.recipes(event => { + + + event.replaceInput({}, 'croptopia:knife', '#c:knives'); + +}); \ No newline at end of file diff --git a/kubejs/server_scripts/tags/flowers.js b/kubejs/server_scripts/tags/flowers.js new file mode 100644 index 0000000..a40e4d2 --- /dev/null +++ b/kubejs/server_scripts/tags/flowers.js @@ -0,0 +1,61 @@ +//////////////////////// +/// Made by Team AOF /// +//////////////////////// + + +ServerEvents.tags('item', event => { + + // Flowers conversion to allow bee pollination/locate + const small_flowers = [ + 'srias_flowers:columbine', + 'srias_flowers:snowdrops', + 'srias_flowers:aloe_vera', + 'ecologics:azalea_flower' + ]; + + const tall_flowers = [ + 'biomemakeover:foxglove', + 'biomemakeover:black_thistle', + 'srias_flowers:tall_hydrangea' + ]; + + small_flowers.forEach((item) => { + event.add("minecraft:small_flowers", item) + }); + + tall_flowers.forEach((item) => { + event.add("minecraft:tall_flowers", item) + }); + + // Dyes + event.add("byg:brown_dye", "minecraft:cocoa_beans") + +}); + +ServerEvents.tags('block', event => { + + // Flowers conversion to allow bee pollination/locate + const small_flowers = [ + 'srias_flowers:columbine', + 'srias_flowers:snowdrops', + 'srias_flowers:aloe_vera', + 'srias_flowers:fleabane', + 'srias_flowers:himalayan_poppy', + 'srias_flowers:hydrangea_bush', + 'srias_flowers:sunrise_daisy' + ]; + + const tall_flowers = [ + 'srias_flowers:tall_hydrangea' + ]; + + small_flowers.forEach((item) => { + event.add("minecraft:small_flowers", item) + event.add("minecraft:flowers", item) + }); + + tall_flowers.forEach((item) => { + event.add("minecraft:tall_flowers", item) + event.add("minecraft:flowers", item) + }); +}); diff --git a/kubejs/server_scripts/tags/general.js b/kubejs/server_scripts/tags/general.js new file mode 100644 index 0000000..88df00b --- /dev/null +++ b/kubejs/server_scripts/tags/general.js @@ -0,0 +1,53 @@ +//////////////////////// +/// Made by Team AOF /// +//////////////////////// + + +ServerEvents.tags('item', event => { + + + // Diamond + + event.add('c:gems/diamond', 'minecraft:diamond') + + event.add('minecraft:coals', 'modern_industrialization:lignite_coal') + + event.add('c:workbench', 'minecraft:crafting_table') + + // Knives + + event.add('c:knives', 'farmersdelight:flint_knife') + event.add('c:knives', 'farmersdelight:iron_knife') + event.add('c:knives', 'farmersdelight:golden_knife') + event.add('c:knives', 'farmersdelight:diamond_knife') + event.add('c:knives', 'farmersdelight:netherite_knife') + +const bw_fleece = [ + 'orange', + 'magenta', + 'light_blue', + 'yellow', + 'lime', + 'pink', + 'light_gray', + 'gray', + 'cyan', + 'purple', + 'blue', + 'brown', + 'green', + 'red', + 'black' +]; + +bw_fleece.forEach((item) => { + event.add("bwplus:fleece", 'bwplus:' + item + "_witch_wool") + }) +}); + +ServerEvents.tags('block', event => { + + // Graves fix + event.add('minecells:conjunctivius_unbreakable', 'yigd:grave') + +}); diff --git a/kubejs/server_scripts/tags/logs.js b/kubejs/server_scripts/tags/logs.js new file mode 100644 index 0000000..495dae3 --- /dev/null +++ b/kubejs/server_scripts/tags/logs.js @@ -0,0 +1,22 @@ +//////////////////////// +/// Made by Team AOF /// +//////////////////////// + + +ServerEvents.tags('item', event => { + + const colorful_logs = [ + 'titanium', + 'walnut', + 'tecal', + 'roze', + 'bright', + 'azule', + 'fiss', + ]; + + colorful_logs.forEach((item) => { + event.add("minecraft:logs", 'colorful-azaleas:' + item + '_azalea_log') + }); + +}); diff --git a/kubejs/server_scripts/tags/materials.js b/kubejs/server_scripts/tags/materials.js new file mode 100644 index 0000000..3d9e031 --- /dev/null +++ b/kubejs/server_scripts/tags/materials.js @@ -0,0 +1,88 @@ +//////////////////////// +/// Made by Team AOF /// +//////////////////////// + + +ServerEvents.tags('item', event => { + + // Create (Common Tag Conversion) + const create_ingots_blocks = [ + 'zinc', + 'brass', + ]; + + const create_nuggets = [ + 'copper', + 'brass', + 'zinc' + ]; + + const create_plates = [ + 'copper', + 'iron', + 'brass', + ]; + + create_ingots_blocks.forEach((item) => { + event.add("c:" + item + "_ingots", "create:" + item + "_ingot") + event.add("c:" + item + "_blocks", "create:" + item + "_block") + }); + + create_nuggets.forEach((item) => { + event.add("c:" + item + "_nuggets", "create:" + item + "_nugget") + }); + + create_plates.forEach((item) => { + event.add("c:" + item + "_plates", "create:" + item + "_sheet") + }); + + event.add("c:brass_ingots", "create:brass_ingot") + event.add("c:brass_nuggets", "create:brass_nugget") + event.add("c:brass_ingots", "create:brass_ingot") + event.add("c:brass_blocks", "create:brass_block") + event.add("c:raw_zinc_ores", "create:raw_zinc") + event.add("c:gold_plates", "create:golden_sheet") + + // Create Additions + event.add("c:zinc_plates", "createaddition:zinc_sheet") + event.add("c:diamond_dusts", "createaddition:diamond_grit") + event.add("c:iron_rods", "createaddition:iron_rod") + event.add("c:gold_rods", "createaddition:gold_rod") + event.add("c:copper_rods", "createaddition:copper_rod") + + // Tech Reborn + event.add("c:plates/brass", "techreborn:brass_plate") + event.add("c:plates/zinc", "techreborn:zinc_plate") + event.add("c:nuggets/zinc", "techreborn:zinc_nugget") + event.add('c:zinc_plates', 'techreborn:zinc_plate') + event.add('c:brass_plates', 'techreborn:brass_plate') + + // Modern Industrialization + event.add("c:copper_rods", "modern_industrialization:copper_rod") + event.add("c:rods/copper", "modern_industrialization:copper_rod") + event.add("c:gold_rods", "modern_industrialization:gold_rod") + event.add("c:rods/gold", "modern_industrialization:gold_rod") + event.add("c:rods/iron", "modern_industrialization:iron_rod") + event.add("c:dusts/diamond", "modern_industrialization:diamond_dust") + + event.add("c:plates/gold", "modern_industrialization:gold_plate") + event.add("c:plates/iron", "modern_industrialization:iron_plate") + event.add("c:plates/copper", "modern_industrialization:copper_plate") + event.add("c:nuggets/copper", "modern_industrialization:copper_nugget") + event.add("c:plates/bronze", "modern_industrialization:bronze_plate") + + // Indrev + event.add('c:raw_lead_blocks', 'indrev:raw_lead_block') + event.add('c:raw_silver_blocks', 'indrev:raw_silver_block') + event.add('c:raw_tungsten_blocks', 'indrev:raw_tungsten_block') + event.add('c:raw_tin_blocks', 'indrev:raw_tin_block') + + // Create Filtering + event.add("c:plates", "modern_industrialization:iron_plate") + event.add("c:plates", "modern_industrialization:gold_plate") + event.add("c:plates", "modern_industrialization:copper_plate") + + // Netherrack + event.add("c:netherrack_dusts", "create:cinder_flour") + +}); diff --git a/kubejs/server_scripts/tags/replicator_blacklist.js b/kubejs/server_scripts/tags/replicator_blacklist.js new file mode 100644 index 0000000..4bbe205 --- /dev/null +++ b/kubejs/server_scripts/tags/replicator_blacklist.js @@ -0,0 +1,195 @@ +//////////////////////// +/// Made by Team AOF /// +//////////////////////// + + +ServerEvents.tags('item', event => { + + const replicator = [ + 'indrev:tank', + 'indrev:portable_charger', + 'indrev:modular_armor_helmet', + 'indrev:modular_armor_chest', + 'indrev:modular_armor_legs', + 'indrev:modular_armor_boots', + 'indrev:lazuli_flux_container_mk1', + 'indrev:lazuli_flux_container_mk2', + 'indrev:lazuli_flux_container_mk3', + 'indrev:lazuli_flux_container_mk4', + 'kibe:tank', + 'kibe:angel_ring', + 'ae2:quantum_entangled_singularity', + 'ae2:spatial_storage_cell_2', + 'ae2:spatial_storage_cell_16', + 'ae2:spatial_storage_cell_128', + 'ae2:sky_stone_tank', + 'ae2:portable_item_cell_1k', + 'ae2:portable_item_cell_4k', + 'ae2:portable_item_cell_16k', + 'ae2:portable_item_cell_64k', + 'ae2:portable_item_cell_256k', + 'ae2:portable_fluid_cell_1k', + 'ae2:portable_fluid_cell_4k', + 'ae2:portable_fluid_cell_16k', + 'ae2:portable_fluid_cell_64k', + 'ae2:portable_fluid_cell_256k', + 'ae2:item_storage_cell_1k', + 'ae2:item_storage_cell_4k', + 'ae2:item_storage_cell_16k', + 'ae2:item_storage_cell_64k', + 'ae2:item_storage_cell_256k', + 'ae2:fluid_storage_cell_1k', + 'ae2:fluid_storage_cell_4k', + 'ae2:fluid_storage_cell_16k', + 'ae2:fluid_storage_cell_64k', + 'ae2:fluid_storage_cell_256k', + 'techreborn:basic_tank_unit', + 'techreborn:advanced_tank_unit', + 'techreborn:industrial_tank_unit', + 'techreborn:quantum_tank_unit', + 'techreborn:creative_tank_unit', + 'techreborn:lapotronic_orbpack', + 'techreborn:crude_storage_unit', + 'techreborn:basic_storage_unit', + 'techreborn:advanced_storage_unit', + 'techreborn:industrial_storage_unit', + 'techreborn:quantum_storage_unit', + 'techreborn:uu_matter', + 'techreborn:scrap_box', + 'techreborn:low_voltage_su', + 'techreborn:medium_voltage_su', + 'techreborn:high_voltage_su', + 'techreborn:interdimensional_su', + 'techreborn:auto_crafting_table', + 'dankstorage:dank_1', + 'dankstorage:dank_2', + 'dankstorage:dank_3', + 'dankstorage:dank_4', + 'dankstorage:dank_5', + 'dankstorage:dank_6', + 'dankstorage:dank_7', + 'botania:dice', + 'botania:infinite_fruit', + 'botania:king_key', + 'botania:flugel_eye', + 'botania:thor_ring', + 'botania:odin_ring', + 'botania:loki_ring', + 'botania:mana_tablet', + 'botania:mana_ring', + 'botania:mana_ring_greater', + 'minecraft:dragon_egg', + 'kibe:golden_lasso', + 'kibe:cursed_lasso', + 'kibe:diamond_lasso', + 'gofish:wooden_crate', + 'gofish:iron_crate', + 'gofish:golden_crate', + 'gofish:diamond_crate', + 'gofish:frosted_crate', + 'gofish:slimey_crate', + 'gofish:supply_crate', + 'gofish:fiery_crate', + 'gofish:soul_crate', + 'gofish:end_crate', + 'gofish:astral_crate', + 'gofish:gilded_blackstone_crate', + 'modern_industrialization:quantum_helmet', + 'modern_industrialization:quantum_chestplate', + 'modern_industrialization:quantum_leggings', + 'modern_industrialization:quantum_boots', + 'modern_industrialization:quantum_sword', + 'modern_industrialization:singularity', + 'techreborn:nuke', + 'artifacts:everlasting_beef', + 'artifacts:eternal_steak', + 'techreborn:heliumplasma_bucket', + 'megacells:bulk_item_cell', + 'megacells:mega_energy_cell', + 'megacells:item_storage_cell_1m', + 'megacells:item_storage_cell_4m', + 'megacells:item_storage_cell_16m', + 'megacells:item_storage_cell_64m', + 'megacells:item_storage_cell_256m', + 'megacells:fluid_storage_cell_1m', + 'megacells:fluid_storage_cell_4m', + 'megacells:fluid_storage_cell_16m', + 'megacells:fluid_storage_cell_64m', + 'megacells:fluid_storage_cell_256m', + 'megacells:portable_item_cell_1m', + 'megacells:portable_item_cell_4m', + 'megacells:portable_item_cell_16m', + 'megacells:portable_item_cell_64m', + 'megacells:portable_item_cell_256m', + 'megacells:portable_fluid_cell_1m', + 'megacells:portable_fluid_cell_4m', + 'megacells:portable_fluid_cell_16m', + 'megacells:portable_fluid_cell_64m', + 'megacells:portable_fluid_cell_256m', + 'travelersbackpack:standard', + 'travelersbackpack:netherite', + 'travelersbackpack:diamond', + 'travelersbackpack:gold', + 'travelersbackpack:emerald', + 'travelersbackpack:iron', + 'travelersbackpack:lapis', + 'travelersbackpack:redstone', + 'travelersbackpack:coal', + 'travelersbackpack:quartz', + 'travelersbackpack:bookshelf', + 'travelersbackpack:end', + 'travelersbackpack:nether', + 'travelersbackpack:sandstone', + 'travelersbackpack:snow', + 'travelersbackpack:sponge', + 'travelersbackpack:cake', + 'travelersbackpack:cactus', + 'travelersbackpack:hay', + 'travelersbackpack:melon', + 'travelersbackpack:pumpkin', + 'travelersbackpack:creeper', + 'travelersbackpack:dragon', + 'travelersbackpack:enderman', + 'travelersbackpack:blaze', + 'travelersbackpack:ghast', + 'travelersbackpack:magma_cube', + 'travelersbackpack:skeleton', + 'travelersbackpack:spider', + 'travelersbackpack:wither', + 'travelersbackpack:bat', + 'travelersbackpack:bee', + 'travelersbackpack:wolf', + 'travelersbackpack:fox', + 'travelersbackpack:ocelot', + 'travelersbackpack:horse', + 'travelersbackpack:cow', + 'travelersbackpack:pig', + 'travelersbackpack:sheep', + 'travelersbackpack:chicken', + 'travelersbackpack:squid', + 'travelersbackpack:villager', + 'travelersbackpack:iron_golem', + 'lootbags:loot_bag', + 'powah:battery_starter', + 'powah:battery_basic', + 'powah:battery_hardened', + 'powah:battery_blazing', + 'powah:battery_niotic', + 'powah:battery_spirited', + 'powah:battery_nitro', + 'inmis:baby_backpack', + 'inmis:frayed_backpack', + 'inmis:plated_backpack', + 'inmis:gilded_backpack', + 'inmis:bejeweled_backpack', + 'inmis:blazing_backpack', + 'inmis:withered_backpack', + 'inmis:endless_backpack' + + ]; + + replicator.forEach((item) => { + event.add('modern_industrialization:replicator_blacklist', item) + }); + +}); diff --git a/kubejs/server_scripts/unification/farming.js b/kubejs/server_scripts/unification/farming.js new file mode 100644 index 0000000..126812f --- /dev/null +++ b/kubejs/server_scripts/unification/farming.js @@ -0,0 +1,38 @@ + +//////////////////////// +/// Made by Team AOF /// +//////////////////////// + + +ServerEvents.recipes(event => { + + +}); + +ServerEvents.tags('item', event => { + + // Farmland + event.add('c:farmland', 'byg:lush_farmland') + event.add('c:farmland', 'farmersdelight:rich_soil_farmland') + event.add('c:farmland', 'farmingforblockheads:fertilized_farmland_rich') + event.add('c:farmland', 'farmingforblockheads:fertilized_farmland_rich_stable') + event.add('c:farmland', 'farmingforblockheads:fertilized_farmland_healthy') + event.add('c:farmland', 'farmingforblockheads:fertilized_farmland_healthy_stable') + event.add('c:farmland', 'farmingforblockheads:fertilized_farmland_stable') + + // Milk + event.add('fabric:milk', 'croptopia:milk_bottle') + event.add('fabric:milk', 'croptopia:soy_milk') + event.add('c:milks', 'farmersdelight:milk_bottle') + + // Dough + event.add('c:dough', 'vinery:dough') + + // Garlic + event.add('c:garlic', 'bewitchment:garlic') + event.add('c:crops/garlic', 'bewitchment:garlic') + + // Bacon + event.add('c:raw_bacon', 'croptopia:bacon') + event.add('c:cooked_bacon', 'croptopia:cooked_bacon') +}); diff --git a/kubejs/startup_scripts/items.js b/kubejs/startup_scripts/items.js new file mode 100644 index 0000000..302a1ef --- /dev/null +++ b/kubejs/startup_scripts/items.js @@ -0,0 +1,5 @@ +StartupEvents.registry('item', event => { + + event.create('aof6_logo').displayName('AOF6') + event.create('completionist').displayName('Completionist Medal') +}); \ No newline at end of file diff --git a/kubejs/startup_scripts/worldgen.js b/kubejs/startup_scripts/worldgen.js new file mode 100644 index 0000000..fda5dc6 --- /dev/null +++ b/kubejs/startup_scripts/worldgen.js @@ -0,0 +1,17 @@ +const ORES_TO_REMOVE = [ + "techreborn:bauxite_ore", + "techreborn:deepslate_bauxite_ore", + "techreborn:iridium_ore", + "techreborn:deepslate_iridium_ore", + "techreborn:lead_ore", + "techreborn:deepslate_lead_ore", + "techreborn:tin_ore", + "techreborn:deepslate_tin_ore", + "techreborn:deepslate_tungsten_ore", + "techreborn:tungsten_ore"]; + +WorldgenEvents.remove(event => { + event.removeOres(ores => { + ores.blocks = ORES_TO_REMOVE; + }) +}); \ No newline at end of file diff --git a/mods/accelerated-decay.pw.toml b/mods/accelerated-decay.pw.toml new file mode 100644 index 0000000..4d29a26 --- /dev/null +++ b/mods/accelerated-decay.pw.toml @@ -0,0 +1,13 @@ +name = "Accelerated Decay" +filename = "accelerated-decay-fabric-1.0.0+mc1.19.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "985743ea0f49727bd4c4951dc9139b9eb356b7e8" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4139408 +project-id = 699872 diff --git a/mods/adaptive-tooltips.pw.toml b/mods/adaptive-tooltips.pw.toml new file mode 100644 index 0000000..e5a0647 --- /dev/null +++ b/mods/adaptive-tooltips.pw.toml @@ -0,0 +1,13 @@ +name = "Adaptive Tooltips" +filename = "AdaptiveTooltips-1.0.1-fabric-1.19.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c09940c0ee3ef47d0fddcc61870fe218cb1d386b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4115793 +project-id = 704346 diff --git a/mods/advanced-netherite-fabric.pw.toml b/mods/advanced-netherite-fabric.pw.toml new file mode 100644 index 0000000..e5c96c2 --- /dev/null +++ b/mods/advanced-netherite-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Advanced Netherite [FABRIC]" +filename = "advancednetherite-fabric-1.6.6-1.19.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a3b7b7054aa8ccd4727f6fd2ecdadf75b55b8d22" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4357441 +project-id = 547881 diff --git a/mods/advancement-plaques-fabric.pw.toml b/mods/advancement-plaques-fabric.pw.toml new file mode 100644 index 0000000..98702ee --- /dev/null +++ b/mods/advancement-plaques-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Advancement Plaques [Fabric]" +filename = "AdvancementPlaques-1.19.2-fabric-1.4.6.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "4af48cf2e71ea3f1ba7987b3bf39662ae3838714" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3949457 +project-id = 514882 diff --git a/mods/advancements-debug.pw.toml b/mods/advancements-debug.pw.toml new file mode 100644 index 0000000..9a37ae8 --- /dev/null +++ b/mods/advancements-debug.pw.toml @@ -0,0 +1,13 @@ +name = "Advancements Debug" +filename = "advdebug-2.3.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "1b66e20a98bd26d8fd2f21c63d666795d9d9a60d" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3345570 +project-id = 422316 diff --git a/mods/adventurez.pw.toml b/mods/adventurez.pw.toml new file mode 100644 index 0000000..961c142 --- /dev/null +++ b/mods/adventurez.pw.toml @@ -0,0 +1,13 @@ +name = "AdventureZ" +filename = "adventurez-1.4.17.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "95c50b4dcee1c7f4e0ff3d1db0c11e624b43c92f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4061649 +project-id = 390991 diff --git a/mods/aeronautics.pw.toml b/mods/aeronautics.pw.toml new file mode 100644 index 0000000..83d8f5e --- /dev/null +++ b/mods/aeronautics.pw.toml @@ -0,0 +1,13 @@ +name = "Ad Astra" +filename = "ad_astra-fabric-1.19.2-1.12.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "bdeddc9f42cf3b9d4e406115e8537109501acf94" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4390111 +project-id = 635042 diff --git a/mods/almost-unified.pw.toml b/mods/almost-unified.pw.toml new file mode 100644 index 0000000..27df9b5 --- /dev/null +++ b/mods/almost-unified.pw.toml @@ -0,0 +1,13 @@ +name = "Almost Unified" +filename = "almostunified-fabric-1.19.2-0.3.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "84cfcc0e6fc7842d0c6ca0a254ff290ec7c90287" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4386253 +project-id = 633823 diff --git a/mods/ambientsounds.pw.toml b/mods/ambientsounds.pw.toml new file mode 100644 index 0000000..0a990e8 --- /dev/null +++ b/mods/ambientsounds.pw.toml @@ -0,0 +1,13 @@ +name = "AmbientSounds 5" +filename = "AmbientSounds_FABRIC_v5.2.13_mc1.19.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "5977b2703f12121f92f00c6c4458fcff5f558e0c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4126141 +project-id = 254284 diff --git a/mods/animal-feeding-trough.pw.toml b/mods/animal-feeding-trough.pw.toml new file mode 100644 index 0000000..db28d7a --- /dev/null +++ b/mods/animal-feeding-trough.pw.toml @@ -0,0 +1,13 @@ +name = "Animal Feeding Trough [Fabric | Forge | Quilt]" +filename = "animal_feeding_trough-1.0.3+1.19.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "5c3869eaa6485710ba7665866c3f6b3271a86d51" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3930081 +project-id = 445838 diff --git a/mods/another-furniture.pw.toml b/mods/another-furniture.pw.toml new file mode 100644 index 0000000..a5d558a --- /dev/null +++ b/mods/another-furniture.pw.toml @@ -0,0 +1,13 @@ +name = "Another Furniture" +filename = "another_furniture-fabric-2.1.2-1.19.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "0553fdc5c990917f88637a7acb934843b6fd2cdf" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4034011 +project-id = 610492 diff --git a/mods/antighost.pw.toml b/mods/antighost.pw.toml new file mode 100644 index 0000000..62019f2 --- /dev/null +++ b/mods/antighost.pw.toml @@ -0,0 +1,13 @@ +name = "AntiGhost" +filename = "antighost-1.19.1-fabric0.58.5-1.1.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "de93b03bbb5d5673d5b7a48e1b4ebb25a7353ce8" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3907240 +project-id = 273279 diff --git a/mods/appleskin.pw.toml b/mods/appleskin.pw.toml new file mode 100644 index 0000000..5c17894 --- /dev/null +++ b/mods/appleskin.pw.toml @@ -0,0 +1,13 @@ +name = "AppleSkin" +filename = "appleskin-fabric-mc1.19-2.4.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "7bd52695e82b1ddd1fdb3320154b68bf48dfff37" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3927567 +project-id = 248787 diff --git a/mods/applied-botanics-addon.pw.toml b/mods/applied-botanics-addon.pw.toml new file mode 100644 index 0000000..e45962f --- /dev/null +++ b/mods/applied-botanics-addon.pw.toml @@ -0,0 +1,13 @@ +name = "Applied Botanics Addon" +filename = "Applied-Botanics-1.4.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "1037edd9c76eb4925fdd5900e505f3518bf812f9" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4203088 +project-id = 610632 diff --git a/mods/applied-energistics-2-wireless-terminals.pw.toml b/mods/applied-energistics-2-wireless-terminals.pw.toml new file mode 100644 index 0000000..8db255e --- /dev/null +++ b/mods/applied-energistics-2-wireless-terminals.pw.toml @@ -0,0 +1,13 @@ +name = "Applied Energistics 2 Wireless Terminals" +filename = "AE2WTLib-12.8.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "8e06e26e405a853f1a0fc0d20599ae55657b0ed0" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4333616 +project-id = 459929 diff --git a/mods/applied-energistics-2.pw.toml b/mods/applied-energistics-2.pw.toml new file mode 100644 index 0000000..53b841e --- /dev/null +++ b/mods/applied-energistics-2.pw.toml @@ -0,0 +1,13 @@ +name = "Applied Energistics 2" +filename = "appliedenergistics2-fabric-12.9.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "77590ed76cc1ef1746435145e329e71b5283355e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4293536 +project-id = 223794 diff --git a/mods/archeology.pw.toml b/mods/archeology.pw.toml new file mode 100644 index 0000000..070898b --- /dev/null +++ b/mods/archeology.pw.toml @@ -0,0 +1,13 @@ +name = "Archeology Mod" +filename = "capsey-archeology-1.19.2-0.2.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "79f0e607d1c40d35b6a9cdd8c0bed8f6800c1c05" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4018063 +project-id = 539957 diff --git a/mods/architects-palette-fabric.pw.toml b/mods/architects-palette-fabric.pw.toml new file mode 100644 index 0000000..73e2dd2 --- /dev/null +++ b/mods/architects-palette-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Architect's Palette [FABRIC]" +filename = "architects-palette-fabric-2.1.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "4c58faed102dbfb21b464b17b2b90e32f733def7" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3845046 +project-id = 487364 diff --git a/mods/architectury-api.pw.toml b/mods/architectury-api.pw.toml new file mode 100644 index 0000000..5e27e04 --- /dev/null +++ b/mods/architectury-api.pw.toml @@ -0,0 +1,13 @@ +name = "Architectury API (Fabric/Forge)" +filename = "architectury-6.5.69-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "09aaab6454e67e90143213fc711f5bed5adc053e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4384405 +project-id = 419699 diff --git a/mods/arrp.pw.toml b/mods/arrp.pw.toml new file mode 100644 index 0000000..d3beb62 --- /dev/null +++ b/mods/arrp.pw.toml @@ -0,0 +1,13 @@ +name = "ARRP" +filename = "arrp-0.6.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "d18e0e8fd5373b60eed33094d1b511da29368248" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3901211 +project-id = 463113 diff --git a/mods/artifacts-fabric.pw.toml b/mods/artifacts-fabric.pw.toml new file mode 100644 index 0000000..4567f23 --- /dev/null +++ b/mods/artifacts-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Artifacts (Fabric)" +filename = "artifacts-7.1.1+fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6185aa16369b84f18e6208694509d51bc3304111" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3843992 +project-id = 401236 diff --git a/mods/attributefix.pw.toml b/mods/attributefix.pw.toml new file mode 100644 index 0000000..c6a6145 --- /dev/null +++ b/mods/attributefix.pw.toml @@ -0,0 +1,13 @@ +name = "AttributeFix" +filename = "AttributeFix-Fabric-1.19.2-17.1.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "be2c9987cb2a58fd944425ba36cea261641278f1" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3963621 +project-id = 280510 diff --git a/mods/auth-me.pw.toml b/mods/auth-me.pw.toml new file mode 100644 index 0000000..ce3f998 --- /dev/null +++ b/mods/auth-me.pw.toml @@ -0,0 +1,13 @@ +name = "Auth Me" +filename = "authme-mc1.19.2-4.2.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "16a99205b99e78d8c716c25b257fa5c42696f366" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4021907 +project-id = 356643 diff --git a/mods/auto-workstations-fabric.pw.toml b/mods/auto-workstations-fabric.pw.toml new file mode 100644 index 0000000..24b6fad --- /dev/null +++ b/mods/auto-workstations-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Auto Workstations (Fabric)" +filename = "auto-workstations-[MC1.19]-v1.0-SNAPSHOT-19.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "8a599ee4dea3437df278955c4dd07fb308d0c9f9" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4001771 +project-id = 623678 diff --git a/mods/autotag.pw.toml b/mods/autotag.pw.toml new file mode 100644 index 0000000..f756f71 --- /dev/null +++ b/mods/autotag.pw.toml @@ -0,0 +1,13 @@ +name = "AutoTag" +filename = "autotag-2.0.0+1.19.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "9ff8bc50a7e8241b358fa8fe4c631e58d79183fb" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3989400 +project-id = 618433 diff --git a/mods/axolotl-bucket-fix.pw.toml b/mods/axolotl-bucket-fix.pw.toml new file mode 100644 index 0000000..699e4a1 --- /dev/null +++ b/mods/axolotl-bucket-fix.pw.toml @@ -0,0 +1,13 @@ +name = "Axolotl Bucket Fix" +filename = "axolotl-item-fix-1.1.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "7c1971002b420f92fb325c0aa72c83186f1f3c21" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4126846 +project-id = 495453 diff --git a/mods/bad-wither-no-cookie-reloaded.pw.toml b/mods/bad-wither-no-cookie-reloaded.pw.toml new file mode 100644 index 0000000..54ff7a6 --- /dev/null +++ b/mods/bad-wither-no-cookie-reloaded.pw.toml @@ -0,0 +1,13 @@ +name = "Bad Wither No Cookie - Reloaded" +filename = "bwncr-fabric-1.19.2-3.14.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "42d9d84a326d54159724572e25820a75b570b673" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4090813 +project-id = 261251 diff --git a/mods/badpackets.pw.toml b/mods/badpackets.pw.toml new file mode 100644 index 0000000..c182bab --- /dev/null +++ b/mods/badpackets.pw.toml @@ -0,0 +1,13 @@ +name = "bad packets" +filename = "badpackets-fabric-0.2.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "17438ba70d88752f73d814405927450c81d035b9" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4073853 +project-id = 615134 diff --git a/mods/balm-fabric.pw.toml b/mods/balm-fabric.pw.toml new file mode 100644 index 0000000..dc6c1a2 --- /dev/null +++ b/mods/balm-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Balm (Fabric Edition)" +filename = "balm-fabric-4.5.2+0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "1522f8c3eddd62ba81dbdf558462b1afe9de0d52" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3913965 +project-id = 500525 diff --git a/mods/bamboo-combat.pw.toml b/mods/bamboo-combat.pw.toml new file mode 100644 index 0000000..ca7a7d9 --- /dev/null +++ b/mods/bamboo-combat.pw.toml @@ -0,0 +1,13 @@ +name = "Bamboo Combat" +filename = "Bamboo_Combat-1.19-1.0.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "9588e8b39292ae8a2f9eb67f1fdf0942a4bade71" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3954148 +project-id = 631472 diff --git a/mods/bamboo-everything.pw.toml b/mods/bamboo-everything.pw.toml new file mode 100644 index 0000000..24dc720 --- /dev/null +++ b/mods/bamboo-everything.pw.toml @@ -0,0 +1,13 @@ +name = "Bamboo Everything (Forge/Fabric)" +filename = "BambooEverything-fabric-2.2.4-build.33+mc1.19.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "218651b1681dc8563ab65cfa72c2cd328dfef238" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4022326 +project-id = 331723 diff --git a/mods/beaconoverhaul.pw.toml b/mods/beaconoverhaul.pw.toml new file mode 100644 index 0000000..95b6ad1 --- /dev/null +++ b/mods/beaconoverhaul.pw.toml @@ -0,0 +1,13 @@ +name = "Beacon Overhaul" +filename = "BeaconOverhaul-1.7.3+1.19.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a563a48ff60468827be97a493f449c1c4226b906" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3983948 +project-id = 430382 diff --git a/mods/bed-benefits.pw.toml b/mods/bed-benefits.pw.toml new file mode 100644 index 0000000..5bfaae0 --- /dev/null +++ b/mods/bed-benefits.pw.toml @@ -0,0 +1,13 @@ +name = "Bed Benefits" +filename = "BedBenefits-Fabric-1.19.2-9.1.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c9c21ab2ad2f2543860e2cd55376a9e13b9a6ad0" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3943017 +project-id = 377051 diff --git a/mods/besmirchment-2.pw.toml b/mods/besmirchment-2.pw.toml new file mode 100644 index 0000000..bb021c0 --- /dev/null +++ b/mods/besmirchment-2.pw.toml @@ -0,0 +1,13 @@ +name = "Besmirchment 2" +filename = "besmirchment-1.19-8.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "8c54094005767c354e71995d45f449474d5bb951" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4394525 +project-id = 542196 diff --git a/mods/better-combat-by-daedelus.pw.toml b/mods/better-combat-by-daedelus.pw.toml new file mode 100644 index 0000000..f346d3a --- /dev/null +++ b/mods/better-combat-by-daedelus.pw.toml @@ -0,0 +1,13 @@ +name = "Better Combat [Fabric & Forge]" +filename = "bettercombat-fabric-1.5.5+1.19.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "0e86108d0845e5b2d25581d3af25d459a638abce" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4357587 +project-id = 639842 diff --git a/mods/better-lily-pads.pw.toml b/mods/better-lily-pads.pw.toml new file mode 100644 index 0000000..6d49b0d --- /dev/null +++ b/mods/better-lily-pads.pw.toml @@ -0,0 +1,13 @@ +name = "Better Lily Pads" +filename = "betterlily.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c9428c8fb1442d9819314abbc336a1d345d1213c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3989666 +project-id = 626812 diff --git a/mods/better-mount-hud.pw.toml b/mods/better-mount-hud.pw.toml new file mode 100644 index 0000000..05394da --- /dev/null +++ b/mods/better-mount-hud.pw.toml @@ -0,0 +1,13 @@ +name = "Better Mount HUD" +filename = "bettermounthud-1.2.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "af91cf0d8944ce4d8d15592a0615174c26ce141a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4023319 +project-id = 475358 diff --git a/mods/better-ping-display-fabric.pw.toml b/mods/better-ping-display-fabric.pw.toml new file mode 100644 index 0000000..71c7fda --- /dev/null +++ b/mods/better-ping-display-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Better Ping Display [Fabric]" +filename = "BetterPingDisplay-Fabric-1.19.2-1.1.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "7185f04b2089d29af83f4d32366b00c09fb1c90e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4018586 +project-id = 406343 diff --git a/mods/better-stats.pw.toml b/mods/better-stats.pw.toml new file mode 100644 index 0000000..9677dbd --- /dev/null +++ b/mods/better-stats.pw.toml @@ -0,0 +1,13 @@ +name = "Better Statistics Screen (Fabric/Forge)" +filename = "betterstats-2.2.1+1.19.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b99e27e03b34091b2d487e47c6841eceb9fe109a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4378075 +project-id = 667464 diff --git a/mods/bewitchment-plus.pw.toml b/mods/bewitchment-plus.pw.toml new file mode 100644 index 0000000..83905d6 --- /dev/null +++ b/mods/bewitchment-plus.pw.toml @@ -0,0 +1,13 @@ +name = "Bewitchment Plus" +filename = "bewitchmentplus-1.19-9.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "d29c5035f7de81d768333ab4754908c188c1850a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4297461 +project-id = 582588 diff --git a/mods/bewitchment.pw.toml b/mods/bewitchment.pw.toml new file mode 100644 index 0000000..ad0307c --- /dev/null +++ b/mods/bewitchment.pw.toml @@ -0,0 +1,13 @@ +name = "Bewitchment" +filename = "bewitchment-1.19-6.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a2d9baa481d4dc1a7419f8f54593c5bc6538d363" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4048571 +project-id = 394915 diff --git a/mods/biome-makeover.pw.toml b/mods/biome-makeover.pw.toml new file mode 100644 index 0000000..c3be3be --- /dev/null +++ b/mods/biome-makeover.pw.toml @@ -0,0 +1,13 @@ +name = "Biome Makeover" +filename = "biomemakeover-FABRIC-1.19.2-1.6.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "19db6ec81f99279f853fe0a77f8e07d6fc4bf7a7" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4127075 +project-id = 412182 diff --git a/mods/bisecthosting-server-integration-menu-fabric.pw.toml b/mods/bisecthosting-server-integration-menu-fabric.pw.toml new file mode 100644 index 0000000..9ead984 --- /dev/null +++ b/mods/bisecthosting-server-integration-menu-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "BisectHosting Server Integration Menu [FABRIC]" +filename = "BHMenu-Fabric-1.19-1.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "1fd77a99d7a1722fe700dd6b84f047bb14a7bc6e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3836367 +project-id = 585548 diff --git a/mods/blast.pw.toml b/mods/blast.pw.toml new file mode 100644 index 0000000..b4cf2a9 --- /dev/null +++ b/mods/blast.pw.toml @@ -0,0 +1,13 @@ +name = "BLAST 💣" +filename = "blast-1.10.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "78d89b59e987858397de5db0dcbb58e8c94e1a20" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3838824 +project-id = 349938 diff --git a/mods/blockus.pw.toml b/mods/blockus.pw.toml new file mode 100644 index 0000000..dc9c766 --- /dev/null +++ b/mods/blockus.pw.toml @@ -0,0 +1,13 @@ +name = "Blockus" +filename = "blockus-2.5.6+1.19.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "416dba717f5887028fbdb85e296793c86799589f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4132431 +project-id = 312289 diff --git a/mods/bone-zone.pw.toml b/mods/bone-zone.pw.toml new file mode 100644 index 0000000..f89b305 --- /dev/null +++ b/mods/bone-zone.pw.toml @@ -0,0 +1,13 @@ +name = "Bone Zone" +filename = "BoneZone-Fabric-1.19.2-1.0.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "f972af936945d55560cc8f956cfae9c05b40955b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4057706 +project-id = 690176 diff --git a/mods/bookshelf.pw.toml b/mods/bookshelf.pw.toml new file mode 100644 index 0000000..875f777 --- /dev/null +++ b/mods/bookshelf.pw.toml @@ -0,0 +1,13 @@ +name = "Bookshelf" +filename = "Bookshelf-Fabric-1.19.2-16.2.17.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "264c49ce10d3d8a74bf5dad8bb73c19e8052bc9c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4354813 +project-id = 228525 diff --git a/mods/bosses-of-mass-destruction.pw.toml b/mods/bosses-of-mass-destruction.pw.toml new file mode 100644 index 0000000..0b34cb3 --- /dev/null +++ b/mods/bosses-of-mass-destruction.pw.toml @@ -0,0 +1,13 @@ +name = "Bosses of Mass Destruction" +filename = "BOMD-1.4.6-1.19.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c4d0c1d4cd89b71dc162913233a4b08927d41ae8" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4175430 +project-id = 438365 diff --git a/mods/botania-fabric.pw.toml b/mods/botania-fabric.pw.toml new file mode 100644 index 0000000..2a4ad0b --- /dev/null +++ b/mods/botania-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Botania (Fabric/Quilt)" +filename = "Botania-1.19.2-437-FABRIC.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "84bd340504aa9e8b29f7a70d8f426b8da68de762" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4371118 +project-id = 421839 diff --git a/mods/botany-pots.pw.toml b/mods/botany-pots.pw.toml new file mode 100644 index 0000000..65b1ee8 --- /dev/null +++ b/mods/botany-pots.pw.toml @@ -0,0 +1,13 @@ +name = "Botany Pots" +filename = "BotanyPots-Fabric-1.19.2-9.0.27.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "580c731fd60ffcf27399939310c7ad70a8800755" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4393643 +project-id = 353928 diff --git a/mods/botany-trees.pw.toml b/mods/botany-trees.pw.toml new file mode 100644 index 0000000..4c98d31 --- /dev/null +++ b/mods/botany-trees.pw.toml @@ -0,0 +1,13 @@ +name = "Botany Trees" +filename = "BotanyTrees-Fabric-1.19.2-5.0.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "1fc93afbb920f67ba5161f9b8bb1179ac97fb500" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4183290 +project-id = 411357 diff --git a/mods/botarium.pw.toml b/mods/botarium.pw.toml new file mode 100644 index 0000000..e9a0e6f --- /dev/null +++ b/mods/botarium.pw.toml @@ -0,0 +1,13 @@ +name = "Botarium" +filename = "botarium-fabric-1.19.2-1.8.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "4a7482c42cacaab06dab2fb29dac96ebcc4462d2" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4306550 +project-id = 704113 diff --git a/mods/bow-infinity-fix.pw.toml b/mods/bow-infinity-fix.pw.toml new file mode 100644 index 0000000..5bee461 --- /dev/null +++ b/mods/bow-infinity-fix.pw.toml @@ -0,0 +1,13 @@ +name = "Bow Infinity Fix (Forge/Fabric)" +filename = "BowInfinityFix-1.19.x-fabric-2.5.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "631cfe2b397581fc90e1ef7a5bd73131003975fb" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3859566 +project-id = 224713 diff --git a/mods/brazier.pw.toml b/mods/brazier.pw.toml new file mode 100644 index 0000000..708d91b --- /dev/null +++ b/mods/brazier.pw.toml @@ -0,0 +1,13 @@ +name = "Brazier" +filename = "brazier-fabric-5.0.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "0b4f10584c4ab12e7d63b9f9b5ad93a5ff10729c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3922677 +project-id = 402616 diff --git a/mods/brewin-and-chewin-fabric.pw.toml b/mods/brewin-and-chewin-fabric.pw.toml new file mode 100644 index 0000000..3144983 --- /dev/null +++ b/mods/brewin-and-chewin-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Brewin' And Chewin' [Fabric]" +filename = "brewinandchewin-fabric-1.0.5+1.19.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "786674c803752d9be4fe74428ab37c39baa5c8ad" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4332440 +project-id = 807512 diff --git a/mods/building-wands.pw.toml b/mods/building-wands.pw.toml new file mode 100644 index 0000000..43b0490 --- /dev/null +++ b/mods/building-wands.pw.toml @@ -0,0 +1,13 @@ +name = "Building Wands" +filename = "BuildingWands_mc1.19.2-2.6.4_release-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6890d0503695574f9d20661a2e17bdf55acb7c88" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4282360 +project-id = 363392 diff --git a/mods/builtin-servers.pw.toml b/mods/builtin-servers.pw.toml new file mode 100644 index 0000000..2e0b07a --- /dev/null +++ b/mods/builtin-servers.pw.toml @@ -0,0 +1,13 @@ +name = "Builtin Servers" +filename = "builtin-servers-2.0-BETA+1.19.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "02450a1584ab93a75d7f5819b6861282ebbe8016" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3857552 +project-id = 473131 diff --git a/mods/bushier-flowers.pw.toml b/mods/bushier-flowers.pw.toml new file mode 100644 index 0000000..913a8d6 --- /dev/null +++ b/mods/bushier-flowers.pw.toml @@ -0,0 +1,13 @@ +name = "Bushier Flowers" +filename = "bushierflowers-0.0.1-1.19.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "46f3db852d82932e296f60104d456baaada68836" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4026211 +project-id = 682644 diff --git a/mods/calibrated.pw.toml b/mods/calibrated.pw.toml new file mode 100644 index 0000000..bf2a8b2 --- /dev/null +++ b/mods/calibrated.pw.toml @@ -0,0 +1,13 @@ +name = "Calibrated Access" +filename = "calibrated-1.0.1+1.19.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b4d88fce18ef408aa8aa1e43b16acebf48417618" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4392355 +project-id = 823331 diff --git a/mods/campanion.pw.toml b/mods/campanion.pw.toml new file mode 100644 index 0000000..18427d3 --- /dev/null +++ b/mods/campanion.pw.toml @@ -0,0 +1,13 @@ +name = "Campanion" +filename = "Campanion-fabric-1.19.2-4.1.2+fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ce9ea9747a07a7fca748d78fa6be0f54042b3d76" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4119826 +project-id = 373138 diff --git a/mods/can-i-mine-this-block.pw.toml b/mods/can-i-mine-this-block.pw.toml new file mode 100644 index 0000000..9212ab6 --- /dev/null +++ b/mods/can-i-mine-this-block.pw.toml @@ -0,0 +1,13 @@ +name = "cAn i MiNe thIS bLOCk?" +filename = "can-i-mine-this-block-1.3.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "2760efa6e5f4af0718e487fb7fe91e43ea8fa7e1" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3831994 +project-id = 400929 diff --git a/mods/cardinal-components.pw.toml b/mods/cardinal-components.pw.toml new file mode 100644 index 0000000..0efb266 --- /dev/null +++ b/mods/cardinal-components.pw.toml @@ -0,0 +1,13 @@ +name = "Cardinal Components" +filename = "cardinal-components-api-5.0.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "2ca37fd1372f48d39154aea952a9db148d1db9e5" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3954769 +project-id = 318449 diff --git a/mods/catwalks-inc.pw.toml b/mods/catwalks-inc.pw.toml new file mode 100644 index 0000000..b7f9128 --- /dev/null +++ b/mods/catwalks-inc.pw.toml @@ -0,0 +1,13 @@ +name = "Catwalks Inc." +filename = "catwalks-inc-1.3.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "dd4d41999ed633ab7326b4d8abb60f84581a4ee0" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3912708 +project-id = 554340 diff --git a/mods/cc-restitched.pw.toml b/mods/cc-restitched.pw.toml new file mode 100644 index 0000000..db0bafc --- /dev/null +++ b/mods/cc-restitched.pw.toml @@ -0,0 +1,13 @@ +name = "CC: Restitched" +filename = "cc-restitched-1.101.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "428b306c317e38d5829972f1944c873858b740da" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3908334 +project-id = 462672 diff --git a/mods/chalk-fabric.pw.toml b/mods/chalk-fabric.pw.toml new file mode 100644 index 0000000..65b474b --- /dev/null +++ b/mods/chalk-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Chalk (Fabric)" +filename = "chalk-2.1.0+1.19.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "300d8b999e87665b4c66ba9c3f83dc5a0eefe0dd" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3855436 +project-id = 535541 diff --git a/mods/charm-of-undying-fabric.pw.toml b/mods/charm-of-undying-fabric.pw.toml new file mode 100644 index 0000000..0b21a35 --- /dev/null +++ b/mods/charm-of-undying-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Charm of Undying (Fabric 1.16.1 - 1.19.2)" +filename = "charmofundying-fabric-6.1.1+1.19.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "5ca77ea4fb5de23c0449fc78b93943c20e0585e4" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4346535 +project-id = 395547 diff --git a/mods/chassis.pw.toml b/mods/chassis.pw.toml new file mode 100644 index 0000000..09e7fb1 --- /dev/null +++ b/mods/chassis.pw.toml @@ -0,0 +1,13 @@ +name = "Chassis" +filename = "Chassis-Fabric-1.2.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ba0eda3dbabd3b4eab4e78f1c86be393ec8b5da9" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3926780 +project-id = 596615 diff --git a/mods/chefs-delight-fabric.pw.toml b/mods/chefs-delight-fabric.pw.toml new file mode 100644 index 0000000..50f0de0 --- /dev/null +++ b/mods/chefs-delight-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Chef's Delight [Fabric]" +filename = "chefs-delight-1.0.2-fabric-1.19.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "8336c38f8abf9792a658cfad9a6a35e8866266ad" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4388043 +project-id = 736986 diff --git a/mods/cherished-worlds-fabric.pw.toml b/mods/cherished-worlds-fabric.pw.toml new file mode 100644 index 0000000..ce72092 --- /dev/null +++ b/mods/cherished-worlds-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Cherished Worlds (Fabric 1.16.1 - 1.19.2)" +filename = "cherishedworlds-fabric-6.0.1+1.19.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b9814e80939f7e3a13378b5b11f4c06c7ab44963" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3927554 +project-id = 398502 diff --git a/mods/chimes.pw.toml b/mods/chimes.pw.toml new file mode 100644 index 0000000..2e329dd --- /dev/null +++ b/mods/chimes.pw.toml @@ -0,0 +1,13 @@ +name = "Chimes" +filename = "Chimes-1.1.4-1.19.2-Fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "3735c5df56ef9acf1b6e04331f3f143fe5ea567a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4067923 +project-id = 350464 diff --git a/mods/chisels-bits-for-fabric.pw.toml b/mods/chisels-bits-for-fabric.pw.toml new file mode 100644 index 0000000..e81a0b2 --- /dev/null +++ b/mods/chisels-bits-for-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Chisels & Bits - For Fabric" +filename = "chisels-and-bits-fabric-1.3.126.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "53c60d56df74b7de19fe072b0c633aa8622112c5" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4357359 +project-id = 561059 diff --git a/mods/choicetheorems-overhauled-village.pw.toml b/mods/choicetheorems-overhauled-village.pw.toml new file mode 100644 index 0000000..f3fa5dd --- /dev/null +++ b/mods/choicetheorems-overhauled-village.pw.toml @@ -0,0 +1,13 @@ +name = "ChoiceTheorem's Overhauled Village" +filename = "ctov-3.1.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "fff0bc8d60474625fe0b93def173f412b33e29a1" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4131787 +project-id = 623908 diff --git a/mods/cleancut.pw.toml b/mods/cleancut.pw.toml new file mode 100644 index 0000000..33c73de --- /dev/null +++ b/mods/cleancut.pw.toml @@ -0,0 +1,13 @@ +name = "CleanCut" +filename = "cleancut-1.19.2-5.1-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "edc0902b86dc21459cd498355ca1f94a628be3d3" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3950652 +project-id = 392805 diff --git a/mods/client-tweaks-fabric.pw.toml b/mods/client-tweaks-fabric.pw.toml new file mode 100644 index 0000000..9ee5b45 --- /dev/null +++ b/mods/client-tweaks-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Client Tweaks (Fabric Edition)" +filename = "clienttweaks-fabric-1.19-8.1.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "14cb22dc1fabfc168eec8e67d6574ac2bc6233c8" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3901913 +project-id = 547692 diff --git a/mods/cloth-api.pw.toml b/mods/cloth-api.pw.toml new file mode 100644 index 0000000..b1ef750 --- /dev/null +++ b/mods/cloth-api.pw.toml @@ -0,0 +1,13 @@ +name = "Cloth API (Fabric)" +filename = "cloth-api-4.0.65.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "be86c751c4e8e54c539abd8530f6d84f97c8188c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3853858 +project-id = 317121 diff --git a/mods/cloth-config.pw.toml b/mods/cloth-config.pw.toml new file mode 100644 index 0000000..018f7c7 --- /dev/null +++ b/mods/cloth-config.pw.toml @@ -0,0 +1,13 @@ +name = "Cloth Config API (Fabric/Forge)" +filename = "cloth-config-8.2.88-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "4b93c69f22e9bdeeca201992e99632824b55f9cb" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3972420 +project-id = 348521 diff --git a/mods/clumps.pw.toml b/mods/clumps.pw.toml new file mode 100644 index 0000000..bd2d83d --- /dev/null +++ b/mods/clumps.pw.toml @@ -0,0 +1,13 @@ +name = "Clumps" +filename = "Clumps-fabric-1.19.2-9.0.0+14.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "abc0a2410b250a0e77d44c85b5624d32fc90740e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4153346 +project-id = 256717 diff --git a/mods/colorful-subtitles.pw.toml b/mods/colorful-subtitles.pw.toml new file mode 100644 index 0000000..02208da --- /dev/null +++ b/mods/colorful-subtitles.pw.toml @@ -0,0 +1,13 @@ +name = "Colorful Subtitles" +filename = "colorfulsubtitles-1.0.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c7ef9a124c4600d1d78be63d122cb6182676219c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3420901 +project-id = 514041 diff --git a/mods/colorfulazaleas.pw.toml b/mods/colorfulazaleas.pw.toml new file mode 100644 index 0000000..9448ef3 --- /dev/null +++ b/mods/colorfulazaleas.pw.toml @@ -0,0 +1,13 @@ +name = "Colorful Azaleas" +filename = "ColourfulAzaleas - FABRIC 1.19.2 - (1.0.0).jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "920b8b47c13151abb290d89754614ad573247dbf" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3972720 +project-id = 602536 diff --git a/mods/compressor.pw.toml b/mods/compressor.pw.toml new file mode 100644 index 0000000..81fc763 --- /dev/null +++ b/mods/compressor.pw.toml @@ -0,0 +1,13 @@ +name = "Compressor (Fabric)" +filename = "Compressor-Fabric-0.3.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "42a3fcbd448a9c8bff6ae9bbb41d617ee8f82922" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3904169 +project-id = 563438 diff --git a/mods/connectible-chains.pw.toml b/mods/connectible-chains.pw.toml new file mode 100644 index 0000000..5c497a5 --- /dev/null +++ b/mods/connectible-chains.pw.toml @@ -0,0 +1,13 @@ +name = "Connectible Chains [Fabric]" +filename = "connectiblechains-2.1.4+1.19.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "d81a8ab4fe9c65baab17c08f0759ca863ab91264" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4095088 +project-id = 415681 diff --git a/mods/connectivity.pw.toml b/mods/connectivity.pw.toml new file mode 100644 index 0000000..ac8e52b --- /dev/null +++ b/mods/connectivity.pw.toml @@ -0,0 +1,13 @@ +name = "Connectivity[Forge/Fabric]" +filename = "connectivity-fabric-1.19.2-3.8.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "f005efb30888fe174802486a64da8bb8c1554bde" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4344323 +project-id = 470193 diff --git a/mods/continuity.pw.toml b/mods/continuity.pw.toml new file mode 100644 index 0000000..ee7aa48 --- /dev/null +++ b/mods/continuity.pw.toml @@ -0,0 +1,13 @@ +name = "Continuity" +filename = "continuity-2.0.1+1.19.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "d82700772659f65560202f1cbd0e744007b21a75" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3927270 +project-id = 531351 diff --git a/mods/controlling.pw.toml b/mods/controlling.pw.toml new file mode 100644 index 0000000..7486578 --- /dev/null +++ b/mods/controlling.pw.toml @@ -0,0 +1,13 @@ +name = "Controlling" +filename = "Controlling-fabric-1.19.2-10.0+7.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "73b4c80d6d834a10fce677cd205d4eabe9c6d8a0" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4050342 +project-id = 250398 diff --git a/mods/convenient-decor.pw.toml b/mods/convenient-decor.pw.toml new file mode 100644 index 0000000..a8f0fe8 --- /dev/null +++ b/mods/convenient-decor.pw.toml @@ -0,0 +1,13 @@ +name = "Convenient Decor" +filename = "convenientdecor-0.1.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "8d142717751c772d0069c136fa1c9c127c8ecad1" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4384741 +project-id = 794452 diff --git a/mods/convenient-name-tags.pw.toml b/mods/convenient-name-tags.pw.toml new file mode 100644 index 0000000..ed59cb0 --- /dev/null +++ b/mods/convenient-name-tags.pw.toml @@ -0,0 +1,13 @@ +name = "Convenient Name Tags" +filename = "convenientnametags-0.3.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "5408c10e98736d8b2fa8b56508f2aa66e349ae6e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4035470 +project-id = 662763 diff --git a/mods/cooking-for-blockheads-fabric.pw.toml b/mods/cooking-for-blockheads-fabric.pw.toml new file mode 100644 index 0000000..5591282 --- /dev/null +++ b/mods/cooking-for-blockheads-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Cooking for Blockheads (Fabric Edition)" +filename = "cookingforblockheads-fabric-1.19.2-13.3.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "fc26fd8b70b10f68a03dd93ef26acfe2219ccafb" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4055311 +project-id = 634546 diff --git a/mods/couplings.pw.toml b/mods/couplings.pw.toml new file mode 100644 index 0000000..e57730c --- /dev/null +++ b/mods/couplings.pw.toml @@ -0,0 +1,13 @@ +name = "Couplings" +filename = "Couplings-1.9.1+1.19.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "8adcc4d19154e3e79a754700519daf5c80821acf" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3912405 +project-id = 311120 diff --git a/mods/coxinha-utilities.pw.toml b/mods/coxinha-utilities.pw.toml new file mode 100644 index 0000000..17f27cc --- /dev/null +++ b/mods/coxinha-utilities.pw.toml @@ -0,0 +1,13 @@ +name = "Coxinha Utilities" +filename = "coxinhautilities-1.4.5+1.19.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "862e8c13c0b8a310fb4adea56385b66410e0a397" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4073508 +project-id = 576449 diff --git a/mods/crafting-tweaks-fabric.pw.toml b/mods/crafting-tweaks-fabric.pw.toml new file mode 100644 index 0000000..1dc38bc --- /dev/null +++ b/mods/crafting-tweaks-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Crafting Tweaks (Fabric Edition)" +filename = "craftingtweaks-fabric-1.19-15.1.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "13e43b2dd29621d3152d25239ec196a2fb53e772" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3914006 +project-id = 502516 diff --git a/mods/crawl.pw.toml b/mods/crawl.pw.toml new file mode 100644 index 0000000..2294bae --- /dev/null +++ b/mods/crawl.pw.toml @@ -0,0 +1,13 @@ +name = "Crawl (Fabric)" +filename = "crawl-0.11.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "2f3735bc2287aacc8c1036e66095bb30c79ea95e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3972616 +project-id = 314579 diff --git a/mods/create-fabric.pw.toml b/mods/create-fabric.pw.toml new file mode 100644 index 0000000..677d2c3 --- /dev/null +++ b/mods/create-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Create Fabric" +filename = "create-fabric-0.5.0.i-961+1.19.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "3be598ac8286fcff461b22705fbc877c6c2249f1" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4394141 +project-id = 624165 diff --git a/mods/createaddition.pw.toml b/mods/createaddition.pw.toml new file mode 100644 index 0000000..5419d5f --- /dev/null +++ b/mods/createaddition.pw.toml @@ -0,0 +1,13 @@ +name = "Create Crafts & Additions" +filename = "createaddition-fabric+1.19.2-20230211a.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "34da3cead36324eb61ce6c759323bf75a2d4b3cf" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4391443 +project-id = 439890 diff --git a/mods/creativecore.pw.toml b/mods/creativecore.pw.toml new file mode 100644 index 0000000..d79564f --- /dev/null +++ b/mods/creativecore.pw.toml @@ -0,0 +1,13 @@ +name = "CreativeCore" +filename = "CreativeCore_FABRIC_v2.9.3_mc1.19.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "7bc07082a7b53d680331e865abbf6e43fa91524e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4121642 +project-id = 257814 diff --git a/mods/creeper-overhaul.pw.toml b/mods/creeper-overhaul.pw.toml new file mode 100644 index 0000000..77dbfa4 --- /dev/null +++ b/mods/creeper-overhaul.pw.toml @@ -0,0 +1,13 @@ +name = "Creeper Overhaul" +filename = "creeperoverhaul-2.0.6-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "303724b3e913431e8463322c81936a309dd65f62" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4339113 +project-id = 561625 diff --git a/mods/croptopia.pw.toml b/mods/croptopia.pw.toml new file mode 100644 index 0000000..b31771b --- /dev/null +++ b/mods/croptopia.pw.toml @@ -0,0 +1,13 @@ +name = "Croptopia" +filename = "Croptopia-1.19.2-FABRIC-2.2.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "726c6268da4b0023ea166ca9bc00f5b10e97cfca" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4344773 +project-id = 415438 diff --git a/mods/croptopias-chocolaterie-fabric.pw.toml b/mods/croptopias-chocolaterie-fabric.pw.toml new file mode 100644 index 0000000..caafada --- /dev/null +++ b/mods/croptopias-chocolaterie-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Croptopia's Chocolaterie [Fabric]" +filename = "croptopia-chocolaterie-1.2-1.19.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "39662f74a3e67c5af4d8159ac0e1a28b8971db0c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3841443 +project-id = 560262 diff --git a/mods/croptosis.pw.toml b/mods/croptosis.pw.toml new file mode 100644 index 0000000..a77f023 --- /dev/null +++ b/mods/croptosis.pw.toml @@ -0,0 +1,13 @@ +name = "Croptosis" +filename = "wraith-croptosis-1.5.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "4f2f1aff67f1506471dab66a6c2eb81a128b6433" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3823457 +project-id = 437552 diff --git a/mods/dank-storage-fabric.pw.toml b/mods/dank-storage-fabric.pw.toml new file mode 100644 index 0000000..1318e05 --- /dev/null +++ b/mods/dank-storage-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Dank Storage Fabric" +filename = "dankstorage-1.19.2-4.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "3bb3549507f53a2c99261ebbfdd3472861d50748" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4077255 +project-id = 400619 diff --git a/mods/dark-mode-everywhere-fabric.pw.toml b/mods/dark-mode-everywhere-fabric.pw.toml new file mode 100644 index 0000000..08aa610 --- /dev/null +++ b/mods/dark-mode-everywhere-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Dark Mode Everywhere - Fabric" +filename = "DarkModeEverywhere-1.19.2-1.0.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "f65ec564ace6ddd41430962979ded716817fae41" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4081883 +project-id = 696205 diff --git a/mods/dark-utilities.pw.toml b/mods/dark-utilities.pw.toml new file mode 100644 index 0000000..9c5f70d --- /dev/null +++ b/mods/dark-utilities.pw.toml @@ -0,0 +1,13 @@ +name = "Dark Utilities" +filename = "DarkUtilities-Fabric-1.19.2-13.1.7.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "3ca74c991757303f38dca87e6ddbf4983a17f6d6" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4325811 +project-id = 242195 diff --git a/mods/decorative-blocks.pw.toml b/mods/decorative-blocks.pw.toml new file mode 100644 index 0000000..cceb1dd --- /dev/null +++ b/mods/decorative-blocks.pw.toml @@ -0,0 +1,13 @@ +name = "Decorative Blocks" +filename = "Decorative Blocks-fabric-1.19.2-3.0.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "5b1d7f70ac2a1bfe759b6a22f4e23fa868e72c87" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3941637 +project-id = 362528 diff --git a/mods/deep-mob-learning-refabricated.pw.toml b/mods/deep-mob-learning-refabricated.pw.toml new file mode 100644 index 0000000..e5b1ac3 --- /dev/null +++ b/mods/deep-mob-learning-refabricated.pw.toml @@ -0,0 +1,13 @@ +name = "Deep Mob Learning: Refabricated" +filename = "deepmoblearning-refabricated-0.5.11-BETA+1.19.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "e74804a3e8e8e03880e87cba946a93f14c0d71b3" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4393333 +project-id = 398614 diff --git a/mods/deeperdarker.pw.toml b/mods/deeperdarker.pw.toml new file mode 100644 index 0000000..86f7a57 --- /dev/null +++ b/mods/deeperdarker.pw.toml @@ -0,0 +1,13 @@ +name = "Deeper and Darker" +filename = "deeperdarker-fabric-1.1.6-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "58d64c461062e144ae467c76feb7b749508a1620" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4166675 +project-id = 659011 diff --git a/mods/deepslatecutting.pw.toml b/mods/deepslatecutting.pw.toml new file mode 100644 index 0000000..625443b --- /dev/null +++ b/mods/deepslatecutting.pw.toml @@ -0,0 +1,13 @@ +name = "DeepslateCutting" +filename = "deepslatecutting-fabric-1.5.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "22555f596538aff101ae85a69b186050599dfaa2" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4015317 +project-id = 504899 diff --git a/mods/default-options-fabric.pw.toml b/mods/default-options-fabric.pw.toml new file mode 100644 index 0000000..6d4dced --- /dev/null +++ b/mods/default-options-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Default Options (Fabric Edition)" +filename = "defaultoptions-fabric-1.19-15.0.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "afcb346496130985a1beb859c0c8c8668c723525" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3832591 +project-id = 547694 diff --git a/mods/displaycase.pw.toml b/mods/displaycase.pw.toml new file mode 100644 index 0000000..6658e75 --- /dev/null +++ b/mods/displaycase.pw.toml @@ -0,0 +1,13 @@ +name = "Display Case" +filename = "Display Case-fabric-1.19-1.0.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ebf8a4acf95a1063d1092c3484ef88156dfbf3a0" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4023183 +project-id = 517791 diff --git a/mods/doodads-fabric.pw.toml b/mods/doodads-fabric.pw.toml new file mode 100644 index 0000000..f6443d2 --- /dev/null +++ b/mods/doodads-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Doodads [Fabric]" +filename = "doodads-0.1.2-1.19.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "d6a62a5098963f5f93db1fe25a28cef96e3ea2a0" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3925553 +project-id = 649882 diff --git a/mods/dracomelette.pw.toml b/mods/dracomelette.pw.toml new file mode 100644 index 0000000..5889268 --- /dev/null +++ b/mods/dracomelette.pw.toml @@ -0,0 +1,13 @@ +name = "Dracomelette" +filename = "dracomelette-1.19-2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "814f38b7c2575600c38cc50ceb66f0eebd56b945" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3830816 +project-id = 321836 diff --git a/mods/dragonloot.pw.toml b/mods/dragonloot.pw.toml new file mode 100644 index 0000000..286423a --- /dev/null +++ b/mods/dragonloot.pw.toml @@ -0,0 +1,13 @@ +name = "DragonLoot" +filename = "dragonloot-1.1.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c2f5bdb0b3972e45bd682becd6a162737475abe6" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3951137 +project-id = 424480 diff --git a/mods/drink-beer-unofficial-clockwerk-edition.pw.toml b/mods/drink-beer-unofficial-clockwerk-edition.pw.toml new file mode 100644 index 0000000..9449f8f --- /dev/null +++ b/mods/drink-beer-unofficial-clockwerk-edition.pw.toml @@ -0,0 +1,13 @@ +name = "Drink Beer Unofficial: Clockwerk Edition" +filename = "drinkbeer-3.2.2-1.19.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "9539f0081baa31c9aaf1788b75ca92b67475c04b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4095071 +project-id = 701009 diff --git a/mods/duckling.pw.toml b/mods/duckling.pw.toml new file mode 100644 index 0000000..45ceab8 --- /dev/null +++ b/mods/duckling.pw.toml @@ -0,0 +1,13 @@ +name = "Duckling" +filename = "duckling-2.0.8-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "102682135f7e44fefdcbf6c9e122d463b2e030be" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4127030 +project-id = 597248 diff --git a/mods/dusk.pw.toml b/mods/dusk.pw.toml new file mode 100644 index 0000000..76f9107 --- /dev/null +++ b/mods/dusk.pw.toml @@ -0,0 +1,13 @@ +name = "Dusk[Forge/Fabric]" +filename = "dusk-fabric-1.19.1-2.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "7d0eb5ced5f8aa8010810c303e6de4bab7bde145" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3919428 +project-id = 468908 diff --git a/mods/dyed.pw.toml b/mods/dyed.pw.toml new file mode 100644 index 0000000..e4983dd --- /dev/null +++ b/mods/dyed.pw.toml @@ -0,0 +1,13 @@ +name = "Dyed" +filename = "dyed-fabric-1.19.2-1.1.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "e88f1feabfbd0ec52ceae481d7f369472b0d5daa" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4035270 +project-id = 577468 diff --git a/mods/dynamic-fps.pw.toml b/mods/dynamic-fps.pw.toml new file mode 100644 index 0000000..cad7ed5 --- /dev/null +++ b/mods/dynamic-fps.pw.toml @@ -0,0 +1,13 @@ +name = "Dynamic FPS" +filename = "dynamic-fps-2.2.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "8d264374dc08df87777fb51b94c781476c315bb5" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3829250 +project-id = 335493 diff --git a/mods/ecologics.pw.toml b/mods/ecologics.pw.toml new file mode 100644 index 0000000..85cb4b8 --- /dev/null +++ b/mods/ecologics.pw.toml @@ -0,0 +1,13 @@ +name = "Ecologics" +filename = "ecologics-fabric-1.19.2-2.1.11.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "0d1020e00c872c2377d98714380f13b0f61f5113" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4171284 +project-id = 570463 diff --git a/mods/effect-tooltips.pw.toml b/mods/effect-tooltips.pw.toml new file mode 100644 index 0000000..bd4ac1d --- /dev/null +++ b/mods/effect-tooltips.pw.toml @@ -0,0 +1,13 @@ +name = "Effect Tooltips" +filename = "EffectTooltips-Fabric-1.19.2-5.1.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "dfa7975c94eed7876496b7151f58f0ae5f6dd5da" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4019432 +project-id = 520367 diff --git a/mods/elytra-slot-fabric.pw.toml b/mods/elytra-slot-fabric.pw.toml new file mode 100644 index 0000000..e2b0c44 --- /dev/null +++ b/mods/elytra-slot-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Elytra Slot (Fabric)" +filename = "elytraslot-fabric-6.1.0+1.19.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "0346bb1371225247cfa5daee0320dfe1644b19b0" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4375451 +project-id = 397903 diff --git a/mods/emerald-geodes.pw.toml b/mods/emerald-geodes.pw.toml new file mode 100644 index 0000000..53f519b --- /dev/null +++ b/mods/emerald-geodes.pw.toml @@ -0,0 +1,13 @@ +name = "More Geodes" +filename = "more-geodes-1.6.4+1.19.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "874c8beffd9235614b9f3c682ce9af88824484b0" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4366069 +project-id = 437712 diff --git a/mods/emojiful.pw.toml b/mods/emojiful.pw.toml new file mode 100644 index 0000000..efa74b9 --- /dev/null +++ b/mods/emojiful.pw.toml @@ -0,0 +1,13 @@ +name = "Emojiful" +filename = "Emojiful-Fabric-1.19.2-4.0.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "5863115c92d6c84f6068692a8151786b6f92131e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4326651 +project-id = 284324 diff --git a/mods/entityculling.pw.toml b/mods/entityculling.pw.toml new file mode 100644 index 0000000..32824fa --- /dev/null +++ b/mods/entityculling.pw.toml @@ -0,0 +1,13 @@ +name = "Entity Culling Fabric/Forge" +filename = "entityculling-fabric-1.5.2-mc1.19.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ff5520d7b10342358575220d88bd39c8cea80dad" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3823508 +project-id = 448233 diff --git a/mods/equipment-compare-fabric.pw.toml b/mods/equipment-compare-fabric.pw.toml new file mode 100644 index 0000000..7185824 --- /dev/null +++ b/mods/equipment-compare-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Equipment Compare [Fabric]" +filename = "EquipmentCompare-1.19-fabric-1.3.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "1a84286cd189a8335b02d90ecf5737c0bb191aac" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3848278 +project-id = 541329 diff --git a/mods/extra-alchemy.pw.toml b/mods/extra-alchemy.pw.toml new file mode 100644 index 0000000..2ec22c3 --- /dev/null +++ b/mods/extra-alchemy.pw.toml @@ -0,0 +1,13 @@ +name = "Extra Alchemy" +filename = "extraalchemy-fabric-1.19.2-1.9.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "77a5606dff5fe4c63d2d30cfb0be22c2e9347ef6" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4046633 +project-id = 247357 diff --git a/mods/fabric-api.pw.toml b/mods/fabric-api.pw.toml new file mode 100644 index 0000000..74636ca --- /dev/null +++ b/mods/fabric-api.pw.toml @@ -0,0 +1,13 @@ +name = "Fabric API" +filename = "fabric-api-0.73.2+1.19.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "7a351ef5e53b4e708172ea0e3b56527a2fd7ffce" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4373739 +project-id = 306612 diff --git a/mods/fabric-disable-custom-worlds-advice.pw.toml b/mods/fabric-disable-custom-worlds-advice.pw.toml new file mode 100644 index 0000000..2fab5a2 --- /dev/null +++ b/mods/fabric-disable-custom-worlds-advice.pw.toml @@ -0,0 +1,13 @@ +name = "[FABRIC/QUILT] Disable Custom Worlds Advice" +filename = "DisableCustomWorldsAdvice-3.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "99e87f4cb9a1cd2c3f7ce635b5db73e0f03e141c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3827588 +project-id = 401978 diff --git a/mods/fabric-extended-armor-bars-forked.pw.toml b/mods/fabric-extended-armor-bars-forked.pw.toml new file mode 100644 index 0000000..1e30ee5 --- /dev/null +++ b/mods/fabric-extended-armor-bars-forked.pw.toml @@ -0,0 +1,13 @@ +name = "[Fabric] Extended Armor Bars Forked" +filename = "extended-armor-bars-1.2.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "8936fbe94624fb45cc172915cd887f9ebf776bf4" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3683031 +project-id = 567580 diff --git a/mods/fabric-language-kotlin.pw.toml b/mods/fabric-language-kotlin.pw.toml new file mode 100644 index 0000000..0486315 --- /dev/null +++ b/mods/fabric-language-kotlin.pw.toml @@ -0,0 +1,13 @@ +name = "Fabric Language Kotlin" +filename = "fabric-language-kotlin-1.9.1+kotlin.1.8.10.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "12f265ea91e73ac2c74c6f66d446671122bbb1c8" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4378167 +project-id = 308769 diff --git a/mods/fabric-waystones.pw.toml b/mods/fabric-waystones.pw.toml new file mode 100644 index 0000000..4c4a698 --- /dev/null +++ b/mods/fabric-waystones.pw.toml @@ -0,0 +1,13 @@ +name = "Fabric Waystones" +filename = "wraith-waystones-3.0.5+mc1.19.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "65528f1b0eb7517535d00f2d6cd19c0271b6c818" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4024931 +project-id = 410902 diff --git a/mods/farmers-delight-fabric.pw.toml b/mods/farmers-delight-fabric.pw.toml new file mode 100644 index 0000000..11f26b2 --- /dev/null +++ b/mods/farmers-delight-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Farmer's Delight [Fabric]" +filename = "farmers-delight-fabric-1.19.X-1.3.9.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "5ee4d71ca173a6c2164a252ae092f2b9d9afd4cf" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4111426 +project-id = 482834 diff --git a/mods/farmers-respite-fabric.pw.toml b/mods/farmers-respite-fabric.pw.toml new file mode 100644 index 0000000..36525fc --- /dev/null +++ b/mods/farmers-respite-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Farmer's Respite (Fabric)" +filename = "Farmersrespite-Fabric-2.2.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ff628d8fd322b08f901639375faed831d40b12f3" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4361926 +project-id = 811003 diff --git a/mods/farming-for-blockheads-fabric.pw.toml b/mods/farming-for-blockheads-fabric.pw.toml new file mode 100644 index 0000000..4d24c7a --- /dev/null +++ b/mods/farming-for-blockheads-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Farming for Blockheads (Fabric Edition)" +filename = "farmingforblockheads-fabric-1.19-11.1.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ac2bfeca5ef366de5e15363cd998bc3f22dc8b6f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3901906 +project-id = 554586 diff --git a/mods/ferritecore-fabric.pw.toml b/mods/ferritecore-fabric.pw.toml new file mode 100644 index 0000000..03861e5 --- /dev/null +++ b/mods/ferritecore-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "FerriteCore (Fabric)" +filename = "ferritecore-5.0.3-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "4a124f8205e39b84a156db2d1e435c5708328d7b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4117902 +project-id = 459857 diff --git a/mods/fertilization-fabric.pw.toml b/mods/fertilization-fabric.pw.toml new file mode 100644 index 0000000..d8cb66f --- /dev/null +++ b/mods/fertilization-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Fertilization (Fabric Edition)" +filename = "fertilization-fabric-1.19-9.0.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "be38d11161e1cb9d86a9c9b27f43ef6bc40d1424" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3833517 +project-id = 506759 diff --git a/mods/findme.pw.toml b/mods/findme.pw.toml new file mode 100644 index 0000000..ec6d0c8 --- /dev/null +++ b/mods/findme.pw.toml @@ -0,0 +1,13 @@ +name = "FindMe" +filename = "findme-3.1.0-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c5856b0f02e9ff874448b5ddb4a53ba8226d59c8" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3910004 +project-id = 291936 diff --git a/mods/fish-of-thieves.pw.toml b/mods/fish-of-thieves.pw.toml new file mode 100644 index 0000000..d9eddeb --- /dev/null +++ b/mods/fish-of-thieves.pw.toml @@ -0,0 +1,13 @@ +name = "Fish of Thieves" +filename = "fish_of_thieves-mc1.19.2-v2.2.1-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "d944d670f96c4ca27c8ea77e178062e1755c34e7" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4393362 +project-id = 568372 diff --git a/mods/fix-experience-bug.pw.toml b/mods/fix-experience-bug.pw.toml new file mode 100644 index 0000000..18e1fec --- /dev/null +++ b/mods/fix-experience-bug.pw.toml @@ -0,0 +1,13 @@ +name = "Fix Experience Bug (now with FABRIC and FORGE versions)" +filename = "fabric-experiencebugfix-1.19-19.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "87cc85edac21a5834cd569526349130665bc43d5" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4365624 +project-id = 486778 diff --git a/mods/forge-config-api-port-fabric.pw.toml b/mods/forge-config-api-port-fabric.pw.toml new file mode 100644 index 0000000..cbaf47a --- /dev/null +++ b/mods/forge-config-api-port-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Forge Config API Port [Fabric]" +filename = "ForgeConfigAPIPort-v4.2.10-1.19.2-Fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "16d379fa9453c446d14a5a19cad9606bfb37f231" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4322560 +project-id = 547434 diff --git a/mods/friendly-fire.pw.toml b/mods/friendly-fire.pw.toml new file mode 100644 index 0000000..40fcb1d --- /dev/null +++ b/mods/friendly-fire.pw.toml @@ -0,0 +1,13 @@ +name = "Friendly Fire" +filename = "FriendlyFire-Fabric-1.19.2-14.0.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "1fdfbbf7dc2f15d6a0a463613ab2881d3a842c5c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3943047 +project-id = 255105 diff --git a/mods/ftb-chunks-fabric.pw.toml b/mods/ftb-chunks-fabric.pw.toml new file mode 100644 index 0000000..b521bf5 --- /dev/null +++ b/mods/ftb-chunks-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "FTB Chunks (Fabric)" +filename = "ftb-chunks-fabric-1902.3.15-build.233.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "421f7791b80efa6aaa10aa9baf16a9946190b6c9" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4373741 +project-id = 472657 diff --git a/mods/ftb-library-fabric.pw.toml b/mods/ftb-library-fabric.pw.toml new file mode 100644 index 0000000..ec7d2ac --- /dev/null +++ b/mods/ftb-library-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "FTB Library (Fabric)" +filename = "ftb-library-fabric-1902.3.13-build.175.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "78802cbcfe7a11ba3906bbde0178f13052885910" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4394392 +project-id = 438495 diff --git a/mods/ftb-quests-fabric.pw.toml b/mods/ftb-quests-fabric.pw.toml new file mode 100644 index 0000000..5ffd18c --- /dev/null +++ b/mods/ftb-quests-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "FTB Quests (Fabric)" +filename = "ftb-quests-fabric-1902.4.6-build.176.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "65a0644f1c8d46a226d95e87f6b48b0b7a07fffc" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4351563 +project-id = 438496 diff --git a/mods/ftb-teams-fabric.pw.toml b/mods/ftb-teams-fabric.pw.toml new file mode 100644 index 0000000..bc19896 --- /dev/null +++ b/mods/ftb-teams-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "FTB Teams (Fabric)" +filename = "ftb-teams-fabric-1902.2.12-build.95.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "0dae71da56e460fbd5304dfee8844fed7d819951" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4367025 +project-id = 438497 diff --git a/mods/ftb-ultimine-fabric.pw.toml b/mods/ftb-ultimine-fabric.pw.toml new file mode 100644 index 0000000..3f61c3d --- /dev/null +++ b/mods/ftb-ultimine-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "FTB Ultimine (Fabric)" +filename = "ftb-ultimine-fabric-1902.3.5-build.65.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "25f25da3022e062c241403789db344074bad2c67" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3993548 +project-id = 448231 diff --git a/mods/fuel-info.pw.toml b/mods/fuel-info.pw.toml new file mode 100644 index 0000000..1624f4b --- /dev/null +++ b/mods/fuel-info.pw.toml @@ -0,0 +1,13 @@ +name = "FuelInfo" +filename = "fuelinfo-1.0.1+1.19.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b55fde8b1bd601a4733e3bb669d196760800db9c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3954147 +project-id = 489631 diff --git a/mods/full-turtle-armor.pw.toml b/mods/full-turtle-armor.pw.toml new file mode 100644 index 0000000..3214e68 --- /dev/null +++ b/mods/full-turtle-armor.pw.toml @@ -0,0 +1,13 @@ +name = "Full Turtle Armor" +filename = "fullturtlearmor-1.3.2-fabric-mc1.19.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "8c9aebaf8a7ff50c0498fb2f5fd5ee84a546d9f1" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4390994 +project-id = 507470 diff --git a/mods/geckolib.pw.toml b/mods/geckolib.pw.toml new file mode 100644 index 0000000..eb18852 --- /dev/null +++ b/mods/geckolib.pw.toml @@ -0,0 +1,13 @@ +name = "GeckoLib" +filename = "geckolib-fabric-1.19-3.1.39.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b8adf75a4f2d7d570af3a4778b8a3fc9bbe3194f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4395589 +project-id = 388172 diff --git a/mods/glassential-fabric.pw.toml b/mods/glassential-fabric.pw.toml new file mode 100644 index 0000000..c8379a9 --- /dev/null +++ b/mods/glassential-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Glassential (Fabric)" +filename = "glassential-fabric-1.4.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "3d7010b9eeecee7d0ebdc03f00d938c1dbb0972a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4102823 +project-id = 320778 diff --git a/mods/go-fish.pw.toml b/mods/go-fish.pw.toml new file mode 100644 index 0000000..39a46db --- /dev/null +++ b/mods/go-fish.pw.toml @@ -0,0 +1,13 @@ +name = "Go Fish" +filename = "go-fish-1.6.0-1.19.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "bb0748fa192cab451d4f57142ac361eb9827be2d" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3956142 +project-id = 431135 diff --git a/mods/guard-villagers-fabric.pw.toml b/mods/guard-villagers-fabric.pw.toml new file mode 100644 index 0000000..1e9f9a3 --- /dev/null +++ b/mods/guard-villagers-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Guard Villagers (Fabric/Quilt)" +filename = "guard-villagers-fabric-1.19.2-1.0.16.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6e224a65481a00e8da92c3518452c4c1016456e1" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4020563 +project-id = 571503 diff --git a/mods/handcrafted.pw.toml b/mods/handcrafted.pw.toml new file mode 100644 index 0000000..e745b35 --- /dev/null +++ b/mods/handcrafted.pw.toml @@ -0,0 +1,13 @@ +name = "Handcrafted" +filename = "handcrafted-fabric-1.19.2-2.0.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "dd1f6a6312818114cdaf825587035de20af51183" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4282207 +project-id = 538214 diff --git a/mods/harvest-scythes.pw.toml b/mods/harvest-scythes.pw.toml new file mode 100644 index 0000000..29ca844 --- /dev/null +++ b/mods/harvest-scythes.pw.toml @@ -0,0 +1,13 @@ +name = "Harvest Scythes" +filename = "wraith-harvestscythes-2.5.4+mc1.19.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "df8e2fbabdbeea9c58cea5b11781d3bb3d75fcf7" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4026103 +project-id = 412225 diff --git a/mods/health-overlay-fabric.pw.toml b/mods/health-overlay-fabric.pw.toml new file mode 100644 index 0000000..575ff56 --- /dev/null +++ b/mods/health-overlay-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Health Overlay (Fabric)" +filename = "HealthOverlay-1.19.2-7.2.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "63308830c69ee1d00078ba0170e29da7c381736e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4293389 +project-id = 313219 diff --git a/mods/hexal.pw.toml b/mods/hexal.pw.toml new file mode 100644 index 0000000..46eedea --- /dev/null +++ b/mods/hexal.pw.toml @@ -0,0 +1,13 @@ +name = "Hexal" +filename = "hexal-fabric-1.19.2-0.2.8.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "1a85de1cafe800bb008b20765a14408a2d656c51" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4399725 +project-id = 824725 diff --git a/mods/hexcasting.pw.toml b/mods/hexcasting.pw.toml new file mode 100644 index 0000000..4d13003 --- /dev/null +++ b/mods/hexcasting.pw.toml @@ -0,0 +1,13 @@ +name = "Hex Casting" +filename = "hexcasting-fabric-1.19.2-0.10.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "19702b82d52069b41f702317ba877818e1346716" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4132955 +project-id = 569849 diff --git a/mods/highlight.pw.toml b/mods/highlight.pw.toml new file mode 100644 index 0000000..86032f8 --- /dev/null +++ b/mods/highlight.pw.toml @@ -0,0 +1,13 @@ +name = "Highlight" +filename = "highlight-1.0.0-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "aaee68012a890075981853af73714a52673c7c82" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3963875 +project-id = 667245 diff --git a/mods/iceberg-fabric.pw.toml b/mods/iceberg-fabric.pw.toml new file mode 100644 index 0000000..0e81b7b --- /dev/null +++ b/mods/iceberg-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Iceberg [Fabric]" +filename = "Iceberg-1.19.1-fabric-1.0.46.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "cff3a1f0aa7bd3c6f3ac29ae5cb9e6aba991ecd1" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3922111 +project-id = 539382 diff --git a/mods/icy-incitement.pw.toml b/mods/icy-incitement.pw.toml new file mode 100644 index 0000000..b843261 --- /dev/null +++ b/mods/icy-incitement.pw.toml @@ -0,0 +1,13 @@ +name = "Icy Incitement" +filename = "icy-incitement-1.1.4+1.19.x.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "291a3946c925daed2a6bab5951e26e7aac6c6484" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3931409 +project-id = 561319 diff --git a/mods/immersive-armors.pw.toml b/mods/immersive-armors.pw.toml new file mode 100644 index 0000000..8e49fe0 --- /dev/null +++ b/mods/immersive-armors.pw.toml @@ -0,0 +1,13 @@ +name = "Immersive Armors [Fabric/Forge]" +filename = "immersive_armors-1.5.4+1.19.2-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "0434192e5a7fa3f2b6719216792b6ddba21f3701" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4362282 +project-id = 580681 diff --git a/mods/impaled.pw.toml b/mods/impaled.pw.toml new file mode 100644 index 0000000..45a88cc --- /dev/null +++ b/mods/impaled.pw.toml @@ -0,0 +1,13 @@ +name = "Impaled 🔱" +filename = "impaled-1.1.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "34daafa20c845540ee4ee249632dbf19b03a9666" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3823512 +project-id = 478843 diff --git a/mods/indium.pw.toml b/mods/indium.pw.toml new file mode 100644 index 0000000..071d793 --- /dev/null +++ b/mods/indium.pw.toml @@ -0,0 +1,13 @@ +name = "Indium" +filename = "indium-1.0.9+mc1.19.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a74ab16af990cf55dd1a3b5c76eadfc9ca25e25e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3957480 +project-id = 459496 diff --git a/mods/industrial-revolution.pw.toml b/mods/industrial-revolution.pw.toml new file mode 100644 index 0000000..ab4cf87 --- /dev/null +++ b/mods/industrial-revolution.pw.toml @@ -0,0 +1,13 @@ +name = "Industrial Revolution" +filename = "indrev-1.15.1-BETA.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a97d030526f2dad874ff1684791885bbc8928a76" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4020957 +project-id = 391708 diff --git a/mods/ingredient-extension-api.pw.toml b/mods/ingredient-extension-api.pw.toml new file mode 100644 index 0000000..d382d1f --- /dev/null +++ b/mods/ingredient-extension-api.pw.toml @@ -0,0 +1,13 @@ +name = "Ingredient Extension API" +filename = "IngredientExtensionAPI-fabric-1.19.2-3.0.6.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c62ab4331a27b92a1db7398cd4f2a56e40e7aaf4" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4134668 +project-id = 557735 diff --git a/mods/inmis.pw.toml b/mods/inmis.pw.toml new file mode 100644 index 0000000..4bba003 --- /dev/null +++ b/mods/inmis.pw.toml @@ -0,0 +1,13 @@ +name = "Inmis" +filename = "inmis-2.7.1-1.19.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "97be0765261b1356e83c4d1a1421fd9a6e88237d" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4031400 +project-id = 369254 diff --git a/mods/inventory-essentials-fabric.pw.toml b/mods/inventory-essentials-fabric.pw.toml new file mode 100644 index 0000000..f892f65 --- /dev/null +++ b/mods/inventory-essentials-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Inventory Essentials (Fabric Edition)" +filename = "inventoryessentials-fabric-1.19-5.0.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "e150316abd8a47c95b6b50b9c075084aa9a2c65a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3832520 +project-id = 547699 diff --git a/mods/inventory-sorting.pw.toml b/mods/inventory-sorting.pw.toml new file mode 100644 index 0000000..0a1fca6 --- /dev/null +++ b/mods/inventory-sorting.pw.toml @@ -0,0 +1,13 @@ +name = "Inventory Sorting" +filename = "InventorySorter-1.8.10-1.19.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6ce11087da3555f0f48e18e067384abae3e5acc6" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3885990 +project-id = 325471 diff --git a/mods/irisshaders.pw.toml b/mods/irisshaders.pw.toml new file mode 100644 index 0000000..5733a91 --- /dev/null +++ b/mods/irisshaders.pw.toml @@ -0,0 +1,13 @@ +name = "Iris Shaders" +filename = "iris-mc1.19.2-1.5.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "0fab5a9ac4bc30794e12b7478fcb2e7036f02b33" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4284512 +project-id = 455508 diff --git a/mods/ironchests.pw.toml b/mods/ironchests.pw.toml new file mode 100644 index 0000000..8321470 --- /dev/null +++ b/mods/ironchests.pw.toml @@ -0,0 +1,13 @@ +name = "Iron Chests: Restocked" +filename = "ironchests-3.1.1-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "bffc33669945176156950b93a1aa4390b6ac099e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4085654 +project-id = 498794 diff --git a/mods/it-takes-a-pillage-fabric.pw.toml b/mods/it-takes-a-pillage-fabric.pw.toml new file mode 100644 index 0000000..1f93465 --- /dev/null +++ b/mods/it-takes-a-pillage-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "It Takes a Pillage (Fabric)" +filename = "takesapillage-1.19-1.0.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6c75d8abffeed7ec2478e275c31e40cf649e2de1" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4098018 +project-id = 694605 diff --git a/mods/item-filters.pw.toml b/mods/item-filters.pw.toml new file mode 100644 index 0000000..154bc03 --- /dev/null +++ b/mods/item-filters.pw.toml @@ -0,0 +1,13 @@ +name = "Item Filters" +filename = "item-filters-fabric-1902.2.9-build.46.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "781d8944d6f96f61f35d9b0fe39659cb51b82198" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4055378 +project-id = 309674 diff --git a/mods/item-model-fix.pw.toml b/mods/item-model-fix.pw.toml new file mode 100644 index 0000000..0c3991d --- /dev/null +++ b/mods/item-model-fix.pw.toml @@ -0,0 +1,13 @@ +name = "Item Model Fix (Fabric)" +filename = "item-model-fix-1.0.3+1.19.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "3bc98ae80c3546dfcdc63c762c236895b7b2a845" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3854720 +project-id = 399798 diff --git a/mods/jamlib.pw.toml b/mods/jamlib.pw.toml new file mode 100644 index 0000000..57d00ea --- /dev/null +++ b/mods/jamlib.pw.toml @@ -0,0 +1,13 @@ +name = "JamLib" +filename = "jamlib-0.6.0+1.19.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "3b5034c5d85bf322fb33747f9a46cc3adc941a9b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4318554 +project-id = 623764 diff --git a/mods/jump-over-fences-forge.pw.toml b/mods/jump-over-fences-forge.pw.toml new file mode 100644 index 0000000..a61e199 --- /dev/null +++ b/mods/jump-over-fences-forge.pw.toml @@ -0,0 +1,13 @@ +name = "Jump Over Fences" +filename = "jumpoverfences-fabric-1.19.2-1.1.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "46dce027bc71abee30cbcd1e8aeb9f1388938068" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3974481 +project-id = 423421 diff --git a/mods/just-another-void-dimension.pw.toml b/mods/just-another-void-dimension.pw.toml new file mode 100644 index 0000000..4e6711a --- /dev/null +++ b/mods/just-another-void-dimension.pw.toml @@ -0,0 +1,13 @@ +name = "Just Another Void Dimension" +filename = "javd-fabric-4.0.1-build.2+mc1.19.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "844569671064915e08d7a4d6f1947807e3b57413" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4035526 +project-id = 370890 diff --git a/mods/kibe.pw.toml b/mods/kibe.pw.toml new file mode 100644 index 0000000..2d09570 --- /dev/null +++ b/mods/kibe.pw.toml @@ -0,0 +1,13 @@ +name = "Kibe Utilities" +filename = "kibe-1.9.11-BETA+1.19.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "9200e804366d561822c46041ec17ef62c48cec49" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4352610 +project-id = 388832 diff --git a/mods/kleeslabs-fabric.pw.toml b/mods/kleeslabs-fabric.pw.toml new file mode 100644 index 0000000..6113ace --- /dev/null +++ b/mods/kleeslabs-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "KleeSlabs (Fabric Edition)" +filename = "kleeslabs-fabric-1.19-12.1.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a5bf3308cc16f3a8cf3fce7884011f65986f1c13" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3927983 +project-id = 547695 diff --git a/mods/kubejs.pw.toml b/mods/kubejs.pw.toml new file mode 100644 index 0000000..66064e6 --- /dev/null +++ b/mods/kubejs.pw.toml @@ -0,0 +1,13 @@ +name = "KubeJS" +filename = "kubejs-fabric-1902.6.0-build.142.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "e513b6b8a6b8f723368b42a56bcb66deb4829034" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4377174 +project-id = 238086 diff --git a/mods/labels.pw.toml b/mods/labels.pw.toml new file mode 100644 index 0000000..a1fe705 --- /dev/null +++ b/mods/labels.pw.toml @@ -0,0 +1,13 @@ +name = "Storage Labels" +filename = "labels-1.19.2-1.7-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c58177ca6bd6c838a9ed594683521efabb4e9a65" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4329261 +project-id = 688223 diff --git a/mods/lazydfu.pw.toml b/mods/lazydfu.pw.toml new file mode 100644 index 0000000..97c1a19 --- /dev/null +++ b/mods/lazydfu.pw.toml @@ -0,0 +1,13 @@ +name = "LazyDFU" +filename = "lazydfu-0.1.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "0dfa8b03ed408fb7fdada29e01cfebba02af1049" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3821870 +project-id = 433518 diff --git a/mods/legendary-tooltips-fabric.pw.toml b/mods/legendary-tooltips-fabric.pw.toml new file mode 100644 index 0000000..f9e9b25 --- /dev/null +++ b/mods/legendary-tooltips-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Legendary Tooltips [Fabric]" +filename = "LegendaryTooltips-1.19.2-fabric-1.3.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "5edec0968a0b24d559de8c82660d526bc0bd5648" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3998293 +project-id = 542478 diff --git a/mods/lets-do-wine.pw.toml b/mods/lets-do-wine.pw.toml new file mode 100644 index 0000000..019b7e0 --- /dev/null +++ b/mods/lets-do-wine.pw.toml @@ -0,0 +1,13 @@ +name = "[Vinery] Let's do Wine!" +filename = "vinery-1.1.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "815653948540c09220d2baba2ea18a2e10c09497" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4326313 +project-id = 704465 diff --git a/mods/light-overlay.pw.toml b/mods/light-overlay.pw.toml new file mode 100644 index 0000000..0bab247 --- /dev/null +++ b/mods/light-overlay.pw.toml @@ -0,0 +1,13 @@ +name = "Light Overlay (Rift/Forge/Fabric)" +filename = "light-overlay-7.0.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "188fbcfdc097b1a5309f1588270d075627c84a96" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3832013 +project-id = 325492 diff --git a/mods/lithium.pw.toml b/mods/lithium.pw.toml new file mode 100644 index 0000000..c77874f --- /dev/null +++ b/mods/lithium.pw.toml @@ -0,0 +1,13 @@ +name = "Lithium (Fabric)" +filename = "lithium-fabric-mc1.19.2-0.10.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "8ff81f60681521e96b403fc3dd095f5c64b15745" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4151762 +project-id = 360438 diff --git a/mods/log-begone.pw.toml b/mods/log-begone.pw.toml new file mode 100644 index 0000000..ba670fc --- /dev/null +++ b/mods/log-begone.pw.toml @@ -0,0 +1,13 @@ +name = "Log Begone" +filename = "Log-Begone-Fabric-1.19-1.0.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "611b8ce9bd6b4b2ce247a388b35d03a21a1e4e9c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4182772 +project-id = 623560 diff --git a/mods/login-protection.pw.toml b/mods/login-protection.pw.toml new file mode 100644 index 0000000..1ed4137 --- /dev/null +++ b/mods/login-protection.pw.toml @@ -0,0 +1,13 @@ +name = "Login Protection[Forge/Fabric]" +filename = "logprot-fabric-1.19-2.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "73ab3a007708f703644d89b4ba1721fa41af1d72" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4348798 +project-id = 358304 diff --git a/mods/loot-integrations.pw.toml b/mods/loot-integrations.pw.toml new file mode 100644 index 0000000..b2e3885 --- /dev/null +++ b/mods/loot-integrations.pw.toml @@ -0,0 +1,13 @@ +name = "Loot Integrations[Forge/Fabric]" +filename = "lootintegrations-fabric-1.19.1-1.7.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "f35262041ee4d8a5b94c0bfa453a4d3ac0f77c16" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3913352 +project-id = 580689 diff --git a/mods/lootr-fabric.pw.toml b/mods/lootr-fabric.pw.toml new file mode 100644 index 0000000..c76ccc9 --- /dev/null +++ b/mods/lootr-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Lootr (Fabric)" +filename = "lootr-1.19-0.4.25.64.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "2ffc99335a35ba1e32d9ecc4ac11266d8325e96b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4179748 +project-id = 615106 diff --git a/mods/luggage.pw.toml b/mods/luggage.pw.toml new file mode 100644 index 0000000..786cbe1 --- /dev/null +++ b/mods/luggage.pw.toml @@ -0,0 +1,13 @@ +name = "Luggage" +filename = "luggage-1.19-1.5.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "7a03a5b876436e421338c2b006fc331d81c1511e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4284469 +project-id = 594709 diff --git a/mods/macaws-bridges.pw.toml b/mods/macaws-bridges.pw.toml new file mode 100644 index 0000000..e9838f1 --- /dev/null +++ b/mods/macaws-bridges.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Bridges" +filename = "mcw-bridges-2.0.6-mc1.19.2fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "bc7117f2c6aec5ca49465d168356e9dbe019421f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4178174 +project-id = 351725 diff --git a/mods/macaws-doors.pw.toml b/mods/macaws-doors.pw.toml new file mode 100644 index 0000000..199cfc5 --- /dev/null +++ b/mods/macaws-doors.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Doors" +filename = "mcw-doors-1.0.8fabric-mc1.19.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "96c6a9288ab5c63dc12373ccbdfb6dd0b1d8a9c6" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4381492 +project-id = 378646 diff --git a/mods/macaws-fences-and-walls.pw.toml b/mods/macaws-fences-and-walls.pw.toml new file mode 100644 index 0000000..051cf11 --- /dev/null +++ b/mods/macaws-fences-and-walls.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Fences and Walls" +filename = "mcw-fences-1.0.7-mc1.19.2fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6f69294ed2d37c5e4174ab2b612035fb54125cd9" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4203533 +project-id = 453925 diff --git a/mods/macaws-lights-and-lamps.pw.toml b/mods/macaws-lights-and-lamps.pw.toml new file mode 100644 index 0000000..f99fd17 --- /dev/null +++ b/mods/macaws-lights-and-lamps.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Lights and Lamps" +filename = "mcw-lights-1.0.5-mc1.19.2fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "3860355d2d3b147aca6d6c784075470babaa17db" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4358250 +project-id = 502372 diff --git a/mods/macaws-paintings.pw.toml b/mods/macaws-paintings.pw.toml new file mode 100644 index 0000000..d3e20d2 --- /dev/null +++ b/mods/macaws-paintings.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Paintings" +filename = "mcw-paintings-1.0.4fabric-mc1.19.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "11690229114e343bc33040780580b9042ddd9efc" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3923001 +project-id = 438116 diff --git a/mods/macaws-paths-and-pavings.pw.toml b/mods/macaws-paths-and-pavings.pw.toml new file mode 100644 index 0000000..b81ddbe --- /dev/null +++ b/mods/macaws-paths-and-pavings.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Paths and Pavings" +filename = "mcw-paths-1.0.2fabric-mc1.19.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "db163187c8feebc31a16960c799d6ef15d862dce" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4126513 +project-id = 629153 diff --git a/mods/macaws-roofs.pw.toml b/mods/macaws-roofs.pw.toml new file mode 100644 index 0000000..9f7c965 --- /dev/null +++ b/mods/macaws-roofs.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Roofs" +filename = "mcw-roofs-2.2.2-mc1.19.2fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "902c0dd8f9d48e09d8e2da3c51d23b65b1dbcba2" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4205640 +project-id = 352039 diff --git a/mods/macaws-trapdoors.pw.toml b/mods/macaws-trapdoors.pw.toml new file mode 100644 index 0000000..2d9edd5 --- /dev/null +++ b/mods/macaws-trapdoors.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Trapdoors" +filename = "mcw-trapdoors-1.0.8-mc1.19.2fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c8e8c6929806ca746566f633f34100da02ec8d42" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4181463 +project-id = 400933 diff --git a/mods/macaws-windows.pw.toml b/mods/macaws-windows.pw.toml new file mode 100644 index 0000000..14f2b0e --- /dev/null +++ b/mods/macaws-windows.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Windows" +filename = "mcw-windows-2.1.2-mc1.19.2fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a1b8526f2e3bf757ffca9533f34c8b1583db78be" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4271891 +project-id = 363569 diff --git a/mods/max-health-fix.pw.toml b/mods/max-health-fix.pw.toml new file mode 100644 index 0000000..54a0a9d --- /dev/null +++ b/mods/max-health-fix.pw.toml @@ -0,0 +1,13 @@ +name = "Max Health Fix" +filename = "MaxHealthFix-Fabric-1.19.2-8.0.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a624061084c87fd8b7dcc465598d41252b2e684e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3943054 +project-id = 492246 diff --git a/mods/mega-cells.pw.toml b/mods/mega-cells.pw.toml new file mode 100644 index 0000000..a036b9e --- /dev/null +++ b/mods/mega-cells.pw.toml @@ -0,0 +1,13 @@ +name = "MEGA Cells" +filename = "megacells-fabric-1.5.3-1.19.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "871243f01732fd9cbbb94fc0dd771d49315df7ab" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4058344 +project-id = 622112 diff --git a/mods/megane.pw.toml b/mods/megane.pw.toml new file mode 100644 index 0000000..6be9053 --- /dev/null +++ b/mods/megane.pw.toml @@ -0,0 +1,13 @@ +name = "megane" +filename = "megane-8.3.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "2f5a36fed95740372665e2ea3c794929dcf4cc28" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3962125 +project-id = 408118 diff --git a/mods/merequester.pw.toml b/mods/merequester.pw.toml new file mode 100644 index 0000000..341564e --- /dev/null +++ b/mods/merequester.pw.toml @@ -0,0 +1,13 @@ +name = "ME Requester" +filename = "merequester-1.19.2-1.0.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "382ad363b315d9d336aa35114f074102ef13a4fa" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4287562 +project-id = 688367 diff --git a/mods/midnightlib.pw.toml b/mods/midnightlib.pw.toml new file mode 100644 index 0000000..516b57b --- /dev/null +++ b/mods/midnightlib.pw.toml @@ -0,0 +1,13 @@ +name = "MidnightLib" +filename = "midnightlib-fabric-1.0.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a4d7c5f2f191e7e0fc2b272116212ac8134652bf" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4059589 +project-id = 488090 diff --git a/mods/minecells.pw.toml b/mods/minecells.pw.toml new file mode 100644 index 0000000..8673958 --- /dev/null +++ b/mods/minecells.pw.toml @@ -0,0 +1,13 @@ +name = "Mine Cells - Dead Cells Mod" +filename = "minecells-1.3.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "26b3023d039e6a76393949f3119fba0cc78ad886" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4395775 +project-id = 618790 diff --git a/mods/mining-gadgets-fabric.pw.toml b/mods/mining-gadgets-fabric.pw.toml new file mode 100644 index 0000000..90ee8d6 --- /dev/null +++ b/mods/mining-gadgets-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Mining Gadgets Fabric" +filename = "mininggadgets-1.13.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "e8c1562195898ef2f16c4811fa06cf30b1ecb726" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4388670 +project-id = 624390 diff --git a/mods/mmmmmmmmmmmm.pw.toml b/mods/mmmmmmmmmmmm.pw.toml new file mode 100644 index 0000000..cb56dba --- /dev/null +++ b/mods/mmmmmmmmmmmm.pw.toml @@ -0,0 +1,13 @@ +name = "MmmMmmMmmMmm (Target Dummy)" +filename = "dummmmmmy-1.19.2-1.7.0-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "9199d3dcb17519510324738471d1fea286d8baed" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4382198 +project-id = 225738 diff --git a/mods/mob-scarecrows.pw.toml b/mods/mob-scarecrows.pw.toml new file mode 100644 index 0000000..5668266 --- /dev/null +++ b/mods/mob-scarecrows.pw.toml @@ -0,0 +1,13 @@ +name = "Mob Scarecrows" +filename = "mobscarecrow-2.2.1-1.19.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "4740bf7aa5a93d597c7284b0da242e5dba02601e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3913685 +project-id = 560657 diff --git a/mods/mob-vote-2022.pw.toml b/mods/mob-vote-2022.pw.toml new file mode 100644 index 0000000..a089cd1 --- /dev/null +++ b/mods/mob-vote-2022.pw.toml @@ -0,0 +1,13 @@ +name = "Mob Vote 2022 [Fabric] - Sniffer, Rascal, Tuff Golem" +filename = "mobvote2022_V1.0_MC1.19.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "05106ff3eb136d7ad242fa1c3a7a4577c3d172e8" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4028611 +project-id = 664937 diff --git a/mods/modern-dynamics.pw.toml b/mods/modern-dynamics.pw.toml new file mode 100644 index 0000000..e450331 --- /dev/null +++ b/mods/modern-dynamics.pw.toml @@ -0,0 +1,13 @@ +name = "Modern Dynamics" +filename = "Modern-Dynamics-0.3.4-beta.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "7332f6f309869b0c16b757dd5a5aed4a86dd98d1" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4263715 +project-id = 552758 diff --git a/mods/modern-industrialization.pw.toml b/mods/modern-industrialization.pw.toml new file mode 100644 index 0000000..3e70a16 --- /dev/null +++ b/mods/modern-industrialization.pw.toml @@ -0,0 +1,13 @@ +name = "Modern Industrialization" +filename = "Modern-Industrialization-1.6.2-beta.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c8f32a951dce00f0af0aeb29d10f83c871ac89a7" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4304214 +project-id = 405388 diff --git a/mods/modmenu.pw.toml b/mods/modmenu.pw.toml new file mode 100644 index 0000000..cab1b14 --- /dev/null +++ b/mods/modmenu.pw.toml @@ -0,0 +1,13 @@ +name = "Mod Menu" +filename = "modmenu-4.1.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "495674289dcba88b6df3d86b7590c7b192b993fe" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4145207 +project-id = 308702 diff --git a/mods/more-totems-of-undying.pw.toml b/mods/more-totems-of-undying.pw.toml new file mode 100644 index 0000000..705d672 --- /dev/null +++ b/mods/more-totems-of-undying.pw.toml @@ -0,0 +1,13 @@ +name = "More Totems Of Undying" +filename = "more-totems-mod-2.12.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "56c4c7d95c4e7fc69cbeda144eda4da35bc36d49" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4153121 +project-id = 357265 diff --git a/mods/more-villagers-fabric.pw.toml b/mods/more-villagers-fabric.pw.toml new file mode 100644 index 0000000..4b8b684 --- /dev/null +++ b/mods/more-villagers-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "More Villagers [Fabric]" +filename = "morevillagers-fabric-1.19-4.0.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "38ab66174e96be8c996962a539e830e3db6b7996" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3843501 +project-id = 486080 diff --git a/mods/moreachievements-fabric.pw.toml b/mods/moreachievements-fabric.pw.toml new file mode 100644 index 0000000..46f6b09 --- /dev/null +++ b/mods/moreachievements-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "MoreAchievements [Fabric]" +filename = "MoreAchievements-1.19.2-1.0.9.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "0498be2e05c3ff76a91ea4d2ec0abedf9587b956" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4055252 +project-id = 560975 diff --git a/mods/mouse-tweaks.pw.toml b/mods/mouse-tweaks.pw.toml new file mode 100644 index 0000000..3eb8df1 --- /dev/null +++ b/mods/mouse-tweaks.pw.toml @@ -0,0 +1,13 @@ +name = "Mouse Tweaks" +filename = "MouseTweaks-fabric-mc1.19-2.22.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6004ccf55a3013c54fdbef3b28613c3326231d2c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3828448 +project-id = 60089 diff --git a/mods/muffins-slime-golem.pw.toml b/mods/muffins-slime-golem.pw.toml new file mode 100644 index 0000000..6936aef --- /dev/null +++ b/mods/muffins-slime-golem.pw.toml @@ -0,0 +1,13 @@ +name = "Muffin's Slime Golem" +filename = "muffins-slimegolem-1.19.x-1.0.2-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "9c8fcae37cd3d7a128b5165b05b3b146dfcdc58a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4159682 +project-id = 707734 diff --git a/mods/naturalist.pw.toml b/mods/naturalist.pw.toml new file mode 100644 index 0000000..3da756d --- /dev/null +++ b/mods/naturalist.pw.toml @@ -0,0 +1,13 @@ +name = "Naturalist" +filename = "naturalist-fabric-2.1.1-1.19.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ec4f556979e5677c0a1282f23c971555cfb39061" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3930808 +project-id = 627986 diff --git a/mods/natures-compass.pw.toml b/mods/natures-compass.pw.toml new file mode 100644 index 0000000..03b32d4 --- /dev/null +++ b/mods/natures-compass.pw.toml @@ -0,0 +1,13 @@ +name = "Nature's Compass" +filename = "NaturesCompass-1.19.2-2.1.0-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "fe1341df482f7ea979972f0e55ef333e59aaa087" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4118387 +project-id = 252848 diff --git a/mods/nears.pw.toml b/mods/nears.pw.toml new file mode 100644 index 0000000..0ac1335 --- /dev/null +++ b/mods/nears.pw.toml @@ -0,0 +1,13 @@ +name = "Nears [Fabric]" +filename = "nears-fabric-1.19-1.2.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "7f1c8ed38b3db71496a1c59e3858a8f3d0fce046" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3908792 +project-id = 482621 diff --git a/mods/nether-depths-upgrade.pw.toml b/mods/nether-depths-upgrade.pw.toml new file mode 100644 index 0000000..3e5723d --- /dev/null +++ b/mods/nether-depths-upgrade.pw.toml @@ -0,0 +1,13 @@ +name = "Nether Depths Upgrade" +filename = "netherdepthsupgrade-fabric-2.0.4-1.19.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "fd1a5fd0beebd56e7c7b4e40822f5dbaaebc3782" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4379554 +project-id = 670011 diff --git a/mods/netherportalfix-fabric.pw.toml b/mods/netherportalfix-fabric.pw.toml new file mode 100644 index 0000000..3c46af3 --- /dev/null +++ b/mods/netherportalfix-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "NetherPortalFix (Fabric Edition)" +filename = "netherportalfix-fabric-1.19-10.0.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "37d54fa49680e8a9faded540a64e8fd6e6609796" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3832620 +project-id = 547696 diff --git a/mods/nethers-delight-fabric.pw.toml b/mods/nethers-delight-fabric.pw.toml new file mode 100644 index 0000000..6b9e05a --- /dev/null +++ b/mods/nethers-delight-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Nether's Delight (Fabric)" +filename = "NethersDelight-1.0.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6b09a14ec7277e5643a7bca653731b356aded3ec" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4353098 +project-id = 701831 diff --git a/mods/nikolite-expansion.pw.toml b/mods/nikolite-expansion.pw.toml new file mode 100644 index 0000000..61f3163 --- /dev/null +++ b/mods/nikolite-expansion.pw.toml @@ -0,0 +1,13 @@ +name = "Nikolite Expansion" +filename = "indrev-nikolite-1.0+1.19.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "98b1c7e3db2fc01abcd72184d63cfd28baf4c88b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3956408 +project-id = 517418 diff --git a/mods/no-chat-reports.pw.toml b/mods/no-chat-reports.pw.toml new file mode 100644 index 0000000..29a38f2 --- /dev/null +++ b/mods/no-chat-reports.pw.toml @@ -0,0 +1,13 @@ +name = "No Chat Reports" +filename = "NoChatReports-FABRIC-1.19.2-v1.13.12.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "298232cc392f0240191ea62c9cd4d2ff4a99ba97" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4082460 +project-id = 634062 diff --git a/mods/nyfs-quivers.pw.toml b/mods/nyfs-quivers.pw.toml new file mode 100644 index 0000000..32581c6 --- /dev/null +++ b/mods/nyfs-quivers.pw.toml @@ -0,0 +1,13 @@ +name = "Nyf's Quivers" +filename = "nyfsquiver-Fabric-0.5.1-1.19.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "9ed54d64524873b1f385f7398cc6f14b3a576c6c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4025816 +project-id = 482731 diff --git a/mods/oh-the-biomes-youll-go-fabric.pw.toml b/mods/oh-the-biomes-youll-go-fabric.pw.toml new file mode 100644 index 0000000..0b1fb4d --- /dev/null +++ b/mods/oh-the-biomes-youll-go-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Oh The Biomes You'll Go Refabricated" +filename = "Oh_The_Biomes_You'll_Go-fabric-1.19.2-2.0.0.13.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "77148303bbb275a6cd3d5397e420e84a72db5c5e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4027262 +project-id = 391378 diff --git a/mods/owo-lib.pw.toml b/mods/owo-lib.pw.toml new file mode 100644 index 0000000..827fd8f --- /dev/null +++ b/mods/owo-lib.pw.toml @@ -0,0 +1,13 @@ +name = "oωo (owo-lib)" +filename = "owo-lib-0.8.5+1.19.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "4d774bf7803ac83efdecb8528afa289c3b193d74" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4028921 +project-id = 532610 diff --git a/mods/paginated-advancements.pw.toml b/mods/paginated-advancements.pw.toml new file mode 100644 index 0000000..97645b1 --- /dev/null +++ b/mods/paginated-advancements.pw.toml @@ -0,0 +1,13 @@ +name = "Paginated Advancements" +filename = "paginatedadvancements-1.1.0-1.19.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "d698cb0149d192d3837d7e44c54f9c39db545bef" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3875504 +project-id = 618770 diff --git a/mods/patchouli-fabric.pw.toml b/mods/patchouli-fabric.pw.toml new file mode 100644 index 0000000..63ba6a8 --- /dev/null +++ b/mods/patchouli-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Patchouli (Fabric/Quilt)" +filename = "Patchouli-1.19.2-77-FABRIC.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "668cf78f543d43412453759961adeac4fabcafeb" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4031404 +project-id = 393236 diff --git a/mods/patchoulibutton.pw.toml b/mods/patchoulibutton.pw.toml new file mode 100644 index 0000000..4b8c66a --- /dev/null +++ b/mods/patchoulibutton.pw.toml @@ -0,0 +1,13 @@ +name = "PatchouliButton" +filename = "patchoulibutton-1.0.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "287b33acc4e50fa52dfb9ae6e2a62cf94231c3be" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4297608 +project-id = 703778 diff --git a/mods/paucal.pw.toml b/mods/paucal.pw.toml new file mode 100644 index 0000000..04e3c22 --- /dev/null +++ b/mods/paucal.pw.toml @@ -0,0 +1,13 @@ +name = "PAUCAL" +filename = "paucal-fabric-1.19.2-0.5.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "429dbbae298ebca0e7c51ca1c0bfdd07dcbf8271" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4100643 +project-id = 597824 diff --git a/mods/paxi-fabric.pw.toml b/mods/paxi-fabric.pw.toml new file mode 100644 index 0000000..339a15a --- /dev/null +++ b/mods/paxi-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Paxi (Fabric)" +filename = "Paxi-1.19.2-Fabric-3.0.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "1e0fb242d92a446749609e96a3a8a65ae73f81d4" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4327034 +project-id = 418881 diff --git a/mods/pehkui.pw.toml b/mods/pehkui.pw.toml new file mode 100644 index 0000000..4ee933d --- /dev/null +++ b/mods/pehkui.pw.toml @@ -0,0 +1,13 @@ +name = "Pehkui" +filename = "Pehkui-3.6.3+1.14.4-1.19.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "69ac7f130bb07e95cdd06d458ff48b16ec3728b4" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4314945 +project-id = 319596 diff --git a/mods/piercing-paxels.pw.toml b/mods/piercing-paxels.pw.toml new file mode 100644 index 0000000..feff2b0 --- /dev/null +++ b/mods/piercing-paxels.pw.toml @@ -0,0 +1,13 @@ +name = "Piercing Paxels" +filename = "piercing-paxels-1.0.7.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6eb5c0edf24a46cdff475502e5cd39634a3bcfd1" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4312333 +project-id = 656453 diff --git a/mods/pig-pen-cipher.pw.toml b/mods/pig-pen-cipher.pw.toml new file mode 100644 index 0000000..9d28360 --- /dev/null +++ b/mods/pig-pen-cipher.pw.toml @@ -0,0 +1,13 @@ +name = "Pig Pen Cipher" +filename = "PigPen-Fabric-1.19.2-11.1.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a59bb7795084497b64c0044ca0fe477a2a082196" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3943073 +project-id = 396234 diff --git a/mods/playdate.pw.toml b/mods/playdate.pw.toml new file mode 100644 index 0000000..d0d1ad4 --- /dev/null +++ b/mods/playdate.pw.toml @@ -0,0 +1,13 @@ +name = "Playdate" +filename = "playdate-1.0.1-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "26502851e9afe9a2bebb4f214301a36b2eb8b416" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4275615 +project-id = 577629 diff --git a/mods/playeranimator.pw.toml b/mods/playeranimator.pw.toml new file mode 100644 index 0000000..7708032 --- /dev/null +++ b/mods/playeranimator.pw.toml @@ -0,0 +1,13 @@ +name = "playerAnimator" +filename = "player-animation-lib-fabric-0.4.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "2a615fa4593feaffccbf00825b4e0934d1c20d2a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4357569 +project-id = 658587 diff --git a/mods/pling.pw.toml b/mods/pling.pw.toml new file mode 100644 index 0000000..25eb59c --- /dev/null +++ b/mods/pling.pw.toml @@ -0,0 +1,13 @@ +name = "Pling" +filename = "pling-1.5.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "352ad6d9b5f579c4f0f9c0bee0342cda7c941aff" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3550632 +project-id = 365521 diff --git a/mods/portable-tables.pw.toml b/mods/portable-tables.pw.toml new file mode 100644 index 0000000..91f913e --- /dev/null +++ b/mods/portable-tables.pw.toml @@ -0,0 +1,13 @@ +name = "Portable Tables" +filename = "portabletables-fabric-1.19.2-2.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "bf3e3c5ed69b58ce1bbe3712a8536ecab32889c9" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4077318 +project-id = 544671 diff --git a/mods/powah-rearchitected.pw.toml b/mods/powah-rearchitected.pw.toml new file mode 100644 index 0000000..f320e45 --- /dev/null +++ b/mods/powah-rearchitected.pw.toml @@ -0,0 +1,13 @@ +name = "Powah! (Rearchitected)" +filename = "Powah-4.0.6.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "4b835d7030231d19f0f26ee2710d644ca94931b3" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4183077 +project-id = 633483 diff --git a/mods/prism-fabric.pw.toml b/mods/prism-fabric.pw.toml new file mode 100644 index 0000000..d56b925 --- /dev/null +++ b/mods/prism-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Prism [Fabric]" +filename = "Prism-1.19.2-fabric-1.0.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "21ff90e99c357f407cf170d36bc5387e01d88706" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4030091 +project-id = 665526 diff --git a/mods/probably-chests.pw.toml b/mods/probably-chests.pw.toml new file mode 100644 index 0000000..2540174 --- /dev/null +++ b/mods/probably-chests.pw.toml @@ -0,0 +1,13 @@ +name = "Probably Chests" +filename = "probablychests-0.5.5-1.19.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "07f15e1652327e595c32d7f372f9335855a54370" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4020528 +project-id = 601735 diff --git a/mods/projectile-damage-attribute.pw.toml b/mods/projectile-damage-attribute.pw.toml new file mode 100644 index 0000000..8f7ed9f --- /dev/null +++ b/mods/projectile-damage-attribute.pw.toml @@ -0,0 +1,13 @@ +name = "Projectile Damage Attribute [Fabric & Forge]" +filename = "projectile_damage-fabric-3.0.0+1.19.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "e90cd1782fc87c3fc722fef26254fd3ff4cbd5e3" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4147216 +project-id = 643780 diff --git a/mods/pyrotastic.pw.toml b/mods/pyrotastic.pw.toml new file mode 100644 index 0000000..6c7c090 --- /dev/null +++ b/mods/pyrotastic.pw.toml @@ -0,0 +1,13 @@ +name = "Pyrotastic 🎆" +filename = "pyrotastic-1.19+2.0.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "3dc34e2e01a2f00a07565b4a23abc956cc4a38c5" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4013360 +project-id = 596990 diff --git a/mods/quick-shulker.pw.toml b/mods/quick-shulker.pw.toml new file mode 100644 index 0000000..e835678 --- /dev/null +++ b/mods/quick-shulker.pw.toml @@ -0,0 +1,13 @@ +name = "Quick Shulker" +filename = "quickshulker-1.3.9-1.19.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "1c93bd5f50a4d1e14aa3da60c0bd699ce9c397b7" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4008788 +project-id = 362669 diff --git a/mods/rare-ice.pw.toml b/mods/rare-ice.pw.toml new file mode 100644 index 0000000..938f83d --- /dev/null +++ b/mods/rare-ice.pw.toml @@ -0,0 +1,13 @@ +name = "Rare Ice (Forge/Fabric)" +filename = "rare-ice-0.5.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "f539428fc325319a707341da07a26cb28b277cee" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3854070 +project-id = 373774 diff --git a/mods/reacharound.pw.toml b/mods/reacharound.pw.toml new file mode 100644 index 0000000..4f652e9 --- /dev/null +++ b/mods/reacharound.pw.toml @@ -0,0 +1,13 @@ +name = "Reacharound" +filename = "reacharound+1.19-1.1.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "2219e111f474526ffcad8f5dd648511f336cb483" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4367171 +project-id = 648781 diff --git a/mods/reaper.pw.toml b/mods/reaper.pw.toml new file mode 100644 index 0000000..f0f7162 --- /dev/null +++ b/mods/reaper.pw.toml @@ -0,0 +1,13 @@ +name = "Reaper" +filename = "Reaper-1.0.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "d2fb649526b5c31b3c36e5f048e7637f548a3742" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4102430 +project-id = 688879 diff --git a/mods/rebind-narrator.pw.toml b/mods/rebind-narrator.pw.toml new file mode 100644 index 0000000..f9a3d66 --- /dev/null +++ b/mods/rebind-narrator.pw.toml @@ -0,0 +1,13 @@ +name = "Rebind Narrator" +filename = "rebind_narrator-fabric-1.19.2-2.0.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "accf5f9bfabdb6402039051dbb213b81e2876061" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3953483 +project-id = 296996 diff --git a/mods/reborncore.pw.toml b/mods/reborncore.pw.toml new file mode 100644 index 0000000..ec48466 --- /dev/null +++ b/mods/reborncore.pw.toml @@ -0,0 +1,13 @@ +name = "Reborn Core" +filename = "RebornCore-5.4.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b67da5d00389709460d02c880c4c64c593924e64" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4102771 +project-id = 237903 diff --git a/mods/red-bits.pw.toml b/mods/red-bits.pw.toml new file mode 100644 index 0000000..cc73a07 --- /dev/null +++ b/mods/red-bits.pw.toml @@ -0,0 +1,13 @@ +name = "Red Bits" +filename = "red-bits-1.14.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "f79dbf9f68545b5b1e8847777e1c46010d81393a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4240810 +project-id = 403914 diff --git a/mods/reeses-sodium-options.pw.toml b/mods/reeses-sodium-options.pw.toml new file mode 100644 index 0000000..dd19c2a --- /dev/null +++ b/mods/reeses-sodium-options.pw.toml @@ -0,0 +1,13 @@ +name = "Reese's Sodium Options" +filename = "reeses_sodium_options-1.4.9+mc1.19.2-build.67.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "3b48ed460ce30c38e6058fdd0c3d6a221913e4e4" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4126247 +project-id = 511319 diff --git a/mods/repurposed-structures-fabric.pw.toml b/mods/repurposed-structures-fabric.pw.toml new file mode 100644 index 0000000..2f62245 --- /dev/null +++ b/mods/repurposed-structures-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Repurposed Structures (Quilt/Fabric)" +filename = "repurposed_structures_fabric-6.1.6+1.19.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "fffe7f061a01829cc1b30426c86b9272a7fad421" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4395623 +project-id = 391366 diff --git a/mods/resourceful-config.pw.toml b/mods/resourceful-config.pw.toml new file mode 100644 index 0000000..7695b44 --- /dev/null +++ b/mods/resourceful-config.pw.toml @@ -0,0 +1,13 @@ +name = "Resourceful Config" +filename = "resourcefulconfig-fabric-1.19.2-1.0.19.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "224ed520e778923b4725fa617a5f34de657094df" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4394158 +project-id = 714059 diff --git a/mods/resourceful-lib.pw.toml b/mods/resourceful-lib.pw.toml new file mode 100644 index 0000000..346fab0 --- /dev/null +++ b/mods/resourceful-lib.pw.toml @@ -0,0 +1,13 @@ +name = "Resourceful Lib" +filename = "resourcefullib-fabric-1.19.2-1.1.22.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "7b168ebc27038a898b05ee7f2356b8af1b4eaa30" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4397922 +project-id = 570073 diff --git a/mods/resourceful-lootbags.pw.toml b/mods/resourceful-lootbags.pw.toml new file mode 100644 index 0000000..d961f20 --- /dev/null +++ b/mods/resourceful-lootbags.pw.toml @@ -0,0 +1,13 @@ +name = "Resourceful Lootbags" +filename = "lootbags-fabric-1.19.2-1.1.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "7919f324b8b617a86446530dfed01e9d54f68a77" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4112029 +project-id = 687082 diff --git a/mods/respawnable-pets.pw.toml b/mods/respawnable-pets.pw.toml new file mode 100644 index 0000000..30f42dd --- /dev/null +++ b/mods/respawnable-pets.pw.toml @@ -0,0 +1,13 @@ +name = "Respawnable Pets" +filename = "respawnablepets-1.19-2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "3b2dad5f8be9a98259ad57d0fb38465742ebb3a6" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3830803 +project-id = 319582 diff --git a/mods/revelationary.pw.toml b/mods/revelationary.pw.toml new file mode 100644 index 0000000..8804d1d --- /dev/null +++ b/mods/revelationary.pw.toml @@ -0,0 +1,13 @@ +name = "Revelationary" +filename = "revelationary-1.3.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "94e8bb859e1d940689b675db7944310cc8582df5" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4370996 +project-id = 656526 diff --git a/mods/rhino.pw.toml b/mods/rhino.pw.toml new file mode 100644 index 0000000..9753083 --- /dev/null +++ b/mods/rhino.pw.toml @@ -0,0 +1,13 @@ +name = "Rhino" +filename = "rhino-fabric-1902.2.2-build.264.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c9225d19f74cb7b999ddfa9f278f6906ef143ce0" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4085694 +project-id = 416294 diff --git a/mods/rightclickharvest.pw.toml b/mods/rightclickharvest.pw.toml new file mode 100644 index 0000000..f09c604 --- /dev/null +++ b/mods/rightclickharvest.pw.toml @@ -0,0 +1,13 @@ +name = "RightClickHarvest" +filename = "right-click-harvest-3.1.0+1.19-1.19.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c3514363f8f828adf8ab06f9de04c18c564a0b45" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4318748 +project-id = 452834 diff --git a/mods/river-redux.pw.toml b/mods/river-redux.pw.toml new file mode 100644 index 0000000..8ea89e2 --- /dev/null +++ b/mods/river-redux.pw.toml @@ -0,0 +1,13 @@ +name = "River Redux" +filename = "riverredux-0.3.0+fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "bc84385256c2f91171c510e9c866b2754217909c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3921830 +project-id = 380548 diff --git a/mods/rotten-creatures.pw.toml b/mods/rotten-creatures.pw.toml new file mode 100644 index 0000000..3a7d0a8 --- /dev/null +++ b/mods/rotten-creatures.pw.toml @@ -0,0 +1,13 @@ +name = "Rotten Creatures" +filename = "rottencreatures-fabric-1.19.2-1.0.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c4655fc596d2f5c6d6d2296084e5365fedc8e90a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4063269 +project-id = 371033 diff --git a/mods/roughly-enough-items.pw.toml b/mods/roughly-enough-items.pw.toml new file mode 100644 index 0000000..316fbdb --- /dev/null +++ b/mods/roughly-enough-items.pw.toml @@ -0,0 +1,13 @@ +name = "Roughly Enough Items Fabric/Forge (REI)" +filename = "RoughlyEnoughItems-9.1.587.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "48a78bea0e7c0c8ddabdb235be4306c7ba885b10" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4369090 +project-id = 310111 diff --git a/mods/roughly-enough-loot-tables.pw.toml b/mods/roughly-enough-loot-tables.pw.toml new file mode 100644 index 0000000..e82f589 --- /dev/null +++ b/mods/roughly-enough-loot-tables.pw.toml @@ -0,0 +1,13 @@ +name = "Roughly Enough Loot Tables" +filename = "RoughlyEnoughLootTables-1.19-1.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "3579d6fe96c6395a774c0e41a15595a2af63fcdc" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3963982 +project-id = 665532 diff --git a/mods/roughly-enough-professions-rep.pw.toml b/mods/roughly-enough-professions-rep.pw.toml new file mode 100644 index 0000000..7e8811d --- /dev/null +++ b/mods/roughly-enough-professions-rep.pw.toml @@ -0,0 +1,13 @@ +name = "Roughly Enough Professions (REP)" +filename = "RoughlyEnoughProfessions-fabric-1.19.2-1.1.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6071f6aeb9c0b94943fd017146e335d07acb704a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4109337 +project-id = 597988 diff --git a/mods/roughly-enough-resources.pw.toml b/mods/roughly-enough-resources.pw.toml new file mode 100644 index 0000000..d05cd1b --- /dev/null +++ b/mods/roughly-enough-resources.pw.toml @@ -0,0 +1,13 @@ +name = "Roughly Enough Resources" +filename = "rer-2.6.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "4d7df7f6b4f838c8646e4fa7b86388e974e86f98" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3837336 +project-id = 325625 diff --git a/mods/roughly-enough-trades.pw.toml b/mods/roughly-enough-trades.pw.toml new file mode 100644 index 0000000..7e107bc --- /dev/null +++ b/mods/roughly-enough-trades.pw.toml @@ -0,0 +1,13 @@ +name = "Roughly Enough Trades" +filename = "RoughlyEnoughTrades-1.19-1.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "48b9b7086431d1de129b4e3c180a97edd91a646b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3963321 +project-id = 664356 diff --git a/mods/rune-crafting.pw.toml b/mods/rune-crafting.pw.toml new file mode 100644 index 0000000..de4065b --- /dev/null +++ b/mods/rune-crafting.pw.toml @@ -0,0 +1,13 @@ +name = "Runes [Fabric]" +filename = "runes-fabric-0.9.4+1.19.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b9be64d2a0b1133f4d51b19090b0b5984d36eeec" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4379499 +project-id = 775518 diff --git a/mods/runelic.pw.toml b/mods/runelic.pw.toml new file mode 100644 index 0000000..cc2e99e --- /dev/null +++ b/mods/runelic.pw.toml @@ -0,0 +1,13 @@ +name = "Runelic" +filename = "Runelic-Fabric-1.19.2-14.1.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ca105f6cbb70727c400e07fb4ed502bdf99cf269" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4337494 +project-id = 393149 diff --git a/mods/savage-ender-dragon.pw.toml b/mods/savage-ender-dragon.pw.toml new file mode 100644 index 0000000..45bad50 --- /dev/null +++ b/mods/savage-ender-dragon.pw.toml @@ -0,0 +1,13 @@ +name = "Savage Ender Dragon[Forge/Fabric]" +filename = "dragonfight-fabric-1.19.2-2.7.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a4fe841ed29191ce24014f0827b22bac59136461" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4374313 +project-id = 523327 diff --git a/mods/selene.pw.toml b/mods/selene.pw.toml new file mode 100644 index 0000000..56ae77a --- /dev/null +++ b/mods/selene.pw.toml @@ -0,0 +1,13 @@ +name = "Moonlight Lib" +filename = "moonlight-1.19.2-2.2.7-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "4456db2cfebac9ef169be2b1dca14f6681930f22" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4393343 +project-id = 499980 diff --git a/mods/show-me-what-you-got.pw.toml b/mods/show-me-what-you-got.pw.toml new file mode 100644 index 0000000..a389b24 --- /dev/null +++ b/mods/show-me-what-you-got.pw.toml @@ -0,0 +1,13 @@ +name = "Show Me What You Got" +filename = "ShowMeWhatYouGot-1.19.2-1.0.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "7b487094dfa4d5740bdd33b5a5abd4cf0692b2ee" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4226868 +project-id = 564941 diff --git a/mods/shroom-dealers.pw.toml b/mods/shroom-dealers.pw.toml new file mode 100644 index 0000000..951ca77 --- /dev/null +++ b/mods/shroom-dealers.pw.toml @@ -0,0 +1,13 @@ +name = "Shroom Dealers! [ FORGE / FABRIC ]" +filename = "shroomdealers_1.6-1.19.2-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "4d7cee61773c16a30357b15ccf574be17b9b610e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4396033 +project-id = 631695 diff --git a/mods/shulkerboxtooltip.pw.toml b/mods/shulkerboxtooltip.pw.toml new file mode 100644 index 0000000..390caef --- /dev/null +++ b/mods/shulkerboxtooltip.pw.toml @@ -0,0 +1,13 @@ +name = "ShulkerBoxTooltip [Fabric/Forge]" +filename = "shulkerboxtooltip-fabric-3.2.2+1.19.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ca22e3556d676a03f1471377cea943c9ef4c9470" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4054090 +project-id = 315811 diff --git a/mods/sihywtcamd.pw.toml b/mods/sihywtcamd.pw.toml new file mode 100644 index 0000000..646618b --- /dev/null +++ b/mods/sihywtcamd.pw.toml @@ -0,0 +1,13 @@ +name = "So I heard you were talking crap about Minecraft's difficulty?" +filename = "sihywtcamd-1.7.2+1.19.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "41e4af12bdcfc553c7bb6872b37821bfe2273fac" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4378252 +project-id = 460652 diff --git a/mods/simple-discord-rich-presence.pw.toml b/mods/simple-discord-rich-presence.pw.toml new file mode 100644 index 0000000..aac8f25 --- /dev/null +++ b/mods/simple-discord-rich-presence.pw.toml @@ -0,0 +1,13 @@ +name = "Simple Discord Rich Presence (Forge / Fabric)" +filename = "SimpleDiscordRichPresence-fabric-3.0.4-build.27+mc1.19.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "dbb34c7e95f0a40f73a8cbf30a6e588584afa89c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4076568 +project-id = 334853 diff --git a/mods/simply-swords.pw.toml b/mods/simply-swords.pw.toml new file mode 100644 index 0000000..d79d596 --- /dev/null +++ b/mods/simply-swords.pw.toml @@ -0,0 +1,13 @@ +name = "Simply Swords [Fabric & Forge]" +filename = "simplyswords-fabric-1.42.1-1.19.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "269f3d9ac4b88c7545147a9cbea4d128a5502177" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4396689 +project-id = 659887 diff --git a/mods/slight-gui-modifications.pw.toml b/mods/slight-gui-modifications.pw.toml new file mode 100644 index 0000000..89c047d --- /dev/null +++ b/mods/slight-gui-modifications.pw.toml @@ -0,0 +1,13 @@ +name = "'Slight' Gui Modifications" +filename = "slight-gui-modifications-2.3.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "7c9ab15b1b1420aa19cf2a1a68e7b688229adfdd" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3943114 +project-id = 380393 diff --git a/mods/slimyboyos.pw.toml b/mods/slimyboyos.pw.toml new file mode 100644 index 0000000..10fe3af --- /dev/null +++ b/mods/slimyboyos.pw.toml @@ -0,0 +1,13 @@ +name = "SlimyBoyos" +filename = "SlimyBoyos-fabric-1.19.2-5.0.0.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6564fa2d35e8c957516f3631d883866f4c67c224" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4019894 +project-id = 281993 diff --git a/mods/small-ships.pw.toml b/mods/small-ships.pw.toml new file mode 100644 index 0000000..27eec8a --- /dev/null +++ b/mods/small-ships.pw.toml @@ -0,0 +1,13 @@ +name = "Small Ships [Fabric & Forge]" +filename = "smallships-fabric-1.19.X-2.0.0a1.1.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "1df9fc9ddb7ef5200551c4437dc69f2256b278b2" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3975514 +project-id = 450659 diff --git a/mods/sodium-extra.pw.toml b/mods/sodium-extra.pw.toml new file mode 100644 index 0000000..668b90f --- /dev/null +++ b/mods/sodium-extra.pw.toml @@ -0,0 +1,13 @@ +name = "Sodium Extra" +filename = "sodium-extra-0.4.16+mc1.19.2-build.90.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "39a06ef409c407304dd9581b3f2d6537ecd5b63d" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4279044 +project-id = 447673 diff --git a/mods/sodium.pw.toml b/mods/sodium.pw.toml new file mode 100644 index 0000000..f3a94d1 --- /dev/null +++ b/mods/sodium.pw.toml @@ -0,0 +1,13 @@ +name = "Sodium" +filename = "sodium-fabric-mc1.19.2-0.4.4+build.18.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "227648dc4f6a8604bafc282612a6de47eff70cd8" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3957319 +project-id = 394468 diff --git a/mods/spark.pw.toml b/mods/spark.pw.toml new file mode 100644 index 0000000..d4c0fd8 --- /dev/null +++ b/mods/spark.pw.toml @@ -0,0 +1,13 @@ +name = "spark" +filename = "spark-1.10.29-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "680b8ed890e05ed0811065a381a7924d536e0508" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4381168 +project-id = 361579 diff --git a/mods/spectrum.pw.toml b/mods/spectrum.pw.toml new file mode 100644 index 0000000..497e54e --- /dev/null +++ b/mods/spectrum.pw.toml @@ -0,0 +1,13 @@ +name = "Spectrum" +filename = "spectrum-1.6.6-1.19.2-leisure_time.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "eabc6b3062813a7242143b771bb9a0288cd848c8" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4399506 +project-id = 556967 diff --git a/mods/spell-engine.pw.toml b/mods/spell-engine.pw.toml new file mode 100644 index 0000000..1208a89 --- /dev/null +++ b/mods/spell-engine.pw.toml @@ -0,0 +1,13 @@ +name = "Spell Engine" +filename = "spell_engine-fabric-0.9.10+1.19.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "53422074077ab5c6c31f311004df952f356f4887" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4390818 +project-id = 807653 diff --git a/mods/spell-power.pw.toml b/mods/spell-power.pw.toml new file mode 100644 index 0000000..1a5cc18 --- /dev/null +++ b/mods/spell-power.pw.toml @@ -0,0 +1,13 @@ +name = "Spell Power Attributes [Fabric]" +filename = "spell_power-fabric-0.9.6+1.19.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "792119c4f9e310579a24d4f1643703179ec64887" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4390244 +project-id = 771265 diff --git a/mods/spice-of-fabric.pw.toml b/mods/spice-of-fabric.pw.toml new file mode 100644 index 0000000..8bb2430 --- /dev/null +++ b/mods/spice-of-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Spice of Fabric (Fabric)" +filename = "spiceoffabric-1.6.0-beta.2+1.19.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "8b5b3cabe400c7e9f60ebaa6946c4be594198cf4" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4173588 +project-id = 318416 diff --git a/mods/spirit.pw.toml b/mods/spirit.pw.toml new file mode 100644 index 0000000..fb10018 --- /dev/null +++ b/mods/spirit.pw.toml @@ -0,0 +1,13 @@ +name = "Spirit" +filename = "spirit-fabric-1.19.2-2.2.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b99520db5ef73938b9fa460b544b1d0f33b539ab" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4132205 +project-id = 495509 diff --git a/mods/srias-flowers.pw.toml b/mods/srias-flowers.pw.toml new file mode 100644 index 0000000..f7ee8be --- /dev/null +++ b/mods/srias-flowers.pw.toml @@ -0,0 +1,13 @@ +name = "Sierra's Flowers" +filename = "sriaflowersv2.0.1-1.19.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6e5df95b881353a27f06fba94468d4f344f39454" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4393387 +project-id = 686945 diff --git a/mods/starlight.pw.toml b/mods/starlight.pw.toml new file mode 100644 index 0000000..b2f50bd --- /dev/null +++ b/mods/starlight.pw.toml @@ -0,0 +1,13 @@ +name = "Starlight (Fabric)" +filename = "starlight-1.1.1+fabric.ae22326.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "de6fe932555604345477db89b59d59249909c640" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3835973 +project-id = 521783 diff --git a/mods/status-effect-bars.pw.toml b/mods/status-effect-bars.pw.toml new file mode 100644 index 0000000..aa3fbd5 --- /dev/null +++ b/mods/status-effect-bars.pw.toml @@ -0,0 +1,13 @@ +name = "Status Effect Bars" +filename = "status-effect-bars-1.0.1+1.19.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "4d35d73c786d082c90dbd26895096fe33e36b0be" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3801375 +project-id = 615459 diff --git a/mods/stoneholm.pw.toml b/mods/stoneholm.pw.toml new file mode 100644 index 0000000..0102d7f --- /dev/null +++ b/mods/stoneholm.pw.toml @@ -0,0 +1,13 @@ +name = "Stoneholm, Underground Villages (Fabric)" +filename = "stoneholm-1.4.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "2ab877043a09527490e430b359a3279b6798d710" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3819692 +project-id = 460336 diff --git a/mods/stronger-snowballs.pw.toml b/mods/stronger-snowballs.pw.toml new file mode 100644 index 0000000..f0f0448 --- /dev/null +++ b/mods/stronger-snowballs.pw.toml @@ -0,0 +1,13 @@ +name = "Stronger Snowballs" +filename = "StrongerSnowballs-Fabric-1.19.2-9.0.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "e05b5ce417023ad6efe42f9dcb10984bedb9dc1b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4058524 +project-id = 377548 diff --git a/mods/structory-towers.pw.toml b/mods/structory-towers.pw.toml new file mode 100644 index 0000000..a8f1ec7 --- /dev/null +++ b/mods/structory-towers.pw.toml @@ -0,0 +1,13 @@ +name = "Structory: Towers" +filename = "Structory_Towers_1.19_v1.0.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "07f6756351bdad6ab524f7dd8eeec722a96d87ff" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4306457 +project-id = 783522 diff --git a/mods/structory.pw.toml b/mods/structory.pw.toml new file mode 100644 index 0000000..d2286d5 --- /dev/null +++ b/mods/structory.pw.toml @@ -0,0 +1,13 @@ +name = "Structory" +filename = "Structory-1.19-v1.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a12b0103dfaf95790a6ad983068c286c5fc1b015" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4033419 +project-id = 636540 diff --git a/mods/subterrestrial.pw.toml b/mods/subterrestrial.pw.toml new file mode 100644 index 0000000..c345fda --- /dev/null +++ b/mods/subterrestrial.pw.toml @@ -0,0 +1,13 @@ +name = "Subterrestrial" +filename = "subterrestrial-fabric-1.19.2-2.0.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a7470e63835d97511d6538b67eeb1641882fafe8" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4125925 +project-id = 575588 diff --git a/mods/supplementaries.pw.toml b/mods/supplementaries.pw.toml new file mode 100644 index 0000000..85b765d --- /dev/null +++ b/mods/supplementaries.pw.toml @@ -0,0 +1,13 @@ +name = "Supplementaries" +filename = "supplementaries-1.19.2-2.2.50-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "dcd200667934ef74e0229c44b44a2ce3eb577180" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4398680 +project-id = 412082 diff --git a/mods/survival-island.pw.toml b/mods/survival-island.pw.toml new file mode 100644 index 0000000..be04a80 --- /dev/null +++ b/mods/survival-island.pw.toml @@ -0,0 +1,13 @@ +name = "Survival island" +filename = "survivalisland-0.2.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a83915ca7a815e924eb2eaa2c6d2b8d928e33b74" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4125783 +project-id = 364426 diff --git a/mods/techreborn.pw.toml b/mods/techreborn.pw.toml new file mode 100644 index 0000000..7e8f41e --- /dev/null +++ b/mods/techreborn.pw.toml @@ -0,0 +1,13 @@ +name = "Tech Reborn" +filename = "TechReborn-5.4.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "e3fd881c9288a87b557f3150b1f5b357ec05f10a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4102770 +project-id = 233564 diff --git a/mods/tempad.pw.toml b/mods/tempad.pw.toml new file mode 100644 index 0000000..8032934 --- /dev/null +++ b/mods/tempad.pw.toml @@ -0,0 +1,13 @@ +name = "Tempad" +filename = "tempad-fabric-1.19.2-1.4.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "f26652feae412b84d4a973cce6c285004f4d4e97" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3994389 +project-id = 514923 diff --git a/mods/terrablender-fabric.pw.toml b/mods/terrablender-fabric.pw.toml new file mode 100644 index 0000000..85f1ca7 --- /dev/null +++ b/mods/terrablender-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "TerraBlender (Fabric)" +filename = "TerraBlender-fabric-1.19.2-2.0.1.136.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "5ca6cc1eb69df42650c6d5d478f58e1241109771" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4205731 +project-id = 565956 diff --git a/mods/the-bumblezone-fabric.pw.toml b/mods/the-bumblezone-fabric.pw.toml new file mode 100644 index 0000000..a783a04 --- /dev/null +++ b/mods/the-bumblezone-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "The Bumblezone (Quilt/Fabric)" +filename = "the_bumblezone_fabric-6.6.9+1.19.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "034e6756b71781881a8d9b05d51eb8d6ea85c1d9" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4399980 +project-id = 363949 diff --git a/mods/the-graveyard-fabric.pw.toml b/mods/the-graveyard-fabric.pw.toml new file mode 100644 index 0000000..3d9afc1 --- /dev/null +++ b/mods/the-graveyard-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "The Graveyard (FABRIC)" +filename = "The_Graveyard_2.3_(FABRIC)_for_1.19.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "aecb9236f045299d69365937017b9798bdbe5d49" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4100322 +project-id = 514468 diff --git a/mods/the-splash-milk.pw.toml b/mods/the-splash-milk.pw.toml new file mode 100644 index 0000000..76b2346 --- /dev/null +++ b/mods/the-splash-milk.pw.toml @@ -0,0 +1,13 @@ +name = "The Splash Milk" +filename = "splash_milk-1.19.2-1.2.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "30b9c1564cb83e84cfb56e752f46eda60c7f724d" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3925684 +project-id = 564244 diff --git a/mods/the-twilight-forest.pw.toml b/mods/the-twilight-forest.pw.toml new file mode 100644 index 0000000..67b5968 --- /dev/null +++ b/mods/the-twilight-forest.pw.toml @@ -0,0 +1,13 @@ +name = "The Twilight Forest" +filename = "twilightforest-fabric-1.19.2-4.2.335.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a188b8af351c9c42a8e4bf728f4b0234b8527450" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4389094 +project-id = 227639 diff --git a/mods/tieredz.pw.toml b/mods/tieredz.pw.toml new file mode 100644 index 0000000..6c521b4 --- /dev/null +++ b/mods/tieredz.pw.toml @@ -0,0 +1,13 @@ +name = "TieredZ" +filename = "tiered-1.2.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "bc3fbe5fcb0fc4201def5ba33b32632486f79e89" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4392900 +project-id = 615948 diff --git a/mods/tiny-coal.pw.toml b/mods/tiny-coal.pw.toml new file mode 100644 index 0000000..bfbbef7 --- /dev/null +++ b/mods/tiny-coal.pw.toml @@ -0,0 +1,13 @@ +name = "Tiny Coal" +filename = "Tiny-Coal-Fabric-1.19.2-1.0.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ad6bf2b5303d214bff8a4c27305fb14cecd919b4" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3970552 +project-id = 395272 diff --git a/mods/tips.pw.toml b/mods/tips.pw.toml new file mode 100644 index 0000000..36a4cf9 --- /dev/null +++ b/mods/tips.pw.toml @@ -0,0 +1,13 @@ +name = "Tips" +filename = "Tips-Fabric-1.19.2-8.0.27.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c99d6c6c5178edc1a46e4eb4c7b4ee5f8deb4c7d" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4277193 +project-id = 306549 diff --git a/mods/toast-manager.pw.toml b/mods/toast-manager.pw.toml new file mode 100644 index 0000000..d1d4c52 --- /dev/null +++ b/mods/toast-manager.pw.toml @@ -0,0 +1,13 @@ +name = "Toast Manager" +filename = "ToastManager-1.19.2-1.0.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "13e2bff12b97ce8197f71737ee8da90a85966bc7" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3953164 +project-id = 662724 diff --git a/mods/tool-stats.pw.toml b/mods/tool-stats.pw.toml new file mode 100644 index 0000000..d7a1c6b --- /dev/null +++ b/mods/tool-stats.pw.toml @@ -0,0 +1,13 @@ +name = "Tool Stats" +filename = "ToolStats-Fabric-1.19.2-12.0.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "7ba609254bd3408fb05a9cb92ce2263698ef00ca" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3944167 +project-id = 377109 diff --git a/mods/towers-of-the-wild-additional-additions.pw.toml b/mods/towers-of-the-wild-additional-additions.pw.toml new file mode 100644 index 0000000..e664a97 --- /dev/null +++ b/mods/towers-of-the-wild-additional-additions.pw.toml @@ -0,0 +1,13 @@ +name = "Towers of the Wild: Additional Additions" +filename = "totw_additonal_additions-1.0.0-1.19.x-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "81e451ef45c1f51736125a647e15791788407055" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4368083 +project-id = 818751 diff --git a/mods/trample-no-more.pw.toml b/mods/trample-no-more.pw.toml new file mode 100644 index 0000000..3762aa4 --- /dev/null +++ b/mods/trample-no-more.pw.toml @@ -0,0 +1,13 @@ +name = "Trample No More" +filename = "TrampleNoMore-Fabric-1.19.2-9.0.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "3ad5695fd5a02a7bdb88a84a4a7df4163eb14f9b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3944259 +project-id = 377313 diff --git a/mods/travelers-backpack-fabric.pw.toml b/mods/travelers-backpack-fabric.pw.toml new file mode 100644 index 0000000..7ec7fef --- /dev/null +++ b/mods/travelers-backpack-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Traveler's Backpack [Fabric]" +filename = "travelers-backpack-1.19.2-8.2.13.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "9f19e5e7354e58faee35b0af0fabc5830d4c3c3b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4386248 +project-id = 541171 diff --git a/mods/trinkets.pw.toml b/mods/trinkets.pw.toml new file mode 100644 index 0000000..ce9b752 --- /dev/null +++ b/mods/trinkets.pw.toml @@ -0,0 +1,13 @@ +name = "Trinkets (Fabric)" +filename = "trinkets-3.4.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "83deb9f7ab28737a5d27a57e49fe105e9053804c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4343755 +project-id = 341284 diff --git a/mods/trofers-fabric.pw.toml b/mods/trofers-fabric.pw.toml new file mode 100644 index 0000000..e03949d --- /dev/null +++ b/mods/trofers-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Trofers - Fabric" +filename = "trofers-1.19.2-3.1.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "74a195dbd34c2545b1139bb6ce724621d443ef8a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4388674 +project-id = 695960 diff --git a/mods/vanilla-hammers.pw.toml b/mods/vanilla-hammers.pw.toml new file mode 100644 index 0000000..dcf579d --- /dev/null +++ b/mods/vanilla-hammers.pw.toml @@ -0,0 +1,13 @@ +name = "Vanilla Hammers" +filename = "vanilla-hammers-3.5.0-1.19.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "60e3ccda52de4e1aed9f5ce10a0aa02f90f83b17" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4031460 +project-id = 317756 diff --git a/mods/villager-hats-mod.pw.toml b/mods/villager-hats-mod.pw.toml new file mode 100644 index 0000000..95b64d3 --- /dev/null +++ b/mods/villager-hats-mod.pw.toml @@ -0,0 +1,13 @@ +name = "Villager Hats Mod" +filename = "villager-hats-1.4.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "eebb8edb315fe76e2e6ebeb92b8ab58fe4115747" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4386684 +project-id = 501456 diff --git a/mods/villager-trading-station.pw.toml b/mods/villager-trading-station.pw.toml new file mode 100644 index 0000000..8d55277 --- /dev/null +++ b/mods/villager-trading-station.pw.toml @@ -0,0 +1,13 @@ +name = "Villager Trading Station" +filename = "villager-trading-station-1.1.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "30f644b4979c2a3fc556caf5403cd5eb67740d75" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4083909 +project-id = 694475 diff --git a/mods/villagersplus-fabric.pw.toml b/mods/villagersplus-fabric.pw.toml new file mode 100644 index 0000000..4d3d732 --- /dev/null +++ b/mods/villagersplus-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "VillagersPlus (FABRIC)" +filename = "VillagersPlus_1.9_(FABRIC)_for_1.19.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "2f6efea1198533a761d4ecff9dc190dbd9085179" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4370427 +project-id = 809542 diff --git a/mods/visuality.pw.toml b/mods/visuality.pw.toml new file mode 100644 index 0000000..c48320a --- /dev/null +++ b/mods/visuality.pw.toml @@ -0,0 +1,13 @@ +name = "Visuality" +filename = "visuality-0.5.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a323e8062960902fde9ee1545ea853c25e7c0eff" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4092154 +project-id = 521126 diff --git a/mods/vitalize.pw.toml b/mods/vitalize.pw.toml new file mode 100644 index 0000000..65847c3 --- /dev/null +++ b/mods/vitalize.pw.toml @@ -0,0 +1,13 @@ +name = "Vitalize" +filename = "vitalize-fabric-1.19.2-1.1.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "e017eb66757c53dd187b6bb33d40ca928ceb5ba2" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4102436 +project-id = 659274 diff --git a/mods/voidtotem-fabric.pw.toml b/mods/voidtotem-fabric.pw.toml new file mode 100644 index 0000000..d39821a --- /dev/null +++ b/mods/voidtotem-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Void Totem (Fabric)" +filename = "voidtotem-fabric-1.19.2-2.1.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "4afb5ef05e45d7970bfd2a5605df7b16578ead21" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3929814 +project-id = 456137 diff --git a/mods/voidz.pw.toml b/mods/voidz.pw.toml new file mode 100644 index 0000000..0dd5825 --- /dev/null +++ b/mods/voidz.pw.toml @@ -0,0 +1,13 @@ +name = "VoidZ" +filename = "voidz-1.0.9.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "65ba79201472f86e10cd13004f1fee702e17f4b9" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3951132 +project-id = 486971 diff --git a/mods/what-the-bucket.pw.toml b/mods/what-the-bucket.pw.toml new file mode 100644 index 0000000..e4cc43e --- /dev/null +++ b/mods/what-the-bucket.pw.toml @@ -0,0 +1,13 @@ +name = "What The Bucket" +filename = "WhatTheBucket-Fabric-1.19.2-7.0.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "e81156a4f320ec5f95a600e15c75ae656f110988" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3944264 +project-id = 633747 diff --git a/mods/when-dungeons-arise-fabric.pw.toml b/mods/when-dungeons-arise-fabric.pw.toml new file mode 100644 index 0000000..4c70026 --- /dev/null +++ b/mods/when-dungeons-arise-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "When Dungeons Arise - Fabric!" +filename = "DungeonsArise-1.19.2-2.1.54-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "eb0327234a4a356477e607f4f728f0cd02b3b6c6" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4263871 +project-id = 511812 diff --git a/mods/wizards.pw.toml b/mods/wizards.pw.toml new file mode 100644 index 0000000..02107bc --- /dev/null +++ b/mods/wizards.pw.toml @@ -0,0 +1,13 @@ +name = "Wizards [Fabric]" +filename = "wizards-fabric-0.9.10+1.19.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "e70fbecf16819aa62d37e74abf5d02289d0ddcd5" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4390835 +project-id = 734325 diff --git a/mods/wmitaf.pw.toml b/mods/wmitaf.pw.toml new file mode 100644 index 0000000..3bceaf4 --- /dev/null +++ b/mods/wmitaf.pw.toml @@ -0,0 +1,13 @@ +name = "WMITAF" +filename = "wmitaf-fabric-mc1.19-3.1.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c48aa5d40b7af379f21cbc1f059299ea0644ed1c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4049590 +project-id = 547358 diff --git a/mods/wolf-armor-compat.pw.toml b/mods/wolf-armor-compat.pw.toml new file mode 100644 index 0000000..3f3a721 --- /dev/null +++ b/mods/wolf-armor-compat.pw.toml @@ -0,0 +1,13 @@ +name = "Wolf Armor Compat (Fabric)" +filename = "wolf-armor-compat-1.0.3-1.19.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "e733189a9af1205da34419c20ecd653eb8866153" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4351224 +project-id = 702654 diff --git a/mods/wolves-with-armor.pw.toml b/mods/wolves-with-armor.pw.toml new file mode 100644 index 0000000..b34329f --- /dev/null +++ b/mods/wolves-with-armor.pw.toml @@ -0,0 +1,13 @@ +name = "Wolves With Armor" +filename = "wolves-with-armor-1.8.0-1.19.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "d6444dd0b2b4a0726b55fc356817f69f0d5a4f92" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3853629 +project-id = 375969 diff --git a/mods/wthit.pw.toml b/mods/wthit.pw.toml new file mode 100644 index 0000000..96c6b7b --- /dev/null +++ b/mods/wthit.pw.toml @@ -0,0 +1,13 @@ +name = "WTHIT" +filename = "wthit-fabric-5.13.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b406cda778be73c83ea4a427f08ef63f0209c6db" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4368863 +project-id = 440979 diff --git a/mods/xl-packets-fabric.pw.toml b/mods/xl-packets-fabric.pw.toml new file mode 100644 index 0000000..fbdafeb --- /dev/null +++ b/mods/xl-packets-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "XL Packets Fabric" +filename = "xlpackets-1.19.2-4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "e33a6924c023c063ece7beece2ccc05cecae384a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4110462 +project-id = 390168 diff --git a/mods/xp-obelisk.pw.toml b/mods/xp-obelisk.pw.toml new file mode 100644 index 0000000..d29d80a --- /dev/null +++ b/mods/xp-obelisk.pw.toml @@ -0,0 +1,13 @@ +name = "XP Obelisk" +filename = "xp_obelisk-0.4.7-r+1.19.2-Fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "464aae8211646e92034e64600fbefd780006e3c9" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4131817 +project-id = 510262 diff --git a/mods/yacl.pw.toml b/mods/yacl.pw.toml new file mode 100644 index 0000000..d8d5132 --- /dev/null +++ b/mods/yacl.pw.toml @@ -0,0 +1,13 @@ +name = "YetAnotherConfigLib" +filename = "YetAnotherConfigLib-1.7.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "9694c6e52e946820f9945e2b9ee8a463c1e426fd" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4087063 +project-id = 667299 diff --git a/mods/youre-in-grave-danger.pw.toml b/mods/youre-in-grave-danger.pw.toml new file mode 100644 index 0000000..346d6e8 --- /dev/null +++ b/mods/youre-in-grave-danger.pw.toml @@ -0,0 +1,13 @@ +name = "You're in Grave Danger" +filename = "youre-in-grave-danger-1.4.8.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "36d5b2104de7cffc56224eefc1d648d67d4bf914" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4357427 +project-id = 544912 diff --git a/mods/yungs-api-fabric.pw.toml b/mods/yungs-api-fabric.pw.toml new file mode 100644 index 0000000..c8943d8 --- /dev/null +++ b/mods/yungs-api-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's API (Fabric)" +filename = "YungsApi-1.19.2-Fabric-3.8.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "28be1f0df17edf641a66d2147ea95a5897b0bdf4" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4035003 +project-id = 421649 diff --git a/mods/yungs-better-desert-temples-fabric.pw.toml b/mods/yungs-better-desert-temples-fabric.pw.toml new file mode 100644 index 0000000..25397a0 --- /dev/null +++ b/mods/yungs-better-desert-temples-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Better Desert Temples (Fabric)" +filename = "YungsBetterDesertTemples-1.19.2-Fabric-2.2.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "4eb0c721127ba14c79f25d029ba34169471da923" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4031661 +project-id = 631020 diff --git a/mods/yungs-better-dungeons-fabric.pw.toml b/mods/yungs-better-dungeons-fabric.pw.toml new file mode 100644 index 0000000..282ef14 --- /dev/null +++ b/mods/yungs-better-dungeons-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Better Dungeons (Fabric)" +filename = "YungsBetterDungeons-1.19.2-Fabric-3.2.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "09ac081d1c002a984ecebf2d05bbfad741aa57e5" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4031673 +project-id = 525586 diff --git a/mods/yungs-better-mineshafts-fabric.pw.toml b/mods/yungs-better-mineshafts-fabric.pw.toml new file mode 100644 index 0000000..0610c97 --- /dev/null +++ b/mods/yungs-better-mineshafts-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Better Mineshafts (Fabric)" +filename = "YungsBetterMineshafts-1.19.2-Fabric-3.2.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ec5283f283237f090c6ffb1c032370f1c7344c96" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4031205 +project-id = 373591 diff --git a/mods/yungs-better-ocean-monuments-fabric.pw.toml b/mods/yungs-better-ocean-monuments-fabric.pw.toml new file mode 100644 index 0000000..be6e4cf --- /dev/null +++ b/mods/yungs-better-ocean-monuments-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Better Ocean Monuments (Fabric)" +filename = "YungsBetterOceanMonuments-1.19.2-Fabric-2.1.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "7fe58a1297c56fec6bfb43258e8b14b40de805f9" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4031419 +project-id = 689252 diff --git a/mods/yungs-better-strongholds-fabric.pw.toml b/mods/yungs-better-strongholds-fabric.pw.toml new file mode 100644 index 0000000..5307ad9 --- /dev/null +++ b/mods/yungs-better-strongholds-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Better Strongholds (Fabric)" +filename = "YungsBetterStrongholds-1.19.2-Fabric-3.2.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "188832492811946a52303579573055f5cd11aaa8" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4031215 +project-id = 480684 diff --git a/mods/yungs-better-witch-huts-fabric.pw.toml b/mods/yungs-better-witch-huts-fabric.pw.toml new file mode 100644 index 0000000..630b807 --- /dev/null +++ b/mods/yungs-better-witch-huts-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Better Witch Huts (Fabric)" +filename = "YungsBetterWitchHuts-1.19.2-Fabric-2.1.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "8b8b65ce225c52b18284d64edec877e09c3095a4" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4031228 +project-id = 631403 diff --git a/mods/yungs-bridges-fabric.pw.toml b/mods/yungs-bridges-fabric.pw.toml new file mode 100644 index 0000000..d496560 --- /dev/null +++ b/mods/yungs-bridges-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Bridges (Fabric)" +filename = "YungsBridges-1.19.2-Fabric-3.1.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "077b3db66f910a579b9a4e540653a0ddd0e69527" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4031234 +project-id = 590988 diff --git a/mods/yungs-extras-fabric.pw.toml b/mods/yungs-extras-fabric.pw.toml new file mode 100644 index 0000000..53ec20c --- /dev/null +++ b/mods/yungs-extras-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Extras (Fabric)" +filename = "YungsExtras-1.19.2-Fabric-3.1.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6bbe65f5d68f0a12b6add63ac45b8dfefa354f8b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4031232 +project-id = 590993 diff --git a/pack.toml b/pack.toml new file mode 100644 index 0000000..026f2e5 --- /dev/null +++ b/pack.toml @@ -0,0 +1,13 @@ +name = "All of Fabric 6: Vocality Edition" +author = "VF" +version = "1.0.0" +pack-format = "packwiz:1.1.0" + +[index] +file = "index.toml" +hash-format = "sha256" +hash = "0494f7a1a1499e035a0a1b9e8f4de98f2bc0dcf460c03d467e58852564e7fc1a" + +[versions] +fabric = "0.14.14" +minecraft = "1.19.2" diff --git a/resourcepacks/repurposed-structures-better-desert-temples-compat.pw.toml b/resourcepacks/repurposed-structures-better-desert-temples-compat.pw.toml new file mode 100644 index 0000000..3f49fd1 --- /dev/null +++ b/resourcepacks/repurposed-structures-better-desert-temples-compat.pw.toml @@ -0,0 +1,13 @@ +name = "Repurposed Structures - Better Desert Temples Compat Datapack" +filename = "Repurposed_Structures-Better_Desert_Temples_v6.zip" +side = "both" + +[download] +hash-format = "sha1" +hash = "693a85f7fe0c9fd365c6c93ee4588ea54e406aaf" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4363351 +project-id = 640296 diff --git a/resourcepacks/repurposed-structures-better-dungeons-datapack.pw.toml b/resourcepacks/repurposed-structures-better-dungeons-datapack.pw.toml new file mode 100644 index 0000000..b59452f --- /dev/null +++ b/resourcepacks/repurposed-structures-better-dungeons-datapack.pw.toml @@ -0,0 +1,13 @@ +name = "Repurposed Structures - Better Dungeons Compat Datapack" +filename = "Repurposed_Structures-Better_Dungeons_v4.zip" +side = "both" + +[download] +hash-format = "sha1" +hash = "2a959fd91918477a1cb84db2ac16fc0fc44d2c0a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4031599 +project-id = 554329 diff --git a/resourcepacks/repurposed-structures-better-ocean-monuments.pw.toml b/resourcepacks/repurposed-structures-better-ocean-monuments.pw.toml new file mode 100644 index 0000000..5ae2d8d --- /dev/null +++ b/resourcepacks/repurposed-structures-better-ocean-monuments.pw.toml @@ -0,0 +1,13 @@ +name = "Repurposed Structures - Better Ocean Monuments Compat Datapack" +filename = "Repurposed_Structures-Better_Monuments_v4.zip" +side = "both" + +[download] +hash-format = "sha1" +hash = "4ca871a80e607c80ce2eb107ce7a6234fe1cf3f0" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4258209 +project-id = 690393 diff --git a/resourcepacks/repurposed-structures-better-strongholds-datapack.pw.toml b/resourcepacks/repurposed-structures-better-strongholds-datapack.pw.toml new file mode 100644 index 0000000..d45a3f8 --- /dev/null +++ b/resourcepacks/repurposed-structures-better-strongholds-datapack.pw.toml @@ -0,0 +1,13 @@ +name = "Repurposed Structures - Better Strongholds Compat Datapack" +filename = "Repurposed_Structures-Better_Strongholds_v4.zip" +side = "both" + +[download] +hash-format = "sha1" +hash = "872d405e32f60126dccc7734cf99c81af98dbda5" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4031688 +project-id = 547822 diff --git a/resourcepacks/repurposed-structures-better-witch-huts-compat.pw.toml b/resourcepacks/repurposed-structures-better-witch-huts-compat.pw.toml new file mode 100644 index 0000000..e312a19 --- /dev/null +++ b/resourcepacks/repurposed-structures-better-witch-huts-compat.pw.toml @@ -0,0 +1,13 @@ +name = "Repurposed Structures - Better Witch Huts Compat Datapack" +filename = "Repurposed_Structures-Better_Witch_Huts_v3.zip" +side = "both" + +[download] +hash-format = "sha1" +hash = "29bd287a6a14063fbcd50e738b597d594ee7a76a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4032691 +project-id = 634440 diff --git a/resourcepacks/repurposed-structures-chefs-delight-compat.pw.toml b/resourcepacks/repurposed-structures-chefs-delight-compat.pw.toml new file mode 100644 index 0000000..711ae0b --- /dev/null +++ b/resourcepacks/repurposed-structures-chefs-delight-compat.pw.toml @@ -0,0 +1,13 @@ +name = "Repurposed Structures - Chef's Delight Compat Datapack" +filename = "Repurposed_Structures-Chef's_Delight_v1.zip" +side = "both" + +[download] +hash-format = "sha1" +hash = "e9b3a0006481512cb89c2260ff5eefd3017c7404" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4390517 +project-id = 825227 diff --git a/resourcepacks/repurposed-structures-farmers-delight-datapack.pw.toml b/resourcepacks/repurposed-structures-farmers-delight-datapack.pw.toml new file mode 100644 index 0000000..72a98a0 --- /dev/null +++ b/resourcepacks/repurposed-structures-farmers-delight-datapack.pw.toml @@ -0,0 +1,13 @@ +name = "Repurposed Structures - Farmer's Delight Compat Datapack" +filename = "Repurposed_Structures-Farmers_Delight_v5.zip" +side = "both" + +[download] +hash-format = "sha1" +hash = "559c0380bf9934782bbc6760a0afde3ffa8f5bf0" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4053019 +project-id = 554331 diff --git a/resourcepacks/repurposed-structures-more-villagers-datapack.pw.toml b/resourcepacks/repurposed-structures-more-villagers-datapack.pw.toml new file mode 100644 index 0000000..1976ba2 --- /dev/null +++ b/resourcepacks/repurposed-structures-more-villagers-datapack.pw.toml @@ -0,0 +1,13 @@ +name = "Repurposed Structures - More Villagers Compat Datapack" +filename = "Repurposed_Structures-More_Villagers_v8.zip" +side = "both" + +[download] +hash-format = "sha1" +hash = "299a5297e8aabba067a7befa3d92498d3da2ae3d" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4053056 +project-id = 554334 diff --git a/resourcepacks/repurposed-structures-oh-the-biomes-youll-go.pw.toml b/resourcepacks/repurposed-structures-oh-the-biomes-youll-go.pw.toml new file mode 100644 index 0000000..6d57551 --- /dev/null +++ b/resourcepacks/repurposed-structures-oh-the-biomes-youll-go.pw.toml @@ -0,0 +1,13 @@ +name = "Repurposed Structures - Oh The Biomes You'll Go Compat Datapack" +filename = "Repurposed_Structures-Oh_The_Biomes_Youll_Go_v2.zip" +side = "both" + +[download] +hash-format = "sha1" +hash = "85259a9adc15783c584005c076742ea945b9dd3f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4056871 +project-id = 694918 diff --git a/resourcepacks/repurposed-structures-villagerplus-compat-datapack.pw.toml b/resourcepacks/repurposed-structures-villagerplus-compat-datapack.pw.toml new file mode 100644 index 0000000..b3a55ac --- /dev/null +++ b/resourcepacks/repurposed-structures-villagerplus-compat-datapack.pw.toml @@ -0,0 +1,13 @@ +name = "Repurposed Structures - VillagerPlus Compat Datapack" +filename = "Repurposed_Structures-VillagersPlus_v1.zip" +side = "both" + +[download] +hash-format = "sha1" +hash = "8f0c2bf293e0dce27c8f17a58fb8ea1a478ea474" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4390537 +project-id = 825234 diff --git a/resourcepacks/repurposed-structures-wizards-compat-datapack.pw.toml b/resourcepacks/repurposed-structures-wizards-compat-datapack.pw.toml new file mode 100644 index 0000000..83e0769 --- /dev/null +++ b/resourcepacks/repurposed-structures-wizards-compat-datapack.pw.toml @@ -0,0 +1,13 @@ +name = "Repurposed Structures - Wizards Compat Datapack" +filename = "Repurposed_Structures-Wizards_v2.zip" +side = "both" + +[download] +hash-format = "sha1" +hash = "7c3f08838c30eb54a331c1ebbda611ea49363e8d" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4380052 +project-id = 821708 diff --git a/shaderpacks/ComplementaryReimagined_r1.3.2.zip b/shaderpacks/ComplementaryReimagined_r1.3.2.zip new file mode 100644 index 0000000..dc0dfda Binary files /dev/null and b/shaderpacks/ComplementaryReimagined_r1.3.2.zip differ diff --git a/shaderpacks/ComplementaryShaders_v4.6.zip b/shaderpacks/ComplementaryShaders_v4.6.zip new file mode 100644 index 0000000..1cb29de Binary files /dev/null and b/shaderpacks/ComplementaryShaders_v4.6.zip differ